/*头部*/
.home-top { color:#fff; background:none; position:fixed; width:100%; z-index:1000;}
.home-top a { color:#fff;}
.home-top .navbar { padding-top:0; padding-bottom:0;}

/* header hover */
.home-top:not(.fixed-top):hover{ background:#fff;color:#222;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.home-top:not(.fixed-top):hover  a{color:#222;}
.home-top:not(.fixed-top):hover  .navbar-logo img{filter:none;}

.home-top.fixed-top{ background:#fff;color:#232323;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.home-top.fixed-top  a{color:#232323;}
.home-top.fixed-top .navbar-logo img{filter:none;}


.navbar-logo{ float: left; width: 15%;line-height: 90px;}
.navbar-logo img.logo{ max-width: 88%; filter: invert(100%) brightness(700%);}

.pcnav{float: left; margin: 0 5%; width:70%;}
.pcnav ul{}
.pcnav ul li{float: left;position: relative;font-size: 17px;text-align: center;height: 90px;line-height:90px; width: 16.666666%;}
.pcnav ul li a{display: block;color: #FFF;}
.pcnav ul li:hover a{color: #046d57;}
.pcnav ul li .subnav{box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:100%;z-index: 199;}
.pcnav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#046d57,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.pcnav ul li:hover .subnav{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.pcnav ul li .subnav a{color: #666;display: block;font-size: 14px;line-height: 48px;height: 48px;width: 100%;background: #fff;}
.pcnav ul li .subnav a:hover{color: #FFF;background: #046d57;}

.Searchico{float: left; width:5%;text-align: center; margin-top: 30px; cursor: pointer;}
.Searchico i{font-size: 22px;}

.searchbox{left: 0;right: 0; background:#fff;z-index: 999; display:none; position:absolute; top:90px; height: 90px;padding: 35px 30%;border-top: 1px solid #e7e7e7;}
.searchbox .input{width:90%; height:50px; line-height:50px; text-indent:1em;border: 1px solid #e7e7e7;}
.searchbox .input::-webkit-input-placeholder {color: #959595;}
.searchbox .btns { position:absolute;top:35px; width:90px; height: 51px;border: 0; background: #046d57;}
.searchbox .btns i{font-size: 16px;color:#FFF; line-height:20px;border: 0; cursor: pointer;}


/*底部信息*/
footer{overflow: hidden; background:#121514; padding: 30px 0;}

.foot-contact{float: left;overflow: hidden;  width: 40%;}
.foot-contact .img{ margin-bottom: 20px;}
.foot-contact .img img{ width: 220px;}
.foot-contact h3{font-size: 28px; color: #FFF;}
.foot-contact .text{display: block; margin: 10px 0; color: #FFF; }
.foot-contact .text p{display: block;  line-height: 26px; font-size: 14px;}


.footmenu{overflow: hidden;float: left;width:60%; margin: 20px 0;}
.footmenu ul{margin: 0;}
.footmenu ul li{float: left; width: 33.333333%;}
.footmenu ul li dt{ color: #FFF; font-size: 20px; padding-bottom: 20px; font-weight: bold; position: relative;}
.footmenu ul li dt::after{position: absolute; content: ""; width: 42px; height: 2px; background: #FFF;left: 0;top: 35px;}
.footmenu ul li a{color: #FFF; display: block;  line-height: 28px; font-size: 14px;}
.footmenu ul li a:hover{color: #046d57;}



.copy{overflow: hidden;background: #121514;padding: 25px 0;color: #FFF; border-top: 1px solid #2b3230;}
.copy-l{float: left; width: calc((100% - 100px));}
.copy-l a{color: #FFF;}
.copy-l a:hover{color: #046d57;}
.copy-r{float: left; width: 100px; color: #FFF;}


/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #FFF;border-radius: 1px;display: block;height: 3px;top: 0;left: 0;transition: all 0.3s ease;transform-origin: center center;width: 100%;position: absolute;}
#navToggle .line1 {top: 0;}
#navToggle .line2 {top: 50%;margin-top: -1px;}
#navToggle .line3 {top: auto;bottom: 0;}

#navToggle.active .line{top: 50%;bottom: auto; margin-top: -1px;}
#navToggle.active .line1{transform: rotate(45deg);}
#navToggle.active .line2{opacity: 0;filter: alpha(opacity=0);}
#navToggle.active .line3{transform: rotate(-45deg);}

.mobileMenu{display: none;position: fixed;top: 70px;left: 0;width: 100%;height: calc(100% - 70px);background-color: #fff;overflow-y: auto;z-index: 400;border-top: 1px solid #dcdcdc;}
.mobileMenu ul {background: #fff;}
.mobileMenu ul li{transform: translate3d(0, 10px, 0);transition: transform 0.4s ease, opacity 0.4s ease;opacity: 0;}
.mobileMenu.h-show ul li{opacity: 1;transform: translate3d(0, 0, 0);}

.menu-arrow{ font-size:30px; position: absolute;right: 15px;transform: rotate(-0deg);transition: all 0.4s;}
.menu_li.on .menu-arrow{ transform: rotate(90deg);color: #0f256e;} 
.menu-item{display: flex;flex-direction: row;height: 58px;align-items: center; padding-left: 20px;padding-right: 20px;border-bottom: 1px solid #dcdcdc;position: relative;transition: all .5s;}
.menu-item i{font-size: 20px;display: block;font-style: normal;}
.menu-item a{font-size: 18px;color: #000;padding-left: 10px;}
.menu-item:hover i, .menu-item:hover a{color: #046d57;}
.menu li.on .menu-item i{color: #046d57;}


.menu_dl{display: none; padding-left: 60px;padding-top: 10px; padding-bottom: 10px;border-bottom: 1px solid #dcdcdc;}
.menu_dl dd a{font-size: 16px;color: #333;line-height: 42px;}
.menu_dl dd a:hover{color: #046d57;}

.ovh-f{width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow: hidden;}
.menu-itemtit{display: flex;}
.Mobile-Foot{display: none;}


@media (min-width:1200px) and (max-width:1366px) {
    



}

@media (min-width:1024px) and (max-width:1200px) {
    
#navToggle{display: block; margin-top: 25px;}

.home-top:not(.fixed-top):hover  #navToggle .line {background: #046d57;}
.home-top.fixed-top  #navToggle .line {background: #046d57;}

.pcnav{display: none;}
.home-top{height: 70px;}
.home-top.fixed-top{height: 70px;}
.navbar-logo {line-height: 70px;}
.Searchico{display: none;}



}

@media (min-width:768px) and (max-width:1023px) {

#navToggle{display: block; margin-top: 25px;}

.home-top:not(.fixed-top):hover  #navToggle .line {background: #046d57;}
.home-top.fixed-top  #navToggle .line {background: #046d57;}
.pcnav{display: none;}
.home-top{height: 70px;}
.home-top.fixed-top{height: 70px;}
.navbar-logo {line-height: 70px;}
.Searchico{display: none;}


    
}
@media screen and (max-width:767px) {

#navToggle{display: block; margin-top: 25px;}

.home-top:not(.fixed-top):hover  #navToggle .line {background: #046d57;}
.home-top.fixed-top  #navToggle .line {background: #046d57;}
.pcnav{display: none;}
.Searchico{display: none;}
.home-top{height: 70px;}
.home-top.fixed-top{height: 70px;}
.navbar-logo {line-height: 70px; width: 40%;}

.footmenu{display: none;}
.foot-contact{width: 100%;}
.copy{padding: 25px 0 60px 0;}
.copy-l{width: 100%;}
.copy-r{width: 100%;}


.Mobile-Foot{position:fixed; display: block; left:0; bottom:0; background-color:#FFF; width:100%; border-top:3px solid #046d57; z-index: 99999;}
.Mobile-Foot ul {width:100%; overflow:hidden; padding:10px 0;}
.Mobile-Foot ul li{ float:left; width:25%; text-align:center; margin:0 auto;}
.Mobile-Foot ul li span{color: #333; font-size: 15px;}
.Mobile-Foot ul li i{font-size: 18px; margin-right: 8px; color: #046d57;}
.Mobile-Foot ul li a{color: #333; }


}