@charset "utf-8";
/* CSS Document */
@font-face {
  font-family:"Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
       url("../fonts/Roboto-Regular.woff") format("woff");
  font-style: normal;
}

.main {max-width:1380px;margin:0 auto;}
.skinw{max-width:1380px;margin:0 auto;}
.container {padding:80px 0 100px;margin-right: auto;margin-left: auto;overflow: hidden;}

@media screen and (max-width:1450px) {
.main {margin-left:70px;margin-right:70px;}
.skinw{margin-left:70px;margin-right:70px;}
}
@media screen and (max-width:1360px){
.main{margin-left:60px;margin-right:60px;}
.skinw{margin-left:60px;margin-right:60px;}
}
@media screen and (max-width:1200px){
.main{margin-left:50px;margin-right:50px;}
.skinw{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;}
.container {padding:60px 0;}
}
@media screen and (max-width:767px){
.main{margin-left:15px;margin-right:15px;}
.skinw{margin-left:15px;margin-right:15px;}
.container {padding:30px 0;}
}



header{width: 100%;height:auto;padding:18px 0; position: fixed;top: 0;transition: 0.5s;z-index: 100;border-bottom: 1px solid rgba(255,255,255,.3);}
header .main{height: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.logo{}

.Navlist{}
.Navlist .nav{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.Navlist > ul > li{line-height:32px;font-size:18px;position: relative;}
.Navlist > ul > li > a{display: block;color:#FFF;font-weight:600;padding:15px 28px;text-transform: uppercase;}
.Navlist > ul > li > a:hover, 
.Navlist > ul > li > a.current{color:#f7ac1d;}
.Navlist > ul > li > a span{display: block;position:relative;}
.Navlist > ul > li > a span:after{content:"";display:block; position:absolute;width:0;height:2px;background:#f7ac1d;top: auto;bottom: -2px;left: 0;transition: all .3s;}
.Navlist > ul > li > a:hover span:after{width:100%;}
.Navlist > ul > li > a.current span:after{width:100%;}
.Navlist > ul > li > a i{padding-left:5px;}
.Navlist > ul > li:hover .nav_son{opacity:1; visibility:visible; margin-top:0}
.Navlist > ul > li .nav_son{width: 160px;position: absolute;top: 100%;left: 50%;margin-left: -80px;z-index: 1;opacity: 0;visibility: hidden;margin-top: 20px;background-color: #fff;transition: margin .15s, opacity .15s;box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.2);}
.Navlist .nav_son ul{}
.Navlist .nav_son ul li{width:100%;border-bottom:1px solid #f1f1f1;text-align:center;}
.Navlist .nav_son ul li a{display: block;border-color:#fff;line-height: 20px;font-size: 15px;padding: 15px 5px;}
.Navlist .nav_son ul li a:hover{background:#f7ac1d;color:#ffffff;}

.top-divider{padding-top:10px;padding-bottom:10px;overflow: hidden;transition: all .3s;}

.other{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;position: relative;height:36px;transition: all .3s;}
.top-bar_item{padding-right:26px}
.top-bar_item i {font-size:16px;width:30px;height:30px;line-height:30px;text-align:center;color:#FFF;background: #f7ac1d;border-radius:30px;}
.top-bar_item span{font-size:16px;padding-left:10px;color:#FFF;}

.headlang{width: 125px;height: 36px;box-sizing: border-box;border: 1px solid #f5f5f5;align-items: center;justify-content: space-between;padding: 0 8px;color: #fff;cursor: pointer;margin-right:10px;position: relative; display: flex;flex-wrap: wrap;}
.headlang.on{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.headlang p{font-size: 15px;line-height: 30px;font-family:"Arial";}
.headlang .bottom{position:absolute; top: 100%;left: -1px;width: 125px;border: 1px solid #f5f5f5;display: none;overflow: hidden; z-index: 10;}
.headlang .bottom li{padding: 0 8px;border-bottom:1px solid #b0b0b0; background: #fefefe;}
.headlang .bottom li:last-child{border-bottom: none;}
.headlang .bottom li a{line-height:35px; color: #666;font-size: 14px;vertical-align: middle;padding-left:4px;}

.sousuo{display:flex;width:36px;overflow:hidden;}   
.sousuo .iconfont{display: block;width:36px;height:36px;}
.icon-search {background: url(../images/search-btn.png)no-repeat center;}
.icon-guanbi {background: url(../images/searchgb-btn.png)no-repeat center;}
/*搜索*/
.searchbox{width:188px;height:34px;top:36px;right:0; position:absolute;z-index:102;}
.displaynone {display: none;}
.searchbox .searchs {width:100%;height:34px;position:relative;}
.searchbox .searchs .sertext {width:100%;height:34px;line-height:34px;border-radius:30px;border: 1px solid #dddddd;padding: 0 20px 0 50px;font-size: 14px;color: #999999;}
.searchbox .searchs .serbtn {position: absolute;width:20px;height:20px;top:8px;left:10px;box-sizing: border-box;background: url(../images/search-icon.png)no-repeat center;cursor: pointer;}


header.white {background: #FFFFFF;-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.25);box-shadow: 0px 0px 15px rgba(0,0,0,0.25);}
header.white .top-divider{padding-top:0;padding-bottom: 0;}
header.white .Navlist > ul > li > a{color:#333;}
header.white .Navlist > ul > li > a:hover, 
header.white .Navlist > ul > li > a.current {color: #f7ac1d;}
header .logo .wlogo{display: block}
header .logo .blogo{display: none}
header.white .logo .wlogo{display: none}
header.white .logo .blogo{display: block}
header.white .other{height: 0;opacity: 0;}
/*header.white .icon-search{filter:invert(1); -webkit-filter:invert(1);}
header.white .icon-guanbi{filter:invert(1); -webkit-filter:invert(1);}*/



@media screen and (max-width: 1280px){
.Navlist > ul > li > a{padding: 15px 18px;}
}
@media screen and (max-width:1024px) {
header{display:none;}
}


/*------------手机站导航开始----------*/
.wap {display: none;}
.top {max-width: 1920px;margin: 0 auto;position: fixed;right: 10px;top: 18px;width: 25px;height: 25px;z-index: 9999;}
.top>img {display: block;width: 100%;}
.wap-menu {position: relative;z-index: 99999;}
.wap-menu img {height: 25px;}
.close-menu {display: none;position: absolute;right: 0;top: 0;}

.m-headlang{position: fixed;right: 60px;top: 16px;width: 125px;height: 30px;box-sizing: border-box;border-radius: 5px;border: 1px solid #b0b0b0;align-items: center;justify-content: space-between;padding: 0 8px;color:#666;cursor: pointer;display: flex;flex-wrap: wrap;}
.m-headlang.on{border-bottom-left-radius:0;border-bottom-right-radius:0;}
.m-headlang p{font-size: 15px;line-height: 30px;font-family:"Arial";}
.m-headlang .bottom{position: absolute;top:100%;left: -1px;width:125px;border: 1px solid #b0b0b0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;display: none;overflow: hidden; }
.m-headlang .bottom li{padding: 0 8px;border-bottom:1px solid #b0b0b0; background: #fefefe;}
.m-headlang .bottom li:last-child{border-bottom: none;}
.m-headlang .bottom li a{line-height: 30px; color: #666;font-size: 14px;vertical-align: middle;padding-left:4px;}

@media screen and (max-width: 1024px){
.wap {display: block;}
.m-head {position: fixed;top: 0;left: 0;right: 0;background:#FFF;z-index: 999;padding: 10px;}
.m-logo {font-size: 0;}
.m-logo a {font-size: 0;line-height: 40px;display: block;}
.m-logo img {max-height: 40px;max-width: 80%;vertical-align: middle;}
.m-nav {position: fixed;top: 60px;right: -100%;bottom: 0;z-index: 999;background:#f7ac1d;overflow-y: scroll;width: 100%;max-width: 375px;}
.m-nav ul {padding: 0 15px;}
.m-nav ul li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);position: relative;}
.m-nav ul li>span.on {transform: rotateZ(90deg);}
.m-nav ul li ul {display: none;}
.m-nav ul li ul li {border: none;}
.m-nav>ul>li a {display: block;font-size: 14px;line-height: 20px;padding: 15px 0;position: relative;color: #fff;}
.m-nav>ul>li ul li a {padding: 10px 0;}
.m-nav>ul>li>span {position: absolute;width: 20px;height: 20px;background: url(../images/m-nav_down.png) no-repeat;background-size: 14px 14px;background-position: center center;right: 0;top: 15px;cursor: pointer;display: block;color: #fff;transition: all 0.3s;}
}




/*banner*/
.banner{width:100%;height:auto;overflow: hidden;}
.banner .swiper-container img{display:block; width:100%!important;image-rendering:pixelated;}
.banner .swiper-button-next, .banner .swiper-button-prev{display:none;}
.banner .swiper-button-next, .banner .swiper-button-prev{width:34px;height:63px;background-size:34px 63px;opacity:0.66;}
.banner .swiper-pagination-bullet {width:60px;height:3px;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:#f7ac1d;width: 0%;height: 3px;}
.banner .swiper-pagination-bullet-active:after {content: '';width: 100%;transition: all 1.2s;-webkit-transition: all 1.2s;-moz-transition: all 1.2s;height:3px;}

@media only screen and (max-width:1024px){
.banner{padding-top:60px;}
}




/*FOOTER*/
footer{width:100%;height:auto;overflow:hidden;background:url(../images/footer_bg.jpg)no-repeat center center;background-size: cover;}
footer .ftmin {padding-top: 90px;padding-bottom: 60px;overflow: hidden;}
.ft_contain{overflow: hidden;display:flex;flex-wrap:wrap;justify-content:space-between;}
.ft_bt h5{font-size:22px;color: #ffffff;position: relative;text-transform: uppercase;margin-bottom: 35px;line-height:1.6;}
.ft_bt h5:after{position: absolute;content: "";width: 25px;height: 2px;background:#f7ac1d;left:0; bottom: -4px;}

.ft_nav{width:50%;overflow:hidden;display:flex;flex-wrap:wrap;justify-content: space-evenly;}
.ft_navbox{width: 33%;}
.ft_nav_li {margin-bottom: 25px;height: auto;overflow: hidden;}
.ft_nav_li h5 {font-size:18px;margin-bottom:16px;font-weight: normal;color:#FFF;opacity:0.8;}
.ft_nav_li p{margin-bottom: 6px;transition: 0.36s;}
.ft_nav_li p a{display: block;color: #fff;font-size: 16px;line-height: 30px;}
.ft_nav_li p a:hover{color:#FFF;opacity:1;}

.ft_contact{width: 46%;overflow:hidden;box-sizing:border-box;}
.ft_contact .ft_contact_tel {display: block;overflow: hidden;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #878787;}
.ft_contact .ft_contact_tel li{padding-top: 5px;font-size: 16px;line-height: 22px;margin-bottom: 20px}
.ft_contact .ft_contact_tel li p{font-size:16px;color:#FFF;}
.ft_contact .ft_contact_tel li p i{padding-right: 20px;}
.ft_contact .sharemain {display: flex;flex-wrap: wrap;}
.ft_contact .sharemain a{width:50px;height:50px;line-height:52px;text-align:center;background:#505050;color:#ffffff;margin-right:10px;margin-bottom:10px;transition:0.3s;border-radius:2px;}
.ft_contact .sharemain a i{font-size:20px;}

.copyright{padding: 38px 0;color: #ffffff;font-size: 16px;line-height: 1.5;background: #222;}
.copyright .skinw{display:flex;align-items:center;justify-content:space-between;}
.copyright p{line-height:26px;letter-spacing:1px;}
.copyright p a{color:#FFF;}
.copyright p a:hover{text-decoration:underline;color:#f7ac1d;transition:0.5s;}
.otherinfo a{color:#FFF;}
.otherinfo a:hover{text-decoration:underline;color:#f7ac1d;transition:0.5s;}

@media only screen and (max-width:960px){
.ft_contact{width:100%;margin-bottom: 40px;}
.ft_nav{width:100%;justify-content: space-between}
}
@media only screen and (max-width:499px){
.ft_navbox {width:48%;}
.copyright p{text-align: center;}
}





