/*头部*/
header{width: 100%; height: 90px;}
header .navbar-logo{ float: left; width: 210px; margin-top: 16px;}
header .navbar-logo img{max-width: 100%;}

.header-right{float: left; width: calc((100% - 210px));}

.pcnav{}
.pcnav ul{  margin-left:5vw; }
.pcnav ul li{float: left;position: relative;font-size: 18px;text-align: center;height: 90px;line-height:90px; width: 16.6%;}
.pcnav ul li a{display: block;color: #333;}
.pcnav ul li:hover a{color: #167839;}
.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:150px;z-index: 199;}
.pcnav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#2e6ba5,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: 46px;height: 46px;width: 100%;background: #fff;}
.pcnav ul li .subnav a:hover{color: #FFF;background: #167839;}


/*底部信息*/
footer{overflow: hidden; background:#f7f7f7; padding: 3vw 0; margin-top: 2vw;}

.foot-contact{overflow: hidden; text-align: center; margin-bottom: 20px;}
.foot-contact .img{overflow: hidden;}
.foot-contact .img img{max-width: 100%; border: 1px solid #e7e7e7;}
.foot-contact .text{display: block; margin: 10px 0;line-height: 26px; font-size: 14px;}



.copy{overflow: hidden;padding: 15px 0 60px 0;color: #333; border-top: 1px solid #777; font-size: 14px; text-align: center;}
.copy a{color: #333;}
.copy a:hover{color: #167839;}


/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #167839;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: 999;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: 7vw;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: 0 9vw; 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: 16px;color: #000;padding-left: 10px;}
.menu-item:hover i, .menu-item:hover a{color: #167839;}
.menu li.on .menu-item i{color: #167839;}


.menu_dl{display: none; padding-left:12vw;padding-top: 10px; padding-bottom: 10px;border-bottom: 1px solid #dcdcdc;}
.menu_dl dd a{font-size: 15px;color: #333;line-height: 42px;}
.menu_dl dd a:hover{color: #167839;}

.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:1024px) and (max-width:1200px) {
    
#navToggle{display: block; margin-top: 25px;}
.header-right{display: none;}
header{ height:70px; }
header .navbar-logo{width: 140px;}


}

@media (min-width:768px) and (max-width:1023px) {

#navToggle{display: block; margin-top: 25px;}
.header-right{display: none;}
header{ height:70px; }
header .navbar-logo{width: 140px;}




    
}
@media screen and (max-width:767px) {

#navToggle{display: block; margin-top: 25px;}
.header-right{display: none;}
header{ height:70px; }
header .navbar-logo{width: 140px;}


.Mobile-Foot{position:fixed; display: block; left:0; bottom:0; background-color:#FFF; width:100%; border-top:3px solid #167839; z-index: 99999;}
.Mobile-Foot ul {width:100%; overflow:hidden; padding:15px 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: #167839;}
.Mobile-Foot ul li a{color: #333; }


}