html {
	overflow-x: hidden;
	overflow-y: auto;
}


.slideBox .tempWrap{
	width: 100% !important;
}

/* 头部 */
header {
	width: 100%;
	height: 140px;
	position: relative;

}

header img {
	width: 100%;
	height: 100%;
}

.header {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.nav .blue {
	color: #FFFFFF !important;
	background-color: #007CC9;
	position: relative;
	width: 100%;
}

.nav .blue::after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #0B61B7;
	z-index: 999;
}

.header-list {
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border-top: 1px solid #eee;
	position: relative;
	background-color:#007CC9;
}

.header-list .nav {
	width: 1295px;
	margin: 0 auto;
}

.header-list .nav li {
	float: left;
	position: relative;
	width: 150px;
}


.header-list .nav .on {
	background-color:#0B61B7;
}

.header-list .nav .on::after {
	opacity: 1;
}

.header-list .nav .on a {
	color: #FFFFFF;
}

.nav a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;

}


.header-list ul li a {
	font-size: 21px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	/* width: 100%; */
	height: 100%;
}

.header-list ul li a.active {
	background-color: #0B61B7;
}

.header-list ul div {
	float: right;
	height: 100%;
	line-height: 70px;
	position: relative;
	width: 240px;
	height: 60px;

}

.header-list ul div p {
	border-radius: 18px;
	background-color: #F5F5F5;
	height: 40px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	padding: 2px;
}

.header-list ul div span {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	height: 36px;
	line-height: 36px;
	color: #999;
	text-align: center;
	min-width: 78px;
	float: left;
position: relative;
}

.header-list ul div span a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.header-list ul div span.on {
	background: #007CC9 !important;
	border-radius: 18px;
	color: #FFFFFF;

}


.img1,
.img2,
.img3,
.img4 {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}

.img1 {
	left: 0px;
	width: 452px;
	height: 130px;
}

.img2 {
	left: 582px;
	width: 316px;
	height: 130px;
	margin-top: 10px;
}

.img3 img,
.img4 img {
	width: 24px;
	margin-right: 5px;
}

.img3,
.img4 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.img3 {
	left: 968px;
	/* width: 24px; */
	height: 24px;
	top: 60%;
}

.img4 {
	left: 1104px;
	/* width: 24px; */
	height: 24px;
	top: 60%;
}

/* 二级下拉 */
.introduction {
	width: 100%;
	height: 270px;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 99;
	overflow: hidden;
}

.introduction1 {
	display: none !important;
}

.introduction .introduction-menu {
	position: absolute;
	background: #F6F6F7;
	opacity: 0;
	z-index: 99;
	top: -275px;
	border-top: 5px solid #B5D5E8;
	width: 100%;
	height: 100%;
}

.header-list .introduction .active {
	transition: all 0.5s;
	animation: myfirst 0.5s linear forwards;
}

.introduction .active-two {
	transition: all 0.5s;
	animation: mysecond 0.5s linear forwards;
}

@keyframes myfirst {
	0% {
		opacity: 0;
		top: -275px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
	{
	0% {
		opacity: 0;
		top: -275px;
	}

	100% {
		opacity: 1;
		top: 0px;
	}
}

@keyframes mysecond {
	0% {
		opacity: 1;
		top: 0px;
	}

	100% {
		opacity: 0;
		top: -275px;
	}
}

@-webkit-keyframes mysecond

/* Safari and Chrome */
	{
	0% {
		opacity: 1;
		top: 0px;
	}

	100% {
		opacity: 0;
		top: -275px;
	}
}


.introduction-one,
.introduction-two,
.introduction-three {
	float: left;
}

.introduction-one {
	width: 470px;
	height: 245px;
	margin-top: 10px;
}

.introduction-one img {
	width: 100%;
	height: 100%;
}

.introduction-two {
	width: 624px;
	height: 100%;
	line-height: 270px;
	box-sizing: border-box;
	padding: 40px 50px 44px 40px;
	position: relative;
}

.introduction-two h2 {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	margin-bottom: 15px;
}

.introduction-two p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #111;
	line-height: 30px;
}

.introduction-two p span {
	color: #0878B8;
}


.introduction-two::after {
	content: '';
	display: block;
	width: 2px;
	height: 200px;
	background: #CCCCCC;
	border-radius: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.introduction-three {
	width: calc(100% - 1104px);
}

.introduction-three ul {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 39px 0px;
	padding-left: 44px;
}

.introduction-three ul li {
	width: 100%;
	/* height: 35px; */
	/* line-height: 35px; */
	text-align: left;
	position: relative;
}

.introduction-three ul li a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #999999;
	line-height: 48px;
}

.introduction-three ul li::before {
	content: '';
	display: inline-block;
	width: 2px;
	height: 12px;
	background: #0878B8;
	left: 0;
	top: 50%;
	margin-right: 10px;
}

@media screen and (min-width:1250px) and (max-width:1440px)  {
	.introduction-two {
		width: 480px;
		height: 100%;
		line-height: 270px;
		box-sizing: border-box;
		padding: 40px 16px 44px 15px;
		position: relative;
	}

	.introduction-three {
		width: calc(100% - 950px);
	}
	
	.header-list .nav {
	    width: 1256px;
		
	    margin: 0 auto;
	}
}