/* bannerBox  */
.bannerBox {
	height: 550px;
	background: #ececec;
	z-index: 90;
}
.banner01 {
	height: 550px;
	overflow: hidden;
} 
.banner {
	height: 550px;
}

.banner .swiper-slide a {
	display: block;
	height: 550px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.btn_kstd {
	z-index: 92;
	position: relative;
	bottom:150px;
	height:50px;
}
.btn_kstd ul{
	width: 520px;
	margin: 0 auto;
	height:50px;
}
.btn_kstd ul li {
	float: left;
	margin-left:50px;
}

.xwdtbox .xwdt_jdt{
	width: 600px;
	height: 350px;
	display: block;
	position: relative;
}
.xwdtbox .xwdt_jdt .jdt {
	height: 350px;
	display: block;
} 
.xwdtbox .xwdt_jdt .jdt01 {
	height: 350px;
}
.xwdtbox .xwdt_jdt .swiper-slide a {
	display: block;
	height:350px;
	width: 600px;
background-color: #ececec;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.xwdtbox .xwdt_jdt .swiper-pagination{display:block}
.swiper-pagination{
	display: none;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	color: #666;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, .8);
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	color: #0068b7;
}







/* tab */
.tab-container {
	width: 1300px;
}

.tab-header {
	display: flex;
	border-bottom: 1px solid #ccc;
	height: 40px;
	position: relative;
}


.tab-header .tab-item span {
	text-align: center;
	width: 120px;
	height: 40px;
	display: inline-block;
}

.tab-header .tab-item span a {
	display: block;
	cursor: pointer;
	color: #014a95;
	font-size: 16px;
	width: 120px;
	height: 40px;
	padding-bottom: 10px;
	line-height: 45px;
	transition: all 0.2s ease;
}

.tab-item.active span a {
	color: #fff;
	background: url(../images/bg_menu_tt.png) bottom center no-repeat;
	font-weight: bold;
}

.tab-header .tab-item .more {
	position: absolute;
	display: none;

}

.tab-header .tab-item.active .more {
	display: block;
	right: 10px;
	top: 5px;
	font-style: normal;
}

.tab-item.active .more a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	background: none;
	border: 1px solid #cfaa60;
	border-radius: 5px;
	padding: 0 10px;
	color: #cfaa60;
}

.tab-content {
	top: 10px;
	width: 1332px;
	margin-left: -32px;
	margin-top: 30px;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

.tab-pane .li_list li {
	display: inline-block;
	margin: 10px 0px 10px 32px;
	width: 235px;
	height: 45px;
	background: #fff;
	text-align: center;
}

.bszn_tab {
	background: #f7f7f7;
	padding: 45px 0;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.bszn_tab #tab ul li {
	float: left;
}

.tab-content .li_list li {
	display: inline-block;
	margin: 10px 0px 10px 32px;
	width: 230px;
	height: 45px;
	background: #fff;
	text-align: center;
	transition: all 0.5s ease;
}

.tab-content .li_list li:hover {
	background: #014a95;
}

.tab-content .li_list li a {
	font-size: 16px;
	line-height: 45px;
	color: #333;
	font-weight: bolder;
	transition: all 0.5s ease;
}

.tab-content .li_list li:hover a {
	color: #fff;
}