html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	font-family:
		system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
		Helvetica, Arial,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

p {
	margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}

/* .clear {
	clear: both;
} */

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
	min-height: 1px;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.XXXX {
	width: 100%;
	padding-top: 176px;
}

.menu {
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	border-radius: 5px;
	position: relative;
	line-height: 1;
	cursor: pointer;
}

.menu span {
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	left: 4px;
	top: 8px;
	border-radius: 10px;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.menu span:nth-child(2) {
	top: 18px;
}

.menu span:nth-child(3) {
	top: 28px;
}

.menu.cur span:nth-child(1) {
	transform: rotate(45deg) translate(8px, 7px);
}

.menu.cur span:nth-child(2) {
	opacity: 0;
}

.menu.cur span:nth-child(3) {
	transform: rotate(-45deg) translate(8px, -7px);
}

/* 导航 */
nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 176px;
	background: #FFFFFF;
	z-index: 900;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.top-1 {
	width: 100%;
	height: 120px;
	background: url(../image/top-1-bg.png) center center;
}

.top-1 .logo {
	display: inline-block;
	margin-top: 24px;
}

.top-2 {
	width: 100%;
	height: 56px;
	background: #FFFFFF;
}

.top-2 .container {
	position: relative;
}

.top-2 .nav {
	width: 100%;
	height: 56px;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}

.top-2 .nav li {
	flex: 1;
	height: 100%;
	text-align: center;
	line-height: 56px;
}

.top-2 .nav li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 1.125rem;
	color: #333333;
	transition: all 0.3s;
}

.top-2 .nav li.on a {
	color: #FFFFFF;
}

.top-2 .hua {
	position: absolute;
	left: 1084px;
	top: -4px;
	transition: all 0.3s;
}

.top-2 .hua img {
	display: block;
}

/* banner */
.banner {
	width: 100%;
	height: 484px;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	min-width: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .ban {
	position: absolute;
	left: 50%;
	height: 100%;
	width: 1200px;
	transform: translateX(-50%);
	z-index: 15;
}

@-webkit-keyframes and_none1 {
	from {
		-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
		transform: translate(-50%, -50%) scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
		transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
	}
}

.banner .swiper-slide-active>img {
	z-index: 10;
	-webkit-animation: and_none1 10s linear 0s both;
	animation: and_none1 10s linear 0s both;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .ban img {
	position: absolute;
	opacity: 0;
	z-index: 15;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

#swiper-one .ban img {
	left: 0;
	top: 20%;
	transition-delay: 0.5s;
	transform: translate(100px, 0);
}

.banner .swiper-container .swiper-wrapper .swiper-slide-active .ban img {
	opacity: 1;
	transform: translate(0, 0) scale(1, 1) !important;
}

.banner .swiper-pagination {
	bottom: 20px;
}

.banner .swiper-pagination span {
	width: 30px;
	height: 12px;
	margin: 0 9px !important;
	opacity: 0.5;
	border-radius: 40px;
	background: #FFFFFF;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 42px;
	opacity: 1;
}

.new1 {
	width: 100%;
	height: 423px;
	padding-top: 30px;
}

.new1-lef {
	width: calc(100% - 350px);
	float: left;
}

.bt-1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #DDDDDD;
	margin-bottom: 20px;
}

.bt-1 span {
	display: inline-block;
	padding-left: 40px;
	background: url(../image/bt1.png) no-repeat left center;
	font-size: 1.375rem;
	color: #000000;
	font-weight: bold;
	float: left;
	border-bottom: 2px solid #3762AD;
	margin-top: -2px;
}

.bt-1 a {
	float: right;
	padding-right: 30px;
	background: url(../image/more-1.png) no-repeat right center;
	font-size: 0.875rem;
	color: #333333;
	font-weight: bold;
}

#swiper-new1 {
	width: 51.13%;
	height: 300px;
	float: left;
}

#swiper-new1 a {
	display: inline-block;
	position: relative;
	height: 100%;
	width: 100%;
}

#swiper-new1 a img {
	width: 100%;
	height: 100%;
	display: block;
}

#swiper-new1 a p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 80px 0 10px;
	font-size: 1rem;
	color: #FFFFFF;
}

#swiper-new1 .swiper-pagination {
	width: auto;
	left: auto;
	right: 10px;
}

#swiper-new1 .swiper-pagination span {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: #D8D9DC;
	border-radius: 10px;
}

#swiper-new1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 14px;
	background: #3762AD;
}

.new1-rig {
	float: right;
	width: 45%;
}

.new1-rig ul {
	width: 100%;
	margin-top: -15px;
}

.new1-rig ul li {
	width: 100%;
	height: 80px;
	border-bottom: 1px dashed #DDDDDD;
}

.new1-rig ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
}

.new1-rig ul li a label {
	width: 60px;
	height: 50px;
	float: left;
	border: 1px solid #3762AD;
	text-align: center;
}

.new1-rig ul li a label span {
	display: inline-block;
	width: 100%;
	height: 30px;
	color: #3762AD;
	font-size: 1.375rem;
}

.new1-rig ul li a label p {
	background: #3762AD;
	font-size: 0.75rem;
	color: #FFFFFF;
}

.new1-rig ul li a>p {
	float: left;
	width: 312px;
	width: calc(100% - 60px);
	padding-left: 10px;
	font-size: 1rem;
	color: #424242;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.new1-rig ul li a:hover>p {
	color: #3762AD;
	font-weight: bold;
}

.new12 {
	width: 330px;
	float: right;
}

.new12 a {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.new12 a img {
	display: block;
	width: 100%;
}

.new2 {
	width: 100%;
	height: 371px;
	background: url(../image/new2.png) center center;
}

.new21 {
	width: 100%;
	display: flex;
	padding-top: 15px;
	justify-content: space-between;
}

.bt-2 {
	border-color: #617DB2;
}

.bt-2 span {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-image: url(../image/bt2.png);
}

.bt-2 a {
	color: #FFFFFF;
	background-image: url(../image/more-2.png);
}

.new22 {
	width: 31.66%;
	float: left;
	padding-top: 25px;
}

.new22 ul {
	width: 100%;
}

.new22 ul li {
	width: 100%;
	height: 42px;
	line-height: 42px;
}

.new22 ul li a {
	display: inline-block;
	width: 100%;
}

.new22 ul li p {
	float: left;
	width: calc(100% - 90px);
	padding-left: 16px;
	color: #FFFFFF;
	font-size: 1rem;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.new22 ul li a:hover p,
.new22 ul li a:hover span {
	font-weight: bold;
}

.new22 ul li p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 19px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #FFFFFF;
}

.new22 ul li span {
	float: right;
	color: #C4D0E3;
	font-size: 0.875rem;
}

.new23 {
	width: 32.5%;
	height: 340px;
	background: rgba(255, 255, 255, 0.15);
	padding: 25px 10px;
}

.new23 .bt-2 {
	border-color: #758CBB;
}

.new23 .new1-rig {
	width: 100%;
}

.new23 .new1-rig ul {
	margin-top: -5px;
}

.new23 .new1-rig ul li a label {
	border-color: #DDE4F0;
}

.new23 .new1-rig ul li a label span {
	color: #DDE4F0;
}

.new23 .new1-rig ul li a label p {
	background: #DDE4F0;
	color: #3762AD;
}

.new23 .new1-rig ul li a>p {
	color: #DDE4F0;
}

.new31 {
	display: flex;
	justify-content: space-between;
}

#swiper-lef {
	width: 100%;
	height: 180px;
}

#swiper-lef a {
	display: inline-block;
	position: relative;
	height: 100%;
	overflow: hidden;
}

#swiper-lef a img {
	display: block;
	width: 100%;
	height: 100%;
}

#swiper-lef a p {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	bottom: -40px;
	transition: all 0.3s;
	background: rgba(0, 0, 0, 0.6);
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	font-size: 1rem;
	color: #FFFFFF;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

#swiper-lef a:hover p {
	bottom: 0;
}

#swiper-lef2 {
	width: 100%;
	height: 80px;
}

#swiper-lef2 a {
	display: inline-block;
	height: 100%;
	overflow: hidden;
}

#swiper-lef2 a img {
	display: block;
	width: 100%;
	height: 100%;
}

#swiper-lef3 {
	width: 100%;
	height: 80px;
}

#swiper-lef3 a {
	display: inline-block;
	height: 100%;
	overflow: hidden;
}

#swiper-lef3 a img {
	width: 100%;
	height: 100%;
	display: block;
}

.new32 {
	width: 48.33%;
}

.new32 ul li p {
	color: #333333;
}

.new32 ul li p::before {
	background: #BBBBBB;
}

.new32 ul li span {
	color: #999999;
}

.lian-2 {
	margin-top: 40px;
}

.xqhz {
	margin-top: 40px;
	margin-bottom: 40px;
}

.lian {
	padding: 40px 0;
	background: #F5F5F5;
}

/* footer */
footer {
	width: 100%;
	height: 204px;
	background: url(../image/fot-bg.png) center center;
	padding: 40px 0;
}

.fot-1 {
	float: left;
	width: 418px;
}

.fot-1 p {
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 2;
}

.fot-1 p a {
	color: #FFFFFF;
}

.fot-1 p a:hover {
	text-decoration: underline;
}

.fot-2 {
	width: 430px;
	float: left;
	padding: 0 120px 0 100px;
}

.fot-2 a {
	color: #FFFFFF;
	display: inline-block;
	width: 50%;
	float: left;
	line-height: 2;
}

.fot-2 a:hover {
	text-decoration: underline;
}

.fot-3 {
	float: right;
}

.fot-3 a {
	display: inline-block;
	float: left;
	margin-left: 20px;
}

.in-top {
	width: 100%;
	overflow: hidden;
	height: 324px;
	position: relative;
}

.in-top img {
	height: auto;
	width: 100%;
}

.in-con {
	width: 100%;
	min-height: calc(100vh - 704px);
	background: url(../image/con-bg.png) center center;
}

.in-1 {
	width: 100%;
	padding: 30px 0;
}

.in-lef {
	width: 280px;
	height: 519px;
	float: left;
	background: url(../image/in-lef-1.png) center top;
}

.in-lef>span {
	display: inline-block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	padding-left: 30px;
}

.in-lef>a {
	display: inline-block;
	width: 100%;
	height: 51px;
	line-height: 40px;
	background: url(../image/in-lef-on.png) no-repeat 11px top;
	text-align: center;
	padding-left: 15px;
	margin-top: 29px;
	font-size: 1rem;
	color: #FFFFFF;
}

.in-lef>a:nth-child(2) {
	margin-top: 40px;
}

.in-lef>a:hover {
	font-weight: bold;
}

.in-rig {
	width: calc(100% - 320px);
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	border-top: 4px solid #3762AD;
	padding: 0 20px;
}

.in-tiao {
	width: 100%;
	height: 52px;
	border-bottom: 2px solid #DDDDDD;
	line-height: 60px;
}

.in-tiao>span {
	display: inline-block;
	padding-left: 40px;
	background: url(../image/bt1.png) no-repeat left center;
	font-size: 1.375rem;
	color: #000000;
	font-weight: bold;
	float: left;
}

.in-tiao>p {
	float: right;
	font-size: 0.875rem;
	color: #333333;
	background: url(../image/in-tiao.png) no-repeat left center;
	padding-left: 20px;
}

.in-tiao>p a {
	color: #333333;
}

.in-tiao>p a:hover {
	text-decoration: underline;
}

.in-new1 {
	width: 100%;
}

.in-new1 li {
	width: 100%;
	border-bottom: 1px dashed #DDDDDD;
}

.in-new1 li a {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

.in-new1 li label {
	float: left;
	width: 58px;
	border-top: 2px solid #3762AD;
	text-align: center;
}

.in-new1 li .img {
	float: left;
	width: 210px;
	height: 140px;
	margin-left: 30px;
}

.in-new1 li .det {
	width: calc(100% - 298px);
	float: left;
	padding-left: 30px;
}

.in-new1 li label span {
	font-size: 0.875rem;
	color: #999999;
	line-height: 3;
}

.in-new1 li label p {
	font-size: 2.25rem;
	color: #3762AD;
}

.in-new1 li .img img {
	width: 100%;
	height: 100%;
}

.in-new1 li .det span {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-new1 li .det p {
	font-size: 0.875rem;
	color: #777777;
	margin-top: 10px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}

.in-new1 li a:hover label,
.in-new1 li a:hover span,
.in-new1 li a:hover .det p {
	font-weight: bold;
}

.in-page {
	width: 100% !important;
	text-align: center !important;
	padding: 30px 0 !important;
	/* float: left; */
}

.in-page span {
	all: unset !important;
	display: inline-block !important;
	font-size: 0.875rem !important;
	color: #666666 !important;
	padding: 10px 20px !important;
	margin: 0 5px !important;
	border: 1px solid #EEEEEE !important;
	background-color: #FFFFFF !important;
}

.in-page .this-page {
	border: none !important;
	background: #3970CF !important;
	color: #FFFFFF !important;
}

.in-page a {
	all: unset !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-size: 0.875rem !important;
	color: #666666 !important;
	padding: 10px 20px !important;
	margin: 0 5px !important;
	border: 1px solid #EEEEEE !important;
	background-color: #FFFFFF !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

.in-page a:hover {
	background-color: #3661AB !important;
	border-color: #B5CAE0 !important;
	color: #FFFFFF !important;
}

.in-page table tr td tr td:nth-child(1) {
	display: none;
}

.in-new2 {
	width: 100%;
}

.in-new2 li {
	width: 100%;
	border-bottom: 1px dashed #DDDDDD;
}

.in-new2 li a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.in-new2 li label {
	float: left;
	width: 114px;
	border-right: 1px solid #DDDDDD;
	height: 76px;
	text-align: center;
}

.in-new2 li label p {
	font-size: 2.25rem;
	color: #3762AD;
}

.in-new2 li label span {
	font-size: 0.875rem;
	color: #999999;
}

.in-new2 li .det {
	float: left;
	width: calc(100% - 114px);
	padding-left: 20px;
}

.in-new2 li .det span {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.in-new2 li .det p {
	font-size: 0.875rem;
	color: #777777;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.in-new2 li a:hover label,
.in-new2 li a:hover span,
.in-new2 li a:hover p {
	font-weight: bold;
}

.in-2 .in-rig {
	width: 100%;
}

.in-det {
	padding: 0 40px;
}

.in-det-bt {
	width: 100%;
	text-align: center;
}

.in-2 .in-det-bt {
	border-bottom: 1px solid #D7E0EF;
	padding: 20px 0;
}

.in-det-bt>span {
	display: inline-block;
	width: 100%;
	font-size: 1.375rem;
	color: #000000;
	font-weight: bold;
	line-height: 3;
}

.in-det-bt p {
	font-size: 0.875rem;
	color: #999999;
	line-height: 2;
}

.in-det-bt p span {
	display: inline-block;
	margin: 0 3px;
}

.in-det-det {
	width: 100%;
	padding: 20px 0;
	padding-bottom: 50px;
}

.in-det-det p {
	text-indent: 2rem;
	font-size: 1rem;
	color: #000000;
	line-height: 2.5;
}



.in-det-det p img {
	max-width: 100% !important;
	margin-left: -2rem;
	display: block;
	margin: 15px auto;
}
.in-new3 {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.in-new3 li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 20px;
}
.in-new3 li:nth-child(3n) {
	margin-right: 0;
}
.in-new3 li a {
	display: inline-block;
	width: 100%;
}
.in-new3 li a .img {
	width: 100%;
	height: 174px;
	overflow: hidden;
}
.in-new3 li a img {
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.in-new3 li p {
	padding: 0 10px;
	text-align: center;
	font-size: 0.9375rem;
	color: #333333;
	line-height: 3;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}
.in-new3 li a:hover img {
	transform: scale(1.1);
}
.in-new3 li a:hover p {
	color: #3970CF;
	font-weight: bold;
}
