#nyBan {
	max-height: 1000px;
	min-height: 830px;
}

#nyBan .nyBan_text {
	top: 38%;
}

#nyBan .nyBan_text_b {
	margin-top: 10px;
	max-width: 710px;
	line-height: 1.3;
}

.nyBan_text_s {
	color: #fff;
	line-height: 2;
	margin-top: 2vw;
	max-width: 800px;
	font-weight: 100;
}

.cpj_list1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	bottom: 4vw;
}

.cpj1_li {
	width: 24%;
	height: 172px;
	background: linear-gradient(173deg, rgba(0, 0, 0, 0.22) 47%, #2F4EAB 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	position: relative;
	padding: 35px 25px;
	display: flex;
	align-items: flex-start;
	margin-right: 1.33%;
	transition: 0.6s;
}

.cpj1_li:nth-child(4n) {
	margin-right: 0;
}

.cpj1_li img {
	width: auto;
	max-width: 100%;
	position: absolute;
	right: 25px;
	bottom: 20px;
}

.cpj1_li_l {
	color: #fff;
}

.cpj1_li_r {
	width: auto;
	margin-left: 20px;
	color: #fff;
}

.cpj1_li:hover {
	transform: translateY(-5px);
}

.cn1 {
	width: 100%;
	overflow: hidden;
	background: url(../img/bj01.jpg) no-repeat right top;
}

.cn1_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}

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

.banImg {
    width: auto;
    max-width: 100%;
}

.cn2 {
	width: 100%;
	overflow: hidden;
	background: url(../img/jhbj1.jpg) no-repeat center;
	background-size: cover;
}

.cn2_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}


.cn2_top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cn2_top li {
	padding: 0 25px;
	height: 42px;
	display: flex;
	align-items: center;
	margin: 0 10px;
	color: var(--tcolor);
	font-family: 'HarmonyOS_Medium';
}

.cn2_top li.cur {
	background: var(--color);
	color: #fff;
}

.cn2_bot {
    width: 100%;
    position: relative;
    min-height: 400px;
}

.cn2_bot li {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 30px;
    transition: 0.7s;
    width: 100%;
    z-index: 10;
}

.cn2_bot li .display{
	display: flex;
    flex-wrap: wrap;
}

.cn2_bot li.cur {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.cn2_bot_l {
	width: 43.75%;
	overflow: hidden;
}

.cn2_bot_l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s;
}

.cn2_bot_l:hover img {
	transform: scale(1.05);
}

.cn2_bot_r {
	width: 56.25%;
	background: linear-gradient(280deg, rgba(255, 255, 255, 0.46) 0%, #FFFFFF 100%);
	padding: 45px 4.5vw;
}

.cn2_bot_r_t {
	font-weight: 500;
	color: var(--tcolor);
	line-height: 30px;
	font-family: 'HarmonyOS_Medium';
}

.cn2_bot_r_f {
	font-weight: bold;
	color: var(--color);
	line-height: 1.3;
	margin-top: 5px;
}

.cn2_bot_r_s {
	font-weight: 400;
	color: var(--tcolor);
	line-height: 1.8;
	margin-top: 15px;
	height: 230px;
    overflow: auto;
    padding-right: 15px;
}

.cn3_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}

.cn3_list {
	width: 100%;
}

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

.cn3_item {
	background: #EFF5FA;
	padding: 2vw 2.6vw;
	height: 328px;
}

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

.cn3_item_s {
	font-weight: 400;
	color: var(--tcolor);
	line-height: 1.6;
	margin-top: 10px;
	    height: 185px;
    overflow: auto;
    padding-right: 10px;
}

.cn3_item_f {
	width: 100%;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}

.cn3_item_f span {
	border: 1px solid #C0DDF4;
	border-radius: 5px;
	background: #fff;
}

.cn3_item_f span {
	border: 1px solid #C0DDF4;
	border-radius: 5px;
	background: #fff;
	padding: 4px 0.8vw;
	color: var(--color);
	margin-right: 10px;
}

.mySwiper_life_but {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mySwiper_life_but .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background: #D9D9D9;
	opacity: 1;
	margin: 0 5px;
	border-radius: 8px;
	transition: 0.4s;
}

.mySwiper_life_but .swiper-pagination-bullet-active {
	width: 26px;
	background: var(--color);
}

.cn4 {
	width: 100%;
	overflow: hidden;
	background: url(../img/bj02.jpg) no-repeat center;
	background-size: cover;
}

.cn4_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}

.cn4_s {
	margin: 10px auto;
	text-align: center;
	color: var(--tcolor);
	line-height: 1.8;
}


.cn5_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}

.cn5_bot {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cn5_bot li {
	width: 48.6%;
	height: 300px;
	padding: 25px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

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

.cn5_t {
	font-weight: 500;
	color: var(--color);
	line-height: 1.5;
	font-family: 'HarmonyOS_Medium';
}

.cn5_s {
	font-weight: 400;
	color: var(--tcolor);
	line-height: 1.5;
	max-width: 390px;
	margin-top: 20px;
}

.cn5_s span {
	padding-left: 15px;
	position: relative;
	display: block;
}

.cn5_s span:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: var(--tcolor);
	border-radius: 50%;
	left: 0;
	top: 9px;
}

.cn6 {
	width: 100%;
	background: linear-gradient(to bottom, rgba(218 232 245), rgba(240 245 251));
	overflow: hidden;
}

.cn6_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}

.cn6_bot {
	width: 100%;
}

.cn6_bot li {
	width: 100%;
}

.cn6_bot li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3.9vw;
}

.cn6_bot li .cn6_Img {
	width: 46%;
	overflow: hidden;
}

.cn6_bot li .cn6_Img img {
	width: 100%;
	transition: 0.5s;
}

.cn6_bot li .cn6_Img:hover img {
	transform: scale(1.05);
}

.cn6_r {
	width: 44%;
	align-self: center;
}

.cn6_t {
	font-weight: 500;
	color: var(--tcolor);
	line-height: 1.5;
	font-family: 'HarmonyOS_Medium';
}

.cn6_f {
	font-weight: 500;
	color: var(--color);
	line-height: 1.6;
	font-family: 'HarmonyOS_Medium';
}

.cn6_s {
	font-weight: 400;
	color: var(--tcolor);
	line-height: 1.8;
}

.jsBut {
	display: block;
	text-align: center;
    width: fit-content;
    padding: 0 15px;
	height: 48px;
	background: var(--color);
	color: #fff;
	border: 1px solid transparent;
	line-height: 46px;
	transition: 0.5s;
}

.cn6_bot li:nth-child(2n) .msbox .cn6_f span {
	display: block;
	padding-left: 30px;
	color: var(--color);
	background-image: url(../img/icon1.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	line-height: 1.6;
	margin: 8px 0;
	font-size: 18px;
	font-family: 'HarmonyOS_Medium';
}

.cn6_bot li:nth-child(2n) .msbox .cn6_s {
	margin: 20px 0;
}

.cn6_bot li:nth-child(1) .cn6_t {
	margin-bottom: 10px;
}

.cn6_bot li:nth-child(1) .cn6_s {
	margin-top: 20px;
}

.cn6_bot li:nth-child(3) .cn6_f {
	margin-top: 20px;
}


.cn7_b {
	font-weight: bold;
	color: var(--tcolor);
	text-align: center;
}

.cn7_list {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cn7_l {
	width: 37%;
}

.cn7_r {
	width: 60.5%;
	overflow: hidden;
}

.cn7_r img {
	width: 100%;
}

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

.cn7_l_s {
	color: var(--tcolor);
	line-height: 1.6;
}

.cn7_l ul {
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.cn7_l ul li {
	border-radius: 5px;
	background: #EEF3FA;
	padding: 4px 0.8vw;
	color: var(--color);
	margin-right: 10px;
}

@media only screen and (max-width: 1360px) {
    .cpj1_li_r{
        font-size: 15px;
    }
}

@media only screen and (min-width: 769px) {
	.cn6_bot li:nth-child(2n) {
		flex-direction: row-reverse;
	}

	.cn6_bot li:nth-child(2n) .msbox {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 768px) {

	#nyBan {
	     height: auto;
        max-height: 1300px;
        background: #000;
	}

	#nyBan .nyBan_text {
	     position: unset;
        transform: translate(0%, 0%);
        margin-top: 45px;
	}

	#nyBan .nyBan_text_b {
		font-size: 20px;
	}
	#nyBan .banImg{
	    opacity: 0.6;
	}

	.nyBan_text_s {
		margin-top: 15px;
	}

	.cpj_list1 {
    	justify-content: space-between;
        position: unset;
        transform: translateX(0%);
        margin-top: 30px;
        margin-bottom: 20px;
	}

	.cpj1_li {
		width: 48%;
		padding: 15px;
		height: auto;
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cpj1_li_l {
		line-height: 1;
		font-size: 24px;
		width: 100%;
	}

	.cpj1_li_r {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		font-size: 14px;
	}

	.cpj1_li img {
		right: 15px;
		bottom: auto;
		top: 15px;
		max-width: 22px;
	}

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

	.cn2_top li {
		width: 49%;
		margin: 0 0 6px;
		font-size: 12px;
		padding: 5px;
	    justify-content: flex-start;
	}
	
	.cn2_bot{
	   min-height: 0;
	}
	
	.cn2_bot li{
	   position: unset;
	   opacity: 1;
       visibility: visible;
       display: none;
	}
	
	.cn2_bot li.cur{
       display: block;
	}

	.cn2_bot_l {
		width: 100%;
	}

	.cn2_bot_r {
		width: 100%;
		padding: 30px 20px;
	}


	.cn3_item {
		height: auto;
		padding: 20px;
	}

	.mySwiper_life_but {
		margin-top: 20px;
	}

	.mySwiper_life_but .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.cn5_bot li {
		width: 100%;
		height: auto;
		padding: 25px 20px;
		margin-top: 15px;
	}

	.cn5_s {
		margin-top: 10px;
	}
	
	.cn5_t{
	    font-size: 18px;
	}
	
	.cn6_bot li .cn6_Img{
	    width: 100%;
	}
	
	.cn6_r{
	    margin-top: 20px;
	    width:100%
	}
	
	.jsBut{
	    width: 140px;
        height: 38px;
        line-height: 36px;
        margin-top: 15px;
        font-size: 12px;
	}
	
	.cn6_bot li{
	    margin-bottom: 25px;
	}
	
	.cn6_bot li:nth-child(2n) .msbox .cn6_f{
	    margin-top: 15px;
	}
	
	.cn6_bot li:nth-child(2n) .msbox .cn6_f span{
	    margin: 5px 0;
	    padding-left: 20px;
        font-size: 14px;
        background-size: 12px;
	}
	
	.cn7_l {
        width: 100%;
    }
    
    .cn7_r{
        width: 100%;
        margin-top: 20px;
    }
    
    .cn7_l ul{
        margin: 10px 0;
    }






















}
