@import url("../css/bootstrap-icons.css");
html{font-size:16px;}
html,body{MARGIN: 0px;font-size:16px;text-align:left; padding:0px; color:#404040;font-family:"Microsoft YaHei","SimSun","SimHei";}
body{ background:#fff;}
div,ul,li,p,form,dd,dt,dl{ margin:0px; padding:0px; }
img{ border:0px;vertical-align:middle}
li{ list-style:none}
a{ font-size:16px; color:#404040; text-decoration:none;}
a:hover{ font-size:16px; color:#C4151C; text-decoration:none;}
p{ font-size:16px;}
.clearboth{ clear:both;}
.container{clear:both; width:1480px;text-align:left;word-break:break-all; margin-left:auto; margin-right:auto;}
.fl{float: left}
.fr{float: right}

.top{background: #f5f5f5; padding: 10px 0px; font-size: 0.9rem;}
.top span{float: right;}
.top span a{font-size: 0.9rem; padding: 0px 5px;}

/*heade*/
.header{ width:100%; }
.logo{float: left;  margin-top: 5px;}
.logo img{ max-width: 100%;}

.hdtxt {float: left;margin-left: 12px; margin-top: 30px; line-height: 24px; border-left: 1px solid #ddd; padding-left: 20px;}
.hdtxt p{color: #444;}
.hdtxt .p1{font-size:1.25rem; font-weight: bold; letter-spacing: 0.5px;C4151C}
.hdtxt .p1 span{color:#C4151C}
.hdtxt .p2{font-size:18.8px;}
.hdtxt{}

.header .tel{ float:right;margin-top:13px;background: url("../images/tel2.png") no-repeat left center; padding-left:68px; height:58px; margin-top: 20px;}
.telp1 {
    font-size:1rem;
    color: #333;
    height: 18px;
    line-height: 30px;
}
.telp2 {
    font-size: 1.8rem;
    color: #C4151C;
    height: 40px;
    line-height: 40px;
    padding-top: 5px;
    font-weight: bold
}

/*menu*/
.menu{
    height: 55px;
	background:#045089; 
}
.menu ul{display: flex; justify-content: space-between; align-items: center; margin-top:8px; }
.menu ul li{ text-align:center;line-height:55px; transition: all 0.3s; border-left: #085FA2 solid 1px;width:13%;}

/* .menu ul li::before{content: "|"; width: 1px; height: 35px;color: #fff; margin-right: 52px;}*/
.menu ul li:first-child{border: none;} 
/* .menu ul li:hover ::before{content: "";} */

.menu ul li a{ font-size:1.1rem; color:#fff; letter-spacing:2px; }
.menu ul li:hover{ background:#C4151C;} 
.menu ul li:hover a{ color:#fff;} 
/* .sjswiper{display: none;} */




.bannerswiper {}
 .bannerswiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .bannerswiper .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		/* transform:scale(1.1,1.1); */
		}
/* .bannerswiper .swiper-slide-active img,.swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	 */


.first{ width:100%;  padding: 40px 0px 50px 0px; background: #F5F5F5;}
.first .case_title{display: none;}


.pro_l{ width:100%; margin-top: 40px}
 
.pro_l_title{     
    padding:46px 0;
    text-align: center;
    height: 50px;
}
.pro_l_title a{ font-size:27px; color:#FFF;  letter-spacing:3px; font-weight:bold;}
.pro_l_title span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.pro_l_con{width:97.8%; margin: 0 auto 20px auto;color:#fff;  margin-top:1px; border-radius: 5px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.proname{width: 18%;margin: 0 auto; text-align: center; }
/* .proname:nth-child(2){width: 20%;}
.proname:nth-child(3){width: 20%;} */
.proname b{font-size:36px;font-weight: normal;color: #000;}
.proname em {display: block; text-transform: uppercase;color: #999;font-size: 17px; font-style: normal;position: relative;}
.proname em::before{content: ""; width: 60px; height: 1px; background: #ddd; position: absolute; left: 0px; bottom: 10px;}
.proname em::after{content: ""; width: 60px; height: 1px; background: #ddd; position: absolute; right: 0px; bottom: 10px;}


.pro_l_con ul{width: 53%;display: flex; justify-content:space-evenly; align-items: center; flex-wrap: wrap; margin: 0px auto 0px auto;}
.pro_l_con ul li{
	 padding: 0.3rem 1rem;
    border: #045089 solid 1px;
    border-radius: 5px;
    text-align: center;
     transition: all .3s ease-in-out 0s;
	 
	 /* flex: 0 0 3%; */
}
.pro_l_con ul li:first-child{margin-right:0%; background:#045089 ;color: #fff;}
.pro_l_con ul li:first-child a{color: #fff;}
.pro_l_con ul li a{ color: #045089;}
.pro_l_con ul li:hover{background-color: #045089}
.pro_l_con ul li:hover a{color: #fff}

.pro_l_con a.promore {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    border: 1px solid #345197;
    color: #345197;
    border-radius: 3px;
    text-align: center;
    transition: all .3s ease-in-out 0s;
}
.pro_l_con a.promore:hover{background: #345197; color: #fff}



.pro_r{ width:100%; margin-top: 20px}
.pro_r_title{ width:100%; height:45px; border-bottom:#345197 solid 4px;}
.r_left{ float:left; font-size:24px; height:45px; line-height:45px; font-weight:bold; color:#333; }
.r_left i{font-size: 13px;
    color: #999999;
    margin-left: 15px;
    text-transform: uppercase; 
    font-weight: normal;
}

.more{ float:right; height:39px; line-height:39px;}
.pro_list{display: flex; justify-content:space-around; align-items: center; flex-wrap: wrap;}
.pro_list dl{     
    width:23%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
	flex: 22%;
	margin: 1% 1%;
	
}


.pro_list dl dt{} 
.pro_list dl dt .propic{overflow: hidden;display:flex; width:100%;height: 280px; justify-content: center; align-items: center; overflow: hidden ;background: #f5f5f5; } 
.pro_list dl dt .propic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    transform:scale(1.2)
}
dd.ddhover {   
    width: 100%;
    z-index: 2;
    display: block;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
	
}
dd.ddhover a{display: inline;}
dd.ddhover h3 {
    font-size:1rem;
    padding-top:0%;
    font-weight: normal;
	padding:0 8%;
	transition: all ease 300ms;
	width:84%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 55px;
}
dd.ddhover i {
    width: 20px;
    line-height: 20px;
    display:inline-block;
    margin:15px 30px 0px auto;
    border: 1px solid #fff;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	color: #fff;
	transition: all ease 100ms;
	padding: 5px 3px;
}
/* .pro_list dl:hover dd.ddhover {
   background:rgba(235,24,41,1);
} */
.pro_list dl:hover .propic img{transform:scale(1.5)}
.pro_list dl:hover dd.ddhover h3{ color:#045089;padding:0 5%;width:90%;}
.pro_list dl:hover dd.ddhover i{ color:#FFF; margin-right: 10px;}

.indexmore{
    display: block;
	width: 5rem;
	margin: 0 auto;
    padding: 0.4rem 0.5rem 0.4rem 0.8rem;
    border: 1px solid;
    border-radius: 0;
    color: #045089;
    border-color: #045089;
    border-color: ;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
	font-size: 14px;
}
.indexmore:hover{background:#045089 ; color: #fff; font-size: 14px;}

.indexmore i{margin-left: 0.5rem;}


.probottom{}
#prodw{ margin-top: -200px;}


.adv{ height: 280px; padding: 1rem 0rem; background: #000; }
.advtit{ display: flex; justify-content:space-between; align-items: center; padding-top: 1.5rem;}
.advtit span.advtitfl b{font-size:1.8rem; font-weight: normal; color: #fff; }
.advtit span.advtitfl em{text-transform: uppercase; color: #6A6A6A; font-size:0.9rem;}
.advtit span.advtitfr{transition: ease-in-out 0.3s;}
.advtit span.advtitfr a{ color: #fff;font-size: 1.2rem;}
.advtitfr i{font-size: 1.5rem; margin-left: 0.5rem;}

.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}

.probottom_list{display: flex; justify-content:space-around; align-items: center; flex-wrap: wrap;}
.probottom_list dl{     
    width:24%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
	flex: 22%;
	margin: 1% 0.2%;	
}

.probottom_list dl dt{} 
.probottom_list dl dt .propic{overflow: hidden;display:flex; width:100%;height: 380px; justify-content: center; align-items: center; overflow: hidden ;background: #f5f5f5; } 
.probottom_list dl dt .propic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    -webkit-transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    transform:scale(1.35)
}
.pbddhover{position: absolute; top:0px; width: 100%; height: 100%; background: rgba(0,0,0,0.3); transition: all ease 300ms; display: flex; justify-content: start; align-items: center;}
.pbddhover h3{color: #fff; margin-left: 2rem; margin-top: -1.2rem; position: relative; font-weight: normal;}
.pbddhover h3::after{content: ""; width:50px; height: 3px; background: #fff;position: absolute; left: 0px; bottom: -1.2rem;}
.probottom_list dl:hover .pbddhover{ background: rgba(0,0,0,0.0); }
.probottom_list dl:hover .pbddhover h3{color: #fff; }


.zxzx{position: absolute;display: inline-block; text-align: center; right:20%; top:55px; color: #fff; border: #fff solid 1px; padding: 10px 70px; border-radius: 50px; font-size: 18px;-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;}
.zxzx:hover{padding: 10px 70px; border-radius: 50px; font-size: 18px; color: #333; background: #fff}



.second{ width:100%; background:url(../images/abbg.jpg) no-repeat center center /cover; padding-bottom: 4rem;}
.case{padding: 20px 0px 40px 0px}
.case_title{ width:100%; text-align:center; }
.case_title a{ font-size:1.5rem; font-weight:bold; color:#045089; }
.case_title span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 230px;
    height: 3px;
    margin: 0px 10px;
}
.case_title span.titline_l {background: url(titline_l.png) no-repeat right center;}
.case_title span.titline_r {width: 230px; height: 3px;background: url(titline_r.png) no-repeat right center;}
.case_txt{margin: 0px; padding: 0px; text-transform: uppercase}

.case_l{text-align: center;}
.case_l a{display: inline-block; font-size: 26px; padding: 2px 30px 5px 30px; color: #fff; border-radius: 30px; background: #0055DB; margin: 0px 5px;}
.case_l a:hover{background: #EB1A24; }


.caseGroup{ width:100%; margin-top:30px}
.caseGroup .caseBox{ overflow:hidden; zoom:1; padding:10px 0 10px 0px; position:relative;   }

.caseGroup .sPrev,.caseGroup .sNext{ position:absolute; left:0px; top:200px; display:block; width:45px; height:45px; background:url(jt01.png) center center no-repeat rgba(255,255,255,0.8); z-index: 999; border-radius: 30px;}
.caseGroup .sNext{ left:auto; right:0px; background:url(jt03.png) center center no-repeat rgba(255,255,255,0.8);  }
.caseGroup .sPrev:hover,.caseGroup .sNext:hover{ border-color:#f60;  }

.caseGroup .caseBd{ margin-top:30px }


.swiper2{margin-top: 2rem;}
.swiper2 .swiper-wrapper{display: flex; align-items: center;}
.swiper2  .swiper-slide {
	  transition: 300ms;
	  transform: scale(1);
	   filter: brightness(50%);
	   position: relative;
	height: auto;
    }
.swiper2 .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1.2); filter: brightness(100%);  position: relative; z-index: 9999;
	}
.swiper2 .swiper-wrapper .swiper-slide .pic{ display: flex; align-items: center; justify-content: center; text-align:center;width:100%; height:270px; overflow: hidden; background: #f5f5f5; }
.swiper2 .swiper-wrapper .swiper-slide .pic img{ max-width:100%;max-height:100%; display:block;  padding:2px;  -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(1)}
.swiper2 .swiper-wrapper .swiper-slide .pic a:hover img{transform: scale(1.3)}

.swiper2 .swiper-slide-active,.swiper-slide-duplicate-active .pic{height: 350px; display: flex; align-items: center; justify-content: center;}
.swiper2 .swiper-slide-active,.swiper-slide-duplicate-active .pic img{max-width:100%;max-height:100%; }

.swiper2 .swiper-wrapper .swiper-slide .title{ text-align: center; position: absolute; top: -360px; height: 100%; width: 100%; -webkit-transition: all ease 1s;-moz-transition: all ease 1s;-ms-transition: all ease 1s;-o-transition: all ease 1s;transition: all ease 1s; background:rgba(52,113,159,0.8) ;   }

.swiper2 .swiper-wrapper .swiper-slide .title a{font-size: 18px; color: #fff;}
/* .swiper2 .swiper-wrapper .swiper-slide:hover .title{top:0; padding-top:30%;} */
.swiper2 .swiper-slide-active:hover  .title{top:0; padding-top:40%;}


.swiper3{margin-top: 2rem;}
.swiper3 .swiper-wrapper{display: flex; align-items: center; background: #fff;}
.swiper3  .swiper-slide {transition: 300ms;}

.swiper3 .swiper-wrapper .swiper-slide .pic{ display: flex; align-items: center; justify-content: center; text-align:center;width:100%; height:23rem; overflow: hidden; background: #fff; }
.swiper3 .swiper-wrapper .swiper-slide .pic img{ max-width:100%;max-height:100%; display:block;  padding:2px;  -webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;transform: scale(0.8)}
.swiper3 .swiper-wrapper .swiper-slide .pic a:hover img{transform: scale(1)}

.swiper3 .swiper-wrapper .swiper-slide .title{ text-align: center; width: 100%; -webkit-transition: all ease 1s;-moz-transition: all ease 1s;-ms-transition: all ease 1s;-o-transition: all ease 1s;transition: all ease 1s; margin-top: 0.5rem; overflow: hidden; }

.swiper3 .swiper-wrapper .swiper-slide .title a{font-size: 1.2rem; }



.anlimore{
    display: block;
	width: 5rem;
	text-align: center;
	margin: 0 auto;
    padding: 0.6rem 0.5rem 0.6rem 0.8rem;
    border: 1px solid;
    border-radius: 0;
    color: #fff;
    border-color: #fff;
    border-color: ;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
	font-size: 14px;
}
.anlimore:hover{background:#045089 ;border-color: #3190DB; color: #fff; font-size: 14px;}

.anlimore i{margin-left: 0.5rem;}



/*third*/
.third{ width:100%; margin-top:15px; padding-top:5rem; padding-bottom:5rem;background:#F5F5F5;}



.about{  width:100%; padding: 0px 0%; margin-top: 40px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items:start; }
.title{ height:30px; line-height:30px; }
.third .case_title{ color: #045089; font-size: 1.8rem; font-weight: 600;}
.third .case_txt{ color: #fff;}
.abpic{width: 48%;}
.abpic img{width:100%; }
.about_con{width: 46%; min-height: 325px;  }
.about_con h3{font-size:24px; margin-top: 2rem; margin-bottom:2rem;}
.about_con p{font-size:1rem; line-height: 2.0;color: #045089;  }
.abmore{display: block; width:6rem; height: 2.5rem; line-height: 2.5rem; text-align: center; border-radius: 3px; margin-top: 30px;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms; color: #fff;background: #045089;}
.abmore:hover{background: #34719F; color: #fff }


.fourth{ padding: 60px 0px;background: #F5F5F5;}
.news{ margin-top: 40px; display: flex; justify-content:space-between; align-items: center;}

.newstit{ display: flex; justify-content:space-between; align-items: center;}
.newstit span.newstitfl b{font-size:34px; font-weight: normal; color: #000; border-left: #0055DB solid 5px; padding-left: 10px;}
.newstit span.newstitfl em{text-transform: uppercase; color: #999; font-size: 17px;}
.newstit span.newstitfr{width: 100px; height: 40px; line-height: 40px; border-radius: 30px; background: #0055DB; text-align: center; transition: ease-in-out 0.3s;}
.newstit span.newstitfr a{ color: #fff;}
.newstit span.newstitfr:hover{background: #EB1A24;}

.news ul.news02{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.news ul.news02 li {
	width:28.8rem;
	margin-right:3rem;
	margin-bottom: 0.5rem;
}
.news ul.news02 li:nth-child(3n+3){margin-right:0px;}
.news ul.news02 li a {
	width: 100%;
	/* height: 204px; */
	display: block;
	padding: 18px 0px;
	transition: all ease-in-out .3s;
}

.news ul.news02 li .news02date{
	width: 5.5rem;
	height: 5.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	border: #353535 solid 1px;
	overflow: hidden;
	color: #333;
	transition: all 0.3s;
}
.news ul.news02 li .news02date span{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}
.news ul.news02 li .news02date p{width: 100%;text-align: center;font-size: 0.8rem;}
.news ul.news02 li a:hover .news02date{background: #0B558C; border-color: #0B558C; color: #fff;}


.news ul.news02 li .newstxt {
	width: 22rem;
}
.news ul.news02 li .newstxt h3 {
	font-size: 1.1rem;
	display: block;
	font-weight: normal;
	color: #000;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.news ul.news02 li .newstxt p {
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #A1A1A1;
	line-height: 24px;
    font-size:1rem;
}

.news ul.news02 li a:hover img {
	filter: brightness(105%);
}



.links {
	padding: 20px 0;
	font-size: 0.9rem;
   background: #f5f5f5;
}
.links span {
	color: #333;
	display: inline-block;
	
}
.links a {
	display: inline-block;
	font-size: 0.9rem;
	color: #2C6898;
	padding-right: 10px;
}
.links a:hover {
	color: #4E97D9;
}

.wapfoot{display: none;}
.foot {
	width: 100%;
	padding-bottom:75px;
	background:url(../images/ftbg.jpg) no-repeat center top #232323;
	color: #fff;
}
.footer_left{ padding-right: 80px; margin-top:50px;}
.ftcontact_top {
    margin-bottom: 42px;
}

.ftcontact_top h3 {
    font-size: 28px;
    color: #fff;
	
}

.ftcontact_top span {
    font-size: 14px;
    color: #fff;
	font-weight: normal;
}


.foot_more {
    display: block;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    margin-top:30px;
    transition: all ease-in-out .3s;
	color: #fff;
}
.foot_more:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #111;
    transition: all ease-in-out .3s;
}

.ftp {
	width: 500px;
    line-height: 40px;
}
.ftp p{font-size: 16px; float: left; width: 50%; }

.foot_nav {
    width:704px;
    height: auto;
    overflow: hidden;
    color: #fff;
    margin-top:100px;
	padding-top: 10px;
    transition: all ease-in-out .3s;
/* 	border-left: #2E79FA solid 1px;
	border-right: #2E79FA solid 1px; */

}

.foot_nav a {
	display: inline-block;
	    color: #ddd;
	    padding: 10px 39px;
	    font-size: 16px;
	    margin: 8px 0px 10px 20px;
	    border: #ddd solid 1px;
	    transition: all ease-in-out .3s;
	    min-width: 70px;
		text-align: center;
		border-radius: 30px;
}

.foot_nav a:hover {
    color: #fff;
	background: #2C6898;
	border-color: #3c7fb5;
}

.foot_nav p {
    padding-top: 15px;
    font-size: 14px;
	text-align: right;
}

.foot_nav p a{border: 0px; margin: 0px; padding:0px;font-size: 14px;}
.foot_nav p a:hover{ background: none; color: #fff;}
.foot_nav p:first-child {
    margin-top: 10px; 
}

.ftewm{
    width: 130px;
    text-align: center;
	margin-right: 30px;
	
}
.ftewm img{width: 100%; }
.ftewm h3 {
    color: #fff;
	font-weight: normal;
    font-size: 14px;
    line-height: 30px;
}



.banquan{
	margin-top: 20px;
	height: 26px;
	line-height:26px;
	color: #ddd;
	font-size:0.8rem;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #555;
}
.banquan p {
	color: #ddd;font-size:0.8rem;
}
.banquan a {
	color: #ddd;font-size:0.8rem;
}
.banquan a:hover {
	color: #ed8e06;
}


#lxwm_map{margin-top: 0px;}


.ny_banner .swiper-wrapper {
    height:inherit;
}
.nyb_img{
    width: 100%;
    height: 100%
}
.nyb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: auto;
}
.nyb_info {
    width: 50%;
    position: absolute;
    right: 50%;
    top: calc(50% + 30px);
    z-index: 9;
    transform: translateX(50%) translateY(-125%);
    align-items: center;
    text-align: center;
    display-radio: flex;
    font-size: 2rem;
}
.nyb_info .p_btitle {
    letter-spacing: 1px;
}
.nyb_info .p_btitle a{color: #fff;font-size:2.2rem;}

.nybox_video{float: left; margin-right: 25px;}



@media screen and (max-width: 1200px){
.nyb_info{width: 100%;}
}
@media screen and (max-width: 992px){
.nyb_info{width: 100%; transform: translateX(50%) translateY(-140%);}
.nyb_info .p_btitle a{color: #fff;font-size:1.8rem;}
}
@media screen and (max-width: 768px){
	.nyb_swiperContainer .swiper-slide {
		height: 180px;
	}
	.nyb_info {
	    width: 100%;
	    z-index: 9;
	    text-align: center;
	   top: calc(50% +10px);
	   transform: translateX(50%) translateY(-170%);
	}
	.nyb_info .p_btitle { 
	    margin-bottom: 0px;
	}
	.nyb_info .p_btitle a{color: #fff;font-size:1.2rem;}
	
}

.ny_site{background: #EFF1F5; padding:15px 0px;}
.nysite_tit{display: flex; justify-content: space-between; align-items: center;}
.nysite_tit b{font-size:24px; position: relative; padding-left:20px; color: #222;}
.nysite_tit b::before{content: ""; width: 5px; height: 24px; background: #0155DA; border-radius: 30px; position: absolute; left:0px; top:5px}
.nysite_tit span{ color:#6C757D ; font-size: 14px;}
.nysite_tit span a{ color:#6C757D ; font-size: 14px;}
.nysite_tit span a:hover{ color:#C4151C ; font-size: 14px;}


.nyproname{width: 80%;margin: 0 auto; text-align: center; color: #999;}
.nyproname b{font-size:36px;font-weight: normal;color: #000;}
.nyproname em {display: block; text-transform: uppercase;color: #999;font-size: 17px; font-style: normal;position: relative;}
.nyproname em a{color: #999;}
.nyproname em i::before{content: ""; width: 60px; height: 1px; background: #ddd; position: absolute; left: 0px; bottom: 10px;}
.nyproname em i::after{content: ""; width: 60px; height: 1px; background: #ddd; position: absolute; right: 0px; bottom: 10px;}

@media screen and (max-width: 768px){
	.nysite_tit b{display: none;}
}


.ny_box{padding: 40px 0px; background:#F5F5F5;}
.nybox_l{float: left; width: 18%; }
.mbt30{ margin-bottom:30px;}
.mbt20{ margin-bottom:20px;}
.mbt15{ margin-bottom:15px;}
.ny_list{}
.ny_tit{ padding:20px 0px 20px 30px; background: #0155DA; text-align:left; font-size:26px; font-weight:bold; color:#fff; font-size: 20px;}
.ny_tit .bi{margin-right:10px;}

.ny_tit span{ display:block; font-size:14px; font-weight:normal; text-transform:uppercase; color:rgba(255,255,255,0.4)}
.ny_list ul{/* padding:0px 10px 10px 10px;*/ }
.ny_list ul li{  background:#EFF1F5; padding:15px 0px 15px 25px; text-align:left; transition:all 0.2s; border-top: #f8f8f8 solid 1px;}
.ny_list ul li .bi{margin-right: 15px;}
.ny_list ul li a{ font-size:18px;}
.ny_list ul li:hover{ background:#C4151C; padding:18px 0px 18px 25px}
.ny_list ul li:hover a{ color:#fff}
.ny_list ul li:hover .bi{ color:#fff}
.fl_lxwm{}
.fllxwm_con{ padding:10px 12px; /*border:#ddd solid 1px;*/ background:#EFF1F5;}
.fllxwm_con p{ line-height:2.0;}

.nybox_r{float: right; width:96%; margin-top: 2rem; background: #fff; padding: 2%; }
.nybox_r01{width:96%;  background: #f5f5f5; padding: 2%;}

@media screen and (max-width: 768px){
	.ny_box{padding-top:10px;}
	.nybox_l{width: 100%; float: none;}
	/* .ny_tit{display: none;} */
	.ny_list{display: none;}
	.ny_list ul{display: flex; justify-content: space-evenly; flex-wrap: wrap;flex-direction: row; align-items: center; background: #f5f5f5; margin: -7px 0px 0px 0px; padding-bottom: 10px;}
	.ny_list ul li{width:27.33%; padding: 0px; text-align: center; padding:5px; border: #0155DA solid 1px; background: none; border-radius: 30px; margin-top:10px;}
	.ny_list ul li a{font-size: 16px;}
	.ny_list ul li i{display: none;}
	.fl_lxwm{display: none;}
	.nybox_r{clear: both; width: 100%; float: none;}
	#productinfo_column_1 > .pics > .right > .ny_tit{font-size: 20px;}
	#productinfo_column_1 > .s > .ny_tit{display: block;}
	.liuyan #liuyantj{width: 60%!important;}
	
	
	.nybox_r{float: right; width:96%; margin-top:1rem; background: #fff; padding: 2%; }
}



#pic_column_1 > ul > li {
    margin-top: 0px;
    margin-bottom: 20px;
}
.lxwm-top dl{padding: 0px;}
.lxwm-top dl dd{font-size: 1.2rem;}

#productinfo_column_1 > .pics > .right .ny_tit{background: none;}

#productinfo_column_1 .pics{background: #fff; width: 96%; padding:1% 2% 2% 2%;border-bottom: #ccc solid 3px;}
#productinfo_column_1 > .ny_con {
    margin-top: 40px;
    border-top:none;
    padding-top: 40px;
}
#productinfo_column_1 {
    margin-top: 0px;
    font-size: 14px;
}
#productinfo_column_1 > .pics > .left > .pic_cur{background:none; border-color:#ddd;}
#productinfo_column_1 > .pics > .left > .pic_list > ul{background:none; background:#eee; display: none;}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li{background: none;}
#productinfo_column_1 > .pics > .left > .pic_list > ul > li.active {background: none;}
#productinfo_column_1 > .ny_con{margin-top: 0px;}
 
#newsinfo_column_1 > .s > .ny_tit{color: #333;}

#newsinfo_column_1 .ny_tit{display: block;}
#productinfo_column_1 > .pics > .right > .ny_tit {
    font-size: 1.2rem;
    color: #000;
	display: block;
}


@media screen and (max-width: 768px){
	
	.third{padding-top: 2rem; padding-bottom: 2rem;}
	.lxwm4-con{display: block;}
	.lxwm4-con dl{width: 94%; margin-bottom: 1px;}
	
	.container {
	    width: 100%;
	    margin: 0 auto;
	}
	.pro_l_con ul li{padding: 0 0.5rem;}
	
	.nyproname{width: 100%;}
	.nyproname b{font-size: 1.3rem;}
	.nyproname em{font-size:0.8rem;}
	.nyproname em a{font-size:0.8rem;}
	
	.probottom_list dl{width:49%; flex: none; }
	.probottom_list dl dt .propic{height: 10rem;}
	#prodw{margin-top: -43px;}
	
	.advtit{display: block; text-align: center;}
	.advtit span.advtitfl{width: 100%;}
	.advtit span.advtitfr{width: 100%; display: block;}
	.advtit span.advtitfl b{font-size: 1.25rem;}
	.advtit span.advtitfl em{font-size: 0.7rem}
	.advtit span.advtitfr a{font-size: 1rem}
	
	.third .case_title{font-size: 1.5rem;}
	.about_con h3{font-size: 1.25rem; margin: 0.5rem 0rem;}
	.swiper2 .swiper-wrapper .swiper-slide .pic{width: 63%; height: 180px;}
	.swiper2 .swiper-wrapper .swiper-slide{width: 63%; height: 180px;}
	
	.proname{width: 60%;  padding-top: 1.5rem;}
	.proname b{font-size: 1.5rem;}
	.proname em{font-size:0.8rem;}
	
	.fourth{padding-top: 1.5rem;}
	.anlimore{margin-top: 2rem;}
	
	.nybox_video{float: none; width: 100%; margin-bottom: 1.5rem;}
	.nybox_video iframe{width: 100%;}
	
	.swiper3 .swiper-wrapper .swiper-slide .pic{height:32rem;}
	.swiper3 .swiper-wrapper .swiper-slide .title a{font-size: 1.2rem;} 
	
}