@charset "utf-8";

/*电脑导航*/
.hidden-pc{display: none;}
.header{height: 110px;width: 100%;background: #FFF; /* background: rgba(114,114,114,0.5); */}
.heaer-l{float: left; width: 540px; padding: 16px 0;}
.heaer-l .logo{float: left; width: 220px; margin-right: 10px;}
.heaer-l .font{float: left; width: calc((100% - 230px)); margin-top: 14px; line-height: 26px;}
.heaer-l .font span{display: block; font-size: 22px;}
.heaer-l .font small{display: block; font-size: 22px; color: #222;}
.heaer-r{float: right; width: calc((100% - 540px)); text-align: right;}
.heaer-r .tel{float: right; margin-top: 8px;}
.heaer-r .tel i{float: left; font-size: 52px; color: #0b71bc;}
.heaer-r .tel .text{float: left; text-align: left;padding: 15px 0 0 8px; line-height: 24px;}
.heaer-r .tel .text span{font-size: 14px; color: #666;}
.heaer-r .tel .text p{display: block;font-size: 22px;font-weight: bold; color: #02ac4c;}

.navbg{ background: #0b71bc;}
.nav{}
.nav ul{}
.nav ul li{float: left;position: relative; font-size: 15px;text-align: center;  line-height: 52px; width: 11.1111111%; border-right: 1px solid #1f83cc; }
.nav ul li a{display: block;color: #FFF;}
.nav ul li.active a{color: #FFF;background: #02ac4c;}
.nav ul li:hover a{color: #FFF; background: #02ac4c;}
.nav ul li .subnav{background: #fff;box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);height: auto;left: 0;overflow: hidden;position: absolute;top: 100%;width:100%;z-index: 199;}
.nav ul li .subnav{filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,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);}
.nav 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);}
.nav ul li .subnav a{color: #666;display: block;font-size: 14px;line-height: 40px;height: 40px;padding: 0;transition: all 0.2s ease-in-out 0s;width: 100%;background: #fff;}
.nav ul li .subnav a:hover{color: #FFF;background: #0b71bc;text-indent: 5px;}

.navToggle{margin-top: 35px;}



/* 网站底部 */
footer{background: #282828; padding: 50px 0;}

.footer-nav{width: 65%;}
.footer-nav ul{}
.footer-nav ul li{ width: 25%;}
.footer-nav ul li h3{text-align: left;margin-bottom: 20px;}
.footer-nav ul li h3 a{display: block;font-size: 17px;color: #dfdfdf;line-height: 30px;}
.footer-nav ul li h3 a::after{content: '';height: 1px;width: 30px;background: #FFF;position: absolute;margin-left: -69px;margin-top: 33px;}
.footer-nav ul li p{text-align: left;display: -webkit-box; -webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.footer-nav ul li p a{display: block;font-size: 13px;color: #adadae;line-height: 30px;}
.footer-nav ul li p a:hover{color: #FFF;}

.footer-ewm{width: 35%;color: #c2c2c2;}
.footer-ewm span{display: block; color: #FFF; background: url(../images/wx.png) no-repeat left; background-size: 26px; margin-bottom: 15px; padding-left: 38px; font-size: 22px;}
.footer-ewm .wx{float: left;  width: 160px;}
.footer-ewm .wx h3{font-size: 13px;line-height: 30px; text-align: center; margin-right: 20px;}
.footer-ewm .wx img{max-width: 140px;}
.footer-ewm .lx{float: left; width:calc((100% - 160px));}
.footer-ewm .lx h2{font-size: 22px; color: #FFF; margin-bottom: 10px;}
.footer-ewm .lx p{line-height: 26px;color: #adadae;}


.copyright{line-height: 20px;padding: 25px 0; text-align: center;  color: #FFF; background: #0b71bc; font-size: 13px;}
.copyright a{color: #FFF;}
.copyright a:hover{color: #ffde02;}
.Mobile-Foot{display: none;}





@media (min-width:1024px) and (max-width:1199px) {
	



}

@media (min-width:768px) and (max-width:1023px) {
	
    .navbg{display: none;}
	.heaer-r{display: none;}
	.header {height: 90px;}
	.heaer-l{padding: 7px 0;}
	.hidden-pc{display: none;}
	.footer-nav{width: 100%;}
	.footer-ewm{width: 100%; margin-top: 30px;}
	
}
@media screen and (max-width:767px) {
	.hidden-wap{display: none;}
	.hidden-pc{display: block;}
	.navbg{display: none;}
	.navToggle {margin-top: 25px;}
	.header {height: 70px;}
	.heaer-r{display: none;}
	.heaer-l .font{display: none;}
	.heaer-l{padding: 8px 0; width: auto;}
	.heaer-l .logo img{width: 150px;}
	.footer-nav{display: none;}
	.footer-ewm{width: 100%;}
	.footer-ewm .wx{display: none;}
	.footer-ewm .lx{width: 100%; padding-left: 38px;}
	.copyright{padding-bottom: 60px;}
	
	.Mobile-Foot{position:fixed; display: block; flex-direction: column; bottom:0; /* background-color: rgba(0,0,0,0.6); */background: #0b71bc;  width:100%; border-top:3px solid #02ac4c; 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: #FFF; font-size: 15px;}
	.Mobile-Foot ul li i{font-size: 18px; margin-right: 8px;}
	.Mobile-Foot ul li a{color: #FFF; }


}


/*手机导航*/
#navToggle{position: relative;width: 30px;height: 20px;display: none;float: right;}
#navToggle .line {background: #222;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-item{display: flex;flex-direction: row;height: 100px;align-items: center; padding-left: 20px;padding-right: 20px;border-bottom: 1px solid #dcdcdc;position: relative;transition: all .5s;}
.menu-item i{font-size: 30px;display: block;font-style: normal;}
.menu-item a{font-size: 30px;color: #000;padding-left: 30px;}
.menu-item:hover i, .menu-item:hover a{color: #03469f;}
.menu li.on .menu-item i{color: #03469f;}

.menu_dl{display: none; padding-left: 77px;padding-top: 20px; padding-bottom: 20px;border-bottom: 1px solid #dcdcdc;}
.menu_dl dd a{font-size: 24px;color: #333;line-height: 64px;}
.menu_dl dd a:hover{color: #03469f;}

.ovh-f{width: 100%;height: 100%;position: fixed;left: 0;top: 0;overflow: hidden;}
.menu-itemtit{display: flex;}


@media(max-width: 991px){
    #navToggle{display: block;}
    .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{ height: 60px;}
	.menu-item a{font-size: 22px;padding-left: 20px;}
}

@media(max-width: 767px){
    .menu-item{padding-left: 20px;height: 60px;}
    .menu-item i{font-size: 24px;margin-top:0;}
    .menu-item a{font-size: 24px;padding-left: 20px;}
    #navToggle{margin-right: 0px;}
    .menu_dl{ padding-left: 65px;}
    .menu_dl dd a{font-size: 18px;line-height: 36px;}

}

@media(max-width: 599px){
    .menu-item i{font-size: 26px;}
    .menu-item a{font-size: 18px;padding-left: 15px; padding-top: 7px;}
    .menu_dl{ padding-left: 60px;padding-top: 15px; padding-bottom: 15px;}
    .menu_dl dd a{font-size: 16px;line-height: 32px;}
    .menu-arrow{ font-size: 22px;}
}

/*分页*/
.pagination-wrapper{ margin: 50px 0;text-align: center;} 
.pagination{} 
.pagination li{display: inline-block;vertical-align: top;}
.pagination li a,.pagination li span{ display: inline-block;height: 32px; line-height: 32px; margin-right: 8px; padding: 0 12px; font-size: 14px; border: 1px solid #dfdfdf; color: #999; border-radius: 4px;background: #f7f7f7;} 
.pagination li:last-child{margin-right: 0;}
.pagination li a:hover{ background:#ec151f; color:#fff; border-color: #ec151f;} 
.pagination li.active a,.pagination li.active span { background: #ec151f; color: #fff;border-color: #ec151f;display: block;} 
.pagination .pageinfo{display: inline-block;height: 32px; line-height: 32px; padding: 0 12px; font-size: 14px; border: 1px solid #555555; color: #555555; }
/*分页*/

