/*头部*/
header{overflow: hidden;height: 100px; background: #FFF; width: 100%; z-index: 999;}
.navbar-logo{ float: left; width: 350px;}
.navbar-logo h1{ float: left; width: 100px;}
.navbar-logo h1 img{max-width: 100%;}
.navbar-logo .name{ float: left; font-size: 22px; font-weight: bold; color: #333; margin-top: 20px; margin-left: 10px; width: 240px;}


.tel{float:right; width: 300px; margin-top: 16px;}
.tel i{float: left;font-size: 38px;margin: 0 15px;color: #f48f2e;}
.tel b{float: left; font-size: 20px; font-weight: bold; margin-top: 14px;color: #333;}

.pcnavbg{overflow: hidden; background: #f48f2e;}
.pcnav{}
.pcnav ul{}
.pcnav ul li{float: left;font-size: 16px;height: 60px;line-height:60px; font-weight: bold; width: 9%; text-align: center;}
.pcnav ul li a{display: block;color: #FFF;}
.pcnav ul li:hover{ background: #da7e25;}


/*底部信息*/
footer{overflow: hidden; background: #222;}

.foot-contact{float: left;overflow: hidden; width: 25%; margin-bottom: 30px;}
.foot-contact h2{font-size: 22px; color: #FFF;margin-bottom: 10px;}
.foot-contact{display: block; margin: 10px 0; color: #FFF; line-height: 26px; font-size: 14px;}

.foot-wx{float: left;  width: 25%; margin-bottom: 30px; }
.foot-wx ul{}
.foot-wx ul li{float: left; width: 48%; margin: 0 1%; text-align: center;}
.foot-wx ul li span{display: block; padding: 8px 0; color: #FFF;}
.foot-wx ul li img{width: 120px;}

.foot-menu{float: left;overflow: hidden;  width:45%; margin-bottom: 30px; margin-left: 5%;}
.foot-menu span{display: block; font-size: 22px; color: #FFF;margin-bottom: 10px;}
.foot-menu ul{}
.foot-menu ul li{float: left; width: 20%; margin-bottom: 10px;}
.foot-menu ul li a{color: #FFF;line-height: 26px; font-size: 14px;}
.foot-menu ul li a:hover{color: #f48f2e;}




.copy{overflow: hidden;background: #222; padding: 20px 0;  text-align: center;color: #FFF;border-top: 1px solid #333;}
.copy a{color: #FFF;}
.copy a:hover{color: #f48f2e;}



/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #f48f2e;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;line-height: 58px; text-align: center; align-items: center; 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: #f48f2e;}
.menu li.on .menu-item i{color: #f48f2e;}


.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: #f48f2e;}

.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:768px) and (max-width:1023px) {

#navToggle{display: block; margin-top: 23px;}
header{height: 70px;}
.tel{display: none;}
.pcnavbg{display: none;}
.navbar-logo h1{width: 70px;}
.navbar-logo .name{ width: auto; margin-top: 10px; font-size: 18px;}

.foot-contact{width: 50%;}
.foot-wx{width: 50%;}
.foot-menu{display: none;}

    
}
@media screen and (max-width:767px) {

#navToggle{display: block; margin-top: 23px;}
header{height: 70px;}
.tel{display: none;}
.pcnavbg{display: none;}
.navbar-logo h1{width: 70px;}
.navbar-logo .name{ width: auto; margin-top: 10px; font-size: 18px;}

.foot-contact{width: 100%;}
.foot-wx{width: 100%;}
.foot-menu{display: none;}

.copy{padding: 20px 0 60px 0;}


.Mobile-Foot{position:fixed; display: block; left:0; bottom:0; background-color:#FFF; width:100%; border-top:3px solid #f48f2e; 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: #222;}
.Mobile-Foot ul li a{color: #333; }


}