*,
body,
html {
	font-size: 16px;
	outline: none;
	font-family: "微软雅黑";
}
img {
	border: 0 none;
}
/* 导航 */
nav {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background: rgba(20, 44, 137, 0.7);
	width: 100%;
	z-index: 9999;
	transition: 1s;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.container2 {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

@media (max-width:1601px) {
	.container2 {
		width: 1200px;
	}

	.fw-2 {
		margin-top: 40px;
	}
}

@media (max-width:1281px) {
	.container {
		width: 1000px;
	}

	.container2 {
		width: 1000px;
	}
}

.nav {
	width: 100%;
	height: 100%;
}

.nav .logo {
	height: 100px;
	width: 20%;
	display: inline-block;
}

.nav .logo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 80%;
}

.nav .logo img:nth-child(1) {
	display: block;
}

.nav .logo img:nth-child(2) {
	display: none;
}

.nav ul {
	float: right;
	display: block;
	width: 70%;
	height: 100px;
}

.nav ul li {
	float: left;
	width: 12.856%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.nav ul li a {
	color: #FFFFFF;
	display: inline-block;
	height: 95px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.nav ul .sou {
	width: 10%;
	cursor: pointer;
display: none;
}

.nav ul .sou img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.nav ul .sou img:nth-child(1) {
	display: block;
}

.nav ul .sou img:nth-child(2) {
	display: none;
}


/* 二级导航 */

.nav-two {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0;
	left: 0;
	top: 100%;
	/* background: rgba(20, 44, 137, 0.6); */
	background: rgba(255, 255, 255, 0.9);
	transition: 1s;
	line-height: 1;
	color: #FFFFFF;
	text-align: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.nav ul li .nav-two .two-left {
	float: left;
	width: 30%;
}

.two-right {
	float: right;
	width: 70%;
}

.two-img {
	overflow: hidden;
	padding: 0 12%;
}

.two-img img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.two-img:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.nav ul li .nav-two .two-right ul {
	display: block;
	padding-left: 5%;
	width: 95%;
	line-height: 1;
	height: auto;
	padding: 20px 0;
}

.nav ul li .nav-two .two-right ul li {
	height: auto;
	width: 100%;
	line-height: 1;
	text-align: left;
	margin: 10px 0;
}

.nav ul li .nav-two .two-right ul a {
	/* color: #ffffff; */
	color: #0067AC;
	height: auto;
	font-weight: 600;
	border: none !important;
}

.nav ul li .nav-two .two-right ul li a {
	height: auto;
	border: none !important;
	font-weight: 600;
	/* color: #FFFFFF; */
	color: #333333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav ul li .nav-two .two-right ul li a::before {
	position: absolute;
	content: "";
	background: url(../image/san.png);
	background-size: 100% 100%;
	width: 6px;
	height: 10px;
	left: -15px;
	top: 4px;
}

.nav ul li .nav-two .two-right ul li p {
	font-size: 14px;
	/* color: #fff; */
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
}

.nav .qie {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	line-height: 0;
	cursor: pointer;
	border-radius: 50% 0 0 50%;
	padding: 7px 0 10px 0;
	/* background: rgba(20, 44, 137, 0.8); */
	outline: none;
}

.nav .qie span {
	display: inline-block;
	width: 60%;
	margin-left: 30%;
	margin-right: 10%;
	margin-top: 3px;
	height: 2px;
	background: #DADADA;
	border-radius: 5px;
}

.two .nav .qie span {
	background-color: #4356A1;
}

/* 二级导航修改 */
.nav-three {
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0;
	left: 0;
	top: 100%;
	background: rgba(20, 44, 137, 0.6);
	transition: 1s;
	line-height: 1;
	color: #FFFFFF;
	text-align: left;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	display: none;
	opacity: 0;
}

.nav-three a {
	border: none !important;
}

.nav ul li .sub_left {
	width: 50%;
	float: left;
}

.nav ul li .sub_left .sub_left_a {
	width: 45%;
	margin-left: 10%;
	height: auto;
	float: left;
	overflow: hidden;
}

.nav ul li .sub_left .sub_left_a img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}

.nav ul li .sub_left .sub_left_a:hover img {
	cursor: pointer;
	transform: scale(1.1);
}

.nav ul li .nav-three .sub_left ul {
	width: 30%;
	height: auto;
	float: left;
	padding-left: 15%;
}

.nav ul li .nav-three .sub_left ul li {
	float: none;
	width: auto;
	height: auto;
	text-align: left;
	line-height: 40px;
}

.nav ul li .nav-three .sub_left ul li a {
	height: auto;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 10px;
	background: url(../image/nav_icon.png) no-repeat left center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.nav ul li .nav-three .sub_left ul li a:hover {
	padding-left: 15px;
}

.nav ul li .sub_right {
	width: 39%;
	float: right;
	border-left: dashed 1px #ffffff;
	padding: 0 5% 0 5%;
	display: block;
	float: right;
	overflow: hidden;
	min-height: 180px;
}

.nav ul li .sub_right h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 15px;
}

.nav ul li .sub_right p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}

.nav ul li .sub_right .more {
	width: 116px;
	height: 28px;
	border: 1px solid #ffffff;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.nav ul li .sub_right .more a {
	display: block;
	width: 100%;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.nav ul li .sub_right .more:hover {
	background: rgba(0, 0, 0, 0.1);
}


/* 其他屏幕 */
.nav-three {
	background: rgba(255, 255, 255, 0.9);
}

.nav ul li .nav-three .sub_left ul li a {
	color: #666666;
	background: url(../image/nav_icon-2.png) no-repeat left center;
}

.nav ul li .nav-three .sub_left ul li a:hover {
	padding-left: 15px;
	color: #3859A7;
}

.nav ul li .sub_right {
	border-color: #3859A7;
}

.nav ul li .sub_right h5 {
	color: #2a2a29;
}

.nav ul li .sub_right p {
	color: #5d5d5d;
}

.nav ul li .sub_right .more {
	border-color: #3859A7;
}

.nav ul li .sub_right .more a {
	color: #3859A7;
}

.nav ul li .sub_right .more:hover {
	border-color: #3859A7;
	background: #3859A7;
}

.nav ul li .sub_right .more:hover a {
	color: #FFFFFF;
}




/* nav-hover */

.nav ul li:hover a {
	border-bottom: 5px solid rgba(20, 44, 137, 1);
}

.nav ul li:hover .nav-two {
	height: auto;
	padding: 50px 0;
}

nav.two {
	background: #FFFFFF;
}

nav.two .nav .logo img:nth-child(1) {
	display: none;
}

nav.two .nav .logo img:nth-child(2) {
	display: block;
}

nav.two .nav ul li a {
	color: #333333;
}

nav.two .nav ul .sou img:nth-child(1) {
	display: none;
}

nav.two .nav ul .sou img:nth-child(2) {
	display: block;
}

nav.two .nav ul li:hover a {
	border-bottom: 5px solid rgba(20, 44, 137, 0.2);
}

/* xiu */
nav.two .nav-two {
	background: rgba(255, 255, 255, 0.9);
}

nav.two .nav ul li .two-right ul a {
	color: #0067AC;
}

nav.two .nav ul li .two-right ul li a {
	color: #222222;
}

nav.two .nav ul li .two-right ul li p {
	color: #888888;
}



/* 轮播 */
#swiper1 {
	width: 100%;
	height: 100%;
}

#swiper1 .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}

#swiper1 .swiper-pagination-bullet {
	width: 4px;
	height: 12px;
	position: relative;
	display: inline-block;
	border-radius: 0;
	background: #FFFFFF;
	opacity: 1;
}

#swiper1 .swiper-pagination-bullet-active {
	height: 26px;
	top: 7px;
}

#swiper1 .swiper-pagination {
	bottom: 20px;
	height: 30px;
	line-height: 30px;
}

/* ?banner */
/* 1 */
.b1 .b1_content {
	position: absolute;
	right: 15%;
	top: 25%;
}

.b1 .b1_content h2 {
	font-family: "hyjxt.TTF";
	width: 70px;
	font-size: 70px;
	color: #fff;
	float: left;
	line-height: 70px;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(0, 500px);
	-ms-transform: translate(0, 500px);
	transform: translate(0, 500px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.b1 .b1_content span {
	display: block;
	width: 1px;
	height: 200px;
	float: left;
	margin: 0 22px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.b1 .b1_content span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e88f2f;
	top: -100%;
	left: 0;
}

.b1 .b1_content .b1_right {
	float: left;
}

.b1 .b1_content .b1_right h3,
.b1 .b1_content .b1_right h4 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	line-height: 55px;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(500px, 0);
	-ms-transform: translate(500px, 0);
	transform: translate(500px, 0);
}

.b1 .b1_content .b1_right h3 {
	font-family: "微软雅黑";
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.b1 .b1_content .b1_right h4 {
	font-family: "微软雅黑";
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.b1 .b1_content .b1_right p {
	font-family: "微软雅黑";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 40px;
	font-weight: normal;
	margin-top: 10px;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(-500px, 0);
	-ms-transform: translate(-500px, 0);
	transform: translate(-500px, 0);
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.b1.swiper-slide-active .b1_content h2,
.b1.swiper-slide-active .b1_content h3,
.b1.swiper-slide-active .b1_content h4,
.b1.swiper-slide-active .b1_content p {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.b1.swiper-slide-active .b1_content span::before {
	top: 0;
	-webkit-transition: 5s linear;
	-moz-transition: 5s linear;
	transition: 5s linear;
}

@media screen and (max-width: 640px) {
	.b1 .b1_content {
		right: 12%;
	}

	.b1 .b1_content h2 {
		font-size: 40px;
		line-height: 54px;
		width: 30px;
	}

	.b1 .b1_content span {
		height: 160px;
	}

	.b1 .b1_content .b1_right h3 {
		font-size: 20px;
	}

	.b1 .b1_content .b1_right h4 {
		font-size: 20px;
		line-height: 28px;
		/* margin-top: 16px; */
	}

	.b1 .b1_content .b1_right p {
		font-size: 0.9rem;
		margin-top: 30px;
		line-height: 25px;
	}
}

@media screen and (max-width: 500px) {
	.b1 .b1_content {
		right: 0;
		width: 80%;
		padding: 0 10%;
		text-align: center;
	}

	.b1 .b1_content h2 {
		font-size: 40px;
		line-height: 68px;
		width: auto;
		float: none;
		letter-spacing: 5px;
	}

	.b1 .b1_content span {
		height: 1px;
		width: 200px;
		margin: 0 auto;
		float: none;
	}

	.b1 .b1_content .b1_right {
		float: none;
	}

	.b1 .b1_content .b1_right h3 {
		font-size: 14px;
		margin-top: 10px;
	}

	.b1 .b1_content .b1_right h4 {
		font-size: 14px;
		line-height: 38px;
	}

	.b1 .b1_content .b1_right p {
		font-size: 14px;
	}

	.b1 .b1_content span:before {
		left: -100%;
		top: 0;
	}

	.b1.swiper-slide-active .b1_content span:before {
		left: 0;
	}
}


/* 2 */

.b2 .container {
	text-align: center;
	margin: 0 auto;
	padding-top: 34%;
	height: 100%;
	position: relative;
}

.b2 h6,
.b2 h2 {
	font-family: "hyjxt.TTF";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(500px, 0);
	-ms-transform: translate(500px, 0);
	transform: translate(500px, 0);
}

.b2 h6 {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	letter-spacing: 0.1rem;
}

.b2 h2 {
	font-size: 70px;
	color: #fff;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	/* font-weight: 900; */
}

.b2 h2 b {
	font-family: "hyjxt.TTF";
	font-size: 60px;
	color: #EADF34;
	font-weight: 100;
}

.b2 span {
	display: block;
	width: 50%;
	height: 1px;
	background: #fff;
	margin: 2% auto;
	position: relative;
	overflow: hidden;
}

.b2 span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #e88f2f;
	left: -100%;
	top: 0;
}

.b2 p {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	margin-top: 3%;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(-500px, 0);
	-ms-transform: translate(-500px, 0);
	transform: translate(-500px, 0);
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.b2.swiper-slide-active h6,
.b2.swiper-slide-active h2,
.b2.swiper-slide-active p {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.b2.swiper-slide-active span::after {
	left: 0;
	-webkit-transition: 5s linear;
	-moz-transition: 5s linear;
	transition: 5s linear;
}

@media screen and (max-width: 990px) {
	.b2 h6 {
		margin-top: 35%;
		letter-spacing: 0.2rem;
	}

	.b2 h2 {
		font-size: 56px;
	}

	.b2 h2 b {
		font-size: 48px;
	}

	.b2 span {
		width: 70%;
	}

	.page-pagination {
		width: 50px;
	}

	.page-pagination span {
		width: 20px;
	}

	.page-pagination span.page-bullet-active {
		width: 50px;
	}
}

@media screen and (max-width: 750px) {
	.b2>.container {
		width: 85%;
		padding: 0 7.5%;
	}

	.b2 h6 {
		letter-spacing: 0;
		font-size: 18px;
		margin-top: 45%;
	}

	.b2 h2 {
		font-size: 40px;
	}

	.b2 h2 b {
		font-size: 38px;
	}

	.b2 h2 u {
		/* display: block; */
	}

	.b2 span {
		width: 80%;
	}

	.b2 p {
		font-size: 20px;
	}

	.page-pagination {
		width: 50px;
	}

	.page-pagination span {
		width: 20px;
	}

	.page-pagination span:before {
		display: none;
	}

	.page-pagination span.page-bullet-active {
		width: 50px;
	}
}

@media screen and (max-width: 570px) {
	.b2>.container {
		padding: 0;
	}

	.b2 h6 {
		letter-spacing: 0;
		font-size: 16px;
		margin-top: 55%;
	}

	.b2 h2 {
		font-size: 30px;
		margin-top: 10px;
	}

	.b2 h2 b {
		font-size: 26px;
		color: #FFFFFF;
		font-weight: normal;
	}

	.b2 span {
		width: 70%;
		margin: 8% auto;
		margin-top: 3%;
	}

	.b2 p {
		font-size: 14px;
	}

	.page-pagination {
		width: 20px;
		right: 5px;
	}

	.page-pagination span {
		width: 10px;
	}

	.page-pagination span:before {
		display: none;
	}

	.page-pagination span.page-bullet-active {
		width: 20px;
	}
}



/* 3 */
.b3 .b3_content {
	text-align: right;
	position: absolute;
	left: 50%;
	margin-left: -397.5px;
	top: 35%;
}

.b3 .b3_content p,
.b3 .b3_content h6 {
	font-family: "hyjxt.TTF";
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(500px, 0);
	-ms-transform: translate(500px, 0);
	transform: translate(500px, 0);
}

.b3 .b3_content h2 {
	font-family: "hyjxt.TTF";
	font-size: 70px;
	color: #fff;
	letter-spacing: 5px;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(-500px, 0);
	-ms-transform: translate(-500px, 0);
	transform: translate(-500px, 0);
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
margin-top: 45px;
}

.b3 .b3_content h2 b {
	font-family: "hyjxt.TTF";
	font-size: 70px;
	color: #fff;
	letter-spacing: 5px;
	font-weight: 100;
	margin-left: 55px;
}

.b3 .b3_content p,
.b3 .b3_content h6 {
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transform: translate(500px, 0);
	-ms-transform: translate(500px, 0);
	transform: translate(500px, 0);
}

.b3 .b3_content p {
	font-size: 23px;
	margin-top: 20px;
	color: #fff;
	letter-spacing: 2px;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
	text-align: left;
}

.b3 .b3_content h6 {
	font-family: "微软雅黑";
	font-size: 30px;
	color: #fff;
	line-height: 50px;
	width: 350px;
	text-align: left;
	float: right;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
	font-weight: normal;
}

.b3 .b3_content h6 u {
	display: block;
}

.b3 .b3_content img {
	position: absolute;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	filter: "alpha(opacity=0)";
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	transition-delay: 0s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.b3 .b3_content img.b3_img1 {
	left: -65px;
	top: -60px;
	-webkit-transform: translate(500px, -500px);
	-ms-transform: translate(500px, -500px);
	transform: translate(500px, -500px);
}

.b3 .b3_content img.b3_img2 {
	left: -55px;
	top: -50px;
	-webkit-transform: translate(-500px, 500px);
	-ms-transform: translate(-500px, 500px);
	transform: translate(-500px, 500px);
}

.b3.swiper-slide-active .b3_content p,
.b3.swiper-slide-active .b3_content h2,
.b3.swiper-slide-active .b3_content h6,
.b3.swiper-slide-active .b3_content img {
	-khtml-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	filter: "alpha(opacity=100)";
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media screen and (max-width: 990px) {
	.b3 .b3_content {
		text-align: left;
		margin-left: -278px;
		top: 40%;
	}

	.b3 .b3_content h2 {
		font-size: 40px;
margin-top: 0;
	}

	.b3 .b3_content h2 b {
		font-size: 40px;
	}

	.b3 .b3_content p {
		letter-spacing: 0;
		margin-top: 0;
	}

	.b3 .b3_content h6 {
		width: auto;
		float: none;
		font-size: 20px;
		margin-top: -10px;
	}

	.b3 .b3_content h6 u {
		display: none;
	}

	.b3 .b3_content img {
		width: 190px;
		height: 320px;
	}

	.b3 .b3_content img.b3_img1 {
		left: -70px;
		top: -112px;
	}

	.b3 .b3_content img.b3_img2 {
		left: -60px;
		top: -102px;
	}
}

@media screen and (max-width: 720px) {
	.b3 .b3_content {
		text-align: center;
		width: 80%;
		margin-left: -40%;
		top: 20%;
	}

	.b3 .b3_content h2 {
		font-size: 30px;
		margin: 5% 0;
		webkit-transition-delay: .5s;
		transition-delay: .5s;
	}

	.b3 .b3_content h2 b {
		font-size: 30px;
		display: block;
		margin-left: 0;
	}

	.b3 .b3_content p {
		letter-spacing: 0;
		webkit-transition-delay: .2s;
		transition-delay: .2s;
		text-align: center;
		font-size: 1rem;
	}

	.b3 .b3_content h6 {
		text-align: center;
		webkit-transition-delay: .8s;
		transition-delay: .8s;
		font-size: 14px;
	}

	.b3 .b3_content h6 u {
		display: block;
	}

	.b3 .b3_content img {
		display: none;
	}

	.b3_content p u {
		display: block;
	}
}

/* about */

.about {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.about-1 {
	margin-top: 200px;
}

.about-left {
	width: 48%;
	float: left;
	position: relative;
	height: 470px;
}

.about-right {
	width: 52%;
	float: left;
}

.ab-img-1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 359px;
	height: 240px;
	overflow: hidden;
	max-width: 76%;
	border-radius: 20px;
}

.ab-img-2 {
	position: absolute;
	left: 7%;
	top: 40px;
	width: 76%;
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
}

.ab-img-1 img,
.ab-img-2 img {
	width: 100%;
	transition: all 1s;
	border-radius: 20px;
}

.ab-img-2:hover img,
.ab-img-1:hover img {
	transform: scale(1.1);
}

.about-right {
	padding-top: 40px;
}

.bt-one {
	width: 270px;
	height: 110px;
	background: url(../image/bt-zou.png) no-repeat;
	background-position-x: right;
}

.bt-one span {
	font-size: 2.8rem;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
}

.bt-one p {
	font-size: 1.25rem;
	color: #152B77;
	font-weight: 600;
	margin-top: -10px;
}

.about-cont {
	margin-top: 55px;
}

.about-cont p {
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 30px;
	color: #333333;
}

.about-cont a {
	display: inline-block;
	overflow: hidden;
	padding: 13px 0;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 100%;
	margin-top: 60px;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.about-cont a::before {
	position: absolute;
	content: " ";
	background: rgba(2, 95, 211, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	transform: scale(0);
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.about-cont a span {
	position: relative;
	z-index: 2;
}

.about-cont a:hover::before {
	opacity: 1;
	transform: scale(1) rotateX(180deg);
}

.about-cont a:hover {
	border: none;
	border-radius: 5px;
}

.about-2 {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}

.about_list {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-around;
}

.about_list li {
	width: 20%;
}

.about_list li a {
	display: block;
	border: 1px solid #fff;
	padding: 25px 6%;
	text-align: center;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.about_list li a .icon {
	width: 48.5px;
	height: 47px;
	line-height: 47px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.about_list li a .icon img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.about_list li a:hover .icon img {
	transform: rotateZ(360deg);
}

.about_list li a h5 {
	font-size: 22px;
	color: #fff;
	margin-top: 15px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.about_list li a .box {
	position: absolute;
	top: -100%;
	left: -100%;
	background: rgba(2, 95, 211, 0.5);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.about_list li a .box.trans {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	backface-visibility: hidden;
}

/* 服务业务 */
.fw,
.team,
.contact {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.fw-1,
.team-1,
.contact-1 {
	margin-top: 180px;
}

.bt-two {
	width: 210px;
	background: url(../image/bt-2.png) no-repeat;
	background-position: right;
}

.bt-two p {
	color: #FFFFFF;
}

.fw-2 {
	margin-top: 110px;
}

.fw-2 ul {
	display: block;
	width: 100%;
}

.fw-2 ul li {
	width: 24.5%;
	margin: 0 0.25%;
	float: left;
	position: relative;
	height: 456px;
	overflow: hidden;
	line-height: 1;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	border-radius: 4px;
}

.fw-2 ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 4px);
	border-left: 2px solid rgba(255, 255, 255, 0.4);
	border-right: 2px solid rgba(255, 255, 255, 0.4);
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	border-radius: 5px;
	transform: scale(1, 0);
}

.fw-2 ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: calc(100% - 4px);
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	border-bottom: 2px solid rgba(255, 255, 255, 0.4);
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	border-radius: 5px;
	transform: scale(0, 1);
}

.fw-2 ul li a {
	outline: none;
	position: absolute;
	display: block;
	width: 80%;
	margin: 0 10%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	z-index: 2;
}

.fw-2 ul li a .icon {
	width: 100%;
	height: 30%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.fw-2 ul li:nth-child(1) a .icon {
	background: url(../image/fw-11.png) no-repeat;
	background-position: center;
}

.fw-2 ul li:nth-child(2) a .icon {
	background: url(../image/fw-22.png) no-repeat;
	background-position: center;
}

.fw-2 ul li:nth-child(3) a .icon {
	background: url(../image/fw-33.png) no-repeat;
	background-position: center;
}

.fw-2 ul li:nth-child(4) a .icon {
	background: url(../image/fw-44.png) no-repeat;
	background-position: center;
}

.fw-2 ul li a p:nth-child(2) {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 600;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.fw-2 ul li a p:nth-child(4) {
	color: #FFFFFF;
	font-size: 0.875rem;
	margin-top: 20px;
	line-height: 2;
	height: 84px;
	text-align: left;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.fw-2 ul li a span {
	display: inline-block;
	width: 30px;
	height: 4px;
	margin-top: 50px;
	background: #FFFFFF;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.fw-2 ul li a .j {
	margin: 0 auto;
	margin-top: 50px;
	width: 40px;
	height: 40px;
	border: 2.5px solid #FFFFFF;
	border-radius: 50%;
	background: url(../image/j.png) no-repeat;
	background-position: center;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.fw-2 ul li a .j:hover {
	box-shadow: 0 0 30px 5px #FFFFFF;
}

.fw-2 ul li a .j img {
	height: 50%;
	width: 30%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fw-2 ul li:hover::before,
.fw-2 ul li:hover::after {
	transform: scale(1, 1);
}
/* .fw-2 ul li img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	opacity: 0;
} */
.fw-2 ul li:hover {
	/* background: url(../image/fw-2.png); */
	background-color: rgba(2, 95, 211, 0.4);
}

/* .fw-2 ul li:hover img {
	transform: scale(1.1);
	opacity: 0.6;
} */

.fw-2 ul li:hover a .j {
	background: url(../image/j-2.png) no-repeat;
	background-color: #FFFFFF;
	background-position: center;
}

.fw-2 ul li:hover a .j img {
	display: none;
}


/* team */
.team-img {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 80px;
	line-height: 1;
}

/* 修改之后 */
.team-2 {
	display: inline-block;
	width: 100%;
}

.team-2 li {
	display: inline-block;
	overflow: hidden;
	float: left;
	background: rgba(255, 255, 255, 0.24);
	height: 240px;
	width: 25%;
	position: relative;
}

.team-2 li:nth-child(2) {
	background: rgba(44, 53, 122, 0.4);
}

.team-2 li:nth-child(4) {
	background: rgba(217, 39, 39, 0.4);
}

.team-2 li:nth-child(5) {
	background: rgba(233, 138, 48, 0.4);
}

.team-2 li:nth-child(7) {
	background: rgba(139, 172, 60, 0.4);
}

.team-2 li .img {
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.team-2 li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	padding: 10%;
}

.team-3 p {
	color: #FFFFFF;
	font-size: 1.25rem;
	line-height: 30px;
}

.team-3 span {
	display: block;
	margin-top: 30px;
	width: 20px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-3 a {
	color: #FFFFFF;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	border: 1px solid #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-2 li img:hover {
	transform: scale(1.2);
}

.team-3 a:hover {
	background: #025FD3;
	border-color: #025FD3;
	border-radius: 5px;
	box-shadow: 0 0 20px 1px rgba(2, 95, 211, 0.8);
}
.team-4 li .team-3 p:nth-child(2) {
	display: none;
}





/* 联系我们 */
.contact-3 {
	margin-top: 50px;
}
.contact-3::before {
	content: "";
	display: table;
}

.con-left {
	width: 90%;
	margin-left: 5%;
	height: 480px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 1px 0 50px 1px #093776;
	background: rgba(255, 255, 255, 0.24);
	float: left;
}

.con-lf-top {
	width: 100%;
	height: 88px;
	background: #32619B;
	padding-left: 30px;
	display: none;
}

.con-lf-top img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
	max-height: 75%;
}

.con-lf-cont {
	width: 37%;
	padding: 0 5%;
	height: 100%;
	padding-top: 3%;
	box-sizing: border-box;
	float: left;
}

.con-lf-cont .detail {
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #96AECB;
}

.con-lf-cont .detail label {
	font-size: 1.125rem;
	color: #FFFFFF;
	font-weight: 600;
	display: block;
	padding-bottom: 20px;
	letter-spacing: 0.3rem;
}

.con-lf-cont .detail span {
	display: inline-block;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}

.con-lf-cont .detail p {
	color: #FFFFFF!important;
	line-height: 30px;
	letter-spacing: 0.5rem;
}

.con-lf-cont .ma {
	padding-top: 30px;
}

.con-lf-cont .ma div {
	float: left;
	width: 100px;
}

.con-lf-cont .ma a {
	float: left;
	display: inline-block;
	width: 100px;
	margin-left: 80px;
	outline: none;
}

.con-lf-cont .ma a:hover img {
	box-shadow: 0 0 20px 1px #FFFFFF;
}

.con-lf-cont .ma img {
	width: 100%;
	height: 100px;
}

.con-lf-cont .ma p {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.875rem;
}

.con-right {
	width: 63%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	float: right;
	position: relative;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;      
	writing-mode: vertical-rl;
	text-align: center;
}

.con-right img {
	width: 100%;
}

.con-right .bj {
	position: absolute;
	width: 25px;
	left: 49.4%;
	top: 44.5%;
}

.con-right .bg {
	position: absolute;
	width: 250px;
	left: 35%;
	top: 50%;
}

.con-right .wz {
	position: absolute;
	width: 180px;
	left: 39.5%;
	top: 55.5%;
}


/* footer */
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(19, 20, 29, 0.4);
	height: 100px;
	color: #FFFFFF;
	text-align: center;
}

.fot-left {
	display: inline-block;
	float: left;
	line-height: 50px;
}

.fot-img {
	float: left;
	height: 100px;
}

.fot-img img {
	height: 80%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fot-list {
	width: 400px;
	float: left;
	padding-left: 30px;
}

footer ul {
	display: block;
	height: 50px;
	line-height: 70px;
}

footer ul li {
	float: left;
	text-align: left;
}

footer ul li a {
	font-size: 0.875rem;
}

.fot-list p {
	font-size: 0.75rem;
	text-align: left;
	display: block;
	line-height: 0;
	float: left;
}

.fot-list p img {
	display: none;
}

.fot-list p a {
	font-size: 0.75rem;
}

footer .fot-right {
	display: inline-block;
	float: right;
	line-height: 100px;
	font-size: 0.875rem;
}

footer .fot-right a {
	font-size: 0.875rem;
}

footer a {
	color: #FFFFFF;
	margin: 0 5px;
}

footer a:hover {
	color: #FFFFFF;
}


/* bt-threee */
.bt-three {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
}

.bt-three span {
	font-size: 1.5rem;
}

.bt-three p {
	font-size: 1.875rem;
	font-weight: 600;
	position: relative;
	letter-spacing: 0.5rem;
}

.bt-three p::before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	right: 56%;
	background: url(../image/bt-left.png) no-repeat;
	background-position: center right;
}

.bt-three p::after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	left: 56%;
	background: url(../image/bt-right.png) no-repeat;
	background-position: center left;
}
