@charset "utf-8";
/* CSS Document */
.main {margin-left:160px;margin-right:160px;}
.skinw{margin-left:160px;margin-right:160px;}
.wrapper{margin-left:160px;margin-right:160px;}
.container {padding:80px 0;margin-right: auto;margin-left: auto;overflow: hidden;}

@media screen and (max-width:1680px) {
.main {margin-left: 90px;margin-right: 90px;}
.skinw{margin-left: 90px;margin-right: 90px;}
.wrapper{margin-left: 90px;margin-right: 90px;}
}
@media screen and (max-width:1366px){
.main{margin-left: 70px;margin-right: 70px;}
.skinw{margin-left: 70px;margin-right: 70px;}
.wrapper{margin-left: 70px;margin-right: 70px;}
}
@media screen and (max-width:1200px){
.main{margin-left: 50px;margin-right:50px;}
.skinw{margin-left: 50px;margin-right:50px;}
.wrapper{margin-left: 50px;margin-right:50px;}
}
@media screen and (max-width:1024px){
.main{margin-left: 30px;margin-right: 30px;}
.skinw{margin-left: 30px;margin-right: 30px;}
.wrapper{margin-left: 30px;margin-right: 30px;}
}
@media screen and (max-width:767px){
.main{margin-left: 15px;margin-right: 15px;}
.skinw{margin-left: 15px;margin-right: 15px;}
.wrapper{margin-left: 15px;margin-right: 15px;}
}



header{width: 100%;height: auto;position: fixed;top: 0;transition: 0.5s;z-index: 100;background: #FFFFFF;-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);box-shadow: 0px 0px 15px rgba(0,0,0,0.4);}
header .headBox {height: 110px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.logo {margin-left:90px;}
.header-mid {display: flex;justify-content: center;align-items: center;}
.Navlist{margin:0 auto;}
.Navlist .nav{display: flex;justify-content: center;}
.Navlist > ul > li{display:block;line-height:110px;margin:0 36px;font-size:17px;position:relative;}
.Navlist > ul > li > a{text-transform: uppercase;color:#333;}
.Navlist > ul > li > a:after{content:"";position:absolute;left:50%;bottom:28px;width:0;height:3px;background:#008E38; transform: translate(-50%);transition: all 0.7s ease-in-out;}
.Navlist > ul > li > a:hover:after, .Navlist > ul > li > a.current:after{width:100%;}
.Navlist > ul > li > a:hover, .Navlist > ul > li > a.current{color: #008E38;}
.Navlist > ul > li .nav_son{display: none;width:200px;position: absolute;right: 0;left: 50%;transform: translateX(-50%);top: 110px;z-index:12;margin: auto;text-align: center;box-shadow:0 10px 25px 2px rgba(0, 0, 0, 0.05);}
.Navlist .nav_son ul{width:auto;border-top: 1px solid #eee;}
.Navlist .nav_son ul li{display:block;line-height: 22px;padding:12px 10px;margin:0;text-align: center;border-bottom: 1px solid #eee;background: #fff;transition: all 0.5s;}
.Navlist .nav_son ul li:last-child{border-bottom:0;}
.Navlist .nav_son ul li a{color: #333;font-size: 15px;}
.Navlist .nav_son ul li:hover{background:#008E38;}
.Navlist .nav_son ul li:hover a{color: #FFF;}

.toptel{padding:0 16px 0 30px;}
.toptel em{display:inline-block;padding-right:5px;}
.toptel em i{padding-top:6px;padding-left:8px;font-size:22px; color:#212529;}
.toptel span{padding-left:6px;line-height: 30px;font-size:22px;color:#212529;}

.sousuo{width: 110px;height: 110px;overflow: hidden;background:#000000;margin-left: 30px;}   
.sousuo .iconfont{display: block;width:110px;height:110px;}
.icon-search {background: url(../images/search-icon.png)no-repeat center;}
.icon-guanbi {background: url(../images/searchgb-icon.png)no-repeat center;}
/*搜索*/
.searchbox {width: 100%;top:110px;text-align: center;z-index:10;position: fixed;background: #fff;padding: 60px 15px;border-top: 2px solid #49a96c;}
.displaynone {display: none;}
.searchs {max-width: 800px;margin:0 auto;position: relative;}
.searchs .sertext {border-radius:3px;display: block;padding: 0;outline: 0;padding-left: 20px;width: 100%;float: left;color: #a2a2a2;font-size: 15px;height: 66px;line-height: 66px;transition: 0.4s;box-sizing: border-box;background: #efefef;}
.serbtn {position: absolute;width:60px;height: 63px;top:1px;right:1px;box-sizing: border-box;background: url(../images/search-icon.svg) no-repeat 15px center;cursor: pointer;border-radius:3px;}

.language{position: absolute;top: 10px;right: 200px;padding-left:25px;font-size:16px;background: url(../images/icon-Hlang.png)no-repeat left center;display: flex;height:22px;line-height:22px;justify-content: space-between;align-items: center;}
.language a{color: #666;}
.language a:hover {text-decoration:underline;}
.language span{font-size:12px;padding: 0 6px;color: #666;}

@media screen and (max-width: 1650px){
.logo {margin-left:60px;}
.Navlist > ul > li{margin:0 22px;font-size:16px;}
}
@media screen and (max-width: 1460px){
.Navlist > ul > li{margin:0 16px;}
.toptel {padding:0 10px 0 10px;}
.toptel span{font-size:16px;}
.language{right:160px;}
}
@media screen and (max-width: 1330px){
.Navlist > ul > li{margin:0 13px;}
.logo {margin-left:30px;width:160px}
.sousuo{margin-left:10px;}
}
@media screen and (max-width: 1200px){
.Navlist > ul > li{font-size:15px;}
.toptel {display: none;}
.language{right:130px;font-size: 14px;}
}	
@media screen and (max-width:1024px) {
header{display:none;}
}


/*------------手机站导航开始----------*/
.hidden-g{display: none;}
.hidden-g {position: relative; }
.hidden-g .h-nav-g {position:fixed; left:0; top:0; z-index:100; width:100%; height:60px; background:#FFF; transition: 300ms; -webkit-transition:300ms;}
.hidden-g .h-nav-g img { max-height: 96%; margin-left: 15px; }
.hidden-g .h-nav-g .btn_i {display: block; position:absolute;right: 15px; top: 50%; -webkit-transform: translateY(-50%); transform:translateY(-50%); }
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {display: block;content: '';width:22px;height:3px;background:#49a96c;margin:4px 0;}
.hidden-g .h-nav-g .btn_i_click small {opacity: 0;}
.hidden-g .h-nav-g .btn_i_click:before {transform:rotateZ(45deg);transform-origin: 0px 6px;}
.hidden-g .h-nav-g .btn_i_click:after {transform:rotateZ(-45deg);transform-origin: 5px -1px;}
.hidden-g .ul-small {background:#49a96c;width:250px;height:100%;position:fixed;right:0; top:0; z-index:100; -webkit-transition:300ms; -webkit-transform:translateX(250px);transform:translateX(250px);transition:300ms;overflow-y: scroll;}
.hidden-g .ul-small input {width:160px;line-height:40px;background:#fff;border:0;border-radius:20px;margin:20px 30px 0 30px; text-indent:10px;}
.hidden-g .ul-small ul {margin-top:20px;}
.hidden-g .ul-small ul li{}
.hidden-g .ul-small ul li > a {color: #fff;height:50px; line-height:50px;display:block;text-align:center;font-size:16px; }
.hidden-g .ul-small ul li .m_nav_son{}
.hidden-g .ul-small ul li .m_nav_son dd{height:50px;border-bottom:1px solid #eee;display: block;background: #fff;font-size: 14px;text-align: center;}
.hidden-g .ul-small ul li .m_nav_son dd a{display: block;padding-top:10px;line-height:30px;}
.hidden-g .translate {-webkit-transform: translateX(-250px);  transform: translateX(-250px); }
.hidden-g .translate2 {-webkit-transform: translateX(0); transform: translateX(0);  }

@media (max-width: 1024px) {
.hidden-g{display: block;}
.m-language{display: flex;height:22px;line-height:22px;font-size:16px;position:absolute;right:80px;top:18px;z-index:100;padding-left:26px;background: url(../images/icon-Hlang.png)no-repeat left center;justify-content: space-between;align-items: center;}
.m-language a{color: #666;}
.m-language a:hover {text-decoration:underline;}
.m-language span{font-size:12px;padding: 0 6px;color: #666;}
}



/*banner*/
.banner{width:100%;height:auto;overflow: hidden;padding-top:110px;}
.banner .swiper-container img{display:block; width:100%!important;image-rendering:pixelated;}
.banner .swiper-button-next, .banner .swiper-button-prev{display:none;}
.banner .swiper-pagination-bullet {width: 60px;height: 2px;background: #333;border-radius: 0px;margin: 0px 4px;opacity: 1;outline: none;position: relative;}
.banner .swiper-pagination-bullet:after {content: '';position: absolute;left: 0px;top: 0px;background: #999;width: 0%;height: 2px;}
.banner .swiper-pagination-bullet-active:after {content: '';width: 100%;transition: all 1.2s;-webkit-transition: all 1.2s;-moz-transition: all 1.2s;height: 2px;}

@media only screen and (max-width:1024px){
.banner{padding-top:60px;}
}



/*FOOTER*/
footer{width:100%;height:auto;overflow:hidden;background:#212529;}
.ft_contain{padding-top:80px;padding-bottom:80px;overflow: hidden;}
.ft_contain .skinw{display: flex;/*align-items: center;*/justify-content: space-between;}

.ft_content{width:70%;float:left;overflow:hidden;padding-top:30px;}
.ft_nav{display:flex;flex-wrap:wrap;overflow:hidden;}
.ft_nav_li {width:25%;margin-bottom:10px;height: auto;overflow: hidden;padding-right: 3%;}
.ft_nav_li h5 {font-size: 18px;margin-bottom: 20px;font-weight: normal;color:#FFF;}
.ft_nav_li p{padding:6px 0;transition: 0.36s;font-family: "Microsoft YaHei",sans-serif;font-weight: 300;}
.ft_nav_li p a{color:#BFBFC0;font-size: 16px;line-height:1.3;}
.ft_nav_li p a:hover{color:#FFF;}

.ft_contact{width:30%;float:right;overflow: hidden;padding-left:80px;padding-top: 30px; box-sizing: border-box;border-left: 1px solid #4a4a4a;}
.ft_contact .follow_tel {display: block;overflow: hidden;}
.follow_tel h5{font-size: 20px;margin-bottom:20px;font-weight: normal;color:#FFF;}
.ft_telh{width: 100%;margin-bottom: 6px;}
.ft_telh span{display:block;color:#FFF;font-size: 18px;}
.ft_contact .follow_tel p {color:#CFCFD0;padding-top:6px;padding-bottom:6px;padding-left: 26px;font-size: 16px;line-height: 25px;position:relative}
.ft_contact .follow_tel p i{position:absolute;left:0;top:10px;font-size: 18px;color: #FFF;}
.ft_contact .follow_tel p span{font-family:"Microsoft YaHei",sans-serif;font-weight:300;}

.ft_code{margin-top: 30px;}
.ft_code .ftcode {display: flex;align-items: center;flex-wrap: wrap;}
.ft_code .ftcode .title{width: 40%;color: #ffffff;font-size: 16px;line-height: 1.5;padding-left: 18px;letter-spacing: 1px;font-family: "Microsoft YaHei",sans-serif;font-weight: 300;}

.copyright{padding:20px 0;color: #cacaca;font-size:14px;line-height:1.5;letter-spacing: 1px;border-top:1px solid #525252;}
.copyright .skinw{display: flex;align-items: center;justify-content: space-between;}
.copyright p{line-height:26px;color:#cacaca;}
.copyright p a{color:#cacaca;}
.copyright p a:hover{text-decoration:underline;color:#FFF;transition:0.5s;}
.copyright p em{padding:0 8px;color: #5e5e5e;}
.otherinfo a{color:#cacaca;}
.otherinfo a:hover{text-decoration:underline;color:#FFF;transition:0.5s;}
.otherinfo em{padding: 0 8px;color: #5e5e5e;}

@media only screen and (max-width:1024px){
.ft_content{padding-top:0;}
.ft_contact{padding-top:0;padding-left:30px;border:none;}
}
@media only screen and (max-width:860px){
.ft_content{display:none;}
.ft_contact{width:100%;padding:0px;}
.copyright .skinw{display: block;text-align: center;}
}
@media only screen and (max-width:768px){
.ft_contain{padding-top:50px;padding-bottom:50px;}
}


/*公共百度地图*/
#Map{ overflow:hidden; width:100%;}
#Map .MapInfo{ float:left; width: 100%; box-sizing: border-box; border: 1px solid #ccc;}
#Map .MapInfo #MapContainer{ width: 100%; height:520px; }
#Map .MapInfo img{max-width:none!important;}
#Map .MapInfo img{max-width:none!important;}

.table1{width:100%; text-align:center;}
.table1 tr td {height:50px;padding:0 9px;color: #000;text-align: center;border: 1px solid #ccc;font-size: 15px;}




/***************en**********************/
#en{font-family:"Arial"!important;}
#en .Navlist > ul > li > a{font-weight: bold;}








