.bannerBox {
	height: 448px;
	background-image: url('../image/img/banner_bg.png');
	background-repeat: no-repeat;
	background-position: 1% 0%;
	position: relative;
}

.bannerBox .swiper {
	width: 100%;
	height: 100%;
}

.bannerBox .swiper-md {
	height: 265px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.bannerBox .swiper-md img {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.bannerBox #bannerSwiper {
	width: 100%;
	position: relative;
}

.bannerBox #bannerSwiper img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}

.bannerBox .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	margin: auto;
	z-index: 2;
}

.bannerBox .bannerLeft {
	padding-top: 95px;
}

.bannerBox .bannerLeft .bannerText {
	color: rgba(51, 51, 51, 1);
	font-size: 72px;
	font-weight: bolder;
	text-align: left;
	font-family: SourceHanSansSC-bold;
}

.bannerBox .bannerLeft .englishText {
	margin-top: 20px;
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	text-align: left;
	font-family: SourceHanSansSC-light;
}

.bannerBox .bannerLeft .searchBox {
	width: 523px;
	height: 50px;
	margin-top: 24px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(51, 51, 51, 1);
	font-size: 14px;
	text-align: left;
	font-family: Roboto;
	display: flex;
	align-items: center;
	padding: 0 7px 0 30px;
}

.bannerBox .bannerLeft .searchBox .searchBtn {
	width: 102px;
	height: 44px;
	line-height: 44px;
	border-radius: 30px;
	background-color: rgba(4, 64, 126, 1);
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	text-align: center;
	font-family: Roboto;
	cursor: pointer;
}

.bannerBox .bannerLeft .searchBox input {
	flex: 1;
	height: 44px;
	box-sizing: border-box;
	border: none;
	outline: none;
	margin-right: 10px;
}

.bannerBox .bannerLeft .hotBox {
	margin-top: 15px;
	font-size: 12px;
	font-weight: bolder;
	padding-left: 15px;
}

.bannerBox .bannerLeft .hotBox span {
	padding: 0 6px;
	border-right: 1px solid rgba(51, 51, 51, 1);
	color: rgba(51, 51, 51, 1);
	font-size: 12px;
	text-align: left;
	font-family: SourceHanSansSC-regular;
}

.bannerBox .bannerLeft .hotBox span:nth-last-of-type(1) {
	border: none
}
.centerBox{
	margin-top: 50px;
	padding-bottom: 100px;
	position: relative;
	min-height: 600px;
}
.centerBox .top_bg{
	position: absolute;
	top:0px;
	right: 0px;
	z-index:0;
	width: 20%;
}
.centerBox .bottom_bg{
	position: absolute;
	bottom:0px;
	left: 0px;
	z-index:0;
	width: 20%;
}
.centerBox .oneTitle{
	position: relative;
	cursor: pointer;
	margin-bottom: 50px;
}
.centerBox .oneTitle .title{
	height: 58px;
	line-height: 58px;
	border-radius: 58px;
	font-size: 16px;
	text-align: center;
	font-family: Roboto;
	color: rgba(51, 51, 51, 1);
	border: 1px solid rgba(187, 187, 187, 1);
}
.centerBox .oneTitle .title.active{
	background-color: rgba(4, 64, 126, 1);
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(4, 64, 126, 1);
}
.centerBox .oneTitle .title.active + img{
	display:block !important;
}
.centerBox .oneTitle img{
	display: none !important;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -30px;
}
.centerBox .center_info{
	position: relative;
	z-index: 2;
}
.centerBox .title1{
	line-height: 40px;
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	font-family: SourceHanSansSC-light;
}
.centerBox .title2{
	line-height: 30px;
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	text-align: center;
	font-family: SourceHanSansSC-light;
	margin-bottom: 20px;
}
@media screen and (max-width:991px) {
	.centerBox .oneTitle{
		margin-bottom: 20px;
	}
	.bannerBox {
		height: 256px;
		background-position: 25% 0%;
	}

	.bannerBox .container {
		height: 100%;
	}

	.bannerBox .bannerLeft {
		padding-top: 30px;
	}

	.bannerBox .bannerLeft .bannerText {
		font-size: 30px;
	}

	.bannerBox .bannerLeft .englishText {
		font-size: 12px;
		margin-top: 16px;
	}
	.bannerBox #bannerSwiper img {
		height: 90%;
	}
	.centerBox .oneTitle .title{
		height:38px;
		line-height: 38px;
		border-radius: 30px;
		margin-bottom: 8px;
	}
	.centerBox .oneTitle .title.active+img{
		display:none !important;
	}
	.centerBox{
		margin-top: 20px;
		min-height: 600px;
	}
	.centerBox .top_bg , .centerBox .bottom_bg{
		width: 30%;
	}
	.centerBox .center_info{
		padding-top: 20px;
	}
}
@media screen and (max-width:768px) {
	.centerBox{
		margin-top: 20px;
		min-height: 600px;
	}
	.centerBox .top_bg , .centerBox .bottom_bg{
		width: 45%;
	}
}
