.nav{
	height: 78px;
	width: 1200px;
	margin: 0 auto;
}
.nav ul{
	float: right;
}
.nav ul .active{
	font-weight: bold;
	background: rgba(255,255,255,0.08);
}
.nav ul .active:before{
	content:"";
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nav ul .nav-tab{
	float: left;
	text-align: center;
	line-height: 79px;
	padding: 0 21px;
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	position: relative;
}
.nav ul .nav-tab-hover:hover{
	background: rgba(255,255,255,0.08);
}
.header-top{
	height: 78px;
}
.home-header{
	height: 0;
}
.header{
	height: 78px;
	background: rgba(37,51,196,0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.06); 
}
.header-active{
	background: #FFFFFF !important;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.06); 
}
.header-active .nav ul .nav-tab-hover:hover{
	background: rgba(37,51,196,0.08);
}
.list-box ol {
	height: 100%;
	font-weight: normal;
	color: #FFFFFF;
}
.header-active .list-box ol li:hover{
	background: rgba(37,51,196,0.08);
}
.news-nav-list .list-box ol li:hover{
	background: rgba(37,51,196,0.08);
}
.product{
	position: relative;
}

.list-box{
	display: none;
	position: fixed;
	top: 78px;
	left: 0;
	right: 0;
	z-index: 1000;
	width: 100%;
	height: 79px;
	background: rgba(37,51,196,0.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.06); 
}
.news-nav-list .list-box{
	background: #FFFFFF;
}
.news-nav-list .list-box img{
	display: block;
}
.list-box img{
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.header-active .product .list-box{
	background: rgba(255,255,255);
}
.news-nav-list .product .list-box ol{
	color: #333333;
}
.header-active .product .list-box ol{
	color: #333333;
}
.list-box ol li:hover{
	background: rgba(255,255,255,0.08);
}
.header-active .product .list-box ol li:hover{
	color: #333333;
}
.list-box ol li{
	float: none;
	padding: 0 14px;
	line-height: 30px;
	height: 78px;
	line-height: 78px;
	position: relative;
}
.nav-tab a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.product:hover .list-box{
	display: block;
}
.nav .logo{
	width: 160px;
	height: 32px;
	background: url(../img/d_img/logo.png) no-repeat center;
}
.header .nav ul .nav-tab{
	color: #FFFFFF;
}
.header .nav .news-nav-list ul .nav-tab{
	color: #333333;
}
.header .nav .news-nav-list ul .active{
	font-weight: bold;
	color: #2533C4 !important;
}
.header .nav .news-nav-list ul .nav-tab:hover{
	background: rgba(37,51,196,0.08);
}
.header .nav .news-nav-list .list-box ol li:hover{
	
}
.header .nav .news-nav-list ul .active:before{
	content:"";
	width: 100%;
	height: 2px;
	background: #2533C4;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
}
.header .nav .news-nav-list ul .list-box .active:before{
	bottom: 0;
}
.hot-mobile p{
	line-height: 30px;
}
.d_footer{
	background: #FFFFFF;

}
.footer{
	background: #FFFFFF;
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 22px 0;
}
.footer-left{
	width: 33%;
}
.f-right{
	width: 33%;
}
.f-center{
	width: 33%;
}
.f-title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 20px;
}
.f-left-text{
	padding-top: 5px;
}
.f-left-text a{
	width: 25%;
	font-size: 14px;
	color: #999999;
	padding: 8px 0 8px 0;
}
.footer-num{
	border-top: 1px solid #F0F0F0;
	height: 56px;
	background: #FFFFFF;
	font-size: 14px;
	color: #999999;
}
.footer-num p{
	padding-right: 20px;
}
.f-center img{
	width: 80px;
	height: 80px;
}
.f-center-text p{
	font-size: 13px;
	color: #999999;
}
.f-center-img{
	margin-right: 40px;
}
.f-right-text p{
	font-size: 17px;
	color: #2533C4;
	padding-left: 10px;
}
.f-right-img{
	margin-bottom: 12px;
}
.f-right-text img{
	width: 22px;
	height: 22px;
}
.nav .news-logo{
	background: url(../img/d_img/logos.png) no-repeat center;
}
.header .nav .news-nav-list ul .hot-mobile{
	color: #FD6620;	
	font-size: 18px;
}
.hot-text{
	letter-spacing: 2px;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	width: 40px !important;
	height: 30px !important;
	background: transparent;
	border-radius: 2px;
	cursor: default !important;
}
.swiper-pagination{
	cursor: default !important;
}
.swiper-slide{
	cursor: default !important;
}
.g-banner .swiper-pagination{
	bottom: 4px !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet:after{
	content: '';
	display: block;
	width: 30px;
	height: 4px;
	background: rgba(0,0,0,0.5);
	margin-top: 13px;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active:after{
	background: #2533C4;
}
/*.swiper-pagination-clickable .swiper-pagination-bullet-active{
	background: #2533C4;
}*/
.maps-enter img{
	width: 18px;
	height: 18px;
}
.maps-enter a{
	color: #999999;
	font-size: 14px;
	margin-left: 6px;
}
.maps-enter a:hover{
	color: #2533C4;
}
