@font-face {
	font-family: 'iconfont';
	src: url(../icons/iconfont.eot);
	src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
		url(../icons/iconfont.woff) format('woff'),
		url(../icons/iconfont.ttf) format('truetype'),
		url(../icons/iconfont.svg#iconfont) format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Thin.woff2');
	font-weight: 200;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Light.woff2');
	font-weight: 300;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC.woff2');
	font-weight: 400;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2');
	font-weight: 500;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2');
	font-weight: 600;
}

@font-face {
	font-family: 'HarmonyOSSansSC';
	src: url('../fonts/HarmonyOS_Sans_SC_Black.woff2');
	font-weight: 700;
}

@font-face {
	font-family: BaiJamjuree-Bold;
	src: url('../fonts/BaiJamjuree-Bold.woff2');
}

* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	list-style: none;
	color: var(--color);
	font-family: 'HarmonyOSSansSC';
	font-weight: 400;
	scrollbar-width: thin;
}

p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 1rem 0;
	font-weight: 300;
	color: #666;
	text-align: justify;
}

img {
	display: block;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--color);
}

::selection {
	background: var(--color);
	color: #fff;
}

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

html,
body {
	font-size: 62.5%;
	width: 100%;
	position: relative;
	--color: #1a1a1a;
	--color2: #996533;
	--height: 64px;
	--height2: 54px;
}


.w_all {
	width: 92%;
	margin: 0 auto;
}

.w_all2 {
	width: 33vw;
	margin: auto;
}


header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all 0.4s ease;
	will-change: transform;
	background: #fff;
}

header.hide {
	transform: translateY(-100%);
}

header .navbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo img {
	height: 3rem;
	position: relative;
	z-index: 9999;
}

header ul {
	display: flex;
}

header ul li {
	position: relative;
	margin: 0 2.2vw;
}

header ul li h2 {
	font-size: 1.5rem;
	line-height: var(--height);
	transition: all 0.6s;
	display: block;
}

header.active ul li h2 {
	line-height: var(--height2);
}

header ul li:hover h2 {
	color: var(--color2);
}

header .language {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	position: relative;
	z-index: 9999;
}

header .language img {
	width: 2rem;
	margin-left: 0.8vw;
}

.navBtn {
	z-index: 99999;
	cursor: pointer;
	display: none;
	margin-left: 2rem;
}

.navBtn span {
	display: block;
	width: 20px;
	height: 2px;
	background: var(--color);
	margin: 4px auto;
}

.nav_btn_active {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nav_btn_active span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav_btn_active span:nth-of-type(2) {
	opacity: 0;
}

.nav_btn_active span:nth-of-type(3) {
	margin-top: -59%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.s_menu {
	position: absolute;
	display: none;
	top: 100%;
	left: -2rem;
	width: max-content;
	min-width: 100%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.s_menu dl {
	padding: 10px 0;
}

.s_menu dd a {
	font-size: 1.3rem;
	padding: 8px 2rem;
	display: block;
	cursor: pointer;
	transition: all 0.3s linear;
}

.s_menu dd a:hover {
	opacity: 0.6;
}

.banner {
	width: 100%;
	margin-top: var(--height);
	position: relative;
	overflow: hidden;
	height: 80vh;
	overflow: hidden;

}

.banner .parallax {
	height: 100%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide {
	height: 100%;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
}

.banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .swiper-pagination span {
	background: #fff;
	opacity: 1;
	transition: all 0.5s ease;
}

.banner .swiper-pagination-bullet-active {
	background: var(--color2) !important;
}

.more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: max-content;
	margin-top: 4rem;
	cursor: pointer;
	transition: all 0.5s ease;
}

.more img {
	height: 1.5rem;
	transition: all 0.5s ease;
}

.more:hover img {
	transform: translateX(10px);
}

.more2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: max-content;
	margin-top: 5rem;
	cursor: pointer;
	transition: all 0.5s ease;
	background: #fff;
	padding: 1.3rem 2.5rem;
	border-radius: 5rem;
}

.more2 span {
	font-size: 1.3rem;
	transition: all 0.5s ease;
	margin-right: 1.2rem;
}

.more2 img {
	height: 2.2rem;
	transition: all 0.5s ease;
}

.more2:hover {
	background: var(--color2);
}

.more2:hover span {
	color: #fff;
	letter-spacing: 1px;
}

.more2:hover img {
	filter: invert(1) brightness(1000);
	margin-left: 0.5rem;
}

.title {
	margin-bottom: 4rem;
}

.title h3 {
	font-weight: 500;
	font-size: 2.4rem;
}

.title p {
	margin-top: 2rem;
}

.titleCenter {
	text-align: center;
}

/* 首页 各屏 */
.index_bars {
	padding: 10rem 0;
}

.index_about {
	overflow: hidden;
	background: #fefcf4;
}

.index_about .txt {
	margin: -1.5rem 0 5.5rem;
	height: 15rem;
	position: relative;
}

.index_about p {
	position: absolute;
	width: 100%;
	font-size: 2.1rem;
	font-weight: 300;
	line-height: 1.5;
}

.index_about p.bottom {
	opacity: 0.2;
}

.index_about p span {
	font-size: 2.1rem;
	font-weight: 300;
	line-height: 1.5;
}

.index_pro ul {
	justify-content: space-between;
}

.index_pro ul li {
	width: 24%;
}

.index_pro ul li b {
	display: block;
	overflow: hidden;
}

.index_pro ul li img {
	width: 100%;
	transition: all 0.8s ease;
}

.index_pro ul li:hover img {
	transform: scale(1.08);
}

.index_pro ul li p {
	margin: 2rem 0 0;
	transition: all 0.5s ease;
	font-size: 1.8rem;
}

.index_pro ul li:hover p {
	color: var(--color2);
}

.index_process {
	width: 100%;
	position: relative;
	height: 100vh;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}

.index_process .bar {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.index_process .bar .txt {
    position: relative;
	z-index: 9;
	padding: 0 20% 10% 8%;
	box-sizing: border-box;
}

.index_process .bar h3 {
	color: #fff;
}

.index_process .bar p {
	color: #fff;
	font-weight: 200;
	line-height: 1.8;
	margin: 0;
}
.index_process .bar .bg{
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.5s ease;
    height: 100%;
    overflow: hidden;
    width: 200%;
}
.index_process .bar .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	object-position: 55% center;
}
.index_process .bar:hover{
    z-index: 3;
}
.index_process .bar:hover .bg img{
    transform: scale(1.05);
}
.index_process .bar:nth-of-type(2) .bg{
    clip-path: inset(0 0 0 50%);
    left: auto;
    right: 0;
}
.index_process .bar a{
    display: block;
}
.index_process .bar.close .txt {
  display: none;
}
.index_process .bar.open .txt {
  display: block;
}
.index_process .bar.open .bg {
  clip-path: inset(0 0 0 0);
}
.index_contact {
	overflow: hidden;
	padding-bottom: 0 !important;
}

.index_contact .contain {
	position: relative;
	padding: 10rem 0;
}

.index_contact a {
	margin-left: 50%;
	display: block;
	transform-origin: center;
}

.index_contact .contain .txt {
	width: 17vw;
	height: 17vw;
	background: var(--color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease;
}

.index_contact .contain .txt:hover {
	background: var(--color2);
}
.index_contact .contain .txt .tt{
    padding: 0 8%;
    box-sizing: border-box;
}
.index_contact .contain .txt h2 {
	color: #fff;
	font-size: 2.4rem;
}

.index_contact .contain .txt p {
	color: #fff;
	font-weight: 200;
	margin: 3rem 0 0;
	text-align: center;
}

.index_contact .more {
	margin: 2rem auto 0;
}

.index_contact .more img {
	filter: invert(1) brightness(1000);
	height: 1rem;
}

footer {
	position: relative;
	background: var(--color);
}

footer .top {
	display: flex;
	justify-content: space-between;
	padding: 15rem 0;
}

footer .logo img {
	height: 4rem;
	margin-bottom: 2rem;
	filter: invert(1) brightness(1000);
}

.follow {
	display: flex;
	margin-top: 3rem;
}

.follow p {
	position: relative;
	margin: 0;
	margin-right: 0.8rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s ease;
}

.follow p:hover {
	opacity: 1;
}

.follow p .img1 {
	width: 4rem;
	padding: 10px;
	box-sizing: border-box;
	filter: invert(1) brightness(1000);
	position: relative;
}

.follow p::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 90%;
	height: 90%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: all 0.5s ease;
}

.follow p:hover:before {
	transform: translate(-50%, -50%) scale(1.06);
}

.follow p .img2 {
	position: absolute;
	left: 50%;
	top: 5rem;
	width: 10rem;
	transform: translateX(-50%);
	opacity: 0;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.follow p:hover {
	overflow: inherit;
}

.follow p:hover .img2 {
	opacity: 1;
	top: 4rem;
	transition: all 0.5s ease;
}

footer dl dd {
	color: #fff;
	font-size: 1.6rem;
	margin: 0 0 2.2rem 0;
	transition: all 0.5s ease;
	position: relative;
	line-height: 1.6;
	width: max-content;
}

footer dl dd:hover {
	opacity: 0.7;
}

footer dl .tt p {
	font-size: 1.4rem;
	color: #fff;
	margin: 1.5rem 0 0;
	font-weight: 400;
}

footer dl .tt p a {
	display: block;
	font-size: 1.3rem;
	opacity: 0.8;
	color: #fff;
	font-weight: 300;
	margin: 5px 0 0;
	transition: all 0.5s ease;
}

footer dl .tt p:hover a {
	opacity: 1;
}

footer .copy {
	padding: 0 0 3.5rem 0;
}

footer .copy .tl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .copy p {
	margin: 0;
	font-size: 1.2rem;
	color: #fff
}

footer .copy .tl a {
	color: #fff;
	font-weight: 300;
	font-size: 1.2rem;
	margin-left: 20px;
	transition: all 0.5s ease;
}

footer .copy .tl a:hover {
	opacity: 0.7;
}


.all_back {
	position: fixed;
	right: 1.5%;
	bottom: 4rem;
	z-index: 99999999;
	display: none;
}

.all_back .aa {
	background: #fff;
	border-radius: 50%;
	margin: 1rem 0;
	width: 4rem;
	height: 4rem;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, .02);
	transition: all 0.4s ease;
	box-shadow: 0 3rem 5rem 0 rgba(23, 33, 30, 0.05);
}

.all_back img {
	width: 50%;
}

.all_back .aa:hover {
	background: var(--color);
	transform: scale(1.06);
}

.all_back .aa:hover img {
	filter: invert(1) brightness(1000);
}

.oban {
	height: 6vh;
}

.about {
	overflow: hidden;
}

.about .contain {
	justify-content: space-between;
}

.about .contain .title {
	width: 40%;
}

.about .contain .title h3 {
	line-height: 1.5;
	font-weight: 400;
}

.about .contain .txt {
	width: 53%;
}

.about .contain p {
	line-height: 2;
	margin: 0 0 0.5rem 0;
}

.about .imgs {
	margin-top: -3rem;
	height: 66vh;
	overflow: hidden;
}

.about .imgs img {
	width: 100%;
}

.honor {
	overflow: hidden;
}

.honor .contain {
	justify-content: space-between;
	align-items: center;
	padding: 10rem 0 0;
}

.honor .ll {
	width: 40%;
}

.honor .ll ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem 4rem;
}

.honor .ll ul li {
	background: #fff;
	border-radius: 2rem;
	box-shadow: 8px 7px 16px rgba(201, 201, 201, 0.49);
	overflow: hidden;
	transition: all 0.5s ease;
}

.honor .ll ul li:nth-of-type(4n+1) {
	transform: translateY(-6rem)
}

.honor .ll ul li:nth-of-type(4n+3) {
	transform: translateY(-6rem)
}

.honor .ll ul li img {
	width: 100%;
	transition: all 0.5s ease;
}

.honor .ll ul li:hover img {
	transform: scale(1.08);
}

.honor .rr {
	width: 53%;
}

.honor .swiper {
	margin: 0;
	width: 100%;
}

.honor .swiper-wrapper {
	align-items: center;
}

.honor .swiper-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/line.png) no-repeat center/cover;
}

.honor .swiper-slide img {
	width: 100%;
	object-fit: contain;
	box-shadow: 0px 0px 10px rgba(127, 89, 0, 0.3);
}

.culture {
	overflow: hidden;
	background: #fefcf4;
}

.culture .contain {
	position: relative;
	justify-content: space-between;
}

.culture .ll {
	width: 25%;
}

.culture .ll p {
	color: var(--color);
	margin: 2rem 0 0;
}

.culture .ll p strong {
	font-weight: 300;
	font-size: 1.6rem;
}

.culture ul {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	width: 53%;
}

.culture ul li {
	display: flex;
	align-items: center;
	padding: 3rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.culture ul li b {
	margin-right: 4rem;
}

.culture ul li b img {
	width: 3rem;
}

.culture ul li p {
	margin: 0;
	line-height: 1.5;
}

.culture ul li p strong {
	display: block;
	font-weight: 400;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

.view {
	overflow: hidden;
}

.view .contain {
	justify-content: space-between;
}

.view .contain .title {
	width: 46%;
}

.view .contain .title h3 {
	line-height: 1.5;
	font-weight: 400;
}

.view .contain .txt {
	width: 53%;
}

.view .contain p {
	line-height: 2;
	margin: 0 0 0.5rem 0;
}

.view ul {
	padding-top: 0 !important;
	margin-top: -6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.view ul li {
	margin-top: 1%;
	width: 32.6%;
	position: relative;
	background: #000;
	overflow: hidden;
}

.view ul li:nth-child(1) {
	width: 59%;
}

.view ul li:nth-child(2) {
	grid-column: span 1;
	width: 40%;
}

.view ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
	transition: all 0.8s ease;
}

.view ul li:hover img {
	transform: scale(1.08);
}

.view ul li p {
	position: absolute;
	padding: 1.5rem 2rem;
	box-sizing: border-box;
	color: #fff;
	z-index: 6;
	left: 0;
	bottom: 0;
	margin: 0;
}

.partner {
	background: #f9f9f9;
}

.partner ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 6rem 3rem;
}

.partner ul li {
	background: #fff;
	overflow: hidden;
}

.partner ul li img {
	width: 100%;
	transition: all 0.5s ease;
}
.partner ul li:hover img {
	transform: scale(1.06);
}
.pro .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro .top dl {
	display: flex;
	align-items: center;
}

.pro .top dl dd {
	padding-right: 1rem;
	margin-right: 1rem;
	font-size: 1.5rem;
	transition: all 0.5s linear;
	position: relative;
}

.pro .top dl dd::after {
	content: '';
	position: absolute;
	right: 0;
	top: 45%;
	width: 1px;
	height: 80%;
	background: var(--color);
	transform: translateY(-50%);
}

.pro .top dl a:last-of-type dd::after {
	display: none;
}

.pro .top dl dd.active,
.pro .top dl dd:hover {
	color: var(--color2);
}

.pro .bar1 ul {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.pro .bar1 ul li b {
	display: block;
	overflow: hidden;
}

.pro .bar1 ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
}

.pro .bar1 ul li:hover img {
	transform: scale(1.08);
}

.process {
	overflow: hidden;
}

.process .bar h6 {
	font-size: 2rem;
	font-weight: 300;
	margin-bottom: 3rem;
}

.process .bar ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.process .bar ul li b {
	display: block;
	width: 100%;
	overflow: hidden;
}

.process .bar ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s ease;
}

.process .bar ul li:hover img {
	transform: scale(1.08);
}

.process .bar ul li p {
	margin: 2rem 0 0;
}

.process2 {
	margin-bottom: -1px;
	padding-bottom: 0 !important;
}

.process2 .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
}

.process2 .bg {
	width: 100%;
	height: 100%;
}

.process2 .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 8s ease;
	transform: scale(1.2);
}

.process2 .swiper-slide-active .bg img {
	transform: scale(1);
}

.process2 .swiper-slide .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
}

.process2 .swiper-slide h3 {
	color: #fff;
}

.process2 .swiper-slide p {
	color: #fff;
	width: 45%;
	font-size: 1.4rem;
	line-height: 1.8;
	opacity: 0.8;
}

.process2 .swiper-pagination {
	z-index: 6;
	background: #0003;
	bottom: 0 !important;
	padding: 3% 0;
}

.process2 .swiper-pagination span {
	width: auto !important;
	background: none;
	height: auto !important;
	color: #fff;
	opacity: 0.7;
	margin: 0 3rem !important;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.5rem;
	transition: all 0.5s ease;
}

.process2 .swiper-pagination span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s ease;
}

.process2 .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.process2 .swiper-pagination-bullet-active::before {
	opacity: 1 !important;
}

.contact {
	overflow: hidden;
}

.contact .bar1 {
	justify-content: space-between;
}

.contact .bar1 .ll {
	width: 46%;
}

.contact .bar1 .tt {
	margin-top: 6rem;
}

.contact .bar1 .ll p {
	margin: 1.5rem 0;
	display: flex;
}

.contact .bar1 .ll p span {
	font-weight: 400;
}

.contact .bar1 .ll p a {
	font-weight: 300;
	color: #666;
	transition: all 0.5s ease;
}

.contact .bar1 .ll p a:hover {
	color: var(--color2);
}

.contact .bar1 .ll p:last-of-type {
	display: block;
}

.contact .bar1 .ll p img {
	width: 12rem;
	border: 1px solid rgba(0, 0, 0, 0.06);
	margin-top: 1rem;
}

.contact .bar1 .rr {
	width: 50%;
	overflow: hidden;
}

.message {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
}

.message p {
	width: 48%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 4rem 0;
}

.message .p2 {
	width: 100%;
}

.message p span {
	display: flex;
	margin-bottom: 0.5rem;
}
.message p span i{
    color: red;
    font-style: normal;
    margin: -2px 0 0 2px;
}
.message p .pps {
	width: 100%;
	padding: 1rem 0;
	font-weight: 300;
}

.message p .pps::placeholder {
	color: #aaa;
}

.message p textarea {
	min-height: 10rem;
}

.message p label {
	margin-right: 2rem;
	font-weight: 300;
	color: #aaa;
	cursor: pointer;
}

.message p label input[type="radio"] {
	accent-color: var(--color2);
	width: 12px;
	height: 12px;
}

.submit {
	margin-top: 0;
	background: var(--color2);
}

.submit button {
	background: none;
	padding: 0;
	margin: 0;
	color: #fff;
}

.submit img {
	filter: invert(1) brightness(1000);
}

.contact2 {
	overflow: hidden;
	height: 80vh;
	position: relative;
}

.parallax-bg {
	width: 100%;
	height: 120%;
	will-change: transform;
}

.big_box {
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999999999;
	display: none;
}

.big_box .big_bbs {
	position: fixed;
	max-height: 90vh;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	user-select: none;
}

.big_imgss {
	height: 100%;
}

.big_box .big_imgss .tt2 {
	height: 100%;
	display: flex;
	justify-content: flex-end;
}

.big_box .big_imgss .tl {
	width: 50%;
	height: 90vh;
	position: sticky;
	left: 0;
	top: 0;
}

.big_box .big_imgss .tl img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.big_box .big_imgss .tr {
	width: 50%;
	padding: 5% 5%;
	box-sizing: border-box;

}

.big_box .big_imgss video {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.big_box .big_imgss h6 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.big_box .big_imgss p {
	margin: 2rem 0;
}

.big_box .righttop {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	padding: 2rem;
}

.big_box .righttop div {
	float: right;
	cursor: pointer;
}

.big_box .righttop img {
	margin: 0;
	height: 2rem;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.big_box .righttop img:hover {
	transform: rotate(90deg);
}
html[lang='en'] p{
    text-align: left;
}