@charset "utf-8";

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.header {
	width: 100%;
	padding: 26px 0;
}

.header h1 {
	width: 268px;
	height: 68px;
	background: url(../images/logo.png) center center no-repeat;
	float: left;
}

.header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

.header .header_nav {
	float: left;
	margin-left: 55px;
	margin-top: 20px;

}

.header .header_nav ul li {
	float: left;
	margin-right: 55px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.header .header_nav ul li:last-child {
	margin-right: 0;
}

.header .header_nav ul li:hover {
	color: #2e3092;
}

.header .search {
	float: right;
	position: relative;
	margin-top: 15px;
}

.header .search input.text {
	width: 179px;
	height: 38px;
	line-height: 38px;
	color: #666;
	background-color: #f1f1f1;
	border-radius: 19px;
	box-sizing: border-box;
	padding-left: 20px;
}

.header .search input.submit {
	position: absolute;
	right: 20px;
	top: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background: url(../images/search.png);
	width: 21px;
	height: 21px;
	display: inline-block;
	cursor: pointer;
}

/*ibanner*/
.ibanner .swiper-container .swiper-pagination {
	bottom: 45px;
	overflow: hidden;
}

.ibanner .swiper-container .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	margin: 0 10px !important;
	width: 10px;
	height: 10px;
}

.ibanner .swiper-container .swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 20px;
	transition: all .5s;
}

/*tit1*/
.tit1 {
	text-align: center;
	padding: 66px 0 58px;
}

.tit1 h2 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}

.tit1 p {
	font-size: 16px;
	line-height: 30px;
	color: #999;
}

/*index*/

.index1 .index1_box .item {
	width: 640px;
	height: 310px;
	float: left;
	margin-right: 20px;
	margin-bottom: 22px;
	position: relative;
}

.index1 .index1_box .item:nth-child(2n) {
	margin-right: 0;
}

.index1 .index1_box .item .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.index1 .index1_box .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index1 .index1_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index1 .index1_box .item .pic_box .mask {
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(26, 28, 132, .8), rgba(255, 255, 255, 0));
}

.index1 .index1_box .item:nth-child(2) .pic_box .mask,
.index1 .index1_box .item:nth-child(3) .pic_box .mask {
	width: 500px;
	background: linear-gradient(to right, rgba(74, 74, 74, 1), rgba(255, 255, 255, 0));
}

.index1 .index1_box .item .text_box {
	width: 230px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index1 .index1_box .item .text_box h4 {
	font-size: 18px;
	line-height: 30px;
}

.index1 .index1_box .item .text_box i {
	font-size: 14px;
	line-height: 30px;
	font-family: 'Arial';
	text-transform: uppercase;
}

.index1 .index1_box {
	margin-bottom: 70px;
}



.index2 {
	width: 100%;
	height: 710px;
	position: relative;
}

.index2::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #4d4d4d;
	position: absolute;
	left: 0;
	bottom: 125px;
	z-index: 1;
}

.index2 .gallery-top {
	width: 100%;
	height: 100%;
}

.index2 .gallery-top .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index2 .gallery-top .text {
	/* margin-top: 165px;
	margin-left: 410px; */
	margin-top: 10%;
	margin-left: 20%;
	display: none;
}

.index2 .gallery-top .index2_tit {
	/* margin-bottom: 70px; */
	margin-bottom: 4.6%;
}

.index2 .gallery-top .index2_tit h2 {
	font-size: 36px;
	color: #5bb7e7;
	line-height: 48px;
	margin-bottom: 5px;
}

.index2 .gallery-top .index2_tit p {
	font-size: 24px;
	line-height: 48px;
	color: #fff;
}

.index2 .gallery-top .text_box {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.index2 .gallery-thumbs {
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.index2 .gallery-thumbs .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.index2 .gallery-thumbs .swiper-slide .text {
	position: relative;
	padding-left: 35px;
}

.index2 .gallery-thumbs .swiper-slide .text::before {
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}

.index2 .gallery-thumbs .swiper-slide:nth-child(1) .text::before {
	background-image: url(../images/inedx2_icon1.png);
}

.index2 .gallery-thumbs .swiper-slide:nth-child(2) .text::before {
	background-image: url(../images/inedx2_icon2.png);
}

.index2 .gallery-thumbs .swiper-slide:nth-child(3) .text::before {
	background-image: url(../images/inedx2_icon3.png);
}

.index2 .gallery-thumbs .swiper-slide:nth-child(4) .text::before {
	background-image: url(../images/inedx2_icon4.png);
}

.index2 .gallery-thumbs .swiper-slide:nth-child(5) .text::before {
	background-image: url(../images/inedx2_icon5.png);
}


.index2 .gallery-thumbs .text h4 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.index2 .gallery-thumbs .text i {
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.index2 .gallery-thumbs .swiper-slide .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.index2 .gallery-thumbs .swiper-slide .mask em {
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	opacity: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.index2 .gallery-thumbs .swiper-slide:hover .mask,
.index2 .gallery-thumbs .swiper-slide-thumb-active .mask {
	background-color: #2e3092;
}

.index2 .gallery-thumbs .swiper-slide:hover .mask em,
.index2 .gallery-thumbs .swiper-slide-thumb-active .mask em {
	opacity: 0.05;
}


.index2 .gallery-top .swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
	pointer-events: initial;
}

.index2 .gallery-top .swiper-button-next,
.index2 .gallery-top .swiper-button-prev {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.index2 .gallery-top .swiper-button-next {
	background-image: url(../images/index2_right.png);
	left: auto;
	right: 13%;
}

.index2 .gallery-top .swiper-button-prev {
	background-image: url(../images/index2_left.png);
	right: auto;
	left: 13%;
}

.index2 .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '' !important;
}

.index2 .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '' !important;
}



.index3 {
	padding: 160px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index3 .pic_box {
	float: right;
	width: 668px;
	height: 407px;
	overflow: hidden;

}

.index3 .pic_box video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index3 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index3 .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index3 .text {
	float: left;
	width: 580px;
}

.index3 .text .index3_tit {
	margin-bottom: 52px;
}

.index3 .text .index3_tit h2 {
	color: #000;
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}

.index3 .text .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.index4 {
	background-color: #2e3092;
	padding: 70px 0;
}

.index4 .index4_tit {
	float: left;
	width: 270px;
	position: relative;
	padding-top: 20px;
}

.index4 .index4_tit::after {
	content: "";
	width: 90px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.index4 .index4_tit h2 {
	font-size: 30px;
	line-height: 48px;
	color: #fff;
}

.index4 .num_group {
	float: right;
}

.index4 .num_group .group {
	float: left;
	margin-right: 111px;
	text-align: center;
}

.index4 .num_group .group:last-child {
	margin-right: 0;
}

.index4 .num_group .group em {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	position: relative;
}

.index4 .num_group .group em::after {
	content: "";
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 7px;
	font-weight: normal;
}

.index4 .num_group .group:first-child em::after {
	content: "亩";
	right: -17px;
}

.index4 .num_group .group:nth-child(2) em::after,
.index4 .num_group .group:nth-child(3) em::after {
	content: "W";
}


.index4 .num_group .group span {
	color: #fff;
	font-size: 14px;
}


/*  iadvantage  */
.iadvantage {
	background: #f5f5f5;
	padding: 100px 0;
}

.iadvantage .iadvantage_tit {
	float: left;
}

.iadvantage .iadvantage_tit em {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.iadvantage .iadvantage_tit h2 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 30px;
	position: relative;
}

.iadvantage .iadvantage_tit h2::after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #9d9d9d;
	position: absolute;
	left: 0;
	bottom: 0;
}

.iadvantage .button {
	float: right;
	width: 120px;
	height: 52px;
	position: relative;
}

.iadvantage .button .swiper-button-next,
.iadvantage .button .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: #f5f5f5;
	border: 1px solid #9d9d9d;
	position: absolute;
	cursor: pointer;
}

.iadvantage .button .swiper-button-next:after,
.iadvantage .button .swiper-container-rtl .swiper-button-prev:after {
	content: ' ';
}

.iadvantage .button .swiper-button-prev:after,
.iadvantage .button .swiper-container-rtl .swiper-button-next:after {
	content: ' ';
}

.iadvantage .button .swiper-button-next.swiper-button-disabled,
.iadvantage .button .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
}

.iadvantage .button .swiper-button-next {
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	background-image: url(../images/right.png);
	background-position: center;
	background-size: 8px 16px;
	outline: none;
}

.iadvantage .button .swiper-button-prev {
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	background-image: url(../images/left.png);
	background-position: center;
	background-size: 8px 16px;
	outline: none;
}

.iadvantage .button .swiper-button-next:hover,
.iadvantage .button .swiper-button-prev:hover {
	background-color: #2e3191;
	border: 1px solid #2e3191;
}

.iadvantage .button .swiper-button-next:hover {
	background-image: url(../images/right2.png);
}

.iadvantage .button .swiper-button-prev:hover {
	background-image: url(../images/left2.png);
}

.iadvantage .swiper-container {
	margin-top: 60px;
}

.iadvantage .swiper-container .pic_box {
	width: 625px;
	height: 490px;
	overflow: hidden;
	float: left;
}

.iadvantage .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.iadvantage .swiper-container .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.iadvantage .swiper-container .right_box {
	float: right;
	/* width: 500px; */
}

.iadvantage .swiper-container .right_box h4 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 18px;
}

.iadvantage .swiper-container .right_box em {
	display: block;
	font-size: 24px;
	color: #666666;
	padding-bottom: 30px;
	position: relative;
}

.iadvantage .swiper-container .right_box em::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e2e2e2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.iadvantage .swiper-container .right_box .text_box {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.iadvantage .swiper-container .right_box .text_box p {
	position: relative;
	padding-left: 28px;
}

.iadvantage .swiper-container .right_box .text_box p::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #000;
	left: 0;
	top: 42%;
}

.iadvantage .swiper-container .right_box .right_pic {
	margin-top: 40px;
	width: 505px;
}

.iadvantage .swiper-container .right_box .right_pic .pic_box {
	width: 248px;
	height: 142px;
	overflow: hidden;
}

.iadvantage .swiper-container .right_box .right_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.iadvantage .swiper-container .right_box .right_pic img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.iadvantage .swiper-container .right_box .right_pic .pic_box:first-child {
	float: left;
}

.iadvantage .swiper-container .right_box .right_pic .pic_box:last-child {
	float: right;
}


.index6 {
	margin-top: 54px;
}

.index6 .index6_box .left_box {
	width: 51%;
	float: left;
	height: 750px;
}

.index6 .index6_box .right_box {
	width: 49%;
	float: right;
	height: 750px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index6 .index6_box .left_box .gallery-top {
	width: 100%;
	height: 100%;
}

.index6 .index6_box .left_box .gallery-top .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index6 .index6_box .left_box .gallery-top .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index6 .index6_box .left_box .gallery-top .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index6 .index6_box .right_box .gallery-thumbs {
	width: 100%;
	height: 100%;
}

.index6 .index6_box .right_box .gallery-thumbs .swiper-slide {
	height: 250px !important;
	/* width: 324px !important; */
	border-right: 1px solid #70706f;
	border-bottom: 1px solid #70706f;
	cursor: pointer;

	transition: all .3s ease-in-out;
}

.index6 .index6_box .right_box .gallery-thumbs .swiper-slide .text {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.index6 .index6_box .right_box .gallery-thumbs .swiper-slide .text h4 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}

.index6 .index6_box .right_box .gallery-thumbs .swiper-slide .text p {
	font-size: 16px;
	color: #fff;
}

.index6 .index6_box .right_box .gallery-thumbs .swiper-slide-thumb-active,
.index6 .index6_box .right_box .gallery-thumbs .swiper-slide:hover {
	background-color: #2e3092;
}



.index7 {
	margin-bottom: 82px;
}

.index7 .tit1 {
	padding-bottom: 90px;
}

.index7_box .left_box {
	width: 630px;
	height: 480px;
	float: left;
}

.index7_box .right_box {
	width: 630px;
	/* height: 480px; */
	float: right;
}

.index7_box .left_box .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.index7_box .left_box .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index7_box .left_box .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index7_box .left_box .pic_box .text {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	height: 117px;
	background: #fff;
	box-sizing: border-box;
	padding: 28px 24px;
}

.index7_box .left_box .pic_box .text .text_box {
	width: 440px;
	float: left;
	margin-left: 30px;
}

.index7_box .left_box .pic_box .text .text_box h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
}

.index7_box .left_box .pic_box .text .text_box p {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index7_box .left_box .pic_box .text em {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 12px;
	background-image: url(../images/index7_right.png);
	background-color: #2e3092;
	float: left;
}

.index7_box .right_box .item .pic_box {
	width: 246px;
	height: 140px;
	overflow: hidden;
	float: left;
}

.index7_box .right_box .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index7_box .right_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index7_box .right_box .item {
	margin-bottom: 30px;
}

.index7_box .right_box .item:last-child {
	margin-bottom: 0;
}


.index7_box .right_box .item .text_box {
	float: right;
	width: 366px;
	padding-top: 18px;
}

.index7_box .right_box .item .text_box h4 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.index7_box .right_box .item .text_box p {
	font-size: 16px;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*footer*/
.footer {
	padding: 60px 0 70px;
	background: #eeeeee;
}

.footer .footer_left {
	float: left;
}

.footer .footer_left .text p:nth-child(1) {
	font-size: 16px;
	color: #4e4e4e;
	margin-bottom: 10px;
}

.footer .footer_left .text p:nth-child(2) {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .footer_left .text p:nth-child(3),
.footer .footer_left .text p:nth-child(4) {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.footer .footer_left .text p:nth-child(5) {
	margin-top: 35px;
}

.footer .footer_nav {
	float: right;
}

.footer .footer_nav dl {
	float: left;
	margin-right: 100px;
}

.footer .footer_nav dl:last-child {
	margin-right: 0;
}

.footer .footer_nav dl dt {
	font-size: 16px;
	font-weight: bold;
	color: #4e4e4e;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.footer .footer_nav dl dt::after {
	content: "";
	width: 23px;
	height: 2px;
	background-color: #171717;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer .footer_nav dl dd {
	font-size: 14px;
	line-height: 32px;
	color: #848484;
}

.footer .footer_nav dl dd:hover {
	color: #000;
}

.copyright {
	font-size: 14px;
	color: #fff;
	background: #000;
	padding: 25px 0;
	text-align: center;
}

.copyright a:hover {
	color: #999;
}


/* about */
.nav {
	text-align: center;
	padding: 44px 0;
}

.nav>div {
	display: inline-block;
}

.nav ul li {
	text-align: center;
	width: 146px;
	height: 45px;
	line-height: 45px;
	border-radius: 22px;
	font-size: 16px;
	color: #666;
	background: #f5f5f5;
	margin-right: 35px;
	float: left;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav ul li:hover,
.nav ul li.on {
	background: #1b1f8a;
	color: #fff;
}

.nav ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
}


.abo1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 90px 0 45px;
}

.abo1 .abo1_tit h2 {
	font-size: 36px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
	margin-bottom: 35px;
}

.abo1 .pic_box {
	float: right;
	width: 668px;
	height: 407px;
	overflow: hidden;
	clear: both;
	margin-left: 40px;
}

.abo1 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.abo1 .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.abo1 .text .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.abo3 {
	padding: 110px 0 110px;
}

.abo3 .pic_box {
	width: 50%;
	height: 747px;
	overflow: hidden;
	float: left;
}

.abo3 .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.abo3 .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.abo3 .right_box {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
	padding-top: 65px;
}

.abo3 .right_box .item {
	height: 102px;
	box-sizing: border-box;
	padding: 16px 20px;
}

.abo3 .right_box .item em {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 50px;
}

.abo3 .right_box .item p {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	width: 475px;
	/* text-align: center; */
	float: left;
}

.abo3 .right_box .item:hover {
	background-color: #2e3092;
}

.abo3 .right_box .item:hover p {
	color: #fff;
}

.abo3 .right_box .item:nth-child(1):hover em {
	background-image: url(../images/abo3_11.png) !important;
}

.abo3 .right_box .item:nth-child(2):hover em {
	background-image: url(../images/abo3_22.png) !important;
}

.abo3 .right_box .item:nth-child(3):hover em {
	background-image: url(../images/abo3_33.png) !important;
}

.abo3 .right_box .item:nth-child(4):hover em {
	background-image: url(../images/abo3_44.png) !important;
}

.abo3 .right_box .item:nth-child(5):hover em {
	background-image: url(../images/abo3_55.png) !important;
}

.abo3 .right_box .item:nth-child(6):hover em {
	background-image: url(../images/abo3_66.png) !important;
}


.abo5 {
	overflow-x: hidden;
	margin-bottom: 95px;
}

.abo5 .tit1 {
	padding: 130px 0 65px;
}

.abo5 .swiper-container {
	width: 840px;
	overflow: visible;
}

.abo5 .swiper-container .swiper-slide .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.abo5 .swiper-container .swiper-slide-active .mask {
	display: none;
}

.abo5 .swiper-container .pic_box {
	width: 100%;
	height: 500px;
	overflow: hidden;

}

.abo5 .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.abo5 .swiper-container .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.abo5 .swiper-container .swiper-button-prev,
.abo5 .swiper-container .swiper-button-next {
	width: 71px;
	height: 71px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.abo5 .swiper-container .swiper-button-prev {
	background-image: url(../images/abo5_left.png);
	left: -95px;
}

.abo5 .swiper-container .swiper-button-next {
	background-image: url(../images/abo5_right.png);
	right: -95px;
}

.abo5 .swiper-container .swiper-button-prev:hover {
	background-image: url(../images/abo5_left2.png);
}

.abo5 .swiper-container .swiper-button-next:hover {
	background-image: url(../images/abo5_right2.png);
}

.abo5 .swiper-button-prev:after,
.abo5 .swiper-container-rtl .swiper-button-next:after,
.abo5 .swiper-button-next:after,
.abo5.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}


/* join */
.join1 {
	background: #f3f3f3;
	padding-bottom: 75px;
}

.join1 .item {
	float: left;
	margin-right: 35px;
	margin-bottom: 50px;
	width: 408px;
}

.join1 .item:nth-child(3n) {
	margin-right: 0;
}

.join1 .item .pic_box {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.join1 .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.join1 .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.join1 .item .text {
	background: #fff;
	box-sizing: border-box;
	height: 250px;
	padding: 32px 20px 0 20px;
	/* transition: all .4s ease-in-out; */
}

.join1 .item .text h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
}

.join1 .item .text h4::after {
	content: "";
	width: 46px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 45%;
	bottom: 0;
}

.join1 .item .text p {
	font-size: 16px;
	line-height: 30px;
	color: #999;
}

.join1 .item:hover .text {
	background: #2e3092;
}

.join1 .item:hover .text h4 {
	color: #fff;
}

.join1 .item:hover .text h4::after {
	background-color: #fff;
}

.join1 .item:hover .text p {
	color: #fff;
}


.join2 .join2_box {
	width: 100%;
	height: 855px;
	position: relative;
}

.join2 .join2_box .tit1 {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	z-index: 1;
}

.join2 .join2_box .tit1 h2 {
	margin-bottom: 15px;
}

.join2 .join2_box .tit1 h2,
.join2 .join2_box .tit1 p {
	color: #fff;
}

.join2 .join2_box .join2_main {
	width: 100%;
	height: 100%;
}

.join2 .join2_box .join2_main .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.join2 .join2_box .join2_main .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.join2_tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.join2_tit .item {
	width: 100%;
	text-align: center;
	height: 552px;
	box-sizing: border-box;
	padding-top: 60px;
	transition: all .6s;
	cursor: pointer;
}

.join2_tit .item em {
	width: 55px;
	height: 55px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 75px;
}

.join2_tit .item span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
}

.join2_tit .item h4 {
	font-size: 30px;
	line-height: 48px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}

.join2_tit .item:hover {
	background: #14157d;
}

.join2_tit .item .text_box {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	opacity: 0;
	transition: .9s;
}

.join2_tit .item:hover span {
	display: none;
}

.join2_tit .item:hover .text_box {
	opacity: 1;
}


.join3 {
	margin: 50px 0 124px;
	
}

.join3 .tit1 {
	padding-bottom: 35px;
}

.join3 .main{
	overflow-x: hidden;
}

.join3 .text_box {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	margin-bottom: 50px;
}

.join3 .swiper-container {
	/* height: 500px; */
	width: 640px;
	overflow: visible;
}

/* .join3 .swiper-container .swiper-slide {
	width: 320px;
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
} */

.join3 .swiper-container .swiper-slide a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

/* .join3 .swiper-container .swiper-slide-active {
	width: 640px !important;
	margin-right: 10px;
}

.join3 .swiper-container .swiper-slide-prev {
	margin-right: 10px;
}

.join3 .swiper-container .swiper-slide-prev,
.join3 .swiper-container .swiper-slide-next {
	width: 320px !important;
} */

.join3 .swiper-container .pic {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: auto;
}

.join3 .swiper-container .swiper-slide-next .pic,
.join3 .swiper-container .swiper-slide-prev .pic {
	background-position: left;
}

.join3 .swiper-container .swiper-slide-active .pic {
	background-position: center;
	background-size: cover;
}

.join3 .swiper-container .swiper-slide .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.join3 .swiper-container .swiper-slide-active .mask {
	background: none;
}

.join3 .swiper-button-next:after,
.join3 .swiper-container-rtl .swiper-button-prev:after {
	content: ' ';
}

.join3 .swiper-button-prev:after,
.join3 .swiper-container-rtl .swiper-button-next:after {
	content: ' ';
}

.join3 .swiper-button-next.swiper-button-disabled,
.join3 .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	pointer-events: auto;
}

.join3 .swiper-button-next,
.join3 .swiper-button-prev {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
}

.join3 .swiper-button-next {
	right: -200px;
	left: auto;
	background-image: url(../images/join3_right.png);
	background-position: center;
	background-size: 34px 14px;
}

.join3 .swiper-button-prev {
	right: auto;
	left: -200px;
	background-image: url(../images/join3_left.png);
	background-position: center;
	background-size: 34px 14px;
}

.join3 .swiper-button-next:hover,
.join3 .swiper-button-prev:hover {
	background-color: #2e3092;
}

.join3 .swiper-button-next:hover {
	background-image: url(../images/join3_right2.png);
}

.join3 .swiper-button-prev:hover {
	background-image: url(../images/join3_left2.png);
}



.join4 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px;
}

.join4 .tit1 h2,
.join4 .tit1 p {
	color: #fff;
}

.join4 .join4_box .item {
	float: left;
	width: 290px;
	height: 340px;
	border: 1px solid #5da7f1;
	border-radius: 12px;
	margin-right: 42px;
	margin-bottom: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 25px;
	background-color: rgba(8, 33, 66, .5);
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.join4 .join4_box .item:nth-child(4n) {
	margin-right: 0;
}

.join4 .join4_box .item h4 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 35px;
}

.join4 .join4_box .item p {
	font-size: 15px;
	line-height: 30px;
	color: #fff;
}

.join4 .join4_box .item em {
	width: 55px;
	height: 55px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
	font-size: 65px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}

.join4 .join4_box .item:hover {
	background-color: #3a51b1;
}

.join5 {
	margin: 110px 0;
}

.join5 .join5_pic {
	float: right;
	width: 50%;
	height: 634px;
	overflow: hidden;
	position: relative;
}

.join5 .join5_pic p {
	position: absolute;
	bottom: 250px;
	left: 120px;
	font-size: 20px;
	color: #eec689;
}

.join5 .join5_pic p a {
	font-size: 40px;
	font-weight: bold;
}

.join5 .join5_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.join5 .join5_pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.join5 .join5_form {
	float: left;
	width: 50%;
	height: 634px;
	background: #f6f7f7;
	box-sizing: border-box;
	padding: 80px 0 45px;
}

.join5 .join5_form h2 {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 45px;
}

.join5_form form {
	width: 429px;
	margin: 0 auto;
}

.join5_form form input {
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	padding-left: 30px;
}

.join5_form form .verify img {
	width: 131px;
	height: 55px;
	float: right;
	cursor: pointer;
}

.join5_form form .verify input {
	width: 298px;
	height: 55px;
	float: left;
	margin-bottom: 0;
}

.join5_form form p {
	font-size: 16px;
	color: #999;
	margin: 30px 0;
	text-align: center;
}

.join5_form form input.submit {
	background: #2e3092;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.join5_form form input.submit:hover {
	background: #3a51b1;
}

/*contact*/

.contact {
	background: #fafafa;
}

.contact1 {
	padding: 85px 0 70px;
}

.contact1 .item {
	float: left;
	margin-right: 24px;
	width: 416px;
	height: 311px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 20px;
	padding: 0 40px;
	/* transition: all .8s; */
}



.contact1 .item:last-child {
	margin-right: 0;
}

.contact1 .item em {
	width: 68px;
	height: 68px;
	display: inline-block;
	margin-bottom: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	/* -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out; */
}

/* .contact1 .item:hover em{
	transform: translate(0, -10px);
} */

.contact1 .item h4 {
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.contact1 .item p {
	font-size: 18px;
	color: #666;
	height: 50px;
}

.contact1 .item:hover h4,
.contact1 .item:hover p {
	color: #fff;
}

.contact1 .item:hover {
	background: #1b1f8a;
}

.contact1 .item:nth-child(1):hover em {
	background-image: url(../images/contact11.png) !important;
}

.contact1 .item:nth-child(2):hover em {
	background-image: url(../images/contact22.png) !important;
}

.contact1 .item:nth-child(3):hover em {
	background-image: url(../images/contact33.png) !important;
}

.contact .map {
	height: 450px;
	padding-bottom: 130px;
}

.message {
	padding: 50px 0 110px;
}

.message .message_tit {
	text-align: center;
	margin-bottom: 60px;
}

.message .message_tit i {
	font-size: 14px;
	color: #7c7c7c;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 6px;
}

.message .message_tit h2 {
	font-size: 30px;
	color: #000;
}


.message .form1 input {
	float: left;
	margin-right: 26px;
	width: 415px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	padding-left: 15px;
	margin-bottom: 20px;
}

.message .form1 input:last-child {
	margin-right: 0;
}

.message .form2 p {
	width: 635px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #dfdfdf;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 20px;
	font-size: 0;
}

.message .form2 p:first-child {
	margin-right: 25px;
}

.message .form2 select {
	font-size: 16px;
	outline: none;
	width: 100%;
	height: 100%;
	color: #666;
	border: none;
	background: #fff;
}

.message textarea {
	width: 100%;
	border: 1px solid #dfdfdf;
	height: 158px;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 60px;
}

.message .button img,
.message .button input {
	width: 170px;
	height: 56px;
	font-size: 16px;
	color: #fff;
	margin-right: 28px;
}

.message .button img {
	cursor: pointer;
}

.message .button input.submit1 {
	background: #1b1f8a;
	cursor: pointer;
}

.message .button input.submit1:hover {
	background: #3a51b1;
}

.message .button input.submit2 {
	background: #939393;
	margin-right: 0;
	cursor: pointer;

}

.message .button input.text_verify {
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	padding-left: 15px;
	color: #666;
}

.message .button {
	text-align: center;
}

.message .button>div {
	display: inline-block;
}


/*news*/
.news {
	padding: 85px 0 65px;
}

.news .news_top {
	margin-bottom: 75px;
}

.news .news_top .pic_box {
	float: left;
	width: 650px;
	height: 410px;
	overflow: hidden;
}

.news .news_top .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.news .news_top .pic_box:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news .news_top .text {
	width: 650px;
	height: 410px;
	float: right;
	background: #fafafa;
	box-sizing: border-box;
	padding: 90px 100px 75px 45px;
}

.news .news_top .text h4 {
	font-size: 24px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
}

.news .news_top .text .date {
	font-size: 16px;
	color: #999;
	display: inline-block;
	margin-bottom: 25px;
}

.news .news_top .text .text_box {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.news .news_top .text a {
	width: 132px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	background: #1b1f8a;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	display: inline-block;
	margin-top: 40px;
}

.news .news_top .text a:hover {
	background: #3a51b1;
}

.news .news_box {}

.news .news_box .item {
	float: left;
	width: 400px;
	height: 470px;
	border: 1px solid #bfbfbf;
	margin-right: 47px;
	margin-bottom: 70px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.news .news_box .item:last-child {
	margin-right: 0;
}

.news .news_box .item:hover {
	transform: translate(0, -15px);
}

.news .news_box .item .pic_box {
	width: 360px;
	height: 232px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}

.news .news_box .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.news .news_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news .news_box .item .text {
	width: 352px;
	margin: 0 auto;
}

.news .news_box .item h4 {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 35px 0 6px;
}

.news .news_box .item .date {
	font-size: 12px;
	color: #999;
	display: inline-block;
	margin-bottom: 25px;
}

.news .news_box .item .text_box {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}



/*case*/
.case {
	padding-bottom: 55px;
}

.case_box {
	background: #fafafa;
	padding: 85px 0 15px;
	margin-bottom: 50px;
}

.case_box .item {
	width: 416px;
	margin-right: 26px;
	margin-bottom: 65px;
	float: left;
}

.case_box .item:nth-child(3n) {
	margin-right: 0;
}

.case_box .item .pic_box {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.case_box .item .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.case_box .item:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case_box .item p {
	font-size: 16px;
	color: #666;
	line-height: 62px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px solid #d6d6d6;
}

.case_box .item p::before {
	content: "";
	width: 25px;
	height: 16px;
	position: absolute;
	right: 10px;
	top: 22px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/case_right.png);
}

.case_box .item p::after {
	content: "";
	width: 0px;
	height: 1px;
	background-color: #1b1f8a;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.case_box .item:hover p {
	color: #1b1f8a;
}

.case_box .item:hover p::before {
	background-image: url(../images/case_right2.png);
}

.case_box .item:hover p::after {
	width: 100%;
}




/*pro*/
.pro_nav {
	padding-top: 85px;
	text-align: center;
	width: 1020px;
	margin: 0 auto;
}

.pro_nav .item {
	text-align: center;
	width: 340px;
	float: left;
	margin-bottom: 50px;
	position: relative;
}

.pro_nav .item::after {
	content: "";
	width: 1px;
	height: 90px;
	background-color: #dddddd;
	position: absolute;
	right: 0;
	top: 10%;
}

.pro_nav .item:nth-child(3n)::after,
.pro_nav .item:last-child::after {
	display: none;
}

.pro_nav .item em {
	width: 110px;
	height: 110px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 22px;
}

.pro_nav .item p {
	font-size: 16px;
	color: #000;
	padding-bottom: 13px;
	position: relative;
}

.pro_nav .item:hover p{
	color: #2e3091;
}

.pro_nav .item p::after {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #2e3091;
	position: absolute;
	left: 47%;
	bottom: 0;
	display: none;
}

.pro_nav .item:hover p::after {
	display: block;
}


.pro_box {
	background: #f5f5f5;
	padding: 95px 0 25px;
}

.pro_box .item {
	float: left;
	width: 630px;
	margin-right: 40px;
	margin-bottom: 70px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pro_box .item:hover {
	transform: translate(0, -10px);
}

.pro_box .item:nth-child(2n) {
	margin-right: 0;
}

.pro_box .item .img_box {
	width: 630px;
	height: 465px;
	overflow: hidden;
	background: #fff;
}

.pro_box .item .text {
	width: 581px;
	height: 87px;
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .72);
	box-sizing: border-box;
	padding: 17px 20px 17px 30px;
}

.pro_box .item .text i,
.pro_box .item .text h4 {
	color: #fff;
	font-size: 16px;
}

.pro_box .item .text i {
	display: inline-block;
	margin-bottom: 11px;
}

.pro_box .item .text p {
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 13px;
}

.pro_box .item:hover .text {
	background-color: rgba(27, 31, 138, .72);
}

.pro .page {
	padding: 70px 0 60px;
}



/*prov*/
.prov1 {
	background: #f5f5f5;
	padding: 60px 0 80px;
}

.prov1_box {
	padding: 90px 0 80px;
	background: #fff;
}

.prov1_box .swiper-container {
	width: 530px;
	height: 530px;
	float: left;
	padding-bottom: 50px;
	margin-left: 110px;
}

.prov1_box .swiper-container .pic_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.prov1_box .swiper-container .pic_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.prov1_box .swiper-container .swiper-slide:hover .pic_box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.prov1_box .swiper-container .swiper-pagination {
	bottom: 0;
}

.prov1_box .swiper-container .swiper-pagination-bullet {
	border-radius: 0;
	width: 27px;
	height: 3px;
	margin: 0 8px !important;
	background-color: #bcbcbc;
	opacity: 1;
}

.prov1_box .swiper-container .swiper-pagination-bullet-active {
	background-color: #020378;
}

.prov1_box .prov1_text {
	float: left;
	width: 530px;
	margin-left: 75px;
}

.prov1_text .prov1_tit i {
	font-size: 16px;
	color: #999;
	display: inline-block;
	margin-bottom: 12px;
}

.prov1_text .prov1_tit h2 {
	font-size: 30px;
	color: #2e3091;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.prov1_text .text_box {
	font-size: 16px;
	line-height: 32px;
	margin-top: 25px;
}

.prov1_text .text_box .list{
	padding: 10px 0;
}

.prov1_text .text_box h4 {
	position: relative;
	padding-left: 21px;
	width: 125px;
	display: inline-block;
	color: #333;
	float: left;
}

.prov1_text .text_box h4::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #333;
	left: 0;
	top: 47%;
	display: inline-block;
}

.prov1_text .text_box p {
	color: #666;
	display: inline;
	float: left;
	width: 72%;
}


.prov2 {
	background: #f5f5f5;
	padding-bottom: 70px;
}

.prov2 .text_box {
	padding: 35px 15px 35px;
	text-align: center;
	background: #fff;
}

.prov3 {
	background: #f5f5f5;
	padding-bottom: 120px;
}

.prov_tit {
	background: #fff;
	text-align: center;
	padding: 100px 0 50px;
}

.prov_tit i {
	font-family: 'qtf';
	text-transform: uppercase;
	font-size: 30px;
	color: #2e3092;
	letter-spacing: 14px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
}

.prov_tit h2 {
	font-size: 18px;
	color: #545151;
}

.prov3 .text_box {
	background: #fff;
	font-size: 16px;
	line-height: 32px;
	padding: 0 15px;
	padding-bottom: 100px;
}

.recommend {
	padding-bottom: 80px;
}

.recommend .prov_tit {
	padding: 85px 0 60px;
}

.recommend_box .item {
	width: 416px;
	float: left;
	margin-right: 25px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.recommend_box .item:last-child {
	margin-right: 0;
}

.recommend_box .item:hover {
	transform: translate(0, -10px);
}

.recommend_box .item .img_box {
	width: 416px;
	height: 306px;
	overflow: hidden;
}

.recommend_box .item .text {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 384px;
	height: 58px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 8px 13px 8px 20px;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .72);
}

.recommend_box .item .text p {
	position: absolute;
	right: 13px;
	bottom: 8px;
}

.recommend_box .item:hover .text {
	background-color: rgba(27, 31, 138, .72);
}



/*  newsv  */
.newsv {
	padding-bottom: 60px;
}

.newsv_box {
	padding: 0 15px;
}

.newsv_box .htit {
	padding: 50px 0;
	text-align: center;
}

.newsv_box .htit h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 6px 0;
}

.newsv_box .htit p {
	font-size: 15px;
	color: #6f6f6f;
}

.newsv_box .text_box {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 40px;

}

.newsv_box .next_group {
	line-height: 30px;
	padding: 25px 0;
	font-size: 15px;
	color: #444;
	text-align: center;
}

.newsv_box .next_group a {
	display: inline-block;
	margin-right: 40px;
}

.newsv_box .next_group a:hover {
	text-decoration: underline;
}









/*page*/
.page {
	text-align: center;
}

.page div {
	display: inline-block;
}

.page a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin: 0 8px;
	font-size: 15px;
	color: #fff;
	background: #333;
	float: left;
}

.page a:hover,
.page a.on {
	background-color: #1b1f8a;
}


.page a.prev {
	background-image: url(../images/l_bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
}

.page a.next {
	background-image: url(../images/r_bg2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;
}