c_26@charset "utf-8";
/* CSS Document */
/*切图：yf*/
html{ overflow-x:hidden; overflow-y:auto;}
body{background-color:#fff;}
*{ padding:0; margin:0;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a{ text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{color:#333; cursor:pointer;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}




@media screen and (max-width:1450px){
	.row{margin:0;}
}
/*首页 */
.bg{height:7px;}
.bg img{width:100%; height:auto; display: inherit;}

.top1{width:100%; height:110px; background-color:#fff; box-shadow: 0 0px 17px  rgba(0,0,0,0.1); position: absolute; top:0; left: 0; z-index: 1000;}
.top1 .logo{width:211px; height:88px; float:left; margin-top:11px;}
.top1.active{  position: fixed; top:0;height:100px;} 
.top1 .logo img{width:100%; height:auto;}
.top1 .menu{float:right;}
.top1 .menu>li{float:left; font-size:16px; margin-left:18px; position:relative;}
.top1 .menu>li:first-child{margin-left:0;}
.top1 .menu>li>span>a{ display: block; padding:34px 0 28px 0 ; }
.top1 .menu>li>span>a i{display:inline-block; width:13px; height:1px; background-color:#81c33f; margin-bottom:5px; opacity: 0;}
.top1 .menu>li>span>a h1{font-size:16px; color:#3d3d3d; display: inline-block; margin:0 9px;}
.top1 .menu>li>span>a h2{width:100%; text-align: center; font-size:12px; color:#a5a5a5; margin-top:10px;}

.top1.active .menu>li{margin-left:20px;}
.top1.active .logo{width:180px; height:auto;-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;}
.top1.active .menu .sub{top:92px;}
.top1.active .menu>li>span>a{padding:29px 0 23px 0 ;}
.top1 .menu>li:hover>span>a i{opacity:1;}
.top1 .menu>li:hover>span>a h1{color:#81c441;}
.top1 .menu>li:hover>span>a h2{color:#81c441;}
.top1 .menu>li.hover>span>a i{opacity:1;}
.top1 .menu>li.hover>span>a h1{color:#81c441;}
.top1 .menu>li.hover>span>a h2{color:#81c441;}
.menu .sub{ display: none; position: absolute; width: 130px; left: 50%; top: 105px; margin-left: -65px ;}
.menu .sub ul{ float: left; width: 100%; display: block;  background-color:rgba(128,195,64,0.7);padding: 10px 14px;}
.menu .sub li{ padding: 10px 0; color: #fff; font-size: 14px; line-height: 20px; border-bottom: rgba(255,255,255,0.1) solid 1px; text-align: center;}
.menu .sub li:last-child{ border-bottom: 0;}
.menu .sub li a{color: #fff; text-transform: uppercase; opacity: 0.8;}
.menu .sub li:hover a{ opacity:1;}


/*手机头*/
.top2{width:100%; height:60px;background-color:#fff;display: none; box-shadow: 0 0px 17px  rgba(0,0,0,0.1); }
.top2 .logo{ height:60px; float:left;}
.top2 .logo img{height:60px; width:auto;}
@media screen and (min-width:1400px){
	.top1 .container{padding:0;}
}
@media screen and (max-width:1399px){
.top1 .menu>li{margin-left:2px;}
.top1 .menu>li>span>a i{width:10px;}
.top1 .menu>li>span>a h1{margin:0 4px;}
.top1 .logo{width:190px;}
.top1.active .menu>li{margin-left:4px;}
}
@media screen and (max-width:1199px){
    .top2{ display:block;}
	.top1{ display:none;}

}



/*下拉*/
.menuph{
    float:right;
    margin:10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #81c441;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #81c441;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.menuph .point.active .navbtn{
    background: transparent;
}
.menuph .point.active .navbtn::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menuph .point.active .navbtn::before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    z-index: 1029;
    background: #fff;
	text-align: center;
}
.xialaph li{border-top:1px solid rgba(0,0,0,0.1);}
.xialaph li:last-child{border-bottom:1px solid rgba(0,0,0,0.1);}
.xialaph li a{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}
.xialaph li a i{margin-left:5px; font-size:12px; opacity: 0.6;}
@media screen and (max-width:1199px){
	.top2{background-color:#fff;}
}

/*banner*/
.pz_banner{position:relative;}
.slide1{ margin:0;width: 100%;}
.slide1 .slick-slide{ width:100%; padding:0;}
.slide1 img{ width:100%;}
.dian{width:100%; text-align: center;position: absolute; top:95%;}
 .dian .slick-dots{display:inline-block;position:static ; padding:0 10px; border-radius: 100px; background-color:rgba(0,0,0,0.4); width: auto;}
 .dian .slick-dots li{display:inline-block; width:10px; height:10px; border-radius: 5px; background-color:#fff; margin:6px 10px;}
.dian .slick-dots li.slick-active{background-color:#71b800;}
@media screen and (max-width:991px){
	.dian{top:90%;}
}	
@media screen and (max-width:767px){
	.dian{top:87%;}
	.dian .slick-dots{padding:0 5px;}
	.dian .slick-dots li{width:7px; height:7px;}
}	



/*main*/
.c_0100{background-color:#fafafa; padding:66px 0 95px 0;}
.c_1{position:relative;}
.l_1{float:left; width:55.42%; margin-left:6.14%;}
.l_1 li{float:left; text-align: center; width:25%; border-right:1px solid #e8e8e8;}
.l_1 li:last-child{border-right:0;}
.l_1 li span{width:70px; height:70px; display: block; margin:auto;}
.l_1 li span img{width:100%; height:auto;}
.l_1 li .span_2{display:none;}
.l_1 li:hover .span_1{display:none;}
.l_1 li:hover .span_2{display:block;}
.l_1 li h1{font-size:14px; color:#6e6e6e; margin-top:15px;}

.r_1{width:31.428%;box-shadow: 0 0px 17px  rgba(0,0,0,0.1); position: absolute; top:-200px; right:6.785%; background-color:#fff; padding:2% 2% 3% 3%;}
.r_1 h1{ font-size:24px; color:#3d3e42; font-weight:bold; text-transform: uppercase;}
.r_1 h2{font-size:18px; color:#3d3e42; margin-top:10px;}
.r_1 span{width:37px; height:4px; background-color:#82c341; display: inline-block; margin-top:17px;}
.r_1 h3{ font-size:14px; color:#6e6e6e; line-height: 26px;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
	margin-top:20px;}
.r_1 a{ width:127px; height:36px; text-align: center; line-height: 36px; background-color:#82c341; display: inline-block; margin-top:23px; font-size:14px; color:#fff; text-transform: uppercase;}

@media screen and (max-width:991px){
	.c_0100{padding:20px 0 0 0;}
	.r_1{position:static; width:100%;background-color:#fafafa;box-shadow: 0 0px 0px  rgba(0,0,0,0); text-align: center; margin-top:20px;}
	.l_1{float:none; width: 100%; margin-left:0;}
}	
@media screen and (max-width:767px){
	.l_1 li span{width:40px; height:40px;}
	.l_1 li h1{font-size:12px; margin-top:10px;}
	.r_1 h1{font-size:18px;}
	.r_1 h2{font-size:14px; margin-top:10px;}
	.r_1 span{margin-top:10px;}
	.r_1 h3{font-size:12px; line-height: 22px; margin-top:10px; text-align: justify;}
	.r_1 a{width:100px; height:26px; line-height: 26px; margin-top:10px; font-size:12px;}
}

/*  */

.title{margin-top:60px;text-align: center; background-image: url(images/p20.png); background-repeat: no-repeat; background-position: center 10px;}
.title h1{font-size:48px; color:#111111; font-family: Arial;}
.title h2{font-size:14px; color:#b6b6b6; font-family: Arial; margin-top:10px; text-transform: uppercase;}
.title h3{font-size:18px; color:#323232; margin-top:10px; letter-spacing: 1.5px;}


.l_2{width:51%;background-color:#f6f6f6; margin-top:50px; display: inline-block;}
.l_2 span{width:48%; float:left; position: relative;}
.l_2 span .img_box{ float:left; width:100%; padding-bottom:105%; overflow:hidden; position:relative;}
.l_2 span img{width:auto; height:100%; max-width:initial; position:absolute; left:0; top:0;}
.l_2 span h1{font-size:18px; color:#fff;position: absolute; bottom:8%; right:8%; text-align: right;}

.l_2 span h1 i{display:block; font-size:46px; color:#fff; font-family: Arial; font-weight: bold; }

.r_2{width:52%; float:right; padding:50px 3.5% 0 3.5%;}
.r_2 h1{font-size:16px; color:#000;line-height: 30px; font-weight:bold;}
.r_2 h2{font-size:14px; color:#666; line-height: 28px;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin-top:40px;
}
.l_2 .slick-prev{width:43px; height:43px; background-image: url(images/p16.png); background-repeat: no-repeat; background-position: center; left:370px; top:auto; bottom:20px;}
.l_2 .slick-next{width:43px; height:43px; background-image: url(images/p17.png); background-repeat: no-repeat; background-position: center; right:238px; top:auto;bottom:20px;}
.l_2 .slick-prev:hover{ background-image: url(images/p19.png); }
.l_2 .slick-next:hover{ background-image: url(images/p18.png); }

.r_3{float:right; width:46.85%;padding-top:40px;}
.r_3 li{margin-top:10px;  background-color:#f6f6f6; padding:15px 3.81%;}
.r_3 li span{width:16%;  float:left; border:1px solid #e8e8e8; padding:1px;}
.r_3 li span .img_box{ float:left; width:100%; padding-bottom:55%; overflow:hidden; position:relative;}
.r_3 li span img{width:auto; min-width:100%; height:100%; max-width:initial; position:absolute; left:0; top:0;}
.r_3 li p{float:left; width:1px; height:53px; background-color:#c5c5c5; margin-left:25px; margin-right:20px;}
.r_3 li h1{ font-size:15px; color:#000; line-height: 28px; font-weight: bold; }
.r_3 li h1 i{font-size:14px; font-weight: normal; display: block; white-space: nowrap; text-overflow: ellipsis;  overflow: hidden;}
.r_3 li:hover{background-color:#82c341;}
.r_3 li:hover h1{color:#fff;}
.r_3 li:hover p{background-color:#fff; opacity: 0.5;}
.r_3 li:hover span{border:1px solid #99d260;}

@media screen and (max-width:1399px){
	.title{margin-top:35px;}
	.r_2{ padding:20px 3.5% 0 3.5%;}
	.r_2 h2{margin-top:20px;}
	.r_3{margin-top:5px;}
	.r_3 li{padding:4px 3.81% ; margin-top:5px;}
	.r_3 li span{width:21.5%;}
	.r_3 li p{height:50px; margin-top:2px;}
	.r_3 li h1{font-size:14px; line-height: 25px;}
	.r_3 li h1 i{font-size:12px;}
	.l_2 .slick-dots {bottom:0;}
	.l_2 .slick-dots li{width:8px; height:8px; border-radius: 4px; background-color:#aaaaaa; }
	.l_2 .slick-dots li.slick-active{background-color:#82c341;}
	.l_2 .slick-prev{display:none !important;}
	.l_2 .slick-next{display:none !important;}	
}
@media screen and (max-width:991px){
	.title{margin-top:30px;}
	.title h1{font-size:30px;}
	.title h3{font-size:16px;}
	.l_2{margin-top:20px; width:100%;}
	.l_2 span{width:30%;}
	.r_2{width:70%;}
	.r_3{width:100%; padding-top:10px;}
	.r_3 li p{height:82px;}
	.r_3 li h1{margin-top:20px;}
	.r_3 li{padding:4px 2%;}
}
@media screen and (max-width:767px){
	.title{margin-top:20px;}
	.title h1{font-size:18px;}
	.title h2{font-size:12px; margin-top:5px;}
	.title h3{font-size:14px; margin-top:5px;}
	.l_2 span{width:100%;}
	.r_2{width:100%;padding:10px 3.5% 15px 3.5%;}
	.r_2 h1{font-size:14px; line-height: 20px; }
	.r_2 h2{margin-top:5px; line-height: 20px; font-size:12px;}
	.r_3 li span{width:150px; margin-right:10px;}
	.r_3 li p{display: none;}
	.r_3 li h1{margin-top:15px; line-height:16px; font-size: 12px;}
	.r_3 li h1 i{margin-top:10px;}
}
/**/

.c_0100_1{width:100%; height:auto; margin-top:70px; margin-bottom:222px;}
.c_0100_1>img{width:100%; height:auto;}
.c_2{height:100%; width:100%; background-color:rgba(0,0,0,0.5);text-align: center;  padding-bottom:259px;}
.c_2 h1{font-size:48px; color:#fff; margin-top:50px; font-family: Arial;}
.c_2 h2{font-size:14px; color:#ecebea; margin-top:15px; text-transform: uppercase;font-family: Arial; letter-spacing: 1px;}
.c_2 h3{color:#fff; font-size:18px; margin-top:10px;}
.c_2 span{width:35px; height:35px; display: inline-block; margin-top:30px;}

.c_4{margin-top:-405px;}
.c_3{ box-shadow: 0 1px 18px  rgba(0,0,0,0.25); padding:53px 3.357%; background-color:#fff;}
.c_3 li{float:left; width:32.33%; margin-right:1.5%; position: relative;}
.c_3 li>img{width:100%; height:auto;}
.c_3 li:nth-child(3n){margin-right:0;}
.c_3_1{position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(102,165,35,0.7); padding:0 12%; text-align: center; display: none;}
.c_3_1 h1{font-sizez;24px; color:#fff; padding-top:70px;}
.c_3_1 h2{font-size:14px; color:#fff; line-height: 27px; margin-top:20px;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;;}
.c_3_1 span{display:inline-block; width:38px; height:38px; margin-top:30px;}
.c_3_1 span img{width:100%; height:auto}
.c_3 li:hover .c_3_1{display:block;}

@media screen and (max-width:1399px){
	.c_3_1 h1{padding-top:20px;font-size:30px;}
	.c_3_1 h2{margin-top:15px; line-height: 24px;}
}
@media screen and (max-width:991px){
	.c_2 h1{margin-top:15px;}
	.c_0100_1{margin-top:40px; }
	.c_4{margin-top:-320px;}
	.c_3_1 h1{padding-top:10px;font-size:20px;}
	.c_3_1 h2{margin-top:10px; line-height: 20px;}
	.c_3_1 span{margin-top:10px;}
	.c_2{padding-bottom:150px;}
}
@media screen and (max-width:767px){
	.c_2{padding-bottom:70px;}
	.c_4{ width:100%; margin:auto; left: 0; margin-top:-50px;}
	.c_2 h1{font-size:28px;}
	.c_2 h2{font-size:12px; margin-top:10px;}
	.c_2 h3{font-size:14px;}
	.c_2 span{width:25px; height:25px; margin-top:15px;}
	.c_3{padding:15px 3.357% }
	.c_3 li>span{display:block;width:130px; float:left; margin-right:10px;}
	.c_3 li{background-color:rgba(102,165,35,0.7);width:100%; margin-top:10px;}
	.c_0100_1{margin-top:20px; margin-bottom:0;}
	.c_3_1{position:static; display:block; background-color:rgba(0,0,0,0); text-align: left;}
	.c_3_1 span{display:none;}
	.c_3_1 h1{font-size:16px;}
	.c_3_1 h2{font-size:12px; margin-top:5px;}
	.c_3_1 span{width:30px; height:30px;}
}


/**/
.c_5{padding-top:43px;  width:100%; text-align: center;}
.c_5 li{ margin-top:20px;width:10.2%; display: inline-block; text-align: center; border-right:1px dashed #dedede; box-sizing: border-box;}
.c_5 li:last-child{border-right:none; width:7.8%;}
.c_5 li:first-child{ width:7.8%;}
.c_5 li span{width:70px; height:auto; display: block; border:1px solid #c8c9cb; padding:2px; box-sizing: border-box; margin: auto;}
.c_5 li span img{width:100%; height:auto;}
.c_5 li h1{font-size:13px; color:#333; margin-top:10px;}

.c_6{width:100%;  display: none; }
.c_6 .slick-slide>li{float:left; text-align: center; width:100%;}
.c_6 .slick-slide>li span{width:70px; height:auto; display: block; border:1px solid #c8c9cb; padding:2px; box-sizing: border-box; margin:auto;}
.c_6 h1{font-size:13px; color:#333; margin-top:10px;}

 .c_6 .slick-dots{text-align: center; width:100%;}
 .c_6 .slick-dots li{display:inline-block; width:10px; height:10px; border-radius: 5px; background-color:#aaaaaa; margin:6px 10px;}
.c_6 .slick-dots li.slick-active{background-color:#71b800;}

@media screen and (max-width:1399px){
	.c_5{display:none;}
	.c_6{display:block; margin-top:20px;}
}
@media screen and (max-width:991px){
	.c_6 .slick-dots{bottom:-25px;}
}
@media screen and (max-width:767px){
	.c_6{margin-bottom:20px;}
}


/**/
.c_7{ margin-top:50px;}

.c_7 li{float:left; margin-right:0.15625%; margin-top:3px; width:24.88%; position: relative;}
.c_7 li>img{width:100%; height:auto;}
.c_7 li:nth-child(4n){margin-right:0;}
.c_7 .d_7{background-image: url(images/p54.png) ; background-repeat: no-repeat; background-position: center bottom; position: absolute; bottom:0; left:0; padding:0 45px 0 45px; width:100%; height:46px; overflow: hidden;}
.c_7 .d_7 span{float:right; margin-top:10px; width:28px; height:28px;}
.c_7 .d_7 span img{width:100%; height:auto; ;}
.c_7 .d_7 h1{font-size:16px; color:#fff;float:left; width:80%; text-align: left; line-height: 46px;}
.c_7 .d_7 h2{font-size:14px; color:#fff; line-height: 24px; width:70%;float:left; margin-top:0px;display: none;}
.c_7 li:hover .d_7{background-image: url(images/p55.png) ; height:128px;padding-bottom:20px;background-repeat: no-repeat; background-position: right bottom;}
.c_7 li:hover .d_7 h2{display:block;overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.c_7 li:hover span{margin-top:40px;}

.c_7_1{ margin-top:50px; display: none;}
.c_7_1 li{position:relative; width:98%; margin:auto;}
.c_7_1 li>img{width:100%; height:auto;}
.c_7_1 .d_7{background-image: url(images/p55.png) ; height:128px;padding-bottom:20px;background-repeat: no-repeat; background-position: right bottom;position:absolute;bottom:0; left:0; width:96%; padding: 0 2%;}
.c_7_1 .d_7 span{float:right; margin-top:10px; width:28px; height:28px;}
.c_7_1 .d_7 span img{width:100%; height:auto; ;}
.c_7_1 .d_7 h1{font-size:16px; color:#fff;float:left; width:80%; text-align: left; line-height: 46px;}
.c_7_1 .d_7 h2{font-size:14px; color:#fff; line-height: 24px; width:70%;float:left; margin-top:14px;}

.more{display:block; width:160px; height:41px; border-radius :100px; background-color:#81c43f; line-height: 41px; margin:auto; text-align: center; margin-top:50px;}
.more h1{display:inline-block; font-size:16px; color:#f6ffed;}
.more p{width:18px; height:18px; display: inline-block;  margin-left:10px;}
.more p img{width:100%; height:auto; display: block; margin-top:4px;}
.more:hover h1{color:#fff;}
	
@media screen and (max-width:1399px){
	.c_7_1{display:block;}
	.c_7{display:none;}
	.c_7_1 .d_7{width:100%; height:56px;}
	.c_7_1 .d_7 h1{line-height:16px; margin-top:10px;}
	.c_7_1 .d_7 h2{margin-top:5px;  overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
	.c_7_1 .d_7 span{  margin-top:0px; margin-right:10px;}
	 .c_7_1 .slick-dots{text-align: center; width:100%;}
 .c_7_1 .slick-dots li{display:inline-block; width:10px; height:10px; border-radius: 5px; background-color:#aaaaaa; margin:6px 10px;}
.c_7_1 .slick-dots li.slick-active{background-color:#71b800;}
}
@media screen and (max-width:991px){
	.c_7_1{margin-top:20px;}
	.more{margin-top:30px;}
}
@media screen and (max-width:767px){
	.more{margin-top:30px; width:100px; height:30px; line-height: 30px;}
	.more h1{font-size:12px;}
	.more p{width:14px; height:14px; margin-left:5px;}
	.more p img{margin-top:2px;}
}

/**/
.c_8{margin-top:60px; width:50%; background-color:#81c43f; position: relative; height:224px; display: inline-block;}
.c_8 a{display:block; width:50%; float:left; text-align: center;margin-top:70px;}
.l_3{display:inline-block;}
.p2{display:none;}
.l_3 span{width:82px; height:82px; border-radius: 41px; background-color:#fff; float:left;}
.l_3 span img{width:51px; height:51px; margin:auto; margin-top:15.5px;}
.l_3:hover .p1{display:none;}
.l_3:hover .p2{display:block;}
.r_4{float:left; margin-left:20px; text-align: left; }
.r_4 h1{font-size:20px; color:#fff; font-weight: bold;}
.r_4 h2{font-size:14px; color:#fff; margin-top:10px;}
.r_4 h3{width:67px; height:21px; border-radius: 50px; border:1px solid #fff; font-size:14px; color:#fff; text-align: center; line-height:21px; margin-top:10px;}
.p3{width:75px; height:76px; display: block; position: absolute; right:-37px; top:50%; margin-top:-38.5px;}
.r_5{width:50%; height:auto; float:right;margin-top:60px;}
.r_5 img{width:100%; height:auto;}

@media screen and (max-width:1399px){
	.c_8{height:159px;}
	.c_8 a {margin-top:40px;}
	.l_3 span{width:60px; height:60px;}
	.l_3 span img{width:30px; height:30px;}
	.r_4 h1{font-size:16px;}
	.r_4 h2{font-size:12px;}
}
@media screen and (max-width:991px){
	.c_8{margin-top:30px;width:100%;}
	.p3{display:none;}
		.l_3 span{width:80px; height:80px;}
	.l_3 span img{width:50px; height:50px;}
	.r_4 h1{font-size:20px;}
	.r_4 h2{font-size:14px;}
	.r_5{width:100%; margin-top:0; float:none;}
	
}

@media screen and (max-width:767px){
	.c_8{margin-top:20px;width:100%;padding-bottom:10px;}
	.c_8 a{margin-top:20px;}
	.p3{display:none;}
	.l_3 .p1{width:50px; height:50px; margin:auto; float:none; display: block;}
	.p2{display:none;}
	.l_3 span img{width:30px; height:30px;margin-top:10px;}
	.r_4{float:none; width:100%; text-align: center; margin:auto; margin-top:10px;}
	.r_4 h1{font-size:16px;}
	.r_4 h2{font-size:12px;}
	.r_4 h3{margin:auto; margin-top:10px;}
}

/**/
.c_9{margin-top:60px; margin-bottom:40px;}
.c_9 li{display:inline-block;text-align: center; margin-right:11.2%;}
.c_9 li:last-child{margin-right:0;}
.c_9 li span{width:74px; height:74px; display: block; margin:auto;}
.c_9 li span img{width:100%; height:auto;}
.c_9 li h1{font-size:16px; color:#9b9b9b;}

@media screen and (max-width:1399px){
	.c_9{margin-bottom:20px;}
	.c_9 li	{margin-right:7.2%;}
}
@media screen and (max-width:991px){
	.c_9 li	{margin-right:3.4%;}
	.c_9{margin-top:20px;}
}

@media screen and (max-width:767px){
	.c_9{margin-top:0px; text-align: center;display: flex;
display: -webkit-flex;
flex-wrap:wrap;
align-items: flex-start;}
	.c_9 li{width:33.3333%; padding-top:20px;}
	.c_9 li span{width:50px; height:50px;}
	.c_9 li h1{font-size:14px;}
	.c_9 li	{margin:0px;}
}
	
	
/*bottom	*/
.footBox{background-color:#f9f9f9; padding-top:55px;}	
.l_4{width:14.4%; float:left; display: inline-block;}	
.l_4 h1{font-size:18px; color:#81c43f; font-weight:bold; border-bottom:1px solid #81c43f; display:inline-block; padding-bottom:13px; }
.l_4>span{width:100%; height:1px ;background-color:#e1e1e1; display: block;}	
.l_4 h2{font-size:24px; color:#494949; font-weight:bold; margin-top:30px;margin-bottom:10px;}
.l_4 h3{font-size:14px; color:#9a9a9a; line-height: 26px;}
.l_5{width:166px; height:29px; border:1px solid #81c43f; border-radius: 4px; margin:17px 0 14px 0;}	
.l_5 span{ width:19px; height:19px; float:left; margin-left:15px; margin-top:5px; margin-right:15px;}
.l_5 span img{width:100%; height:auto; display: block; }
.l_5 h4{font-size:14px; color:#f27200; line-height:29px;}	
	
.c_10{width:35%;  display: inline-block;float:left; margin-left:17.142%;}	
.c_10>h1{font-size:18px; color:#81c43f; font-weight:bold; border-bottom:1px solid #81c43f; display:inline-block; padding-bottom:13px; }
.c_10>span{width:100%; height:1px ;background-color:#e1e1e1; display: block; margin-bottom:20px;}	
.c_12 .c_11:nth-child(2n){margin-right:0;}
.c_11{text-align: left; float:left; margin-top:10px; margin-right:4.1%;}	
.c_11 h1{display:inline-block; font-size:14px; color:#9a9a9a;}
.c_11 i{font-size:14px; color:#e85a0d; display: inline-block;}	
.c_11 input{width:156px; height:27px; background-color:#f9f9f9; border:1px solid #cccccc; text-indent: 4px; margin-left:6px;} 	
#c_11{width:100%; }
#c_11 textarea{width:84%; background-color:#f9f9f9; border:1px solid #cccccc; height:72px; display: inline-block; margin-left:10.5px; box-sizing: border-box;text-indent: 4px; overflow-x: hidden; }
#c_11 h1{float:left;}
#c_11 i{float:left; margin-left:2px;}
.btn2{width:81px; height:26px;background-color:#424242; font-size:14px; color:#fff; border-radius: 4px; cursor: pointer; border:none; float:left; margin-left:15.5%; display: block; margin-top:15px; }
.btn1{width:81px; height:26px;background-color:#424242; font-size:14px; color:#fff; border-radius: 4px;cursor: pointer;border:none;float:left; margin-top:15px; margin-left:20px;}
.btn2:hover{background-color:#81c43f;}
.btn1:hover{background-color:#81c43f;}

.r_6{width:18.2%;float:right; margin-top:48px;}
.r_6 span{width:136px; height:136px; float:left; margin-right:2%;}
.r_6 span img{width:100%; height:auto;}
.r_6>h1{font-size:18px; font-weight:bold; color:#81c43f; line-height: 30px; margin-top:42px;}
.r_6>h1 i{display:block; font-size:14px; color:#5e5e5e; font-weight: normal;}
.share{width:100%;margin-right:5%; margin-top:22px; float:left;}
.share .bdsharebuttonbox .bds_sqq{background-image:url(images/p70.png); background-position: center; background-repeat: no-repeat; width:28px; height:28px; background-size: cover;margin-left:5px;}
.share .bdsharebuttonbox .bds_weixin{background-image:url(images/p71.png); background-position: center; background-repeat: no-repeat;width:28px; height:28px; background-size: cover; margin-left:5px;}
.share .bdsharebuttonbox .bds_tsina{background-image:url(images/p72.png); background-position: center; background-repeat: no-repeat;width:28px; height:28px; background-size: cover;margin-left:5px;}
.share .bdsharebuttonbox .bds_qzone{background-image:url(images/p73.png); background-position: center; background-repeat: no-repeat;width:28px; height:28px; background-size: cover;margin-left:5px;}
.share .bdsharebuttonbox .bds_renren{background-image:url(images/p74.png); background-position: center; background-repeat: no-repeat;width:28px; height:28px; background-size: cover;margin-left:5px;}
.share .bdshare-button-style0-16{width:70%;display: inline-block;}
.share .bdshare-button-style0-16 a{margin:0; padding:0;}
.share h1{float:right; font-size:14px; color:#979797; margin-right:5%; line-height: 28px;}

.c_13 {text-align: center; border-top:1px solid #e0e0e0; margin-top:53px;height:82px; line-height: 82px;}
.c_13 h1{  font-size:14px; color:#979797;display: inline-block;}


@media screen and (max-width:1399px){
	.r_6{width:25%;}
	.c_10{width:30%; margin-left:13%;}
	.l_4 {width:20%;}
	.l_4 h2{font-size:20px;}
	#c_11 textarea{width:156px;}
	
}
@media screen and (max-width:991px){
	.row{margin:0;}
	.l_4 {width:100%; position: relative;}
	.l_4 h2{margin-top:20px;}
	.l_4 h3{float:left; display: inline-block;margin-right:10px;}
	.l_5{top:30px; left:30%; position: absolute;}
	.c_10{width:100%; margin-left:0; margin-top:20px;}
	.c_11{width:50%;margin-right:0;}
	.c_11 input{width:68%;}
	.btn2{margin-left:40%;}
	.r_6{width:100%; margin-top:20px;}
	.r_6>h1{float:left; margin-top:20px;}
	.share{float:left; width:35%;  margin-top:30px; margin-left:20px;}
	.r_6 span{width:90px; height:90px; }
	#c_11 textarea{width:84%;}
}

@media screen and (max-width:767px){
	.l_5{top:70px; left:0%; position: absolute;}
	.l_4 h2{margin-bottom:40px;}
	.footBox{padding-top:20px;}
	.c_11{width:100%;}
	.c_10>span{margin-bottom:0;}
	#c_11 textarea{width:68%;}
	.btn2{margin-left:25%;}
	.l_4 h1,.c_10>h1{font-size:16px;}
	.r_6{ float:left;}
	.share{width:100%; margin-left:0;}
	.share .bdsharebuttonbox .bds_sqq{margin-left:0;}
	.share h1{float:left;}
	.c_13{height:60px; line-height: 60px;}
	.c_13 h1{font-size:12px; line-height: 20px;}
}



/*产品中心*/
.banner{width:100%; height:auto;}
.banner img{width:100%; height:auto;}
.c_0100_2{height:118px; background-image: url(images/p77.jpg);background-repeat: repeat; }
.l_6{float:left; margin-top:20px;}
.l_6 h1{font-size:40px; color:#525252; font-family: Arial;}
.l_6 h2{font-size:18px; color:#60b010; margin-top:8px;}
.r_7{float:right; margin-top:42px;}
.r_7 li{float:left; margin-left:5px;}
.r_7 li a{display:block; line-height: 34px; height:34px; padding:0 28px; background-color:#5e5e5e; color:#fff; font-size:15px;}
.r_7 li:hover a{background-color:#60b010;}
.r_7 li.hover a{background-color:#60b010;}

/*phone 边导航*/
.babyser{ position: relative; z-index: 5;}
.babyser h2{ float:left; width:100%; padding: 0 15px; border-bottom:#e1e1e1 solid 1px;  color:#333333; font-size:18px; line-height:48px; }
.babyser h2 .imgr{ float:right; margin:16px 0 0 0;}
@media  screen and (max-width:991px){
    .babyser h2 .imgr{ float:right; margin:16px 0 0 0;
        transition: all 0.2s linear;
    }
    .babyser h2.active .imgr{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
}
.pz_SideLayerph{ display:none;  background-color:#fff;}
.pz_SideLayerph .l1{}
.pz_SideLayerph .l1 h3{ color:#333; font-size:14px; line-height:40px; cursor:pointer; border-bottom:#e1e1e1 dashed 1px; position: relative;}
.pz_SideLayerph .l1 h3 a{ display: block; color:#333; padding-left:15px;}
.pz_SideLayerph .l1 h3.active a{ color:#337ab7;}
.pz_SideLayerph .l1 h3 img{ position: absolute; right: 0; top: 0; margin:17px 15px 0 0;}
.pz_SideLayerph .l1 h3 img.img3{ display:block;}
.pz_SideLayerph .l1 h3 img.img3h{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3h{ display:block;}
.pz_SideLayerph .l1 .l1ul{ display:none;}
.pz_SideLayerph .l1 .l1ul li{border-bottom:#e1e1e1 solid 1px; padding:10px 10px 10px 29px; font-size:14px; line-height:22px;}
.pz_SideLayerph .l1 .l1ul li:last-child{ border:0;}
.pz_SideLayerph .l1 .l1ul li a{color:#999999;}

/*phone 边导航*/
@media screen and (max-width:991px){
	.c_0100_2{display:none;}
}

.c_0100_3{min-height:500px;padding-top:25px;}
.c_0100_3 li{float:left; margin-top:25px; width:31.56%; margin-right:2.66%; position: relative;}
.c_0100_3 li:nth-child(3n){margin-right:0;}
.c_0100_3 li span{width:100%; height:auto; display: block;}
.c_0100_3 li span img{width:100%; height:auto;}
.c_0100_3 li h1{position:absolute; bottom:0; left:0; width:100%; height:60px; line-height: 60px; font-size:18px; color:#fff; background-color:rgba(0,0,0,0.5); text-align: center;}
.c_14{position:absolute; top:0; left:0; width:100%; height:100%;background-color:rgba(102,165,35,0.7); text-align: center;     
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0);
}
.c_14 h2{font-size:20px; color:#fff; margin-top:87px;}
.c_14 h3{width:70%; font-size:14px; color:#fff; line-height: 27px; overflow : hidden; margin:auto; margin-top:17px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.c_14 p{display:inline-block; width:38px; height:38px; margin-top:30px; }
.c_14 p img{width:100%; height:auto;}
.c_0100_3 li:hover .c_14{opacity: 1;-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}
.c_0100_3 li:hover h1{display:none;}

@media screen and (max-width:1399px){
	.c_14 h2{ margin-top:30px;}
}
@media screen and (max-width:991px){
	.c_14 h2{ margin-top:20px; font-size:18px;}
	.c_14 h3{font-size:12px; margin-top:10px;}
	.c_14 p{width:30px; height:30px; margin-top:10px;}
	.c_0100_3 li h1{height:40px; line-height: 40px; font-size:16px;}
}
@media screen and (max-width:767px){
	.c_0100_3 li{width:48%; margin-right:4%;}
	.c_0100_3 li:nth-child(3n){margin-right:4%;}
	.c_0100_3 li:nth-child(2n){margin-right:0;}
	.c_14 h2{margin-top:10px; font-size:14px;}
	.c_14 h3{line-height: 16px;-webkit-line-clamp: 2;}
	.c_14 p{width:25px; height:25px; margin-top:5px;}
	.c_0100_3 li h1{height:30px; line-height:30px; font-size:13px;}
	.c_0100_3{padding-top:0;}
}


.pageBtn{width:100%; text-align: center;margin-top:44px; margin-bottom:55px;}
.pageBtn a{width:30px; height:30px; text-align: center; line-height:30px; display:inline-block; font-size:14px; color:#999; vertical-align:top; margin:0 2.5px; background-color:#f5f5f5;}
.pageBtn .a1{ background-image: url(images/p88.jpg); background-repeat: no-repeat; background-position: center center;}
.pageBtn .last{ background-image: url(images/p87.jpg); background-repeat: no-repeat; background-position: center center;}
.pageBtn .a1:hover{background-image: url(images/p81.jpg);}
.pageBtn .last:hover{background-image: url(images/p82.jpg);}

.pageBtn .a2{ background-image: url(images/p86.jpg); background-repeat: no-repeat; background-position: center center; }
.pageBtn .last2{ background-image: url(images/p85.jpg); background-repeat: no-repeat; background-position: center center;;}
.pageBtn .a2:hover{background-image: url(images/p83.jpg);}
.pageBtn .last2:hover{background-image: url(images/p84.jpg);}

.pageBtn a:hover{background-color:#60b010; color:#fff;}
.pageBtn a.hover{background-color:#60b010; color:#fff;}

.pageBtn_ph{text-align: center;margin-top:40px; margin-bottom:50px;display:none;}
.pageBtn_ph a{width:30px; height:30px; text-align: center; line-height: 30px; display:inline-block; font-size:14px; color:#999; vertical-align:top; margin: 0 5px;}
.pageBtn_ph .a1{ background-image: url(images/p88.jpg); background-repeat: no-repeat; background-position: center center;}
.pageBtn_ph .last{ background-image: url(images/p87.jpg); background-repeat: no-repeat; background-position: center center;}
.pageBtn_ph .a1:hover{background-image: url(images/p81.jpg);}
.pageBtn_ph .last:hover{background-image: url(images/p82.jpg);}
.pageBtn_ph .a2{ background-image: url(images/p86.jpg); background-repeat: no-repeat; background-position: center center;}
.pageBtn_ph .last2{ background-image: url(images/p85.jpg); background-repeat: no-repeat; background-position: center center;}
.pageBtn_ph .a2:hover{background-image: url(images/p83.jpg);}
.pageBtn_ph .last2:hover{background-image: url(images/p84.jpg);}
.pageBtn_ph span{display: inline-block;margin:0 10px; margin-top:10px;}

@media screen and (max-width:991px){
	.pageBtn{display:none;}	
	.pageBtn_ph{display:block;}
}

@media screen and (max-width:767px){
	.pageBtn_ph{margin-top:20px; margin-bottom:30px;}
}

/*产品中心详细*/
.c_15{ margin-top:70px;}
.c_15 span{width:46%; float:left; border:1px solid #eeeeee; margin-right:4%;}
.r_8{}
.r_8 h1{font-size:30px; color:#333; margin-top:28px;}
.r_8 h2{font-size:24px; color:#60b010; margin-top:20px; }
.r_8 h4{width:48.5%; display: inline-block; margin-top:40px;background-color:#eeeeee; height:1px; }
.r_8 h3{font-size:14px; color:#555; line-height: 32px; margin-top:35px;}
.l_7{width:157px; height:50px; background-color:#60b010; display: block; font-size:18px; color:#fff; margin-left:50%; text-align: center; line-height: 50px; margin-top:44px;}
.share1{ float:right; margin-top:-40px;}
.share1 .bdshare-button-style0-16{}
.share1 .bdshare-button-style0-16 a{width:22px; height:22px; }
.share1 .bdsharebuttonbox .bds_more{background-image:url(images/p90.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.share1 .bdsharebuttonbox .bds_tsina{background-image:url(images/p91.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.share1 .bdsharebuttonbox .bds_weixin{background-image:url(images/p92.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.share1 .bdsharebuttonbox .bds_sqq{background-image:url(images/p93.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}

@media screen and (max-width:1399px){
	.r_8 h1{margin-top:0px;}
	.r_8 h2{margin-top:10px;}
	.r_8 h3{margin-top:10px;}
	.r_8 h4{margin-top:10px;}
	.l_7{margin-left:45%;}
}
@media screen and (max-width:991px){
	.r_8 h1{font-size:24px;}
	.r_8 h2{font-size:20px;}
	.l_7{margin-top:10px;width:120px;height:50px; line-height: 50px;}
	.c_15{margin-top:40px;}
}
@media screen and (max-width:767px){
	.r_8 h1{font-size:18px;}
	.r_8 h2{font-size:14px;}
	.r_8 h3{font-size:12px; line-height: 20px; margin-top:10px;}
	.l_7{margin-top:30px;width:100px; height:40px; line-height: 40px; font-size:14px;}
	.share1 .bdshare-button-style0-16 a{width:20px; height:20px;}
	.share1{margin-top:-30px;}
	.c_15{margin-top:20px;}
	
}
@media screen and (max-width:707px){
	.l_7{margin-top:10px;}
}
@media screen and (max-width:441px){
	.l_7{margin-left:0;}
}


.c_16{margin-top:40px;}
.c_16 h1{padding-top:20px; border-top:2px solid #60b010; font-size:18px; color:#444; text-indent: 38px;}
.c_16 h2{font-size:14px; color:#555; line-height: 24px; margin-top:65px;}
.c_16 h2 em{display:block;font-size:16px; margin-bottom:30px;}
.c_17{height:64px; line-height: 64px; background-color:#f6f6f6; padding:0 2%; margin:66px 0;}
.pageUp{float:left;font-size:14px; color:#81c43f;}
.pageUp i{color:#555555;}
.pageDown{float:right;font-size:14px; color:#81c43f;}
.pageDown i{color:#555555;}
.pageUp:hover i{color:#81c43f;}
.pageDown:hover i{color:#81c43f;}

@media screen and (max-width:991px){
	.c_16 h2{margin-top:30px;}
	.c_16 h2 em{margin-bottom:20px;}
	.c_17{margin:30px 0;}
	.c_17{height:50px; line-height: 50px;}
}
@media screen and (max-width:767px){
	.c_16{margin-top:20px;}
	.c_16 h1{padding-top:10px; font-size:14px;}
	.c_16 h2{margin-top:10px; font-size:12px;}
	.c_16 h2 em{font-size:14px; margin-bottom:10px;}
	.c_17{height:40px; line-height: 40px; margin:20px 0;}
	.c_17 a{font-size:12px;}
}


/*关于我们*/
.c_19{min-height: 500px;}
.c_18{margin-top:60px;}
.l_8{float:left; width:67.785%;}
.l_8 h1 i{font-size:20px; color:#60b010; display: block; text-transform: uppercase;}
.l_8 h1 b{font-size:48px; color:#60b010; }
.l_8 h1 em{font-size:24px; color:#60b010; font-weight:bold; margin-left:5px;}
.l_8 h2{font-size:18px; color:#000; margin-top:30px;}
.l_8 h3{font-size:14px; color:#505050; line-height: 35px; margin-top:45px;}
/*.l_8 h3 p{line-height:48px;}*/
.c_18 span{float:right; width:28.7%; height:auto;}
.c_18 span img{width:100%; height:auto;}

.c_20{background-color:#f3f2f2;}
.c_20 span{float:left;width:50%; height:auto;}
.c_20 .l_8{width:41%; float:right; margin-top:65px;}
.c_20 .l_8 h3{margin-top:22px;}

.c_21 .l_8{width:33.857%;}
.c_21 .r_9{width:65%; float:right; margin-top:70px;}
.c_21 .r_9 li{float:left;width:97.5%; height:auto;}
.c_21 .r_9 li img{width:100%; height:auto;}
.c_21 .r_9 .slick-dots {top:-30px; }
.c_21 .r_9 .slick-dots li{width:11px; height:11px; border-radius: 6px; background-color:#aaaaaa; float:right; margin:0 8px;}
.c_21 .r_9 .slick-dots li.slick-active{background-color:#82c341;}

.c_22 {background-color:#f3f2f2; padding-bottom:70px;}
.c_22 .r_9{width:50%; float:left; margin-top:80px;}
.c_22 .r_9 li{float:left;width:89%; height:auto;}
.c_22 .r_9 li img{width:100%; height:auto;}
.c_22 .r_9 .slick-dots {top:-30px; right:2.2%;}
.c_22 .r_9 .slick-dots li{width:11px; height:11px; border-radius: 6px; background-color:#aaaaaa; float:right;margin:0 8px;}
.c_22 .r_9 .slick-dots li.slick-active{background-color:#82c341;}
.c_22 .l_8{width:40.35%; float:right; margin-top:80px;}

.c_23{padding-bottom:30px;}
.c_23 .l_8{width:50%;}
.c_23 span{width:50%; height:auto;}

@media screen and (max-width:1399px){
	.l_8 h2{margin-top:10px;}
	.l_8 h3{margin-top:10px; line-height:25px;}
	/*.l_8 h3 p{line-height:35px;}*/
	.c_20 .l_8{margin-top:20px;}
	.c_22 .l_8{margin-top:30px;}
}

@media screen and (max-width:991px){
	.c_18 span{width:50%;}
	.l_8{width:50%;}
	.l_8 h1 i{font-size:16px;}
	.l_8 h1 b{font-size:30px;}
	.l_8 h1 em{font-size:18px;}
	.l_8 h2{font-size:14px;}
	.l_8 h3{font-size:12px; line-height: 24px;}
	.c_20 {padding-bottom:10px;}
	.c_20 .l_8 h3{margin-top:20px;}
	.c_22{padding-bottom:20px;}
}

@media screen and (max-width:767px){
	.c_18{margin-top:20px;}
	.l_8{width:100%;}
	/*.l_8 h3 p{line-height:30px;}*/
	.c_18 span{float:none; display: block; margin:auto;}
	.c_20 .l_8{float:left; width:100%;}
	.c_20 span{float:none; width:50%; margin: auto;}
	.c_21 .l_8{width:100%;}
	.c_21 .r_9{width:100%; margin-top:10px; margin-bottom:20px;}
	.c_21 .r_9 .slick-dots{bottom:-20px; top:auto; float: none; text-align: center;}
	.c_21 .r_9 .slick-dots li{float:none; display: inline-block;width:8px; height:8px;}
	.c_22 .l_8{width:100%; margin-top:20px;}
	.c_22 .r_9{width:100%; margin-top:10px;}
	.c_22 .r_9 .slick-dots{bottom:-20px; top:auto; float: none; text-align: center;}
	.c_22 .r_9 .slick-dots li{float:none; display: inline-block; width:8px; height:8px;}
	.c_23 .l_8{width:100%;}
	.c_23 span{width:50%; float:none; display: block; margin: auto;}
}


/*加盟合作-硅藻泥*/
.c_24{padding:63px 0 70px 0;}
.title1{text-align:center;}
.title1 h1{font-size:36px; color:#000;}
.title1 span{display:inline-block; width:8.285%;; height:2px; background-color:#ff9a18; margin:23px 0 15px 0;}
.title1 h2{font-size:14px; color:#525252; line-height: 25px;}
#title1 h1{opacity:0.85;}

.c_25{margin-top:40px;}
.c_25 span{float:right; width:31%; margin-left:8.42%; height:auto;}
.c_25 span img{width:100%; height:auto;}
.l_9 h1{font-size:48px; color:#60b010; margin-top:27px; text-transform: uppercase;}
.l_9 h2{font-size:30px; color:#191919; line-height: 40px; margin-top:20px;}
.l_9 h2 i{font-weight:bold;}
.l_9 h3{font-size:16px; color:#4d4d4d; line-height: 36px; margin-top:28px;}
.l_9 h3 p{line-height:48px;}

@media screen and (max-width:991px){
	.c_24{padding:30px 0 40px 0}
	.title1 h1{font-size:30px;}
	.title1 span{margin:15px 0 8px 0}
	.c_25{margin-top:20px;}
	.c_25 span{width:40%;}
	.l_9 h1{font-size:40px; margin-top:20px;}
	.l_9 h2{font-size:20px; margin-top:10px; line-height: 25px;}
	.l_9 h3{font-size:14px; line-height: 26px; margin-top:15px;}
	.l_9 h3 p{line-height:26px;margin-bottom:10px;}
}

@media screen and (max-width:767px){
	.c_24{padding:15px 0 20px 0;}
	.title1 h1{font-size:20px;}
	.title1 span{margin:10px 0 5px 0;}
	.title1 h2{font-size:12px; line-height: 20px;}
	.l_9 h1{font-size:25px; margin-top:10px;}
	.l_9 h2{font-size:14px; margin-top:5px;}
	.l_9 h3{font-size:12px; line-height: 20px;}
	.l_9 h3 p{line-height:20px;}
}

.c_26{ padding:70px 0 80px 0;}
.c_27{margin-top:25px;}
.c_27 li{width:14.2%; float:left; height:auto; position: relative;overflow: hidden; margin-right:0.083%}
.c_27 li:last-child{margin-right:0}
.c_27 li img{width:100%; height:auto; display: inherit;}
.c_27_1{position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(108,160,56,0.8); text-align: center;padding-top:100px; overflow: hidden;}
.c_27_1 h1{font-size:18px; color:#fff; font-weight: bold;}
.c_27_1 span{width:18.686%; height:2px; display: inline-block; background-color:#fff; margin:25px 0 20px 0;}
.c_27_1 h2{font-size:15px; color:#fff; line-height: 28px; width:73%; margin:auto;}
.c_27 li:hover .c_27_1{background-color:rgba(211,114,11,0.8);}

.c_28{margin-top:25px; display: none;}
.c_28 li{width:90%; float:left; height:auto; position: relative;overflow: hidden;}
.c_28 li img{width:100%; height:auto; display: inherit;}
.c_28 .c_27_1{position:absolute; top:0; left:0; width:100%; height:100%;background-color:rgba(108,160,56,0.8); text-align: center;padding-top:50px; overflow: hidden;}
.c_28 .c_27_1 h1{font-size:18px; color:#fff; font-weight: bold;}
.c_28 .c_27_1 span{width:18.686%; height:2px; display: inline-block; background-color:#fff; margin:25px 0 20px 0;}
.c_28 .c_27_1 h2{font-size:15px; color:#fff; line-height: 28px; width:73%; margin:auto;}
.c_28 li:hover .c_27_1{background-color:rgba(211,114,11,0.8);;}
.c_28 .slick-dots {bottom:-40px; text-align: center;}
.c_28 .slick-dots li{width:8px; height:8px; border-radius: 4px; background-color:#aaaaaa;float: none; display: inline-block;}
.c_28 .slick-dots li.slick-active{background-color:#82c341;}



@media screen and (max-width:1399px){
	.c_27{display:none;}
	.c_27_1{padding-top:20px;}
	.c_28{display:block;}
}

@media screen and (max-width:991px){
	.c_26{padding:30px 0 40px 0;}
	.c_28 .slick-dots{bottom:-25px;}
}

@media screen and (max-width:767px){
	.c_28 .c_27_1{padding-top:20px;}
	.c_28 .c_27_1 h1{font-size:14px;font-weight: normal;}
	.c_28 .c_27_1 span{margin:15px 0 5px 0;}
	.c_28 .c_27_1 h2{font-size:12px; line-height: 20px; }
	.c_26{padding:20px 0 30px 0;}
}
@media screen and (max-width:350px){
	.c_28 .c_27_1{padding-top:5px;}
	.c_28 .c_27_1 span{height:1px; margin:3px 0;}
}


.c_31{background-color:#f2f2f2; padding:60px 0;}
.c_31>span{width:100%; height:auto;}
.c_31>span img{ width:100%; height:auto;}

	
.c_32{padding:60px 0;}	
.c_33{margin-top:45px;}	
.l_11{float:left; width:27%;}	
.t_11{position:relative;}
.t_11 span{float:right;width:74.93%; height:174px; border:15px solid #f2f2f2; }
.t_11_1{position:absolute; right:27.9%; margin-top:30px;}
.t_11_1 h1{font-size:60px; color:#e9881f; text-transform: uppercase; font-weight: bold; font-family: Arial;}
.t_11_1 h2{font-size:40px; color:#040404; text-transform: uppercase; font-weight: bold;}


.d_11{width:100%; height:auto; display: block; margin-top:10px;}
.d_11 img{width:100%; height: auto;}	
	
.r_11{width:67.2%; float:right;}	
.r_11 h1{height:35px; line-height: 35px; padding:0 20px; background-color:#60b010; font-size:16px; color:#fff; display: inline-block;}
.r_11 h2{font-size:15px; color:#747474; line-height: 30px; margin-top:23px;}
.r_11 .span{width:100%; height:auto; display: block; margin-top:45px;}
.r_11 .span img{width:100%; height:auto;}
	
@media screen and (max-width:1399px){
	.t_11 span{height:150px;}
	.t_11_1 h1{font-size:40px;}
	.t_11_1 h2{font-size:30px;}
	.r_11 h2{margin-top:15px;}
	.r_11 .span{margin-top:10px;}
}	

@media screen and (max-width:991px){
	.c_31{background-color:#f2f2f2; padding:30px 0;}
	.t_11 span{height:130px;}
	.t_11_1 h1{font-size:30px;}
	.t_11_1 h2{font-size:20px;}
	.r_11 h1{font-size:14px; height:30px;line-height: 30px;}
	.r_11 h2{font-size:13px; line-height: 25px;}
}
	
@media screen and (max-width:767px){
	.c_31{padding:20px 0; margin-top:10px;}
	.c_32{padding:20px 0;}
	.c_33{margin-top:0px;}
	.l_11{width:100%; float: none;}
	.t_11{width:100%; float:none; text-align: center;}
	.t_11_1 h1{font-size:25px;border-bottom:4px solid #f2f2f2;padding-bottom:10px; display: inline-block;margin-bottom:10px;}
	.t_11_1 h2{font-size:15px;}
	.t_11 span{display: none;}
	.t_11_1{position:static; margin-top:15px;}
	.d_11{width:60%; float:none;margin: auto; margin-top:10px; display: block;}
	.r_11{width:100%; float: none; margin-top:10px;}
	.r_11 h1{width:100%;padding:4px 10px; text-align: center;font-size:12px; height:auto; line-height: 16px;}
	.r_11 h2{font-size:12px; line-height: 20px;margin-top:10px;}
}	
	
	
/*艺术壁纸	*/
.c_34{padding:60px 0; overflow: hidden;}
.title2{text-align:center;}
.title2 h1{font-size:30px; color:#5e5e5e;}
.title2 h1 i{color:#88be6e;}
.title2 span{ display:inline-block; width:3.714%; height:2px; background-color:#88be6e; margin:12px 0;}
.title2 h2{color:#585858; font-size:16px; text-transform: uppercase;}
#title2	h2{color:#c7c7c7;}

.d_34{margin-top:25px; }
.d_34>h1{font-size:15px; color:#414141; line-height: 30px; text-align: center;}


.d_34_2{width:93.142%; margin: auto;margin-top:39px; }
.d_34_2 li{width:93.5%; margin: auto; height:auto; overflow: hidden; position: relative;}
.d_34_2 li img{width:100%; height: auto;}
.d_34_2 h1{position: absolute; bottom:0; left:0; width:100%; height:50px; line-height: 50px; background-color:rgba(94,157,72,0.9); color:#fff; font-size:16px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

.d_34_2 .slick-prev{width:32px; height:56px; background-image: url(images/p180.png); background-repeat: no-repeat; background-position: center; left:-58px;}
.d_34_2 .slick-next{width:32px; height:56px; background-image: url(images/p179.png); background-repeat: no-repeat; background-position: center; right:-58px;;}
.d_34_2 .slick-prev:hover{ background-image: url(images/p177.png); }
.d_34_2 .slick-next:hover{ background-image: url(images/p178.png); }


.d_34_2 .slick-dots {bottom:-20px;}
.d_34_2 .slick-dots li{width:8px; height:8px; border-radius: 4px; background-color:#aaaaaa;margin:0 5px; }
.d_34_2 .slick-dots li.slick-active{background-color:#82c341;}

@media screen and (max-width:1399px){
	.d_34_1 h1{font-size:14px;}
}

@media screen and (max-width:991px){
	.c_34{padding:30px 0;}
	.title2 h1{font-size:25px;}
	.title2 span{margin:8px 0;}
	.d_34{margin-top:15px;}
	.d_34>h1{font-size:13px; line-height: 26px; }
	.d_34_2{ margin-top:30px;}
	.d_34_2 .slick-prev{opacity:0;}
	.d_34_2 .slick-next{opacity:0;}
	.d_34_2 h1{height:30px; line-height: 30px; font-size:14px;}
}

@media screen and (max-width:767px){
	.c_34{padding:20px 0;}
	.title2 h1{font-size:20px;}
	.title2 span{margin:5px 0;}
	.title2 h2{font-size:14px;}
	.d_34{margin-top:10px;}
	.d_34>h1{font-size:12px; line-height: 20px;}
	.d_34_2 li{width:90%; margin: auto; }
	.d_34_2{margin-top:20px;}
}

.c_35_1{padding:55px 0 75px 0;}
.d_35{margin-top:60px; background-image: url(images/p135.png); background-repeat: repeat-x; background-position: center;}
.d_35 li{float:left; margin-right:5%; text-align: center;}
.d_35 li:first-child{margin-left:5%;}
.d_35 li:last-child{margin-right:0;}
.d_35 li span{width:72px; height:auto; display: block; margin: auto;}
.d_35 li span img{width:100%; height:auto;}
.d_35 li h1{font-size:14px; color:#353434; line-height: 24px;}
.d_35 li h1 i{font-size:16px; color:#000; display: block;}
.t_li h1{margin-top:30px;}
.d_li h1{margin-bottom:30px;}

.d_35_1{margin-top:30px; background-image: url(images/p135.png); background-repeat: repeat-x; background-position: center; display: none;}
.d_35_1 li{float:left; margin-right:5%; text-align: center;}
.d_35_1 li:first-child{margin-left:5%;}
.d_35_1 li:last-child{margin-right:0;}
.d_35_1 li span{width:72px; height:auto; display: block; margin: auto;}
.d_35_1 li span img{width:100%; height:auto;}
.d_35_1 li h1{font-size:14px; color:#353434; line-height: 24px;}
.d_35_1 li h1 i{font-size:16px; color:#000; display: block;}
.d_35_1 h1{margin-top:30px;}
.d_35_1 h1{margin-bottom:30px;}
.d_35_1 .slick-dots {bottom:-20px;}
.d_35_1 .slick-dots li{width:8px; height:8px; border-radius: 4px; background-color:#aaaaaa;margin:0 5px; }
.d_35_1 .slick-dots li.slick-active{background-color:#82c341;}

.join{display:block; width:234px; height:46px; border-radius: 4px; background-color:#87bd6c; margin: auto; text-align: center; line-height: 46px; font-size:16px; color:#fff; margin-top:79px;}
.join:hover{color:rgba(255,255,255,0.7);}

@media screen and (max-width:1399px){
	.d_35 li{margin-right:2%;}
	.d_35 li:first-child{margin-left:2%;}
	.d_35 li span{width:60px;}
	.t_li h1{margin-top:10px;}
.d_li h1{margin-bottom:10px;}
}

@media screen and (max-width:991px){
	.c_35_1{padding:35px 0 55px 0}
	.d_35{display:none;}
	.d_35_1{display:block;}
	.d_35_1 li{margin:0; display: inline-block; float:none;}
	.d_35_1 .slick-slide{text-align:center;}
	.join{margin-top:40px;}
	.t_li h1{margin-top:0px;}
.d_li h1{margin-bottom:0px;}
}

@media screen and (max-width:767px){
	.c_35{margin-top:20px;}
	.c_35_1{padding:20px 0 20px 0;}
	.d_35_1{margin-top:15px;}
	.d_35_1 li span{width:60px;}
	.d_35_1 li h1 i{font-size:14px;}
	.d_35_1 li h1{font-size:12px; line-height: 20px;}
	.join{width:150px; height:35px; line-height: 35px;font-size:14px; margin-top:30px;}
}

@media screen and (max-width:377px){
	.d_35_1{background:none;}
	.t_li h1{border-top:1px solid #aeaeae;}
.d_li h1{border-bottom:1px solid #aeaeae;}
}

.c_36{padding:60px 0;}
.d_36{padding-top:145px;}
.d_36 li{float:left; width:17.142%; margin-right:10.477%; background-color:#60b010; text-align: center; padding-bottom:40px;}
.d_36 li:nth-child(4n){margin-right:0;}
.d_36 li span{width:236px; height:235px; border-radius:200px; overflow: hidden; display: block; margin:auto; margin-top:-114.5px; border:6px solid #f5f5f5; box-shadow: 0 0 5px rgba(0,0,0,0.15);}
.d_36 li span img{width:100%; height:auto;}
.d_36 li h1{width:148px; height:43px; border:2px solid #fff; margin:auto; margin-top:20px; font-size:18px; color:#fff; line-height: 43px;  background-image: url(images/p141.png); background-repeat: no-repeat; background-position: center; text-align: left; text-indent: 9px; }
.d_36 li h1 i{color:#60b010;  margin-left:25%;}
.d_36 li h2{font-size:14px; color:#fff; line-height: 24px; width:80%; margin: auto; text-align: center; margin-top:23px;}

@media screen and (max-width:1399px){
	.d_36 li{width:21%; margin-right:5.3333%;}
	.d_36 li span{width:202px; height:202px; }
}

@media screen and (max-width:991px){
	.d_36 li{width:23%; margin-right:2.66666%;}
	.d_36 li span{width:170px; height:170px; }
	.d_36 li h1{font-size:16px;}
	.d_36 li h1 i{margin-left:30%;}
	.d_36 li h2{font-size:12px;width:85%;}
	.c_36{padding:30px 0;}
}

@media screen and (max-width:767px){
	.d_36 li {width:100%; margin-right:0; margin-top:10px; padding-bottom:0px;}
	.d_36 li span{margin:5px; float:left;width:90px; height:90px;}
	.d_36 li h1{width:120px; height:35px; line-height: 35px; font-size:14px; margin: 0;margin-top:10px;}
	.d_36 li h1 i{margin-left:30%;}
	.d_36 li h2{margin:0; margin-top:10px; width:100%; text-align: left;}
	.d_36 li div{ padding: 0 10px 10px 110px;}
	.d_36{padding:10px 0;}
	.c_36{padding:20px 0;}
}

/*
@media screen and (max-width:767px){
	.d_36 li div{ width:65%;}
}
*/

.title2 h3{text-align: center; font-size:14px; color:#585858; line-height: 30px; margin-top:22px;}
@media screen and (max-width:991px){
	.title2 h3{margin-top:10px; line-height: 24px;}
}
@media screen and (max-width:767px){
	.title2 h3{margin-top:5px; line-height: 20px; font-size:12px;}
}

.c_37{padding:60px 0 75px 0; background-color:#f9f9f9; overflow: hidden}
.d_37{width:91.928%; margin: auto;margin-top:39px; }
.d_37 li{width:95%; margin: auto; height:auto; overflow: hidden;}
.d_37 li span{display:block;width:100%; height: auto;}
.d_37 li span img{width:100%; height: auto;}
.d_37 li h1{width:100%; height:52px; line-height: 52px; background-color:#616161; color:#fff; font-size:15px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.d_37 li:hover h1{background-color:#5e9d48;}

.d_37 .slick-prev{width:32px; height:56px; background-image: url(images/p180.png); background-repeat: no-repeat; background-position: center; left:-58px;}
.d_37 .slick-next{width:32px; height:56px; background-image: url(images/p179.png); background-repeat: no-repeat; background-position: center; right:-58px;;}
.d_37 .slick-prev:hover{ background-image: url(images/p177.png); }
.d_37 .slick-next:hover{ background-image: url(images/p178.png); }
.d_37 .slick-dots {bottom:-30px;opacity: 0;}
.d_37 .slick-dots li{width:8px; height:8px; border-radius: 4px; background-color:#aaaaaa;margin:0 5px; }
.d_37 .slick-dots li.slick-active{background-color:#82c341;}


@media screen and (max-width:991px){
	.c_37{padding:30px 0 40px 0}
	.d_37 .slick-dots {opacity: 1;}
	.d_37 .slick-prev{opacity:0;}
	.d_37 .slick-next{opacity:0;}
	.d_37 li h1{height:30px; line-height: 30px; font-size:13px;}
	.d_37{margin-top:30px;}
}

@media screen and (max-width:767px){
	.c_37{padding:20px 0 30px 0; }
	.d_37 .slick-dots{bottom:-20px;}
		.d_37{margin-top:20px;}
	
}


.c_38{padding:60px 0 60px 0;}
.d_38{margin-top:35px; position: relative; padding-bottom:50px;}
.d_38_3{position:absolute; bottom:-10px; left:0; width:100%; height: auto;}
.d_38_3 img{width:100%; height: auto}
.d_38_1{position: absolute;width:36.7%; height: auto;left: 0; bottom:0;}
.d_38_1 img{width:100%; height: auto;}
.r_16{width:56.5%; float:right; margin-top:20px;}
.r_16 h1{ font-size:30px; color:#464646;}
.r_16 h2{ font-size:22px; color:#5e9d48; font-family: Arial; margin-top:14px;}
.d_38_2{padding-top:28px; width:100%; }
.d_38_2 li{margin-top:2px; padding-right:0 4.42%; background-color:#dddddd;height: 48px; clear: both; overflow: hidden; cursor: pointer;}
.d_38_2 li h1{font-size:15px; color:#666666; padding-top:15px;}
.d_38_2 li i{background-image:url(images/p183.png); background-repeat: no-repeat; background-position: right center; background-size: cover; width:20%; text-align: center;  display: inline-block; margin-right:2.4%; font-size:20px; color:#fff; font-weight: bold;height: 48px; line-height: 48px; float: left;}
.d_38_2 li:hover i{background-image:url(images/p184.png);}

@media screen and (max-width:1399px){
	.d_38_2 li i{font-size:18px; margin-right:1.5%;}
	.d_38_2 li h1{padding-top:10px;}
}

@media screen and (max-width:991px){
	.c_38{padding:30px 0 20px 0;}
	.d_38_1{display:none;}
	.r_16{width:100%;margin-top: 0;}
	.d_38{margin-top:20px; padding-bottom:30px;}
	.r_16 h1{font-size:20px;}
	.r_16 h2{font-size:18px; margin-top:10px;}
	.d_38_2{padding-top:15px;}
	
}

@media screen and (max-width:767px){
	.c_38{padding:20px 0 20px 0; }
.d_38{margin-top:10px; padding-bottom:20px;}
	.r_16>h1{font-size:16px; text-align: center;}
	.r_16>h2{font-size:14px; margin-top:5px; text-align: center;}
	.d_38_2{padding-top:10px;}
	.d_38_2 li i{width:auto; background-image: none; background-color:#5e9d48; padding:0 2%; font-size:14px;}
	.d_38_2 li h1{font-size:12px; padding-top:5px;}
}


/*招聘*/
.c_30{margin-top:45px;}
.c_30 li{margin-top:10px;}
.t_30{height:60px;  background-color:#60b010;}
.t_30 h1{float:left;text-align: center;width:100px;font-size:16px; color:#fff; font-weight: bold;line-height: 60px;}
.h1_1{text-align:left; margin-left:7%;}
.h1_2{margin-left:14%}
.h1_3{margin-left:10%}
.h1_4{margin-left:9%; margin-right: 7%;}

/*.t_30 h1:nth-child(1){text-align:left; text-indent: 20px; margin-right:130px;}*/
.t_30_1{background-color:#f5f5f5;}
.t_30_1 h1{font-weight:normal; color:#333;}
.r_84{float:right; width:84px; border-left:1px solid #fff; height:60px;}
.r_84 span{width:21px; height:1px; background-color:#828282; display: block;margin:auto; margin-top:29.5px; }
.r_84 span::after{content: " "; transform: rotate(90deg);width:21px; height:1px; background-color:#828282; display: block;}
.d_30{background-color:#fbfbfb; padding:45px 250px 50px 180px; display: none;}
.l_530{float:left;  display: inline-block;}
.l_530 h1{font-size:16px; color:#333; width:100%; text-align: left;}
.l_530 h2{font-size:12px; color:#666;  line-height: 28px; margin-top:10px;}
.l_530 h2 i{font-size:14px; display: block; margin-top:35px;}
.r_317{float:right;}
.r_317 h1{font-size:16px; color:#333; width:100%; text-align: left;}
.r_317 h2{font-size:12px; color:#666;line-height: 28px; margin-top:10px;}
.r_317 h3{width:123px; height:37px; font-size:14px; text-align: center; line-height: 37px; margin-top:104px; background-color:#60b010; border-radius: 4px; margin-left:81px;}
.r_317 h3 a{color:#fff;}
.r_317 div{ border-left:1px solid #e7e7e7; padding-left:58px;}


.t_30_1.on .r_84 span::after{display:none;}
.t_30_1.on .r_84 span{background-color:#005326;}
.t_30_1.on .h1_1{ color:#005326;}
.t_30_1.on .h1_2{color:#da251d;}
.t_30_1.on .h1_3{color:#005326;}
.t_30_1.on .h1_4{color:#60b010;}

@media screen and (max-width:1399px){
	.t_30 h1{width:15%; text-align: center; margin:0;}
	.d_30{padding:30px;}
}

@media screen and (max-width:991px){
	.t_30 h1{width:15%; text-align: center; margin:0; font-size:14px;}
	.l_530{float:none;}
	.r_317{float:none; margin-top:20px;}
	.r_317 div{border:none; padding:0;}
	.r_317 h3{margin:0; margin-top:20px;}
}

@media screen and (max-width:767px){
	.t_30{height:30px; line-height: 30px;}
	.t_30 h1{text-align: center; margin:0; font-size:12px;line-height: 30px;}
	.r_84{height:30px; width:10%;}
	.r_84 span{width:16px; margin-top:15px;}
	.r_84 span::after{width:16px;}
	.d_30{padding:10px;}
	.l_530 h1{font-size:14px;}
	.l_530 h2{line-height: 20px;}
	.l_530 h2 i{font-size:12px; margin-top:10px;}
	.r_317{margin-top:10px;}
	.r_317 h1{font-size:14px;}
	.r_317 h2{line-height: 20px;}
}
@media screen and (max-width:480px){
	.t_30 h1{width:auto;text-align:  center; margin:0; font-size:12px;line-height: 30px; margin-right:5px;}
}


/*新闻资讯*/
.c_39{padding-top:40px;}
.c_39 li{margin-top:20px; background-color:#f7f7f7; padding:20px 0;}
.l_13{float:left;padding:35px 0; width:13.285%; border-right:1px solid #e0e0e0; text-align: center;}
.l_13 h1{font-size:72px; color:#c2c2c2; font-family: Arial; font-weight: bold;}
.l_13 h2{font-size:20px; color:#4c4c4c; font-family: Arial; }
.c_39 li span{width:205px; height:auto; float:left; margin-left:3.571%; margin-top:10px;}
.c_39 li span img{width:100%; height:auto;}
.r_13{float:left;width:63%;margin-left:2.142%; margin-top:20px;}
.r_13 h1{font-size:18px; color:#333;overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;}
.r_13 h2{font-size:14px; color:#666; line-height: 26px; margin-top:25px;overflow: hidden;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;}
.r_13 h3{font-size:14px; color:#999; display: none;}

.c_39 li:hover{background-color:#529a0b; transition: 0.3s;}
.c_39 li:hover h1{color:#fff;}
.c_39 li:hover h2{color:#fff;}

@media screen and (max-width:1399px){
	.r_13{width:50%;}
}

@media screen and (max-width:991px){
	.r_13{width:50%;}
	.l_13{padding:20px 10px;}
	.l_13 h1{font-size:60px;}
	.l_13 h2{font-size:15px;}
	.c_39 li span{width:150px;}
	.r_13 h2{margin-top:15px;}
}

@media screen and (max-width:767px){
	.c_39{padding:0;}
	.c_39 li{margin-top:10px; padding:10px 0;}
	.l_13{display:none;}
	.c_39 li span{width:100px; margin-top:5px; }
	.r_13{margin-top:0;float:left; width:75%; margin-left:2%;}
	.r_13 h3{display:block;}
	.r_13 h2{margin-top:5px;}
	.r_13 h1{font-size:14px;}
	.r_13 h2{font-size:12px; line-height: 20px;}
}

@media screen and (max-width:564px){
	.r_13{width:70%;}
}

@media screen and (max-width:451px){
	.r_13{width:59%;}
}

/*新闻中心详细*/
.c_40{ margin-top:60px;}
.c_40 h1{text-align:center; font-size:24px; color:#000; font-weight: bold;}
.d_40{border-top:1px solid #d7d8d8; border-bottom:1px solid #d7d8d8; margin-top:30px; padding:20px 0;}
.d_40 h2{float:left; font-size:14px; color:#777777; margin-right:10px;}
.d_40 a{float:right;}
.d_40 a span{float:right; width:38px; height:auto;;margin-top:-10px;}
.d_40 a span img{width:100%; height:auto; display: inherit;}
.d_40 a h3{font-size:14px; color:#777; float:right; margin-right:10px;}
.d_40 a:hover h3{color:#60b010;}
.d_40_1{font-size:14px ;color:#333333; line-height: 30px;clear: both; margin-top:55px;}
/*.d_40_1 p{text-align:center; margin:27px 0;}*/

.z_content{ padding:40px 0;}
.z_content .d_40_1{margin-top:0; }

.share2{text-align:center; margin-top:47px;}
.share2 .bdsharebuttonbox{display:inline-block;}
.share2 .bdsharebuttonbox .bds_weixin{background-image:url(images/p173.png); background-position: center; background-repeat: no-repeat;width:35px; height:35px; background-size: cover; margin-left:5px;}
.share2 .bdsharebuttonbox .bds_tsina{background-image:url(images/p174.png); background-position: center; background-repeat: no-repeat;width:35px; height:35px; background-size: cover;margin-left:5px;}
.share2 .bdsharebuttonbox .bds_qzone{background-image:url(images/p175.png); background-position: center; background-repeat: no-repeat;width:35px; height:35px; background-size: cover;margin-left:5px;}

.d_40_2{padding:25px 0; border-top:1px solid #d7d8d8; border-bottom:1px solid #d7d8d8; margin:40px 0 60px 0;}
.d_40_2 a{color:#333333;}
.d_40_2 a:hover{color:#60b010;}

@media screen and (max-width:991px){
	.c_40{margin-top:20px;}
	.c_40 h1{font-size:20px;}
	.d_40{margin-top:20px; height:40px; padding:10px 0;}
	.d_40 a span{width:30px; margin-top:-5px;}
	.d_40_1{margin-top:20px;}
    .z_content{ padding:20px 0;}
	/*.d_40_1 p{margin:15px 0;}*/
	.share2{margin-top:20px;}
	.d_40_2{margin:0px 0 30px 0}
}

@media screen and (max-width:767px){
	.c_40{margin-top:10px;}
	.c_40 h1{font-size:16px;}
	.d_40{margin-top:10px; height: auto;padding:5px 0;}
	.d_40 h2{font-size:12px; line-height: 20px}
	.d_40 a h3{font-size:12px; margin-top:5px;}
	.d_40 a span{margin-top:0;}
	.d_40_1{margin-top:10px;}
	.d_40_1{font-size:12px; line-height: 20px;}
	.share2 .bdsharebuttonbox .bds_weixin{width:25px; height:25px;}
	.share2 .bdsharebuttonbox .bds_tsina{width:25px; height:25px;}
	.share2 .bdsharebuttonbox .bds_qzone{width:25px; height:25px;}
	.share2{margin-top:10px;}
	.d_40_2{padding:10px 0;}
	.d_40_2 a{font-size:12px; width:100%; text-align: center;}
}



/*新增*/
/*加盟合作——硅藻泥*/

.c_41{padding:60px 0; overflow: hidden;}
.tabBox{margin-top:30px;}
.tabBox .hd {text-align:center;border-bottom:1px solid #eae9e8;height: 51px;border-top:1px solid #eae9e8;}
.tabBox .hd ul{display:inline-block;}
.tabBox .hd ul li{float: left; padding:0 36px; height: 51px; line-height: 51px; font-size:15px; color:#515151;}
.tabBox .hd ul li.on{color:#fff; background-color:#5e9d48;}
.tabBox .bd{margin-top:30px;}
.tabBox .bd .ul_1{height:0; overflow:hidden;}
.ul_2{width:94%; margin: auto;}
.li_1{width:100%;}
.l_14{float:left; width:48.759%; overflow: hidden; position: relative;}
.l_14 .z_img{ width:100%; padding-bottom:71.43%; overflow:hidden;}
.l_14 .z_img img{position:absolute; left:0; top:0; width:100%; min-height:100%;}
.l_14 .t_div{display:block;position:absolute; top:0; left: 0; width:100%; height: 100%;background-color:rgba(33,186,2,0.7); display: none;}
.l_14:hover .t_div{display:block}
.l_14 h1{width:100%; text-align: center; font-size:18px; color:#fff; height:20px; line-height: 20px; position: absolute; left:0; top:50%; margin-top:-10px;}
.l_14 img{width:100%;}
.r_14{float:right; width:50.31%;}
.r_14 span{width:49.3%; margin-right:1.4%; position: relative; overflow: hidden; float: left; margin-bottom:10px;}
.r_14 span .z_img{ width:100%; padding-bottom:68.84%; overflow:hidden;}
.r_14 span .z_img img{position:absolute; left:0; top:0; width:100%; min-height:100%;}
.r_14 span:nth-child(2n){margin-right:0;}
.r_14 span img{width:100%; height: auto;}

.r_14 span .t_div{display:block;position:absolute; top:0; left: 0; width:100%; height: 100%;background-color:rgba(33,186,2,0.7); display: none;}
.r_14 :hover .t_div{display:block}
.r_14 span h1{width:100%; text-align: center; font-size:18px; color:#fff; height:20px; line-height: 20px; position: absolute; left:0; top:50%; margin-top:-10px;}

.ul_2 .slick-prev{width:32px; height:56px; background-image: url(images/p180.png); background-repeat: no-repeat; background-position: center; left:-58px;}
.ul_2 .slick-next{width:32px; height:56px; background-image: url(images/p179.png); background-repeat: no-repeat; background-position: center; right:-58px;;}
.ul_2 .slick-prev:hover{ background-image: url(images/p177.png); }
.ul_2 .slick-next:hover{ background-image: url(images/p178.png); }



@media screen and (max-width:1399px){
	.r_14 span{margin-bottom:6px;}
}

@media screen and (max-width:991px){
    .ul_2{padding-bottom:25px;}
	.ul_2 .slick-prev{opacity:0;}
	.ul_2 .slick-next{opacity:0;}
	.ul_2 .slick-dots{width:100%; text-align: center; bottom:0;}
.ul_2 .slick-dots li{width:8px; height:8px; border-radius: 4px; background-color:#c8c8c8;margin:0 5px; }
.ul_2 .slick-dots li.slick-active{background-color:#5e9d48;}
	.c_41{padding:30px 0 10px 0;}
	.tabBox{margin-top:20px;}
}

@media screen and (max-width:767px){
.r_14 span{margin-bottom:3px;}
	.c_41{padding:20px 0 0 0;}
	.tabBox .hd{ height: 40px;}
	.tabBox{margin-top:10px;}
	.tabBox .hd ul li{padding:0 20px; line-height: 40px; height: 40px; font-size: 12px;}
}

.c_42{ overflow: hidden;}
.c_42_1{position:relative; width:100%; height: 100%;height: 523px;}
.l_15{float:left; margin-left:142px; text-align: center;position: relative;}
.l_15 h1{font-size:36px; color:#fff; line-height: 50px; text-align: center; margin-top:72px;}
.l_15 h1 i{display:block; text-transform: uppercase; letter-spacing: 2px;}
.l_15 .span{width:36px; height: 1px ; display: inline-block; background-color:#fff; margin-top:20px;}
.l_15 h2{margin-top:15px; font-size:16px; color:#fff; line-height: 35px;}
.l_15>p{width:1px; display: inline-block; margin-top:30px; height: 41px; background-color:#fff;}
.l_15  h3{font-size:12px; color:#fff; font-family: Arial;text-transform: uppercase; margin-top:36px; }
.l_15  .span1{position:absolute;width: 150%;height: 1px; background-color: #fff; display: block; right: -115%; bottom:8px;}
.r_15{position:absolute; right:0; bottom:0; height: auto; overflow: hidden; width:34.57%;}
.r_15 img{width:100%; height: auto}

@media screen and (max-width:1399px){
	.l_15 .span1{display:none;}
	.r_15{width:50%;}
	.l_15{margin-left:30px;}
}
@media screen and (max-width:991px){
	.l_15 h1{font-size:25px;}
	.l_15{margin-left:0;}
	.c_42{height:400px;}
	.c_42_1{height:400px;}
	.l_15 h1{margin-top:30px;}
	.l_15>p{display:none;}
	.l_15 h3{display:none;}
}

@media screen and (max-width:767px){
	.c_42{height:auto;}
	.c_42_1{height:auto;padding:20px 0;}
	.r_15{display:none;}
	.l_15{margin:0; width:100%; text-align: center;}
	.l_15 h1{margin:0; font-size:18px; line-height: 24px;}
	.l_15 .span{margin-top:10px;}
	.l_15 h2{margin-top:10px; font-size:12px; line-height: 24px;}
}

/*检验报告*/
.c_0100_4{padding-top:32px;}
.c_0100_4 li{float:left; margin-top:25px; width:22.14%; height: auto; margin-right:3.75%;}
.c_0100_4 li:nth-child(4n){margin-right:0}

.c_0100_4 li span{width:100%; display: block; height: auto; overflow: hidden;}
.c_0100_4 li span img{width:100%; height: auto}
.c_0100_4 li h1{width:100%; text-align: center; font-size:16px; margin-top:20px; color:#5e5e5e;}
.c_0100_4 li:hover h1{color:#5ba70f;}


@media screen and (max-width:991px){
	.c_0100_4{padding-top:0px;}
}

@media screen and (max-width:767px){
	.c_0100_4{padding-top:10px;}
	.c_0100_4 li{width:48%; margin-right:2%; margin-top:10px;}
	.c_0100_4 li h1{font-size:14px; margin-top: 10px;}
}


/*荣誉资质*/
#c_0100_4 li{width:22.92%; margin-right:2.77%;}
#c_0100_4 li:hover h1{color:#5ba70f;}
#c_0100_4 li:nth-child(4n){margin-right:0;}
.c_0100_5{position:fixed; top:0; left:0; width:100%; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 200;  display: none;}
.c_0100_6{width:900px; height:640px; position:absolute; top:50%; left:50%; 
-webkit-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
        transform: translate( -50%, -50%);
}
.c_0100_6 img{width:100%; height:auto; }
.c_0100_6 .z_img{max-height:100%;}
.c_0100_6 span{width:37px; height: 37px; display: block; position: absolute; top:-37px; right:-37px;}
.c_0100_6 span img{width:100%; height: auto;}

@media screen and (max-width:1399px){
	.c_0100_6{width:600px; height:426px;}
    .c_0100_6 span{width:30px; height: 30px; top: -30px; right: -30px;}
}

@media screen and (max-width:1199px){
	.c_0100_6{width:80%;}
}
@media screen and (max-width:991px){
	#c_0100_4{padding-top:0px;}
}

@media screen and (max-width:767px){
	#c_0100_4 li{width:48%; margin-right:2%;margin-top:10px;}
	#c_0100_4 li h1{font-size:14px; margin-top: 10px;}
	.c_0100_6 span{width:20px; height: 20px; top: -20px; right: -20px;}
}

/*联系我们*/
.c_0100_7{padding:60px 0 80px 0;}
.l_16{width:71.78%; float:left; box-shadow: 11px 12px 17px  rgba(0,0,0,0.17);padding:45px 0 45px 0; background-color:#f8f8f8;}
.l_16 h1{margin-left:5.37%; font-size:22px; color:#5e9d48; font-weight: bold; line-height: 36px; margin-bottom:45px;}
.l_16 h1 i{display:block; font-size:14px; color:#5e5e5e; font-weight: normal; text-transform: uppercase;}
.d_l_16{width:100%; padding:27px 0 27px 0; background-color:#5e9d48;}
#d_l_16{background-color:#f8f8f8;}
.d_l_16_1{width:59.6%; float:left;padding-left:5.37%;}
#d_l_16_1{width:40.4%; }
.d_l_16_1 span{float:left;width:42px; height: 42px; display: inline-block; margin-right:1.99%;}
.d_l_16_1 span img{width:100%; height: auto;}
.d_l_16_1 h2{ float:left; width:80%; font-size:16px; color:#fff; line-height: 36px; margin-top:-10px;}
.d_l_16_1 h2 a{ color:#fff;}
#d_l_16 h2{ color:#626262;}
#d_l_16 h2 a{ color:#626262;}
.d_l_16_2{width:100%;}
.d_l_16_2 .d_l_16_1{width:100%;}
.r_17{width:25.57%; float:right;box-shadow: 11px 12px 17px  rgba(0,0,0,0.17); padding:80px 0; text-align: center; background-color:#f8f8f8;}
.r_17 h1{ font-size:20px; color:#6e6e6e;}
.r_17 span{width:72.346%;  display: inline-block; height: auto;}
.r_17 span img{width:100%; height: auto; margin-top:30px;}
.r_17 h2{font-size:16px; color:#6e6e6e; line-height: 28px; margin-top:28px;}

@media screen and (max-width:1399px){
	.l_16{padding:20px 0 25px 0;}
	.d_l_16{ padding:15px 0 15px 0;}
}

@media screen and (max-width:991px){
	.c_0100_7{padding:30px 0 40px 0}
	.l_16{width:100%;}
	.l_16 h1{font-size:18px; line-height: 24px; margin-bottom:20px;}
	.d_l_16_1 h2{line-height:26px;}
	.r_17{width:100%; margin-top:10px;}
	.r_17{padding:30px 0;}
	.r_17 span{width:30%;}
	.r_17 h2{margin-top:15px;}
}

@media screen and (max-width:767px){
	.c_0100_7{padding:20px 0 20px 0}
	.l_16 h1{font-size:16px; margin-bottom:10px;}
	.l_16 h1 i{font-size:12px;}
	.d_l_16_1{width:100%;}
	.d_l_16_1 span{width:30px; height: 30px;}
	#d_l_16_1{width:100%; margin-top:5px;}
	.d_l_16_1 h2{font-size:14px; line-height: 24px; margin-top:0;}
	.d_l_16{padding:10px 0;}
}

.map{width:99.428%; height:568px; float:left; border:10px solid #5e9d48; margin-bottom:87px;box-shadow: 11px 12px 17px  rgba(0,0,0,0.17);}
#bdmap{ position: relative; width: 100%; height: 100%;}

@media screen and (max-width:1399px){
	.map{height:400px;}
}


@media screen and (max-width:991px){
	.map{height:300px; margin-bottom:30px;}
}

@media screen and (max-width:991px){
	.map{height:150px; border:5px solid #5e9d48;}
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	