* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

div {
	display: block;
}

img {
	display: block;
}


.mian {
	width: 100%;
	display: block;
}

/* banner�*/
.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	min-height: 220px;
	vertical-align: middle;
	width: 100%;
	object-fit: cover;
	animation: zoom-bg 2s linear both;

}

.mySwiper1 {
	position: relative;
}

.mySwiper1 .banner-box {
	position: relative;
}

.mySwiper1 .banner-zi {
	position: absolute;
	top: 31vw;
	left: 13.54vw;
}

.mySwiper1 .banner-zi>a {
	display: block;
	width: 8.854vw;
	height: 2.60416vw;
	min-width: 122px;
	min-height: 36px;
	text-align: center;
	line-height: 2.60416vw;
	color: #fff;
	background: #113d9f;
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
}

.mySwiper1 .banner-zi a .iconfont {
	font-size: 21px;
	margin-right: 16px;
	vertical-align: middle;

}

.mySwiper1 .swiper-button-pv {
	color: #fff;
	z-index: 3;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

.mySwiper1 .swiper-button-pv:hover {
	background: #113d9f;

}

.mySwiper1 .iconfont {
	font-size: 24px;
}

.mySwiper1 .swiper-button-nt {
	color: #fff;
	z-index: 3;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
}

.mySwiper1 .swiper-button-nt:hover {
	background: #113d9f;
}

/* box1 */
.box1 {
	width: 100%;
	/* position: relative; */
}

.box1 .box1-cen {
	min-height: 100px;
	/* height: 100px; */
	width: 1400px;
	padding: 21px 0;
	margin: 0 auto;
}

.box1-top {
	margin-bottom: 20px;
}

.box1-top li {
	font-size: 18px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}

.box1-top li span {
	font-weight: 500;
	color: #113d9f;
	margin-right: 8px;
}

.box1-bom ul {
	display: flex;
	flex-wrap: wrap;
}

.box1-bom ul li a {
	color: #999999;
	padding: 0 20px;
	border-right: 2px solid #999999;
}

.box1-bom ul li:first-child a {
	color: #113d9f;
	padding-left: 0;
	font-weight: 600;
}

.box1-bom ul li a:hover {
	color: #113d9f;
	/* font-weight: 600; */
}


.box1-bom ul li:last-child a {
	padding-right: 0;
	border-right: 0;
}

/* box2 */
.box2 {
	width: 100%;
	background-color: #eff2f7;
	background-image: url(../img/box2-bj.png);
	background-size: 100% 100%;
}

.box2 .box2-cen {
	width: 1400px;
	margin: 0 auto;
	padding: 60px 0 80px;
}

.box2-top {
	margin-bottom: 44px;
}

.box2-top h3 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}

.box2-bom {
	width: 100%;
}

.box2-bom .box2-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box2-a {
	/* width: 32%; */

}

.box2-a:hover img {
	transform: scale(1.1);
}

.box2-a img {
	width: 100%;
	transition: all 0.8s ease;

}

.box2-a-prc {
	width: 100%;
	overflow: hidden;
}

.box2-a-zi {
	padding: 35px 40px 30px;
	background: #fff;
}

.box2-zi-top h5 {
	font-size: 24px;
	color: #333;
}

.box2-zi-top .xian {
	width: 24px;
	margin: 20px 0;
	border-bottom: 3px solid #113d9f;
}

.box2-zi-mind ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 240px;
}


.box2-zi-mind ul li a {
	display: block;
	color: #666666;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dfdfdf;
}

.box2-zi-mind ul li a:hover {
	color: #113d9f;
}



.box2-zi-mind ul li span {
	font-size: 16px;
	font-weight: 600;
	padding-right: 5px;
}

.box2-zi-bom {
	margin-top: 25px;
}

.mySwiper2 {
	position: relative;
	padding-bottom: 110px;
}

.box2-zi-bom a {
	display: block;
	width: 150px;
	height: 40px;
	background: #fff;
	box-sizing: border-box;
	border: 1px solid #113d9f;
	color: #113d9f;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	transition: all 0.5s ease;
}

.box2-zi-bom a:hover {
	color: #fff;
	background: #113d9f;
}

.swiper-button-nt2 {
	position: absolute;
	z-index: 6;
	left: 50%;
	bottom: 0px;
	height: 70px;
	width: 35px;
	background: #fff;
	line-height: 70px;
	text-align: center;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	cursor: pointer;
}

.swiper-button-nt2::after {
	content: "";
	display: block;
	height: 10px;
	z-index: 6;
	position: absolute;
	bottom: 29px;
	left: 0;
	width: 2px;

	background: #e2e2e2;
}

.swiper-button-nt2:hover .iconfont {
	color: #113d9f;

}

.x180 {
	transform: rotate(180deg);
}

.mySwiper2 .iconfont {
	color: #b7c4e2;
}

.swiper-button-pv2 {
	position: absolute;
	z-index: 6;
	left: calc(50% - 35px);
	bottom: 0px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 35px;
	background: #fff;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	/* border-top-left-radius: 35px;
	border-bottom-left-radius: 35px; */
	line-height: 70px;
	cursor: pointer;
}

.swiper-button-pv2:hover .iconfont {
	color: #113d9f;
}

.xian2 {
	position: absolute;
	z-index: 4;
	width: 1400px;
	border-bottom: 2px solid #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 34px;
}

/* box3 */
.box3 {
	width: 100%;
}

.box3 .box3-cen {
	width: 1400px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

.box3 .box3-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.box3 .box3-top h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.box3 .box3-top a {
	display: block;
	box-sizing: border-box;
	width: 150px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border: 1px solid #113d9f;
	font-size: 16px;
	color: #113d9f;
	transition: all 0.5s ease;
}

.box3 .box3-top a:hover {
	background: #113d9f;
	color: #fff;
}

.box3-bom .box3-bom-a ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box3-bom .box3-bom-a>ul>li {
	width: 47%;
	margin-bottom: 30px;
	overflow: hidden;
	min-width: 285px;
}

.box3-bom .box3-bom-a>ul>li:hover img {
	transform: scale(1.2);
}

.box3-bom .box3-box {
	position: relative;
}

.box3-bom .box3-box .box3-prc img {
	width: 100%;
	transition: all 0.8s ease;
	min-height: 192px;
}

.box3-bom .box3-box .box3-zi {
	position: absolute;
	top: 3.125vw;
	left: 2.60vw;
}

.box3-bom .box3-box .box3-zi ul {
	position: relative;
}

.box3-bom .box3-box .box3-zi ul li:first-child {
	font-size: 24px;
	font-weight: bold;
	color: #113d9f;
}

.box3-bom .box3-box .box3-zi ul li:last-child {
	position: absolute;
	margin-top: 6.3542vw;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #113d9f;
	transition: all 0.5s ease;

}

.box3-bom .box3-box .box3-zi ul li .iconfont {
	color: #113d9f;
}

.box3-bom .box3-box .box3-zi ul li:hover {
	background: #113d9f;
}

.box3-bom .box3-box .box3-zi ul li:last-child:hover {
	background: #113d9f;
}

.box3-bom .box3-box .box3-zi ul li:hover .iconfont {
	color: #fff;
}

.box3-bom .box3-bom-b>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box3-bom .box3-bom-b>ul>li {
	width: 31.7557%;
	overflow: hidden;
	min-width: 285px;
	margin-bottom: 30px;
}

.box3-bom .box3-bom-b>ul>li:hover img {
	transform: scale(1.2);
}

/* box4 */
.box4 {
	position: relative;
	width: 100%;
	background: url(../img/box4-bj.png)no-repeat;
	background-size: 100% 100%;
}

.box4 .box4-cen {
	width: 1400px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.box4 .box4-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.box4 .box4-top h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.box4 .box4-top a {
	display: block;
	box-sizing: border-box;
	width: 150px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border: 1px solid #113d9f;
	font-size: 16px;
	color: #113d9f;
	transition: all 0.5s ease;
}

.box4 .box4-top a:hover {
	background: #113d9f;
	color: #fff;
}

.box4-bom ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box4-bom ul li {
	width: 250px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #fff;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.box4-bom ul li a {
	position: absolute;
	left: 50%;
	top: 50%;
	/* transition: all 0.8s ease; */
	transform: translate(-50%, -50%);
}

.box4-bom ul li a img {
    max-width: 95%;
     max-height: 95%;
	transition: all 0.8s ease;
}

.box4-bom ul li:hover img {
	transform: scale(1.1);
}

/* box5 */
.box5 {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 60px;
	padding-bottom: 180px;

}

.box5 .box5cen {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.box5 .box5-cen {
	width: 1660px;
	display: flex;
	justify-content: space-between;
}

.box5 .box5-cen .box5-left {
	width: 39.94%;
}

.box5 .box5-cen .box5-left .box5-top {}

.box5 .box5-cen .box5-left .box5-top h3 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}

.box5 .box5-cen .box5-left .box5-mind p {
	font-size: 24px;
	color: #113d9f;
	line-height: 35px;
	margin-bottom: 50px;
}

.box5 .box5-cen .box5-left .box5-bom p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 50px;

}

.box5 .box5-cen .box5-left .box5-bom a {
	display: block;
	width: 150px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #113d9f;
	background: #fff;
	color: #113d9f;
	text-align: center;
	line-height: 45px;
	transition: all 0.5s ease;
}

.box5 .box5-cen .box5-left .box5-bom a:hover {
	background: #113d9f;
	color: #fff;
}

.box5 .box5-cen .box5-right {
	width: 54.21%;
}

.box5 .box5-cen .box5-right img {
	width: 100%;
}

.box5-cen2 {
	width: 1400px;
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
}

.box5-cen2 ul {
	display: flex;
	background: #fff;
}

.box5-cen2>ul>li {
	z-index: 6;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #333333;
	margin: 40px 0;
	border-right: 2px solid #e2e2e2;
}

.box5-cen2>ul>li:last-child {
	border: 0;
}

.box5-cen2>ul>li .iconfont {
	font-size: 40px;
	color: #113d9f;
	margin-bottom: 18px;
}

/* box6 */
.box6 {
	width: 100%;
	padding-bottom: 100px;
}

.box6 .box6-cen {
	width: 1400px;
	margin: 0 auto;
}

.box6 .box6-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.box6 .box6-top h3 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.box6 .box6-top a {
	display: block;
	box-sizing: border-box;
	width: 150px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	border: 1px solid #113d9f;
	font-size: 16px;
	color: #113d9f;
	transition: all 0.5s ease;
}

.box6 .box6-top a:hover {
	background: #113d9f;
	color: #fff;
}

.box6-bom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box6-bom .box6-left {
	width: 53.57%;
	overflow: hidden;
}

.box6-bom .box6-left img {
	width: 100%;
	height: 100%;
}

.box6-bom .box6-right {
	width: 46.43%;
	height: 100%;
}

.box6-bom .box6-right>ul {
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #f7f7f7;
}

.box6-bom .box6-right>ul>li {

	width: 100%;
	position: relative;
	left: 0;
	/* padding: 2.6vw; */
	padding: 45.5px;
	padding-right: 1.5625vw;
	/* transition: width 2s ease-in-out; */
	transition: all 1s ease-in-out;

}

.box6-bom .box6-right>ul>li .box6-box {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.box6-box .box6-box-left>ul>li p {
	font-size: 42px;
	color: #113d9f;
	font-weight: bold;
	transition: all 0.5s ease;
}

.box6-box .box6-box-left>ul>li {
	color: #113d9f;
	font-size: 16px;
	transition: all 0.5s ease;

}

.box6-box {
	display: flex;
	justify-content: space-between;
}

.box6-box .box6-box-right {
	width: 72.77%;
	transition: all 0.5s ease;
}

.box6-box .box6-box-right a>ul>li h6 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	transition: all 0.5s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box6-box .box6-box-right a>ul>li p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.box6-bom .box6-right>ul>li:hover {
	background: #113d9f;
}

.box6-bom .box6-right>ul>li:hover .box6-box .box6-box-left>ul>li p {
	color: #fff;
}

.box6-bom .box6-right>ul>li:hover .box6-box .box6-box-left>ul>li {
	color: #fff;
}

.box6-bom .box6-right>ul>li:hover .box6-box .box6-box-right a>ul>li h6 {
	color: #fff;
}

.box6-bom .box6-right>ul>li:hover .box6-box .box6-box-right a>ul>li p {
	color: #fff;
}

.box6-bom .box6-right>ul>li:hover {
	left: -50px;
	padding-right: calc(2.6vw + 40px);
	width: calc(100% + 50px);
}

@media screen and (max-width :1150px) {
	.mySwiper1 .banner-zi>a {
		display: none;
	}
}

@media screen and (max-width :1700px) {
	.box5 .box5-cen {
		width: 94%;
	}
}

@media screen and (max-width :1520px) {
	.box5-cen2 {
		position: relative;
		bottom: 0;

	}
}

@media screen and (max-width :1470px) {
	.box1 .box1-cen {
		width: 94%;
	}

	.box2 .box2-cen {
		width: 94%;
	}

	.box3 .box3-cen {
		width: 94%;
	}

	.box4 .box4-cen {
		width: 94%;
	}

	.box6 .box6-cen {
		width: 94%;
	}

	.box5-cen2 {
		width: 94%;
	}

	.box6-bom .box6-right>ul>li {
		padding: 2.6vw;
	}

	.box2-a {
		width: 98%;
		margin: 0 auto;
	}
}

@media screen and (max-width :1040px) {
	.box2-zi-mind ul li a {
		font-size: 16px;
	}

	.box5 .box5-cen .box5-left .box5-mind p {
		margin-bottom: 25px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.box5 .box5-cen .box5-left .box5-bom p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		/*���ö���ģʽ*/
		-webkit-line-clamp: 6;
		margin-bottom: 25px;
	}
}

@media screen and (max-width :950px) {
	.box2-zi-mind ul li a {
		font-size: 15px;
	}

	.box2-a-zi {
		padding: 20px 20px 15px;
	}

	.box3-bom .box3-bom-b>ul>li {
		width: 47%;
	}

	.box2-zi-mind ul li span {
		padding-right: 2px;
	}

	.mySwiper1 .swiper-button-nt {
		right: 20px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.mySwiper1 .swiper-button-pv {
		left: 20px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		line-height: 50px;
	}

	.mySwiper1 .iconfont {
		font-size: 20px;
	}

	.box5 {
		padding-bottom: 100px;
	}
}

@media screen and (max-width :768px) {
	.box5 .box5-cen {
		margin: 0 auto;
		flex-direction: column-reverse;
	}

	.box5 .box5-cen .box5-left {
		width: 100%;
	}

	.box5 .box5-cen .box5-left .box5-bom p {
		-webkit-line-clamp: 50;
		margin-bottom: 15px;
	}

	.box5 .box5-cen .box5-right {
		width: 100%;
	}

	.box5-cen2>ul>li {
		margin: 25px 0;
		font-size: 14px;
	}

	.box6-bom {
		flex-direction: column;
	}

	.box6-bom .box6-left {
		width: 100%;
	}

	.box6-bom .box6-right {
		width: 100%;
	}

	.box5 {
		padding-bottom: 50px;
	}

	.box6-bom .box6-right>ul>li:hover {
		left: -20px;
	}

	.box1 .box1-cen {
		padding: 15px 0;
	}

	.box1-top {
		margin-bottom: 10px;
	}

	.box2 .box2-cen {
		padding: 20px 0 11px;
	}

	.box2-top {
		margin-bottom: 20px;
	}

	.box2-zi-bom {
		margin-top: 15px;
	}

	.swiper-button-nt2 {
		position: absolute;
		z-index: 6;
		left: 50%;
		bottom: 0px;
		height: 40px;
		width: 30px;
		background: #fff;
		line-height: 39px;
		text-align: center;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		cursor: pointer;
	}

	.swiper-button-pv2 {
		position: absolute;
		z-index: 6;
		left: calc(50% - 20px);
		bottom: 0px;
		height: 40px;
		line-height: 70px;
		text-align: center;
		width: 30px;
		background: #fff;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
		line-height: 40px;
		cursor: pointer;
	}

	.xian2 {
		bottom: 20px;
	}

	.mySwiper2 {
		padding-bottom: 50px;
	}

	.box2-zi-bom a {
		font-size: 15px;
		width: 120px;
	}

	.box3 .box3-top a {
		font-size: 15px;
		width: 120px;
	}

	.box4 .box4-top a {
		font-size: 15px;
		width: 120px;
	}

	.box5 .box5-cen .box5-left .box5-bom a {
		font-size: 15px;
		width: 120px;
	}

	.box6 .box6-top a {
		font-size: 15px;
		width: 120px;
	}

	.box2-top h3 {
		font-size: 30px;
	}

	.box3 .box3-top h3 {
		font-size: 30px;
	}

	.box4 .box4-top h3 {
		font-size: 30px;
	}

	.box6 .box6-top h3 {
		font-size: 30px;
	}

	.box5 .box5-cen .box5-left .box5-top h3 {
		font-size: 30px;
	}

	.box3 .box3-cen {
		padding: 30px 0 0;
	}

	.box3 .box3-top {
		margin-bottom: 15px;
	}

	.box4 .box4-cen {
		padding: 30px 0 10px;
	}

	.box5 {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.box5 .box5-cen .box5-left .box5-top h3 {
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.box5 .box5-cen .box5-left .box5-mind p {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.box5-cen2 ul {
		flex-wrap: wrap;
	}

	.box5-cen2>ul>li {
		width: 33%;
		margin: 5px 0;
	}

	.box5-cen2 {
		margin-top: 10px;
	}

	.box5-cen2>ul>li:nth-child(3n) {
		border: 0;
	}

	.box6 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width :625px) {
	.box3-bom .box3-bom-a>ul>li {
		width: 100%;
	}

	.box3-bom .box3-bom-b>ul>li {
		width: 100%;
	}

	.box3-bom .box3-box .box3-zi ul li:last-child {
		margin-top: 45px;
	}



}

@media screen and (max-width :550px) {
	.box4-bom ul li {
		width: 100%;
		margin-bottom: 10px;
	}

	.box3-bom .box3-bom-b>ul>li {
		margin-bottom: 15px;
	}
}