#pox-slide {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

#pox-slide .pox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	z-index: 100;
}

#pox-slide .pox.swiper-slide-active {
	z-index: 200;
}

#pox-slide {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

#pox-slide .pox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	z-index: 100;
}

#pox-slide .pox.swiper-slide-active {
	z-index: 200;
}

.index-slide {
	width: 100%;
	height: 100%;
	position: relative;

}

.index-slide .swiper-slide {
	overflow: hidden;
	
}
@keyframes NewBannerAni {

    0%,
    100% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.08);
    }
}

.index-slide .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
        animation: NewBannerAni 10s linear infinite;
}
.slide-inner a{
	width:100%
}
.slide-inner .banner-video{
	width:100%
}
.index-slide .ex-txt {
	position: absolute;
	left: 5%;
	top: 38%;
	padding-left: 106px;
}

.index-slide .ex-txt .bor {
	width: 4px;
	height: 0;
	background-color: #e50000;
	position: absolute;
	left: 0;
	top: 5px;
	transition: all .6s .7s;
}

.index-slide .swiper-slide-active .ex-txt .bor {
	height: 56px;

}

.index-slide .ex-txt .tx {
	transform: translateY(50px);
	transition: all .7s;
	opacity: 0;
}

.index-slide .swiper-slide-active .ex-txt .tx {
	opacity: 1;
	transform: translateY(0);
}

.index-slide .ex-txt h1 {

	background: linear-gradient(to right, #f10000 180px, #3c2c2b);
	-webkit-background-clip: text;
	color: transparent;
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 8px;
	font-weight: 300;
}

.IE .index-slide .ex-txt h1 {
	color: #ff0000 !important;
	background: none !important;
}

.index-slide .ex-txt h2 {
	color: #4A6889;
	/* background: linear-gradient(to right, #00087e, #0072d3);
    -webkit-background-clip: text;
    color: transparent; */
	font-size: 40px;
	line-height: 42px;
	text-transform: uppercase;
	font-family: 'Arturito Slab';
	letter-spacing: -2px;
}

.index-slide .ex-txt .tx2 h1 {
	background: linear-gradient(to right, #3c2c2b 180px, #f10000);
	-webkit-background-clip: text;
	color: transparent;
}

.index-slide .ex-txt .tx2 h2 {
	color: #696fa0;
}


.index-slide .next {
	position: absolute;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
	cursor: pointer;
	outline: none;
}

.index-slide .prev {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
	cursor: pointer;
	outline: none;
}

.pox-shares-pos {
	position: fixed;
	left: 32px;
	bottom: 68px;
	z-index: 400;
}

.pox-shares-pos h5 {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;

}

.pox-shares-pos h6 {
	color: #FFF;
	/* color: #9fa399; */
	font-size: 13px;
	line-height: 18px;
	font-family: "Hankook KR TTF";
}

.pox-shares-pos .nun {
	margin-top: 16px;

	margin-bottom: 16px;
	color: #08a000;
}

.pox-shares-pos .nun span {
	display: inline-block;
	font-family: 'Brandon Grotesque';
	font-size: 24px;
	line-height: 20px;
	position: relative;
}

.pox-shares-pos .nun span::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 2px;
	width: 10px;
	height: 6px;
	margin-left: 6px;
	background: url(../images/index/pox-shares-pos-ic2.png) no-repeat 0 0;
	transform: rotate(180deg);
}

.pox-shares-pos .nun.up {
	color: #ed001f;
}

.pox-shares-pos .nun.up span::before {
	background: url(../images/index/pox-shares-pos-ic1.png) no-repeat 0 0;
}

.pox-shares-pos .nun span::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(0, 0, 0, .2);
	margin-top: 16px;
}

.pox-shares-pos .tip {
	color: #FFF;
	font-size: 13px;
	line-height: 19px;

}

.pox-shares-pos h5,
.pox-shares-pos h6,
.pox-shares-pos .tip {
	transition: all .3s .3s;
}

.pox-shares-pos.ash h5,
.pox-shares-pos.ash h6,
.pox-shares-pos.ash .tip {
	color: #7c7c7c;
}

#pox-slide .pox.pox.pox-out {
	z-index: 300;
}

#pox-slide .pox.pox.pox-start,
#pox-slide .pox.pox-active-up,
#pox-slide .pox.pox-active-down {
	z-index: 400;
}

#pox-slide .pox.pox-active-down {
	animation: pox-active-down .8s ease-in-out forwards;
}

@keyframes pox-active-down {
	0% {
		transform: translateY(100%);
	}

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

#pox-slide .pox.pox-active-up {
	animation: pox-active-up .8s ease-in-out forwards;
}

@keyframes pox-active-up {
	0% {
		transform: translateY(-100%);
	}

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

#pox-slide .pox-bor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	/* height: 100%; */
	height: 100%;
	background-color: #FFF;
	z-index: 310;

}

#pox-slide .pox-bor.pox-active-up {
	height: 100%;
	animation: pox-active-up .75s cubic-bezier(0.53, 0.83, 0.88, 1.03);
}

#pox-slide .pox-bor.pox-active-down {
	height: 100%;
	animation: pox-active-down .75s cubic-bezier(0.53, 0.83, 0.88, 1.03);
}


#pox-slide .tip-title {
	margin-top: 120px;
	margin-bottom: 6vh;
	padding-left: 50px;
	position: relative;
	opacity: 0;
	transition: opacity .6s 0s ease-in-out;
}

#pox-slide .pox-active-down .tip-title,
#pox-slide .pox-active-up .tip-title {
	transition: opacity 1s .7s ease-in-out;
	opacity: 1;
}

#pox-slide .tip-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 4px;
	height: 56px;
	background-color: #e50000;
}

#pox-slide .tip-title h3 {
	color: rgba(0, 0, 0, .5);
	font-size: 30px;
	line-height: 1;
	margin-bottom: 8px;
	transform: translateX(-40px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}

#pox-slide .tip-title h4 {
	color: #D5B45C;
	font-size: 24px;
	line-height: 29px;
	font-family: Hankook;
	text-transform: uppercase;
	letter-spacing: -1px;
	transform: translateX(-40px);
	opacity: 0;
	transition: all 0s .6s ease-in-out;
       font-weight:bold;
}

#pox-slide .pox-active-down .tip-title h4,
#pox-slide .pox-active-up .tip-title h4,
#pox-slide .pox-active-down .tip-title h3,
#pox-slide .pox-active-up .tip-title h3 {
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}

#pox-slide .pox-2 {
	padding-left: 12vw;
	padding-right: 170px;
	background: url(../images/bg2bjt.png) no-repeat center;
	background-size: cover;
}


#pox-slide .news-box {
	padding: 54px 56px 0;
	background-color: #FFF;
}

#pox-slide .news-box .tit {
	margin-bottom: 30px;
}

#pox-slide .news-box .tit h4 {
	color: #2b2f38;
	font-size: 20px;
	line-height: 1;
}

#pox-slide .news-box .tit h5 {
	color: #d3c088;
	font-size: 18px;
	line-height: 15px;
	font-family: Hankook;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#pox-slide .news-box .list {
	border-top: 1px solid #e6e6e6;
}

#pox-slide .news-box .li {
	padding: 24px 0 14px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	padding-right: 10px;
}

#pox-slide .news-box .date {
	color: #ccb989;
	font-size: 18px;
	line-height: 15px;
	font-family: "Brandon Grotesque";
	letter-spacing: -1px;
}

#pox-slide .news-box .li p {
	color: #ad8f47;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow-wrap: break-word;
	transition: all .3s;
}

#pox-slide .news-box .li::after {
	content: "";
	width: 6px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/index/news-box-ic1.png) no-repeat 0 0;
	transform: translateX(-14px);
	opacity: 0;
	transition: all .5s;
}

#pox-slide .news-box .li:hover p {
	color: rgba(43, 47, 56, .8);
}

#pox-slide .news-box .li:hover::after {
	transform: translateX(0);
	opacity: 1;
}

#pox-slide .news-box .more {
	display: inline-block;
	color: #c2a050;
	font-size: 16px;
	line-height: 1;
	margin-top: 38px;
	padding-right: 45px;
	background: url(../images/index/news-box-more.png) no-repeat right center;
}

#pox-slide .news-box1 {
	/* width: 794px; */
	width: 500px;
	height: 468px;
}

#pox-slide .news-box2 {
	/* width: 569px; */
	width: 500px;
	height: 468px;
	background: url(../images/index/news-box2-bg.jpg) no-repeat center;
	background-size: cover;
}

#pox-slide .inux-box {
	width: 352px;
	height: 468px;
	background: url(../images/index/inux-box-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 45px 0;
}

#pox-slide .inux-box h3 {
	color: #ffffff;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;


}

#pox-slide .inux-box h4 {
	color: #f5edd0;
	font-family: Rajdhani;
	font-size: 73px;
	line-height: 60px;
	letter-spacing: -2px;
}

#pox-slide .inux-box h5 {
	color: #ffffff;
	font-family: Hankook;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 4px;
}

#pox-slide .inux-box p {
	color: #e0dbcb;
	font-size: 15px;
	line-height: 23px;
}

#pox-slide .inux-box .ix {
	display: inline-block;
	padding-bottom: 25px;
	border-bottom: 3px solid rgba(255, 255, 255, .3);
	margin-bottom: 25px;

}

#pox-slide .vis-ke {
	width: 0;
	overflow: hidden;
	transition: width 0s .7s ease-in-out;
}

#pox-slide .pox-active-down .vis-ke,
#pox-slide .pox-active-up .vis-ke {
	width: 100%;
	transition-duration: .6s;
	/* transition: width .3s 0s ease-in-out; */
}

#pox-slide .pox-active-up .news-slide .swiper-slide:nth-child(1) .vis-ke,
#pox-slide .pox-active-down .news-slide .swiper-slide:nth-child(1) .vis-ke {
	transition-delay: .7s;
}

#pox-slide .pox-active-up .news-slide .swiper-slide:nth-child(2) .vis-ke,
#pox-slide .pox-active-down .news-slide .swiper-slide:nth-child(2) .vis-ke {
	transition-delay: 1s;
}

#pox-slide .pox-active-up .news-slide .swiper-slide:nth-child(3) .vis-ke,
#pox-slide .pox-active-down .news-slide .swiper-slide:nth-child(3) .vis-ke {
	transition-delay: 1.4s;
}

/* #pox-slide .news-slide-wrap{
    position: relative;
} */


#pox-slide .news-slide .swiper-slide {
	width: auto;
}

#pox-slide .news-slide-next {
	position: absolute;
	right: 110px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
	cursor: pointer;
	outline: none;
}

#pox-slide .news-slide-prev {
	position: absolute;
	right: 110px;
	top: 50%;
	/* transform: translateY(-50%) rotate(180deg); */
	transform: translateY(-50%);
	z-index: 200;
	cursor: pointer;
	outline: none;
}

#pox-slide .news-slide-wrap .swiper-button-disabled {
	display: none !important;
}

#pox-slide .tu-box {
	float: left;
	width: 790px;
	max-width: calc(50% - 25px);
	margin-left: 50px;
}

#pox-slide .tu-box:nth-child(1) {
	margin-left: 0;
}

#pox-slide .tu-box .card {
	height: 354px;
	margin-bottom: 14px;
	padding-top: 114px;
	position: relative;
}

#pox-slide .tu-box .card>* {
	position: relative;
	z-index: 20;
}

#pox-slide .tu-box .card .bg {
	position: absolute;
	left: 0;
	top: 0;
	/* width: 100%; */
	width: 0;
	height: 100%;
	overflow: hidden;
	z-index: 10;
	transition: all 0s .6s;
}

#pox-slide .pox-active-up .tu-box .card .bg,
#pox-slide .pox-active-down .tu-box .card .bg {
	width: 100%;
	transition: all 1s .8s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .tu-box .card .bg .bor {
	content: "";
	width: calc((90vw - 170px)/2 - 25px);
	height: 100%;
}

#pox-slide .tu-box1 .card {
	overflow: hidden;
	padding-left: calc(100% - 230px);
}

#pox-slide .tu-box2 .card .icon {
	position: absolute;
	right: 87px;
	top: 162px;
}

#pox-slide .tu-box p {
	color: rgba(43, 47, 56, .8);
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 8px;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0s .6s;
}

#pox-slide .pox-active-up .tu-box p,
#pox-slide .pox-active-down .tu-box p {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.4s ease-in-out 1.4s,
		transform 1s ease-out 1.4s;
}

#pox-slide .pox-active-up .tu-box h6,
#pox-slide .pox-active-down .tu-box h6 {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.4s ease-in-out 1.6s,
		transform 1s ease-out 1.6s;
}

#pox-slide .tu-box h6 {
	color: #fb000a;
	font-size: 18px;
	line-height: 1;
	font-family: Hankook;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0s .6s;
}

#pox-slide .tu-box .card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	/* width: 80%; */
	width: 0;
	background-color: #db0000;
	z-index: 11;
	transition: all .6s;
}

#pox-slide .tu-box1 .card .icon {
	/* width: 29px; */
	transition: all .3s;
	opacity: 1;
	margin-left: 0;
	/* transform: translateX(0); */
}

#pox-slide .tu-box1 .card:hover .icon {
	opacity: 0;
	margin-left: 20px;
	/* transform: translateX(20px); */
}

#pox-slide .tu-box1 .card:hover::after {
	opacity: 1;
	transform: translateX(0);
}

#pox-slide .tu-box1 .card::before {
	left: 210px;
}

#pox-slide .tu-box .card:hover::before {
	width: calc(100% - 210px);
}

/* #pox-slide .tu-box2 .card::before {
    width: calc(100% - 210px);
}
#pox-slide .tu-box2 .card::before {
    width: calc(100% - 210px);
} */

#pox-slide .tu-box h4 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
	overflow: hidden;
}

#pox-slide .tu-box h4 span {
	display: inline-block;
	transform: translateY(110%);
	transition: all 0s .6s;
}

#pox-slide .tu-box h5 {
	color: #ffffff;
	font-size: 24px;
	line-height: 24px;
	font-family: Hankook;
	overflow: hidden;
}

#pox-slide .tu-box .ic {
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0s .6s;
}

#pox-slide .tu-box1 .ic {
	margin-top: 14px;
}

#pox-slide .pox-active-up .tu-box .ic,
#pox-slide .pox-active-down .tu-box .ic {
	opacity: 1;
	transform: translateX(0);
	transition: all .6s 2.4s ease-in-out;
}

#pox-slide .tu-box h5 span {
	display: inline-block;
	transform: translateY(110%);
	transition: all 0s .6s;
}

#pox-slide .pox-active-up .tu-box h4 span,
#pox-slide .pox-active-down .tu-box h4 span {
	transform: translateY(0);
	transition: all 1.6s 1.3s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .pox-active-up .tu-box h5 span,
#pox-slide .pox-active-down .tu-box h5 span {
	transform: translateY(0);
	transition: all 1.4s 1.6s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .pox-3 {
	padding-left: 12vw;
	padding-right: 10vw;
	background: url(../images/bg3bjt.png) no-repeat center;
	background-size: cover;
}


#pox-slide .yun-card {
	width: 100%;
	height: 100%;
}

#pox-slide .yun-card .li {
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
	border-left: 2px solid rgba(255, 255, 255, .1);
	overflow: hidden;
}

#pox-slide .yun-card .li .pos,
#pox-slide .yun-card .li .ov {
	width: 100%;
	height: 100%;
	padding-top: calc(84vh - 370px);
	padding-left: 2vw;
	padding-right: 2vw;
	position: relative;
	z-index: 10;
}

#pox-slide .yun-card .li .pos {
	position: relative;
	z-index: 10;
}

#pox-slide .yun-card .li .bg,
#pox-slide .yun-card .li .ov {
	width: calc((100vw - 83px)/4);
}

#pox-slide .yun-card .li .bg {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 5;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	transition: all 2s .2s;
}

#pox-slide .yun-card .li:hover .bg {

	transform: scale(1.08);
}



#pox-slide .yun-card .li .co {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	overflow: hidden;
	transition: all 1s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .yun-card .li:hover .co {
	width: 100%;
}

#pox-slide .yun-card h4 {
	color: #e50000;
	font-size: 78px;
	line-height: .7;
	margin-bottom: 20px;
	font-family: "Arturito Slab";
	letter-spacing: -2px;
	transform: translateX(-60px);
	opacity: 0;
	transition: all 0s .6s;
}

#pox-slide .yun-card h5 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1;
	font-family: Hankook;
	margin-bottom: 8px;
	text-transform: uppercase;
	transform: translateY(100%);
	opacity: 0;
	transition: all 0s .6s;
}

#pox-slide .yun-card h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	/* transform: translateY(100%); */
	/* opacity: 0;
    transition: all 0s .6s; */
}

#pox-slide .yun-card .en,
#pox-slide .yun-card h3 span {
	display: inline-block;
	/* transform: translateY(100%); */
	opacity: 0;
	transition: all 0s .6s;
}

#pox-slide .pox-active-up .yun-card h4,
#pox-slide .pox-active-down .yun-card h4 {
	opacity: 1;
	transform: translateX(0);
	transition: all 1.4s .9s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .pox-active-up .yun-card h5,
#pox-slide .pox-active-down .yun-card h5 {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s .6s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .pox-active-up .yun-card .en,
#pox-slide .pox-active-down .yun-card .en {
	opacity: 1;
	transition: all 1.4s 1.1s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#pox-slide .pox-active-up .yun-card h3 span,
#pox-slide .pox-active-down .yun-card h3 span {
	opacity: 1;
	/* transform: translateY(0); */
	transition: all 1.4s .9s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}


#pox-slide .yun-card h3::after {
	content: "";
	display: block;
	/* width: 74%; */
	width: 0;
	height: 2px;
	background-color: #ff0000;
	margin-bottom: 34px;
	margin-top: 30px;
	transition: width 0s .6s;
}

#pox-slide .pox-active-up .yun-card h3::after,
#pox-slide .pox-active-down .yun-card h3::after {
	width: 74%;
	transition: all 1s 1.4s ease;
}

#pox-slide .yun-card .en {
	color: rgba(255, 255, 255, .4);
	font-size: 22px;
	line-height: 1;
	font-family: 'Brandon Grotesque';
	margin-bottom: 14px;
}

#pox-slide .yun-card p {
	color: rgba(218, 196, 163, .8);
	font-size: 15px;
	line-height: 1.2;
	opacity: 0;
	transition: opacity 0.6s ease 0s;
}

#pox-slide .yun-card .li:hover p {
	opacity: 1;
	transition: opacity 0.6s ease 0.6s;
}

#pox-slide .yun-card .li .pos h4 {
	color: #d3c088;
}

#pox-slide .yun-card .li .pos h5 {
	color: #515151;
}

#pox-slide .yun-card .li .pos h3 {
	color: #515151;
}

#pox-slide .yun-card .li .pos .en {
	color: #d3c088;
}

#indexSlide .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	max-height: 120px;
	z-index: 10;
	transition: all .4s;
	/* background: url(../images/ban-bg.png) no-repeat center;
    background-size: cover; */
	/* background:rgba(62,62,59,.9); */
	background-color: rgba(34, 37, 49, .95);
	;
	opacity: 0;
}

#indexSlide .mask .aside {
	position: absolute;
	left: 48px;
	bottom: 38px;
}

#indexSlide .mask .entry {
	float: right;
	overflow: hidden;
}

#indexSlide .mask .entry a {
	position: relative;
	float: left;
	font-size: 20px;
	padding-left: 20px;
	line-height: 20px;
	padding-top: 25px;
	color: #fff;
	width: 170px;
	height: 120px;
}
#indexSlide .mask .entry a:last-child{
	width:200px;
}
#indexSlide .mask .entry a:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #FFF;
	opacity: .33;
}

#indexSlide .mask .entry a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 2px);
	height: 100%;
	transform-origin: bottom center;
	transform: scaleY(0);
	background: url(../images/mask.jpg) no-repeat center;
	background-size: cover;
	z-index: 0;
	transition: transform 0.3s ease;
}

#indexSlide .mask .entry a .en {
	position: relative;
	margin-top: 3px;
	z-index: 1;
	opacity: .44;
	line-height: 20px;
	/* height: 40px; */
	font-size: 15px;
	color: rgba(255, 255, 255, .44);
	text-transform: uppercase;
	font-family: 'RAJDHANI-BOLD-WEBFONT';
	transition: all 0.5s linear;
}

#indexSlide .mask .entry a .cn {
	position: relative;
	margin-bottom: 10px;
	z-index: 1;
	line-height: 25px;
	font-size: 16px;
	color: #D5B45C;
	font-weight: bold;
	transition: all 0.5s linear;
}

#indexSlide .mask .entry a:hover:after {
	transform: scaleY(1);
}

#indexSlide .mask .entry a:hover .en {
	opacity: 1;
	color: #fff;
}

#indexSlide .mask .entry a:hover .cn {
	color: #fff;
}

#indexSlide .mask.animated {
	opacity: 1;
}

.tishi {
	position: absolute;
	bottom: 0;
	left: 3.18%;
	height: 120px;
	max-height: 120px;
	z-index: 90;
	padding-top: 25px;
}

.tishi .txt {
	font-size: 20px;
	color: #fff;
	line-height: 29px;
	z-index: 999;
}

.tishi .h1 {
	font-family: 'FSSinclair-Bold';
	font-size: 20px;
	color: #dcc9b3;
	line-height: 24px;
	text-transform: uppercase;
}

.syberion {
	width: 100% !important;
	height: 8px !important;
	bottom: 148px !important;
	/* padding-left: 207px; */
	overflow: visible !important;
	top: auto !important;
}

.aboutsd {
	overflow: hidden;
	margin-top: 80px;
}

.since {
	float: left;
	width: 42%;
}

.chairman {
	float: right;
	width: 3.6rem;
}

.since h3 {
	font-size: 0.17rem;
	font-weight: 500;
	line-height: 0.25rem;
}

.since h4 {
	color: #C8161E;
	font-size: 0.3rem;
	font-weight: 700;
	line-height: 0.34rem;
	margin: 0.1rem 0;
}

.since div {
	color: #707178;
	font-size: 0.09rem;
	font-weight: 400;
	line-height: 0.18rem;
}

.since {
	transform: translateY(30%);
	opacity: 0;
	transition: all 0s .6s;
}

.pox-active-down .since,
.pox-active-up .since {
	opacity: 1;
	transform: translateY(0);
	transition: all .7s .7s linear;
}

.chairman .statement,
.chairman .manager {
	float: left;
	width: 50%;
	position: relative;
	padding: 0.63rem 0.13rem 0 0.13rem;
	height: 1.5rem;
	cursor: pointer;
}

.statement {
	background: url(../images/dszcz.png) no-repeat;
	background-size: 100% 100%;
	transform: translateX(-50px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}

.statement div {
	color: #BF9345;
}

.manager {
	background: url(../images/zjlzc.png) no-repeat;
	background-size: 100% 100%;
	transform: translateX(-100px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}

.statement div,
.manager div {
	font-size: 0.12rem;
	font-weight: 900;
	line-height: 0.17rem;
	opacity: 0.65;
}

.manager div {
	color: #F8F8F8;
}

.chairman h3 {
	color: white;
	font-size: 0.15rem;
	font-weight: 400;
	line-height: 0.22rem;
}

.more2 {
	position: absolute;
	right: 0.25rem;
	bottom: 0.5rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.ckgdsf {
	margin-top: 0.3rem;
	transform: translateX(40px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}
.qywh-more{
	display:flex;
}
.qywh-more .ckgdsf{
	margin-right:0.3rem
}
.pox-active-down .ckgdsf,
.pox-active-up .ckgdsf {
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}

.ckgdsf a {
	width: 0.59rem;
	line-height: 0.21rem;
	color: #848585;
	border: 2px solid rgb(191, 147, 69);
	position: relative;
	font-size: 0.065rem;
	box-sizing: border-box;
	padding-left: 15px;
	padding-left: 0.055rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.ckgdsf a img {
	position: absolute;
	right: 25px;
	right: 0.09rem;
        top:21px;
	top: 0.078rem;
	width:0.065rem;
	height:0.055rem

}

.ckgdsf a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -1;
	background: rgb(191, 147, 69);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.ckgdsf a:hover {
	color: white;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.ckgdsf a:hover::after {
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.pox-active-down .chairman .statement,
.pox-active-up .chairman .statement {
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}

.pox-active-down .chairman .manager,
.pox-active-up .chairman .manager {
	transition: all 1s 1s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}

.newsldg {
	margin-top: 55px;
	position: relative;
}

.newsobs {
	overflow: hidden;
}

.newsLeft {
	float: left;
	width: 48%;
	transform: translateX(-50px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}
.pox-active-down .newsLeft, .pox-active-up .newsLeft{
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}
.newsRight {
	float: right;
	width: 46%;
	transform: translateX(50px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}
.pox-active-down .newsRight, .pox-active-up .newsRight{
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}
.newstleul {
	position: absolute;
	right: 0;
	top: -55px;
}
.newsLeft p{
	overflow: hidden;
}
.newsLeft p img {
	width: 100%;
	transition: all 0.8s;
       height:1.95rem;
}
.newsLeft:hover p img{
	transition: all 0.8s;
	transform: scale(1.1);
}
.txt .num {
	color: #D5B45C;
	font-size: 0.11rem;
	font-family: 'HankookKRTTFRegular';
	letter-spacing: -.1px;
	line-height: 0.165rem;;
}

.txt .en {
	color: #4c4c4c;
	font-size: 0.11rem;
	margin-top: 0.04rem;
	transition: all .3s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
        line-height: 0.16rem;
}

.frde .li ,.newstxsul .li {
	border-top: 2px solid #ebebeb;
	display: flex;
	padding: 0.065rem 0 0.06rem;
}

.frde .li .time h1 ,.newstxsul .li .time h1 {
	font-size: 0.15rem;
	color: #D5B45C;
	line-height: 0.2rem;
	font-weight: 900;
}

.frde .li .time h2 ,.newstxsul .li .time h2{
	font-size: 0.08rem;
	color: #D5B45C;
	line-height: 0.11rem;
}

.frde .li .txt ,.newstxsul .li .txt{
	font-size: 0.1rem;
	color: #4C4C4C;
	line-height: 0.15rem;
	margin-left: 0.15rem;
	transition: all .3s;
	width: calc(100% - 0.5rem);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.frde .li:hover .txt ,.newstxsul .li:hover .txt{
	color: #c8b37a;
}

.newsLeft .txt {
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 0.15rem;
	padding-top: 0.17rem;
}

.frde .li:last-child {
	border-bottom: 2px solid #ebebeb;
}

.newstleul li {
	font-size: 20px;
	color: #808080;
	float: left;
	padding-left: 43px;
	cursor: pointer;
	position: relative;
}

.newstleul li:nth-child(1):before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	border: 2px solid #d11e28;
	box-sizing: border-box;
	border-radius: 50%;
	left: 20px;
	background: none;
}
.newstleul li.on {
	color: #b08e4a;
}
.newstleul li:before {
	content: '';
	width: 3px;
	height: 8px;
	position: absolute;
	top: 50%;
	background: #808080;
	margin-top: -4px;
	box-sizing: border-box;
	left: 17px;
}
.newstxsul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newstxsul .li{
	width: 46%;
}
.newstxsul .li:nth-child(7),.newstxsul .li:nth-child(8){
	border-bottom: 2px solid #ebebeb;
}
.newsqhtb{
	display: none;
}
.newsdsg a{
	float: right;
}
#pox-slide .pox-4{
	background:url(../images/tzglbj.png) no-repeat;
	background-size:cover;
}
.tzgl{
	padding-left:12vw;
}
.tzgl-sum{
	margin-top:0.9rem;
	margin-bottom:0.7rem;
        transform: translateY(30%);
	opacity: 0;
	transition: all 0s .6s;
}
.tzgl-sum p{
	font-size:0.12rem;
	line-height:0.24rem;
	color:#D5B45C;
	font-weight:bold;
}
.pox-active-down .tzgl-sum,
.pox-active-up .tzgl-sum {
	opacity: 1;
	transform: translateY(0);
	transition: all .7s .7s linear;
}
.sustainable{
	width: 100%;
	height: 100%;
	background: url(../images/bg4bjt1.png) no-repeat center;
	background-size: cover;
       padding-left: 12vw;
}
.development{
	width: 100%;
	height: 100%;
	background: url(../images/bg4bjt4.png) no-repeat center;
	background-size: cover;
}
.esgSwiper{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9999;
}
.esgSwiper .sustainable{
	padding-left: 12vw;
}
.cnisfz{
	overflow: hidden;
	padding: 0.95rem 0.35rem 0 0;
}
.development .cnisfz{
	padding-right: 0;
}
.development .cnisfzRight{
	margin-top: -100px;
}
.cnisfzRight{
	float: right;
	width: 4rem;
}
.cnisfzRight img{
	width: 100%;
}
.cnisfzLeft{
	float: left;
}
.cnisfzLeft h2{
	font-size: 0.15rem;
	font-weight: 400;
	line-height: 26px;
	color: #33312E;
}
.cnisfzLeft h3{
	color: #73726F;
	opacity: 0.1;
	font-size: 0.25rem;
	font-weight: 900;
	line-height: 0.23rem;
	margin: 20px 0;
}
.cnisfzLeft p{
	color: #309D42;
	font-size: 0.1rem;
	font-weight: 400;
	line-height: 29px;
}
.cnisfzLeft div a{
	/*margin-top: 40px;
	background: rgb(213, 180, 92);
	border-radius: 51px;
	width: 70px;
	height: 50px;
	display: grid;
	align-items: center;
	justify-content: center;*/
}
.cnisfzLeft-sum{
    width:3.43rem;
}
.cnisfzLeft-sum p{
	font-size:0.09rem;
	color:#777;
	line-height:0.17rem;
	margin-top:20px;
       text-align:justify;
}
.cnisfzLeft div a img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.cnisfzLeft div a:hover img{
	margin-left: 10px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.esgtions{
	bottom: 80px !important;
}
.esgtions .swiper-pagination-bullet{
	opacity: 1;
	width: 15px;
	height: 15px;
	border: 2px solid rgb(213, 187, 144);
	background: transparent;
}
.esgtions .swiper-pagination-bullet-active{
	background: rgb(213, 187, 144);
}
.cnisfzLeft{
	transform: translateX(-70px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
}
.cnisfzRight{
	transform: translateX(70px);
	opacity: 0;
	transition: all .6s 0s ease-in-out;
} 
.pox-active-down .cnisfzRight,.pox-active-up .cnisfzRight{
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}
.pox-active-down .cnisfzLeft,.pox-active-up .cnisfzLeft{
	transition: all .8s .8s ease-in-out;
	transform: translateX(0px);
	opacity: 1;
}
#pox-slide .pox-7{
	height: 240px;
	top: inherit;
	bottom: 0;
}
#pox-slide .pox-6.pox-active-up{
	animation: inherit !important;
}
.statement:hover img{
	right: 0.21rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.manager:hover img{
	right: 0.21rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.swiper-pagination-bullet-active{
	background:#E80016;
}
.index-slide .mobile-bg{
    display:none;
}
@media screen and (max-width: 1400px) {
  #indexSlide .mask .entry a{width: 150px; }
	.tishi .txt,.tishi .h1{
		font-size:16px;
		
	}
	.tishi .h1{
		line-height:20px;
	}
	#indexSlide .mask .entry a .cn,#indexSlide .mask .entry a .en{
		font-size:14px;
	}
.ckgdsf a {
	width: 120px;
	line-height: 38px;
	font-size:14px;
	padding-left: 12px;
}

.ckgdsf a img {
	right: 15px;
        top:15px;
	width:14px;
	height:10px

}

}

@media screen and (max-width: 960px) {
.index-slide .mobile-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
        animation: NewBannerAni 10s linear infinite;
}
	.index-slide .slide-inner{
		display:none;
	}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		display:none
	}
}