@charset "utf-8";
/* CSS Document */
.main {margin-left:160px;margin-right:160px;}
.skinw{margin-left:160px;margin-right:160px;}
.container {width: 100%;padding:60px 0;}

@media screen and (max-width:1580px) {
.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:50px 0;}
}
@media screen and (max-width:767px){
.main{margin-left:15px;margin-right:15px;}
.skinw{margin-left:15px;margin-right:15px;}
.container {padding:50px 0;}
}



header{width: 100%;height:100px;position: fixed;top: 0;transition: 0.5s;z-index: 100;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
header .main{height: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.logo{}

.headcolumn{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}

.Navlist{border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.Navlist .nav{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.Navlist .nav > li{display:block;height:100px;line-height:100px;padding: 0 30px;position: relative;}
.Navlist .nav > li > a{display: block;color:#FFF;font-size:18px;position: relative;}
.Navlist .nav > li > a:hover, .Navlist .nav > li.current > a{color:#f07e2d;}
.Navlist .nav > li span{position: absolute;bottom: 0;left: 0;width: 0;height:3px;background:#f07e2d;transition: width .5s;display:block;}
.Navlist .nav > li:hover span, .Navlist .nav > li.current span {width: 100%;}
.Navlist .nav > li:hover .nav_son{opacity:1; visibility:visible; margin-top:0}
.Navlist .nav > li .nav_son{width:150px;position: absolute;top: 100%;left: 50%;margin-left: -75px;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{padding-top: 15px;margin-top: 0px;padding-bottom: 15px;margin-bottom: 0px;}
.Navlist .nav_son ul li{width:100%;text-align:center;}
.Navlist .nav_son ul li a{display: block;border-color:#fff;line-height: 20px;font-size: 14px;padding:10px 5px;}
.Navlist .nav_son ul li a:hover{background:#f07e2d;color:#ffffff;}

.other{display: flex;flex-wrap: wrap;align-items: center;}
.sousuo{display:flex;width:36px;margin-left:10px;margin-right:10px; 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: 100%;top:100px;text-align: center;z-index:10;position: fixed;background:#ee7d2d;box-shadow: 0 3px 6px rgba(0,0,0,0.1);border-top: 1px solid #f5f5f5;}
.displaynone {display: none;}
.searchbox .main{padding:60px 15px;}
.searchbox .searchs {width: 90%;margin:0 auto;position: relative;padding: 10px;background: rgba(255, 255, 255, 0.2);border-radius: 50px;}
.searchbox .searchs .sertext {border-radius:50px;display: block;padding: 0;outline: 0;padding-left: 20px;width: 100%;float: left;color: #a2a2a2;font-size: 18px;height: 66px;line-height: 66px;transition: 0.4s;box-sizing: border-box;background: #efefef;}
.searchbox .serbtn {position: absolute;width:60px;height: 63px;top: 11px;right: 11px;box-sizing: border-box;background: url(../images/search-icon.png)no-repeat center;cursor: pointer;border-radius:3px;}


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 .logo .wlogo{display: block}
header .logo .blogo{display: none}
header.white .logo .wlogo{display: none}
header.white .logo .blogo{display: block}
header.white .icon-search{filter:invert(1); -webkit-filter:invert(1);}
header.white .icon-guanbi{filter:invert(1); -webkit-filter:invert(1);}
header.white .Navlist .nav > li > a{color: #333;}
header.white .Navlist .nav > li > a:hover, 
header.white .Navlist .nav > li.current > a{color:#f07e2d;}

@media screen and (max-width: 1580px){
.Navlist .nav > li{padding:0 26px;}
}
@media screen and (max-width:1280px) {
.Navlist .nav > li{padding:0 20px;}
}
@media screen and (max-width:1180px) {
.Navlist .nav > li{padding:0 12px;}
}
@media screen and (max-width:1080px) {
.Navlist .nav > li{padding:0 8px;}
}
@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;}

@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:#f07e2d;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:#ee7d2d;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/footbg.jpg) no-repeat center center;background-size: cover;}

.ft_contain{padding:80px 0 50px;overflow: hidden;display:flex;flex-wrap:wrap;justify-content:space-between;/*align-items: center;*/}
.ft_bt h5{margin-bottom:20px;font-weight: normal;color:#FFF;}
.ft_bt h5 span{display: block;height:auto;line-height:1.3;font-size:18px;color: #FFF;font-weight: normal;}

.ft_nav{width:75%;overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;}
.ft_navbox{width:16%;}
.ft_nav_li {margin-bottom: 25px;height: auto;overflow: hidden;}
.ft_nav_li p{padding:5px 0;transition: 0.36s;}
.ft_nav_li p a{color:#FFF;font-size:14px;line-height:1.5;opacity:0.68;}
.ft_nav_li p a:hover{color:#FFF;opacity:1;}

.ft_contact{width:25%;overflow:hidden;box-sizing:border-box;}
.flogo{display: block;width: 100%;}
.flogo img{display: block;}
.ft_contact .ft_contact_box{display: flex;flex-wrap: wrap;flex-direction: row;width:80%;margin-right: 0px;margin-left: auto;}
.ft_contact .ft_contact_tel {display: block;overflow: hidden;border-top: 1px solid #686868;padding-top:30px;margin-top:30px;}
.ft_contact .ft_contact_tel li{padding-bottom:10px;font-size:16px;line-height: 22px;}
.ft_contact .ft_contact_tel li p{font-size:16px;color:#FFF;}
.ft_contact .ft_contact_tel li p span{font-size:16px;color:#FFF;display: block;}
.ft_contact .ft_contact_tel li p em{display: block;line-height:1.2; font-size:32px;color:#FFF;font-weight:normal;font-family:"Impact";}

.copyright{padding:28px 0;color: #cacaca;font-size:15px;line-height:1.5;border-top:1px solid #3e3e3e;}
.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;}
.otherinfo a{color:#cacaca;}
.otherinfo a:hover{text-decoration:underline;color:#FFF;transition:0.5s;}


@media only screen and (max-width:860px){
.ft_nav{display: none;}
.ft_contact {width:100%;}
.ft_contact .ft_contact_box{width: 86%;display: block;margin: auto;text-align: center;}
.flogo img{margin: auto;}
.copyright .skinw {display: block;text-align: center;}
}
@media only screen and (max-width:499px){

}