@charset "utf-8";

/* top */
.topbox{background: #f5f5f5;line-height: 25px;color: #808080;border-bottom: 1px solid #f0f0f0;z-index: 99;}
.topbox .left{width: 48%;float: left;padding: 7px 0;}
.topbox .right{max-width: 48%;float: right;}
.topbox .right span{float: left;padding: 7px 0 7px 25px;font-size: 15px;background: none left center no-repeat;}
.topbox .right span.tdh{background-image: url(../images/icon1.png);}
.topbox .right span.tyx{background-image: url(../images/icon2.png);}
.topbox .right a{float: left;padding: 7px 0;}
.topbox .right em{float: left;width: 25px;height: 39px;background: #999;border: 12px solid #f5f5f5;}

@media only screen and (max-width:1024px){
.topbox{display: none;}
}

/* head */
.headbox{width: 100%;max-width: 1920px;height: 0;margin: 0 auto 100px;position: relative;z-index: 9;}
.headbox .page_max_box{height: 100px;background: #fff;position: absolute;left: 0;top: 0;box-shadow: 0 5px 15px rgba(0,0,0,.1);}
.headbox .page_main_box{padding-left: 280px;height: 100%;}

.headbox .logo{height: 100%;position: absolute;left: 0;top: 0;z-index: 1;}
.headbox .logo a{display: block;height: 100%;padding: 10px 0;}
.headbox .logo a p{height: 60px;position: relative;top: 50%;margin-top: -30px;}
.headbox .logo a p img{height: 100%;}

@media only screen and (min-width:1025px){
.headbox.nav_fixed,
.headbox{margin-bottom: 90px;}
.headbox.nav_fixed .page_max_box,
.headbox .page_max_box{height: 90px;}
}
@media only screen and (min-width:1251px){
.headbox{margin-bottom: 100px;}
.headbox .page_max_box{height: 100px;}
}
@media only screen and (min-width:1441px){
.headbox{margin-bottom: 110px;}
.headbox .page_max_box{height: 110px;}
}
@media only screen and (max-width:1024px){
.headbox{margin: 0;}
.headbox .page_max_box{height: 60px;position: fixed;left: 0;top: 0;z-index: 999999;}
.headbox .page_main_box{width: 100%;}
.headbox .logo{width: 100%;padding-left: 15px;background: #fff;box-shadow: 0 5px 15px rgba(0,0,0,.1);}
.headbox .logo a p{height: 100%;top: 0;margin: 0;}
}
@media only screen and (max-width:768px){
.headbox .page_max_box{height: 50px;}
.headbox .logo{padding-left: 10px;}
.headbox .logo a{padding: 5px 0;}
}


/* nav */
.navbox ul li{position: relative;z-index: 1;}
.navbox ul li a{display: block;width: 100%;line-height: 20px;padding: 0 5px;overflow: hidden;white-space: nowrap;}
.navbox ul li.active{z-index: 5;}

@media only screen and (min-width:1025px){
.navbox{width: 100%;max-width: 850px;height: 100%;float: right;}
.navbox ul{height: 100%;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: flex;flex-wrap: nowrap;}
.navbox ul li{width: 14.285%;height: 100%;float: left;flex-shrink: 0;text-align: center;padding: 0 5px;}
.navbox ul li > a{font-size: 15px;padding: 8px 5px;border-radius: 20px;position: relative;top: 50%;margin-top: -18px;font-weight: 600;}
.navbox ul li > em{display: block;position: absolute;width: 100%;height: 0;left: 0;bottom: -5px;margin-top: 20px;color: #1b73b3;overflow: hidden;}
.navbox ul li > em svg{height: 18px;font-size: 16px;}

.navbox ul li dl{width: 140px;border-radius: 5px;box-shadow: 0 2px 10px rgba(0,0,0,.2);position: absolute;left: 50%;top: 100%;margin: 5px 0 0 -70px;opacity: 0;z-index: 1;}
.navbox ul li dl dd{position: relative;z-index: 1;}
.navbox ul li dl dd > a{height: 0;color: #fff;background: rgba(10,90,150,.9);}
.navbox ul li dl dd:first-child > a{border-radius: 5px 5px 0 0;}
.navbox ul li dl dd:last-child > a{border-radius: 0 0 5px 5px;}

.navbox ul li dl dd div{min-width: 150px;padding: 0 10px;background: #fff;border: 0px solid #ddd;border-radius: 5px;box-shadow: 0 2px 10px rgba(0,0,0,.1);position: absolute;left: 100%;top: 0;margin-left: 10px;opacity: 0;}
.navbox ul li dl dd div a{text-align: left;height: 0;border-top: 0 dotted #ccc;}
.navbox ul li dl dd div a:first-child{border: none;}
.navbox ul li dl dd em{width: 0;height: 100%;position: absolute;left: 100%;top: 0;margin-left: 11px;overflow: hidden;z-index: -1;}
.navbox ul li dl dd em i{width: 20px;height: 20px;background: #1b73b3;position: absolute;left: 7px;top: 50%;margin-top: -10px;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);transform: rotateZ(45deg);}

.navbox ul li dl dd:hover{z-index: 5;}
.navbox ul li dl dd:hover > a{background: #c34;}
.navbox ul li dl dd:hover div{padding: 4px 14px;border-width: 1px;opacity: 1;}
.navbox ul li dl dd:hover div a{height: 35px;padding: 7px 5px;border-top-width: 1px;}
.navbox ul li dl dd:hover em{width: 11px;margin-left: 0;}

.navbox ul li.active > a{background: #1b73b3;color: #fff;}
.navbox ul li:hover > em{height: 20px;padding-top: 2px;margin-top: 0px;}
.navbox ul li:hover dl{opacity: 1;top: 100%;}
.navbox ul li:hover dl dd > a{padding: 10px 5px;height: 40px;margin-top: 1px;}
.navbox ul li:hover dl dd:first-child > a{margin: 0;}
}
@media only screen and (min-width:1251px){
.navbox ul li > a{padding: 10px 5px;margin-top: -20px;}
.navbox ul li dl{width: 160px;margin-left: -80px;}
}
@media only screen and (max-width:1024px){
.navbox{width: 100%;height: 0;overflow: hidden;background:#292d33;position:fixed;left: 0;top:0;z-index: 0;}
.navbox.nav_on{height:100%;}

.navbox ul{width:100%;height:calc(100vh - 130px);overflow-y:auto;position:absolute;left:0;top:70px;padding:0 2%;flex-wrap: wrap;}
.navbox ul li{width:100%;border-bottom:1px solid rgba(255,255,255,.2);-webkit-transition: .5s;transition: .5s;position: relative;}
.navbox ul li > a{line-height: 50px;padding: 0 10px;font-size: 15px;color: #fff;}
.navbox ul li > span{display: block;width: 50px;height: 50px;position: absolute;top: 0;right: 0;text-align: center;line-height: 50px;color: rgba(255,255,255,.5);font-size: 16px;z-index: 0;}
.navbox ul li > span svg{height: 50px;line-height: 50px;}

.navbox ul li dl{display: block;width: 100%;position: absolute;left: 0;top: 100%;background: #0056b3;opacity: 0;overflow: hidden;}
.navbox ul li dl dd{background: #fff;position: relative;}
.navbox ul li dl dd > a{line-height: 40px;height: 0;background: #1b73b3;padding: 0 15px;color: #fff;}
.navbox ul li dl dd em{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.navbox ul li dl dd div{width: 100%;padding: 0 5px 0 15px;overflow: hidden;}
.navbox ul li dl dd div a{width: auto;height: 0;line-height: 20px;padding: 0 14px;background: #fafafa;border: 0 solid #ddd;border-radius: 3px;float: left;margin-right: 10px;}
.navbox ul li dl dd:hover > a{background: #c34;font-weight: 600;}
.navbox ul li dl dd:hover em{width: 0;}
.navbox ul li dl dd:hover div{padding: 15px 15px 5px;}
.navbox ul li dl dd:hover div a{height: 30px;border-width: 1px;margin-bottom: 10px;padding: 4px 14px;}

.navbox ul li.active > a{color: #218cd9;font-weight: 600;}
.navbox ul li.dl_show > span{-webkit-transform: rotateZ(-180deg);-moz-transform: rotateZ(-180deg);transform: rotateZ(-180deg);color: #fff;}
.navbox ul li.dl_show dl{opacity: 1;}
.navbox ul li.dl_show dl dd{margin-bottom: 1px;}
.navbox ul li.dl_show dl dd > a{height: 40px;}
}
@media only screen and (max-width:768px){
.navbox ul{height:calc(100vh - 120px);top:60px;}
}

/*banner*/
.bannerpic{padding-bottom: 450px;}

@media only screen and (max-width:1250px){
.bannerpic{padding-bottom: 36%;}
}
@media only screen and (max-width:1024px){
.banner{padding-top: 60px;}
}
@media only screen and (max-width:768px){
.banner{padding-top: 50px;}
}

/* search */
.searchbox{padding: 20px 0;background: #f5f5f5;}
.searchbox .txtbox{width: 68%;padding: 10px 0 10px 100px;position: relative;float: left;line-height: 20px;}
.searchbox .txtbox .tit{position: absolute;left: 0;top: 50%;margin-top: -10px;}
.searchbox .txtbox p{width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.searchbox .search{width: 30%;max-width: 400px;float: right;position: relative;}
.searchbox .search p{width: 100%;border: 1px solid #1b73b3;background: #fff;border-radius: 20px;padding: 11px 15px 9px;}
.searchbox .search p input{display: block;width: 100%;line-height: 18px;}
.searchbox .search em{width: 80px;height: 100%;background: #1b73b3;border-radius: 20px;position: absolute;right: 0;top: 0;z-index: 5;}
.searchbox .search em input{display: block;width: 100%;height: 100%;background: url(../images/icon3.png) center no-repeat;cursor: pointer;}
.searchbox .search span{width: 80px;height: 100%;position: absolute;right: 0;top: 0;z-index: 6;cursor: pointer;}
.searchbox .search:hover span{width: 0;}
.searchbox .search em:hover{background: #c34;}

@media only screen and (max-width:1440px){
.searchbox .txtbox{padding: 8px 0 8px 100px;}
.searchbox .search p{padding: 8px 15px;}
.searchbox .search em,
.searchbox .search span{width: 70px;}
}
@media only screen and (max-width:1024px){
.searchbox{padding-bottom: 10px;}
.searchbox .search{width: 100%;max-width: 100%;}
.searchbox .search em,
.searchbox .search span{width: 80px;}
.searchbox .txtbox{width: 100%;padding-left: 85px;margin-top: 5px;}
.searchbox .txtbox p{overflow-x: auto;text-overflow: clip;}
}
@media only screen and (max-width:425px){
.searchbox{padding: 15px 0 5px;}
.searchbox .search p{padding: 8px 15px 6px;}
.searchbox .search em,
.searchbox .search span{width: 65px;}
.searchbox .txtbox{margin: 0;}
}

/* foot */
.footbox{color: rgba(255,255,255,.65);line-height: 30px;background:#282b2e url(../images/bg6.jpg) center top no-repeat;}
.footbox a{color: rgba(255,255,255,.75);}
.footbox a:hover{color: #fff;}

.footbox .txt_con{padding: 60px 0 70px;}
.footbox .txt_con .titl{width: 100%;padding-bottom: 25px;color: #fff;font-size: 18px;line-height: 20px;}
.footbox .txt_con .list a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.footbox .txt_con .txt{width: 16%;float: left;flex-shrink: 0;padding: 0 1.5% 0 4%;position: relative;}
.footbox .txt_con .txt::before{content: "";width: 1px;height: 20px;background: #fff;position: absolute;left: 0;top: 0;z-index: 5;}
.footbox .txt_con .txt::after{content: "";width: 1px;height: 100%;background: rgba(255,255,255,.2);position: absolute;left: 0;top: 0;}

.footbox .txt_con .txt.txt1{width: 12%;padding-left: 0;}
.footbox .txt_con .txt.txt1::before,
.footbox .txt_con .txt.txt1::after{content: none;}
.footbox .txt_con .txt2{width: 20%;}

.footbox .txt_con .ewm{width: 36%;float: left;flex-shrink: 0;}
.footbox .txt_con .ewm .con{float: right;padding-left: 170px;position: relative;max-width: 100%;}
.footbox .txt_con .ewm .con .pic{width: 150px;position: absolute;left: 0;top: 0;}
.footbox .txt_con .ewm .con .pic em{display: block;width: 100%;}
.footbox .txt_con .ewm .con .pic em img{width: 100%;}
.footbox .txt_con .ewm .con .pic span{display: block;text-align: center;}
.footbox .txt_con .ewm .con .text{padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,.5);font-size: 15px;}
.footbox .txt_con .ewm .con .text span{display: block;line-height: 24px;}
.footbox .txt_con .ewm .con .text em{font-size: 30px;font-style: normal;line-height: 40px;color: #fff;white-space: nowrap;display: block;margin: 0 0 10px -4px;}
.footbox .txt_con .ewm .con .text p{white-space: nowrap;}

.footbox .bottom{width: 100%;padding: 25px 0;line-height: 25px;text-align: center;background: #191919;}
.footbox .bottom p{display: inline;padding: 0 3px;}
.footbox .bottom .p_tech{white-space: nowrap;}

@media only screen and (max-width:1440px){
.footbox .txt_con{padding: 60px 1% 65px;}
}
@media only screen and (max-width:1250px){
.footbox .txt_con{padding: 50px 1% 55px;}
.footbox .txt_con .titl{padding-bottom: 15px;}
.footbox .txt_con .txt{padding-left: 3%;}
.footbox .txt_con .txt.txt1{width: 13%;}
.footbox .txt_con .ewm{width: 35%;}
.footbox .txt_con .ewm .con{padding-left: 145px;}
.footbox .txt_con .ewm .con .pic{width: 130px;}
.footbox .txt_con .ewm .con .text{padding-bottom: 10px;font-size: 14px;}
.footbox .txt_con .ewm .con .text em{margin-bottom: 5px;}
.footbox .txt_con .ewm .con .text p{line-height: 25px;}
}
@media only screen and (max-width:1024px){
.footbox .txt_con{display: none;}
.footbox .bottom .txt2{display: block;}
}
@media only screen and (max-width:768px){
.footbox .bottom{padding: 20px 0;}
.footbox .bottom .txt1{display: inline;}
.footbox .bottom .txt2{display: none;}
}
@media only screen and (max-width:480px){
.footbox .bottom{padding: 15px 0;}
}