@import url("../css/bootstrap-icons.css");
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:#e51c34; 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}


/*heade*/
.header{ width:100%; padding: 10px 0px 15px 0px; background:#ffffff; border-top: #0155DA solid 7px; position: fixed; z-index: 999;box-shadow: 0 0 10px rgba(0, 0, 0, .1); }
.logo{float: left; width: 33%; margin-top: 5px;}
.logo img{ max-width: 100%;}
.header .tel{ float:right;margin-top:40px;background: url("../images/tel.png") no-repeat left center; padding-left: 60px;}
.telp1 {
    font-size: 18px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.telp2 {
    font-size: 29px;
    color: #345197;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    font-weight: bold
}

/*menu*/
.menu{
    height: 55px;
    z-index: 5;
    position: relative;
	width: 64%;
	margin-right: 0px;
	float: right;
}
.menu ul{display: flex; justify-content: space-between; align-items: center; margin-top:8px; }
.menu ul li{padding: 0 2%; text-align:center;height:35px; line-height:35px; transition: all 0.3s; border-radius: 30px; margin-top: 5px; }
.menu ul li a{ font-size:18px; color:#333; letter-spacing:2px; }
.menu ul li:hover{ background:#e51c34; border-radius: 30px;} 
.menu ul li:hover a{ color:#fff;} 
/* .sjswiper{display: none;} */


/*banner ��ʼ*/

.bannerswiper {padding-top: 88px;}
 .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);
		}	 
/*banner����*/

/*floor*/
.first{ width:100%;  padding: 10px 0px 20px 0px;}
.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; background: #fff;display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.proname{width: 30%; }
.proname b{font-size:32px;font-weight: normal;color: #000;border-left: #0055DB solid 5px;padding-left: 10px;}
.proname em {text-transform: uppercase;color: #999;font-size: 17px;}

.pro_l_con ul{width: 65%;display: flex; justify-content: end; align-items: center; flex-wrap: wrap; margin-top: 10px;}
.pro_l_con ul li{
	padding: 3px 3px;
    background: #0055DB;
    border-radius: 5px;
	margin: 0px 5px 10px 5px;
    text-align: center;
     transition: all .3s ease-in-out 0s;
	 flex: 0 0 11%;
}
.pro_l_con ul li:last-child{margin-right:0%; background:#e51c34 ;}
.pro_l_con ul li a{font-size: 18px; color: #fff;}
.pro_l_con ul li:hover{background-color: #e51c34}

.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;
    border: #f7f7f7 solid 3px;
	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 {   
    background:rgba(41,41,41,0.8);
    width: 100%;
    z-index: 2;
    display: block;
    text-align: center;
    color: #fff;
    -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: 18px;
    padding-top:0%;
    font-weight: normal;
	color: #fff;
	padding:0 8%;
	transition: all ease 300ms;
	width:65%;
	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.3)}
.pro_list dl:hover dd.ddhover h3{ color:#FFF;padding:0 5%;width:70%;}
.pro_list dl:hover dd.ddhover i{ color:#FFF; margin-right: 10px;}


/*����*/
.adv{ height: 250px; background: #000;margin-top: 20px; background: url("../images/adv.jpg") no-repeat center center /100%;paddding-top: 20px; position: relative}
.adv01{display: none; width: 100%; margin: 0 auto;}
.adv01 img{width: 100%;}

.adv p{color: #fff; font-size: 20px;padding-top: 42px; line-height:32px}
.adv p span{font-size: 17px;}
.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%; }
.case{padding: 20px 0px 40px 0px}
.case_title{ width:100%; text-align:center; display: none; }
.case_title a{ font-size:36px; font-weight:bold; color:#333; }
.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(../images/titline_l.png) no-repeat right center;}
.case_title span.titline_r {width: 230px; height: 3px;background: url(../images/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(../images/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 .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.2)}
.swiper2 .swiper-wrapper .swiper-slide .pic a:hover img{transform: scale(1.3)}
.swiper2 .swiper-wrapper .swiper-slide .title{ line-height:40px; text-align: center; }
.swiper2 .swiper-wrapper .swiper-slide .title a{font-size: 18px}

.swiper3 .swiper-slide{width: 20%;}
.swiper3 .swiper-slide .pic{ display: flex; align-items: center; justify-content: center; text-align:center;width:100%; height:270px; overflow: hidden; background: #f5f5f5; }
.swiper3 .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.2)}
.swiper3 .swiper-slide .pic a:hover img{transform: scale(1.3)}
.swiper3 .swiper-slide .title{ line-height:40px; text-align: center; }
.swiper3 .swiper-slide .title a{font-size: 18px}

.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev{top:46%}
.swiper3 .swiper-button-next, .swiper3 .swiper-button-prev{top:46%}

/*third*/
.third{ width:100%; margin-top:15px; padding-top:25px; padding-bottom:60px;background:url(../images/abbg.jpg) no-repeat center center /cover;}


/*��������*/
.about{  width:98%; padding: 0px 1%; margin-top: 40px; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.title{ height:30px; line-height:30px; }
.third .case_title a{ color: #fff;}
.third .case_txt{ color: #fff;}
.abpic{width: 40%;}
.abpic img{width:100%; }
.about_con{width: 54%; min-height: 325px;   color: #fff;}
.about_con h3{font-size:24px; margin-top: 0px; margin-bottom: 30px;}
.about_con p{font-size:16px; line-height: 2.0; }
.abmore{display: block; width: 150px; height: 40px; line-height: 40px; text-align: center; border: #0055DB solid 1px; border-radius: 50px; 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: #0055DB;}
.abmore:hover{background: #e51c34;border: #e51c34 solid 1px; color: #fff }

/*��������*/
.fourth{ padding: 60px 0px;}
.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.news01{width: 32%; background: #F8F8F8; padding:3%;}
.news ul.news01 li{width: 100%;}
.news ul.news01 li .news01pic{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 200px;
}
.news ul.news01 li .news01pic img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	transform: scale(1.6);
}
.news ul.news01 li .news01pic:hover img{
	transform: scale(1.7);
}
.news ul.news01 li .newstxt {
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.news ul.news01 li .newstxt em{font-style: normal; font-size: 18px; color: #666;}
.news ul.news01 li .newstxt h3 {
	font-size:20px;
	display: block;
	height: 45px;
	font-weight: normal;
	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;
    border-bottom: 1px solid #ddd;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul.news01 li .newstxt p {
	padding-top:15px;
	color: #555;
	line-height: 26px;
    font-size: 16px;
	display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
}
.news ul.news01 li span{display: inline-block; padding: 0px 20px; width: 80px; height: 45px; line-height: 45px; text-align: center; border:#0055DB solid 1px; margin-top: 30px; color: #0055DB; font-size:30px;transition: all .3s ease-in-out 0s; border-radius: 30px; }
.news ul.news01 li:hover span{background: #EB1A24;border:#EB1A24 solid 1px;margin-top: 20px; color: #fff;}

.news ul.news02{width: 58%;}
.news ul.news02 li {
	width:98%;
	/* height: 246px; */
	margin-right: 70px;
	/* margin-bottom: 30px; */
}
.news ul.news02 li:nth-child(2n){margin-right:0px;}
.news ul.news02 li a {
	width: 100%;
	/* height: 204px; */
	border-bottom: 1px solid #e5e5e5;
	display: block;
	padding: 18px;
	transition: all ease-in-out .3s;
}
.news ul.news02 li a:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	border-bottom:0px;
    transition: all ease-in-out .3s;
}
.news ul.news02 li .news02pic{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.news ul.news02 li .news02pic img{
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	transform: scale(1.1);
}
.news ul.news02 li:hover .news02pic img{transform: scale(1.2);}
.news ul.news02 li .newstxt {
	width: 80%;
}
.news ul.news02 li .newstxt h3 {
	font-size: 20px;
	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: 20px;
}
.news ul.news02 li .newstxt p {
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555;
	line-height: 24px;
    font-size: 16px;
}

.news ul.news02 li a:hover img {
	filter: brightness(105%);
}



/*��������*/
.links {
	padding: 20px 0;
	font-size: 16px;
    /* background: #EB1829 */
}
.links span {
	color: #333;
	font-weight: bold;
	display: inline-block;
}
.links a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.links a:hover {
	color: #ed8e06;
}

.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;
}

/* .ftcontact_top span::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 75px;
    height: 2px;
    left: 0;
    top: 45px;
} */
.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:66px;
	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: #fff;
	    padding: 10px 39px;
	    font-size: 16px;
	    margin: 10px 0px 10px 20px;
	    border: #fff solid 1px;
	    transition: all ease-in-out .3s;
	    min-width: 70px;
		text-align: center;
}

.foot_nav a:hover {
    color: #333;
	background: #fff;
}

.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;
}



.copyright_main {
	background: #136b2f;
	height: 40px;
	line-height: 40px;
	color: #a7beac;
	font-size: 12px;
}
.copyright_main a {
	color: #a7beac;
}
.copyright_main a:hover {
	color: #ed8e06;
}


.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(-50%);
    align-items: center;
    text-align: center;
    display-radio: flex;
    font-size: 30px;
}
.nyb_info .p_btitle {
    letter-spacing: 1px;
}
.nyb_info .p_btitle a{color: #fff;font-size: 36px;}
@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% + 30px);
	}
	.nyb_info .p_btitle { 
	    margin-bottom: 0px;
	}
	.nyb_info .p_btitle a{color: #fff;font-size:18px;}
}


.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:#E51C34 ; font-size: 14px;}
@media screen and (max-width: 768px){
	.nysite_tit b{display: none;}
}


.ny_box{padding: 40px 0px;}
.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:#E51C34; 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:80%; }
.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;}
	
	
}



#pic_column_1 > ul > li {
    margin-top: 0px;
    margin-bottom: 20px;
}
.lxwm-l {
    width: 100%;
}
.lxwm4-con{padding-top: 0px;}
.lxwm4-con dl dd b {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
}
.lxwm4-con dl {
    width: 27%;
    margin: 0 auto;
    padding: 3%;
    background-color: rgba(245, 245, 245, 1);
    min-height: 0px;
    min-height:72px;
}
#productinfo_column_1 > .pics > .right .ny_tit{background: none;}

#productinfo_column_1 .pics{background: #f7f7f7; padding: 30px;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: 22px;
    color: #000;
	display: block;
}


@media screen and (max-width: 768px){
	.lxwm4-con{display: block;}
	.lxwm4-con dl{width: 94%; margin-bottom: 1px;}
}