.logo svg{
	fill: #fff;
}
	
.header:hover .logo svg{
    fill: #333;
}

.cn1 {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.cn2_zb {
	display: none;
}

.cn1 img {
	width: 100%;
}

.cn1_text {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.cn1_text_b {
	text-align: center;
	color: #fff;
}

.cn1_text_f {
	width: fit-content;
	margin: 20px auto 0;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 0 15px;
}

.cn2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: -240px;
	z-index: 1;
	padding-top: 240px;
}

.cn2>img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
}

.cn2_text {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cn2_text_b {
	font-weight: bold;
    color: #fff;
    text-shadow: 15px 15px 40px rgba(0 0 0 / 66%);
}

.cn2_ri {
	width: 260px;
}

.cn2_list_t {
	line-height: 1;
	color: #fff;
	text-shadow: 15px 15px 40px rgba(0 0 0 / 66%);
}

.cn2_list_t {
	line-height: 1;
	color: #fff;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

.cn2_list_s {
	color: #fff;
	margin-top: 10px;
}

.cn2_tian {
	width: 100%;
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(/static/cn/img/tqbj.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 30px 15px;
	font-size: 16px;
}

.tianLi {
	width: 48%;
	display: flex;
	align-items: center;
	color: #fff;
}

.tianLi:not(:last-child) {
	margin-bottom: 25px;
}

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

.tianLi_ri {
	width: calc(100% - 30px);
	padding-left: 10px;
}

.tianLi_b {
	line-height: 1;
	margin-bottom: 10px;
}

.tianLi_ri div:nth-child(2) {
	line-height: 1;
}

.tianLi1 {
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}

.tianLi1_ri {
	margin-left: 20px;
}

.qi::before {
	font-size: 56px;
}

.wendu span:not(:last-child) {
	line-height: 1;
	font-size: 32px;
}

#textDay {
	line-height: 1;
	font-size: 16px;
	margin-top: 5px;
}

.cn3_b {
	text-align: center;
	font-weight: bold;
	color: #333;
}

.cn3_li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.cn3_li img {
	width: 100%;
}

.cn3_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.cn3_text_f {
	line-height: 1;
	color: #fff;
	text-align: right;
}

.cn3_text_b {
	color: #fff;
	font-weight: bold;
	text-align: right;
}

.cn3_text_tb {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.cn3_text_tb>div{
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}
.cn3_text_tb>div:nth-chiid(n+4){
    margin-top: 20px;
}
.cn3_tb_li_img {
	width: 3.1vw;
	height: 3.1vw;
	min-width: 40px;
	min-height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.cn3_tb_li_img img {
	width: auto;
	max-width: 30px;
}

.cn3_tb_t {
	color: #fff;
	text-align: center;
	line-height: 1.4;
	margin-top: 15px;
}



.cn4_b {
	text-align: center;
	font-weight: bold;
	color: #333;
}

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

.cn4_li {
	width: 46.7%;
	overflow: hidden;
}

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

.cn4_img img {
	width: 100%;
}

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

.cn4_text_t {
	text-align: center;
	font-weight: bold;
	color: #333;
}

.cn4_text_b {
	height: 40px;
	border: 1px solid #333;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	width: fit-content;
	line-height: 1;
	margin: 15px auto;
}

.cn4_text_s {
	color: #333;
	text-align: center;
}

@media only screen and (min-width: 2000px) {
    .cn2{
        margin-top: -340px;
        padding-top: 340px;
    }
}

@media only screen and (min-width: 768px) {
    .header .nav1 a {
	color: #fff;
}

.header .header_search svg {
	fill: #fff;
}

.header .world svg {
	fill: #fff;
}

.logo .logo_w {
	display: block;
}

.logo .logo_c {
	display: none;
}

.header_active .logo .logo_c {
    display: none;
}

.header:hover .nav1 a {
	color: #333;
}

.header:hover .header_search svg {
	fill: #333;
}

.header:hover .world svg {
	fill: #333;
}

.header:hover .logo .logo_w {
	display: none;
}

.header:hover .logo .logo_c {
	display: block;
}

.header .nav1 a:hover {
	color: #128342 !important;
}
}

@media only screen and (max-width: 769px) {
    .cn1{
        height: 100vh;
        max-height: 960px;
    }
    
    .cn1 img{
        height: 100%;
        object-fit: cover;
    }
    
	.cn2_ri {
		width: 100%;
		margin-top: 35px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cn2_li {
		width: 48%;
	}

	.cn3_text_f {
		text-align: left;
	}

	.cn3_text_b {
		text-align: left;
	}

	.cn3_tb_li_img {
		background: #fff1f1;
	}

	.cn3_tb_li_img img {
		max-width: 16px;
	}

	.cn3_li {
		        height: 80vh;
        max-height: 960px;
	}
	
	.cn3_li:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0 0 0 / 30%);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	
	.cn3_text_tb{
	    flex-wrap: wrap;
	    margin-top: 40px;
        justify-content: space-between;
	}
	
	.cn3_tb_li{
	    margin: 0 0 25px 0 !important;
	}
	
	.cn3_li img{
	    height: 100%;
        object-fit: cover;
	}

	.cn4_li {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.cn3_tb_li_img img{
	    height: auto;
	}
}
