.cn1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(/static/cn/img/abbj1.jpg);
	background-position: center bottom;
	background-size: cover;
}

.cn1 .crumbs {
	position: relative;
	background: transparent;
}

.cn1 .crumbs .wrap .mianLi {
	color: #808080;
}

.crumbs .wrap .firstLi {
	background: url(/static/cn/img/Frame1.png) no-repeat left 0px;
}

.crumbs .wrap .mianLi:not(:first-child)::before {
	background: #808080;
}

.cn1 .crumbs .wrap .lastLi {
	color: var(--tcolor);
}

.cn1_top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cn1_top_l {
	width: 41%;
}

.cn1_top_r {
	width: 52%;
	margin-left: auto;
}

.cn1_b {
	font-family: 'HarmonyOS_Medium';
	color: var(--tcolor);
	line-height: 1.2;
}

.cn1_f {
	font-family: 'HarmonyOS_Medium';
	line-height: 1.2;
	color: var(--color);
}

.cn1_s {
	font-weight: 400;
	color: #818181;
	line-height: 1.8;
	margin-top: 10px;
}

.cn1_link {
	display: block;
	text-align: center;
	width: 180px;
	height: 48px;
	background: var(--color);
	color: #fff;
	border: 1px solid transparent;
	line-height: 46px;
	transition: 0.5s;
}


.cn1_top_r_yuan {
	width: 100%;
	max-width: 646px;
	position: relative;
}

.cn1_top_r_yuan .yuan_bj {
	width: 100%;
}

.cn1_top_r_yuan_b {
	max-width: 230px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	line-height: 1.2;
}

.yuan {
	width: auto;
	max-width: 100%;
	position: absolute;
	animation: dong3 2s linear infinite;
}

.yuan1 {
	right: -1%;
	top: 25%;
}

.yuan2 {
	left: 16%;
	top: 49%;
	animation-delay: 0.5s;
}

.yuan3 {
	right: 20%;
	bottom: 4%;
	animation-delay: 0.8s;
}

@keyframes dong3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.cn1_top_r_text {
	width: auto;
	position: absolute;
	display: flex;
	align-items: center;
}

.text1 {
	left: 19%;
	top: 11%;
	width: 285px;
}

.text2 {
    left: -16%;
    bottom: 8%;
    flex-direction: row-reverse;
    width: 320px;
}

.text3 {
    right: -21%;
    bottom: 25%;
    width: 300px;
}

.cn1_top_r_text .img {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}

.cn1_top_r_text .img::before {
	content: '';
	width: 103px;
	height: 102px;
	background-image: url(/static/cn/img/ab05.png);
	position: absolute;
	left: -9px;
	top: -4px;
	z-index: -1;
}

.cn1_top_r_text .img img {
	width: auto;
	max-width: 100%;
}

.text_r {
	width: calc(100% - 90px);
	margin-left: auto;
	font-weight: 400;
	color: var(--color);
	line-height: 1.4;
}

.text2 .text_r {
	margin-left: 0;
}

.text_r span {
	font-weight: bold;
	display: block;
}

.cn1_list {
	display: flex;
	flex-wrap: wrap;
}

.cn1_list li {
	width: 18.8%;
	background: #fff;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	padding: 20px 25px;
}

.cn1_li_t {
	line-height: 1;
	color: var(--color);
	font-family: 'HarmonyOS_Medium';
}

.cn1_li_f {
	font-weight: 400;
	font-size: 18px;
	color: #2F5DAB;
	margin-top: 5px;
}

.cn1_li_s {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
	color: #818181;
	line-height: 1.8;
}

.cn1_li_s span {
	color: var(--color);
	display: block;
	zoom: 1.1;
	font-family: 'HarmonyOS_Medium';
}

.cn1_li_s p {
	position: relative;
	padding-left: 15px;
}

.cn1_li_s p::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #818181;
	border-radius: 50%;
	left: 0;
	top: 10px;
}

.cn2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 8.3vw;
    padding-bottom: 6.7vw;
    max-height: 710px;
    height: 50vw;
}

.cn2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.whbox {
    position: relative;
}

.whLi {
    width: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    opacity: 0;
    
}

.cn2_b {
	font-weight: 500;
	color: #fff;
	line-height: 1;
}

.cn2_s {
	font-family: 'HarmonyOS_Medium';
	color: #fff;
	max-width: 690px;
	line-height: 1.5;
}


.cn2_list {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7vw;
}

.cn2_list li {
	width: auto;
	position: relative;
	margin-right: 5.5%;
}

.cn2_list li:nth-child(3n) {
	margin-right: 0%;
}

.cn2_list li:not(:nth-child(3n)):after {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: -100%;
	top: 50%;
	transform: translateY(-50%);
}

.cn2_add {
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.cn2_list li.cur .cn2_add{
	text-decoration: underline;
}

.whLi.cur{
    opacity: 1;
    top: 0;
    transition: 0.7s;
}

.cn3 {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(15deg, #fefeff 50%, #e3eef7 100%);
}

.cn3_top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cn3_b {
	color: var(--tcolor);
	font-family: 'HarmonyOS_Medium';
	width: 60%;
}

.liqie {
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lc_swiper_but {
	width: 50px;
	height: 49px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--color);
}

.lc_swiper_but svg {
	height: auto;
	width: 22px;
	margin: 0;
}

.lc_swiper_but:hover {
	background: var(--color);
	color: #fff;
}

.lc_swiper_but.swiper-button-disabled {
	opacity: 0.5;
}

.swiper_lc {
	width: 100%;
	overflow: hidden;
}

.swiper_lc li {
	padding: 20px 2vw 10px;
	min-height: 240px;
}

.swiper_lc li::before {
	content: '';
	width: 1px;
	height: 100%;
	background-image: linear-gradient(360deg, rgba(47, 93, 171, 0) 0%, #2F5DAB 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.cn3_t {
	color: var(--color);
	font-family: 'HarmonyOS_Medium';
}

.cn3_f {
	line-height: 1.2;
	font-weight: 500;
	margin-top: 5px;
	color: var(--color);
}

.cn3_s {
	line-height: 1.8;
	color: var(--tcolor);
}

.cn4 {
	width: 100%;
	overflow: hidden;
	background-image: url(/static/cn/img/abbj3.jpg);
	background-position: right bottom;
	background-size: cover;
}

.cn4_b {
	color: var(--tcolor);
	font-family: 'HarmonyOS_Medium';
}

.cn4_list li {
	border-top: 1px solid #C5C5C5;
	padding: 2vw 0 0;
	display: flex;
	flex-wrap: wrap;
}

.cn4_l {
	width: 195px;
	font-family: 'HarmonyOS_Medium';
	color: var(--color);
	padding-top: 5px;
}

.cn4_s {
	width: calc(100% - 195px);
	margin-left: auto;
	padding-left: 3.5vw;
	display: flex;
	flex-wrap: wrap;
}

.cn4_li {
	margin-bottom: 2vw;
}

.cn4_li_t {
	line-height: 1;
	font-family: 'HarmonyOS_Medium';
	color: var(--color);
}

.cn4_li_s {
	color: var(--tcolor);
	margin-top: 5px;
	font-family: 'HarmonyOS_Medium';
}


@media only screen and (min-width: 769px) {
	.cn1_list li {
		margin-right: 1.5%;
	}

	.cn1_list li:nth-child(5n) {
		margin-right: 0%;
	}

	.cn4_li {
		width: 30%;
		margin-right: 5%;
	}

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

@media only screen and (max-width: 1440px) {
	.cn1_top_r_yuan {
		zoom: 0.8;
	}
}

@media only screen and (max-width: 1200px) {
	.cn1_top_r_yuan {
		zoom: 0.7;
	}
}

@media only screen and (max-width: 768px) {
	.cn1_top_l {
		width: 100%;
	}

	.cn1_top_r {
		width: 100%;
		margin-top: 35px;
	}

	.cn1_link {
		width: 150px;
		height: 40px;
		line-height: 38px;
	}

	.cn1_top_r_yuan_b {
		max-width: 160px;
	}

	.text1 {
		width: 250px;
	}

	.text2 {
        width: 245px;
        left: -6%;
	}

	.text3 {
		right: -6%;
		bottom: 14%;
		width: 210px;
	}

	.cn1_list li {
		width: 100%;
		margin-top: 15px;
	}
	
	.cn1_li_t{
	    font-size: 28px;
	}

	.cn2 {
		padding: 45px 0;
		height: 100vw;
		    max-height: 440px;
	}

	.cn2_list li:not(:nth-child(3n)):after {
		right: -33%;
	}
	
	.cn2_s{
        font-size: 16px;
	}

	.liqie {
		width: 90px;
	}

	.lc_swiper_but {
		width: 38px;
		height: 38px;
	}

	.lc_swiper_but svg {
		width: 14px;
	}

	.swiper_lc li {
		padding: 15px 2vw 20px;
		min-height: 0;
	}

	.cn4_l{
		width: 100%;
	}

	.cn4_list li{
		padding-top: 20px;
	}

	.cn4_s{
        width: 100%;
        margin: 15px 0 0;
        padding: 0;
	}

	.cn4_li{
		width: 100%;
		margin-bottom: 20px;
	}
}
