.banner {
	width: 100%;
	position: relative;
}

.banner-swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	background-color: #020a55;

}

.swiper-container {
	width: 100%;
	height: auto;
}

.swiper-slide {}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.banner-box-li img {
	cursor: pointer;
}


.banner-swiper .swiper-pagination-bullet {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	width: 40px;
	height: 8px;
	margin: 0 8px !important;
	border-radius: 0;
	overflow: hidden;
	background-color: rgba(2, 9, 72, 1);
	line-height: 999px;
	border: 1px solid rgba(255, 255, 255, .3);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}

.banner-swiper .swiper-pagination {
	bottom: 75px !important;
}

.banner-swiper .img-box {
	width: 100%;
	height: auto;
	position: relative;
}

.banner-swiper .img-box img {
	width: 100%;
	min-height: 540px;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner-swiper .txt-box {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	margin-top: 49px;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.banner-swiper .txt-box h2 {
	line-height: 1;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 50px;
}

.banner-swiper .txt-box p {
	line-height: 35px;
	font-size: 16px;
}

.banner-swiper .txt-box-link {
	width: 100%;
	margin-top: 28px;
	font-size: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.banner-swiper .txt-box-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	margin-right: 40px;
	position: relative;
	color: #fff;
	box-sizing: border-box;
}


.banner-swiper .txt-box-link a span{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.banner-swiper .txt-box-link a:first-child {
	background: -o-linear-gradient(315deg, #2b7aff, #2bbfff);
	background: linear-gradient(135deg, #2b7aff, #2bbfff);
}

.banner-swiper .txt-box-link a i {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 20px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.banner-swiper .txt-box-link a:hover span{
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.banner-swiper .txt-box-link a:hover i{
	-webkit-transform: translateX(+5px);
	-ms-transform: translateX(+5px);
	transform: translateX(+5px);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.banner-swiper .txt-box h2,
.banner-swiper .txt-box p,
.banner-swiper .txt-box-link {
	opacity: 0;
}



.banner-swiper .swiper-slide-active .txt-box h2 {
	-webkit-animation: indbanLeft 1s ease both .4s;
	animation: indbanLeft 1s ease both .4s;
}

.banner-swiper .swiper-slide-active .txt-box p {
	-webkit-animation: indbanLeft 1s ease both .6s;
	animation: indbanLeft 1s ease both .6s;
}

.banner-swiper .swiper-slide-active .txt-box-link {
	-webkit-animation: indbanOpacity 1s ease both .9s;
	animation: indbanOpacity 1s ease both .9s;
}


@-webkit-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


@keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes indbanOpacity {
	0% {
		opacity: 0;
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes indbanOpacity {
	0% {
		opacity: 0;
		-webkit-transform: translateX(80px);
		transform: translateX(80px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


.banner-swiper .img-box-pro {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	-webkit-transition: all 1s ease .5s;
	-o-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
}

.banner-swiper .swiper-slide-active .img-box-pro {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}




.banner-b {
	position: absolute;
	z-index: 4;
	bottom: -60px;
	left: 0;
	width: 100%;
}

.banner-b ul {
	margin-left: -1%;
}

.banner-b li {
	opacity: 0;
	-webkit-animation: indtabLi 1s ease both;
	animation: indtabLi 1s ease both;
	width: 19%;
	margin-left: 1%;
	float: left;
	position: relative;
}

.banner-b li:hover {
	
}

.banner-b li::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 4px 20px 2px rgba(43, 188, 255, .5);
	box-shadow: 0 4px 20px 2px rgba(43, 188, 255, .5);
	background: -o-linear-gradient(left, #2b79ff, #2bbfff);
	background: -webkit-gradient(linear, left top, right top, from(#2b79ff), to(#2bbfff));
	background: linear-gradient(90deg, #2b79ff, #2bbfff);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.banner-b li:hover::after {
	width: 100%;
	opacity: 1;
}

.banner-b li:nth-child(1) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.banner-b li .li-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	background-color: #fff;
	padding: 20px 25px;
	height: 100px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.banner-b .img-box {
	width: 60px;
	height: 60px;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.banner-b .img-box img {
	width: 60px;
	height: auto;
}

.banner-b .img-box .img1 {}

.banner-b .img-box .img2 {
	display: none;
}

.banner-b .txt-box {
	width: calc(100% - 82px);
	float: right;
	position: relative;
	z-index: 2;
}

.banner-b .txt-box h4 {
	font-size: 20px;
	color: #111;
	font-weight: bold;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.banner-b .txt-box p {
	font-size: 14px;
	color: #666;
	margin-top: 8px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.banner-b li:hover .li-box .img1 {
	display: none;
}

.banner-b li:hover .li-box .img2 {
	display: block;
}

.banner-b li:hover .li-box .txt-box h4,
.banner-b li:hover .li-box .txt-box p {
	color: #fff;
}

.banner-b li {
	opacity: 0;
	-webkit-animation: indtabLi 1s ease both;
	animation: indtabLi 1s ease both;
}

.banner-b li:nth-child(1) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.banner-b li:nth-child(2) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.banner-b li:nth-child(3) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.banner-b li:nth-child(4) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.banner-b li:nth-child(5) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

@-webkit-keyframes indtabLi {
	0% {
		opacity: 0;
		-webkit-transform: translateY(68px);
		transform: translateY(68px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes indtabLi {
	0% {
		opacity: 0;
		-webkit-transform: translateY(68px);
		transform: translateY(68px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}






.index-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.index-title-dian {
	margin-right: 6px;
}

.index-title-box {}

.index-title h2 {
	margin-bottom: 15px;
	line-height: 1;
	font-size: 34px;
}

.index-title p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	position: relative;
	left: -8px;
}

.index-title.font-white h2 {
	color: #fff;
}

.index-title.font-white p {
	color: #cacaca;
}
.index-box2 .index-title.font-white p {
	color: #8d92c2;
}







.index-box1 {
	width: 100%;
	height: 865px;
	padding: 125px 0 150px;
	background: #f3f3f3 url(../image/index-box1-bj.png) no-repeat center center;
	background-size: 1920px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-box1-box {
	width: 100%;
	margin-top: 35px;
}

.index-box1-box .left {
	float: left;
	width: 315px;
	height: 530px;
	background: url(../image/index-services-l.jpg) no-repeat center right;
}

.index-box1-box .left p {
	padding: 52px 40px 50px 70px;
	line-height: 42px;
	font-size: 16px;
	color: #252525;
}

.index-box1-box .right {
	float: left;
	width: calc(100% - 315px);
	height: 530px;
	background-color: #fff;
}

.index-box1-box .right li {
	width: 33.3333%;
	float: left;
	height: 265px;
	padding: 35px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-box1-box .right li:nth-child(3n):before {
	display: none;
}

.index-box1-box .right li:nth-child(n+4):after {
	display: none;
}

.index-box1-box .right li::before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #dae0e5;
	top: 0;
	right: 0;
}

.index-box1-box .right li::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #dae0e5;
	bottom: 0;
	left: 0;
}

.index-box1-box .txt-box {
	width: 100%;
	text-align: center;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-box1-box .txt-box img {
	display: block;
	width: 90px;
	height: auto;
	overflow: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.index-box1-box .txt-box h4 {
	margin-bottom: 14px;
	line-height: 1;
	font-size: 24px;
}

.index-box1-box .txt-box p {
	line-height: 22px;
	font-size: 14px;
	color: #666;
}

.index-box1-box .txt-box-link {
	width: 100%;
	position: absolute;
	bottom: -60px;
	left: 0;
	font-size: 0;
	z-index: 4;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-box1-box .txt-box-link a:last-child {
	background: -o-linear-gradient(315deg, #2b79ff, #2bbeff);
	background: linear-gradient(135deg, #2b79ff, #2bbeff);
	color: #fff;
}

.index-box1-box .txt-box-link a {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.index-box1-box .txt-box-link a span{
	display: inline-block;
	line-height: 60px;
}

.index-box1-box .txt-box-link a i {
	font-size: 20px;
	display: inline-block;
	top: 0;
}

.index-box1-box .right li:hover .txt-box-link {
	bottom: 0;
}

.index-box1-box .right li:hover .txt-box img {
	opacity: 0;
}

.index-box1-box .right li:hover .txt-box {
	-webkit-transform: translateY(-66px);
	-ms-transform: translateY(-66px);
	transform: translateY(-66px);
}

.index-box1-box .right li:hover {
	-webkit-box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0 4px 16px 0px rgba(0, 0, 0, 0.12);
	z-index: 2;
}




.index-box2 {
	width: 100%;
	height: 710px;
	padding: 70px 0 60px;
	background-color: #020a55;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.index-box2-content {
	width: 100%;
	position: relative;
	margin-top: 16px;
}

.index-box2 .hd {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 4;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.index-box2 .hd:after {
	content: "";
	position: absolute;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .2;
}

.index-box2 .hd .swiper-container {
	padding-bottom: 6px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.index-box2 .hd .txt-box {
	width: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.index-box2 .hd .txt-box p {
	height: 85px;
	line-height: 85px;
	color: #fff;
	font-size: 18px;
}

.index-box2 .hd .txt-box i {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	background: #fff;
}

.index-box2 .hd .txt-box.on i {
	width: 100%;
	border-radius: 0;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -1px;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.industry-bd-swiper .img-box {
	width: 100%;
	height: auto;
	position: relative;
}

.industry-bd-swiper .img-box img {
	width: 100%;
	height: 540px;
	-o-object-fit: cover;
	object-fit: cover;
}

.industry-bd-swiper .txt-box {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	
	color: #fff;
	-webkit-transform: translateY(-36%);
	-ms-transform: translateY(-36%);
	transform: translateY(-36%);
	width: 100%;
}

.industry-bd-swiper .txt-box h2 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 25px;
}

.industry-bd-swiper .txt-box p {
	line-height: 35px;
	font-size: 16px;
}

.industry-bd-swiper .txt-box-link {
	width: 100%;
	margin-top: 28px;
	font-size: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.industry-bd-swiper .txt-box-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	color: #fff;
}

.industry-bd-swiper .txt-box-link a:first-child {
	background: -o-linear-gradient(315deg, #2b7aff, #2bbfff);
	background: linear-gradient(135deg, #2b7aff, #2bbfff);
}

.industry-bd-swiper .txt-box-link a span {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.industry-bd-swiper .txt-box-link a i {
	display: inline-block;
	font-size: 20px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.industry-bd-swiper .txt-box-link a:hover span{
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.industry-bd-swiper .txt-box-link a:hover i{
	-webkit-transform: translateX(+5px);
	-ms-transform: translateX(+5px);
	transform: translateX(+5px);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}


.industry-bd-swiper .txt-box h2,
.industry-bd-swiper .txt-box p,
.industry-bd-swiper .txt-box-link {
	opacity: 0;
}

.industry-bd-swiper .swiper-slide-active .txt-box h2 {
	-webkit-animation: indbanLeft 1s ease both .4s;
	animation: indbanLeft 1s ease both .4s;
}

.industry-bd-swiper .swiper-slide-active .txt-box p {
	-webkit-animation: indbanLeft 1s ease both .6s;
	animation: indbanLeft 1s ease both .6s;
}

.industry-bd-swiper .swiper-slide-active .txt-box-link {
	-webkit-animation: indbanOpacity 1s ease both .9s;
	animation: indbanOpacity 1s ease both .9s;
}





.index-box3 {
	width: 100%;
	height: 1184px;
	padding: 70px 0 70px;
	background: #f5f7f9 url(../image/index-box3-bj.jpg) no-repeat center center;
	background-size: 1920px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.index-box3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}

.index-box3 li {
	width: 384px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.index-box3 .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 384px;
	height: 135px;
}

.index-box3 .img-box img {
	width: 384px;
	height: 135px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-box3 .txt-box {
	position: absolute;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 65px;
	background-color: #fff;
	border-top: 1px solid #ececec;
}

.index-box3 .txt-box p {
	font-size: 18px;
}




.index-box4 {
	width: 100%;
	height: 610px;
	padding: 70px 0 70px;
	background: #091336 url(../image/index-box4-bj.jpg) no-repeat center center;
	background-size: 1920px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.index-box4 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 45px;
}

.index-box4 li {
	width: 384px;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 25px 25px 20px;
	background-color: #f4f4f4;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.index-box4 .img-box {
	width: 340px;
	
	overflow: hidden;
	padding: 6px 0px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 10px 0 rgba(64, 158, 255, .1);
	        box-shadow: 0 8px 10px 0 rgba(64, 158, 255, .1);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.index-box4 .img-box img {
	width: 340px;
	height: 225px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.index-box4 .txt-box {
	line-height: 1.7;
	padding: 30px 0 0;
	font-size: 16px;
}




.index-box5 {
	width: 100%;
	height: 630px;
	padding: 70px 0 70px;
	background: #f7f8f9 url(../image/index-box5-bj.png) no-repeat center center;
	background-size: 1920px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.index-box5-content {
	width: 100%;
	height: 476px;
	position: relative;
}

.index-box5-content .map-dw {
	width: 22px;
	height: 22px;
	position: absolute;
}

.index-box5-content .map-bj {
	width: 30px;
	height: 30px;
	right: 165px;
	top: 85px;
}

.index-box5-content .map-tj {
	right: 155px;
	top: 110px;
}

.index-box5-content .map-xa {
	right: 255px;
	top: 188px;
}

.index-box5-content .map-cd {
	right: 332px;
	top: 235px;
}

.index-box5-content .map-wh {
	right: 195px;
	top: 240px;
}

.index-box5-content .map-sh {
	right: 92px;
	top: 225px;
}

.index-box5-content .map-gz {
	right: 195px;
	top: 343px;
}

.index-box5-content .map-sz {
	right: 182px;
	top: 362px;
}

.index-box5 .txt-box {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 36px;
	margin-top: -64px;
	color: #fff;
	-webkit-transform: translateY(-36%);
	-ms-transform: translateY(-36%);
	transform: translateY(-36%);
	width: 100%;
}

.index-box5 .txt-box h2 {
	line-height: 50px;
	font-size: 22px;
	color: #333;
}

.index-box5 .txt-box p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
}

.index-box5 .txt-box p span {
	padding: 0 5px;
}

.index-box5 .txt-box-link {
	width: 100%;
	margin-top: 35px;
	font-size: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.index-box5 .txt-box-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 140px;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	color: #fff;
}

.index-box5 .txt-box-link a:first-child {
	background: -o-linear-gradient(315deg, #2b7aff, #2bbfff);
	background: linear-gradient(135deg, #2b7aff, #2bbfff);
}

.index-box5 .txt-box-link a i {
	display: inline-block;
	font-size: 20px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.index-box5 .txt-box-link a span {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.index-box5 .txt-box-link a:hover span{
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.index-box5 .txt-box-link a:hover i{
	-webkit-transform: translateX(+5px);
	-ms-transform: translateX(+5px);
	transform: translateX(+5px);
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}