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 {
	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);
	/* background-color: #0F367A; */
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
	/* background-color: #E7EBF1; */
}

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1300px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
	position: relative;
}

.bannef {
	width: 100%;
	height: 900px;
}

.bannef .swiper {
	width: 100%;
	height: 100%;
}

.bannef .swiper-slide {
	width: 100%;
	height: 100%;
}

.bannef .swiper-slide-active .bannef1_1 {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.bannef1 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.bannef1_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition-property: transform;
	/* 要应用过渡效果的属性 */
	transition-duration: 5s;
	/* 过渡持续时间为2秒 */
	transition-timing-function: ease;
	/* 过渡函数为ease */
	transition-delay: 1ms;
	/* 延迟3秒后才会开始执行过渡效果 */
}

.bannef1_2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.bannef1_3 {
	width: 100%;
}

.bannef1_3_1 {
	width: 100%;
	font-size: 64px;
	color: white;
}

.bannef1_3_2 {
	width: 100%;
	margin-top: 35px;
	font-size: 40px;
	color: white;
}

.bannet {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	z-index: 1000;
}

.bannet1 {
	width: 200px;
}

.bannet1_1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: white;
}

.bannet1_2 {
	width: 100%;
	height: 3px;
	background: rgba(255, 255, 255, 0.22);
	margin-top: 10px;
}

.bannet1.active .bannet1_2 {
	background: white;
}

.in-cptjs {
	width: 100%;
}

.in-cptj {
	width: 100%;
	margin: 100px auto;
}

.in-cptj1 {
	width: 100%;
	text-align: center;
	font-size: 44px;
	color: #0E1F2F;
	font-weight: bold;
}

.in-cptj2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: rgba(14, 31, 47, .7);
}

.in-cptj3 {
	width: 100%;
	display: inline-block;
}

.in-cptj3_1 {
	/* border: 1px solid red; */
	border-bottom: 7px solid #ffffff;
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	border-radius: 10px;
	padding: 40px;
	display: block;
}

.in-cptj3_1:nth-child(3n) {
	margin-right: 0;
}

.in-cptj3_2 {
	width: 100%;
	height: 75px;
	position: relative;
}

.in-cptj3_2 img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-cptj3_3 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
	color: #0E1B29;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-cptj3_4 {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	font-size: 16px;
	color: rgba(14, 29, 42, 0.6);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-cptj3_1:hover {
	border-bottom: 7px solid #C0C4C7;
	box-shadow: 0 0 11px rgba(231, 231, 231, 0.75);
}

.in-cptj3_1:hover .in-cptj3_3 {
	color: #005497;
}

.in-fatjs {
	width: 100%;
	background: #F5F6F6;
}

.in-fatj {
	width: 100%;
	margin: 85px auto;
}

.in-fatj1 {
	width: 100%;
	display: inline-block;
}

.in-fatj1_1 {
	float: left;
}

.in-fatj1_1_1 {
	width: 100%;
	font-size: 44px;
	color: #0E1F2F;
	font-weight: bold;
}

.in-fatj1_1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: rgba(14, 31, 47, .7);
}

.in-fatj1_2 {
	font-size: 14px;
	color: rgba(14, 31, 47, .5);
	float: right;
}

.in-fatj2 {
	width: 100%;
	margin-top: 30px;
	display: flex;
}

.in-fatj2_1 {
	width: 30%;
	height: 580px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

.in-fatj2_2 {
	width: 68%;
	margin-left: 2%;
}

.in-fatj2_3 {
	width: 100%;
	height: 280px;
	display: flex;
	margin-bottom: 20px;
}

.in-fatj2_3:last-child {
	margin-bottom: 0;
}

.in-fatj2_4 {
	width: 54%;
	height: 100%;
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}

.in-fatj2_5 {
	width: 44%;
	height: 100%;
	border-radius: 10px;
	margin-left: 2%;
	display: block;
	overflow: hidden;
	position: relative;
}

.in-fatj2_6 {
	width: 44%;
	height: 100%;
	border-radius: 10px;
	margin-right: 2%;
	display: block;
	overflow: hidden;
	position: relative;
}

.in-fatj2_1_1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.in-fatj2_1_2 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
}

.in-fatj2_1_3 {
	width: 100%;
	padding: 0 10%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-fatj2_1_4 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: white;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-fatj2_1_5 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: white;
	line-height: 25px;
	display: none;
}

.in-fatj2_1_5 div {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.in-fatj2_1:hover .in-fatj2_1_2 {
	background: rgba(0, 84, 151, .9);
}

.in-fatj2_1:hover .in-fatj2_1_5 {
	display: block;
}

.in-fatj2_4:hover .in-fatj2_1_2 {
	background: rgba(0, 84, 151, .9);
}

.in-fatj2_4:hover .in-fatj2_1_5 {
	display: block;
}

.in-fatj2_5:hover .in-fatj2_1_2 {
	background: rgba(0, 84, 151, .9);
}

.in-fatj2_5:hover .in-fatj2_1_5 {
	display: block;
}

.in-fatj2_6:hover .in-fatj2_1_2 {
	background: rgba(0, 84, 151, .9);
}

.in-fatj2_6:hover .in-fatj2_1_5 {
	display: block;
}

.in-gywms {
	width: 100%;
}

.in-gywm {
	width: 100%;
	margin: 90px auto;
}

.in-gywm1 {
	width: 53%;
	margin-left: 9.6%;
	display: inline-block;
	vertical-align: middle;
}

.in-gywm1 img {
	width: 100%;
	display: block;
}

.in-gywm2 {
	width: 37%;
	display: inline-block;
	vertical-align: middle;
}

.in-gywm2_1 {
	width: 100%;
	font-size: 44px;
	color: #0E1F2F;
	font-weight: bold;
}

.in-gywm2_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 20px;
	color: rgba(14, 31, 47, .7);
	font-weight: bold;
}

.in-gywm2_3 {
	width: 100%;
	margin-top: 40px;
	font-size: 16px;
	color: rgba(14, 31, 47, .7);
	line-height: 30px;
}

.in-gywm2_4 {
	border: 1px solid #035698;
	width: 160px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	font-size: 16px;
	color: #005497;
	display: block;
	margin-top: 45px;
}

.in-gywm2_4 div {
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}

.in-gywm2_4 img {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.in-hzhbs {
	width: 100%;
}

.in-hzhb {
	width: 100%;
}

.in-hzhb1 {
	width: 100%;
	text-align: center;
}

.in-hzhb1_1 {
	width: 100%;
	font-size: 44px;
	color: #0E1F2F;
}

.in-hzhb1_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 20px;
	color: rgba(14, 31, 47, .7);
}

.in-hzhb2 {
	width: 100%;
	margin-top: 30px;
}

.in-hzhb2 img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.in-news {
	width: 100%;
	background: #F5F6F6;
}

.in-new {
	width: 100%;
	margin: 95px auto;
}

.in-new1 {
	width: 100%;
	display: inline-block;
}

.in-new1_1 {
	float: left;
}

.in-new1_1_1 {
	width: 100%;
	font-size: 44px;
	color: #0E1F2F;
	font-weight: bold;
}

.in-new1_1_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: rgba(14, 31, 47, .7);
}

.in-new1_2 {
	float: right;
	display: flex;
}

.in-new1_2_1 {
	border-bottom: 4px solid #F5F6F6;
	padding: 10px 0;
	margin-right: 55px;
	font-size: 20px;
	color: rgba(14, 31, 47, 0.61);
	font-weight: bold;
}

.in-new1_2_1:last-child {
	margin-right: 0;
}

.in-new1_2_1.on {
	color: #005497;
	border-bottom: 4px solid #005497;
}

.in-new2 {
	width: 100%;
	display: none;
	margin-top: 30px;
}

.in-new3 {
	width: 100%;
	display: flex;
}

.in-new3_1 {
	width: 49%;
	height: 450px;
	border-radius: 10px;
	overflow: hidden;
}

.in-new3_1 .swiper {
	width: 100%;
	height: 100%;
}

.in-new3_1 .swiper-slide {
	width: 100%;
	height: 100%;
}

.in-new3_1 .swiper-pagination {
	text-align: right;
	padding: 0 30px;
	box-sizing: border-box;
	bottom: 35px;
}

.in-new3_1 .swiper-pagination-bullet {
	border: none;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #6B6968;
	opacity: 1;
}

.in-new3_1 .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ffffff;
}

.in-new3_2 {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.in-new3_2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.in-new3_2 div {
	width: 100%;
	padding: 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 1));
	font-size: 24px;
	color: white;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.in-new3_3 {
	width: 49%;
	margin-left: 2%;
}

.in-new3_4 {
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
	display: block;
	padding: 25px 0;
}

.in-new3_4:first-child {
	padding-top: 0;
}

.in-new3_4_1 {
	width: 100%;
}

.in-new3_4_1 div {
	max-width: calc(100% - 40px);
	font-size: 20px;
	color: #0E1F2F;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-new3_4_1 img {
	width: 30px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.in-new3_4_2 {
	width: 100%;
	margin-top: 15px;
	display: inline-block;
}

.in-new3_4_2_1 {
	float: left;
	font-size: 14px;
	color: rgba(14, 31, 47, .49);
}

.in-new3_4_2_2 {
	float: right;
	font-size: 14px;
	color: #005497;
	text-decoration: underline;
}

.nybanne {
	width: 100%;
	height: 600px;
	position: relative;
}

.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	width: 100%;
}

.nybanne3_1 {
	width: 100%;
	font-size: 44px;
	color: white;
	font-weight: bold;
}

.nybanne3_2 {
	width: 100%;
	margin-top: 25px;
	font-size: 24px;
	color: white;
}

.tit-box {
	width: 100%;
}

.tit-bo {
	width: 100%;
	margin: 35px auto;
}

.tit-bo img {
	width: 18px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.tit-bo div {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.cp-box {
	width: 100%;
}

.cp-bo {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 90px;
}

.pages {
	width: 100%;
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	font-size: 12px;
	padding: 0 10px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 4px;
	/* background: white; */
}

.pagination a img {
	height: 10px;
}

.pagination span {
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	padding: 0 10px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin: 0 4px;
	border-radius: 4px;
	/* background: white; */
}

.pagination .active span {
	border: 1px solid #005193;
	background: #005193;
	color: #ffffff;
}

.pagination .active span {
	border: 1px solid #005193;
	background: #005193;
	color: #ffffff;
}

.cp-list {
	width: 100%;
}

.cp-li {
	width: 100%;
	display: inline-block;
	margin-bottom: 100px;
}

.cp-li1 {
	width: 50%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	margin-right: 5%;
}

.cp-li1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.cp-li3 {
	width: 50%;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	float: right;
	margin-left: 5%;
}

.cp-li3 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.cp-li2 {
	/* border: 1px solid red; */
	width: 45%;
	float: left;
	padding: 45px 25px;
}

.cp-li2_1 {
	width: 100%;
	font-size: 40px;
	color: #0E1F2F;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cp-li2_2 {
	border: 1px solid #CCD0D3;
	display: inline-block;
	height: 35px;
	margin-top: 25px;
	border-radius: 5px;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	color: #0E1F2F;
}

.cp-li2_2 img {
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.cp-li2_2 div {
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.cp-li2_3 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: rgba(14, 31, 47, .7);
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.cp-li2_4 {
	width: 130px;
	height: 48px;
	border-radius: 48px;
	margin-top: 30px;
	background: #005497;
	text-align: center;
	line-height: 48px;
	color: white;
	font-size: 16px;
}

.cpde-bo1 {
	width: 100%;
	font-size: 40px;
	color: #0E1F2F;
	font-weight: bold;
}

.cpde-bo2 {
	display: inline-block;
	margin-top: 20px;
	height: 35px;
	border-radius: 5px;
	background: #E3ECF4;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	color: #005497;
}

.cpde-bo2 img {
	width: 10px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.cpde-bo2 div {
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.cpde-bo3 {
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	color: rgba(14, 31, 47, .82);
	line-height: 35px;
}

.cpde-bo4 {
	width: 100%;
	margin-top: 80px;
}

.cpde-bo4 .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.cpde-bo4 .swiper {
	width: 87%;
	height: 100%;
}

.cpde-bo4 .swiper-slide {
	width: 100%;
	height: 100%;
}

.cpde-bo4 .swiper-button-prev::after,
.cpde-bo4 .swiper-button-next::after {
	display: none;
}

.cpde-bo4 .swiper-button-prev {
	width: 65px;
	height: 65px;
	background-image: url(../img/prev_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
}

.cpde-bo4 .swiper-button-next {
	width: 65px;
	height: 65px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
}

.cpde-bo4_1 {
	width: 100%;
	height: 260px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.cpde-bo4_2 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.cpde-bo4_3 {
	width: 100%;
	background: rgba(14, 31, 47, .73);
	padding: 30px 20px;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

.cpde-bo4_3_1 {
	width: 100%;
	font-size: 24px;
	color: white;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cpde-bo4_3_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.82);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cpde-bo4_1:hover .cpde-bo4_3 {
	display: block;
}

.fa-list {
	width: 100%;
	display: inline-block;
}

.fa-li {
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 70px;
}

.fa-li:nth-child(3n) {
	margin-right: 0;
}

.fa-li1 {
	width: 100%;
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: -15px;
	position: relative;
	z-index: 1;
}

.fa-li1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.fa-li2 {
	width: 100%;
	background: white;
	border-radius: 10px;
	box-shadow: 0 0 13px rgba(204, 204, 204, .75);
	padding: 30px;
	padding-top: 45px;
}

.fa-li2_1 {
	width: 100%;
	font-size: 24px;
	color: #0E1F2F;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fa-li2_2 {
	width: 100%;
	height: 38px;
	margin-top: 15px;
	font-size: 14px;
	color: rgba(14, 31, 47, .7);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.fa-li2_3 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #005497;
}

.fa-li2_3 span {
	display: inline-block;
	vertical-align: middle;
}

.fa-li2_3 img {
	width: 19px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.fade-tops {
	width: 100%;
}

.fade-top {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 95px;
	display: inline-block;
}

.fade-top1 {
	width: 38%;
	float: left;
}

.fade-top1_1 {
	width: 100%;
	font-size: 34px;
	color: #0E1D2B;
	font-weight: bold;
}

.fade-top1_2 {
	width: 40px;
	display: block;
	margin-top: 20px;
}

.fade-top1_3 {
	width: 100%;
	margin-top: 45px;
	font-size: 20px;
	color: rgba(14, 29, 43, .78);
	font-weight: bold;
}

.fade-top1_4 {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	color: rgba(14, 29, 43, .7);
	line-height: 30px;
}

.fade-top2 {
	width: 48%;
	float: right;
}

.fade-top2 .swiper {
	width: 100%;
	height: 100%;
}

.fade-top2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.fade-top2 .swiper-button-prev::after,
.fade-top2 .swiper-button-next::after {
	display: none;
}

.fade-top2 .swiper-button-prev {
	width: 55px;
	height: 55px;
	background-image: url(../img/prev_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fade-top2 .swiper-button-next {
	width: 55px;
	height: 55px;
	background-image: url(../img/next_3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.fade-top2_1 {
	width: 100%;
	height: 440px;
	border-radius: 15px;
	overflow: hidden;
}

.fade-top2_1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.fade-cens {
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fade-cen {
	width: 100%;
	margin: 95px auto;
}

.fade-cen1 {
	width: 100%;
	text-align: center;
}

.fade-cen1_1 {
	width: 100%;
	font-size: 40px;
	color: #0E1D2B;
	font-weight: bold;
}

.fade-cen1_2 {
	width: 40px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.fade-cen2 {
	width: 100%;
	display: inline-block;
}

.fade-cen2_1 {
	width: 23.5%;
	background: white;
	border-radius: 5px;
	float: left;
	margin-right: 2%;
	margin-top: 40px;
	padding: 30px 35px;
}

.fade-cen2_1:nth-child(4n) {
	margin-right: 0;
}

.fade-cen2_2 {
	width: 95px;
	margin: auto;
	position: relative;
}

.fade-cen2_2 img {
	width: 100%;
	display: block;
}

.fade-cen2_2 div {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #005497;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fade-cen2_3 {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: rgba(14, 29, 43, .7);
	line-height: 30px;
}

.gywm-gsjjs {
	width: 100%;
}

.gywm-gsjj {
	width: 100%;
	margin: 45px auto;
}

.gywm-gsjj1 {
	width: 36%;
	display: inline-block;
	vertical-align: middle;
}

.gywm-gsjj1_1 {
	width: 100%;
	font-size: 44px;
	color: #0E1F2F;
	font-weight: bold;
}

.gywm-gsjj1_2 {
	width: 40px;
	display: block;
	margin-top: 15px;
}

.gywm-gsjj1_3 {
	width: 100%;
	margin-top: 35px;
	font-size: 20px;
	color: rgba(14, 31, 47, .7);
	font-weight: bold;
}

.gywm-gsjj1_4 {
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: rgba(14, 31, 47, .7);
	line-height: 30px;
}

.gywm-gsjj2 {
	width: 54%;
	margin-left: 9.5%;
	display: inline-block;
	vertical-align: middle;
}

.gywm-gsjj2 img {
	width: 100%;
	display: block;
}

.gywm-qywhs {
	width: 100%;
	background: #F5F6F6;
}

.gywm-qywh {
	width: 100%;
	margin: 80px auto;
}

.gywm-qywh1 {
	width: 100%;
	text-align: center;
}

.gywm-qywh1_1 {
	width: 100%;
	font-size: 44px;
	color: #0E1F2F;
	font-weight: bold;
}

.gywm-qywh1_2 {
	width: 40px;
	display: block;
	margin: auto;
	margin-top: 15px;
}

.gywm-qywh2 {
	width: 100%;
	display: inline-block;
}

.gywm-qywh2_1 {
	/* border: 1px solid red; */
	width: 23.5%;
	height: 400px;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	position: relative;
}

.gywm-qywh2_1:nth-child(4n) {
	margin-right: 0;
}

.gywm-qywh2_2 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gywm-qywh2_3 {
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.9));
	padding: 45px 10px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.gywm-qywh2_3_1 {
	width: 100%;
	font-size: 28px;
	color: white;
}

.gywm-qywh2_3_2 {
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: white;
}

.gywm-ryzzs {
	width: 100%;
}

.gywm-ryzz {
	width: 100%;
	margin: 80px auto;
}

.gywm-ryzz1 {
	width: 100%;
	margin-top: 30px;
}

.gywm-ryzz1 .swiper-father {
	width: 100%;
	height: 100%;
	padding-bottom: 45px;
	position: relative;
}

.gywm-ryzz1 .swiper {
	width: 100%;
	height: 100%;
}

.gywm-ryzz1 .swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-button {
	width: 50px;
	height: 15px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.swiper-button::before{
	content: '';
	width: 1px;
	height: 12px;
	background: #CCCCCC;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gywm-ryzz1 .swiper-button-prev::after,
.gywm-ryzz1 .swiper-button-next::after {
	display: none;
}

.gywm-ryzz1 .swiper-button-prev {
	width: 10px;
	height: 15px;
	background-image: url(../img/prev_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	top: 0;
	left: 0;
}

.gywm-ryzz1 .swiper-button-prev:hover {
	background-image: url(../img/prev_4-s.png);
}

.gywm-ryzz1 .swiper-button-next {
	width: 10px;
	height: 15px;
	background-image: url(../img/next_4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 0;
	top: 0;
	right: 0;
}

.gywm-ryzz1 .swiper-button-next:hover {
	background-image: url(../img/next_4-s.png);
}

.gywm-ryzz2 {
	width: 100%;
}

.gywm-ryzz2_1 {
	width: 100%;
	height: 490px;
	position: relative;
}

.gywm-ryzz2_2 {
	width: 100%;
	height: 100%;
	display: block;
}

.gywm-ryzz2_3 {
	width: 100%;
	padding: 35px 30px;
	position: absolute;
	left: 0;
	top: 0;
}

.gywm-ryzz2_3 img {
	width: 100%;
	height: 375px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gywm-ryzz2_3 div {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #0E1F2F;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gywm-ryzz2_4 {
	width: 100%;
	display: block;
}
.lxwm-box{
	width: 100%;
}
.lxwm-bo{
	width: 100%;
	margin:45px auto;
}
.lxwm-bo1{
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #0E1F2F;
	font-weight: bold;
}
.lxwm-bo2{
	width: 100%;
	display: inline-block;
}
.lxwm-bo2_1{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 90px;
}
.lxwm-bo2_1:nth-child(4n){
	margin-right: 0;
}
.lxwm-bo2_2{
	width: 90px;
	display: block;
	margin: auto;
	position: relative;
}
.lxwm-bo2_3{
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: rgba(14,31,47, .6);
}
.lxwm-bo2_4{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #0E1F2F;
}
.lxwm-bo3{
	width: 100%;
	height: 450px;
	margin-top: 90px;
}
.news-box{
	width: 100%;
}
.news-bo{
	width: 100%;
	margin-bottom: 70px;
	display: inline-block;
}
.news-fls{
	width: 100%;
	display: inline-block;
}
.news-fl{
	display: block;
	float: left;
	margin-right: 65px;
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	padding: 10px 0;
}
.news-fl:last-child{
	margin-right: 0;
}
.news-fl div{
	max-width: 35px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.news-fl1_1{
	width: 100%;
	display: block;
}
.news-fl1_2{
	width: 100%;
	display: none;
}
.news-fl span{
	display: inline-block;
	vertical-align: middle;
}
.news-fl.on{
	border-bottom: 3px solid #115F9E;
	color: #115F9E;
}
.news-fl.on .news-fl1_1{
	display: none;
}
.news-fl.on .news-fl1_2{
	display: block;
}
.news-list{
	width: 100%;
	margin-bottom: 70px;
}
.news-li{
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	display: block;
	padding: 40px 0;
}
.news-li1{
	width: 115px;
	display: inline-block;
	vertical-align: middle;
}
.news-li1_1{
	width: 100%;
	font-size: 38px;
	color: #005497;
	font-weight: bold;
}
.news-li1_2{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.news-li1_3{
	width: 35px;
	display: block;
	margin-top: 15px;
}
.news-li2{
	width: 275px;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.news-li2 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.news-li3{
	border-left: 1px solid #E4E4E4;
	width: calc(100% - 80px - 275px - 115px - 10px);
	margin-left: 40px;
	margin-right: 40px;
	padding: 0 30px;
	display: inline-block;
	vertical-align: middle;
}
.news-li3_1{
	width: 100%;
	font-size: 28px;
	color: #333333;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.news-li3_2{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.news-left{
	width: 73%;
	float: left;
}
.news-le1{
	width: 100%;
	font-size: 30px;
	color: #0E1F2F;
}
.news-le2{
	width: 100%;
}
.news-le2_1{
	font-size: 14px;
	color: rgba(74,86,98, .6);
	margin-right: 20px;
	margin-top: 20px;
	display: inline-block;
	vertical-align: middle;
}
.news-le2_1:last-child{
	margin-right: 0;
}
.news-le2_1 img{
	max-width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.news-le2_1 span{
	display: inline-block;
	vertical-align: middle;
}
.news-le3{
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	width: 100%;
	margin-top: 40px;
	padding: 35px 0;
	font-size: 16px;
	color: #0E1F2F;
	line-height: 30px;
}
.news-le3 img{
	max-width: 100%;
}
.news-le4{
	width: 100%;
	margin-top: 50px;
}
.news-le4_1{
	width: 100%;
	margin-bottom: 20px;
}
.news-le4_1:last-child{
	margin-bottom: 0;
}
.news-le4_2{
	width: 63px;
	height: 26px;
	padding-right: 7px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/bg_5.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news-le4_3{
	width: calc(100% - 80px);
	font-size: 14px;
	color: #0E1F2F;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.news-right{
	width: 22%;
	float: right;
}
.news-rif{
	display: inline-block;
	position: relative;
}
.news-rif::before{
	content: '';
	width: 100%;
	height: 7px;
	border-radius: 7px;
	background: #96B7D3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-rif span{
	font-size: 24px;
	color: #0E1F2F;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.news-rit{
	width: 100%;
	margin-top: 20px;
}
.news-rit1{
	border-bottom: 1px solid #EBEBEB;
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}
.news-rit1_1{
	width: 100px;
	height: 60px;
	border-radius: 5px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 20px;
}
.news-rit1_2{
	width: calc(100% - 120px);
	float: left;
}
.news-rit1_3{
	width: 100%;
	font-size: 14px;
	color: #0E1F2F;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.news-rit1_4{
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	color: #999999;
}