@charset "utf-8";

/* top */
.topbox{background: #f0f0f0;color: #666;line-height: 40px;z-index: 9;}
.topbox .left{width: 60%;float: left;}
.topbox .right{max-width: 36%;float: right;}
.topbox .right p{float: left;padding: 0 10px;position: relative;}
.topbox .right p img{width: 0;height: 0;opacity: 0;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s;position: absolute;left: 50%;top: 100%;margin-left: 0;}
.topbox .right p:hover img{width: 120px;height: 120px;opacity: 1;border: 1px solid #ddd;margin-left: -60px;box-shadow: 0 5px 15px rgba(0,0,0,.1);}
.topbox .right a{float: left;padding: 0 10px;color: #666;}
.topbox .right a:hover{color: #008c46;}
.topbox .right em{float: left;height: 12px;width: 1px;background: #999;margin-top: 14px;}

@media only screen and (max-width:1024px){
.topbox{display: none;}
}

/* headbox */
.headbox{height: 120px;background: #fff;}
.headbox .page_main_box{height: 100%;}
.headbox .logo{height: 100%;float: left;padding: 35px 0 0 240px;position: relative;z-index: 1;}
.headbox .logo a{height: 100%;position: absolute;left: 0;top: 0;padding: 10px 0;}
.headbox .logo a *{height: 100%;}
.headbox .logo a p{height: 100%;max-height: 50px;}
.headbox .logo a .llogo{background: url(../images/icon1.png) right center no-repeat;padding-right: 25px;position: relative;top: 50%;margin-top: -25px;}
.headbox .logo a .mlogo{display: none;}
.headbox .logo strong{font-size: 25px;display: block;line-height: 30px;}
.headbox .logo em{font-size: 15px;display: block;line-height: 20px;color: #666;font-style: normal;}

.headbox .telbox{height: 100%;float: right;padding: 25px 0 0 70px;position: relative;z-index: 2;}
.headbox .telbox em{width: 40px;height: 40px;border-radius: 20px;background: #008c46 url(../images/icon2.png) center no-repeat;position: absolute;left: 20px;top: 50%;margin-top: -20px;}
.headbox .telbox p{font-size: 25px;line-height: 1;color: #008c46;}
.headbox .telbox span{display: block;color: #808080;line-height: 20px;}

.headbox .search{width: 70px;height: 40px;float: right;position: relative;top: 50%;margin-top: -20px;z-index: 10;}
.headbox .search *{height: 100%;}
.headbox .search form{width: 100%;position: relative;}
.headbox .search p{width: 360px;box-shadow: 0 0 15px rgba(128,128,128,.1);border: 1px solid #008c46;border-radius: 20px;overflow: hidden;position: absolute;right: 0;top: 0;z-index: 1;}
.headbox .search p input{display: block;width: 100%;padding: 9px 19px;background: #fff;}
.headbox .search em{display: block;width: 100%;background: #008c46;border-radius: 20px;position: relative;z-index: 2;}
.headbox .search em input{display: block;width: 100%;background: url(../images/icon3.png) center no-repeat;cursor: pointer;}
.headbox .search span{position: absolute;width: 100%;right: 0;top: 0;z-index: 3;}

.headbox .search:hover span{width: 0;}

@media only screen and (max-width:1250px){
.headbox .telbox em{left: 15px;}
.headbox .search{width: 40px;}
.headbox .search p{width: 100%;opacity: 0;}
.headbox .search:hover{width: 70px;}
.headbox .search:hover p{width: 360px;opacity: 1;}
}
@media only screen and (max-width:1024px){
.headbox{height: 60px;box-shadow: 0 5px 15px rgba(0,0,0,.1);position: fixed;left: 0;top: 0;z-index: 999999;}
.headbox .page_main_box{width: 100%;}
.headbox .logo{padding: 0 0 0 15px;}
.headbox .logo a{float: left;position: relative;}
.headbox .logo a .mlogo{display: block;}
.headbox .logo a .llogo,
.headbox .logo strong,
.headbox .logo em,
.headbox .telbox{display: none;}
.headbox .search{right: 65px;margin-top: -18px;width: 36px;height: 36px;}
.headbox .search p input{padding: 7px 17px;}
}
@media only screen and (max-width:768px){
.headbox{height: 50px;}
.headbox .logo{padding-left: 10px;}
.headbox .logo a{padding: 8px 0;}
.headbox .search{right: 55px;margin-top: -15px;width: 30px;height: 30px;}
.headbox .search p input{padding: 4px 14px;}
.headbox .search:hover{width: 60px;}
.headbox .search:hover p{width: 320px;}
}
@media only screen and (max-width:480px){
.headbox .search{right: 50px;}
.headbox .search:hover{right: 5px;}
.headbox .search:hover p{width: 310px;}
}

/* navbox */
.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;text-overflow: ellipsis;}
.navbox ul li.active{z-index: 5;}

@media only screen and (min-width:1025px){
.navbox{width: 100%;max-width: 1920px;height: 0;margin: 0 auto;position: relative;z-index: 9;}
.navbox .page_max_box{height: 50px;background: #15338c;position: absolute;left: 0;top: 0;}
.navbox ul{height: 100%;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: flex;flex-wrap: nowrap;}
.navbox ul li{width: 12.5%;height: 100%;float: left;flex-shrink: 0;text-align: center;position: relative;z-index: 1;margin-left: -1px;background: url(../images/icon4.png) left center no-repeat;}
.navbox ul li:first-child{background-image: none;}
.navbox ul li > a{color: #fff;font-size: 15px;position: relative;padding: 15px 5px;background: url(../images/bg_icon1.png) center no-repeat;background-size: 100% 100%;}
.navbox ul li > em{display: block;position: absolute;width: 100%;height: 0;left: 0;top: 100%;margin-top: 20px;color: #00a653;overflow: hidden;}
.navbox ul li > em svg{height: 18px;font-size: 16px;}

.navbox ul li dl{width: 100%;border-radius: 5px;box-shadow: 0 2px 10px rgba(0,0,0,.2);position: absolute;left: 0;top: 150%;margin-top: 20px;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(0,140,70,.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: #00a653;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: #fa0;}
.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{font-weight: 600;background: url(../images/bg_icon2.png);}
.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 dl{width: 150px;left: 50%;margin-left: -75px;}
}
@media only screen and (max-width:1024px){
.navbox{width: 100%;height: 0;overflow: hidden;position:fixed;left: 0;top:0;background:#292d33;z-index: 99999;}
.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: #008c46;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: #00994d;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: #fa0;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: #00b359;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*/
.banner{padding-top: 50px;}
.bannerpic{padding-bottom: 450px;}

@media only screen and (max-width:1250px){
.bannerpic{padding-bottom:35%;}
}

/* foot */
.footbox{color: rgba(255,255,255,.75);line-height: 30px;background:#2d2d2d;}
.footbox a{color: rgba(255,255,255,.75);}
.footbox a:hover{color: #fff;}

.footbox .txt_con{padding: 70px 0;}
.footbox .txt_con .titl{width: 100%;padding-bottom: 25px;color: #fff;font-size: 18px;line-height: 20px;}
.footbox .txt_con ul a{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.footbox .txt_con .txt{width: 25%;float: left;flex-shrink: 0;padding: 0 4%;}
.footbox .txt_con .txt.txt1{width: 18%;padding-left: 0;border: none;}
.footbox .txt_con .txt1 .list p{width: 50%;float: left;}
.footbox .txt_con .txt2{width: 39%;}
.footbox .txt_con .txt2 ul{margin: 0 -5px;}
.footbox .txt_con .txt2 ul li{width: 33.333%;padding: 5px;float: left;text-align: center;max-width: 130px;}
.footbox .txt_con .txt2 ul li a{display: block;border: 1px solid #666;line-height: 34px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;border-radius: 3px;background: rgba(0,0,0,.25);}
.footbox .txt_con .txt2 ul li:hover a{background: #008c46;border-color: #008c46;}
.footbox .txt_con .txt3{width: 18%;}

.footbox .txt_con .ewm{width: 25%;float: left;flex-shrink: 0;margin: -10px 0;}
.footbox .txt_con .ewm .con{max-width: 216px;float: right;}
.footbox .txt_con .ewm .con img{max-width: 100%;}
.footbox .txt_con .ewm .logo{padding-bottom: 19px;border-bottom: 1px solid #666;}
.footbox .txt_con .ewm .con .cont{margin: 15px -8px 0;}
.footbox .txt_con .ewm .con .cont p{width: 50%;padding: 0 8px;float: left;text-align: center;}

.footbox .bottom{width: 100%;padding: 25px 0;line-height: 25px;text-align: center;background: #191919;}
.footbox .bottom p{display: inline;padding: 0 3px;}

@media only screen and (max-width:1440px){
.footbox .txt_con{padding: 60px 1%;}
}
@media only screen and (max-width:1250px){
.footbox .txt_con .txt{padding: 0 3%;}
.footbox .txt_con .txt2{width: 42%;}
.footbox .txt_con .txt3{width: 15%;}
}
@media only screen and (max-width:1024px){
.footbox .txt_con{display: none;}
.footbox .bottom{padding: 20px 0;}
}
@media only screen and (max-width:768px){
.footbox .bottom .txt{display: none;}
}
@media only screen and (max-width:480px){
.footbox .bottom{padding: 15px 0;}
}