﻿@charset "utf-8";
/* CSS Document */


.y_main{width:100%;height:auto;overflow:hidden;}



/*位置*/
.location {border-bottom: 1px solid #ededed;height: auto;padding:1% 0; }
.location .wz{width:100%; }
.location .wz span {display: inline-block;font-size: 14px;background: url(../images/index30.png) no-repeat left center; padding-left: 25px;}
.location .wz a{    font-size: 14px;text-decoration: none;}
.location .wz a:hover{color:#0869ac;text-decoration: none}


/*分类*/
.pro_fl {color: #eee; text-align:center;}
.pro_fl p{   line-height: 32px;    color: #d0d0d0;    margin: 1% auto;}
.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 2%; font-size: 1em;background: #0869ac; color: #fff; margin-bottom: 0.5%;}
.pro_fl a:hover{text-decoration:none;color:#fff;}


.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;
	    position: relative;
   }
.y_tit .tit2 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.y_tit p {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}
.y_tit p a{color:#fff;}
.y_tit span{display: inline-block;background: url(../images/index12.png) no-repeat left center; padding-left: 25px;color:#fff;line-height: 2em;}



.content_img {
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 48vh;
}
.content_img p {
    position: absolute;
    top: 20%;
    padding: 0 10px;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width:1100px){
.y_tit p {font-size:1.2rem;}


}


@media screen and (max-width: 900px){
.y_tit img {display: none;}
.content_img {display: block;}

}
   
  @media screen and (max-width: 800px){ 
.pro_fl p{width:100%;}
}
@media screen and (max-width: 500px){


.pro_fl a{margin-bottom:1%;}


}
/* 新闻中心*/
.y_main .news, .y_main .honorlist, .y_main .prolist, .y_main .caselist, .y_main .plantlist {padding:2% 0;    width: 100%;height: auto;overflow: hidden; background-color: #f8f8f8;}
.y_main .newlist ul{overflow:hidden}
.y_main  .newlist {margin: 4% 0 0 0;}
.y_main .newlist ul li{overflow:hidden; width:100% ;    margin: 0 0 4% 0;  }
.y_main .newlist ul li a{display:block;}
.y_main .newlist ul li:nth-of-type(2n) .pic{float:right}
.y_main .newlist ul li:nth-of-type(2n) .nn{left:0}
.y_main .newlist .nn .date{background:url(../images/index31.png) no-repeat left center;color:#a5a5a5;font-size:0.875em;padding-left: 1.5em;   }
.y_main .newlist .nn:hover span , .y_main .newlist .nn:hover .news_d {color:#fff}
.y_main .new1{width: 100%; height: 100%;overflow: hidden; }
.y_main .new1_c{background: #fff; overflow: hidden; }

.y_main .new1_c .nn {width: 100%; height: 100%;}
.y_main .new1_c .nn .cont{padding:3%;}
.y_main .new1_c .nn h3 { margin: 1% 0; font-size: 1rem;  overflow: hidden;    overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.y_main .new1_c .nn p {line-height: 1.8em; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.y_main .new1 .nn a { text-decoration: none; padding: 2% 10% 2% 2%; font-size: 0.8rem;  display: inline-block; color: #fff; font-weight: bold; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;  -moz-transition: all 0.6s ease 0s;}

@media (max-width: 800px){
.y_main .newlist ul li{width:50%;padding:1%;float:left;}
.y_main .new1_c .pic{width:100%;}
.y_main .new1_c .nn{width:100%;    position: static; padding: 8% 0;}
.y_main .newlist ul li:nth-of-type(2n) .pic{float: none;}
.y_main .new1_c .nn .cont { padding: 0 4%;}
.y_main .new1_c .nn h3{font-size:1rem;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.y_main .new1_c .nn p{font-size:0.8rem}
}


@media (max-width: 500px){
.y_main .newlist ul li{width:100%;padding:0;}
}



/* 新闻详细内容*/
.news .new_con,.caselist .case_con,  .honorlist .honor_con, .plantlist .plant_con{width:100%;}
.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_c{    background: #fff;padding: 5%;}
.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.1em;    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 .prolist .pro_fl{text-align:left;}
.y_main .pro_main a{display:inline-block;width:25%;float:left;margin-bottom:1%}
.y_main .pro_main .pp{     margin: 4%;overflow: hidden;background: #fff;}
.y_main  .pro_main .pp .pro_img{   overflow: hidden;overflow: hidden; position: relative;}


.y_main  .pro_main .pp .pro_img: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;
    border: 1px solid rgba(255,255,255,0);
    z-index: 100;
}
.y_main  .pro_main a:hover .pro_img:before {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid rgba(1,109,184,0.4);
}

.y_main .pro_main .pp .pro_tt:after {
    display: block;
    height: 30px;
    width: 100%;
    content: '';
    background: url(../images/index28.png) no-repeat left center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.y_main .pro_main a:hover .pro_tt:after {
    background: url(../images/index29.png) no-repeat right center;
}

.y_main .pro_main a:hover img{	
	transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	}

.y_main  .pro_main .pp .pro_img img{width:100%;vertical-align: middle;	    transition: all 0.5s;-webkit-transition: all 0.5s;  -moz-transition: all 0.5s;-ms-transition: all 0.5s; -o-transition: all 0.5s; }
.y_main .pro_main .pp:hover{box-shadow: 0px 0px 15px 0px #d0cece;-webkit-box-shadow: 0px 0px 15px 0px #d0cece; transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;background: #fff;}

.y_main .pro_main .pp .pro_tt{font-size: 1em; text-align: left;color: #333333;line-height:2em; width: 100%;padding: 6%;}
.y_main .pro_main .pp .pro_tt h3{text-overflow:ellipsis;overflow:hidden;white-space:nowrap }
.y_main .pro_main .pp .pro_tt p{margin-bottom: 3%;    overflow: hidden; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}


@media (max-width: 1024px){

.y_main .pro_main a{width:33.33%}


}

@media (max-width: 550px){
.y_main .pro_main a{width:50%}
.y_main .pro_main .pp .pro_img img{max-height: 250px;}
.pro_fl{ margin: 3%}

}

/*产品详情*/


.prolist .pro_con{    width: 100%;overflow:hidden;margin: 3% 0;}

.prolist .pro_c{overflow: hidden;     padding: 3%;background: #fff;}
.prolist .pro_c .swiper-slide{width:100%;text-align: center;}
.prolist .pro_c .title{width:100%;float:right;margin: 4% 0 0 0;}
.prolist .pro_c .title a {
    display: inline-block;
    background: #0869ac;
    padding: 1% 2%;
    color: #fff;
}
.prolist .pro_c .swiper-slide img { max-width: 100%;}
.pro_c .title h2{text-align:center; font-weight: bold;font-size: 1.8em;line-height: 1.5em;}
.pro_c .title p{font-size:1em;margin:1% 0;line-height: 1.6em;}
.pro_c .title .phone{ width: 100%; height: 45px; line-height: 45px;text-align: center; font-size:1em;color: #fff; background: #0869ac;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;    margin-top: 10%;}

.pro_two , .pro_thr {overflow: hidden;    background: #fff; margin-top:2%;}
.pro_thr a { display: block;padding: 1.5% 0;text-align: center; }
.pro_thr a span{background: url(../images/index32.png) no-repeat left;padding-left: 1.5em;}
.pro_two h5{display: block; width: 100%; text-indent: 1em; color: #fff;background: #0869ac;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;}



.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: #0869ac;}
.y_main .mess .message_p{overflow:hidden;    width: 50%;}
.y_main .mess .message_p .mesform { width: 100%; }
.y_main .mess .message_p .mesform .mfields { width:100%;}
.y_main .mess .message_p .mesform .mfields li {    margin-bottom: 2%;width:100%;float:left;}
.y_main .mess .message_p .mesform .mfields li:nth-child(2){float:right;}
.y_main .mess .message_p .mesform .mfields li:nth-child(3){width:100%;}
.y_main .mess .message_p .mesform .title { font-size:15px; color:#5a5757; padding: 10px 0; line-height: 1.5;}
.y_main .mess .message_p .mesform .inpbox { width: auto; height:40px; line-height:40px; font-family:"微软雅黑"; }
.y_main .mess .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 .mess .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 .mess .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 .mess .message_p .mesform .btnsubmit .button { width:100%; height:50px; line-height:50px;background: none; text-align:center; font-size:14px; color:#fff; background:#0869ac; border:1px solid #0869ac ;border-radius:3px; outline:none; font-family:"微软雅黑"; cursor:pointer;}
.y_main .mess .message_p .mesform .inpbox img { height: 25px;}
.y_main .mess .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 screen and (max-width:900px) {
.y_main .mess .message_p{  width: 100%;}

.y_main .mess .titles h1{font-size:1.4rem;}

}







 @media screen and (max-width:640px) {
.prolist .pro_c .swiper-slide , .prolist .pro_c .title{width:100%;}
 
 .pro_c .title h2{font-size:1.5em}
 .pro_two h5{padding:2% 0;}
 .pro_two .content .img img{width:100%;}
 .pro_c .title .phone{margin-top: 5%;}
 .y_main .mess .message_p .mesform .btnsubmit{width:100%;}
 }







/*荣誉中心*/



.y_main  .hon_main{overflow:hidden}

.y_main  .hon_main a{display:inline-block;width:25%;float:left;margin-bottom:20px}
.y_main  .hon_main .hh{     margin: 10px;padding:10px; background: #fff ;overflow: hidden;}
.y_main  .hon_main .hh .hon_img{      overflow: hidden; width: 260px; height: 300px;text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;}
	
.y_main  .hon_main .hh:hover{background:#d70d25; transition:all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-o-transition: all .4s;}
.y_main  .hon_main .hh .hon_img img {     max-width: 260px; max-height: 300px;vertical-align: middle;}

.y_main  .hon_main .hh .hon_tt{font-size: 15px; text-align: center;color: #333333;line-height: 40px; width: 100%; height: 40px;    padding-top: 15px;}
.y_main  .hon_main a:hover .hon_tt{color:#fff}







.plantlist .plant_main a{display:block;width:32.33%;float:left;margin:0.5%; position:relative;top:0;left:0}
.plantlist .plant_main{ overflow: hidden;}
.plantlist .plant_main .plant .plant_img{overflow: hidden;  text-align: center;vertical-align: middle;display: flex; align-items: center;justify-content: center;width: 100%;
    height: 100%;overflow: hidden;
}
	
.plantlist .plant_main .plant:hover{ transition:all .2s;-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;}
.plantlist .plant_main .plant .plant_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;}
.plant_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); }


.plantlist .plant_main a .plant_tt{width:100%; height: 100%;position:absolute;top:0;left:0;    background: url(../images/index38.png) rgba(1,109,184,.8);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);}
.plantlist .plant_main a .plant_tt .tits{position:absolute;width: 100%;height:100%;}

.plantlist .plant_main a:hover .plant_tt{opacity: 1;filter: Alpha(Opacity=1);}
.plantlist .plant_main a .plant_tt h3{text-align:center;color:#fff;font-size:20px}
.plant_tt .tits p { padding: 3%; color: #fff;line-height: 1.5em; text-align: center;}



@media screen and (max-width: 680px){

.y_main .caselist, .y_main .plantlist{min-height:400px}

}






@media (max-width: 1080px){
.plantlist .plant_main a{width:48%;margin: 2% 1%;}
.prolist .pro_con{width:100%;}
.prolist .left{display:none}
}
@media (max-width: 500px){

.y_main .pro_main .pp .pro_img img{max-height: 250px;}
}





/*公司简介*/
.y_main .abouts{ width: 100%;height: auto;overflow: hidden;    background-color: #f8f8f8; }
.abouts .about_c{width:100%;  position:relative;    background: #fff;}
.abouts .about_cc { padding: 3% 0;overflow:hidden;background: url(../images/index40.jpg) no-repeat top center; background-size: cover;background-attachment: fixed;}
.abouts .about_c .left { width: 50%;}
.abouts .about_c .left img {width: 100%;}
.abouts .about_c .right {width: 50%; position: absolute; top: 0; right: 0; height: 100%;}
.abouts .about_c .ab{padding: 0 24% 0 9%;}
.abouts .about_c h2, .abouts .about_cc h2{font-size:24px; color: #0869ac;font-weight:bold;margin-bottom:3%;text-align: center;}
.abouts .about_c .about_des{overflow:hidden;    width:100%;}
.abouts .about_cc p{line-height:33px;}
.abouts .about_c p {font-size:16px;line-height: 30px;}
.y_main .honor_h{width:100%;background: url(../images/index33.jpg) no-repeat top center;    background-size: cover; background-attachment: fixed;}
.y_main .honor_h .wrap{max-width: 1520px;}
.y_main .honor_h .hon{padding:11% 0;overflow:hidden;}
.y_main .honor_h h2 {font-size:2rem; color: #fff;font-weight:bold;margin-bottom:5%;text-align:center}
.y_main .honor_h li{width:32%;float:left;background:#fff;overflow:hidden;margin:0 0.5%}
.y_main .honor_h h3{font-size:18px; color: #fff;font-weight:bold;margin-bottom:1%;}

.y_main .honor_h p{font-size:16px; color: #fff;}


.honor_h .wen{overflow:hidden;}

.honor_h .wen li .dian{    width: 100%;position: absolute;z-index: 2;height: 100%;top: 0;}

.honor_h .wen li .ab_des{z-index:3;    width: 100%;    padding: 6% 4%;margin: 0 auto;text-align: center;margin: 0 auto;}
.honor_h .wen .ab_pic img{width:100%;height:100%;}
.honor_h .wen li:hover .ab{ }

.wen .other_tit {font-size: 20px;font-weight: bold;    margin: 0 0 10px 0;}
.wen .other_detail { line-height: 26px; }
.honlist{     padding: 3% 2%;background:url(../images/index29.jpg) top center no-repeat;background-size:cover}
.honlist a{display:block;width:25%;float:left;}
.honlist a .plant{    padding: 4%; margin: 3%;background: #f1f1f1;}
.honlist a .plant_tt{text-align:center; padding: 4%; margin: 3%;}
.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;}

.y_main .tt{margin-bottom:2%;}
.y_main .tt b{color:#000;margin-bottom:2%;font-size: 2rem;}



@media (max-width: 800px){

.wen .other_tit{margin:5px 0}

.abouts .about_c .left{width:100%;}
.abouts .about_c .right{width:100%;    background-color: rgb(0,0,0,.6);}
.abouts .about_c .ab { padding: 0 5%;}
.abouts .about_c p{color:#fff;font-size:16px;}

}


@media (max-width: 640px){
.honlist a{width:50%}

.honor_h .wen li:nth-child(4) .dian {background: url(../images/index30.png) rgba(84,166,249,.8);}
.honor_h .wen li:nth-child(3) .dian {background: url(../images/index30.png)rgba(141,192,245,.8);}

.abouts .about_c h2 , .honlist h2 {font-size:20px;}
.y_main .honor_h{padding:6% 0;}
.honor_h .wen li{width: 100%;}
.honor_h .wen li .ab_des{    padding: 10% 0;}
.y_main .tt b{font-size:1.5rem}
}
@media (max-width: 500px){
.wen .other_tit{font-size:18px;}
.y_main .honor_h h2{font-size:20px;margin-bottom: 3%;}
.wen .other_detail{font-size:14px;}
.y_main .honor_h li{margin-bottom:1%;}
.y_main .honor_h h3 {font-size: 16px;}
.y_main .honor_h p {font-size: 14px;}


}

/*联系方式*/

.y_main .con_c{padding:2% 0 0 0;    width: 100%;height: auto;overflow: hidden; background-color: #f8f8f8;}

.y_main .contacts{ padding:0 0 3% 0;width: 100%; height: auto; overflow: hidden;}
.contacts .lx_c{width:100%;overflow:hidden;   }

.contacts .lx_c li{width: 100%;float: left;text-align: center;padding: 3% 1%;/* min-height: 250px; */}
.contacts .lx_c li .lx_pic{width: 15%;float:left;transform: translateY(8px);-webkit-transform: translateY(8px);-moz-transform: translateY(8px);-o-transform: translateY(8px);}
.contacts .lx_c li .lx_des{width: 85%;float:right;text-align: left;}
 .contacts .lx_t h2{font-size: 1.4rem;}
.contacts .lx_t p{font-size:1rem;margin-top: 1%;}
.contacts .lx_c li:nth-child(1){background: #2d9ae6;}
.contacts .lx_c li:nth-child(2){background: #0c86da;}
.contacts .lx_c li:nth-child(3){background: #0979c7;}
.contacts .lx_c li:nth-child(4){background: #0869ac;}
.contacts .lx_c li:nth-child(5){background: #065890;}
.contacts .lx_c .lx_des h3{color:#fff;font-size:1.2rem;/* margin:3% 0; */font-weight: bold;}
.contacts .lx_c .lx_des p{color:#fff;font-size: 1rem;margin-top: 1%;line-height: 1.6em;display: inline-block;margin-right: 2%;}
.y_main .c1{ overflow: hidden;background:url(../images/index38.jpg) no-repeat top center;background-size:cover;}

.y_main .sj { width: 50%;text-align: center;margin: 30% auto;}
.y_main .sj img{display: block;margin: 0 auto;}


.y_main .message_h{    width: 50%; height: auto;padding: 3%; float: right;background: #fff; opacity: 0.9;filter: alpha(opacity=90)!important;}
.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:#0869ac; 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:#0869ac; border:1px solid #0869ac; 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:"微软雅黑"; }
.contacts .lx_c ul {
    overflow: hidden;
    margin: 2% 0;
}



@media (max-width: 760px){

.y_main .message_h ,.y_main .cont_c{width:100%}
.y_main .cont_c{margin-top:2%}



}




@media (max-width:480px){
.contacts .lx_c .lx_des h3{font-size:1rem;}
.contacts .lx_c .lx_des p{font-size: 0.875rem;}
.contacts .lx_c li{padding:5% 1%;}

.contacts .lx_c li .lx_pic img { width: 60%;}


}



/*上下页*/
#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 {
    border: 1px solid #ddd;
    padding: 2px 10px 2px 10px;
    color: #aaa;
	background:#fff;
}
.digg4 span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.digg4 a, .digg4 span.miy {
    margin: 2px;
    text-decoration: none;
	font-size: 15px;
	display:inline-block;
}

a.page-num.page-num-current , .digg4 a:hover{background:#0869ac;color:#fff;}


/*上下篇*/

.text-secondary {color: #6c757d!important; background: #fff;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;
}



.service{padding:5% 3% 7% 3%;overflow:hidden;}
.ser_t{}

.ser_t h1{color:#fff;font-size:3rem;transform: translateY(20px);-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-o-transform: translateY(20px);}
.ser_t .xian{width:350px;height:25px;background:#0869ac;}
.ser_t p{color:#b3b3b3;font-size:1.5rem;margin-top:1%;font-weight:bold;text-transform:uppercase;-webkit-text-transform:uppercase; -moz-text-transform:uppercase; -o-text-transform:uppercase; }

.ser_c{overflow:hidden;margin:3% 0 0 0}
.ser_c li{color:#fff;font-weight:bold;font-size:1.125rem;margin-bottom:2%;}


@media screen and (max-width:655px){
.ser_t .xian{width:250px;}
.ser_t h1{font-size:1.8rem;}
.ser_t p{font-size:1.2rem;}
.ser_c li{font-size:0.9rem;}
.index04 .more img{max-width:8%}
}


