﻿@charset "utf-8";
/* CSS Document */

.y_main{width:100%;height:auto;overflow:hidden;margin-top:80px;}

.box{clear: both; padding: 2%;overflow:hidden;background: url(../images/index17.png) center top repeat; margin:0 0 4% 0; border: solid 1px #cccccc;min-height: 550px;}

/*位置*/
.location {height: auto;padding:2% 0; }
.location .tit h1{font-size:25px;color:#fff; }
.location .tit p{font-size:18px;color:#fff;    letter-spacing: 2px;text-transform: uppercase;font-family:"1" }
.location .wz{ color: #fff;margin:1% 0 0 0;}
.location .wz span {display: inline-block;font-size: 16px;background: url(../images/loc.png) no-repeat left center; padding-left: 25px;color:#fff;line-height: 2em;}
.location .wz a{font-size: 16px;text-decoration: none;color:#fff}
.location .wz a:hover{color:#08953d;text-decoration: none;color:#fff}

@media (max-width: 500px){
.location .tit h1{font-size:20px; }
.location .tit p{font-size:16px;}
.location .wz span , .location .wz a{font-size: 14px;}

.location .tit{width:100%;}

}
/*分类*/
.pro_fl { overflow: hidden;}
.pro_fl p{   line-height: 32px;}
.pro_fl strong { color:#fff;font-size:15px;    display: inline-block; background: #d70d25; padding: 0 1%;}
.pro_fl a {display: inline-block;text-decoration: none; padding:0.5% 2%;font-size: 1em;background-color: #b8ea3e;    border-right: 1px solid #70b228;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;
background-image: linear-gradient(to bottom, #81d135 , #08953d);background-image: -webkit-linear-gradient(top,#81d135 , #08953d);color:#fff;margin-bottom:2%;}
.pro_fl a:hover{text-decoration:none;color:#fff;background-image: linear-gradient(to bottom, #08953d , #81d135);background-image: -webkit-linear-gradient(top, #08953d , #81d135);}
@media (max-width: 500px){
.pro_fl a{margin-bottom:1%;}
}

.y_tit{width:100%;  
	overflow: hidden;
	clear: both;
	 background-attachment: fixed;
    background-position: left top;
    background-size: 100% 600px;
    color: white;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   }


/* 新闻中心*/
.y_main .news, .y_main .honorlist, .y_main .prolist, .y_main .caselist, .y_main .plantlist{width: 100%;height: auto;overflow: hidden; }
.y_main .newlist ul{overflow:hidden}

.y_main .newlist ul li{overflow:hidden; width:100% ;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s; -moz-transition: all 0.6s ease 0s }
.y_main .newlist ul li:hover{transform:translateY(-5px);-weblit-transform:translateY(-5px);-moz-transform:translateY(-5px);-o-transform:translateY(-5px);}
.y_main .newlist ul li a{display:block;}
.y_main .newlist .nn{background:#fff;padding:2%;overflow: hidden; margin: 1.5%;border: 1px solid #F1F1F1;}
.y_main .newlist .nn:hover{box-shadow:0px 0px 10px 0px #08953d;-webkit-box-shadow: 0px 0px 10px 0px #08953d;-moz-box-shadow:0px 0px 10px 0px #08953d;-o-box-shadow:0px 0px 10px 0px #08953d;transition:all .6s;-webkit-transition: all .6s;-moz-transition: all .6s;-o-transition: all .6s;border: 1px solid #08953d}
.y_main .newlist .left{width:13%;height:auto;border-right: 1px solid #efefef; text-align: center;padding:0.5% 0;}
.y_main .newlist .right{width:100%;}
.y_main .newlist .right .news_d{color:#a5a5a5;line-height:22px;font-size: 14px; overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.y_main .newlist .right .news_m{float:right;margin: 1% 0 0 0; }
.y_main .newlist .right .news_t span{font-size:16px;font-weight:600; color: #000; }
.y_main .newlist .nn .date{background:url(../images/index18.png) no-repeat left center;color:#a5a5a5;font-size:0.875em;margin: 1.5% 0;    text-indent: 1.5em;}
.y_main .newlist .left b { font-weight: 100; display: block; line-height: 30px; height: 30px; overflow: hidden;  font-size: 30px;font-family: Arial;text-transform: uppercase; color: #8c8c8c}
.y_main .newlist .left span { font-weight: 100; display: block;line-height: 20px; height: 20px; overflow: hidden; font-size: 20px; color:#8c8c8c;margin-top: 6%;}

@media (max-width: 740px){
.y_main .newlist .left{width:100%;text-align:left;border-right: none}
.y_main .newlist .right{width:100%}
.y_main .newlist .left b{display: inline;}
.y_main .newlist .left span{margin-top:0;display: inline;}
}



/* 新闻详细内容*/
.news .new_con,.caselist .case_con,  .honorlist .honor_con, .plantlist .plant_con{width:100%;    padding: 3%;}
.news .new_con h2,.caselist .case_con h2,.honorlist .honor_con h2, .plantlist .plant_con h2{font-weight: bold;font-size:1.8em;text-align:center;}
.news .new_con .time{border: 1px dotted #ccc;padding: 1% 0;text-align: center; margin: 3% 0;}
.news .new_con .time span{margin:0 1%}
.news .new_con .cont{line-height:2.5em}

.news .new_other{ position:relative;  }
.news .new_other .hd{ overflow:hidden;  height:40px;line-height:40px; background:#1352b1; padding:0 10px;margin:30px 0  10px 0; }
.news .new_other .hd span{font-size:16px;color:#fff}
.news .new_other .hd .prev,.new_other .hd .next{ display:block;  width:10px; height:25px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden; cursor:pointer; }
.news .new_other .hd .next{ background-position:0 -50px;background:url("../images/index27.png") no-repeat;  }
.news .new_other .hd .prev{ background-position:-60px 0;background:url("../images/index28.png") no-repeat; }
.news .new_other .bd{ padding:10px; width:98%; overflow:hidden;    }
.news .new_other .bd ul{ overflow:hidden; zoom:1; }
.news .new_other .bd ul li{ width:410px;margin-right:30px;  float:left;   text-align:left; _display:inline;}
.news .new_other .bd ul li a{display:block;overflow:hidden;text-decoration:none;font-weight: 600;}
.news .new_other .bd ul li span{float:left;color:#1352b1;font-size:16px;}
.news .new_other .bd ul li p{font-size:14px;margin-top:10px;line-height:26px;}
.news .left, .caselist .left, .prolist .left,.honorlist .left, .plantlist .left{width:24%}

@media (max-width: 480px){
.news .new_con h2{    font-size: 1.3em;    margin: 3% 0;}
.news .new_con .cont{line-height:2em}
.news .new_con .cont p { font-size: 0.9em;}

}


/*产品中心*/

.y_main .pro_main{width:100%;overflow:hidden}
.y_main .pro_main a{display:inline-block;width:32.33%;float:left;margin: 0.5%;overflow: hidden;}
.y_main .pro_main a .pp{position:relative;width:100%;height:100%;}
.y_main .pro_main .pp .pic{position:relative;}
.y_main .pro_main .pp .pic:before {transition: all 0.5s; -webkit-transition: all 0.5s;-moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s;content: ''; display: block;position: absolute;top: 0; left: 0;right: 0;
 bottom: 0;z-index: 100;}
.y_main .pro_main .pp .pic img {width: 100%;}
.y_main .pro_main a .mores{text-align: center;}
.y_main .pro_main a .more{position:absolute;text-align: center;bottom:0; left: 50%;transform: translateY(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);display:inline-block;opacity: 0;-webkit-opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0);
 background:url(../images/index03.png) no-repeat center center;color:#fff;width: 71px;height: 71px;line-height: 71px;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
.y_main .pro_main a:hover .more{ opacity: 1;-webkit-opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100);bottom:10%;}
.y_main .pro_main a:hover .pp .pic:before {top: 0.5em;left: 0.5em;right: 0.5em;bottom: 0.5em;border: 1px solid #08953d;}
.y_main .pro_main .pp .pic img:before{content: '';display: block;position: absolute; top: 0;left: 0;right: 0;bottom: 0;border: 1px solid rgba(255,255,255,0); z-index: 100;}
.y_main .pro_main .tit{position:absolute;left:0;bottom:0;text-align:center;width:100%;background:url(../images/index02.png);padding:2% 0;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
.y_main .pro_main .tit h3{color:#fff;font-weight:normal;}
.y_main .pro_main .tit small{font-family: "1";color:#fff;}
.y_main .pro_main  a:hover .t2{    position: absolute;bottom:50%;width:100%;left:0;width:100%;}
.y_main .pro_main a:hover .tit{background:url(../images/index06.png);height:100%;bottom:0;}

.y_main .mess{    width: 100%;padding:0 3% 3%;}
.y_main .mess .titles{margin-bottom:1%}
.y_main .mess .titles h1{font-size:1.8rem;margin-bottom:1%;    color: #08953d;}
.y_main .message_p{overflow:hidden;    width: 50%;}
.y_main .message_p .mesform { width: 100%; }
.y_main .message_p .mesform .mfields { width:100%;}
.y_main .message_p .mesform .mfields li {    margin-bottom: 2%;width:100%;float:left;}
.y_main .message_p .mesform .mfields li:nth-child(2){float:right;}
.y_main .message_p .mesform .mfields li:nth-child(3){width:100%;}
.y_main .message_p .mesform .title { font-size:15px; color:#5a5757; padding: 10px 0; line-height: 1.5;}
.y_main .message_p .mesform .inpbox { width: auto; height:40px; line-height:40px; font-family:"微软雅黑"; }
.y_main .message_p .mesform .inpbox .inptext { width:100%; height:50px; text-indent:5px; background: none;border:1px solid #dedede; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px; padding:0px; outline:none; font-family:"微软雅黑";}
.y_main .message_p .mesform .inpbox .txtarea { width:100%; height:150px; text-indent:5px;background: none; border:1px solid #dedede; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px; padding:0px; outline:none; font-family:"微软雅黑";}
.y_main .message_p .mesform .btnsubmit {border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px;  -o-border-radius:3px;width:30%; height:50px; font-size:13px; background:#005bac;margin-top:15px;}
.y_main .message_p .mesform .btnsubmit .button { width:100%; height:50px; line-height:50px;background: none; text-align:center; font-size:14px; color:#fff; background:#08953d; border:1px solid #08953d ;border-radius:3px; outline:none; font-family:"微软雅黑"; cursor:pointer;}
.y_main .message_p .mesform .inpbox img { height: 25px;}
.y_main .message_p .mesform .input_text{ text-indent:5px;border:1px solid #dedede; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px; padding:0px; outline:none;width: 150px; height:38px; line-height:40px; font-family:"微软雅黑"; }



@media (max-width: 1080px){
.y_main .pro_main a{width:49%}

.prolist .left{display:none}
}



 @media screen and (max-width:900px) {
.y_main .message_p{  width: 100%;}
}


@media (max-width: 500px){

.y_main .pro_main .pp .pic img{max-height: 250px;}

.y_main .pro_main .pp{margin: 2%;}
.y_main .pro_main .tit small{display:none;}
}

/*产品详情*/


.prolist .pro_con{    width: 100%;overflow:hidden;}

.prolist .pro_c{overflow: hidden;     padding: 2%;background: #fff;}
.prolist .pro_c .swiper-slide{width:45%;float:left;    text-align: center;}
.prolist .pro_c .title{width:50%;float:right;padding: 2% 0 0 0;}
.prolist .pro_c .swiper-slide img { width: 100%; max-width: 100%;}
.pro_c .title h2{text-align:left; font-weight: bold;font-size: 1.8em;line-height: 1.5em;}
.pro_c .title p{font-size:1em;margin:2% 0;line-height: 1.6em; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.pro_c .title .phone2{ width: 100%; padding:2% 0; line-height: 26px;text-align: center; font-size:1em;color: #fff; border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px; margin-top: 5%;
background-color: #b8ea3e; background-image: linear-gradient(to bottom, #81d135 , #08953d);background-image: -webkit-linear-gradient(top,#81d135 , #08953d);}
.pro_c .title .liu{display:none;}

.pro_two {overflow: hidden;    background: #fff; margin-top: 3%;}
.pro_two h5{display: block; width: 100%; text-indent: 1em; color: #fff;background: #08953d;overflow:hidden;padding: 1% 0;font-weight: bold;}
.pro_two .content{padding:3%;overflow:hidden;}
.pro_two .content p {line-height: 2em;overflow:hidden}
.pro_two .content .img img{width:50%;text-align:center;float:left;}










 @media screen and (max-width:740px) {
.prolist .pro_c .swiper-slide , .prolist .pro_c .title , .y_main .message_p .mesform .btnsubmit{width:100%;}
 .pro_c .title .liu{display:block;width: 100%; padding:2% 0; line-height: 26px;text-align: center; border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px; margin-top: 5%;
background-color: #b8ea3e; background-image: linear-gradient(to bottom, #81d135 , #08953d);background-image: -webkit-linear-gradient(top,#81d135 , #08953d);}
  .pro_c .title .liu a{display:inline-block; font-size:1em;color: #fff;}
 .pro_c .title .phone2{display:none;}
 .pro_c .title h2{font-size:1.5rem}
 .pro_two h5{padding:2% 0;}
 .pro_two .content .img img{width:100%;}
 .pro_c .title .phone2{margin-top: 5%;}
 .y_main .mess .titles h1 { font-size: 1.4rem;}

}

/*荣誉中心*/



.y_main  .hon_main{overflow:hidden}

.y_main  .hon_main a{display:inline-block;width:25%;float:left;margin-bottom:2%}
.y_main  .hon_main .hh{     margin: 4%;padding:3%; background: #fff ;overflow: hidden;}
.y_main  .hon_main .hh .hon_img{overflow: hidden; text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;}
	
.y_main  .hon_main .hh:hover{background:#08953d; transition:all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-o-transition: all .4s;}
.y_main  .hon_main .hh:hover h3{color:#fff}
.y_main  .hon_main .hh .hon_img img {  vertical-align: middle;}

.y_main  .hon_main .hh .hon_tt{font-size: 0.875rem; text-align: center;color: #333333; width: 100%; margin:5% 0;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.y_main  .hon_main a:hover .hon_tt{color:#fff}

 @media screen and (max-width:1100px) {
 
 .y_main  .hon_main a{width:33.33%;}
 
 }
 @media screen and (max-width:800px) {
 
 .y_main  .hon_main a{width:50%;}

 }

 @media screen and (max-width:500px) {
 
 .y_main  .hon_main a{width:100%;}
 .y_main .honorlist .box {background: none;border: none;padding: 0;}
.y_main  .hon_main .hh{    margin: 2%;}
 }




/*案例*/
.caselist .case_main a {display:block;width:33.33%;float:left; position:relative;top:0;left:0}
.caselist .case_main .cc{ overflow: hidden;}
.caselist .case_main .cc .case_img{text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;width: 100%;height: 100%;overflow: hidden;}
	
.caselist .case_main .cc:hover{ transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;}
.caselist .case_main .cc .case_img img{  vertical-align: middle;    max-width: 100%;	moz-transition: all .8s ease 0s;    width: 100%; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s;-webkit-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.case_main a:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); }


.caselist .case_main a .case_tt{width:100%; height: 100%;position:absolute;top:0;left:0;background:url(../images/index21.png) repeat rgba(0,0,0,.6);;transition: All 0.6s ease-in-out;-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out;-o-transition: All 0.6s ease-in-out;	opacity: 0;filter: Alpha(Opacity=0);}
.caselist .case_main a .case_tt .tits{position:absolute;width: 100%;height:100%; }
.case_tt .tits p{text-align:center;margin:2%; color: #fff;font-size: 0.875em;color:#fff;}
.caselist .case_main a:hover .case_tt{opacity: 1;filter: Alpha(Opacity=1);}
.caselist .case_main a .case_tt .tits h3{text-align:center;color:#fff;font-size:20px}

.y_main .caselist .digg4 span{color:#fff;}

@media (max-width: 1000px){
.caselist .case_main a{width:50%}
.prolist .pro_con{width:100%;}
.prolist .left{display:none}
}
@media (max-width: 500px){
.caselist .case_main a{width:100%;margin: 1% 0;}
.y_main .pro_main .pp .pro_img img{max-height: 250px;}
}



/*公司简介*/
/*公司简介*/
.y_main .abouts{width: 100%;height: auto;overflow: hidden;padding: 4% 0;}
.y_main .tt{margin-bottom:2%;}
.y_main .tt b{color:#000;margin-bottom:2%;font-size: 2rem;}
.y_main .tt a {display: inline-block; padding: 1%; background: #d2665c; color: #fff; margin: 2% 0 0;}
.y_main .ab_s{overflow:hidden;margin: 6% 0 0 0;}

.y_main .ab_s h2{font-size:2rem;}



.y_main .ab_s  h2{color:#08953d;font-size:2rem;}
.y_main .ab_s  h2 span{color:#000;font-weight:normal;font-size:0.875rem}
.y_main .ab_s h3{font-size: 1.1rem;padding: 3%;line-height: 1.8em;color: #fff;background-color: #b8ea3e; background-image: linear-gradient(to bottom, #81d135 , #08953d);background-image: -webkit-linear-gradient(top,#81d135 , #08953d);
font-weight: normal;border-radius: 5px;}
.y_main .ab_s p{margin-top:2%;}

.y_main .cons{overflow:hidden;}
.y_main .cons .ab_c {width: 50%;float:left;margin-top: 5%;}
.y_main .ab_c p{line-height:2.2em;}
.y_main .cons .pics {width: 45%;float:right;}
.y_main .cons .pics img{width:100%;}
.y_main  .culture{width: 100%;height: auto;overflow: hidden;background:url(../images/index23.jpg) no-repeat top center; background-size:cover;padding:5% 0;}
.y_main .cu{ max-width: 50em;color: #fff;overflow: hidden;background-image: url(../images/index16.png);padding: 5%;}
.y_main .cu .tt b , .y_main .cu .tt p {color:#fff;}
.y_main .wh{overflow:hidden;margin: 5% 0 0 0;}
.y_main .wh p {font-size:16px;line-height: 2em;margin-bottom: 2%;}
.y_main .wh li{color:#fff;overflow:hidden;margin: 0 0 5% 0;}
.y_main .wh li p{color:#fff;}
.y_main .wh li span{font-size:1rem;margin-right:4%;font-weight: bold;}




.y_main .honorlist2{ width: 100%;height: auto;overflow: hidden;margin: 4% 0;}

.y_main .honor_imgs {border:1px solid #dadada;}
.y_main .hon_t{ margin: 3% 0 0 0; text-align: center;}



.swiper-button-next-app { background-image: url(../images/index16.png); right: 0;}
.swiper-button-prev-app{ background-image:url(../images/index15.png); left:0;}
@media (max-width: 1320px){

.y_main .cons .ab_c{margin-top:0;}
.y_main .ab_c p {line-height: 2em;}
.y_main .ab_s h3{font-size:1rem;    padding: 2%;}

.y_main .ab_s{margin:4% 0 0 0;}
}

@media (max-width: 1010px){
.y_main .ab_c p {line-height:1.8em;}
.y_main .ab_s h3{font-size:0.85rem; }

}
@media (max-width: 910px){
.y_main .cons .pics{width:100%;margin:3% 0 0 0;}
.y_main .cons .ab_c {width: 100%;}

}
@media (max-width: 600px){
.y_main .ab_s h2{font-size:1.5rem;}
.y_main .ab_s h3{font-size:0.875rem; font-weight: normal;}
.y_main .tt b{font-size:1.5rem}
.y_main .wh p {font-size:14px;}

}
/*联系方式*/



.y_main .contacts{width: 100%; height: auto; overflow: hidden;}
.y_main .contacts .box{padding:0;margin: 0;border:none;min-height: 565px;}
.contacts .lx_c{width:100%;overflow:hidden;   }
.contacts .lx_c li{    width: 49%; float: left;text-align: center;border: 1px solid #f1f1f1; padding: 2% 0;}
.contacts .lx_c li:nth-child(1){margin-right:1%;}
.contacts .lx_c li:nth-child(2){margin-left:1%}
.contacts .lx_c li h3{color:#000;font-size:1.4em;margin:3% 0;font-weight: bold;}
.y_main .cont_c{width:50%;float:left;background:#08953d url(../images/index19.png) no-repeat left bottom;    padding: 4%;text-align: right;min-height: 565px;}
.y_main .cont_c .ma{overflow:hidden;margin:3% 0;}
.y_main .cont_c .ma p{font-size:0.875rem;margin-top:2%;color:#fff;}
.y_main .cont_c h2{color:#fff;font-weight:bold;font-size:1.6rem;margin-bottom: 2%;}

.y_main .cont_c p{font-size:1rem;line-height:2em;text-aligbn:right;color:#fff;}

.y_main .contacts .message_p{width:43%;float:right;min-height: 565px;}
.y_main .contacts .sj { width: 50%;text-align: center;margin: 30% auto;}
.y_main .contacts .sj img{display: block;margin: 0 auto;}
.y_main .contacts .message_p p{font-size:1.2em;color:#fff;margin-top:5%;font-weight:bold; }

.y_main .message_h{    width: 50%; height: auto;padding:2% 3%; float:right;}
.y_main .message_h .mesform { width: 100%; }
.y_main .message_h .mesform .mfields { width:100%;}
.y_main .message_h .mesform .mfields li {    margin-bottom: 2%;}
.y_main .message_h .mesform .title { font-size:15px; color:#004481; padding: 10px 0; line-height: 1.5;}
.y_main .message_h .mesform .inpbox { width: auto; height:40px; line-height:40px; font-family:"微软雅黑"; }
.y_main .message_h .mesform .inpbox .inptext { width:100%; height:40px; text-indent:5px; border:1px solid #dedede; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px; padding:0px; outline:none; font-family:"微软雅黑";}
.y_main .message_h .mesform .inpbox .txtarea { width:100%; height:100px; text-indent:5px; border:1px solid #dedede; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px; padding:0px; outline:none; font-family:"微软雅黑";}
.y_main .message_h .mesform .btnsubmit {border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px;  -o-border-radius:3px;width:100%; height:40px; font-size:13px; background:#08953d;margin-top:15px;}
.y_main .message_h .mesform .btnsubmit .button { width:100%; height:38px; line-height:38px; text-align:center; font-size:14px; color:#fff; background:#08953d; border:1px solid #08953d ;border-radius:3px; outline:none; font-family:"微软雅黑"; cursor:pointer;}
.y_main .message_h .mesform .inpbox img { height: 25px;}
.y_main .message_h .mesform .input_text{ text-indent:5px;border:1px solid #dedede; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius: 3px; padding:0px; outline:none;width: 150px; height:38px; line-height:40px; font-family:"微软雅黑"; }
.y_main .map{width:100%;overflow:hidden;margin:0.5% 0 3% 0;}



@media (max-width: 800px){
.y_main .contacts .box , y_main .contacts .message_p , .y_main .cont_c{min-height:auto;}
.y_main .message_h ,.y_main .cont_c{width:100%}



}




@media (max-width:480px){

.y_main .cont_c h2{font-size:1.2rem}


}



/*上下页*/
#flip { margin: 30px 0;}

.digg4 {
    padding: 3px;
    margin: 3px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.metpager_8 a, .metpager_8 span.miy {

    padding: 1px 5px 1px 5px;
    color: #fff;
}
.digg4 span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
	color: #000;
}
.digg4 a, .digg4 span.miy {
    margin: 2px;
    text-decoration: none;
	font-size: 15px;
	display:inline-block;
	background: #08953d;

}

.digg4 a:hover, .page-num.page-num-current{background:#024c1e;color:#fff;}


/*上下篇*/

.text-secondary {color: #6c757d!important; line-height: 25px;border: 1px dotted #ccc;padding: 1em; border-radius: 8px; -webkit-border-radius: 8px;-moz-order-radius: 8px; -ms-order-radius: 8px; -o-order-radius: 8px; }
.text-secondary a,.text-secondary p {color: #808080;text-decoration:none;}

/*分享*/
.bdshare-button-style0-16 {
    zoom: 1;
}
.bdshare-button-style0-16 .bds_more {
    color: #333;
    float: left;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_more {
    background-position: 0 0;
}
.bdshare-button-style0-16 .bds_qzone {
    background-position: 0 -52px;
}


.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -104px;
}
.bdshare-button-style0-16 .bds_tqq {
    background-position: 0 -260px;
}
.bdshare-button-style0-16 .bds_renren {
    background-position: 0 -208px;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.jiathis_style {
    width: 70%;
    float: left;
}

.met_hits{
    margin-top: 2rem!important;
    margin-bottom: 1rem!important;
	overflow: hidden; 
}
.met_hits a {
    color: #666;
	font-size:14px;text-decoration: none;
}



/*优势*/
.adv{width:100%;overflow:hidden;    background: url(../images/index28.png) center top repeat-y;margin-bottom: 5%;}
.adv li{width:100%;    overflow: hidden;}
.adv li .des{width:50%;float:left;padding:3% 5%}
.adv li .pic{width:50%;float:right}
.adv li .des h2{font-size:1.5em;font-weight:bold;margin-bottom:2%}
.adv li .des p{font-size:0.875em;line-height:1.8em}


@media (max-width: 930px){

.adv li .des{width:100%;}

.adv li .pic{width:100%;text-align:center;margin-bottom: 3%;}


}
@media (max-width: 590px){
.adv li .des{padding:5%;}
.adv li .pic{margin:0;}



}
