/*头部*/
.home-top {
	position: sticky;
    top: 0;
    left: 0;
    width: 100%;
	height: 90px;
    z-index: 999;
	background: #FFFFFF;
    border-bottom: 1px solid #edf3f3;
    transition: 0.4s;
   
}
nav .box{}

.navbar-logo{ float: left; width: 18%;line-height: 90px;}
.navbar-logo img{max-width: 100%;}

#cssmenu {float: left; width:82%;}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu > ul > li.lg{width: 204px; padding: 0;}
#cssmenu > ul > li.lg > a{float: left; color: #FFF; }
#cssmenu > ul > li.lg > a:hover{color: #FFF;}
#cssmenu > ul > li.lg .zw{ background: #2e3192;}
#cssmenu > ul > li.lg .yw{ background: #ee1d23;}
#cssmenu > ul > li.lg span{margin: 0 5px; padding: 5px 10px;}
#cssmenu > ul > li {float: left;/* width: 10%; */text-align: center; padding: 0 2%;}
#cssmenu > ul > li > a {
  height: 90px;
  line-height:90px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a {
  color: #ee1d23;
}
/* #cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
} */
/* #cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 40px;
  right: 25px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
} */

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 40px;
}
#cssmenu ul ul li a {
  padding: 7px 20px;
  width: 220px;
  text-align: left;
  font-size: 14px;
  background: #FFFFFF;
  color: #333333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FFF;
  background: #ee1d23;
}


.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: #ee1d23;}
.searchbox .btns i{font-size: 16px;color:#FFF; line-height:20px;border: 0; cursor: pointer;}


/*底部信息*/
footer{overflow: hidden; background:#121514; padding: 50px 0;}

.foot-contact{float: left;overflow: hidden;  width: 50%; }
.foot-contact .img{ margin-bottom: 20px;}
.foot-contact .img img{ width: 220px;}
.foot-contact h3{font-size: 22px; color: #FFF;}
.foot-contact .text{display: block; margin: 10px 0; color: #FFF; }
.foot-contact .text p{display: block;  line-height: 26px; font-size: 14px;}
.foot-contact .wx{overflow: hidden; margin-top: 10px;}
.foot-contact .wx .img{ float: left; width: 30%; margin-right: 5%;}
.foot-contact .wx .img img{max-width:130px; border-radius: 8px;}
.foot-contact .wx .img h2{ color:#FFF; line-height: 28px; margin-top: 10px;}


.footmenu{overflow: hidden;float: left;width:50%; 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: #ee1d23;left: 0;top: 35px;}
.footmenu ul li a{color: #FFF; display: block;  line-height: 28px; font-size: 14px;}
.footmenu ul li a:hover{color: #ee1d23;}


.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: #ee1d23;}
.copy-r{float: left; width: 100px; color: #FFF;}


/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #ee1d23;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: #ee1d23;}
.menu li.on .menu-item i{color: #ee1d23;}


.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: #ee1d23;}

.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;}

#cssmenu{display: none;}
.home-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;}

#cssmenu{display: none;}
.home-top{height: 70px;}
.navbar-logo {line-height: 70px;}
.Searchico{display: none;}


    
}
@media screen and (max-width:767px) {

#navToggle{display: block; margin-top: 25px;}

#cssmenu{display: none;}
.Searchico{display: none;}
.home-top{height: 70px;}
.navbar-logo {line-height: 70px; width: 50%;}

.footmenu{display: none;}
.foot-contact{width: 100%;}
.foot-contact .wx .img{width: 40%;}

.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 #ee1d23; 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: #ee1d23;}
.Mobile-Foot ul li a{color: #333; }


}