/*头部*/
.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:#155778; font-weight: bold;}
.home-top:not(.fixed-top):hover  .navbar-logo img{filter:none;}
.home-top:not(.fixed-top):hover  #navToggle .line{ background: #155778;}

.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;}
.home-top.fixed-top  #navToggle .line{ background: #155778;}



.navbar-logo{ float: left; width: 15%;line-height: 90px;}
.navbar-logo img.logo{ max-width: 100%; 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: 14.28%;}
.pcnav ul li a{display: block;color: #FFF;}
.pcnav ul li i{font-size: 22px;}
.pcnav ul li:hover a{color: #155778;}
.pcnav ul li .subnav{overflow: hidden;position: absolute;width:210px;z-index: 199;}
.pcnav ul li .subnav{opacity: 0;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;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;text-align: left; padding-left: 20px; background: #fff; border-bottom: 1px solid #e7e7e7;}
.pcnav ul li .subnav a:hover{color: #155778;}

.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: #155778;}
.searchbox .btns i{font-size: 16px;color:#FFF; line-height:20px;border: 0; cursor: pointer;}


/*底部信息*/
footer{overflow: hidden; background:#f6f6f6; padding-top:3%;}

.foot-contact{overflow: hidden; border-bottom: 1px solid #ccc; padding-bottom: 3%;}
.foot-contact .box{}
.foot-contact .item{}
.foot-contact .item .img{overflow: hidden; width: 200px;}
.foot-contact .item .img img{max-width: 100%;}
.foot-contact .item i{font-size: 24px; margin-right: 5px; color:#333;}
.foot-contact .item p{font-size: 16px; color: #666;}


.footmenu{overflow: hidden; padding: 3% 0;}
.footmenu .box{}
.footmenu .item h2{font-size: 20px; color: #333; font-weight: bold; margin-bottom:10px;}
.footmenu .item a{display: block; color: #666; font-size: 14px;}
.footmenu .item a:hover{display: block; color: #155778;}
.footmenu .item .img{width: 140px; margin-left: 20px; text-align: center;}
.footmenu .item .img img{max-width: 100%;}

.copy{overflow: hidden;padding: 2% 0;color: #666; border-top: 1px solid #ccc; text-align: center;}
.copy a{color: #666;}

/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #FFF;border-radius: 1px;display: block;height: 2px;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: 15px;color: #000;padding-left: 10px;}
.menu-item:hover i, .menu-item:hover a{color: #155778;}
.menu li.on .menu-item i{color: #155778;}


.menu_dl{display: none; padding-left: 60px;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: #155778;}

.ovh-f{width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow: hidden;}
.menu-itemtit{display: flex;}


@media (max-width: 990px) {

#navToggle{display: block; margin-top: 25px;}	
.pcnav{display: none;}
.Searchico{display: none;}
.navbar-logo{line-height: 70px; width: 20%;}
.foot-contact .item:last-child{display: none;}

}

@media (max-width: 768px) {

#navToggle{display: block;margin-top: 25px;}	
.pcnav{display: none;}
.Searchico{display: none;}
.navbar-logo{line-height: 70px;width: 40%;}
.foot-contact{display: none;}
.footmenu .item:last-child{display: none;}
.footmenu .item h2{font-size: 18px;font-weight: normal;}

}




