/*头部*/
.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:#16365e;box-shadow:0 5px 20px rgba(0,0,0,0.1);}
.home-top:not(.fixed-top):hover  a{color:#16365e;}
.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: 180px}
.navbar-logo img.logo{margin-top: 18px; width:100px;filter: grayscale(100%) brightness(700%);}

.pcnav{float: left; width: calc((100% - 180px));}
.pcnav ul{}
.pcnav ul li{float: left;position: relative;font-size: 17px;text-align: center;height: 90px;line-height:90px; width: 14.2%;}
.pcnav ul li a{display: block;color: #FFF;}
.pcnav ul li:hover a{color: #173983;}
.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: 42px;height: 42px;width: 100%;background: #fff;}
.pcnav ul li .subnav a:hover{color: #FFF;background: #173983;}


/*底部信息*/
footer{overflow: hidden; background:#173983; padding: 30px 0;}

.foot-contact{float: left;overflow: hidden;  width: 40%;}
.foot-contact h2{font-size: 22px; color: #FFF; font-weight: bold;}
.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: 3px; 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: #499cd2;}



.copy{overflow: hidden;background: #173983;padding: 25px 0;color: #FFF; border-top: 1px solid #2f53a3;}
.copy-l{float: left; width: calc((100% - 100px));}
.copy-l a{color: #FFF;}
.copy-l a:hover{color: #499cd2;}
.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: #1e46a0;}
.menu li.on .menu-item i{color: #1e46a0;}


.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: #1e46a0;}

.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: #173983;}
.home-top.fixed-top  #navToggle .line {background: #173983;}

.pcnav{display: none;}
.home-top{height: 70px;}
.home-top.fixed-top{height: 70px;}
.navbar-logo img.logo{margin-top: 8px; width: 90px;}


}

@media (min-width:768px) and (max-width:1023px) {

#navToggle{display: block; margin-top: 25px;}

.home-top:not(.fixed-top):hover  #navToggle .line {background: #173983;}
.home-top.fixed-top  #navToggle .line {background: #173983;}
.pcnav{display: none;}
.home-top{height: 70px;}
.home-top.fixed-top{height: 70px;}
.navbar-logo img.logo{margin-top: 8px; width: 90px;}



    
}
@media screen and (max-width:767px) {

#navToggle{display: block; margin-top: 25px;}

.home-top:not(.fixed-top):hover  #navToggle .line {background: #173983;}
.home-top.fixed-top  #navToggle .line {background: #173983;}
.pcnav{display: none;}
.home-top{height: 70px;}
.home-top.fixed-top{height: 70px;}
.navbar-logo img.logo{margin-top: 8px; width: 90px;}

.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 #1e46a0; 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: #1e46a0;}
.Mobile-Foot ul li a{color: #333; }


}