 @font-face {
	font-family: "FranklinGothic-Heavy";
	src: url("../font/FranklinGothic-Heavy.otf");
}
@font-face {
            font-family: "Microsoft JhengHei";
            src: url('../font/微软繁黑体.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
body {
	margin: auto;
	cursor: default;
	padding-top: 100px;
	font-family: "Microsoft JhengHei";
}

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: 1600px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.nybanner {
	width: 100%;
}

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

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

.nybanner .swiper-pagination-bullet {
	border: 1px solid white;
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0);
	opacity: 1;
}

.nybanner .swiper-pagination-bullet-active {
	background: white;
}

.nybanne {
	width: 100%;
	height: 1015px;
	overflow: hidden;
	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%);
	z-index: 2;
}

.nybanne3 {
	width: 100%;
}

.nybanne3_1 {
	width: 375px;
	display: inline-block;
	vertical-align: middle;
}

.nybanne3_2 {
	width: calc(50% - 195px);
	display: inline-block;
	vertical-align: middle;
}

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

.nybanne3_4 {
	float: left;
	margin-top: 50px;
	margin-right: 60px;
	font-size: 36px;
	color: white;
}

.nybanne3_5 {
	width: 190px;
	float: left;
	position: relative;
}

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

.nybanne3_5_2 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3_5_3 {
	font-size: 60px;
	color: white;
	font-weight: bold;
}

.nybanne3_5_4 {
	width: 100%;
	font-size: 34px;
	color: white;
}

.nybanne3_6 {
	width: 60px;
	margin-top: 260px;
}

.nybanne3_7 {
	width: 145px;
	margin-left: 145px;
	position: relative;
}

.nybanne3_8 {
	width: 190px;
	margin-left: 30px;
	margin-top: 295px;
	position: relative;
}

.nybanne4 {
	width: 100%;
	text-align: center;
	font-size: 180px;
	color: rgba(255, 255, 255, .5);
	/*color: transparent;*/
	/*background-image: linear-gradient(to right bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));*/
	/*-webkit-background-clip: text;*/
	/*background-clip: text;*/
	overflow: hidden;
	display: flex;
	justify-content: center;
	font-weight: bold;
	font-family: "FranklinGothic-Heavy";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.nybanne4 div{
    display: inline-block;
}
.hxcf_box {
	width: 100%;
}

.hxcf_tops {
	width: 100%;
	background: linear-gradient(to right, #79499A, #C0A2CB);
}

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

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

.hxcf_top1 img {
	width: 270px;
	display: inline-block;
	vertical-align: middle;
}

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

.hxcf_top2 {
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

.hxcf_cen {
	width: 100%;
	margin: 100px auto;
	padding-right: 29%;
	display: flex;
	flex-wrap: wrap;
}

.hxcf_cen1 {
	border: 1px solid #B797C5;
	display: block;
	float: left;
	width: 30.66%;
	margin: 20px 0;
	margin-right: 4%;
	border-radius: 30px;
	padding: 20px;
}

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

.hxcf_cent {
	width: 25%;
	position: absolute;
	right: 55px;
	bottom: 0;
}

.hxcf_cen1_1 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.hxcf_cen1_2 {
	width: 100%;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	color: #999999;
}

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

.hxcf_cen1_2 div {
	max-width: calc(100% - 45px);
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.hxcf_cen1_3 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.hxcf_cen1_4 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
}

.hxcf_cen1:hover .hxcf_cen1_1 {
	color: #865AA2;
}

.hxcf_cen1:hover .hxcf_cen1_2 {
	color: #865AA2;
}

.hxcf_cen1:hover .hxcf_cen1_3 {
	color: #865AA2;
}

.hxcf_cen1:hover .hxcf_cen1_4 {
	color: #865AA2;
}

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

.hxcf_cenb {
	width: 100%;
	margin: 145px auto;
	display: inline-block;
	    position: relative;
    z-index: 2;
}

.hxcf_cenble {
	width: 290px;
	margin-right: 55px;
	float: left;
	position: relative;
}

.hxcf_cenble::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #865AA2;
	position: absolute;
	left: 12px;
	top: 0;
}

.hxcf_cenble1 {
	width: 100%;
	margin-bottom: 180px;
	position: relative;
	z-index: 1;
}

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

.hxcf_cenble1_1 {
	border: 2px solid #865AA2;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #E5DDF5;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
}

.hxcf_cenble1_2 {
	width: calc(100% - 60px);
	font-size: 18px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.hxcf_cenble1.on .hxcf_cenble1_1 {
	background: #865AA2;
}

.hxcf_cenble1.on .hxcf_cenble1_2 {
	color: #865AA2;
	font-weight: bold;
}

.hxcf_cenbri {
	width: calc(100% - 290px - 55px);
	float: left;
	background: white;
	border-radius: 0 0 0 150px;
}

.hxcf_cenbri1 {
	width: 100%;
	padding: 40px 60px;
	display: none;
}
.hxcf_cenbri1 img{
max-width:100%;
}
.hxcf_cenbri2 {
	width: 100%;
	font-size: 24px;
	color: #221815;
	margin-bottom: 15px;
}

.hxcf_cenbri2 span {
	color: #8347AD;
}

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

.hxcf_cenbri3_1 {
	width: 48%;
	float: left;
	margin-top: 15px;
	margin-right: 4%;
	text-align: center;
	font-size: 18px;
	color: #E7143D;
}

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

.hxcf_cenbri3_1 img {
	max-width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.hxcf_cenbt {
	width: 315px;
	position: absolute;
	right: -40px;
	bottom: 0;
	z-index: 1;
}

.lcsy_box {
	width: 100%;
}

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

.lcsy_cen {
	width: 100%;
}

.lcsy_ce {
	border-bottom: 1px solid #865AA2;
	width: 100%;
	padding: 50px 0;
}

.lcsy_ce:last-child {
	border-bottom: none;
}

.lcsy_ce1 {
	width: 57%;
	display: inline-block;
	vertical-align: middle;
}

.lcsy_ce1_1 {
	width: 45%;
	float: left;
	margin-right: 10%;
	text-align: center;
}

.lcsy_ce1_1:last-child {
	margin-right: 0;
}

.lcsy_ce1_2 {
	width: 100%;
	display: block;
	margin-bottom: 25px;
}

.lcsy_ce1_3 {
	max-width: 100%;
	min-width: 170px;
	height: 40px;
	line-height: 40px;
	background: #794A9A;
	display: inline-block;
	padding: 0 25px;
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	color: white;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lcsy_ce1_4 {
	width: 100%;
	font-size: 18px;
	color: #9A9694;
}

.lcsy_ce1_5 {
	width: 100%;
	height: 320px;
	background: red;
	margin-bottom: 25px;
	overflow: hidden;
}

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

.lcsy_ce2 {
	width: 34%;
	margin-right: 8.5%;
	display: inline-block;
	vertical-align: middle;
}

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

.lcsy_ce2_2 {
	border: 1px solid #ABA7A6;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
}

.lcsy_ce2_3 {
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	color: #231815;
}

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

.lcsy_ce2_3 span {
	color: #8247AD;
}

.lcsy_ce3 {
	width: 220px;
	font-size: 30px;
	color: #221815;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

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

.lcsy_ce4_1 {
	width: 48%;
	margin-right: 4%;
	float: left;
	display: flex;
}

.lcsy_ce4_1:last-child {
	margin-right: 0;
}

.lcsy_ce4_2 {
	width: 49%;
	margin-right: 2%;
	text-align: center;
	font-size: 24px;
	color: #666666;
}

.lcsy_ce4_2:last-child {
	margin-right: 0;
}

.lcsy_ce4_2 img {
	width: 100%;
	height: 410px;
	display: block;
	margin-bottom: 35px;
	object-fit: cover;
	object-position: center;
}

.lcsy_ce4_3 {
	width: 100%;
	text-align: right;
}

.lcsy_ce4_3 img {
	max-width: 100%;
}

.syrq_box {
	width: 100%;
}

.syrq_cens {
	width: 100%;
}

.syrq_cen {
	width: 100%;
	margin: 100px auto;
}

.syrq_cen1 {
	border: 1px solid #794A9A;
	width: 465px;
	height: 690px;
	display: inline-block;
	vertical-align: middle;
}

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

.syrq_cen2 {
	width: calc(100% - 470px);
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.syrq_cen2_1 {
	width: 100%;
	margin-bottom: 50px;
	font-size: 24px;
	color: #221815;
}

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

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

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

.zlfs_box {
	width: 100%;

}

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

.zlfs_bo {
	width: 100%;
	margin: 150px auto;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.zlfs_bo1 {
	border: 1px solid #794A9A;
	width: 520px;
	height: 750px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 70px;
}

.zlfs_bo1 img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

.zlfs_bo3 {
	width: 100%;
}

.zlfs_bo3_1 {
	display: inline-block;
	height: 70px;
	border-radius: 70px;
	background: #794A9A;
	padding: 0 35px;
	line-height: 70px;
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.zlfs_bo3_2 {
	width: 100%;
	margin-top: 45px;
}

.zlfs_bo3_2_1 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	line-height: 50px;
}

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

.zlfs_bo3_2_1 span {
	color: #794A9A;
	font-weight: bold;
}

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

.zlfs_bo3_3_1 {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
}

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

.zlfs_bo3_3_2 {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 10px;
	background: #9269AA;
	display: inline-block;
	vertical-align: middle;
}

.zlfs_bo3_3_3 {
	width: calc(100% - 25px);
	font-size: 24px;
	color: #666666;
	display: inline-block;
	vertical-align: middle;
}

.zlfs_bo4 {
	width: 100%;
	margin: 30px auto;
}

.zlfs_bo4_1 {
	width: 100%;
	font-size: 18px;
	color: #999999;
}

.zlfs_bo4_2 {
	width: calc(100% + 70px);
	margin-left: -70px;
	display: block;
	margin-top: 15px;
}
.zlfs_bo5{
    	width: 250px;
    	display: block;
    	margin: auto;
}
.zlfs_bot {
	width: 250px;
	position: absolute;
	right: 65px;
	bottom: 85px;
}

.ckwt_box {
	width: 100%;
}

.ckwt_cens {
	width: 100%;
}

.ckwt_cen {
	width: 100%;
	margin: 90px auto;
}

.ckwt_cena {
	width: 100%;
	display: flex;
}

.ckwt_cena1 {
	border: 1px solid #794A9A;
	width: 235px;
	height: 75px;
	border-radius: 75px;
	text-align: center;
	line-height: 75px;
	margin-right: 25px;
	font-size: 30px;
	color: #794A9A;
}

.ckwt_cena1:last-child {
	margin-right: 0;
}

.ckwt_cena1.on {
	background: #794A9A;
	color: white;
}

.ckwt_cenb {
	border: 1px solid #794A9A;
	width: 100%;
	margin-top: 65px;
	display: none;
}
.ckwt_cenb4{
    border: 1px solid #794A9A;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
}
.ckwt_cenb4:last-child{
    margin-bottom: 0;
}
.ckwt_cenb5{
    border-right: 10px solid #4C3260;
    background: #764B93;
    width: 80px;
    font-size: 24px;
    color: white;
    padding: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.ckwt_cenb6{
    width: calc(100% - 80px);
    padding: 20px;
        font-size: 24px;
    color: #333333;
}
.ckwt_cenb1 {
	border-bottom: 1px solid #794A9A;
	width: 100%;
}

.ckwt_cenb1:last-child {
	border-bottom: none;
}

.ckwt_cenb2 {
	width: 100%;
	padding: 20px;
	font-size: 30px;
	color: #333333;
	background: #D7C8E1;
}

.ckwt_cenb2 span {
	font-weight: bold;
	color: #333333;
}

.ckwt_cenb3 {
	width: 100%;
	display: none;
	padding: 30px 20px;
	font-size: 24px;
	color: #333333;
	line-height: 50px;
}

.ckwt_cenb1.on .ckwt_cenb2 {
	font-weight: bold;
	color: #7C4D9B;
}

.ckwt_cenb1.on .ckwt_cenb3 {
	display: block;
}

.llwm_box {
	width: 100%;
}

.llwm_cens {
	width: 100%;
}

.llwm_cen {
	width: 100%;
	margin: 100px auto;
}

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

.llwm_cen1 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 50px;
	display: flex;
}

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

.llwm_cen1_1 {
	width: 90px;
	line-height: 55px;
	font-size: 24px;
	color: #333333;
}

.llwm_cen1_2 {
	border: 1px solid #CCCCCC;
	outline: none;
	width: calc(100% - 90px);
	height: 55px;
	border-radius: 2px;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
}

.llwm_cen2 {
	width: 100%;
	float: left;
	display: flex;
}

.llwm_cen2_1 {
	border: 1px solid #CCCCCC;
	outline: none;
	width: calc(100% - 90px);
	border-radius: 2px;
	padding: 15px 20px;
	font-size: 18px;
	color: #333333;
}

.llwm_cen3 {
	border: none;
	outline: none;
	width: 235px;
	height: 55px;
	border-radius: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	background: #794A9A;
	color: white;
	display: block;
	margin: auto;
	margin-top: 50px;
}