body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1390px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.banner {
	width: 100%;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

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

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	width: 80px;
	background: #FFFFFF;
}

.banne {
	width: 100%;
	height: 600px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
	display: inline-block;
}

.banne3_1 {
	font-size: 24px;
	color: rgba(255, 255, 255, .7);
	writing-mode: vertical-rl;
	/* 或者 vertical-lr */
	float: right;
	margin-left: 20px;
}

.banne3_2 {
	width: calc(100% - 100px);
	float: left;
}

.banne3_3 {
	width: 100%;
	font-size: 20px;
	color: white;
}

.banne3_4 {
	width: 100%;
	margin-top: 25px;
	position: relative;
}

.banne3_5 {
	width: 100%;
	font-size: 100px;
	color: rgba(255, 255, 255, .15);
	font-weight: bold;
	line-height: 100px;
	text-transform: uppercase;
}

.banne3_6 {
	width: 100%;
	font-size: 45px;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3_6 span {
	display: inline-block;
	vertical-align: middle;
}

.banne3_6 img {
	width: 40px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.banne3_7 {
	width: 100%;
	margin-top: 40px;
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
	color: white;
}

.banne3_7 span {
	color: #50D660;
}

.banne3_8 {
	width: 75px;
	height: 40px;
	border-radius: 40px;
	background: rgba(255, 255, 255, .7);
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 60px;
	font-size: 24px;
	color: #1A7CC2;
	font-weight: bold;
}

.inde_jjss {
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_jjs {
	width: 100%;
	margin-top: 110px;
	margin-bottom: 80px;
}

.inde_jjs1 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.inde_jjs2 {
	width: 100%;
	display: inline-block;
}

.inde_jjs3 {
	width: 49%;
	float: left;
	margin-top: 50px;
	margin-right: 2%;
	background: white;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	padding: 30px;
	display: block;
	transition: transform 1s ease; /* 2秒内平滑过渡 */
}

.inde_jjs3:nth-child(2n) {
	margin-right: 0;
}
.inde_jjs3:hover{
    transform: translateY(-10px); /* 上移20px */
}
.inde_jjs3_1 {
	width: 75px;
	margin-right: 25px;
	display: inline-block;
	vertical-align: middle;
}

.inde_jjs3_2 {
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
}

.inde_jjs3_3 {
	width: 100%;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.inde_jjs3_4 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.inde_videos {
	width: 100%;
	height: 750px;
	position: relative;
}

.inde_video1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_video2 {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.inde_video2 img {
	width: 100px;
	opacity: .7;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_wmyss {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_wmys {
	width: 100%;
	margin-top: 65px;
	margin-bottom: 90px;
}

.inde_wmys1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.inde_wmys1 img {
	width: 50px;
	display: block;
	margin: auto;
	margin-top: 25px;
}

.inde_wmys2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inde_wmys3 {
	border: 1px solid #EAEAEA;
	width: 23.5%;
	margin-top: 35px;
	margin-right: 2%;
	border-radius: 4px;
	background: white;
	display: block;
	padding: 40px 15px;
	overflow: hidden;
	position: relative;
	transition: transform 1s ease; /* 2秒内平滑过渡 */
}

.inde_wmys3:nth-child(4n) {
	margin-right: 0;
}
.inde_wmys3:hover{
     transform: translateY(-10px); /* 上移20px */
}
.inde_wmys3_1 {
	max-width: 100%;
	height: 60px;
	display: block;
	margin: auto;
}

.inde_wmys3_2 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	color: #1763A6;
	font-weight: bold;
}

.inde_wmys3_3 {
	width: 45px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.inde_wmys3_4 {
	width: 100%;
	height: 100%;
	display: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.inde_wmys3_5 {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_wmys3_5_1 {
	width: 100%;
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.inde_wmys3_5_1 img {
	width: 35px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.inde_wmys3_5_1 div {
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: middle;
}

.inde_wmys3_5_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: white;
}

.inde_wmys3_6 {
	width: 100%;
	min-height: 21px;
	margin-top: 5px;
	font-size: 16px;
	color: #1763A6;
	text-align: center;
}

.inde_wmys3:hover .inde_wmys3_4 {
	display: block;
}

.inde_nwsds {
	width: 100%;
}

.inde_nwsd {
	width: 100%;
	margin: 60px auto;
}

.inde_nwsd1 {
	width: 100%;
}

.inde_nwsd1_1 {
	width: 100%;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.inde_nwsd1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: #666666;
}

.inde_nwsd2 {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.inde_nwsd3 {
	width: 35%;
	background: #F4F4F4;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 5%;
}

.inde_nwsd3_1 {
	width: 100%;
	height: 280px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_nwsd3_2 {
	width: 100%;
	padding: 20px 15px;
}

.inde_nwsd3_3 {
	width: 100%;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_nwsd3_4 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_nwsd3_5 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}

.inde_nwsd4 {
	width: 60%;
	float: left;
}

.inde_nwsd5 {
	border-top: 1px solid #2180C4;
	width: 100%;
	display: inline-block;
}

.inde_nwsd5_1 {
	float: left;
	display: flex;
}

.inde_nwsd5_2 {
	width: 100px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}

.inde_nwsd5_2.on {
	background: #2180C4;
	color: white;
}

.inde_nwsd5_3 {
	float: right;
}

.inde_nwsd5_4 {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
	display: none;
}

.inde_nwsd5_4:hover {
	color: #2180C4;
}

.inde_nwsd6 {
	width: 100%;
}

.inde_nwsd6_1 {
	width: 100%;
	display: none;
}

.inde_nwsd6_2 {
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
	height: 60px;
	display: flex;
}

.inde_nwsd6_2:last-child {
	border-bottom: 0;
}

.inde_nwsd6_2_1 {
	width: calc(100% - 120px);
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_nwsd6_2_2 {
	width: 100px;
	text-align: right;
	line-height: 60px;
	font-size: 16px;
	color: #999999;
	margin-left: 20px;
}

.inde_zsjts {
	width: 100%;
	background-image: url(../img/bg_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_zsjt {
	width: 100%;
	margin-top: 75px;
	margin-bottom: 45px;
}

.inde_zsjt1 {
	width: 100%;
	display: inline-block;
}

.inde_zsjt1_1 {
	float: left;
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.inde_zsjt1_2 {
	float: right;
	text-align: right;
	font-size: 24px;
	color: #000000;
}

.inde_zsjt2 {
	width: 100%;
	margin-top: 35px;
	display: inline-block;
}

.inde_zsjt3 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
	border-radius: 5px;
	background: white;
	overflow: hidden;
	display: block;
}

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

.inde_zsjt3_1 {
	width: 100%;
	padding: 15px;
	padding-top: 25px;
}

.inde_zsjt3_2 {
	width: 100%;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 限制显示的行数为3 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inde_zsjt3_3 {
	width: 100%;
	height: 140px;
	margin-top: 15px;
	overflow: hidden;
	overflow-y: auto;
}

.inde_zsjt3_3_1 {
	width: 100%;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.inde_zsjt3_3_1:last-child {
	margin-bottom: 0;
}

.inde_zsjt3_3_1 img {
	width: 6px;
	float: left;
	margin-right: 10px;
	margin-top: 6px;
}

.inde_zsjt3_3_1 div {
	width: calc(100% - 16px);
	float: left;
}

.inde_zsjt3_4 {
	width: 100%;
	height: 215px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_zsjt4 {
	width: 250px;
	height: 65px;
	display: block;
	text-align: center;
	background: #2180C4;
	margin: auto;
	margin-top: 65px;
	font-size: 16px;
	color: white;
	border-radius: 5px;
}

.inde_zsjt4 span {
	line-height: 65px;
	display: inline-block;
	vertical-align: middle;
}

.inde_zsjt4 img {
	width: 25px;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}

.inde_gwtds {
	width: 100%;
	background-image: url(../img/bg_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_gwtd {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 90px;
}

.inde_gwtd1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
}

.inde_gwtd1 span {
	color: #E4B564;
}

.inde_gwtd2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.inde_gwtd3 {
	width: 48%;
	background: #A2C4E9;
	padding: 15px 20px;
	display: inline-block;
	float: left;
	margin-right: 4%;
	margin-top: 50px;
}

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

.inde_gwtd3_1 {
	width: 42%;
	display: block;
	float: left;
}

.inde_gwtd3_2 {
	width: 58%;
	padding-left: 25px;
	float: left;
}

.inde_gwtd3_3 {
	width: 100%;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}

.inde_gwtd3_4 {
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.inde_gwtd3_5 {
	width: 100%;
	font-size: 14px;
	color: #000000;
	margin-top: 10px;
}

.inde_gwtd3_6 {
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}

.inde_gwtd3_7 {
	width: 100px;
	height: 40px;
	border-radius: 40px;
	margin-left: calc(100% - 100px);
	text-align: center;
	line-height: 40px;
	background: #2180C4;
	font-size: 16px;
	color: white;
}

.inde_yyhqs {
	width: 100%;
}

.inde_yyhq {
	width: 100%;
	margin: 40px auto;
	display: inline-block;
}

.inde_yyhqa {
	width: 475px;
	float: left;
	margin-right: 30px;
	padding: 25px 45px;
	padding-bottom: 50px;
	background-color: #2180C4;
	background-image: url(../img/bg_5.png);
	background-position: center top 90px;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.inde_yyhqa1 {
	width: 220px;
	display: block;
	margin: auto;
	margin-bottom: 43px;
}

.inde_yyhqa2 {
	width: 100%;
	margin-bottom: 15px;
	font-size: 28px;
	color: white;
}

.inde_yyhqa3 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 28px;
	color: white;
	font-weight: bold;
}

.inde_yyhqa4 {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
}

.inde_yyhqa4_1 {
	line-height: 55px;
	margin-left: 5px;
	font-size: 14px;
	color: #FF0000;
}

.inde_yyhqa4_2 {
	width: calc(100% - 11px);
	height: 55px;
	background: white;
	border-radius: 2px;
	padding: 0 30px;
}

.inde_yyhqa4_2 img {
	width: 25px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.inde_yyhqa4_2 input {
	border: none;
	outline: none;
	width: calc(100% - 45px);
	height: 100%;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.inde_yyhqa5 {
	border: none;
	outline: none;
	width: calc(100% - 11px);
	height: 60px;
	border-radius: 2px;
	background: #E4B564;
	display: block;
	font-size: 18px;
	color: white;
	margin-top: 35px;
}

.inde_yyhqb {
	width: calc(100% - 505px);
	float: left;
}

.inde_yyhqb .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 60px;
}

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

.inde_yyhqb .swiper-pagination {
	width: auto;
	display: flex;
	border-radius: 35px;
	background: rgba(0, 0, 0, .6);
	padding: 10px 5px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.inde_yyhqb .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	opacity: 1;
}

.inde_yyhqb .swiper-pagination-bullet-active {
	width: 40px;
	background: #FFFFFF;
}

.inde_yyhqb1 {
	width: 100%;
	height: 600px;
	display: block;
	font-size: 18px;
	color: white;
	position: relative;
}

.inde_yyhqb1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_yyhqb1 div {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 25px;
	background: rgba(0, 0, 0, .8);
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
	position: absolute;
	left: 0;
	bottom: 0;
}

.lxxx_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.lxxx_tcs {
	width: 1000px;
	background: white;
	padding: 45px 60px;
	padding-top: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lxxx_tc1 {
	width: 100%;
	font-size: 49px;
	color: #000000;
	margin-bottom: 20px;
}

.lxxx_tc2 {
	width: 100%;
	font-size: 22px;
	color: #02267E;
	margin-bottom: 40px;
}

.lxxx_tc3 {
	width: 100%;
	display: inline-block;
}

.lxxx_tc3_1 {
	border: none;
	outline: none;
	width: 45%;
	height: 55px;
	float: left;
	margin-right: 10%;
	margin-bottom: 20px;
	padding: 0 20px;
	border-radius: 5px;
	background: #F7F7F7;
	font-size: 16px;
}

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

.lxxx_tc3_2 {
	border: none;
	outline: none;
	width: 100%;
	height: 240px;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	background: #F7F7F7;
	font-size: 16px;
}

.lxxx_tc3_3 {
	width: 100%;
	float: left;
	display: flex;
	margin-bottom: 25px;
}

.lxxx_tc3_3_1 {
	border: none;
	outline: none;
	width: 315px;
	height: 55px;
	padding: 0 20px;
	border-radius: 5px;
	background: #F7F7F7;
	font-size: 16px;
}

.lxxx_tc3_3_2 {
	width: 175px;
	height: 55px;
	margin-left: 25px;
}

.lxxx_tc3_3_2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.lxxx_tc3_4 {
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	float: left;
	display: block;
	border-radius: 5px;
	background: #004EA2;
	font-size: 18px;
	color: white;
}

.lxxx_tc4 {
	width: 30px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.lxfa_fd {
	width: 30px;
	background: #2180C4;
	writing-mode: vertical-rl;
	padding: 20px 0;
	font-size: 14px;
	color: white;
	display: block;
	line-height: 30px;
	border-radius: 3px 0 0 3px;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
}

.mfpg_fd {
	width: 55px;
	line-height: 55px;
	writing-mode: vertical-rl;
	padding: 20px 0;
	display: block;
	font-size: 24px;
	color: #EEC563;
	letter-spacing: 7px;
	background-image: url(../img/bg_6.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
}
.nybanner{
	width: 100%;
	position: relative;
}
.nybanne1{
	width: 100%;
	height: 420px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.lxsq_box{
	width: 100%;
	background: #ECEFF6;
}
.lxsq_bo{
	width: 100%;
	margin-bottom: 65px;
}
.lxsq_top{
	width: 100%;
	background: white;
	border-radius: 10px;
	padding: 50px 80px;
	margin-top: -40px;
	position: relative;
	z-index: 1;
}
.lxsq_top1{
	width: 100%;
	font-size: 60px;
	color: #1C2516;
	font-weight: bold;
}
.lxsq_top2{
	width: 100%;
	margin-top: 40px;
	font-size: 24px;
	color: #666666;
}
.lxsq_sqlx{
	width: 100%;
	margin-top: 90px;
}
.lxsq_sqlx1{
	width: 100%;
	text-align: center;
}
.lxsq_sqlx1_1{
	width: 100%;
	font-size: 48px;
	color: #1C2516;
	font-weight: bold;
}
.lxsq_sqlx1_2{
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: #666666;
}
.lxsq_sqlx2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.lxsq_sqlx3{
	width: 31.33%;
	margin-top: 70px;
	margin-right: 3%;
	border-radius: 10px;
	background: white;
	padding: 40px 35px;
	display: block;
}
.lxsq_sqlx3:nth-child(3n){
	margin-right: 0;
}
.lxsq_sqlx3_1{
	height: 65px;
	display: block;
	margin: auto;
}
.lxsq_sqlx3_2{
	width: 100%;
	margin-top: 35px;
	font-size: 30px;
	color: #1C2516;
	font-weight: bold;
}
.lxsq_sqlx3_3{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
}
.lxsq_qzwt{
	width: 100%;
	margin-top: 115px;
}
.lxsq_qzwt1{
	width: 100%;
	display: inline-block;
}
.lxsq_qzwt2{
	width: 32%;
	float: left;
	background: white;
	border-radius: 7px;
	overflow: hidden;
	margin-right: 2%;
	margin-top: 60px;
	display: block;
}
.lxsq_qzwt2:nth-child(3n){
	margin-right: 0;
}
.lxsq_qzwt2_1{
	width: 100%;
	height: 330px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.lxsq_qzwt2_2{
	width: 100%;
	padding: 0 25px;
}
.lxsq_qzwt2_3{
	width: 100%;
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap;
}
.lxsq_qzwt2_3_1{
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 16px;
	color: white;
	margin-right: 15px;
	margin-bottom: 10px;
}
.lxsq_qzwt2_3_1:last-child{
	margin-right: 0;
}
.lxsq_qzwt2_4{
	width: 100%;
	padding: 15px 0;
}
.lxsq_qzwt2_4_1{
	width: 100%;
	font-size: 26px;
	color: #1B1B1C;
	font-weight: bold;
	 white-space: nowrap;       /* 防止文本换行 */
	  overflow: hidden;          /* 隐藏溢出的内容 */
	  text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.lxsq_qzwt2_4_2{
	width: 100%;
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
	white-space: nowrap;       /* 防止文本换行 */
	 overflow: hidden;          /* 隐藏溢出的内容 */
	 text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.lxsq_qzwt2_5{
	border-top: 1px solid #D2D2D2;
	width: 100%;
	padding: 25px 0;
}
.lxsq_qzwt2_5_1{
	width: 100%;
	font-size: 18px;
	color: #333333;
	 display: -webkit-box;
	  -webkit-line-clamp: 2;      /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.lxsq_qzwt2_5_2{
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	color: #2180C4;
}
.lxsq_lxlx{
	width: 100%;
	padding: 60px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	margin-top: 70px;
	background-image: url(../img/bg_7.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lxsq_lxlx1{
	width: 100%;
	font-size: 48px;
	color: #2180C4;
	font-weight: bold;
}
.lxsq_lxlx2{
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	color: #666666;
}
.lxsq_lxlx3{
	width: 360px;
	height: 70px;
	display: block;
	border-radius: 10px;
	text-align: center;
	line-height: 70px;
	background: #C69E5E;
	font-size: 18px;
	color: white;
	margin: auto;
	margin-top: 55px;
}
.lxsq_lxlx4{
	width: 100%;
	margin-top: 55px;
	font-size: 24px;
	color: #666666;
}
.nybanne2{
	width: 100%;
	height: 500px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.yxhd_box{
	width: 100%;
	background: #F4F4F4;
}
.yxhd_bo{
	width: 100%;
	margin-bottom: 55px;
}
.yxhd_top{
	width: 410px;
	height: 155px;
	background: rgba(255, 255, 255, .9);
	text-align: center;
	line-height: 155px;
	font-size: 72px;
	color: #2180C4;
	font-weight: bold;
	margin-top: -155px;
	position: relative;
	z-index: 1;
}
.yxhd_down{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.yxhd_left{
	width: 200px;
	float: left;
}
.yxhd_lef{
	border-bottom: 2px solid #4C4C4C;
	width: 100%;
	height: 45px;
	font-size: 17px;
	color: #333333;
}
.yxhd_lef div{
	width: calc(100% - 35px);
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}
.yxhd_lef img{
	width: 15px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}
.yxhd_let{
	width: 100%;
}
.yxhd_let1{
	width: 100%;
	display: block;
	margin-top: 40px;
	font-size: 16px;
	color: #333333;
}
.yxhd_let1.on{
	color: #0156AD;
}
.yxhd_right{
	width: calc(100% - 200px);
	float: left;
	padding-left: 14%;
}
.yxhd_list{
	width: 100%;
}
.yxhd_li{
	border-bottom: 1px solid #E6E6E6;
	width: 100%;
	padding: 15px 0;
	display: inline-block;
}
.yxhd_li1{
	width: 340px;
	height: 210px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 25px;
}
.yxhd_li2{
	width: calc(100% - 365px);
	float: left;
}
.yxhd_li2_1{
	width: 100%;
	font-size: 24px;
	color: #000000;
	 white-space: nowrap;       /* 防止文本换行 */
	  overflow: hidden;          /* 隐藏溢出的内容 */
	  text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.yxhd_li2_2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	 display: -webkit-box;
	  -webkit-line-clamp: 3;      /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.yxhd_li2_3{
	width: 100%;
	margin-top: 35px;
	display: inline-block;
}
.yxhd_li2_4{
	float: left;
	font-size: 16px;
	color: #8C8C9B;
}
.yxhd_li2_4 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.yxhd_li2_4 span{
	display: inline-block;
	vertical-align: middle;
}
.yxhd_li2_5{
	border: 1px solid #C3C3C3;
	width: 80px;
	height: 35px;
	border-radius: 35px;
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.yxhd_li2_5 img{
	width: 20px;
}
.yxhd_li2_5_1{
	display: block;
}
.yxhd_li2_5_2{
	display: none;
}
.yxhd_li:hover .yxhd_li2_5{
	border-color: #2180C4;
	background: #2180C4;
}
.yxhd_li:hover .yxhd_li2_5_1{
	display: none;
}
.yxhd_li:hover .yxhd_li2_5_2{
	display: block;
}
.pages {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	/* border: 1px solid #E6E6E6; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
	/* background: white; */
	color: #88888F;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	/* border-radius: 5px; */
}

.pagination span {
/* border: 1px solid #E6E6E6; */
	box-sizing: border-box;
	float: left;
	display: block;
	min-width: 40px;
	height: 40px;
	font-size: 16px;
	padding: 0 10px;
	/* background: white; */
	color: #88888F;
	text-align: center;
	line-height: 40px;
	margin: 0 5px;
	/* border-radius: 5px; */
}

.pagination a.active {
	border-bottom: 1px solid #0156AD;
	/* background: #B2976C; */
	color: #0156AD;
}

.pagination a:active {
	border-bottom: 1px solid #0156AD;
	/* background: #B2976C; */
	color: #0156AD;
}
.tit_box{
	width: 100%;
	background: #F4F4F4;
}
.tit_bo{
	width: 100%;
	margin:35px auto;
	font-size: 14px;
	color: #333333;
}
.tit_bo img{
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}
.tit_bo div{
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
}
.tit_bo  span{
	margin: 0 10px;
}
.yxhd_detail{
	width: 100%;
	background: #F4F4F4;
}
.yxhd_deta{
	width: 100%;
	background: white;
	margin-bottom: 50px;
}
.yxhd_detatop{
	width: 100%;
	padding-top: 45px;
	padding-bottom: 20px;
}
.yxhd_detatop1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000000;
}
.yxhd_detatop2{
	width: 100%;
	margin-top: 35px;
	text-align: center;
}
.yxhd_detatop2_1{
	font-size: 12px;
	color: #878787;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}
.yxhd_detatop2_1:last-child{
	margin-right: 0;
}
.yxhd_detatop2_1 a{
	height: 20px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.yxhd_detatop2_1 a img{
	height: 100%;
	display: block;
}
.yxhd_detacen{
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	width: 100%;
	padding: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.yxhd_detacen img{
	max-width: 100%;
}
.yxhd_detadown{
	width: 100%;
	padding: 50px 35px;
}
.yxhd_detadown1{
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666666;
	display: flex;
	  white-space: nowrap;       /* 防止文本换行 */
	  overflow: hidden;          /* 隐藏溢出的内容 */
	  text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.yxhd_detadown1:last-child{
	margin-bottom: 0;
}
.yxhd_detadown1 a{
	color: #2180C4;
}
.nybanne3{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne3_1{
	max-width: 100%;
	width: 700px;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .3);
	color: white;
	font-weight: bold;
	font-size: 56px;
}
.lxsq_sqlx4{
	max-width: 100%;
	width: 800px;
	height: 75px;
	border-radius: 75px;
	text-align: center;
	line-height: 75px;
	 background: linear-gradient(to right, #60AFE7, #2280C4);
	 font-size: 24px;
	 color: white;
	 font-weight: bold;
	 display: block;
	 margin: auto;
	 margin-top: 50px;
}
.lxsq_qzwt3{
	    width: 32%;
	    float: left;
	    background: white;
	    border-radius: 7px;
	    overflow: hidden;
	    margin-right: 2%;
	    margin-top: 60px;
	    display: block;
}
.lxsq_qzwt3:nth-child(3n){
	margin-right: 0;
}
.lxsq_qzwt3_1{
	    width: 100%;
	    height: 250px;
	    display: block;
	    object-fit: cover;
	    object-position: center;
}
.lxsq_qzwt3_2{
	width: 100%;
	padding: 30px 25px;
}
.lxsq_qzwt3_3{
	    width: 100%;
	    font-size: 28px;
	    color:#000000;
	    font-weight: bold;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.lxsq_qzwt3_4{
	width: 100%;
	margin-top: 25px;
	    font-size: 18px;
	    color: #666666;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
}
.lxsq_qzwt3_5{
	width: 100%;
	margin-top: 35px;
	    font-size: 18px;
	    color: #2180C4;
}
.lxsq_qzwt4{
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.ymgh_jylj{
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
.ymgh_jylj1{
	width: 100%;
	font-size: 48px;
	color: #000000;
	font-weight: bold;
}
.ymgh_jylj2{
	width: 100%;
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
}
.ymgh_jylj3{
	width: 360px;
	height: 70px;
	display: block;
	margin: auto;
	margin-top: 40px;
	text-align: center;
	line-height: 70px;
	background: #C69E5E;
	border-radius: 10px;
	font-size: 18px;
	color: white;
}
.nybanne4{
	width: 100%;
	height: 775px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne5{
	max-width: 100%;
	width: 700px;
}
.nybanne5_1{
	height: 40px;
	padding: 0 20px;
	background: rgba(0,33,130, .51);
	line-height: 40px;
	display: inline-block;
	font-size: 18px;
	color: white;
}
.nybanne5_2{
	width: 100%;
	margin-top: 15px;
	font-size: 56px;
	color: white;
	font-weight: bold;
}
.nybanne5_3{
	width: 100%;
	display: inline-block;
}
.nybanne5_3_1{
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	background: #002182;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 14px;
	color: #FDE59B;
}
.nybanne5_3_1:last-child{
	margin-right: 0;
}
.study_box{
	width: 100%;
	background: #F2F2F2;
}
.study_bo{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 90px;
}
.study_top{
	width: 100%;
	display: inline-block;
}
.study_top1{
	width: 48%;
	float: left;
	padding-top: 100px;
}
.study_top1_1{
	width: 65px;
	display: block;
}
.study_top1_2{
	width: 100%;
	margin-top: 50px;
	font-size: 36px;
	color: #0D0E13;
}
.study_top1_3{
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	color: #666666;
}
.study_top2{
	width: 49%;
	float: left;
	margin-left: 3%;
	position: relative;
}
.study_top2_1{
	width: 100%;
	height: 765px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.study_top2_2{
	width: 100%;
	display: flex;
	position: absolute;
	right: 50%;
	bottom: 0;
}
.study_top2_3{
	border: 5px solid white;
	width: 32%;
	height: 285px;
	display: block;
	margin-right: 2%;
	object-fit: cover;
	object-position: center;
}
.study_top2_3:last-child{
	margin-right: 0;
}
.study_cens{
	width: 100%;
	margin-top: 45px;
}
.study_cen{
	width: 100%;
	background: white;
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.study_cen:last-child{
	margin-bottom: 0;
}
.study_cen1{
	width: 49%;
	height: 650px;
	padding: 30px 0;
	padding-left: 20px;
	float: left;
	margin-right: 9%;
	position: relative;
}
.study_cen1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}
.study_cen1::after{
	content: '';
	border: 4px solid #2180C4;
	    box-sizing: border-box;
	width: 90%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.study_cen2{
	width: 42%;
	float: left;
	text-align: right;
}
.study_cen2_1{
	border-bottom: 2px solid #2180C4;
	display: inline-block;
	padding: 20px 0;
	font-size: 36px;
	color: #2180C4;
}
.study_cen2_2{
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: #333333;
}
.study_cen2_3{
	width: 100%;
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.study_cen:nth-child(even) .study_cen1{
	padding-left: 0;
	margin-right: 0;
	margin-left: 9%;
	padding-right: 20px;
	float: right;
}
.study_cen:nth-child(even) .study_cen1::after{
	left: inherit;
	right: 0;
}
.study_cen:nth-child(even) .study_cen2{
	text-align: left;
}
.study_down{
	width: 275px;
	height: 55px;
	border-radius: 55px;
	display: block;
	margin: auto;
	margin-top: 55px;
	background: #2180C4;
	color: white;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
}
.xjhz_box{
	width: 100%;
	background: #F4F4F4;
}
.xjhz_bo{
	width: 100%;
	margin-bottom: 75px;
}
.xjhz_top{
	width: 100%;
	margin-top: 40px;
	display: inline-block;
}
.xjhz_top1{
	width: 47%;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.xjhz_top2{
	width: 50%;
	height: 465px;
	border-radius: 10px;
	display: block;
	float: left;
	box-shadow: 8px 8px 18px rgba(33,128,196, .4);
	margin-left: 3%;
}
.xjhz_cen{
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}
.xjhz_cen1{
	width: 50%;
	height: 465px;
	border-radius: 10px;
	display: block;
	float: left;
	box-shadow: 8px 8px 18px rgba(33,128,196, .4);
	margin-right: 3%;
}
.xjhz_cen2{
	width: 47%;
	float: left;
}
.xjhz_cen2_1{
	width: 100%;
	font-size: 24px;
	color: #333333;
}
.xjhz_cen2_2{
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 35px;
}
.xjhz_down{
	width: 100%;
	margin-top: 90px;
}
.xjhz_down1{
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.xjhz_down2{
	width: 100%;
	margin-top: 20px;
}
.xjhz_down2 .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.xjhz_down2 .swiper{
	width: calc(100% - 70px - 20px);
	height: 100%;
}
.xjhz_down2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.xjhz_down2 .swiper-button-prev::after,.xjhz_down2 .swiper-button-next::after{
	display: none;
}
.xjhz_down2 .swiper-button-prev{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.xjhz_down2 .swiper-button-prev:hover{
	background-image: url(../img/prev_1-s.png);
}
.xjhz_down2 .swiper-button-next{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.xjhz_down2 .swiper-button-next:hover{
	background-image: url(../img/next_1-s.png);
}
.xjhz_down2_1{
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.xxjs_box{
	width: 100%;
	background: #F4F4F4;
}
.xxjs_bo{
	width: 100%;
	margin-bottom: 60px;
}
.xxjs_tj{
	width: 100%;
	background: white;
	padding: 0 40px;
	padding-top: 15px;
	margin-top: 40px;
}
.xxjs_tja{
	border-bottom: 1px solid #F1F1F1;
	width: 100%;
	padding: 25px 0;
	display: flex;
}
.xxjs_tja1{
	line-height: 50px;
	margin-right: 30px;
	font-size: 24px;
	color: #1B1B1C;
	font-weight: bold;
}
.xxjs_tja2{
	border: 1px solid #2180C4;
	max-width: calc(100% - 160px);
	width: 590px;
	height: 50px;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
}
.xxjs_tja2 input{
	border: none;
	outline: none;
	width: calc(100% - 75px);
	height: 100%;
	padding: 0 10px;
	font-size: 16px;
}
.xxjs_tja2 button{
	border: none;
	outline: none;
	width: 75px;
	height: 100%;
	background-color: #2180C4;
	background-image: url(../img/search_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.xxjs_tjb{
	width: 100%;
	padding: 20px 0;
}
.xxjs_tjc{
	width: 100%;
	display: flex;
}
.xxjs_tjc1{
	width: 70px;
	line-height: 30px;
	font-size: 16px;
	color: #999999;
}
.xxjs_tjc2{
	height: 30px;
	padding: 0 10px;
	display: block;
	font-size: 16px;
	color: #2E2E2E;
	border-radius: 3px;
}
.xxjs_tjc2 span{
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_tjc2 img{
	width: 10px;
	margin-left: 5px;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_tjc2.on{
	background: #E3EEF6;
	color: #2180C4;
}
.xxjs_tjc2.on img{
	opacity: 1;
}
.xxjs_tjc3{
	width: calc(100% - 145px);
	display: inline-block;
}
.xxjs_tjc3_1{
	height: 30px;
	padding: 0 10px;
	display: block;
	font-size: 16px;
	color: #2E2E2E;
	border-radius: 3px;
	float: left;
	margin-bottom: 15px;
}
.xxjs_tjc3_1 span{
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_tjc3_1 img{
	width: 10px;
	margin-left: 5px;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_tjc3_1.on{
	background: #E3EEF6;
	color: #2180C4;
}
.xxjs_tjc3_1.on img{
	opacity: 1;
}
.xxjs_list{
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}
.xxjs_li{
	width: 49%;
	float: left;
	background: white;
	margin-top: 30px;
	margin-right: 2%;
	display: block;
}
.xxjs_li:nth-child(2n){
	margin-right: 0;
}
.xxjs_li1{
	width: 240px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_li2{
	width: calc(100% - 250px);
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_li2_1{
	width: 100%;
	font-size: 26px;
	color: #1B1B1C;
	font-weight: bold;
	  white-space: nowrap;       /* 防止文本换行 */
	  overflow: hidden;          /* 隐藏溢出的内容 */
	  text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.xxjs_li2_2{
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: #666666;
	white-space: nowrap;       /* 防止文本换行 */
	overflow: hidden;          /* 隐藏溢出的内容 */
	text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.xxjs_li2_3{
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
}
.xxjs_li2_3 img{
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.xxjs_li2_3 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;       /* 防止文本换行 */
		overflow: hidden;          /* 隐藏溢出的内容 */
		text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.xxjs_li2_4{
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}
.xxjs_li2_4 div{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	margin-right: 15px;
	font-size: 16px;
	color: white;
	float: left;
}
.xxjs_li2_4 div:last-child{
	margin-right: 0;
}
.nybanne6{
	width: 100%;
	display: block;
}
.shcoll_detatops{
	width: 100%;
	background-image: url(../img/bg_8.png);
	background-position: center bottom 35px;
	background-repeat: no-repeat;
	background-size: 180px auto;
}
.shcoll_detatop{
	width: 100%;
	margin-top: 80px;
	margin-bottom: 130px;
}
.shcoll_detatop1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #1B1B1C;
}
.shcoll_detatop2{
	width: 100%;
	text-align: justify;
	margin-top: 25px;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
}
.shcoll_jxtss{
	width: 100%;
	background: #F5F5F5;
}
.shcoll_jxts{
	width: 100%;
	margin:60px auto;
}
.shcoll_jxts1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #1B1B1C;
}
.shcoll_jxts2{
	width: 100%;
	background: white;
	margin-top: 30px;
	padding: 25px 35px;
	display: inline-block;
}
.shcoll_jxts3{
	width: 46%;
	float: left;
}
.shcoll_jxts3_1{
	width: 55px;
	display: block;
}
.shcoll_jxts3_2{
	width: 100%;
	height: 400px;
	display: block;
	margin: 30px auto;
	object-fit: cover;
	object-position: center;
}
.shcoll_jxts3_3{
	border-bottom: 1px solid #2862B4;
	width: 100%;
	display: inline-block;
}
.shcoll_jxts3_3 img{
	width: 30px;
	display: block;
	float: right;
}
.shcoll_jxts4{
	width: 46%;
	float: left;
	margin-left: 8%;
}
.shcoll_jxts4_1{
	width: 100%;
	margin-bottom: 15px;
}
.shcoll_jxts4_1:last-child{
	margin-bottom: 0;
}
.shcoll_jxts4_2{
	width: 100%;
	font-size: 18px;
	color: #1B1B1C;
}
.shcoll_jxts4_2 img{
	width: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.shcoll_jxts4_2 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
}
.shcoll_jxts4_3{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.shcoll_rmkcs{
	width: 100%;
}
.shcoll_rmkcb{
	width: 100%;
	display: block;
}
.shcoll_rmkca{
	width: 100%;
}
.shcoll_rmkcc{
	width: 100%;
	margin-top: 80px;
	margin-bottom: -115px;
	position: relative;
	z-index: 1;
}
.shcoll_rmkcc1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #1B1B1C;
}
.shcoll_rmkcc2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shcoll_rmkcc3{
	width: 32%;
	background: rgba(33,128,196, .9);
	float: left;
	margin-top: 55px;
	margin-right: 2%;
	padding: 20px 25px;
}
.shcoll_rmkcc3:nth-child(3n){
	margin-right: 0;
}
.shcoll_rmkcc3_1{
	border-bottom: 2px solid white;
	display: inline-block;
	padding: 20px 0;
	font-size: 24px;
	color: white;
}
.shcoll_rmkcc3_2{
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	color: white;
	line-height: 30px;
}
.shcoll_lxwms{
	width: 100%;
	background: #F5FAFF;
}
.shcoll_lxwm{
	width: 100%;
	margin: 95px auto;
}
.shcoll_lxwm1{
	width: 100%;
	font-size: 40px;
	color: #1D2129;
	margin-bottom: 60px;
}
.shcoll_lxwm2{
	width: 100%;
	display: inline-block;
}
.shcoll_lxwm3{
	max-width: calc(100% - 300px);
	width: 680px;
	float: left;
}
.shcoll_lxwm3_1{
	width: 100%;
	background: white;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px 25px;
}
.shcoll_lxwm3_1:last-child{
	margin-bottom: 0;
}
.shcoll_lxwm3_2{
	width: 35px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.shcoll_lxwm3_3{
	width: calc(100% - 55px);
	display: inline-block;
	vertical-align: middle;
}
.shcoll_lxwm3_4{
	width: 100%;
	font-size: 18px;
	color: #1D2129;
}
.shcoll_lxwm3_5{
	width: 100%;
	margin-top: 10px;
	font-size: 18px;
	color: #1D2129;
	font-weight: 600;
}
.shcoll_lxwm4{
	width: 200px;
	float: right;
}
.shcoll_lxwm4_1{
	width: 100%;
	font-size: 18px;
	color: #1D2129;
}
.shcoll_lxwm4_2{
	width: 100%;
	display: block;
	margin-top: 10px;
}
.news_box{
	width: 100%;
	background: #F8F8F8;
}
.news_bo{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 60px;
}
.news_list{
	width: 100%;
	display: inline-block;
}
.news_li{
	width: 32%;
	background: white;
	padding: 15px;
	float: left;
	margin-top: 30px;
	margin-right: 2%;
	display: block;
}
.news_li:nth-child(3n){
	margin-right: 0;
}
.news_li1{
	width: 100%;
	height: 235px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.news_li2{
	width: 100%;
	margin-top: 30px;
	font-size: 23px;
	color: #191919;
	font-weight: bold;
	  white-space: nowrap;       /* 防止文本换行 */
	  overflow: hidden;          /* 隐藏溢出的内容 */
	  text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}
.news_li3{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #191919;
	line-height: 30px;
	 display: -webkit-box;
	  -webkit-line-clamp: 2;      /* 限制显示的行数为3 */
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  text-overflow: ellipsis;
}
.news_li4{
	width: 100%;
	margin-top: 25px;
	display: inline-block;
}
.news_li4_1{
	float: left;
	font-size: 16px;
	color: #191919;
}
.news_li4_2{
	float: right;
	font-size: 16px;
	color: #0085E0;
}
.news_li.on .news_li1{
	display: none;
}
.news_li.on .news_li3{
	    height: 295px;
	 -webkit-line-clamp: 10;  
}
.allb_bo{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.allb_list{
	width: 100%;
	display: inline-block;
}
.allb_li{
	    width: 32%;
	    float: left;
	    margin-right: 2%;
	    margin-top: 30px;
	    border-radius: 5px;
	    background: white;
	    overflow: hidden;
	    display: block;
}
.allb_li:nth-child(3n){
	margin-right: 0;
}
.mfpg_box{
	width: 100%;
	background-color: #E9E9EB;
	background-image: url(../img/bg_9.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.mfpg_bo{
	width: 100%;
	margin-top: 100px;
	margin-bottom: 55px;
}
.mfpg_tit1{
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: white;
	font-weight: bold;
}
.mfpg_tit2{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	color: white;
}
.mfpg_cnt{
	width: 100%;
	background: white;
	border-radius: 35px;
	margin-top: 65px;
	padding: 10px 35px;
}
.mfpg_cnta{
	width: 100%;
	margin-bottom: 20px;
}
.mfpg_cnta1{
	border-bottom: 2px solid #EFEFEF;
	width: 100%;
	padding: 25px 0;
	font-size: 16px;
	color: #A9A9A9;
	font-weight: bold;
}
.mfpg_cnta1 span{
	font-size: 24px;
	color: #262626;
	margin-right: 20px;
}
.mfpg_cnta2{
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}
.mfpg_cnta2_1{
	float: left;
	margin: 5px 0;
	margin-right: 40px;
	font-size: 18px;
	color: #4B4B4B;
}
.mfpg_cnta2_1:last-child{
	margin-right: 0;
}
input[type=checkbox] {
	border: 1px solid #BFBFBF;
	box-sizing: border-box;
	cursor: pointer;
	outline: none;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 13px;
	margin: 0;
	border-radius: 2px;
	background: transparent;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
}

input[type=checkbox]::after {
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	visibility: visible;
	padding-left: 0px;
	text-align: center;
	content: ' ';
}

input[type=checkbox]:checked {
	border: none;
}

input[type=checkbox]:checked::after {
	content: "✓";
	font-size: 10px;
	font-weight: bold;
	background: #2180C4;
	color: white;
	border-radius: 2px;
}
.mfpg_cnta2_1 div{
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta2_1 input[type='text']{
	border: none;
	border-bottom: 1px solid #AAAAAA;
	outline: none;
	width: 130px;
	font-size: 18px;
	color: #4B4B4B;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta2_1 span{
	color: #E40000;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta3{
	width: 100%;
	display: inline-block;
}
.mfpg_cnta3_1{
	float: left;
	margin-right: 30px;
}
.mfpg_cnta3_1:last-child{
	margin-right: 0;
}
.mfpg_cnta3_2{
	font-size: 16px;
	color: #4B4B4B;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta3_3{
	border: 1px solid #DADADA;
	outline: none;
	width: 240px;
	height: 35px;
	margin-left: 5px;
	border-radius: 2px;
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta3_4{
	font-size: 16px;
	color: #FF0000;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta3_5{
	border: 1px solid #DADADA;
	outline: none;
	width: 90px;
	height: 35px;
	margin-left: 5px;
	border-radius: 2px;
	padding: 0 10px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta3_6{
	width: 75px;
	height: 25px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
}
.mfpg_cnta3_6 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.mfpg_cntb{
	border: none;
	outline: none;
	width: 235px;
	height: 70px;
	display: block;
	margin-top: 50px;
	border-radius: 5px;
	background: #FF6537;
	font-size: 18px;
	color: white;
}
.mfpg_cntc{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #D1D1D1;
	font-weight: bold;
	margin-bottom: 80px;
}
.mfpg_cntc span{
	color: #EB1D4E;
}
.about_uss{
	width: 100%;
	background-image: url(../img/bg_10.png);
	background-position: center top 90px;
	background-repeat: no-repeat;
	background-size: contain;
}
.about_us{
	width: 100%;
	margin: 55px auto;
}
.about_ustop{
	width: 100%;
	display: inline-block;
}
.about_ustop1{
	float: left;
	margin-top: 100px;
}
.about_ustop1_1{
	width: 100%;
	font-size: 42px;
	color: #23232C;
	font-weight: bold;
}
.about_ustop1_2{
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	color: #23232C;
}
.about_ustop2{
	border-bottom: 2px solid #4F4F4F;
	border-top: 2px solid #4F4F4F;
	width: 66%;
	float: right;
	padding: 65px 0;
	font-size: 16px;
	color: #292926;
	line-height: 30px;
}
.about_usdown{
	width: 100%;
	margin-top: 135px;
}
.about_usdown .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.about_usdown .swiper{
	width: 100%;
	height: 100%;
	padding-bottom: 115px;
}
.about_usdown .swiper-slide{
	width: 100%;
	height: 100%;
}
.about_usdown .swiper-pagination{
	top: inherit;
	bottom: 30px;
}
.about_usdown .swiper-button{
	width: 155px;
	height: 70px;
	background: white;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.about_usdown .swiper-button-prev::after,.about_usdown .swiper-button-next::after{
	display: none;
}
.about_usdown .swiper-button-prev{
	width: 70px;
	height: 70px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 22px;
}
.about_usdown .swiper-button-prev:hover{
	background-image: url(../img/prev_2-s.png);
}
.about_usdown .swiper-button-next{
	width: 70px;
	height: 70px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 22px;
}
.about_usdown .swiper-button-next:hover{
	background-image: url(../img/next_2-s.png);
}
.about_usdown1{
	width: 100%;
	height: 495px;
}
.about_usdown1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.about_usdown1 video{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.about_wmyss{
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_wmys{
	width: 100%;
	margin:80px auto;
}
.about_wmys1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
	font-weight: bold;
}
.about_jrwms{
	width: 100%;
}
.about_jrwm{
	width: 100%;
	margin: 85px auto;
}
.about_jrwm1{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.about_jrwm2{
	width: 100%;
	margin-top: 65px;
	display: inline-block;
}
.about_jrwm2_1{
	width: 39%;
	display: block;
	float: left;
	margin-right: 8%;
}
.about_jrwm2_2{
	width: 53%;
	float: left;
}
.about_jrwm2_3{
	width: 100%;
	margin-bottom: 40px;
}
.about_jrwm2_3:last-child{
	margin-bottom: 0;
}
.about_jrwm2_3_1{
	width: 100%;
	font-size: 24px;
}
.about_jrwm2_3_2{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.about_bdhxs{
	width: 100%;
	background-image: url(../img/bg_11.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_bdhx{
	max-width: 100%;
	width: 1035px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 125px;
}
.about_bdhx1{
	    width: 100%;
	    text-align: center;
	    font-size: 36px;
	    color: white;
	    font-weight: bold;
}
.about_bdhx2{
	width: 100%;
	margin-top: 35px;
	display: inline-block;
}
.about_bdhx3{
	width: 25%;
	float: left;
	margin-top: 70px;
	text-align: center;
	font-size: 20px;
	color: white;
}
.about_bdhx3 img{
	height: 60px;
	display: block;
	margin: auto;
	margin-bottom: 25px;
}
.about_hzhbs{
	width: 100%;
	background-image: url(../img/bg_12.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about_hzhb{
	width: 100%;
	margin: 70px auto;
}
.about_hzhb1{
	width: 100%;
	text-align: center;
}
.about_hzhb1_1{
	width: 100%;
	font-size: 32px;
	color: #010101;
	font-weight: bold;
}
.about_hzhb1_2{
	width: 100%;
	margin-top: 30px;
	font-size: 20px;
	color: #999999;
}
.about_hzhb2{
	width: 100%;
	margin-top: 50px;
}
.about_hzhb2 .swiper-father{
	width: 100%;
	height: 100%;
	position: relative;
}
.about_hzhb2 .swiper{
	width: calc(100% - 120px - 30px);
	height: 100%;
}
.about_hzhb2 .swiper-slide{
	width: 100%;
	height: 110px;
	padding: 10px;
}
.about_hzhb2 .swiper-button-prev::after,.about_hzhb2 .swiper-button-next::after{
	display: none;
}
.about_hzhb2 .swiper-button-prev{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(../img/prev_1-s.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.about_hzhb2 .swiper-button-next{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-image: url(../img/next_1-s.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}
.about_hzhb2_1{
	width: 100%;
	/* height: 95px; */
	height: 100%;
	background: white;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	overflow: hidden;
	position: relative;
}
.about_hzhb2_1 img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}