
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
select {
  /*font-family: Helvetica-Medium;*/
}

.kv_t1,
.esg-common-image-text .text-box h3,
.gy_news_title {
	/*font-family: "p-bold";*/
}


.gy_banner{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.kv_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(1.2);
	transition: all 2s;
	transition-delay: 0.3s;
}
.gy_banner.into .kv_bk{
	transform: scale(1);
}
.kv_text{
	position: absolute;
	bottom: calc(var(--section-font-size) * 1.2);
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
}
.kv_t1{
	font-size: calc(var(--section-font-size) * 0.52);
	transform: translateY(calc(var(--section-font-size) * 1));
	opacity: 0;
	transition: all 1s;
	font-weight: bold;
}
.kv_t2{
	font-size: calc(var(--section-font-size) * 0.24);
	margin-top: calc(var(--section-font-size) * 0.1);
	transform: translateY(calc(var(--section-font-size) * 1));
	opacity: 0;
	transition: all 1s;
	transition-delay: .2s;
}
.kv_text.into .kv_t1{
	transform: translateY(calc(var(--section-font-size) * 0));
	opacity: 1;
}
.kv_text.into .kv_t2{
	transform: translateY(calc(var(--section-font-size) * 0));
	opacity: 1;
}


/* .gy_other{
	position: absolute;
	width: 100%;
	height: 200vh;
	bottom: calc(var(--section-font-size) * 0.3);
    left: calc(var(--section-font-size) * 0.8);
    right: calc(var(--section-font-size) * 1.2);
} */

.go_main{
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
}
.go_i{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(0.6);
	transition: all 1s;
}
.go_i._into{
	transform: scale(1);
}
/* .go_text{
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	font-size: calc(var(--section-font-size) * 0.36);
	width: 100%;
	text-align: center;
} */
/* .go_text{
	color: #fff;
    top: 83%;
    position: absolute;font-size: calc(var(--section-font-size) * 0.21);width: 75%;text-align: left;line-height: calc(var(--section-font-size) * 0.3);
} */
.go_text div span{
	opacity: 0.4;
	transition: all .5s;
}
.go_text div span.show{
	opacity: 1;
}


.gy_news_title{
	padding: calc(var(--section-font-size) * 1) calc(var(--section-font-size) * 1);
	font-size: calc(var(--section-font-size) * 0.58);
	color: #444444;
	font-weight: bold;
	transform: translateY(calc(var(--section-font-size) * 1));
	opacity: 0;
	transition: all 1s;
}
.gy_news_title._into{
	transform: translateY(calc(var(--section-font-size) * 0));
	opacity: 1;
}
.gy_news_list{
	padding: 0 0 calc(var(--section-font-size) * 1);
}
.tab_1{
	display: flex;
	justify-content: space-between;
}
.gy_news_list img{
	width: 100%;
	transition: all 1s;
}
.tb_1_left{
	width: 66.5%;
	position: relative;
	overflow: hidden;
}
.tb_1_right{
	width: 33%;
}
.t1r_min{
	position: relative;
	overflow: hidden;
}
.news_t{
	position: absolute;
	bottom: calc(var(--section-font-size) * 0.38);
	left: calc(var(--section-font-size) * 0.5);
	color: #fff;
	transform: translateY(calc(var(--section-font-size) * 1));
	opacity: 0;
	transition: all 1s;
	z-index: 8;
}
.news_t._into{
	transform: translateY(calc(var(--section-font-size) * 0));
	opacity: 1;
}
.news_t div:nth-of-type(1){
	font-size: calc(var(--section-font-size) * 0.3);
	line-height: calc(var(--section-font-size) * 0.3);
}
.news_t div:nth-of-type(2){
	font-size: calc(var(--section-font-size) * 0.2);
	line-height: calc(var(--section-font-size) * 0.24);
	margin-top: calc(var(--section-font-size) * 0.05);
}
.tb_1_right .t1r_min:nth-of-type(2){
	margin-top: 1.2%;
}
.tab_2{
	display: flex;
	margin-top: 0.4%;
}
.tab_2.more{
	display: none;
}
.t2r_min{
	width: 33%;
	margin-right: 0.5%;
	position: relative;
	overflow: hidden;
}
.t2r_min:nth-of-type(3){
	margin-right: 0;
}
.tab_3{
	display: flex;
	justify-content: space-between;
	margin-top: 0.4%;
}
.tb_3_left{
	width: 66.5%;
	position: relative;
	overflow: hidden;
}
.tb_3_right{
	width: 33%;
}
.t3r_min{
	overflow: hidden;
	position: relative;
}
.tb_3_right .t3r_min:nth-of-type(2){
	margin-top: 1.2%;
}

.tb_1_left:hover img{
	transform: scale(1.05);
}
.t1r_min:hover img{
	transform: scale(1.05);
}
.t2r_min:hover img{
	transform: scale(1.05);
}
.t3r_min:hover img{
	transform: scale(1.05);
}
.tb_3_left:hover img{
	transform: scale(1.05);
}

.t2r_min::after,
.tb_3_left::after,
.t3r_min::after,
.tb_1_left::after,
.t1r_min::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(165, 137, 105, 0.8) 100%);
	top: 0;
	left: 0;
}

.more_btn{
	width: calc(var(--section-font-size) * 2.5);
	padding: 0 calc(var(--section-font-size) * 0.65);
	height: calc(var(--section-font-size) * 0.5);
	background-color: rgb(165, 137, 105);
	margin: calc(var(--section-font-size) * 1) auto 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: calc(var(--section-font-size) * 0.2);
	border-radius: 50px;
	transition: all .3s;
	cursor: pointer;
}
.more_btn img{
	width: calc(var(--section-font-size) * 0.25);
}
.more_btn:hover{
	transform: scale(1.02);
}




/* 后三屏 */
.esg-common-image-text {
    width: 100%;
    position: relative
}

.esg-common-image-text picture {
    width: 100%;
    display: block
}

.esg-common-image-text img {
    width: 100%;
    height: auto;
    display: block
}

.esg-common-image-text .text-box {
    position: absolute
}

.esg-common-image-text .text-box h3 {
    font-size: calc(var(--section-font-size) * 0.6);
    line-height: calc(var(--section-font-size) * 0.85);
    color: #fff;
    margin-bottom: calc(var(--section-font-size) * 0.2)
}

.esg-common-image-text .text-box p {
    font-size: calc(var(--section-font-size) * 0.18);
    line-height: calc(var(--section-font-size) * 0.42);
    color: #fff
}

.esg-common-image-text .text-box p.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.esg-common-image-text .text-box p.flex-box .bold {
    font-weight: bold;
    width: calc(var(--section-font-size) * 0.9)
}

.esg-common-image-text .text-box p.flex-box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.esg-common-image-text .date-detail {
    margin-top: calc(var(--section-font-size) * 0.4);
	position: absolute;
	width: 100%;
	height: 200vh;
	bottom: calc(var(--section-font-size) * 0.3);
	left: 9%;
	/* right: calc(var(--section-font-size) * 1.2); */
}

.esg-common-image-text .date-detail p {
    font-size: calc(var(--section-font-size) * 0.18);
    line-height: calc(var(--section-font-size) * 0.25);
    font-weight: bold;
    margin-bottom: calc(var(--section-font-size) * 0.1);
    color: #fff
}

.esg-common-image-text .date-detail ul {
    border-top: calc(var(--section-font-size) * 0.01) solid #fff;
    border-bottom: calc(var(--section-font-size) * 0.01) solid #fff;
    padding: calc(var(--section-font-size) * 0.2) calc(var(--section-font-size) * 0.4)
}

.esg-common-image-text .date-detail ul.border-none {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.esg-common-image-text .date-detail ul.border-none li {
    font-size: calc(var(--section-font-size) * 0.16);
    line-height: calc(var(--section-font-size) * 0.2)
}

.esg-common-image-text .date-detail ul li {
    list-style: disc;
    font-size: calc(var(--section-font-size) * 0.18);
    line-height: calc(var(--section-font-size) * 0.24);
    color: #fff;
    padding-bottom: calc(var(--section-font-size) * 0.1)
}
.esg-common-image-text .esg-t1{
	font-size: calc(var(--section-font-size) * 0.2) !important;
    line-height: calc(var(--section-font-size) * 0.42);
    color: #fff;
	font-weight: 500 !important;
	width: 58% !important;
}

.esg-common-image-text .date-detail .aos-t1{
	color: #fff;
	bottom: 75%;
	position: absolute;
	font-size: calc(var(--section-font-size) * 0.26);
	font-weight: bold;
	text-align: left;
}
.esg-common-image-text .date-detail .go_t1{
	font-size: calc(var(--section-font-size) * 0.26);
	font-weight: bold;
	text-align: left;
	margin-bottom: calc(var(--section-font-size) * 0.18);
}

.esg-common-image-text .date-detail .go_t3,
.esg-common-image-text .date-detail .go_t4,
.esg-common-image-text .date-detail .go_t5,
.esg-common-image-text .date-detail .go_t6,
.esg-common-image-text .date-detail .go_t7{
	margin-bottom: calc(var(--section-font-size) * 0.18);
}
.esg-common-image-text .date-detail .go_t3,
.esg-common-image-text .date-detail .go_t9{
	margin-left: calc(var(--section-font-size) * 0.1);
}
.esg-common-image-text .date-detail .go_text{
	color: #fff;
	bottom: 2%; 
	position: absolute;
	font-size: calc(var(--section-font-size) * 0.2);
	width: 100%;
	text-align: left;
	line-height: calc(var(--section-font-size) * 0.25);
}





@media (max-width: 768px){
	.kv_t2{
		white-space: nowrap;
		margin-top: calc(var(--section-font-size) * 0.2);
		line-height: calc(var(--section-font-size) * 0.4);
		
	}
	.tb_1_left{
		width: 100%;
	}
	.tb_1_right{
		width: 100%;
	}
	.tab_1{
		flex-direction: column;
	}
	.tb_1_right .t1r_min:nth-of-type(2) {
	    margin-top: 0%;
	}
	.tab_2 {
	    margin-top: 0%;
		flex-direction: column;
	}
	.t2r_min {
	    width: 100%;
	    margin-right: 0%;
	}
	.tb_3_right{
		width: 100%;
	}
	.tb_3_left{
		width: 100%;
	}
	.tab_3{
		flex-direction: column;
		margin-top: 0;
	}
	.tb_3_right .t3r_min:nth-of-type(2){
		margin-top: 0;
	}
	.news_t div:nth-of-type(2){
		margin-top: calc(var(--section-font-size) * 0.2);
	}
	.gy_news_title{
		padding: calc(var(--section-font-size) * 1) calc(var(--section-font-size) * 0.6);
	}
	.more_btn {
	    width: calc(var(--section-font-size) * 3);
	    padding: 0 calc(var(--section-font-size) * 0.7);
	    height: calc(var(--section-font-size) * 0.8);
	    font-size: calc(var(--section-font-size) * 0.25);
	}
	.more_btn img{
		width: calc(var(--section-font-size) * 0.3);
	}



	/* 后三屏 */
	.esg-common-image-text .text-box p {
        font-size:calc(var(--section-font-size) * 0.24)
    }

    .esg-common-image-text .text-box p.flex-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: calc(var(--section-font-size) * 0.1)
    }

    .esg-common-image-text .text-box p.flex-box .bold {
        font-weight: bold;
        width: calc(var(--section-font-size) * 1.2);
        font-size: calc(var(--section-font-size) * 0.21);
        line-height: calc(var(--section-font-size) * 0.3)
    }

    .esg-common-image-text .text-box p.flex-box .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: calc(var(--section-font-size) * 0.21);
        line-height: calc(var(--section-font-size) * 0.3)
    }

    .esg-common-image-text .date-detail p {
        font-size: calc(var(--section-font-size) * 0.21);
        line-height: calc(var(--section-font-size) * 0.3)
    }

    .esg-common-image-text .date-detail ul li {
        font-size: calc(var(--section-font-size) * 0.21);
        line-height: calc(var(--section-font-size) * 0.3)
    }

    .esg-common-image-text .date-detail ul.border-none {
        padding-right: 0
    }

    .esg-common-image-text .date-detail ul.border-none li {
        font-size: calc(var(--section-font-size) * 0.21);
        line-height: calc(var(--section-font-size) * 0.36)
    }

	.esg-common-image-text .esg-t1{
		width: 100% !important;
		font-size: calc(var(--section-font-size) * 0.26) !important;
	}

	.esg-common-image-text .date-detail .aos-t1{
		top: 76%;
	}
	.esg-common-image-text .date-detail .go_text{
		line-height: calc(var(--section-font-size) * 0.3);
        bottom: .5%;
        font-size: calc(var(--section-font-size) * 0.2);
		width: 100%;
	}
	
	.esg-common-image-text .date-detail .go_t6,
	.esg-common-image-text .date-detail .go_t7,
	.esg-common-image-text .date-detail .go_t9,
	.esg-common-image-text .date-detail .go_t11,
	.esg-common-image-text .date-detail .go_t14,
	.esg-common-image-text .date-detail .go_t16,
	.esg-common-image-text .date-detail .go_t20{
		margin-bottom: calc(var(--section-font-size) * 0.2);
	}
	.esg-common-image-text .date-detail .go_t2,
	.esg-common-image-text .date-detail .go_t3,
	.esg-common-image-text .date-detail .go_t4,
	.esg-common-image-text .date-detail .go_t5,
	.esg-common-image-text .date-detail .go_t7,
	.esg-common-image-text .date-detail .go_t8,
	.esg-common-image-text .date-detail .go_t10,
	.esg-common-image-text .date-detail .go_t12,
	.esg-common-image-text .date-detail .go_t13,
	.esg-common-image-text .date-detail .go_t15,
	.esg-common-image-text .date-detail .go_t17,
	.esg-common-image-text .date-detail .go_t18,
	.esg-common-image-text .date-detail .go_t19{
		margin-bottom: 0;
	}
	.esg-common-image-text .date-detail .go_t3,
	.esg-common-image-text .date-detail .go_t4,
	.esg-common-image-text .date-detail .go_t5,
	.esg-common-image-text .date-detail .go_t6,
	.esg-common-image-text .date-detail .go_t8,
	.esg-common-image-text .date-detail .go_t9,
	.esg-common-image-text .date-detail .go_t11,
	.esg-common-image-text .date-detail .go_t13,
	.esg-common-image-text .date-detail .go_t14,
	.esg-common-image-text .date-detail .go_t16,
	.esg-common-image-text .date-detail .go_t18,
	.esg-common-image-text .date-detail .go_t19,
	.esg-common-image-text .date-detail .go_t20{
		margin-left: calc(var(--section-font-size) * 0.11);
	}


}

/* 文字动效 */
.text_in{
	opacity: 0;
	transform: translateY(calc(var(--section-font-size) * 1));
	transition: all 1s;
}
.text_in._into{
	opacity: 1;
	transform: translateY(calc(var(--section-font-size) * 0));
}





