﻿@CHARSET "UTF-8";

/*头部样式*/
.top{
    line-height: 90px;
}

.navbar{
    margin-bottom:0!important;
}
.navbar div{
    padding:0;
}

.phone{
    color:#2b2929;
    font-size:16px;
    padding-right:10px!important;
}


.search .form-control{
    border-radius:0;
}

.search .btn-danger{
    width:40px;
    height:34px;
    background:url(img/ss.png) no-repeat #008f59 center;
    border:none;
    border-radius:0;
    margin-top:3px;
    margin-left:-4px;
}

.logo .img-responsive{
    display: inline-block;
}

.nav1 .navbar-nav{
    float:none;
}
.nav1{
    border-top:1px solid #e4e4e4!important; background:#008f59;
}

.nav1 .nav > li{
 
    text-align: center;
    line-height: 50px;
    height:50px;padding:0 20px;
    overflow: hidden;
}

.nav1 .nav li a{
    font-size:18px; color:#fff;
}


.nav1 .nav>li>a:focus,.nav1 .nav>li>a:hover,.nav > li.active a,.nav1 .nav li .dropdown-menu li a:hover{
    color:#fff;
    background: #008f59 ;
}
.nav > li span{
    display: block;
    height:50px;
    overflow: hidden;
}

.nav > li span a{
    display: block;
}
.nav > li.active a.cn,.nav > li:hover a.cn{
    margin-top: -50px;
}

.nav > li:hover a{
    COLOR:#000;
    background: #008f59 ;
}

.dropdown-menu{
    min-width: 100% !important;
}
.dropdown-menu li{line-height: 2.5rem;}
.nav1 .nav li .dropdown-menu li a{line-height: 2.5rem;display:block;}

.nav li a,.nav li .dropdown-menu{transition: all .3s ease-out;-webkit-transition: all .3s ease-out;}
.nav li .dropdown-menu li a{background: none;}
.nav li .dropdown-menu li a:hover{background: none;}
.nav1 .nav li:hover, .nav1 .nav ul li.active{
    overflow: inherit;
}


.nav1 .nav li .dropdown-menu{
    top:70px;
    box-shadow: none;
    display: block;
    background: rgba(255,255,255,.6);
    padding:0;
	margin:0;
	border:none;
	border-radius:0;
}

.nav1 .nav li .dropdown-menu li a{
	font-size:16px;
	display: block;
	text-align: center;
	padding:0;
}

.nav1 .nav li:hover .dropdown-menu,.nav1 .nav li.active .dropdown-menu{
    top:50px;

}
.toleft {
	position: relative;
	overflow-x: hidden;
	left: 0;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.push-toleft {
	left: -260px;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.menuid.menuopen {
	left: 0px;
	opacity: 1;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.push-toleft .head {
	left: -260px;
}

#cbp-spmenu-s2 {
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.navbar-header {
	position: relative;
}

.menuid {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	opacity: 0;
	z-index: 9999;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.mobile-menu-overlay {
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute;
	display: none;
	background: #000000;
	z-index: 9;
	top: 0;
	right: 0;
	width: 200%;
	height: 100%;
}

.cbp-spmenu-open .mobile-menu-overlay {
	display: block;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.cbp-spmenu-right {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: absolute;
	display: block;
	background: #008f59 ;
	z-index: 10;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	max-width: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 60px 0 40px 0;
}

.cbp-spmenu-right li a {
	padding: 15px 23px;
	color: #fff;
	display: block;
	border-bottom: solid 1px #fff;
}

.cbp-spmenu-right li .layer12 a{font-size:13px;}

.cbp-spmenu-right li a:hover {
	background: #44aae7;
	text-decoration: none;
}

.menuid .icon-close {
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	right: 0;
	padding: 20px 20px 0 0;
	font-size: 16px;
}

.menuid .icon-close span {
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}

.menuid .icon-close:hover span {
	color: #44aae7;
}

.menuopen .mobile-menu-overlay {
	display: block;
	-webkit-transition: all 0.21s ease-out;
	transition: all 0.21s ease-out;
}
.cbp-spmenu-right li .layer12{
    display: none;
}

#formsearch1{max-width:190px;height:28px;line-height: 28px;border-radius:25px;border:1px solid #fff;}
.cbp-spmenu-right #formsearch1{width:auto;max-width:90%;margin:10px auto;}
.cbp-spmenu-right #formsearch1 #keyword{width:80%;}
.cbp-spmenu-right #formsearch1 #s_btn{width:18%;}
#formsearch1 input{height:28px;background:none;border:none;line-height:28px;}
#formsearch1 input#keyword{height:28px;line-height:28px;padding-left:15px;color:#666;width:100px}
#formsearch1 input#s_btn{width:32px;height:28px;line-height:28px;text-align:center;cursor:pointer;background:url(img/ss.png) center no-repeat;}

.cate1{
	width:100%;
	padding:12px 2% 0;
	background: #008f59;
}

.icon_list .ic1{
	width:15.666%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float:left;
	padding:3vw 0 2vw;
	overflow: hidden;
}
.icon_list .ic1 span{
	display: block;
	width:65px;
		height:71px;
	margin:0 auto;
	overflow: hidden;
}

.icon_list .ic1 span img{	
	width:65px;
	height:auto;
	margin:0 auto;
	position: relative;
	top:0;
}

.icon_list .ic1:hover span img{top:-100%;}

.icon_list .ic1 a{
	display: block;
	position: relative;
	z-index: 9;
}
.icon_list .ic1::after{
	content:"";
	position: absolute;
	right:0;
	top:50%;
	height:65px;
	margin-top:-32px;
	background: #91ccee;
	width:1px;
}

.icon_list .ic1::before{
	content:"";
	position: absolute;
	left:0;
	top:100%;
	background: #f7f7f7;
	box-shadow: 0 0 10px #a9a9a9;
	width:100%;
	height:0%;
	transition: .5s;
}

.icon_list .ic1:hover::before{
	top:0;
	transition: .5s;
	height: 120%;
}

.icon_list .ic1:nth-child(4){
	width:21.666%;
}

.icon_list .ic1:hover{
	overflow: inherit
}
.icon_list .ic1:hover a h3{
	color:#008f59;
}

.icon_list .ic1:hover a h3 p{
	color:#008f59;
	opacity: .6;
}

.icon_list .ic1 a h3{
	font-size:1rem;
	color:#fff;
	margin-top:15px;
}

.icon_list .ic1 a h3 p{
	font-size:0.7rem;
	padding-top:6px;
	color:#78b4e6;
}

.icon_list .slick-dots,.icon_list .slick-prev,.icon_list .slick-next{
	display: none!important;
}

/* 热销产品 */
.ctitle{
	color:#333;
	font:600 1.5rem/3.5rem "microsoft yahei";
	text-align: center;
}

.ctitle1{
	color:#333;
	font:600 1.5rem/3.5rem "microsoft yahei";

}

.sort1{
	text-align: center;
}

.sort1 a{
	font-size:0.9rem;
	line-height: 1.8rem;
}

.product_list1{
	margin-top:1.5rem;
}

.product_list1 .slick-list{
width:88%;
margin:0 auto;
overflow: hidden
}

.product_list1 .p1 a.aimg{
	display: block;
	overflow: hidden;
	margin:0 1.2rem;
}

.product_list1 .p1 a.aimg img{
	transition: .3s;
	transform: scale(1);
}

.product_list1 .p1:hover a.aimg img{
	transition: .3s;
	transform: scale(1.2);
} 

.product_list1 .p1 img{
width:100%;
	height:auto;
}

.product_list1 .p1 h3{
	background: #fff;
	padding:15px 10px 0px;
	position: relative;
	color:#333;
	font-size:14px;
	overflow: hidden;
	font-weight:bold;
	line-height:24px;
	margin:0 1.2rem;
}

.product_list1 .p1 h3 i{
    opacity:0;
}

.product_list1 .p1:hover h3 i{
    opacity: 1
}
.product_list1 .p1:hover h3{
	background: #008f59;
	padding:15px 10px 0px;
	position: relative;
	color:#fff;
	font-size:14px;
	overflow: hidden;
	font-weight:bold;
	line-height:24px;
	margin:0 1.2rem;
}

.product_list1 .p1 h3 p{
	font-weight:normal;
}

.product_list1 .p1 h3 a{
	color:#333;
	font-size:18px;
}

.product_list1 .p1:hover h3 a{
    color:#fff;
}

.product_list1 .p1 h3 i{
	font-style:normal;
	position: absolute;
	right:15px;
	bottom:0px;
	color:#7fb7e7;
	font-family: "impact";
	font-size:3.1rem;
}

a.pmore{
	display: block;
	width:12rem;
	height:3rem;
	line-height: 3rem;
	font-size:0.9rem;
	text-align: center;
	margin:0 auto;
	border:1px solid #666666;
	margin-top:2.5rem;
	position: relative;
	overflow: hidden;
}

a.pmore span{
	display: block;
	position: relative;
	z-index: 9;
	color:#666;
}

a.pmore::after{
	position: absolute;
	width:100%;
	height:100%;
	content:"";
	background: #008f59;
	top:0;
	right:-100%;
	transition:.5s;
}

a.pmore:hover::after{
	right:0;
	transition:.5s;
}

a.pmore:hover span{
	color:#fff;
}

a.pmore:hover{
	border-color:#008f59
}


/* 公司简介 */

.about1{
	background-size:cover;
	background:url(img/bg1.png) no-repeat right top;
	margin-top:3rem;
	position: relative;
}
.about_left{
	width:44%;
	position: absolute;
	left:0;
	top:0;

}

.about_left img{
	width:100%;
	height:auto;
}

.about_right{
	width:59%;
	padding-left:2rem;
	padding-top:15px;
	font:400 14px/28px "microsoft yahei";
	text-align: justify;
}

.about_right .ctitle{
	text-align: left;
}

.container1{
	max-width:1230px;
	margin:0 auto;
	padding:0 15px;
}
#container2{
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
}

.icon_list1{
	WIDTH:75%;
	position: relative;
	left:-4rem;
	margin-top:3rem;
}

.icon_list1 li{
	width:33.3%;
	float:left;
	background: #008f59;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.icon_list1 li a{
	display: block;
	color:#fff;
	font-size:0.9rem;
	text-align: center;
}

.icon_list1 li a p{
	padding-top:6px;
	margin:0;
}

.icon_list1 li:hover{
	background: #3ca4e1;
}


.c2{
	background: #008f59;
	color:#fff;
	font:400 14px/30px "microsoft yahei";
	position: relative;
	margin-top:5rem;
}
.c2 .ctitle{
	position: relative;
	z-index: 9;
	text-indent:15px;
	padding-top:1rem;
}

.c2 .ctitle span{
	color:#fff;
}

.c2_left{
	width:50%;
	position: absolute;
	left:0;
	top:0;
}

.c2_left img{
	width:100%;
	height:auto;
}

.c2_right{
	width:48%;
	padding-top:2rem;
	text-align: justify;
}


.text_list1 li{
	display: none
}

.text_list1 li a{
	display: block;
	color:#fff;
	font-size:1.2rem;
	line-height: 3rem;
}

.text_list1 li a p{
	padding-left:2.5rem;
	font:400 0.9rem/28px "microsoft yahei";
	margin-top:1.2rem;
}

.icon_list2{
	background: #fff;
	position: relative;
	z-index: 9;
	margin-top:2.5rem;
}

.icon_list2 li{
	width:20%;
	text-align: center;
	float:left;
	padding:1.2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	border-right:1px solid #f5f5f5;
}

.icon_list2 li div{
	color:#999;
	font-size:14px;
	line-height: 32px;
}

.icon_list2 li a{
	display: block;
	overflow: hidden;
	width:63px;
	margin: 0 auto;
}

.icon_list2 li a img{
	width:63px;
    height:57px;
    position: relative;
}

.icon_list2 li:hover a img{
	left:-62px;-webkit-filter: drop-shadow(62px 0);
	filter: drop-shadow(62px 0);
	-webkit-filter: drop-shadow(#008f59 62px 0px);
}

.icon_list2 li p{
	height:32px;
	overflow: hidden;
	line-height: 32px;
}

.icon_list2 li:hover p,.icon_list2 li.ck p{
	color:#008f59;
}

.icon_list2 li.ck a img{
	left:-62px;-webkit-filter: drop-shadow(62px 0);
	filter: drop-shadow(62px 0);
	-webkit-filter: drop-shadow(#008f59 62px 0px);
}

/* 核心优势 */

.c3{
	background: #f7f7f7;
	color:#fff;
	font:400 14px/30px "microsoft yahei";
	position: relative;
	margin-top:5rem;
}

.c3_left{
	width:36.5%;
	position: absolute;
	left:0;
	top:0;
}

.c3_left img{
	width:100%;
	height:auto;
}

.c3_right{
	width:63%;
	padding-top:3.5rem;
	text-align: justify;
}
.text_list2{
	margin-top:1rem;
}
.text_list2 li{
	display: none
}


.text_list2 li a{
	display: block;
	color:#333333;
	font-size:18px;
	line-height: 3rem;
}

.text_list2 li a p{
	font:400 14px/28px "microsoft yahei";
	margin-top:.2rem;
	color:#666666;
}

.icon_list3{

	margin-top:3.5rem;
}

.icon_list3 li{
	width:16.666%;
	text-align: center;
	float:left;
	text-align: center;
	cursor: pointer;
}

.icon_list3 li div{
	color:#999;
	font-size:18px;
	line-height: 32px;
}

.icon_list3 li a{
	display: block;
	overflow: hidden;
	width:105px;
	margin: 0 auto;
	height:126px;
}

.icon_list3 li a img{
	width:105px;
	transition:.5s;
	position: relative;
	top:0;
}

.icon_list3 li:hover a img,.icon_list3 li.ck2 a img{
	transition:.5s;
	top: -126px;
	
}

.icon_list3 li:hover p,.icon_list3 li.ck2 p{
	color:#008f59
}

.c4{
	background:url(img/c4.jpg) no-repeat center top;
	background-size:cover;
	padding-top:1.8rem;
	margin-bottom:2vw;
}

.ctitle1 img{
	transform: rotate(180deg);
}

.ctitle1 a{
	font-weight:normal;
	color:#666;
	font-size:1rem;
	padding-left:1rem;
}

#ctab{
	width:15%;
	float:left;

}

#ctab li{
	color:#333;
	font-size:17px;
	line-height: 45px;
	padding-left:20px;
	cursor: pointer;
}

#ctab li.ckk{
	background: #008f59;
	color:#fff;
}
.cton{
	width:80%;
	float:right;
	overflow: hidden;
}

.slick1{
	background: #fff;
}

.slick1 a.aimg{
	display: block;
	width:72%;
	float:left;
}

.slick1 h3{
	width:28%;
	float:left;
	color:#008f59;
	font-size:18px;
	font-weight:normal;
	padding:3rem 1.5rem 3rem 1.2rem;
}

.slick1 h3 p{
	font-size:14px;
	line-height: 28px;
	height:56px;
	overflow: hidden;
	margin-top:1.5rem;
}

.slick1 a.aimg img{
	width:100%;
	height:auto;
}
.slick1 .slick-prev,.slick1 .slick-next{
	width:92px;
	height:34px;
	background: url(img/left3.png) #fff no-repeat 50%;
	top:70%;
}
.slick1 .slick-prev{
	left:auto;
	right:111px;

}

.slick1 .slick-next:hover{
	background: url(img/right3.png) #008f59 no-repeat 50%;
	transform: rotate(0)
}

.slick1 .slick-prev:hover{
	background: url(img/right3.png) #008f59 no-repeat 50%;
	transform: scale(-1,1)
}


.slick1 .slick-next{
	transform: scale(-1,1)
}

.ctab_cont{
	height:0;
	overflow: hidden;
}

.ctab_cont.hei{
	height:auto;
}


.icon-list li{
    width:31.3%;
    float:left;
    margin-right:2.8%;
    margin-top:2vw;
}

.icon-list li:last-child{
    margin-right:0;
}

.icon-list li img{
    display:block;
    width:100%;
    height:auto;
}

.icon-list li h3{
    margin:0;
}

.icon-list li h3 a{
    color:#272727;
    font-size:0.9rem;
    line-height:27px;
    margin:0.9rem 0;
    display:block;
    height:27px;
    overflow:hidden;
}

.icon-list li:hover h3 a{
    color:#008f59;
}
.icon-list li h3 p{
    color:#666;
    font-size:0.9rem;
    line-height:1.5rem;
    height:3rem;
    overflow:hidden;
}

.icon-list li a.nmore{
    color:#333;
    font:400 14px/32px "microsoft yahei";
    border:1px solid #e4e4e4;
    width:125px;
    text-align:center;
    display:block;
    height:32px;
}

.icon-list li a.aimg{
    display:block;
    overflow:hidden;
}

.icon-list li a.aimg img{
    transform:scale(1);
    transition:.3s;
}

.icon-list li:hover a.aimg img{
    transform:scale(1.2);
    transition:.3s;
}

.relate_site{margin-top:2rem;}
.relate_site .al_box {padding:45px 15px; z-index:101;}
.relate_site .al_box .btn {position:absolute; left:50%; top:10px; margin-left:-23px; display:block; width:46px; height:30px; background:url(../images/main/relate_site_btndown.png) no-repeat center 50%;
-webkit-transition: all .3s ease; transition: all .3s ease;} 
.relate_site .al_box .btn.up {background:url(../images/main/relate_site_btnup.png) no-repeat center 50%;}
.relate_site .al_box .btn span {width:0; height:0; line-height:0; font-size:0px; float:left; position:absolute; visibility:hidden; overflow:hidden;}
.relate_site .al_box .cont {width:100%; height:auto; display:block;}
.relate_site .al_box .cont:after {content:""; display:block; clear:both;}
.relate_site .al_box .cont div {width:100%;}
.relate_site .al_box .cont div h3 {color:#fff; font-size:1.2rem; line-height:27px; margin:0 0 1.5rem 0;font-weight:bold;}
.relate_site .al_box .cont div ul {width:auto;}
.relate_site .al_box .cont div ul:after {content:""; display:block; clear:both;}
.relate_site .al_box .cont div ul li {float:left; width:16.6666%;}
.relate_site .al_box .cont div ul li a {display:inline-block; vertical-align:top; color:#fff; padding:5px 0; line-height:18px;font-size:0.9rem;}
.relate_site {width:100%; height:auto; position:relative; overflow:hidden;}

.relate_site .bg {position:absolute; left:0; top:0; z-index:1; width:100%; height:600px; background:url(img/relate_sitebg.jpg) no-repeat center top; background-size:cover; 
-webkit-animation: move2 20s linear infinite alternate; /* Chrome, Safari, Opera */
animation: move2 20s linear infinite alternate;}	
@-webkit-keyframes move2 {
	from   {top:0;}
	to   {top:-300px;}
}
/* Standard syntax */
@keyframes move2 {
	from   {top:0;}
	to   {top:-300px;}
}

.al_box {max-width:1230px; height:auto; margin:0 auto; position:relative;padding:0 15px;} 


.foot{
	background: #333;
	color:#fff;
      margin-top: 4rem;
}
#backtop {display:none;cursor:pointer;position:fixed;right:3%;bottom: 10%; width:30px;height: 33px;z-index:999;}


.htitle{
	margin-bottom:12px;
}

.htitle .me{
	font-size:1.2rem;
	line-height: 3.5rem;
	font-weight: normal;
}

.htitle .bdsharebuttonbox{
	padding-top:1.3rem;
	padding-left:10px;

}

.htitle .bdsharebuttonbox a{
	margin:0;
	padding:0;
	margin:0 5px;
	display: inline-block;
	width:22px;
height:18px;
}

.htitle .bdsharebuttonbox a.bds_tsina{
	background: url(img/xl.png) no-repeat center bottom;
}

.htitle .bdsharebuttonbox a.bds_weixin{
	background: url(img/wx.png) no-repeat center bottom;
}

.htitle .bdsharebuttonbox a.bds_qzone{
	background: url(img/qq1.png) no-repeat center bottom;
}

.mess1{
	width:50%;
	background: #414141;
	border-radius:6px;
	padding:1.5rem 2rem 1rem;
}

.contact1{
	width:40%;
	color:#fff;
	font:400 21px/32px "microsoft yahei";
	font-weight: lighter;
	text-align: left;
}

.contact1 img{
	padding-right:10px;
}

.foot1{
	background: #151515;
	color:#bababa;
	font-size:16px;
	padding:3px 0;
	line-height: 36px;
	text-align: center;
}
.foot1 a{
	font-size:16px;
	color:#bababa;
}

.foot1 a:hover{
	color:#fff;
}

@media(max-width:1550px){
	.icon_list1{
		margin-top:1rem;
		width:60%;
	}
}

@media(max-width:1275px){
	.icon_list .ic1 a h3{
		font-size:1rem;
	}
	.nav1 .nav li .dropdown-menu li a{
		padding:0 10px;
		font-size:15px;
	}
}

@media(max-width:1200px){
	.about_left,.c2_left,.c3_left{
		position: relative;
		width:100%;
	}

	.about1{
		background: url(img/bg1.png) no-repeat center bottom;
		height:auto!important;
	}

	.cc1{
		background: #008f59;
		padding-bottom:2rem;
	}

	.cc2{
		background: #f7f7f7;
		padding-bottom:2rem;
	}
	.c2,.c3{
		background: none;
		height:auto!important;
	}
	.about_right,.c2_right,.c3_right{
		float:none;
		width:100%;
		padding-left:0;
	}

	.icon_list1{
		width:100%;
		left:0;
	}

	.c2 .ctitle{
		color:#fff;
	}
#ctab{
	width:100%;
	float:none;
}

#ctab li{
	float:left;
	width:50%;
	text-align: center;
	margin-bottom:5px;
	padding:0;
}

.cton{
	width:100%;
	float:none;
}

}


@media(max-width:1050px){
    .phone{
        font-size:13px;
    }

    .search,.phone{
        display: none!important;
    }
    .nav1.navbar-collapse.collapse{
        display: none!important;
    }

    .navbar-toggle{
        display: block!important;
        border-color:#333;
    }

    .navbar-header{
        width:100%;
        display: flex;
        align-items: center;
        float:none;
    }

    .navbar-header .logo{
        width:95%;
    }

    .icon-bar{
        background-color:#333
    }

    .navbar-toggle{
        margin-right:0!important;
        margin-left:15px;
	}

/* 	
	.icon_list .ic1 span img{	
		max-width:38px;
		height:auto;
	}

	.icon_list .ic1 a h3{
		font-size: 0.6rem;
		padding:0 10px
	}
	.icon_list .ic1 a h3 p{
		display: none;
	}
	.icon_list .ic1{
		padding:1.5rem 0 1rem;
		
	} */
}

@media(max-width:768px){
	.icon_list2 li a{
		width:43px;
	}
    .jqzoom ,.zoomPad{
        float:none!important;
    }
    .product_detail .img{
        float:none;
    }

	.icon_list2 li a img{
		width:43px;
		height:39px;
		position: relative;
	}

	.icon_list2 li:hover a img{
		left:-42px;-webkit-filter: drop-shadow(42px 0);
		filter: drop-shadow(42px 0);
		-webkit-filter: drop-shadow(#008f59 42px 0px);
	}

	.icon_list2 li.ck a img{
		left:-42px;-webkit-filter: drop-shadow(42px 0);
		filter: drop-shadow(42px 0);
		-webkit-filter: drop-shadow(#008f59 42px 0px);
	}

	.icon_list2 li div{
		font-size:14px;
	}

	.icon_list3 li a{
		width:45px;
		height:54px;
	}


	.icon_list3 li a img{
		width:45px;
	}
	
	.icon_list3 li:hover a img,.icon_list3 li.ck2 a img{
		top: -54px;
		
	}

	.icon_list3 li div{
		font-size:13px;
	}

	.slick1 a.aimg{
		width:100%;
		float:none;
	}

	.slick1 h3{
		width:100%;
		float:none;
	}

	.slick1 .slick-prev, .slick1 .slick-next{
		top:auto;
		bottom:15px;
	}

.mess1,.contact1{
    width:100%;
    margin-bottom:15px;
}

.contact1{
    font-size:13px;
}

.left{
    width:100%!important;
    margin-top:10px!important;
}

.right{
    width:100%!important;
}

.sitemp .site{
    display:none!important;
}

.product_list li{
    width:48%;
}

	.icon_list .ic1 a h3,.sort1 a,a.pmore,.icon_list1 li a,.text_list1 li a p{
		font-size:14px;
	}
	.text_list1 li a,.icon-list li h3 a,.icon-list li h3 p,.relate_site .al_box .cont div ul li a,.relate_site .al_box .cont div h3,.htitle .me,.icon_list .ic1 a h3 p{
	    	font-size:14px;
	}
	
	.c2{
	    margin-top:2rem;
	}
	
	.sort li a{
	    height:35px;
	    line-height:35px;
	}
	
	.icon-list li{
	    width:100%;
	}
	
	.c4{
	        background: url(img/c4.jpg) no-repeat right top;
	}
	
	#ctab li{
	    color:#fff;
	    font-size:12px;
	    height:45px;
	    overflow:hidden;
	}
	
	.about1 .container1{
	    padding:0;
	}
	
	.about_right .ctitle,.about_right p{
	    padding:0 15px;
	}
/*	.icon-list li{*/
/*		width:47%;*/
/*		float:left;*/
/*margin-right:3%;*/
/*	}*/
/*	.icon-list li:nth-child(2n){*/
/*		margin-right:0*/
/*	}*/
}
/*热门搜索*/


/*主体样式*/
#container{max-width:1290px;margin:0 auto;}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}


/*关于我们*/
.abouts{
	max-width: 1210px;
	margin:0 auto;
	padding: 0 3%;
}
.aleft,.aright{
	width: 46%;
}
.aleft{
	margin-right: 2%;
}
.aright{
	margin-left: 2%;
}
.qyimg img,.sp img{
	width: 100%;
}
.wz{
	background: #008f59;
	color: #fff;
    padding: 0 10% 20% 10%;
}
.wz dd{
	font-size: 1.4rem;
	padding: 15% 0 2% 0;
}
.wz dt {
	
	font-weight: normal;
}
.wz dt p{
	font-size: 1.2rem;
	line-height: 2rem;
}
.wz a.amore{
	color: #fff;
	font-size: 1.3rem;
	margin: 3% 0 0 51%;
	background: url(img/jt3.png) no-repeat center right;
	    padding-right: 23%;
	        background-size: 35%;
}

@media (max-width: 767px) {
	.abouts{
		padding:0;
	}
   .aleft {
       width: 100%;
       margin:0 auto;
       margin-bottom: 1.5%;

    }
    .aright {
       width: 100%;
       margin:0 auto;
    }
    .wz{
            margin-bottom: 2%;
    }
    
}
.spwz{
	background: #dbe4eb;
	    padding: 0 10% 13% 10%;
}
.spwz h2{
	color: #7f8284;
	    font-size: 1.4rem;
	padding: 10% 0 2% 0;
}
.news_list1 li h3 a{
	color: #7f8284;
	    font-size: 16px;
}
.spwz h3{
	color: #565656;
	font-size: 2rem;
}
.spwz .nmore{
	color: #8f8f8f;
	font-size: 1.3rem;
	margin-top: 2%;
	display: block;
	background: url(img/jt4.png) no-repeat center right;
	    background-size: 35%;
	width: 44%;
}



/*产品展示*/
.cpzs{
	    padding-top: 3%;
}
.ptt{
	text-align: center;
	padding: 0 3%;
	background: url(img/klin.png) no-repeat center bottom;
}
.ptt h3{
	font-size: 2rem;
    color: #000000;
    padding-bottom: 1%;
}
.ptt .pmore1{
	color: #000000;
	font-size: 1rem;
	    display: block;
    text-align: right;
    padding-bottom: 1%;
}
.product_list1 li{
	width: 32%;
	padding: 1% 2%;
	float: left; margin-right:1%;
	 background: #efefef;
	border:1px solid #dbe4eb; 
}
.product_list1 li a.img{float:left;width:40%;}

.rightinfo{float:right;width:58%;}
.product_list1 li:nth-child(2){
	 
}
.product_list1 li a.img img{
	width: 100%;
	height: auto;
}
.product_list1 li a.img img{height:100px;}
.product_list1 li h3 a{
	color: #000000;
	padding: 3% 0;
	display: block;
	font-size: 1rem;
}
.summ{
	color: #727272;
	font-size: 0.9rem;
}
@media (max-width: 767px) {
	.product_list1 li{
		width: 100%;
		margin:0 auto;
		float: none;

	}
	.product_list1 li:nth-child(2) {
	    margin: 0 auto;
	}
    
}


/*产品大图*/
.bigimg{
	background: #dbe4eb	;
	margin-top: 3%;

}
.bigimg img{
	width: 100%;
	height: auto;
}
.sun_indexf{
	margin-top: 3%;
}

#container11{
	max-width: 1375px;
	margin: 0 auto;
}
.indexftx {
    position: relative;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.indexftx .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -45px;
    outline: none;
    border: none;
    font-size: 0;
    padding: 0;
    width: 51px;
    height: 90px;
    background: url(../images/allbg.png) no-repeat;
}
.indexftx .slick-arrow.slick-prev{
    background-position: 0 -751px;
    left:0;
}
.indexftx .slick-arrow.slick-prev:hover {
    background-position: -106px -751px;
}
.indexftx .slick-arrow.slick-next {
    background-position: -51px -751px;
    right: 0;
}
.indexftx .slick_con .img {
    display: block;
    border: 3px solid transparent;
}
.indexftx .slick_con .wz1 {
    color: #555555;
    font-size: 1.125rem;
    line-height: 1.67;
    padding-top: 5px;
}
.indexftx .slick_con .wz2 {
    display: none;
    color: #e9eaef;
    height: 115px;
    width: 115px;
    border-radius: 50%;
    padding: 30px 10px 10px 10px;
    position: absolute;
    right: 2%;
    bottom: 15%;
    z-index: 20;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/bg5.png) no-repeat center;
}
.indexftx .slick_con.even .img {
    margin-top: 30px;
}
.indexftx .slick_con.even .wz1 {
    opacity: 0;
}
.indexftx .slick-slide img {
    display: inline-block;
    width: 94%;
}
.indexftx .slick-arrow.slick-next:hover {
    background-position: -157px -751px;
}
.sun_indexf  .slick-prev{
	background: url(img/lt1.jpg) no-repeat center;
	    left: -5%;
}
.sun_indexf  .slick-next{
	background: url(img/rt1.jpg) no-repeat center;
	right:-5%;
}


/*工程案例*/
.product_list2 li{
	width: 32%;
	
	float: left;
	background: #dbe4eb;
}
.product_list2 li .alcon{
	padding: 3%;
}
.product_list2 li:nth-child(2){
	margin: 0 2%;
}
.product_list2 li a.img img{
	width: 100%;
	height: 273px;
}
.product_list2 li h3 a{
	color: #6e6e70;
	padding: 3% 0;
	display: block;
	font-size: 1rem;
}
.ctitle11{color: #989ca0;font-size: 0.8rem;}
.summ1{
	color: #989ca0;font-size: 0.8rem;
}
.product_list2 {
	margin-top: 3%;
}
.product_list2 li .gd{
	display: block;
	margin: 4% 0 10% 0;
	color: #6e6e70;
	font-size: 0.9rem;
	width: 27%;background: url(img/jt1.png) no-repeat right center;
	background-size: 50%;
}
@media (max-width: 767px) {
	.product_list2 li{
		width: 100%;
		margin:0 auto;
		float: none;
		margin-bottom: 2%;

	}
	.product_list2 li:nth-child(2) {
	    margin: 0 auto;
	    margin-bottom: 2%;
	}
    
}


/*服务支持*/
.fuwu{
	margin-top: 3%;
}
.fleft{
	width: 40%;
	height: auto;
	background: #dbe4eb;
	padding: 7% 5% 5% 5%;
	margin-top: 6%;
}
.fleft h3{
	color: #000000;
	font-size: 1.5rem;
}
.fwzc{
	color: #b5babe;
	font-size: 1.1rem;
	padding: 4% 0 10% 0;

}
.fright{
	width: 60%;
	height: auto;
}
.fright img{
	width: 100%;
}
.fuwu .fumore{
	display: block;
	color: #7e8082;
	font-size: 1rem;
	width: 44%;background: url(img/jt2.png) no-repeat right center;
	background-size: 32%;
}


@media (max-width: 767px) {
	.fleft{
		width: 86%;
		margin:0 auto;
		float: none !important;

	}
	.fright{
		width: 100%;
		margin:0 auto;
		float: none!important;
		padding-top: 4rem;

	}
    
}


/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(img/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}




/*友情链接*/
.f_link{max-width:1230px;margin:0 auto;line-height:40px;line-height:40px;font-size:14px;}
.f_link a{color:#fff;}
/*页面底部*/
#footer{position:relative;max-width:1230px;margin:0 auto;}



/*------------内页-------------------*/
.left .box{margin-bottom:22px;}
.left .box .content{padding:5px 0px;}
.left .box h3{padding-left:1.5rem;font-size:20px;height:2.5rem;line-height: 2.5rem;background: #008f59;color:#fff;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;}
.n_banner img{width:100%;height:auto;}
.left{width:20%;float:right;position: relative}

.n_contact{margin-top:10px;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:70%;float:left;padding-bottom:10px;}
.sitemp{height:4rem;line-height: 4rem;}
.sitemp h2{float:left;     font-size: 0.9rem;color:#333333;display:block;line-height: 4rem;}
.sitemp .site{    font-size: 0.7rem;color:#333;float:right}
.right .content{padding:10px 0;padding-top:15px;line-height: 24px;}

@media (max-width: 767px) {
   
   .sitemp h2{font-size: 2rem;    padding-left: 10px;}
}

.left .sort_menu h3{
	background: #008f59;
	padding:5px 15px;
	height:auto;
	line-height: auto;
}

.sort_menu h3 span{
	display: block;
	font:600 24px/6rem "microsoft yahei";
	color:#fff;
	border:1px solid #a3d0eb;
	padding-left:1rem;

}

.left .sort_menu{	

}




.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    overflow:hidden;
    margin:0;
}


.cb-slideshow li{
     width: 100%;
    height: 100%;
    overflow:hidden;
    color: transparent;
    
    
    
}


.cb-slideshow li img{
    width: 100%;
    height: auto;
}

.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    top: 28%;
    right: 15%;
    width: 35%;
    opacity: 0;
    -webkit-animation: titleAnimation 12s linear infinite 0s;
    -moz-animation: titleAnimation 12s linear infinite 0s;
    -o-animation: titleAnimation 12s linear infinite 0s;
    -ms-animation: titleAnimation 12s linear infinite 0s;
    animation: titleAnimation 12s linear infinite 0s;
    color:#fff;
    font-size:3.2rem;
}


.cb-slideshow li div h3 {
   font-size:2.5rem;
    padding: 0 10px;
    line-height:7rem;
    color: #fff;
    font-weight:bold;
    position: relative;
    border-bottom:1px solid #fff;

}

.cb-slideshow li div h3::after{
    content:"";
    width:88px;
    height:3px;
    background: #fff;
    left:0;
    bottom:0;
    position: absolute;
}


.nh6 {

    margin-top: 1rem;
    color: #fff;
    font-size: 1.5rem;
     font-weight:normal;
     width:100%;
}
















.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}

.cb-slideshow li div {
      z-index: 1000;
    position: absolute;
    top: 28%;
    right: 15%;
    width: 35%;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
        color:#fff;
    font-size:3.2rem;
}

@media (max-width: 767px) {
   .cb-slideshow li div {
        right: 3%;
        width:50%;
        top:26%;
    }
    
    .cb-slideshow li div h3 {
   font-size:1.6rem;
   line-height:4rem
}
.nh6 {



    font-size: 1.2rem;

}

}


.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/banner.jpg)
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/banner1.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/banner2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/banner3.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/banner1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/banner2.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes titleAnimation {
    0% {
        opacity: 0;
        -moz-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -moz-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes titleAnimation {
    0% {
        opacity: 0;
        -o-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -o-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes titleAnimation {
    0% {
        opacity: 0;
        -ms-transform: translateX(200px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateX(0px);
    }
    19% {
        opacity: 0;
        -ms-transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes titleAnimation {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    8% {
        opacity: 1;
        transform: translateX(0px);
    }
    17% {
        opacity: 1;
        transform: translateX(0px);
    }
    19% {
        opacity: 0;
        transform: translateX(-400px);
    }
    25% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}


@media(max-width:768px){
	.wz dd{
		font-size:2rem;
	}
	.wz dt p {
    font-size: 1.6rem;
    line-height: 2rem;
   }
   .wz a.amore {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 1rem;
    display: block;
   }
   .spwz h2{
   	font-size: 2rem;
   }
   .news_list1 li h3{
   	margin:2% 0;
   }
   .news_list1 li h3 a {
    color: #7f8284;
    font-size: 1.8rem;
    line-height: 2rem;
}
.spwz .nmore{
	font-size: 1.8rem;
}
.ptt .pmore1{
	font-size: 1.5rem;
}
.product_list1 li h3 a{
	font-size: 2rem;
}
.summ{
   font-size: 1.5rem;
}
.ctitle11{
	font-size: 1.5rem;
}
.product_list2 li h3 a{
  font-size: 2rem;
}
.summ1{
	font-size: 1.5rem;
}
.product_list2 li .gd{
	font-size: 1.5rem;
}
.fleft h3{
	font-size: 2rem;
}
.fwzc{
	font-size: 1.5rem;
}
.fuwu .fumore{
	font-size: 1.3rem;
}

}

