body {
	margin: auto;
	cursor: default;
	    zoom: 80%;
}

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

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

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

input {
	background: none;
}

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

button {
	cursor: pointer;
}

@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%;
}

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

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

.banner .swiper-pagination {
	width: auto;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	padding: 5px;
	border-radius: 20px;
	left: 50%;
	transform: translateX(-50%);
}

.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #64676A;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #13B8BD;
	opacity: 1;
}

.banne {
	width: 100%;
	position: relative;
}

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

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

.banne3 {
	width: 100%;
}

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

.banne3_2 {
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: white;
	margin-top: 25px;
}

.banne3_3 {
	border: 1px solid white;
	box-sizing: border-box;
	width: 150px;
	height: 50px;
	display: block;
	border-radius: 50px;
	margin: auto;
	margin-top: 35px;
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.nybanne{
	width: 100%;
	position: relative;
}
.nybanne1{
	width: 100%;
	height: 600px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.nybanne3{
	width: 100%;
	text-align: center;
}
.nybanne3_1{
	width: 100%;
	font-size: 48px;
	color: white;
	font-weight: bold;
}
.nybanne3_2{
	width: 100%;
	font-size: 25px;
	color: white;
}
.in-fws {
	width: 100%;
	position: relative;
}

.in-fws::before {
	content: '';
	width: 45%;
	height: 100%;
	background-image: url(../img/bg_1.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: -1;
}

.in-fws::after {
	content: '';
	width: 45%;
	height: 100%;
	background-image: url(../img/bg_2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.in-fw {
	width: 100%;
	margin: 100px auto;
}

.in-fw1 {
	width: 100%;
	margin-bottom: 125px;
	display: inline-block;
}

.in-fw1:last-child {
	margin-bottom: 0;
}

.in-fw2 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 52%;
	height: 450px;
	float: right;
	border-radius: 20px;
	overflow: hidden;
}

.in-fw2 img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s linear;
}

.in-fw4 {
	/* border: 1px solid red; */
	box-sizing: border-box;
	width: 52%;
	height: 450px;
	float: left;
	border-radius: 20px;
	overflow: hidden;
}

.in-fw4 img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s linear;
}

.in-fw2:hover img {
	transform: scale(1.1);
}

.in-fw4:hover img {
	transform: scale(1.1);
}

.in-fw3 {
	width: 48%;
	float: left;
	box-sizing: border-box;
	padding: 0 50px;
}

.in-fw3_1 {
	height: 4px;
	display: block;
}

.in-fw3_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}

.in-fw3_3 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: rgba(5, 29, 75, 0.6);
}

.in-fw3_4 {
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
	color: rgba(5, 29, 75, 0.8);
	line-height: 40px;
}

.in-fw3_5 {
	width: 150px;
	height: 50px;
	border-radius: 50px;
	background: linear-gradient(to right, #5233F0, #14B7BD);
	display: block;
	margin-top: 45px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}

.in-hyfas {
	width: 100%;
}

.in-hyfa {
	width: 100%;
	margin: 50px auto;
}

.in-hyfa1 {
	width: 100%;
	text-align: center;
}

.in-hyfa1_1 {
	height: 4px;
	display: block;
	margin: auto;
}

.in-hyfa1_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 48px;
	color: #051D4B;
	font-weight: bold;
}

.in-hyfa1_3 {
	width: 100%;
	margin-top: 15px;
	font-size: 20px;
	color: #051D4B;
}

.in-hyfa2 {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}

.in-hyfa2_1 {
	width: 57%;
	height: 400px;
	float: left;
	border-radius: 30px;
	display: block;
	overflow: hidden;
	position: relative;
}

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

.in-hyfa2_1_2 {
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.in-hyfa2_1_3 {
	height: 50px;
	display: block;
	margin: auto;
}

.in-hyfa2_1_4 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 28px;
	color: white;
	font-weight: bold;
}

.in-hyfa2_1_5 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: white;
	display: none;
}

.in-hyfa2_1_6 {
	border: 1px solid white;
	box-sizing: border-box;
	width: 150px;
	height: 50px;
	border-radius: 50px;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	display: none;
}

.in-hyfa2_1::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

.in-hyfa2_2 {
	width: 41%;
	height: 400px;
	float: left;
	margin-left: 2%;
	border-radius: 30px;
	display: block;
	background: red;
	overflow: hidden;
	position: relative;
}

.in-hyfa2_2::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

.in-hyfa2_3 {
	width: 32%;
	height: 400px;
	float: left;
	margin-right: 2%;
	margin-top: 2%;
	border-radius: 30px;
	display: block;
	background: red;
	overflow: hidden;
	position: relative;
}

.in-hyfa2_3::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

.in-hyfa2_3:last-child {
	margin-right: 0;
}

.in-hyfa2_1:hover::after {
	background: linear-gradient(to right, #5233F0, #14B7BD);
	opacity: 0.92;
}

.in-hyfa2_2:hover::after {
	background: linear-gradient(to right, #5233F0, #14B7BD);
	opacity: 0.92;
}

.in-hyfa2_3:hover::after {
	background: linear-gradient(to right, #5233F0, #14B7BD);
	opacity: 0.92;
}

.in-hyfa2_1:hover .in-hyfa2_1_5 {
	display: block;
}

.in-hyfa2_1:hover .in-hyfa2_1_6 {
	display: block;
}

.in-hyfa2_2:hover .in-hyfa2_1_5 {
	display: block;
}

.in-hyfa2_2:hover .in-hyfa2_1_6 {
	display: block;
}

.in-hyfa2_3:hover .in-hyfa2_1_5 {
	display: block;
}

.in-hyfa2_3:hover .in-hyfa2_1_6 {
	display: block;
}

.in-hyfa3 {
	width: 150px;
	height: 50px;
	border-radius: 50px;
	background: linear-gradient(to right, #5233F0, #14B7BD);
	display: block;
	margin: auto;
	margin-top: 45px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
.in-khfks{
    width: 100%;
    background: #F5F5F7;
}
.in-khfk{
    width: 100%;
    margin:90px auto;
}
.in-khfk1{
    width: 100%;
    margin-top: 40px;
}
.in-khfk1 .swiper-father{
    width: 100%;
    height: 100%;
    position: relative;
        padding-bottom: 45px;
    box-sizing: border-box;
}
.in-khfk1 .swiper{
     width: 100%;
    height: 100%;
}
.in-khfk1 .swiper-slide{
    width: 100%;
    height: 100%;
}
.in-khfk1 .swiper-button-prev::after,.in-khfk1 .swiper-button-next::after{
    display: none;
}
.in-khfk1 .swiper-button-prev{
    width: 35px;
    height: 35px;
    background-image: url(../img/prev.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
        left: 0;
    top: inherit;
    margin-top: inherit;
    bottom: 0;
}
.in-khfk1 .swiper-button-next{
    width: 35px;
    height: 35px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 50px;
    right: inherit;
    top: inherit;
    margin-top: inherit;
    bottom: 0;
}
.in-khfk2{
    width: 100%;
}
.in-khfk2_1{
    width: 38%;
    display: inline-block;
    vertical-align: middle;
}
.in-khfk2_1_1{
    width: 75px;
    display: block;
}
.in-khfk2_1_2{
    width: 100%;
    margin-top: 45px;
    font-size: 16px;
    color: rgba(5,29,75,0.8);
    line-height: 35px;
}
.in-khfk2_1_3{
    width: 100%;
    margin-top: 40px;
}
.in-khfk2_1_3_1{
    width: 100%;
    font-size: 22px;
    color: #051D4B;
    font-weight: bold;
}
.in-khfk2_1_3_2{
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
     color: rgba(5,29,75,0.52);
}
.in-khfk2_2{
    width: 44%;
        margin-left: 17.5%;
    display: inline-block;
    vertical-align: middle;
}
.tit-box{
	width: 100%;
}
.tit-bo{
	width: 100%;
	margin:25px auto;
	font-size: 14px;
	color: #999999;
}
.tit-bo img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.tit-bo div{
	display: inline-block;
	vertical-align: middle;
}
.fl-box{
	border-bottom: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 100%;
}
.fl-bo{
	width: 100%;
	text-align: center;
}
.fl-bo1{
	height: 50px;
	text-align: center;
	display: inline-block;
	margin-right: 65px;
	font-size: 20px;
	color: #051D4B;
	box-sizing: border-box;
}
.fl-bo1:last-child{
	margin-right: 0;
}
.fl-bo1.on{
	color: #14B7BD;
	border-bottom: 2px solid #14B7BD;
}
.sy-box{
	width: 100%;
}
.sy-bo{
	width: 100%;
	margin:100px auto;
}
.sy-bo1{
	width: 100%;
	text-align: center;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.sy-bo2{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: rgba(5,29,75, 0.78);
}
.sy-bo3{
	width: 100%;
	margin-top: 60px;
	display: inline-block;
}
.sy-bo3_1{
	width: 51%;
	float: right;
	border-radius: 30px;
	overflow: hidden;
}
.sy-bo3_1 img{
	width: 100%;
	display: block;
}
.sy-bo3_2{
	width: 40%;
	float: left;
}
.sy-bo3_3{
	height: 4px;
	display: block;
}
.sy-bo3_4{
	width: 100%;
	margin-top: 15px;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.sy-bo3_5{
	width: 100%;
	margin-top: 40px;
}
.sy-bo35{
	border-bottom: 1px solid #DADEE2;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
	color: rgba(5, 29, 75, 0.8);
	display: inline-block;
}
.sy-bo35 img{
	width: 8px;
	margin-right: 5px;
	margin-top: 11px;
	float: left;
}
.sy-bo35 div{
	width: calc(100% - 20px);
	float: left;
}
.tpt-box{
	width: 100%;
	background: #F5F6F8;
}
.tpt-bo{
	width: 100%;
	margin:100px auto;
}
.tpt-bo1{
	height: 4px;
	display: block;
	margin: auto;
}
.tpt-bo2{
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.tpt-bo3{
	width: 100%;
	margin-top: 50px;
}
.tpt-bo3 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.cpys-box{
	width: 100%;
}
.cpys-bo{
	width: 100%;
	margin: 100px auto;
}
.cpys-bo1{
	width: 100%;
	display: inline-block;
}
.cpys-bo2{
	border-bottom: 10px solid #DADDE4;
	box-sizing: border-box;
	width: 23.5%;
	height: 310px;
	float: left;
	margin-right: 2%;
	margin-top: 60px;
	border-radius: 20px;
	box-shadow: 0 0 20px #DADDE4;
	background: white;
	position: relative;
}
.cpys-bo2:nth-child(4n){
	margin-right: 0;
}
.cpys-bo4{
	border-bottom: 10px solid #DADDE4;
	box-sizing: border-box;
	width: 30.66%;
	height: 310px;
	float: left;
	margin-right: 4%;
	margin-top: 60px;
	border-radius: 20px;
	box-shadow: 0 0 20px #DADDE4;
	background: white;
	position: relative;
}
.cpys-bo4:nth-child(3n){
	margin-right: 0;
}
.cpys-bo3{
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.cpys-bo3 img{
	height: 65px;
	display: block;
	margin: auto;
}
.cpys-bo3_3{
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 20px;
	color: #051D4B;
}
.cpys-bo3_1{
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 24px;
	color: #051D4B;
	font-weight: bold;
}
.cpys-bo3_2{
	width: 100%;
	margin-top:10px;
	text-align: center;
	font-size: 16px;
	color: rgba(5, 29, 75, 0.6);
}
.fays-box{
	width: 100%;
}
.fays-bo{
	width: 100%;
	margin: 100px auto;
}
.fays-bo1{
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.fays-bo2{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-top: 30px;
	border-radius: 20px;
	background: white;
	box-shadow: 0 0 12px rgba(172,180,195, 0.2);
	padding: 40px 35px;
	box-sizing: border-box;
	display: inline-block;
}
.fays-bo2:nth-child(2n){
	margin-right: 0;
}
.fays-bo2_1{
	width: 75px;
	height: 75px;
	background: #EFF5F9;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	position: relative;
}
.fays-bo2_1 img{
	max-width: 50px;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fays-bo2_2{
	width: calc(100% - 85px);
	float: left;
}
.fays-bo2_3{
	width: 100%;
	font-size: 20px;
	color: #051D4B;
	font-weight: bold;
}
.fays-bo2_4{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: rgba(5, 29, 75, 0.6);
}
.fays-bo2_5{
	width: 100%;
	font-size: 20px;
	color: #051D4B;
}
.fwjs-box{
	width: 100%;
	background: linear-gradient(to bottom,#F2F3F6 70%,#ffffff 30%);
}
.fwjs-bo{
	width: 100%;
	margin-top: 25px;
}
.fwjs-bo1{
	height: 4px;
	display: block;
	margin: auto;
}
.fwjs-bo2{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.fwjs-bo3{
	width: 100%;
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	color: rgba(5, 29, 75, 0.8);
}
.fwjs-bo4{
	width: 100%;
	margin-top: 40px;
}
.fwjs-bo4 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.fwfs-box{
	width: 100%;
}
.fwfs-bo{
	width: 100%;
	margin: 100px auto;
}
.fwfs-bo1{
	width: 40%;
	margin-right: 8.5%;
	display: inline-block;
	vertical-align: middle;
}
.fwfs-bo1_1{
	height: 4px;
	display: block;
}
.fwfs-bo1_2{
	width: 100%;
	margin-top: 10px;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.fwfs-bo1_3{
	width: 100%;
	margin-top: 40px;
	font-size: 20px;
	color: rgba(5, 29, 75, 0.8);
}
.fwfs-bo2{
	width: 51%;
	display: inline-block;
	vertical-align: middle;
}
.gsjj-box{
	width: 100%;
}
.gsjj-bo{
	width: 100%;
	margin: 100px auto;
}
.gsjj-bo1{
	width: 36%;
	margin-right: 4.5%;
	display: inline-block;
	vertical-align: middle;
}
.gsjj-bo1_1{
	height: 4px;
	display: block;
}
.gsjj-bo1_2{
	width: 100%;
	margin-top: 10px;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.gsjj-bo1_3{
	width: 100%;
	margin-top: 45px;
	font-size: 20px;
	color: rgba(5, 29, 75, 0.8);
}
.gsjj-bo2{
	width: 59%;
	display: inline-block;
	vertical-align: middle;
}
.gsjj-bo2 img{
	width: 100%;
	display: block;
}
.lxwm-box{
	width: 100%;
}
.lxwm-bo{
	width: 100%;
	margin:100px auto;
}
.lxwm-bo1{
	height: 4px;
	display: block;
	margin: auto;
}
.lxwm-bo2{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 44px;
	color: #051D4B;
	font-weight: bold;
}
.lxwm-bo3{
	width: 100%;
	display: inline-block;
}
.lxwm-bo3_1{
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 75px;
	text-align: center;
}
.lxwm-bo3_1:nth-child(4n){
	margin-right: 0;
}
.lxwm-bo3_2{
	height: 60px;
	display: block;
	margin: auto;
}
.lxwm-bo3_3{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(5, 29, 75, 0.6);
}
.lxwm-bo3_4{
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	color: #051D4B;
}
.lxwm-bo4{
	width: 100%;
	height: 445px;
	margin-top: 90px;
}
.lxwm-bo4 img{
	width: 100%;
	height: 100%;
	display: block;
}