.index-slide .ex-txt .bor{
	display: none;
}
.form-box .dd .drop-down ul{
	display: none;
	max-height: 260px;
	overflow: auto;
	position: absolute;
	left: -20px;
	right: -20px;
	top: 100%;
	margin: 0 -1px 0;
	/* padding: 20px; */
	border: 1px solid #eae7e2;
	background-color: #FFF;
	padding: 10px 0;
	
}

.form-box .dd .drop-down ul li{
	padding: 5px 20px;
	cursor: pointer;
	color: #666;
}

.form-box .dd .drop-down{
	height: 100%;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}
.form-box .dd .drop-down .drop-txt{
	line-height: 58px;
}

/* == */

.tips-txt{
	color: #666;
	padding: 10px 0;
}

.about9-cont1 .bom-npm .txte {
	background-color: #d8bf8c;
	display: flex;
	padding: 0 35px;
}

.about9-cont1 .bom-npm .txte .li {
	font-size: 15px;
	color: #000000;
	opacity: .5;
	line-height: 67px;

}

.about9-cont1 .bom-npm .txte .li:nth-child(1),
.about9-cont1 .bom-npm .ul .txt p:nth-child(1) {
	width: 60%;
}

.about9-cont1 .bom-npm .txte .li:nth-child(2),
.about9-cont1 .bom-npm .ul .txt p:nth-child(2) {
	width: 40%;
	padding-left: 34px;
}

.about9-cont1 .bom-npm .txte .li:nth-child(3),
.about9-cont1 .bom-npm .ul .txt p:nth-child(3) {
	width: 44.5%;
	padding-left: 35px;
}

.about9-cont1 .bom-npm .ul {
	background: #f5f5f5;
	padding: 27px 35px;
}


.about9-cont1 .bom-npm:nth-child(2) .li:nth-child(2),
.about9-cont1 .bom-npm:nth-child(2) .ul .txt p:nth-child(2) {
	width: 18.3%;
	margin-left: 20px;
	margin-right: 20px
}



.about9-cont1 .bom-npm .ul .txt {
	display: flex;
	margin: 15px 0;
}

.about9-cont1 .bom-npm .ul .txt p {
	/* font-size: 14px;
	color: #000000;
	opacity: .5; */
	line-height: 18px;
}

@media (max-width:1100px){
	.about9-cont1 .bom-npm .ul{
		padding: 1px 15px;
	}
	.about9-cont1 .bom-npm .txte{
		padding: 0 15px;
	}
		.about9-cont1 .bom-npm .txte .li:nth-child(2),
		.about9-cont1 .bom-npm .ul .txt p:nth-child(2) {
			padding-left: 24px;
		}
}

/* ==== */
.footer .top .left {
	margin-top: -6px;
}

#footer .dwBox {
	font-size: 14px;
	color: #FFF;
	display: inline-block;
	/* font-weight: bold; */
	/* vertical-align: middle; */
	margin-left: 12px;
	/* margin-top: -12px; */
}

.social_icon_wechat {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/index/wx.png) no-repeat;
	position: relative;
	margin-left: 8px;
	top: -3px;
	vertical-align: middle;
}

.social_icon_wechat .weChat_img {
	position: absolute;
	bottom: 144%;
	left: -70px;
	/* margin-left: -100%; */
	width: 160px;
	/* height: 169px; */
	background-color: #fff;
	z-index: 99;
	opacity: 0;
	transform: scale(0, 1);
	transform-origin: center top;
	will-change: opacity;
	transition: transform 0.4s ease 0s, opacity 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
	padding: 10px 10px 14px;
	box-sizing: border-box;
	box-shadow: 0 -5px 17px -3px rgb(0 0 0 / 15%);
	box-sizing: content-box;
}

.social_icon_wechat .weChat_img::before {
	content: "";
	width: 0px;
	height: 0px;
	border-top-color: #fff;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	bottom: -12px;
	left: 0px;
	right: 0px;
	border-width: 13px 13px 13px;
	border-style: solid solid none;
	border-image: initial;
	border-bottom: none;
	margin: auto;
}

.social_icon_wechat .weChat_img .i {
	/* border: 1px solid #cfcece; */
	text-align: center;
	/* height: 120px; */
	display: flex;
	align-items: center;
	justify-content: center;
}


.social_icon_wechat .weChat_img p {
	font-size: 14px;
	color: #6c6c6c;
	line-height: 18px;
	letter-spacing: -1px;
	text-align: center;
	/* margin-top: 10px; */
}

.social_icon_wechat:hover .weChat_img {
	opacity: 1;
	transform: scale(1, 1);

}

@media (max-width:1100px) {
	#footer .dwBox {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
}

/* ===== */

.business1-cont2 .chart-item {
	position: relative;
}

.business1-cont2 .chartImg {
	margin: auto;
	position: relative;
}

.business1-cont2 .tips-ul {
	width: 160px;
	position: absolute;
	right: 0;
	top: 37%;
	transform: translateY(-50%);
	/* margin-top: 40px; */
}

.business1-cont2 .tips-ul li {
	color: #96917e;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px;
	padding-left: 18px;
	position: relative;
}

.business1-cont2 .tips-ul li::before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}

.business1-cont2 .tips-ul li.c1::before {
	background-color: #fc9b3e;
}

.business1-cont2 .tips-ul li.c2::before {
	background-color: #e3dbc8;
}

.business1-cont2 .tips-ul li.c3::before {
	background-color: #e95f9d;
}

.business1-cont2 .tips-ul li.c4::before {
	background-color: #da0b0b;
}

/* ========= */

.investor7-cont1 .laydate-set-ym span {
	padding: 0 2px;
}

.investor7-cont1 {
	padding: 80px 0;

}

.investor7-cont1 .left {
	float: left;
	width: 28%;
}

.investor7-cont1 .right {
	float: right;
	width: 67.2%;
}

.investor7-cont1 .cont-box .month-item {
	margin-top: 30px;
}

.investor7-cont1 .top-tab {
	text-align: center;
	margin-bottom: 40px;
	user-select: none;
}

.investor7-cont1 .top-tab .next,
.investor7-cont1 .top-tab .prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
	align-items: center;
	cursor: pointer;
	vertical-align: middle;
}

.investor7-cont1 .top-tab .prev {
	background-image: url(../images/investor/event_left.png);
}

.investor7-cont1 .top-tab .next {
	background-image: url(../images/investor/event_right.png);
}

.investor7-cont1 .top-tab .prev:hover {
	background-image: url(../images/investor/event_left_o.png);
}

.investor7-cont1 .top-tab .next:hover {
	background-image: url(../images/investor/event_right_o.png);
}

.investor7-cont1 .top-tab .tit {
	display: inline-block;
	width: 200px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	color: #353535;
	font-size: 16px;
}

.investor7-cont1 .cont-box {
	user-select: none;
	text-align: center;
	margin: 0 -15px;
}

.investor7-cont1 .cont-box .month-item {
	float: left;
	width: 266px;
	margin: 0 15px;
}

.investor7-cont1 .cont-box .layui-laydate-main {
	width: 100%;
}

.investor7-cont1 .cont-box .layui-laydate .laydate-disabled {
	color: #666 !important;
	cursor: default !important;

}

/* .investor7-cont1 .cont-box .layui-laydate .laydate-disabled, */
.investor7-cont1 .laydate-day-prev {
	opacity: 0 !important;
	cursor: default !important;
}

.investor7-cont1 .laydate-day-next,
.investor7-cont1 .layui-icon,
.investor7-cont1 .layui-laydate-footer {
	display: none !important;
}

.investor7-cont1 .layui-laydate-content {
	height: 266px;
}

.investor7-cont1 .layui-laydate-content td {
	cursor: default !important;
	color: #666;
}

.investor7-cont1 .layui-laydate-content td:hover {
	background-color: transparent;
}

.investor7-cont1 .layui-laydate .layui-this {
	color: #666 !important;
	background-color: transparent !important;
}

.investor7-cont1 .layui-laydate-header {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.investor7-cont1 .layui-laydate-header::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* .investor7-cont1 .layui-laydate .ct{
	cursor: pointer;
} */
.investor7-cont1 .cont-box .layui-laydate .ct1 {
	background-color: #fd9c17 !important;
	color: #FFF !important;
}

.investor7-cont1 .cont-box .layui-laydate .ct2 {
	background-color: #ff0000 !important;
	color: #FFF !important;
}

.investor7-cont1 .tips-card-box {
	height: 110px;
	margin-top: 40px;
}

.investor7-cont1 .tips-card {
	display: none;
	width: 415px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto;
	position: relative;
	background-color: #f1f1f1;
}

.investor7-cont1 .tips-card .tit {
	line-height: 24px;
	margin: 10px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;

}

.investor7-cont1 .tips-card .cont {
	padding: 10px 10px 15px;
	color: #3E3E3E;
}

.investor7-cont1 .tips-card .close {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 15px;
}

@media (max-width:1360px) {
	.investor7-cont1 .cont-box {
		margin: 0 -10px;
	}

	.investor7-cont1 .cont-box .month-item {
		margin: 0 10px;
		width: 224px;
	}
}

@media (max-width:1100px) {
	.business1-cont2 .tips-ul {
		width: auto;
		position: static;
		transform: none;
		/* margin-bottom: 20px; */
	}

	.business1-cont2 .tips-ul ul {
		width: 100%;
		margin-left: -10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.business1-cont2 .tips-ul li {
		display: inline-block;
		margin-left: 10px;
	}

	.investor7-cont1 .left {
		width: auto;
		float: none;
	}

	.investor7-cont1 .right {
		width: auto;
		float: none;
	}

	.investor7-cont1 .cont-box .month-item {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.investor7-cont1 {
		padding: 30px 0;
	}

	.investor7-cont1 .top-tab {
		margin-bottom: 20px;
	}

	.investor7-cont1 .layui-laydate-content {
		height: auto;
	}

	.investor7-cont1 .tips-card-box {
		height: 0;
	}


	.investor7-cont1 .tips-card {
		height: auto;
		position: fixed;
		left: 15px;
		right: 15px;
		top: 230px;
		z-index: 500;
	}

	.investor7-cont1 .tips-card {
		width: auto;
	}
}

/* ====== */
.news-details-cont1 .more {
	height: 64px;
	font-size: 16px;
	color: #FFF;
	line-height: 64px;
	background-color: #e7380d;
	background-position: left 50%;
	float: right;
	padding: 0 20px;
	margin-top: 20px;
	transition: all .3s;
}

.news-details-cont1 .more .ic {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
	margin-right: 6px;
}

.news-details-cont1 .more:hover {
	background-color: #878787;
}

.dztips-pop .pop-cont {
	width: 500px;
	padding: 40px 30px;
}

.dztips-pop .pop-cont .ic {
	margin: 0 auto 27px;
}

.dztips-pop .pop-cont h4 {
	color: #4c4c4c;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}

.dztips-pop .pop-cont p {
	color: #808080;
	line-height: 24px;
	text-align: center;
}

.dztips-pop .pop-cont .btn {
	margin: 45px auto 0;
	width: 120px;
	height: 54px;
	border: 1px solid #e1e1e1;
	cursor: pointer;
	color: #808080;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
	transition: all .3s;
}

.dztips-pop .pop-cont .btn:hover {
	background-color: #e7380d;
	border-color: #e7380d;
	color: #FFF;
}



/* === */

.about10-cont1 {
	padding: 80px 0 0;
	height: 743px;
	background: url(../images/about/about10-cont1-bg.jpg) no-repeat center top;
}

.about10-cont1 .left {
	float: left;
	/* width: 32.8%; */
	width: 29.6%;
}

.about10-cont1 .right {
	float: right;
	width: 67.2%;
}


.about10-cont1 .left h5 {
	color: #e80913;
	font-size: 40px;
	line-height: 29px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: "Arturito Slab";
}

.about10-cont1 .left h6 {
	color: #666666;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

.about10-cont1 .right .top {
	border-top: 3px solid #f0ead9;
}

.about10-cont1 .right .top::before {
	content: "";
	display: block;
	margin-top: -3px;
	height: 0;
	width: 20px;
	border-top: 3px solid #fa0010;
	margin-bottom: 27px;
}

.about10-cont1 .right .top h3 {
	color: #d9c28c;
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 10px;
}

.about10-cont1 .right .top p {
	color: #808080;
	font-size: 15px;
	line-height: 26px;

}

.about10-cont1 .right .top h4 {
	color: #f2f2f2;
	font-size: 60px;
	line-height: .8;
	text-transform: uppercase;
	font-family: "Arturito Slab";
	margin-top: 30px;
}


/* ====== */
.mobileMouseIcon {
	display: none;
}

.m-hua {
	display: none;
}

#topping {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 60px;
	z-index: 600;
	cursor: pointer;
}

.stockQuote-cont1 {
	padding: 80px 0;
}

.stockQuote-cont1 .left {
	float: left;
	width: 28%;
}

.stockQuote-cont1 .right {
	float: right;
	width: 67.2%;
}

.stockQuote-cont1 .right .top {
	border-top: 3px solid #e2dad1;
	padding-top: 35px;
	margin-bottom: 20px;
}

.stockQuote-cont1 .right .top h3 {
	color: #666666;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 8px;
}

.stockQuote-cont1 .right .top h3 span {
	display: inline-block;
	color: #666666;
	font-size: 30px;
	line-height: 30px;
	font-family: "Hankook";

}

.stockQuote-cont1 .right .top h4 {
	color: #cccccc;
	line-height: 14px;
	line-height: 1;
	margin-bottom: 23px;
	font-family: "Hankook";
}


.stockQuote-cont1 .right .top h5 {
	color: #666666;
	font-size: 18px;
	line-height: 1;
	overflow: hidden;
}

.stockQuote-cont1 .right .top h5.red span {
	color: #e40009;
}

.stockQuote-cont1 .right .top h5 span {
	display: inline-block;

	color: #08a000;
	font-size: 31px;
	line-height: 28px;
	font-family: "Hankook";
	margin-top: -3px;
	margin-right: 7px;
	float: left;
}

.stockQuote-cont1 .right .box {
	height: 236px;

}

.stockQuote-cont1 .right .box .le {
	float: left;
	width: 326px;
	height: 100%;
	padding: 34px 30px 0;
	background-color: #f5f2ef;
}

.stockQuote-cont1 .right .box .le li {
	color: #10416c;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 30px;
}

.stockQuote-cont1 .right .box .le li:nth-child(1) {
	margin-top: 0;
}

.stockQuote-cont1 .right .box .le li:nth-child(2) {
	margin-top: 28px;
}

.stockQuote-cont1 .right .box .le li em {
	color: #10416c;
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	font-family: "Hankook KR TTF";
	position: relative;
	top: 5px;
}

.stockQuote-cont1 .right .box .le li span {
	color: #10416c;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	font-family: "Hankook KR TTF";
	position: relative;
	top: 1px;
}

.stockQuote-cont1 .right .box .ri {
	float: right;
	width: calc(100% - 326px);
	height: 100%;
	background-color: #fbf9f8;
	padding: 110px 46px 0;
}

.stockQuote-cont1 .right .box .ri .list {
	overflow: hidden;
}

.stockQuote-cont1 .right .box .ri .list ul {
	margin-left: -34px;
	margin-right: -29px;
	overflow: hidden;
}

.stockQuote-cont1 .right .box .ri li {
	float: left;
	color: #95907c;
	line-height: 1;
	margin-bottom: 18px;
	padding: 0 30px 0 34px;
	border-left: 4px solid #e2dad1;
	position: relative;
	font-family: "GE Sans";
	width: 33.33%;
}

.stockQuote-cont1 .right .tips {
	margin-top: 26px;

	padding-left: 30px;
	color: #a29d8d;
	line-height: 22px;
	font-family: "GE Sans";
	position: relative;
}

.stockQuote-cont1 .right .tips:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 0;
	border-left: 4px solid #e40009;
}

@media (max-width: 1360px) {
	.stockQuote-cont1 .right .box .ri {
		padding: 86px 30px 0;
	}
}



/* ===== */
.governance .child-nav .h1 {
	color: #ffffff;
	font-size: 82px;
	line-height: 100px;
	font-family: "Arturito Slab";
	text-transform: uppercase;
}

#indexHeader .menu-ri .btn::before,
#indexHeader .menu-ri .btn::after,
#header .menu-btn::after,
#header .menu-btn::before {
	display: none !important;
}

.NavIcon {
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	/* -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg) scale(0.8);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out; */
	cursor: pointer;
}

.NavIcon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 50%;
	background: #ff0000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: .6s .3s ease-in-out;
	overflow: hidden;
}

#indexHeader.open .NavIcon span,
#header.open .NavIcon span {
	background: #FFF;
	width: 60%;
}

.NavIcon span:nth-child(even) {
	left: 50%;
	/* border-radius: 0 20px 20px 0; */
}

.NavIcon span:nth-child(odd) {
	left: 0px;
	/* border-radius: 20px 0 0 20px; */
}

.NavIcon span:nth-child(1),
.NavIcon span:nth-child(2) {
	top: 0;
}

.NavIcon span:nth-child(3),
.NavIcon span:nth-child(4) {
	top: 10px;
}

.NavIcon span:nth-child(5),
.NavIcon span:nth-child(6) {
	top: 20px;
}

#indexHeader.open .NavIcon span:nth-child(1),
#indexHeader.open .NavIcon span:nth-child(6),
#header.open .NavIcon span:nth-child(1),
#header.open .NavIcon span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#indexHeader.open .NavIcon span:nth-child(2),
#indexHeader.open .NavIcon span:nth-child(5),
#header.open .NavIcon span:nth-child(2),
#header.open .NavIcon span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#indexHeader.open .NavIcon span:nth-child(1),
#header.open .NavIcon span:nth-child(1) {
	left: 0px;
	top: 4px;
}

#indexHeader.open .NavIcon span:nth-child(2),
#header.open .NavIcon span:nth-child(2) {
	left: calc(50% - 2px);
	top: 4px;
}

#indexHeader.open .NavIcon span:nth-child(3),
#header.open .NavIcon span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

#indexHeader.open .NavIcon span:nth-child(4),
#header.open .NavIcon span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

#indexHeader.open .NavIcon span:nth-child(5),
#header.open .NavIcon span:nth-child(5) {
	left: 0px;
	top: 12px;
}

#indexHeader.open .NavIcon span:nth-child(6),
#header.open .NavIcon span:nth-child(6) {
	left: calc(50% - 2px);
	top: 12px;
}

/* ======= */
.main-uy-btn {
	width: 230px;
	height: 59px;
	background-color: #f2f2f2;
	overflow: hidden;
	margin-top: 20px;
}

.main-uy-btn .tx {
	float: left;
	width: 134px;
	height: 100%;
	padding: 14px 0 0 10px;
}

.main-uy-btn .btn {
	float: left;
	width: 96px;
	height: 100%;
	background-color: #e7380d;
	text-align: center;
	line-height: 59px;
	color: #FFF;
	font-size: 15px;
	transition: all .3s;
}


#head-menu .main-uy-btn .btn {
	background-color: #9f2709;
}

.main-uy-btn:hover .btn {
	background-color: #878787 !important;
}


.header-wrap {
	height: 116px;
}

#header {
	width: 100%;
	height: 116px;
	background-color: #FFF;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 800;
	transition: all .3s;
}

#header .logo {
	float: left;
	margin: 40px 0 0 32px;
}

#header .shares-lit {
	padding-left: 20px;
	margin-left: 24px;
	float: left;
	margin-top: 44px;
	border-left: 2px solid #c7c7c9;
	height: 36px;
	font-size: 14px;
	line-height: 16px;
	padding-top: 4px;
	color: #737373;
}

#header .shares-lit span {
	display: block;
	color: #4c4c4c;
}

#header .right {
	float: right;
	padding-right: 83px;
}

#header .nav {
	float: left;
	padding-top: 45px;
	position: relative;
}

#header .nav .it {
	float: left;
}

#header .nav .bor {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #e30009;
}

#header .nav a {
	float: left;
	font-size: 15px;
	line-height: 30px;
	padding: 0 14px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	color: #606060;
}

/* #header .nav a.active{
    color: #e40009;
} */
#header .nav a:first-child {
	padding-left: 0;
}

#header .nav a:first-child:before {
	display: none;
}

#header .nav a:last-child {
	padding-right: 0;
}

#header .nav a::before {
	content: "";
	position: absolute;
	/* left: -24px; */
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: 0;
	border-left: 2px solid #d6d6d6;
}

#header .langth {
	float: left;
	margin-left: 24px;
	padding-top: 45px;
	margin-right: 20px;
}

#header .langth a:first-child {
	margin-left: 0;
}

#header .langth a {
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #606060;
	margin-left: 14px;
	cursor: pointer;
}

#header .langth a.active {
	color: #e40009;
}

#header .menu-btn {
	float: left;
	width: 20px;
	height: 26px;
	/* background: url(../images/head-menu.png) no-repeat center; */
	cursor: pointer;
	margin-top: 46px;
	position: fixed;
	right: 32px;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	transition: all .3s;
}

.childNavFiex #header .menu-btn {
	transform: translateY(-116px);
}

#header .menu-btn::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/head-menu.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 1s;
	opacity: 1;
}

#header .menu-btn::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/head-menu-btn.png) no-repeat center;
	background-size: cover;
	position: absolute;
	/* left: -100%; */
	left: 0;
	top: 0;
	transition: all 1s;
	opacity: 0;
}

#header.open .menu-btn {
	transform: translateY(0) !important;
}

#header.open .menu-btn::after {
	/* transform: translateX(100%); */
	opacity: 1;
}

#header.open .menu-btn::before {
	opacity: 0;
}

/* 头部菜单 */
#head-menu {
	width: 100%;
	height: 100%;
	z-index: 900;
	position: fixed;
	left: 0;
	top: -100%;
	/* background-color: #FFF; */
	/* display: none; */
	transition: all 0.5s cubic-bezier(0.69, 0.1, 0.21, 0.95);
	transform: translateY(0);
}

.open #head-menu {
	transform: translateY(100%);
}


#head-menu .m-left {
	float: left;
	width: 55.8%;
	height: 100%;
	background: url(../images/head-menu-left.jpg) no-repeat center;
	background-size: cover;
	padding-left: 4.29%;
	padding-right: 4.29%;
	padding-top: 50vh;
	transition: all 0s .6s ease;
	transform: translateX(100%);
}

.open #head-menu .m-left {
	transform: translateX(0);
	transition: all .8s .6s cubic-bezier(0.69, 0.1, 0.21, 0.95);
}

#head-menu .cont h2 {
	color: #e60012;
	font-size: 2.5vw;
	line-height: .86;
	font-family: Hankook;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#head-menu .cont h1 {
	color: #ffffff;
	font-size: 2.5vw;
	line-height: 1.1;
	font-weight: 300;
	margin-bottom: 10px;
}

#head-menu .cont h3 {
	color: rgba(255, 255, 255, .3);
	font-size: 1vw;
	line-height: 1;
	font-family: DINPro;
	text-transform: uppercase;
}

#head-menu .m-right {
	float: left;
	width: 44.2%;
	height: 100%;
	background-color: #e60012;
	position: relative;
	padding: calc(100vh - 620px) 3vw 0;
}

#head-menu .gt-nav {
	margin-bottom: 4vh;
}

#head-menu .gt-nav .li:first-child {
	margin-top: 0;
}

#head-menu .gt-nav .li {
	margin-top: 3vh;
}

#head-menu .gt-nav a {
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	line-height: 1;
	position: relative;
	transition: all .6s;
}

/* 
#head-menu .gt-nav a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 2px solid #000;
    position: absolute;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

 */

/* #head-menu .gt-nav a:hover::before {
    width: 100px;
} */

#head-menu .gt-nav a:hover {
	color: #000;
}

#head-menu .oIn {
	opacity: 0;
	transition: all 0s .6s ease;
}

.open #head-menu .oIn {
	opacity: 1;
	transition: all .4s 1s ease;
}

#head-menu .om .le {
	float: left;
	/* width: 404px; */
	width: 50%;
	position: relative;
	padding-right: 3%;
}

#head-menu .om .le::before {
	content: "";
	width: 4px;
	height: 218px;
	background: url(../images/head-menu-to-bor.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#head-menu .to {
	margin-bottom: 30px;
	overflow: hidden;
}

#head-menu .to a,
#head-menu .to span {
	float: left;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	margin-right: 10px;
}

#head-menu .to a {
	/* margin-left: 8px; */
	margin-right: 0;

}

#head-menu .om a {
	transition: all .6s;
}

#head-menu .to a:hover {
	color: #000;
}

#head-menu .so h5 {
	color: #ffffff;
	font-size: 36px;
	line-height: 25px;
	margin-bottom: 14px;
	font-family: "Brandon Grotesque";
}

#head-menu .so h6 {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
}

#head-menu .so p {
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
	font-family: "GE Sans";
}

#head-menu .om .ri {
	float: left;
	/* width: 404px; */
	width: 50%;
	padding-left: 3%;
}

#head-menu .om .ri p {
	font-size: 14.5px;
	color: #FFF;
	line-height: 24px;

}

#head-menu .om .uy-inp {
	margin-top: 18px;
	height: 59px;
	background-color: #f2f2f2;
	max-width: 378px;
}

#head-menu .om .uy-inp input {
	float: left;
	width: calc(100% - 94px);
	height: 100%;
	padding: 0 20px;
}

#head-menu .om .uy-inp .btn {
	float: left;
	height: 100%;
	width: 94px;
	background-color: #9f2709;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 59px;
	cursor: pointer;
	transition: all .3s;
}

#head-menu .om .uy-inp .btn:hover {
	background-color: #878787;
}

#head-menu .m-right .tip {
	position: absolute;
	top: 50%;
	right: 34px;
	z-index: 50;
	color: #000;
	font-size: 15px;
	line-height: 12px;
	text-transform: uppercase;
	transform-origin: right top;
	transform: rotate(90deg) translateX(50%);
	font-weight: bold;
}



/* 首页头部 */
.index-header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 900;
}

/* .index-header .logo {
    float: left;
    margin-left: 60px;
    margin-top: 46px;
} */

.index-header .right {
	float: right;
	height: 100%;
	padding-right: 83px;
}


.index-header .logo {
	float: left;
	margin: 40px 0 0 32px;
}

.index-header .nav {
	float: left;
	padding-top: 45px;
	position: relative;
}

.index-header .nav .it {
	float: left;
}

.index-header .nav .bor {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #e30009;
}

.index-header .nav a {
	float: left;
	font-size: 15px;
	line-height: 30px;
	padding: 0 14px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	color: #606060;
}

/* #header .nav a.active{
    color: #e40009;
} */
.index-header .nav a:first-child {
	padding-left: 0;
}

.index-header .nav a:first-child:before {
	display: none;
}

.index-header .nav a:last-child {
	padding-right: 0;
}

.index-header .nav a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	width: 0;
	/* border-left: 2px solid rgba(255, 255, 255, .5); */
	border-left: 2px solid rgba(0, 0, 0, .1);
}

.index-header .langth {
	float: left;
	margin-left: 24px;
	padding-top: 45px;
	margin-right: 20px;
}

.index-header .langth a:first-child {
	margin-left: 0;
}

.index-header .langth a {
	float: left;
	font-size: 15px;
	line-height: 30px;
	color: #606060;
	margin-left: 14px;
	cursor: pointer;
}

.index-header .langth a.active {
	color: #e40009 !important;
}

#indexHeader .menu-ri {
	float: right;
	width: 83px;
	height: 100vh;
	border-left: 2px solid rgba(0, 0, 0, .1);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
	transition: all .3s;
}


#indexHeader.open .menu-ri {
	border-left-color: transparent;
}

#indexHeader .menu-ri .btn {
	width: 20px;
	height: 24px;
	/* background: url(../images/head-menu.png) no-repeat center; */
	margin: 50px auto 0;
	cursor: pointer;
	margin-top: 46px;
	position: relative;
	overflow: hidden;
}

#indexHeader .menu-ri .btn::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/head-menu-btn.png) no-repeat center;
	position: absolute;
	/* left: -100%; */
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1s;
}

#indexHeader.open .menu-ri .btn::after {
	/* transform: translateX(100%); */
	opacity: 1;
}

#indexHeader.open .menu-ri .btn::before {
	opacity: 0;
}

#indexHeader .menu-ri .btn::before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/head-menu.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	transition: all 1s;
}

#indexHeader .menu-ri .icon {
	position: absolute;
	left: 24px;
	bottom: 50px;
	/* margin: auto; */
	animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

#indexHeader.type2 .index-header .nav a::before {
	border-color: rgba(255, 255, 255, .3);
}

#indexHeader.type2 .index-header .nav a {
	color: #FFF;
}

#indexHeader.type2 .index-header .langth a {
	color: #FFF;
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

/* 首页 */
#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;
}

.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;
}


.index-slide .ex-txt {
	position: absolute;
	left: 11%;
	top: 35%;
	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: 110px;
	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: #d3c088;
	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;

}

#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/index/pox-2-bg.jpg) 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 .pox-4 {
	padding-left: 12vw;
	padding-right: 170px;
	background: url(../images/index/pox-4-bg.jpg) no-repeat center;
	background-size: cover;
}

#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-box1 .card .bg .bor {
	background: url(../images/index/tu-box-1-bg.png) no-repeat center;
	background-size: cover;
}

#pox-slide .tu-box2 .card {
	padding-left: 24%;
}

#pox-slide .tu-box2 .card .bg .bor {
	background: url(../images/index/tu-box-2-bg.jpg) no-repeat center;
	background-size: cover;
}

#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::after {
	content: "";
	width: 29px;
	height: 10px;
	background: url(../images/index/tu-box-ic.png) no-repeat 0 0;
	position: absolute;
	left: 87px;
	top: 162px;
	z-index: 12;
	opacity: 0;
	transform: translateX(-100%);
	transition: all .3s;
}

#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: 10vw; */
	padding-right: 83px;
	background: url(../images/index/pox-3-bg.jpg) 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;
}

/* 头部适应 */
@media (max-width: 1400px) {

	#header .logo,
	.index-header .logo {
		margin-left: 30px;
	}

	#header .nav a,
	.index-header .nav a {
		padding: 0 14px;
		font-size: 13px;
	}

	#header .shares-lit {
		display: none;
	}

}

/* 首页适应 */
@media (min-height: 1000px) {
	#pox-slide .tip-title {
		margin-top: calc((100vh - 800px) / 2);
	}
}

@media (max-width: 1600px) {
	.pox-shares-pos {
		left: 10px;
		bottom: 30px;
		transform: scale(.75);
	}

	.index-slide .ex-txt {
		left: 5%;
		transform: scale(.75);
	}

	#pox-slide .news-slide-next,
	#pox-slide .news-slide-prev,
	.index-slide .next {
		right: 100px;
		transform: scale(.75);
	}

	#pox-slide .news-slide {
		transform: scale(.75);
		margin-left: -11.5vw;
		margin-right: -120px;
		margin-top: -44px;
	}


	#pox-slide .tip-title {
		transform: scale(.75);
		margin-left: -14%;
		margin-bottom: 3vh;
	}

	#pox-slide .yun-card h4 {
		font-size: 50px;
		letter-spacing: 0;
	}

	#pox-slide .yun-card h5 {
		font-size: 18px;
	}

	#pox-slide .yun-card h3 {
		font-size: 22px;
	}

	#pox-slide .yun-card .en {
		font-size: 16px;
	}

	#pox-slide .yun-card p {
		font-size: 13px;
	}

	#pox-slide .tu-box .card {
		height: 240px;
		padding-top: 60px;
	}

	#pox-slide .tu-box h4,
	#pox-slide .tu-box h5,
	#pox-slide .tu-box .icon {
		transform: scale(.75);
	}

	#pox-slide .tu-box2 .card {
		padding-left: 0;
	}

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

	#pox-slide .tu-box1 .card::after {
		left: 30px;
		top: 120px;
		transform: scale(.75) translateX(-100%);
	}

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


	#pox-slide .tu-box2 .card .icon {
		right: 30px;
		top: 120px;
	}

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

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

	#pox-slide .tu-box p {
		font-size: 14px;
	}

	#pox-slide .tu-box h6 {
		font-size: 13px;
	}

	#head-menu .om .le {
		width: 100%;
	}

	#head-menu .om .le::before,
	#head-menu .om .ri {
		display: none;
	}
}


@media (max-height: 800px) {
	.pox-shares-pos {
		bottom: 10px;
	}

	.pox-shares-pos .tip {
		display: none;
	}

	.index-header {
		height: 80px;
	}

	.index-header .logo {
		margin-top: 20px;
	}

	.index-header .nav {
		padding-top: 36px;
	}

	.index-header .langth {
		padding-top: 36px;
	}

	.index-header .menu-ri .btn {
		margin-top: 24px;
	}

	#pox-slide .tip-title {
		margin-top: 80px;
	}
}

@media (max-height: 700px) {

	#pox-slide .tu-box .card {
		height: 200px;
	}

	#pox-slide .tu-box2 .card .icon {
		top: 100px;
	}

	#pox-slide .tu-box1 .card::after {
		top: 100px;
	}

	#head-menu .m-right {
		padding-top: calc(100vh - 540px);
	}
}

/* 内页 */
.child-nav-wrap {
	height: 505px;
}

.child-nav {
	width: 100%;
	height: 505px;
	background: url(../images/child-nav-bg.jpg) no-repeat center;
	background-size: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 116px;
	z-index: 10;
	padding-top: 1px;
}

.child-nav .nav {
	height: 74px;
	margin-top: 30px;
	/* padding-left: 60px; */
	position: relative;
}


.child-nav.news .left {
	background: #e9b800;
}

.child-nav.news .right {
	padding-top: 115px;
}

.child-nav.news .h1 {
	color: #f0eadc;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 15px;
}

.child-nav.news .h2 {
	color: #f0eadc;
	font-size: 48px;
	line-height: 35px;
	margin-bottom: 10px;
	font-family: "Arturito Slab";
}

.child-nav.news .h3 {
	/* color: rgba(93, 93, 93, .5); */
	color: rgba(73, 63, 41, .5);
	font-size: 24px;
	line-height: 24px;
	font-family: "Hankook";
	text-transform: uppercase;
	letter-spacing: 20px;
}

.childNavFiex #header {
	/* transform: translateY(-110%); */
	top: -120px;
}

.nav-fiex-pos {
	position: fixed;
	left: 0;
	top: 0;
	height: 90px;
	z-index: 700;
}

.nav-fiex-pos .auto {
	/* padding-top: 30px; */
	padding-top: 20px;
}

.nav-fiex {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

/* .childNavFiex .nav-fiex {
	top: 0;
	height: 90px;
	z-index: 700;
}

.childNavFiex .nav-fiex .auto {
	transform: translateY(-10px);
} */

.nav-fiex .bg {
	width: 100%;
	height: 505px;
	/* background: url(../images/child-nav-bg.jpg) no-repeat center top;
    background-size: cover; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/* transition: all .3s; */
}

.child-nav .nav-fiex .bg {
	height: 0;
}

.nav-fiex.nav-fiex-pos .bg {
	background: url(../images/child-nav-bg.jpg) no-repeat center top;
	background-size: cover;
}

.nav-fiex .auto {
	position: relative;
	z-index: 20;
}

.nav-fiex .it {
	float: left;
	position: relative;
	padding-left: 60px;
}

.nav-fiex .bor {
	height: 32px;
	width: 0;
	background-color: #ebe7e1;
	position: absolute;
	left: 0;
	top: -3px;
	z-index: 1;
	margin-left: -14px;
}

.nav-fiex.nav-fiex-pos .bor {
	top: 17px;
}

.nav-fiex .it::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 26px;
	width: 0;
	border-left: 4px solid #e40009;
}

.nav-fiex a {
	float: left;
	font-size: 15px;
	color: #00000099;
	line-height: 26px;
	margin-right: 44px;
	font-weight: bold;
	position: relative;
	z-index: 10;
}



.child-nav .cont {
	height: 400px;
	overflow: hidden;
}

.child-nav .cw-bor {
	display: none !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.child-nav .left .cw-bor {
	background-color: #FFF;
	animation: cwBor .6s .3s cubic-bezier(0.69, 0.1, 0.21, 0.95) forwards;
}

.child-nav .right .cw-bor {
	background-color: #d5000a;
	animation: cwBor .6s .3s cubic-bezier(0.69, 0.1, 0.21, 0.95) forwards;
}

@keyframes cwBor {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(102%);
	}
}

.child-nav .left {
	float: left;
	width: 32.8%;
	height: 100%;
	background: url(../images/child-nav-left.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 72px 0 66px;
	position: relative;
	overflow: hidden;
}

.child-nav .left h2 {
	color: #f0eadc;
	font-size: 42px;
	line-height: 36px;
	font-family: "Arturito Slab";
	margin-bottom: 14px;
	text-transform: uppercase;
}

.child-nav .left h2::before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #f0eadc;
	margin-bottom: 34px;
	display: block;

}

.child-nav .shader {
	/* float: right; */
	padding-right: 74px;
}

.child-nav .shader .t1 {
	color: #ffffff;
	font-size: 48px;
	line-height: 34px;
	font-family: "Brandon Grotesque";
	margin-bottom: 10px;
	letter-spacing: -3px;
}

.child-nav .shader .t2 {
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 6px;
	opacity: .9;
}

.child-nav .shader .t3 {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	opacity: .9;
}

.child-nav .shader .p {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
	font-family: "GE Sans";
	opacity: .9;
}

.business .child-nav .h1 {
	color: #ffffff;
	font-size: 120px;
	line-height: 100px;
	font-family: "Arturito Slab";
	text-transform: uppercase;
}

.child-nav .left h1 {
	color: #f0eadc;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 12px;
}


.child-nav .pdf-btn {
	height: 60px;
	padding: 18px 10px 18px 20px;
	background-color: #ff9800;
	margin-top: 24px;
	transition: all .3s;
	max-width: 300px;
}

.child-nav .pdf-btn:hover {
	background-color: #878787;
}

.child-nav .pdf-btn .ic {
	float: left;
	margin-right: 15px;
}

.child-nav .pdf-btn span {
	color: #ffffff;
	width: calc(100% - 80px);
	font-size: 16px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow-wrap: break-word;
}

.child-nav .right {
	float: left;
	width: 67.2%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 70px 0;
	position: relative;
	overflow: hidden;
}


.child-nav .right h3 {
	color: #054f60;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	font-weight: 300;
}

.child-nav .right h4 {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-family: DINPro;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.child-nav.color2 .right h3 {
	color: #666666;
}

.socialResponsibility .child-nav .left {
	background: #00a651;
}

.socialResponsibility .child-nav .right {
	padding-top: 110px;
}

.socialResponsibility .child-nav .h1 {
	font-size: 30px;
	line-height: 1.33;
	font-weight: 300;
	color: #afb599;
}

#wrapper {
	position: relative;
	z-index: 50;
	background-color: #FFF;
	min-height: 500px;
}

.footer {
	border-bottom: 8px solid #7a7a7a;
	position: relative;
	z-index: 50;
	background-color: #FFF;
}

.footer .bom .right::after {
	content: "";
	position: absolute;
	left: 0;
	top: 370px;
	width: 6000px;
	border-bottom: 8px solid #e7380d;
}

.footer .top {
	height: 83px;
	background: url(../images/footer-top.jpg) no-repeat center;
	background-size: cover;

}

.footer .top .span:first-child {
	margin-left: 0;
}

.footer .group-kit span {
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
}

.footer .top .span {
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	margin-left: 10px;
	display: inline-block;
}

.footer .group-kit {
	display: inline-block;
	position: relative;
	margin-left: 26px;
	cursor: default;
}

.footer .group-kit .pos {
	display: none;
	width: 160px;
	background-color: #FFF;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 20;
	padding: 8px 0;
	box-shadow: 0 0 9px -2px rgb(0 0 0 / 10%);
	animation: fadeIn 1s forwards;
}

.footer .group-kit .pos::after {
	content: "";
	right: 0;
	bottom: 100%;
	height: 40px;
	width: 86px;
	position: absolute;
}

.footer .group-kit:hover .pos {
	display: block;
}

.footer .group-kit .ic {
	display: inline-block;
	margin-left: 12px;
	position: relative;
	top: -1px;
	transform: rotate(180deg);
}

.footer .group-kit .pos a {
	line-height: 1.8;
	font-size: 14px;
	color: #7e7979;
	padding: 0 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
	transition: all .3s;
}

.footer .group-kit .pos a:hover {
	color: #4f4f4f;
}

.footer .top .auto {
	padding-top: 30px;
}

.footer .top .left {
	float: left;
}

.footer .top .right {
	float: right;
}

.footer .top .right .span {
	margin-left: 26px;
}

.footer .bom .auto {
	padding: 44px 0 0;
}

.footer .bom .left {
	float: left;
	width: 338px;
}

.footer .bom .left p {
	color: #828282;
	line-height: 1.6;
}

.footer .uy-inp {
	margin-top: 18px;
	height: 59px;
	background-color: #f2f2f2;
}

.footer .uy-inp input {
	float: left;
	width: calc(100% - 94px);
	height: 100%;
	padding: 0 20px;
}

.footer .uy-inp .btn {
	float: left;
	height: 100%;
	width: 94px;
	background-color: #e7380d;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	line-height: 59px;
	cursor: pointer;
	transition: all .3s;
}

.footer .uy-inp .btn:hover {
	background-color: #878787;
}

.footer .bom .right {
	float: right;
	width: 910px;
	height: 370px;
	position: relative;
}

.footer .hux {
	position: relative;
	/* padding-left: 70px; */
	font-size: 0;
	text-align: right;
}

.footer .hux::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 273px;
	border-left: 3px solid #f4f4f4;
}

.footer .hux .dl:first-child {
	margin-left: 0;
}

.footer .hux .dl {
	display: inline-block;
	margin-left: 60px;
	position: relative;
	vertical-align: top;
	text-align: left;
}

.footer .hux .dt {
	font-size: 15px;
	color: #6a6967;
	line-height: 1;
	font-weight: bold;
}

.footer .hux .dt::after {
	content: "";
	display: block;
	width: 14px;
	height: 3px;
	background-color: #e5dcc4;
	margin-top: 23px;
}

.footer .hux .dd {
	width: 100px;
	position: absolute;
	left: 0;
	top: 65px;
}

.footer .hux .dd a {
	display: inline-block;
	color: #6a6967;
	line-height: 1.1;
	font-size: 15px;
	margin-bottom: 17px;
}

.footer a {
	transition: color .3s;
}

#footer .foorlaw:hover,
.footer a:hover {
	color: #e7380d !important;
}

/* about1 */
.about1-cont1 .auto {
	padding-top: 80px;
	padding-bottom: 110px;
}

.about1-cont1 .left {
	float: left;
	/* width: 32.8%; */
	width: 29.6%;
}

.about1-cont1 .right {
	float: right;
	width: 67.2%;
}

.about1-cont1 .text p {
	margin-bottom: 24px;
	color: #4f4f4f;
	font-size: 15px;
	line-height: 1.6;
}

.about1-cont1 .t-box h4 {
	color: #08a000;
	font-size: 36px;
	line-height: 28px;
	margin-bottom: 12px;
	font-family: 'Brandon Grotesque';
}

.about1-cont1 .t-box h4.up {
	color: #e40009;
}

.about1-cont1 .t-box h5 {
	color: #4f4f4f;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 15px;
	font-family: "Hankook KR TTF";
}

.about1-cont1 .t-box .tip {
	border-bottom: 3px solid #f0ead9;
	position: relative;
	padding-bottom: 36px;
	margin-bottom: 36px;
	color: #4f4f4f;
}

.about1-cont1 .t-box .tip::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 24px;
	height: 0;
	border-bottom: 3px solid #fa0010;
}

.about1-cont1 .left h6 {
	color: #666666;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

.about3-cont1 {
	padding-bottom: 140px;
}

.ovs-dt {
	overflow: hidden;
	text-align: right;
	font-size: 0;
	padding: 26px 0;
}

.ovs-dt .li {
	display: inline-block;
	height: 60px;
	padding: 0 20px;
	background-color: #f0eadc;
	line-height: 60px;
	color: #6b6147;
	font-size: 16px;
	transition: color .3s, background .3s;
	cursor: pointer;
}

.ovs-dt .li.active {
	background-color: #e7380d;
	color: #FFF;
}

.about3-cont1 .dl {
	border-top: 3px solid #f0ead9;
	padding: 38px 0 46px;
}

.about3-cont1 .dl {
	visibility: visible !important;
	animation-name: fadeInUp50 !important;
}

.about3-cont1 .dl:last-child {
	padding-bottom: 0;
}

.about3-cont1 .dl::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.about3-cont1 .dt {
	float: left;
	width: 202px;
}

.about3-cont1 .dd {
	float: right;
	width: calc(100% - 236px);
	margin-top: -3px;
}

.about3-cont1 .dd h5 {
	color: #4f4f4f;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 14px;
	padding-top: 14px;
}

.about3-cont1 .dd .bor {
	font-size: 16px;
	line-height: 1;
	/* margin-bottom: 14px; */
	margin-bottom: -8px;
	color: #4c4c4c;
	position: relative;
}

.about3-cont1 .dd .bor::after {
	content: "";
	display: block;
	width: 73px;
	height: 3px;
	background-color: #f0ead9;
	margin-top: 24px;
}

.about3-cont1 .dd .bor::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15px;
	height: 3px;
	background-color: #fa0010;
}

.about3-cont1 .dd h6 {
	margin-top: 24px;
	line-height: 26px;
	font-size: 14px;
}

.about3-cont1 .dd p {
	color: #808080;
	margin-top: 24px;
	line-height: 26px;
	font-size: 14px;
}

.about3-cont1 .dd p:last-child {
	margin-bottom: 0;
}

.news-more {
	float: right;
	width: 138px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-family: Hankook;
	color: #f4f0e3;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #e7380d;
	cursor: pointer;
	transition: all .3s;
	margin-top: 36px;
	/* margin-bottom: 50px; */
}

.news-more:hover {
	background-color: #878787;
}

.news1-cont1 {
	padding-bottom: 80px;
}

.news1-cont1 .tips {
	padding: 26px 0;
	font-size: 0;
	text-align: right;
	vertical-align: middle;
	position: relative;
	z-index: 50;
}

.news1-cont1 .tips .ti {
	display: inline-block;
	color: #565656;
	font-size: 16px;
	line-height: 1;
	margin-right: 25px;
	vertical-align: middle;
}

.year-down {
	display: inline-block;
	vertical-align: middle;
	width: 160px;
	height: 60px;
	text-align: left;
}

.year-down .drop-txt {
	display: block;
	background-color: #f0eadc;
	position: relative;
	height: 100%;
	padding: 0 60px 0 20px;
	color: #565656;
	font-size: 16px;
	line-height: 60px;
	cursor: pointer;
	font-family: Hankook;
}

.year-down .drop-txt::before {
	content: "";
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #bcb296 url(../images/year-down-ic.png) no-repeat center;
}

.year-down ul {
	display: none;
	position: relative;
	width: 100%;
	max-height: 200px;
	background-color: #fbfbfb;
	z-index: 300;
	overflow: auto;
}

.year-down ul li {
	color: #8f8f8f;
	font-family: Hankook;
	font-size: 16px;
	line-height: 1;
	padding: 10px 20px;
	cursor: pointer;
	transition: all .3s;
}

.year-down ul li:hover {
	color: #565656;
}

.details-ct {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 222px;
	z-index: 701;
}

.details-ct .bor {
	position: absolute;
	top: 0;
	left: 0;
	right: 190px;
	height: 0;
	border-top: 3px solid rgba(0, 0, 0, .2);
}

.details-ct .uon {
	width: 190px;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(-41%);
	text-align: right;
}

.details-ct .uon .en {
	color: #d6000f;
	font-family: "Arturito Slab";
	font-size: 42px;
	line-height: 37px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.details-ct .uon .cn {
	color: #7a7471;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 12px;
	margin-right: -12px;

}

.news-list .dl {
	margin-top: 10px;
	padding: 36px 90px 36px 36px;
	background-color: #f6f5f2;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}

.news-list .dl:first-child {
	margin-top: 0;
}

.news-list .dt {
	float: left;
	width: 108px;

}

.news-list .dt span {
	display: block;
	color: #bca96f;
	font-size: 16px;
	line-height: 1;
	font-family: Hankook;
}

.news-list .dd {
	float: left;
	width: calc(100% - 108px);
}

.news-list .dd p {
	border-left: 4px solid #e2dfd6;
	padding-left: 30px;
	line-height: 17px;
	height: 17px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow-wrap: break-word;
	transition: all .3s;
}

.news-list .dl::before {
	content: "";
	width: 40px;
	height: 100%;
	position: absolute;
	right: 30px;
	top: 0;
	background: url(../images/news/news-list-ic1.png) no-repeat left center;
	transform: translateX(-10px);
	opacity: 0;
	transition: all .3s;
}

.news-list .dl.pdf::before {
	background: url(../images/news/news-list-pdf.png) no-repeat left center;
}

.news-list .dl:hover::before {
	transform: translateX(0);
	opacity: 1;
}

.news-list .dl:hover {
	background-color: #d8d4c7;
}

.news-list .dl:hover p {
	border-left-color: #FFF;
}

.child-nav-wrap.news-d {
	height: 220px;
	overflow: hidden;
}

.news-details-cont1 {
	padding: 80px 0;
}

.news-details-cont1 .title-top {
	margin-bottom: 30px;
}

.news-details-cont1 .title-top h1 {
	color: rgba(86, 86, 86, .7);
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.news-details-cont1 .title-top h2 {
	color: #bca96f;
	font-size: 24px;
	font-family: "Arturito Slab";
	line-height: 20px;
}

.news-details-cont1 .details p {
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 24px;
}

.news-details-cont1 .details p img {
	display: block;
	height: auto !important;
	max-width: 100%;
	margin: auto;
}

.business1-cont1 {
	padding-bottom: 80px;
}

.business1-cont1 .on-top {
	margin-bottom: 40px;
	border-top: 3px solid #f0ead9;
	position: relative;
	padding-top: 30px;
}

.business1-cont1 .on-top::before {
	content: "";
	border-top: 3px solid #fa0010;
	width: 26px;
	height: 0;
	position: absolute;
	left: 0;
	top: -3px;
}

.business1-cont1 .on-top h3 {
	color: #d9c28c;
	font-size: 28px;
	line-height: 1.35;
	margin-bottom: 20px;
}

.business1-cont1 .on-top p {
	color: rgba(0, 0, 0, .4);
	font-size: 16px;
	line-height: 1.5;
}

.business1-cont1 .list {
	margin-right: -10px;
}

.business1-cont1 .list .li:nth-child(1),
.business1-cont1 .list .li:nth-child(2),
.business1-cont1 .list .li:nth-child(3) {
	margin-top: 0;
}

.business1-cont1 .list .li {
	float: left;
	width: calc(33.33% - 10px);
	height: 350px;
	margin-right: 10px;
	margin-top: 40px;
	border-bottom: 3px solid #f0eadc;
}

.business1-cont1 .list .img {
	height: 240px;

}

.business1-cont1 .list .bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.business1-cont1 .list .con {
	padding-top: 17px;
}

.business1-cont1 .list h5 {
	color: #f0352d;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 6px;
}

.business1-cont1 .list p {
	color: #515151;
	font-size: 15px;
	line-height: 22px;
	visibility: visible;
	animation-name: none !important;
}


.business1-cont2 {
	height: 545px;
	background: url(../images/business/business1-cont2-bg.jpg) no-repeat center bottom -48px;
	background-size: cover;
}

.business1-cont2 .auto {
	height: 100%;
}

.business1-cont2 .chart-dt {
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	width: 120px;
	z-index: 100;
}

.business1-cont2 .chart-dt .li:first-child {
	margin-top: 0;
}

.business1-cont2 .chart-dt .li {
	height: 60px;
	background-color: #f0eadc;
	color: #6b6147;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	transition: all .3s;
	opacity: 0;
}

.business1-cont2 .chart-dt .li.active {
	background-color: #e7380d;
	color: #FFF;
}

.foorlaw-pop .close,
.bus-pop2 .close,
.bus-pop .close {
	width: 54px;
	height: 54px;
	background: url(../images/close.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -54px;
	top: 0;
	cursor: pointer;
}

.bus-pop .pop-cont {
	padding: 40px;

}

.bus-pop .pop-cont .le {
	float: left;
	padding-right: 3.33%;
	width: 36.3%;
	padding-top: 3.33%;
}

.bus-pop .pop-cont .ri {
	float: right;
	width: 63.16%;
	height: 426px;
	overflow: hidden;
	position: relative;
}

.bus-pop .bot h3 {
	color: #4c4c4c;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
}

.bus-pop p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
}

.bus-pop .bot p {
	/* color: #808080; */
	margin-bottom: 30px;
	word-break: break-all;

}

.bus-pop .prev,
.bus-pop .next {
	width: 61px;
	height: 61px;
	position: absolute;
	top: calc(100% - 50%);
	transform: translateY(-50%);
	z-index: 110;
	/* opacity: 1 !important; */
	display: block !important;
	-webkit-transition: all .6s;
	transition: all .6s;
	background-size: 30px 98px;
	opacity: 0;
	background: #fff;
}

.bus-pop .next {
	background: #fff url(../images/next2.png) no-repeat 50% 50% !important;
	right: 0;
}

.bus-pop .prev {
	background: #fff url(../images/prev2.png) no-repeat 50% 50% !important;
	left: 0;
}

.bus-pop .ri .prev:hover {
	background: #e70000 url(../images/prev.png) no-repeat 50% 50% !important;
}

.bus-pop .ri .next:hover {
	background: #e70000 url(../images/next.png) no-repeat 50% 50% !important;
}

.bus-pop .ri:hover .next,
.bus-pop .ri:hover .prev {
	opacity: 1;
}


.bus-pop .top {
	margin-bottom: 30px;
	min-height: 133px;
}

.bus-pop .top h1 {
	font-size: 26px;
	color: #4c4c4c;
	line-height: 30px;
	margin-bottom: 8px;
}

.bus-pop .top p {
	/* font-size: 14px;
    color: #808080; */
}

.bus-pop .top p em {
	color: #4c4c4c;
}

.bus-pop .bot span {
	overflow-y: auto;
	max-height: 160px;
	display: block;
	padding-right: 15px;
}


.bus-pop2 .pop-cont {
	padding: 40px;
}

.bus-pop2 .le .top {
	margin-bottom: 30px;
}

.bus-pop2 .le .top h1 {
	font-size: 26px;
	color: #4c4c4c;
	line-height: 30px;
	margin-bottom: 8px;
}

.bus-pop2 .le .top p em {
	color: #4c4c4c;
}

.bus-pop2 .le .bot span {
	overflow-y: auto;
	max-height: 160px;
	display: block;
	padding-right: 15px;
}

.bus-pop2 .le .bot h3 {
	color: #4c4c4c;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 8px;
}

.bus-pop2 .le .bot p {
	margin-bottom: 14px;
	line-height: 24px;
	word-break: break-all;
}

.bus-pop2 .le .bot .p {
	/* padding-bottom: 28px; */
	max-height: 150px;
	overflow-y: auto;
	padding-right: 5px;
}


.bus-pop2 .swipbot .swiper-pagination {
	position: absolute;
	bottom: 5px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	padding-right: 20px;
	padding-bottom: 15px;
}

.bus-pop2 .swipbot .swiper-pagination span {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	box-sizing: border-box;
	background: none;
	opacity: 1;
	margin: 0 4px;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-outline-style: none;
}

.bus-pop2 .swipbot .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff;
}

.bus-pop2 .le .bot {
	border-bottom: 2px solid #e6e6e6;
	padding-bottom: 30px;
}

.bus-pop2 .boxul {
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 25px;
}

.bus-pop2 .boxul .li {
	font-size: 15px;
	color: #808080;
	float: left;
	padding: 0 20px;
	position: relative;
	line-height: 15px;
	cursor: pointer;
}

.bus-pop2 .boxul .li.on {
	color: #bfa36b;
}

.bus-pop2 .boxul .li::after {
	content: '';
	width: 3px;
	height: 8px;
	background: #808080;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}

.bus-pop2 .boxul .li:nth-child(1)::after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: none;
	border: 2px solid #d32630;
	box-sizing: border-box;
}


.bus-pop2 .swipbot .swiper {
	position: relative;
	float: left;
	width: 33.5%;
	overflow: hidden;
}

.bus-pop2 .swiper-slide {
	width: 100%;
}

.bus-pop2 p {
	line-height: 24px;
}

.bus-pop2 .fiul {
	float: right;
	width: calc(66.5% - 14px);
	padding-left: 20px;
	padding-right: 20px;
}

.bus-pop2 .fiul h1 {
	font-size: 20px;
	line-height: 20px;
	color: #4c4c4c;
	margin-bottom: 15px;
}

.bus-pop2 .fiul h2 {
	font-size: 18px;
	line-height: 20px;
	color: #4c4c4c;
	margin-bottom: 10px;
}

.bus-pop2 .fiul .p {
	height: 182px;
	overflow-y: auto;
	padding-right: 5px;
}

.pop-lie-swiper {
	overflow: hidden;
	position: relative;
	width: 34.5%;
	float: left;
}

.business1-top {
	padding: 50px 0 30px;
}

.business1-top p:first-child {
	margin-top: 0;
}

.business1-top p {
	color: #808080;
	margin-top: 16px;
	line-height: 24px;
}

.business1-cont1 .bus2-tit {
	padding: 30px 0;
	border-top: 3px solid #f0ead9;
	position: relative;

}


.business1-cont1 .bus2-tit:before {
	content: "";
	border-top: 3px solid #fa0010;
	width: 26px;
	height: 0;
	position: absolute;
	left: 0;
	top: -3px;
}

.business1-cont1 h3 {
	color: #d9c28c;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 14px;
}

.business1-cont1 p {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 1.3;
}

.business1-cont2 .auto {
	padding-top: 1px;
}

.business1-cont2 #eChart {
	height: 300px;
	margin-top: 140px;
}

.business1-cont2 .tip-txt {
	/* position: absolute; */
	left: 0;
	right: 0;
	top: 50px;
	z-index: 100;
	opacity: 0;
	padding: 50px 0;
}

.business1-cont2 .tip-txt p {
	margin-top: 24px;
}

.business1-cont2 .tip-txt p:nth-child(1) {
	margin-top: 0;
}

.business1-cont2 .tip-txt p {
	color: #808080;
	font-size: 16px;
	line-height: 1.5;
}

.ovs-dt-top .tips {
	padding-top: 40px;
}

.ovs-dt-top .tips p {
	color: #808080;
	line-height: 24px;
}

.business3 .ovs-dd-box1 {
	margin-top: 40px;
}

.business3-cont1 {
	padding-bottom: 60px;
}

.business3-cont1 h2 {
	color: #d9c28c;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 14px;
}

.business3-cont1 h5 {
	color: #4c4c4c;
	font-size: 16px;
	line-height: 24px;
}

.business3-cont1 .left {
	float: left;
	width: 32.8%;
}

.business3-cont1 .auto {
	border-top: 3px solid #f0ead9;
	padding-top: 30px;
}

.business3-cont1 .auto:before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 26px;
	height: 0;
	border-top: 3px solid #fa0010;
}

.business3-cont1 .right {
	float: right;
	width: 67.2%;
}



.business3-cont1 .text h4 {
	color: #e40009;
	font-size: 36px;
	line-height: 27px;
	font-family: "Brandon Grotesque";
	margin-bottom: 12px;
	letter-spacing: -2px;
}

.business3-cont1 .text p {
	color: #808080;
	line-height: 24px;
}

.business3-cont1 .lite {
	margin-left: -14px;
	margin-bottom: 6px;
	margin-top: 30px;
}

.business3-cont1 .lite .item {
	float: left;
	width: calc(50% - 14px);
	margin-left: 14px;
	height: 140px;
	background: url(../images/business/business3-cont1-lite.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 14px;
	padding: 46px 20px 0 40px;
}


.business3-cont1 .lite .item .ic {
	display: inline-block;
	vertical-align: middle;
	height: 47px;
	width: 56px;
	padding-top: 2px;
}

.business3-cont1 .lite .item .co {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
}

.business3-cont1 .lite h6 {
	color: #a0906d;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 7px;
}

.business3-cont1 .lite p {
	color: #c5b590;
	font-size: 15px;
}


.business3-cont1 .erLite {
	margin-left: -14px;
	margin-top: 30px;
}

.business3-cont1 .erLite .item {
	float: left;
	width: calc(33.33% - 14px);
	margin-left: 14px;
	height: 200px;
	background: url(../images/business/business3-cont1-lite2.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 14px;
	padding: 30px 20px;
}

.business3-cont1 .erLite .ic {
	height: 60px;
}

.business3-cont1 .erLite h6 {
	color: #a0906d;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 7px;
}

.business3-cont1 .erLite p {
	color: #c5b590;
	font-size: 15px;
}

.business3-cont1 .tcu-btn {
	width: 176px;
	height: 60px;
	background-color: #e7380d;
	color: #f4f0e3;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	transition: all .3s;
}

.business3-cont1 .tcu-btn:hover {
	background-color: #878787;
}

.business3-cont1 .royuList .li {
	float: left;
	width: 50%;
	color: #808080;
	font-size: 16px;
	line-height: 26px;
	padding-right: 30px;
	margin-bottom: 30px;
}

.business3-cont1 .royuList .li span {
	display: inline-block;
	font-family: "Brandon Grotesque";
	font-size: 36px;
	color: #d9c28c;
	transform: translateY(4px);
	margin-right: 2px;
	margin-top: 6px;

}

.business3-cont1 .royuList .li em {
	display: inline-block;
	letter-spacing: -1px;
}


.business3-cont2 {
	background-color: #f6f3ed;
	padding-bottom: 80px;
}

.business3-cont2 .kun-dt {
	padding: 34px 0;
	text-align: right;
}

.business3-cont2 .kun-dd:nth-child(3) .li,
.business3-cont2 .kun-dd:nth-child(4) .li,
.business3-cont2 .kun-dd:nth-child(5) .li,
.business3-cont2 .kun-dd:nth-child(6) .li {
	animation-name: fadeInUp50 !important;
	visibility: visible !important;
}

.business3-cont2 .kun-dt .li {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	margin-left: 38px;
	position: relative;
	color: #bda475;
	transition: all .3;
	cursor: pointer;
	user-select: none;
}

.business3-cont2 .kun-dt .li.active {
	color: #e40009;
}

.business3-cont2 .kun-dt .li:first-child:before {
	display: none;
}

.business3-cont2 .kun-dt .li:before {
	content: "";
	position: absolute;
	left: -22px;
	top: 50%;
	width: 0;
	height: 8px;
	transform: translateY(-50%);
	border-left: 3px solid #d4c9b2;
	cursor: default;
}



.business3-cont2 .list {
	margin-right: -10px;
}

.business3-cont2 .list .li:nth-child(1),
.business3-cont2 .list .li:nth-child(2),
.business3-cont2 .list .li:nth-child(3) {
	margin-top: 0;
}

.business3-cont2 .list .li {
	float: left;
	width: calc(33.33% - 10px);
	height: 350px;
	margin-right: 10px;
	margin-top: 40px;
	border-bottom: 3px solid #f0eadc;
}

.business3 .ovs-dd-box2 .ovs-dd:nth-child(1) .business3-cont2 .kun-dd:nth-child(2) .list .li {
	height: 390px;
}

.business3-cont2 .list .li.none {
	cursor: default !important;
}


.business4 .business3-cont2 .kun-dd .list .li {
	height: 292px;
}

.business3-cont2 .list .img {
	height: 239px;

}

.business3-cont2 .list .bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.business3-cont2 .list .con {
	padding-top: 17px;
}

.business3-cont2 .list h5 {
	color: #f0352d;
	font-size: 18px;
	line-height: 1.1;
	margin-bottom: 6px;
}

.business3-cont2 .list p {
	color: #515151;
	font-size: 15px;
	line-height: 22px;
}

.investor1-cont1 {
	padding: 80px 0 60px;
}

.investor1-cont1 .top {
	margin-bottom: 40px;
}

.investor1-cont1 .top p:first-child {
	margin-top: 0;
}

.investor1-cont1 .top p {
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	margin-top: 20px;
}

.investor1-cont1 .list .li {
	float: left;
	width: 33.33%;
	height: 168px;
	background: url(../images/investor/investor1-cont1-li.jpg) no-repeat center;
	background-size: cover;
	padding: 49px 37px 0;
	position: relative;
}

.investor1-cont1 .list .co {
	position: relative;
	z-index: 10;
}

.investor1-cont1 .list .icon {
	float: left;
	margin-right: 19px;
}

.investor1-cont1 .list h5 {
	color: #928a75;
	font-size: 24px;
	line-height: 30px;
	float: left;
	/* width: 125px; */
	width: calc(100% - 100px);
	transition: all .8s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
}

.investor1-cont1 .list .li:hover h5 {
	color: #FFF;
}

.investor1-cont1 .list .li::before {
	content: "";
	position: absolute;
	left: 0;
	/* top: 0; */
	bottom: 0;
	width: 100%;
	/* height: 0; */
	height: 100%;
	background: url(../images/investor/investor1-cont1-li-af.jpg) no-repeat center;
	background-size: cover;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}

.investor1-cont1 .list .li:hover::before {
	height: 100%;
	opacity: 1;

}

.investor1-cont1 .list .down {
	width: 140px;
	height: 60px;
	background-color: #e7380d;
	line-height: 60px;
	/* padding-left: 18px; */
	text-align: center;
	text-transform: uppercase;
	font-family: Hankook;
	color: #FFF;
	position: absolute;
	right: 40px;
	top: 52px;
	z-index: 30;
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s .1s;

}

.investor1-cont1 .list .li:hover .down {
	transform: translateY(0);
	opacity: 1;
}

/* investor6-cont1 */
.investor6-cont1 {
	padding: 80px 0 90px;
}

.investor6-cont1 .left {
	float: left;
	width: 28%;
}

.investor6-cont1 .right {
	float: right;
	width: 67.2%;
}

.investor6-cont1 .right .tips-text {
	margin-bottom: 24px;
}

.investor6-cont1 .right .tips-text h3 {
	color: #4c4c4c;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}

.form-box {
	margin-left: -12px;
}

.form-box .dl {
	float: left;
	width: calc(50% - 12px);
	margin-left: 12px;
	margin-top: 12px;
	height: 60px;
	border: 1px solid #eae7e2;
	background-color: #f9f8f6;
}


.form-box .dl:nth-child(2),
.form-box .dl:nth-child(1) {
	margin-top: 0;
}

.form-box .dt {
	float: left;
	height: 100%;
	padding: 0 20px;
	line-height: 58px;
	color: #a6a095;
}

.form-box .dd {
	float: left;
	width: 100%;
	height: 100%;
	padding-right: 20px;
	padding-left: 20px;
}



.form-box .dd .inp {
	width: 100%;
	height: 100%;
	display: block;
	color: #808080;
}

.form-box .yz-dl {
	background-color: transparent;
	border: none;
}

.form-box .yz-dl .box {
	float: left;
	width: calc(100% - 160px);
	height: 100%;
	background-color: #f9f8f6;
	border: 1px solid #eae7e2;
}

.form-box .yz-dl .yz {
	float: right;
	border: 1px solid #eae7e2;
	cursor: pointer;
	width: 150px;
	height: 100%;
}

.laydateTime {
	width: 100%;
	height: 100%;
	background: url(../images/year-down-ic2.png) no-repeat right center;
	color: #808080;
}

.submit-btn {
	width: 130px;
	height: 60px;
	background-color: #e7380d;
	font-size: 0;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	transition: all .3s;
}

.submit-btn:hover {
	background-color: #878787;
}

.submit-btn .ic {
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}

.submit-btn span {
	display: inline-block;
	color: #f4f0e3;
	font-size: 16px;
	line-height: 60px;
	vertical-align: middle;
}

.investor6-cont1 .bom-box {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 3px solid #e2dad1;
}

.investor6-cont1 .bom-box h5 {
	color: #4c4c4c;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 18px;
}

.investor6-cont1 .bom-box p {
	color: #808080;
	line-height: 26px;
}

.investor6-cont1 .bom-box .btn {
	margin-top: 24px;
	width: 130px;
	height: 60px;
	background-color: #e7380d;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #f4f0e3;
	cursor: pointer;
}

.investor6-cont1 .right .tips-text p {
	color: #808080;
}

.socialResponsibility1-cont1 .auto {
	padding: 80px 0 100px;
	background: url(../images/socialResponsibility/socialResponsibility1-cont1-bt.png) no-repeat left bottom 15px;
}

.socialResponsibility1-cont1 .left {
	float: left;
	width: 29.2%;

}

.socialResponsibility1-cont1 .right {
	float: right;
	width: 67.1%;

}

.tux-title {
	border-top: 3px solid #f0ead9;
	padding-top: 18px;
	position: relative;
}

.tux-title::before {
	content: "";
	display: block;
	width: 24px;
	height: 0;
	border-top: 3px solid #fa0010;
	margin-top: -3px;
	position: absolute;
	left: 0;
	top: 0;
}

.tux-title .t1 {
	color: #afb599;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
}

.tux-title .t2 {
	color: rgba(101, 101, 101, .6);
	font-size: 42px;
	line-height: 36px;
	font-family: "Arturito Slab";
	text-transform: uppercase;
}

.socialResponsibility1-cont1 .text {
	margin-top: -4px;
}

.socialResponsibility1-cont1 .text p:first-child {
	margin-top: 0;
}

.socialResponsibility1-cont1 .text p {
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 24px;
	margin-top: 24px;
}

.socialResponsibility1-cont1 .text p.tips {
	color: #00a651;
}

.socialResponsibility1-cont1 .it-card {
	margin-top: 45px;
	font-size: 0;
}

.socialResponsibility1-cont1 .it-card .it:first-child {
	margin-left: 0;
}

.socialResponsibility1-cont1 .it-card .it {
	display: inline-block;
	margin-left: 40px;
	width: 301px;
}

.socialResponsibility1-cont1 .it-card .item {
	position: relative;
}

.socialResponsibility1-cont1 .it-card .item::before {
	content: "";
	width: 351px;
	height: 111px;
	background: url(../images/socialResponsibility/socialResponsibility1-cont1-bx.png) no-repeat 0 0;
	position: absolute;
	bottom: -4px;
	left: -25px;
}

.socialResponsibility1-cont1 .it-card img {
	position: relative;
	z-index: 10;
}

.socialResponsibility1-cont2 {
	background-color: #00a651;
	padding: 80px 0 56px;
}

.socialResponsibility1-cont2 .left {
	float: left;
	width: 29.2%;

}

.socialResponsibility1-cont2 .right {
	float: right;
	width: 67.1%;
}

.socialResponsibility1-cont2 .tux-title .t1 {
	color: #FFF;
}

.socialResponsibility1-cont2 .tux-title .t2 {
	color: #FFF;
}

.socialResponsibility1-cont2 .text {
	margin-top: -4px;
}

.socialResponsibility1-cont2 .text p:first-child {
	margin-top: 0;
}

.socialResponsibility1-cont2 .text p {
	color: #FFF;
	font-size: 15px;
	line-height: 24px;
	margin-top: 24px;
}

.socialResponsibility1-cont2 .card {
	height: 293px;
	background: url(../images/socialResponsibility/socialResponsibility1-cont2-card.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 40px 0;
	margin-top: 40px;
}

.socialResponsibility1-cont2 .card .p {
	float: right;
	color: rgba(0, 0, 0, .5);
	font-size: 15px;
	line-height: 24px;
}

.socialResponsibility1-cont3 {
	padding: 80px 0 56px;
}

.socialResponsibility1-cont3 .left {
	float: left;
	width: 29.2%;

}

.socialResponsibility1-cont3 .right {
	float: right;
	width: 67.1%;
}

.socialResponsibility1-cont3 .text {
	margin-top: -4px;
}

.socialResponsibility1-cont3 .text p:first-child {
	margin-top: 0;
}

.socialResponsibility1-cont3 .text p {
	color: rgba(0, 0, 0, .6);
	font-size: 15px;
	line-height: 24px;
	margin-top: 24px;
}

.socialResponsibility1-cont3 .text p.tips {
	color: #00a651;
}

.socialResponsibility1-cont3 .card {
	margin-left: -10px;
	margin-top: 40px;
}

.socialResponsibility1-cont3 .card .item {
	float: left;
	width: calc(50% - 10px);
	margin-left: 10px;
}

.socialResponsibility1-cont4 {
	padding-top: 80px;
	height: 473px;
	background: url(../images/socialResponsibility/socialResponsibility1-cont4-bg.jpg) no-repeat center;
	background-size: cover;
}

.socialResponsibility1-cont4 .tux-title {
	width: 29.2%;
	margin-bottom: 20px;
}

.socialResponsibility1-cont4 .tux-title .t1 {
	color: #FFF;
}

.socialResponsibility1-cont4 .tux-title .t2 {
	color: #FFF;
}

.socialResponsibility1-cont4 .text {
	width: 66%;
}

.socialResponsibility1-cont4 p {
	color: #FFF;
	font-size: 15px;
	line-height: 24px;
}

.contact1-cont1 {
	padding: 80px 0 53px;
}

.contact1-cont1 .left {
	float: left;
	width: 30%;
}

.contact1-cont1 .right {
	float: right;
	width: 67.2%;
}

.contact1-cont1 .shares h5 {
	color: #08a000;
	font-size: 36px;
	line-height: 28px;
	margin-bottom: 14px;
	font-family: 'Brandon Grotesque';
}

.contact1-cont1 .shares h5.up {
	color: #e40009;
}

.contact1-cont1 .shares h6 {
	color: #50575e;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 12px;
	font-family: "Hankook KR TTF";
}

.contact1-cont1 .shares .tips {
	color: #50575e;
	line-height: 20px;
	font-size: 14px;
}

.contact1-cont1 .box {
	overflow: hidden;
}

.contact1-cont1 .box ul {
	float: left;
	width: 49%;
	margin-bottom: 5px;
}

.contact1-cont1 .box li {
	color: #50575e;
	font-size: 15px;
	line-height: 24px;
	
}

.contact1-cont1 .bom {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 3px solid #f0ead9;
	position: relative;
}

.contact1-cont1 .bom::before {
	content: "";
	position: absolute;
	left: 0;
	top: -3px;
	width: 24px;
	height: 0;
	border-top: 3px solid #fa0010;
}



.contact1-cont1 .bom ul {
	float: left;
	width: 33.33%;
}

.contact1-cont1 .bom li {
	color: #bea989;
	font-size: 15px;
	line-height: 24px;
	 
}

.investorNew1-cont1 {
	padding: 80px 0 80px;
}

.investorNew1-cont1 .tips {
	margin-top: -80px;
}

.investorNew1-cont1 .left {
	float: left;
	width: 28%;
}

.investorNew1-cont1 .right {
	float: right;
	width: 67.2%;
}

.coTilte .cn {
	color: #666666;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: 300;
}

.coTilte .en {
	color: #e9e4d5;
	font-size: 42px;
	line-height: .9;
	font-family: "Arturito Slab";
	text-transform: uppercase;
	letter-spacing: -2px;
}

.investorNew1-cont1 .list {
	margin-right: -8px;
	margin-top: -40px;
}

.investorNew1-cont1 .list .li {
	float: left;
	width: calc(25% - 8px);
	margin-top: 40px;
	margin-right: 8px;
}

/* === */
.investorNew1-cont1 .list .li .img {
	position: relative;
}

.investorNew1-cont1 .list .li .img::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 20;
	opacity: 0;
	transition: all .3s;
}

.investorNew1-cont1 .list .li .img .btn {
	width: 140px;
	height: 60px;
	background: #e40009 url(../images/investor/investorNew1-pdf.png) no-repeat 12px center;
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 40px;
	z-index: 30;
	padding-left: 65px;
	line-height: 60px;
	color: #FFF;
	font-size: 15px;
	opacity: 0;
	transition: all .3s;
}

.investorNew1-cont1 .list .li .img img {
	border: 2px solid #f5f2ef;
}

.investorNew1-cont1 .list .li:hover .img::before {
	opacity: 1;
}

.investorNew1-cont1 .list .li:hover .img .btn {
	opacity: 1;
}

/* === */
.investorNew1-cont1 .list .bo {
	padding-top: 16px;
}

.investorNew1-cont1 .list h5 {
	color: #ff9800;
	font-size: 36px;
	line-height: .8;
	font-family: "Arturito Slab";
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.investorNew1-cont1 .list h6 {
	color: rgba(0, 0, 0, .5);
	font-size: 15px;
	line-height: 1.3;
}

.investorNew2-cont1 .tips {
	padding: 26px 0;
	font-size: 0;
	text-align: right;
	vertical-align: middle;
	position: relative;
	z-index: 50;
}

.investorNew2-cont1 .tips .ti {
	display: inline-block;
	color: #565656;
	font-size: 16px;
	line-height: 1;
	margin-right: 25px;
	vertical-align: middle;
}

.investorNew2-cont1 {
	padding: 24px 0 70px;
}

.investorNew2-cont1 .left {
	float: left;
	width: 28%;
	padding-top: 75px;
}

.investorNew2-cont1 .right {
	float: right;
	width: 67.2%;
}

.investorNew3-cont1 {
	padding-bottom: 80px;
}

.investorNew1-cont1 .tips,
.investorNew3-cont1 .tips {
	padding: 26px 0;
	font-size: 0;
	text-align: right;
	vertical-align: middle;
	position: relative;
	z-index: 50;
}

.investorNew1-cont1 .tips .ti,
.investorNew3-cont1 .tips .ti {
	display: inline-block;
	color: #565656;
	font-size: 16px;
	line-height: 1;
	margin-right: 25px;
	vertical-align: middle;
}

.investorNew3-cont1 .left {
	float: left;
	width: 28%;
}

.investorNew3-cont1 .right {
	float: right;
	width: 67.2%;
}

.investorNew3-cont1 .list {
	margin-right: -7px;
	margin-top: -40px;
}

.investorNew3-cont1 .list .li {
	float: left;
	margin-right: 7px;
	margin-top: 40px;
	width: calc(50% - 7px);
}

.list .img img {
	width: 100%;
}

.investorNew3-cont1 .list .bo {
	height: 110px;
	position: relative;
	background: #f9f6f0 url(../images/pdf-icon2.jpg) no-repeat right 33px center;
}

.investorNew3-cont1 .list .bo p {
	color: #565656;
	font-size: 16px;
	line-height: 19px;
	position: absolute;
	left: 30px;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
}


.investorNew4-cont1 {
	padding-bottom: 80px;
}

.investorNew4-cont1 .tips {
	padding: 26px 0;
	font-size: 0;
	text-align: right;
	vertical-align: middle;
	position: relative;
	z-index: 50;
}

.investorNew4-cont1 .tips .ti {
	display: inline-block;
	color: #565656;
	font-size: 16px;
	line-height: 1;
	margin-right: 25px;
	vertical-align: middle;
}

.investorNew4-cont1 .left {
	float: left;
	width: 28%;
}

.investorNew4-cont1 .right {
	float: right;
	width: 67.2%;
	border-top: 3px solid #e2dad1;
}

.structure-card {
	padding: 80px 0;
}

.structure-card .dl-left {
	float: left;
	width: calc(100% - 790px);
	position: relative;
}

.structure-card .dl-right {
	float: right;
	width: 790px;

}

.structure-card .dt {
	width: 245px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: rgba(79, 79, 79, .7);
	font-size: 17px;
	background-color: #ebe9e3;
	/* overflow: hidden; */
}

.structure-card .dl-right .dt {
	background-color: #f0efeb;

}

.structure-card .dl-right .dt .cto {
	overflow: hidden;
}

.structure-card .dl-left .dt::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 32px;
	width: 50%;
	height: 0;
	border-top: 4px solid #f4f2ef;
	transform: translateY(-50%);
}

.structure-card .dl-left .dt span {
	position: absolute;
	left: 75%;
	top: 0;
	margin-left: -40px;
	/* transform: translateX(-50%); */
	color: #e40009;
	font-size: 31px;
	font-family: "Brandon Grotesque";
	letter-spacing: -1px;
}

.structure-card .dl-right .dt {
	width: 216px;
	margin-bottom: 78px;
	position: relative;
}

.structure-card .dl-right .dt::before {
	content: "";
	position: absolute;
	left: 93px;
	top: 100%;
	height: 46px;
	width: 0;
	border-left: 4px solid #ebe9e3;
}

.structure-card .dl-right .list {
	font-size: 0;
	width: 717px;
}

.structure-card .dl-right .list li:first-child {
	margin-left: 0;
}

.structure-card .dl-right .list li {
	display: inline-block;
	width: 56px;
	height: 340px;
	padding: 20px 20px 0;
	background-color: #f2f1ed;
	margin-left: 10px;
	position: relative;
	font-size: 15px;
	line-height: 1.1;
	vertical-align: top;
	color: #b4b1a7;
	writing-mode: vertical-rl;
	background-position: center bottom 17px;
	background-repeat: no-repeat;
	cursor: default;
	transition: all .3s;

}

.structure-card .dl-right .list li.ove {
	background-color: #d3d2ce;
	color: #7f7d76;
}

.structure-card .dl-right .list li::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -36px;
	height: 36px;
	border-left: 4px solid #ebe9e3;
	margin-left: -1px;
}

.structure-card .dl-right .list ul {
	position: relative;
}

.structure-card .dl-right .list ul::before {
	content: "";
	position: absolute;
	top: -36px;
	left: 27px;
	right: 27px;
	border-top: 4px solid #ebe9e3;
}

.structure-card .dl-right .list li span {
	/* width: 20px; */
	display: inline-block;
	/* transform-origin: 0 0;
    transform: rotate(90deg);
    margin-left: 18px; */
	/* margin-left: 2px; */
	transform: translateX(2px);
}

.structure-card .dl-right .list li.s1 {
	background-image: url(../images/about/about2-s1.png);
}

.structure-card .dl-right .list li.s2 {
	background-image: url(../images/about/about2-s2.png);
}

.structure-card .dl-right .list li.s3 {
	background-image: url(../images/about/about2-s3.png);
}

.structure-card .tips {
	padding-top: 45px;
	clear: both;
}

.structure-card .tips p:first-child {
	margin-top: 0;
}

.structure-card .tips p {
	margin-top: 10px;
}

.structure-card .tips span {
	width: 40px;
	display: inline-block;
	color: rgba(0, 0, 0, .6);
	line-height: 1;
	font-size: 14px;
}

.structure-card .tips .ic {
	transform: translateY(-3px);
}

.structure-card-en-box {
	padding: 80px 0;
}

.structure-card-en-box .dl-left {
	float: left;
	width: calc(100% - 790px);
	position: relative;
}

.structure-card-en-box .dl-right {
	float: right;
	width: 790px;

}

.structure-card-en-box .dt {
	width: 245px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: rgba(79, 79, 79, .7);
	font-size: 17px;
	background-color: #ebe9e3;
	/* overflow: hidden; */
}

.structure-card-en-box .dl-right .dt {
	background-color: #f0efeb;

}

.structure-card-en-box .dl-right .dt .cto {
	overflow: hidden;
}

.structure-card-en-box .dl-left .dt::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 32px;
	width: 50%;
	height: 0;
	border-top: 4px solid #f4f2ef;
	transform: translateY(-50%);
}

.structure-card-en-box .dl-left .dt span {
	position: absolute;
	left: 75%;
	top: 0;
	margin-left: -40px;
	/* transform: translateX(-50%); */
	color: #e40009;
	font-size: 31px;
	font-family: "Brandon Grotesque";
	letter-spacing: -1px;
}

.structure-card-en-box .dl-right .dt {
	width: 216px;
	margin-bottom: 78px;
	position: relative;
}

.structure-card-en-box .dl-right .dt::before {
	content: "";
	position: absolute;
	left: 93px;
	top: 100%;
	height: 46px;
	width: 0;
	border-left: 4px solid #ebe9e3;
}

.structure-card-en-box .dl-right .list {
	font-size: 0;
	width: 717px;
}

.structure-card-en-box .dl-right .list li:first-child {
	margin-left: 0;
}

.structure-card-en-box .dl-right .list li {
	display: inline-block;
	width: 56px;
	height: 340px;
	padding: 20px 20px 0;
	background-color: #f2f1ed;
	margin-left: 10px;
	position: relative;
	font-size: 15px;
	line-height: 1.1;
	vertical-align: top;
	color: #b4b1a7;
	writing-mode: vertical-rl;
	background-position: center bottom 17px;
	background-repeat: no-repeat;
	cursor: default;
	transition: all .3s;

}

.structure-card-en-box .dl-right .list li.ove {
	background-color: #d3d2ce;
	color: #7f7d76;
}

.structure-card-en-box .dl-right .list li::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -36px;
	height: 36px;
	border-left: 4px solid #ebe9e3;
	margin-left: -1px;
}

.structure-card-en-box .dl-right .list ul {
	position: relative;
}

.structure-card-en-box .dl-right .list ul::before {
	content: "";
	position: absolute;
	top: -36px;
	left: 27px;
	right: 27px;
	border-top: 4px solid #ebe9e3;
}

.structure-card-en-box .dl-right .list li span {
	/* width: 20px; */
	display: inline-block;
	/* transform-origin: 0 0;
    transform: rotate(90deg);
    margin-left: 18px; */
	/* margin-left: 2px; */
	transform: translateX(2px);
}

.structure-card-en-box .dl-right .list li.s1 {
	background-image: url(../images/about/about2-s1.png);
}

.structure-card-en-box .dl-right .list li.s2 {
	background-image: url(../images/about/about2-s2.png);
}

.structure-card-en-box .dl-right .list li.s3 {
	background-image: url(../images/about/about2-s3.png);
}

.structure-card-en-box .tips {
	padding-top: 45px;
	clear: both;
}

.structure-card-en-box .tips p:first-child {
	margin-top: 0;
}

.structure-card-en-box .tips p {
	margin-top: 10px;
}

.structure-card-en-box .tips span {
	width: 40px;
	display: inline-block;
	color: rgba(0, 0, 0, .6);
	line-height: 1;
	font-size: 14px;
}

.structure-card-en-box .tips .ic {
	transform: translateY(-3px);
}

.structure-card-en-box .dl-right .dt {
	float: left;
}

.structure-card-en-box .dl-right .list {
	float: left;
	width: 340px;
	margin-left: 77px;

}

.structure-card-en-box .dl-right .list li {
	display: block;
	margin-left: 0;
	width: 100%;
	height: auto;
	padding: 20px;
	margin-bottom: 10px;
	writing-mode: inherit;
	background-position: center right 14px;
}

.structure-card-en-box .dl-left,
.structure-card-en-box .dl-right .dt {
	margin-top: 329px;
}

.structure-card-en-box .dl-right .list li.s2 {
	background-image: url(../images/about/about2-sx2.png);
}

.structure-card-en-box .dl-right .list li.s3 {
	background-image: url(../images/about/about2-sx3.png);
}

.structure-card-en-box .dl-right .dt::before {
	height: 0;
	width: 40px;
	border-left: 0;
	border-top: 4px solid #ebe9e3;
	left: 100%;
	top: 50%;
	margin-top: -2px;
}

.structure-card-en-box .dl-right .list ul::before {
	left: -38px;
	top: 26px;
	bottom: 27px;
	right: auto;
	border-top: none;
	border-left: 4px solid #ebe9e3;
}

.structure-card-en-box .dl-right .list li::before {
	width: 36px;
	height: 0;
	border-left: none;
	border-top: 4px solid #ebe9e3;
	left: -35px;
	top: 50%;
	margin-top: -2px;
}

.structure-card-en-box .dl-right .tips {
	clear: both;
}


.about4-cont1 {
	padding: 80px 0 80px;
}

.about4-cont1 .left {
	float: left;
	width: 28%;
}

.about4-cont1 .right {
	float: right;
	width: 67.2%;
}

.about4-cont1 .yux-dt {
	height: 80px;
	border-bottom: 3px solid #e2dad1;
	margin-bottom: 40px;
	margin-top: -80px;
	text-align: right;
}

.about4-cont1 .yux-dt li {
	display: inline-block;
	line-height: 1.2;
	margin-left: 40px;
	padding-top: 30px;
	font-size: 16px;
	cursor: pointer;
}

.about4-cont1 .yux-dt li.active {
	color: #da0009;
}

.about4-cont1 .yux-dd .to p {
	color: #4f4f4f;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;

}


.about4-cont1 .yux-dd .list .li {
	float: left;
	/* width: 33.33%; */
	width: 50%;
	height: 168px;
	background: url(../images/investor/investor1-cont1-li.jpg) no-repeat center;
	background-size: cover;
	padding: 49px 37px 0;
	position: relative;
}

.about4-cont1 .yux-dd .list .co {
	position: relative;
	z-index: 10;
}

.about4-cont1 .yux-dd .list .icon {
	float: left;
	margin-right: 19px;
}

.about4-cont1 .yux-dd .list h5 {
	color: #928a75;
	font-size: 24px;
	line-height: 30px;
	float: left;
	/* width: 125px; */
	width: calc(100% - 230px);
	transition: all .8s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
}

.about4-cont1 .yux-dd .list .li:hover h5 {
	color: #FFF;
}

.about4-cont1 .yux-dd .list .li::before {
	content: "";
	position: absolute;
	left: 0;
	/* top: 0; */
	bottom: 0;
	width: 100%;
	/* height: 0; */
	height: 100%;
	background: url(../images/investor/investor1-cont1-li-af.jpg) no-repeat center;
	background-size: cover;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}

.about4-cont1 .yux-dd .list .li:hover::before {
	height: 100%;
	opacity: 1;

}

.about4-cont1 .yux-dd .list .down {
	width: 140px;
	height: 60px;
	background-color: #e7380d;
	line-height: 60px;
	/* padding-left: 18px; */
	text-align: center;
	text-transform: uppercase;
	font-family: Hankook;
	color: #FFF;
	position: absolute;
	right: 40px;
	top: 52px;
	z-index: 30;
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s .1s;

}

.about4-cont1 .yux-dd .list .li:hover .down {
	transform: translateY(0);
	opacity: 1;
}

.about7-cont1 {
	padding: 80px 0 80px;
}

.about7-cont1 .left {
	float: left;
	width: 28%;
}

.about7-cont1 .right {
	float: right;
	width: 67.2%;
}

.about7-cont1 .right dl:first-child {
	margin-top: 0;
}

.about7-cont1 .right dl {
	margin-top: 22px;
}

.about7-cont1 .right dt {
	color: #000;
	font-size: 15px;
	line-height: 24px;

}

.about7-cont1 .right dd {
	color: #8d8d8d;
	font-size: 15px;
	line-height: 24px;

}

#footer .foorlaw {
	cursor: pointer;
	transition: all .3s;
}

.foorlaw-pop .titl h2 {
	opacity: 1;
	color: #808080;
	font-size: 20px;

}

.foorlaw-pop .titl h1 {
	font-size: 36px;
	font-family: 'Rajdhani';
	color: #e50000;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.foorlaw-pop .titl h1 em {
	color: #595959;
	margin-left: 10px;
}

.foorlaw-pop .text {
	margin-top: 25px;
	overflow-y: auto;
	padding-right: 5px;
}

.foorlaw-pop .text p {
	font-size: 14px;
	color: #808080;
	line-height: 26px;
	margin-bottom: 25px;
}

.foorlaw-pop .text h1 {
	font-size: 17px;
	color: #4c4c4c;
	margin-bottom: 5px;
}

.foorlaw-pop .pop-cont {
	padding: 40px;
}

.business4-bomCard {
	height: 500px;
	background: url(../images/business/business4-bomCard-bg.jpg) no-repeat center;
	background-size: cover;
}

.business4-bomCard .cont {
	float: right;
	margin-top: 180px;
	max-width: 550px;
}

.business4-bomCard h3 {
	color: #FFF;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 300;
}

.business4-bomCard p {
	color: #FFF;
	font-size: 16px;
	line-height: 25px;

}


#mobileHeader {
	display: none;
}

/* === */
.about8-cont1 {
	padding: 80px 0 90px;
}

.about8-cont1 .card {
	margin-top: 30px;
}

.about8-cont1 .card .dl {
	float: left;
	height: 319px;
	width: 33.33%;
	padding: 65px 30px 0 135px;
	position: relative;
}

.about8-cont1 .card .dl:nth-child(1) {
	background: url(../images/about/about8-cont1-bg1.png) no-repeat center;
	background-size: cover;
}

.about8-cont1 .card .dl:nth-child(2) {
	background: url(../images/about/about8-cont1-bg2.png) no-repeat center;
	background-size: cover;
}

.about8-cont1 .card .dl:nth-child(3) {
	background: url(../images/about/about8-cont1-bg3.jpg) no-repeat center;
	background-size: cover;
}

.about8-cont1 .card .ic {
	position: absolute;
	left: 40px;
	top: 40px;
}

.about8-cont1 .card h4 {
	color: #a48742;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 24px;
}

.about8-cont1 .card h5 {
	color: #73695c;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 6px;
	margin-top: 14px;
}

.about8-cont1 .card p {
	color: #998c7a;
}

.about8-cont1 .card ul::after {
	content: "";
	display: block;
	clear: both;
}

.about8-cont1 .card ul {
	margin-right: -14px;
	margin-top: -14px;
}

.about8-cont1 .card ul li {
	float: left;
	width: 50%;
	padding-right: 14px;
}

.about9-cont1 {
	padding: 80px 0;
}

.about9-cont1 .left {
	float: left;
	width: 28%;
}

.about9-cont1 .right {
	float: right;
	width: 67.2%;
}

.about9-cont1 .list {
	border-top: 3px solid #f0ead9;
}

.about9-cont1 .list .li {
	padding: 28px 0;
	border-bottom: 1px solid #e6e3e1;
	cursor: default;
	position: relative;
}

.about9-cont1 .list .img {
	display: none;
	position: absolute;
	left: -420px;
	top: 50%;
	transform: translateY(-50%);
	width: 240px;
	box-shadow: 0 0 40px 0 rgba(191, 178, 154, .5);
	animation: fadeIn 1s ease forwards;
}

.about9-cont1 .list .img img {
	width: 100%;
}

.about9-cont1 .list .li:hover .img {
	display: block;
}

.about9-cont1 .news-more {
	float: left;
}

.about9-cont1 .list p {
	padding-left: 16px;
	position: relative;
	font-size: 15px;
	line-height: 24px;
	color: #808080;
	transition: all .3s;
}

.about9-cont1 .list p::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #db0109;
	position: absolute;
	left: 0;
	top: 9px;
}

.about9-cont1 .list .li .cont {
	transition: all .3s;
}

.about9-cont1 .list .li:hover .cont {
	transform: translateX(20px);
}

.about9-cont1 .list .li:hover p {
	color: #db0109;
}


/* == */
.investorNew3-cont1 .list2 {
	margin-left: -7px;
}

.investorNew3-cont1 .list2 .item {
	float: left;
	width: calc(50% - 7px);
	height: 246px;
	background-color: #edeade;
	background-image: url(../images/investor/investorNew3-cont1-pdf.png);
	background-repeat: no-repeat;
	background-position: right 40px bottom 40px;
	transition: all .3s;
	margin-left: 7px;
	margin-bottom: 34px;
	padding: 66px 34px 0;
	transition: all .3s;
}

.investorNew3-cont1 .list2 .item:hover {
	background-color: #e40009;
	background-image: url(../images/investor/investorNew3-cont1-pdf2.png);
}

.investorNew3-cont1 .list2 .yes {
	color: #3e3d4f;
	font-size: 60px;
	line-height: 45px;
	font-family: "DIN 1451 Std";
	margin-bottom: 10px;
	transition: all .3s;

}

.investorNew3-cont1 .list2 p {
	color: #3e3d4f;
	font-size: 18px;
	line-height: 22px;
	height: 46px;
	margin-bottom: 14px;
	padding-right: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
	transition: all .3s;
}

.investorNew3-cont1 .list2 .time {
	color: #565656;
	font-size: 15px;
	line-height: 13px;
	font-family: "GE Sans";
	transition: all .3s;

}

.investorNew3-cont1 .list2 .item:hover .yes {
	color: #FFF;
}

.investorNew3-cont1 .list2 .item:hover p {
	color: #FFF;
}

.investorNew3-cont1 .list2 .item:hover .time {
	color: #FFF;
}




/* 笔记本 */
@media (max-width:1360px) {
	.auto {
		width: 1060px;
	}

	.about4-cont1 .yux-dd .list h5 {
		width: calc(100% - 160px);
	}

	.about4-cont1 .yux-dd .list .li:hover .down {
		transform: translateX(44px) translateY(0) scale(.7);
	}

	.about4-cont1 .yux-dd .list .li .down {
		transform: translateX(44px) translateY(30px) scale(.7);
	}

	.child-nav .left h2 {
		font-size: 32px;
		line-height: 1;
	}

	.structure-card-en-box .dl-right {
		width: 634px;
	}

	.structure-card-en-box .dl-left .dt::before {
		left: 245px;
		width: 180px;
	}

	.structure-card-en-box .dl-left .dt span {
		left: 126%;
	}

	.coTilte .en {
		font-size: 34px;
	}

	.footer .bom .left {
		width: 226px;
	}

	.footer .bom .right {
		width: 785px;
	}

	.footer .hux .dd {
		width: 72px;
	}

	.footer .hux .dl {
		margin-left: 40px;
	}

	.footer .hux .dd a {
		font-size: 14px;
	}

	.structure-card .card {
		width: 717px;
		margin: auto;
	}

	.structure-card .dl-left {
		float: none;
		width: 245px;
		margin-bottom: 80px;
	}

	.structure-card .dl-left .dt::before {
		width: 0;
		height: 80px;
		top: 63px;
		left: 93px;
		border-left: 4px solid #f4f2ef;
		border-top: 0;
		transform: translateY(0);
	}

	.structure-card .dl-left .dt span {
		left: 55px;
		top: 71px;
		margin-left: 0;
		transform: translateX(0);
	}

	.structure-card .dl-right {
		float: none;
		margin: auto;
	}

	.business3-cont1 .left {
		width: 35.8%;
	}

	.business3-cont1 .right {
		width: 64.2%;
	}

	.pop-wrap .pop-cont {
		width: 1060px;
	}

	.foorlaw-pop .close,
	.bus-pop2 .close,
	.bus-pop .close {
		right: 0;
		top: -54px;
	}

	.bus-pop .pop-cont .ri {
		height: auto;
	}


	/* == */
	.about8-cont1 .card .dl {
		padding: 30px 30px 0 30px;
		height: 370px;
	}

	.about8-cont1 .card .ic {
		position: static;
		margin-bottom: 20px;
	}

	.about9-cont1 .list .img {
		left: -347px;
	}

	.investorNew1-cont1 .list .li:hover .img .btn {
		left: 17px;
	}

}


.mobile-pop {
	display: none;
}

.index-slide .slide-inner .mobile-bg {
	display: none;
}

/* 移动端 */
@media (max-width: 1100px) {
	#wrapper {
		min-height: calc(100vh - 500px);
		z-index: auto;
	}

	.footer .group-kit .ic {
		transform: rotate(0);
	}

	.pop-wrap .pop-cont {
		padding: 30px;
	}

	.dztips-pop .pop-cont .btn {
		margin-top: 20px;
	}

	.dztips-pop .pop-cont p {
		width: 225px;
		margin: auto;
	}

	.news-details-cont1 .more {
		zoom: .8;
	}

	.news1 {
		padding-top: 75px;
	}

	.about10-cont1 {
		padding: 30px 0 200px;
		height: auto;
		background: url(../images/about/about10-cont1-bg.jpg) no-repeat left -464px bottom -39px;
		background-size: 1200px auto;
	}

	.about10-cont1 .right .top h4 {
		font-size: 40px;
		line-height: .9;
		margin-top: 14px;
	}

	.about10-cont1 .left {
		float: none;
		width: auto;
		margin-bottom: 24px;
	}

	.about10-cont1 .right {
		float: none;
		width: auto;
	}

	.about10-cont1 .left h5 {
		margin-bottom: 15px;
	}

	.about10-cont1 .left h6 {
		font-size: 22px;
		line-height: 29px;
	}

	.m-hua {
		display: block;
	}

	.mobileMouseIcon {
		display: block;
		position: fixed;
		width: 18px;
		right: 15px;
		bottom: 20px;
		z-index: 100;
		animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	}

	.m-hua {
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		padding-left: 23px;
		background: url(../images/m-hua.png) no-repeat 0 4px;
		background-size: 15px;
		margin-top: 5px;

	}

	#pox-slide .pox-4 .m-hua {
		margin-top: 20px;
	}

	#pox-slide .m-hua {
		opacity: 0;
		transition: opacity 0s .6s;
	}

	#pox-slide .pox.swiper-slide-active .m-hua {
		opacity: 1;
		transition: opacity 1s .6s;
	}

	#pox-slide .pox-4.swiper-slide-active .m-hua {
		transition: opacity 1s 1.4s;
	}

	.index-slide .swiper-pagination {
		height: 0;
		width: 100%;
		display: flex;
		justify-content: center;
		position: absolute;
		left: 0;
		bottom: 40px;
	}

	.index-slide .swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		background-color: #FFF;
		opacity: 1;
	}

	.index-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #ed001f;
	}

	#topping {
		right: 15px;
		bottom: 45px;
		width: 34px;
	}

	.stockQuote-cont1 .left,
	.stockQuote-cont1 .right {
		width: auto;
		float: none;
	}

	.stockQuote-cont1 {
		padding: 30px 0 50px;
	}

	.stockQuote-cont1 .right .box {
		height: auto;
	}

	.stockQuote-cont1 .right .box .le {
		padding: 34px 20px;
		width: auto;
		float: none;
	}

	.stockQuote-cont1 .right .box .ri {
		width: auto;
		float: none;
		padding: 34px 20px;
	}

	.stockQuote-cont1 .right .box .ri .list ul {
		margin-left: -24px;
		margin-right: -19px;
	}

	.stockQuote-cont1 .right .box .ri li {
		padding: 0 20px 0 24px;
	}

	.stockQuote-cont1 .right .tips {
		padding-left: 20px;
	}


	.investorNew3-cont1 .list2 {
		margin-left: 0;
	}

	.investorNew3-cont1 .list2 .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
		margin-top: 34px;
	}

	.investorNew3-cont1 .list2 .item:nth-child(1) {
		margin-top: 0;
	}

	.investorNew3-cont1 .list2 .item:hover {
		background-color: #edeade;
		background-image: url(../images/investor/investorNew3-cont1-pdf.png);
	}

	.investorNew3-cont1 .list2 .item:hover .yes {
		color: #3e3d4f;
	}

	.investorNew3-cont1 .list2 .item:hover p {
		color: #3e3d4f;
	}

	.investorNew3-cont1 .list2 .item:hover .time {
		color: #565656;
	}

	/* ==== */
	.investorNew1-cont1 .list .li .img::before,
	.investorNew1-cont1 .list .li:hover .img .btn {
		left: 17px;
		display: none;
	}

	/* ==== */
	.investor6-cont1 .bom-box {
		margin-top: 30px;
		padding-top: 30px;
	}

	.about8-cont1 {
		padding: 30px 0;
	}

	.about8-cont1 .card .dl {
		width: auto;
		float: none;
		margin-bottom: 20px;
	}

	.about8-cont1 .card {
		margin-top: 0;
	}

	.about8-cont1 .card .ic {
		width: 70px;
	}

	.about9-cont1 {
		padding: 30px 0;
	}

	.about9-cont1 .right {
		float: none;
		width: auto;
	}

	.about9-cont1 .left {
		float: none;
		width: auto;
	}

	.about9-cont1 .list .img {
		display: block;
		position: static;
		transform: translateY(0);
		width: 100%;
		margin: 0 auto 20px;
	}

	.about9-cont1 .news-more {
		float: right;
	}

	.about9-cont1 .list .li:hover .cont {
		transform: translateX(0);
	}

	.about9-cont1 .list .li:hover .cont p {
		color: #808080;
	}

	.about9-cont1 .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.about9-cont1 .list .li {
		float: left;
		/* width: 48%; */
		cursor: default;
	}

	.investor6-cont1 .right,
	.investor6-cont1 .left {
		float: none;
		width: auto;
	}

	.form-box {
		margin-left: 0;
	}

	.form-box .dl {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.form-box .dl.yz-dl {
		overflow: visible;
	}

	.form-box .dl:nth-child(1) {
		margin-top: 0;
	}

	.form-box .dl:nth-child(2),
	.form-box .dl:nth-child(1) {
		margin-top: 12px;
	}

	.investor6-cont1 {
		padding: 30px 0;
	}

	.investor6-cont1 .bom-box .btn,
	.submit-btn {
		width: 130px;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		margin-top: 30px;
	}

	.submit-btn span {
		line-height: 50px;
		font-size: 14px;
	}

	/* ==== */

	.investorNew1-cont1 .list .li {
		width: calc(33.33% - 8px);
	}

	.index-slide .slide-inner .mobile-bg {
		display: block;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
	}

	.structure-card-en-box .dl-right {
		width: 100%;
		margin-left: 0;
	}

	.structure-card-en-box .dl-right .list {
		width: calc(100% - 75px);
	}

	.structure-card-en-box .dl-left {
		width: 100%;
		margin-top: 0;
	}

	.structure-card-en-box .dl-right .dt {
		margin-top: 100px;
	}

	.structure-card-en-box .dl-right .list ul::before {
		bottom: 35px;
	}

	.structure-card-en-box .dl-left .dt::before {
		top: 100%;
		left: 75px;
		width: 0;
		height: 100px;
		border-left: 4px solid #ebe9e3;
		border-top: 0;
		transform: translateY(0);
	}

	.structure-card-en-box .dl-right .dt::before {
		left: 20px;
		top: 100%;
		width: 0;
		height: 443px;
		border-left: 4px solid #ebe9e3;
		border-top: 0;
	}

	.structure-card-en-box .dl-left .dt span {
		top: 80px;
		left: 80px;
	}

	.structure-card-en-box .dl-right .dt::after {
		content: "";
		position: absolute;
		left: 20px;
		top: 501px;
		width: 20px;
		height: 0;
		border-top: 4px solid #ebe9e3;
	}

	.structure-card-en-box .tips {
		margin-right: 0;
	}

	.structure-card-en-box .tips p {
		overflow: hidden;
	}

	.structure-card-en-box .tips span {
		float: left;
	}

	.structure-card-en-box .tips em {
		float: left;
		width: calc(100% - 40px);
	}

	.main-uy-btn {
		zoom: .8;
	}

	.footer .group-kit:hover .pos {
		animation: none;
		display: none;
	}

	.footer .group-kit .pos {
		bottom: 40px;
		top: auto;
	}

	.footer .group-kit .pos::after {
		bottom: auto;
		top: 100%;
	}

	.index-slide .ex-txt h1 {
		color: #f10000;
		background: none;
	}



	.auto {
		width: auto;
		padding: 0 15px;
	}

	.foorlaw-pop .pop-cont {
		padding: 30px 20px;
	}

	.foorlaw-pop .titl h1 {
		font-size: 20px;
		letter-spacing: 0;
		margin-top: 4px;
	}

	.foorlaw-pop .text p {
		margin-bottom: 20px;
	}

	#footer .foorlaw:hover,
	.footer a:hover {
		color: #FFF !important;
	}

	.footer {
		border-bottom: 0;
	}

	.footer .top {
		height: auto;

	}

	.footer .top .auto {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.footer .group-kit,
	.footer .top .right .span {
		margin-left: 10px;
	}

	.footer .uy-inp {
		height: 50px;
	}

	.footer .uy-inp .btn:hover {
		background-color: #e7380d;
	}

	.footer .uy-inp .btn {
		line-height: 50px;
		font-size: 14px;
	}

	.footer .bom .right {
		display: none;
	}

	.footer .bom .auto {
		padding: 20px 15px;
	}

	.footer .bom .left {
		width: 100%;
	}

	.footer .uy-inp {
		max-width: 400px;
	}

	.child-nav .nav,
	.nav-fiex {
		display: none;
	}

	.child-nav-wrap {
		height: auto;
	}

	.child-nav {
		position: static;
		height: auto;
	}

	.child-nav .cont {
		height: auto;
	}

	.child-nav .auto {
		padding: 0;
	}

	.child-nav .details-ct .auto {
		height: 140px;
	}

	.child-nav .left {
		display: none;
	}

	.child-nav .right {
		width: 100%;
		padding: 8vw 15px 0;
		height: 44vw;
	}

	.child-nav .right h3 {
		font-size: 4.5vw;
		line-height: 1.27;
	}

	.child-nav .right h4 {
		font-size: 2.6vw;
		line-height: 1;
	}

	.child-nav .shader {
		float: left;
	}

	.child-nav .shader .t1 {
		font-size: 6vw;
		line-height: .7;
		letter-spacing: 0;
	}

	.child-nav .shader .t2 {
		font-size: 4vw;
		line-height: 1;
	}

	.child-nav .shader .t3 {
		font-size: 4vw;
		line-height: 1.1;
	}

	.child-nav .shader .p {
		font-size: 3vw;
		line-height: 1.1;
		margin-top: 3vw;
	}

	#header .shares-lit {
		display: none;
	}

	.header-wrap,
	#indexHeader {
		display: none;
	}


	#mobileHeader {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
		height: 60px;
		background-color: #FFF;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 900;
	}

	#mobileHeader.nFixed {
		position: fixed;
	}

	#mobileHead {
		height: 60px;
	}

	#mobileHead.indexMobileHeader {
		height: 0;
	}

	.indexMobileHeader #mobileHeader {
		background-color: transparent;
	}

	#mobileHeader .logo {
		height: 26px;
	}

	#mobileHeader .logo img {
		display: block;
		height: 100%;
		width: auto;
	}

	#mobileHeader .meun-btn {
		width: 30px;
		height: 30px;
		margin-right: -7px;
		/* background: url(../images/head-menu-btn.png) no-repeat center; */
		/* background: url(../images/head-menu.png) no-repeat center;
        background-size: 16px auto; */
		position: relative;
		z-index: 100;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#mobileHeader .meun-btn .ic {
		width: 16px;
		height: 26px;
		/* background: url(../images/head-menu.png) no-repeat center; */
		background-size: 100% auto;
		overflow: hidden;
		position: relative;
	}

	#mobileHeader .meun-btn .ic::before {
		content: "";
		position: absolute;
		/* left: -100% */
		left: 0;
		top: 0;
		transform: translateX(0);
		width: 100%;
		height: 100%;
		background: url(../images/head-menu.png) no-repeat center;
		background-size: 100% auto;
		transition: all 1s;
		opacity: 1;
	}

	#mobileHeader .meun-btn .ic::after {
		content: "";
		position: absolute;
		/* left: -100% */
		left: 0;
		top: 0;
		transform: translateX(0);
		width: 100%;
		height: 100%;
		background: url(../images/head-menu-btn.png) no-repeat center;
		background-size: 100% auto;
		transition: all 1s;
		opacity: 0;
	}

	#mobileHeader.open .meun-btn .ic::before {
		opacity: 0;
	}

	#mobileHeader.open .meun-btn .ic::after {
		opacity: 1;
	}

	#mobileHeader.open .mobile-menu-pop {
		transform: translateX(-100%);
		opacity: 1;
	}

	#pox-slide .pox-bor {
		display: none;
	}

	#pox-slide .pox {
		position: relative;
	}

	.index-slide .ex-txt {
		top: 40%;
		transform: translateY(-50%) scale(1);
		padding-left: 4vw;
		max-width: 90%;
	}

	.index-slide .ex-txt h1 {
		font-size: 5.5vw;
		line-height: 1;
	}

	.index-slide .ex-txt h2 {
		font-size: 4.2vw;
		line-height: 1.05;
		letter-spacing: 0;
	}

	.index-slide .ex-txt .bor {
		top: 0;

	}

	.index-slide .swiper-slide-active .ex-txt .bor {
		height: 26%;
	}

	#pox-slide .news-slide-next,
	#pox-slide .news-slide-prev,
	.index-slide .next {
		right: 15px;
		top: auto;
		bottom: 30px;
	}

	.index-slide .next {
		display: none !important;
	}

	.pox-shares-pos {
		transform: scale(1);
		left: 15px;
		bottom: 0;
	}

	.pox-shares-pos .tip {
		display: none;
	}

	#pox-slide .tip-title {
		/* opacity: 1; */
		transform: scale(1);
		margin-left: 0;
		padding-left: 15px;
		opacity: 0;
		transform: translateX(40px);
		transition: all 0s .6s;
	}

	#pox-slide .pox.swiper-slide-active .tip-title {
		opacity: 1;
		transform: translateX(0);
		transition: all .8s .4s;
	}

	#pox-slide .tip-title h4 {
		font-size: 18px;
		line-height: 1;
		opacity: 1;
		transform: translateX(0);
	}

	#pox-slide .tip-title::before {
		height: 100%;
		top: 0;
		padding: 0;
	}

	#pox-slide .tip-title h3 {
		opacity: 1;
		font-size: 20px;
		transform: translateX(0);
	}

	#pox-slide .pox-2 {
		padding: 0 15px;
	}


	#pox-slide .yun-card .li .ov,
	#pox-slide .vis-ke {
		width: 100%;
		transform: translateX(40px);
		opacity: 0;
		transition: all 0s .6s;
	}

	#pox-slide .pox.swiper-slide-active .yun-card .li .ov,
	#pox-slide .pox.swiper-slide-active .vis-ke {
		transform: translateX(0);
		opacity: 1;
		transition: all .8s .5s;
	}


	#pox-slide .news-slide {
		/* width: 90%; */
		width: 100%;
		transform: scale(1);
		margin: 0;
	}

	#pox-slide .news-slide-next,
	#pox-slide .news-slide-prev {
		display: none !important;
	}

	/* #pox-slide .news-slide-next.swiper-button-disabled {
        display: block !important;
    } */

	#pox-slide .news-slide .swiper-slide {
		max-width: 90%;
	}

	#pox-slide .news-slide .vis-we {
		width: 100% !important;
	}

	#pox-slide .news-box {
		width: 100%;
		padding: 40px 20px 0;
		height: 430px;
	}


	#pox-slide .inux-box {
		max-width: 100%;
		padding: 40px 20px 0;
		height: 430px;
	}

	#pox-slide .inux-box h4 {
		font-size: 50px;
		line-height: .7;
	}

	#pox-slide .pox-3 {
		padding: 0;
	}

	#pox-slide .yun-card .li {
		width: 100%;
		border-left: none;
	}

	#pox-slide .yun-card .li .bg,
	#pox-slide .yun-card .li .ov {
		width: 100vw;
	}

	#pox-slide .yun-card .li .pos,
	#pox-slide .yun-card .li .ov {
		padding: calc(20vh + 60px) 15px 0;
	}

	#pox-slide .yun-card .li.swiper-slide-prev .co {
		transition: 0s .6s;
	}

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

	#pox-slide .yun-card .li p,
	#pox-slide .yun-card .li .en,
	#pox-slide .yun-card .li h3 span,
	#pox-slide .yun-card .li h5,
	#pox-slide .yun-card .li h4 {
		opacity: 1;
		transform: translateX(0);
	}

	#pox-slide .yun-card h3::after {
		transition: width .6s .3s cubic-bezier(0.69, 0.1, 0.21, 0.95);
	}

	#pox-slide .yun-card .li.swiper-slide-active h3::after {
		width: 74%;
	}

	#pox-slide .yun-card .li.swiper-slide-active .bg {
		transform: scale(1.1);
	}

	.yun-pagination {
		position: absolute;
		left: 0;
		bottom: 20px;
		z-index: 50;
		text-align: center;
		font-size: 0;
	}

	.yun-pagination .swiper-pagination-bullet {
		display: inline-block;
		/* position: ; */
		width: 20px;
		height: 2px;
		background-color: #FFF;
		opacity: .5;
		margin: 0 4px;
		border-radius: 0;
		transition: all .3s;
	}

	.yun-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 40px;
		opacity: .8;
	}

	#pox-slide .pox-4 {
		padding: 0 15px;
	}

	#pox-slide .tu-box {
		width: 90%;
		max-width: none;
		margin-left: 0;
	}

	#pox-slide .tu-box .card .bg .bor {
		width: calc(90vw - 27px);
	}

	#pox-slide .pox-4.swiper-slide-active .tu-box .card .bg {
		width: 100%;
		transition: width .6s .3s cubic-bezier(0.69, 0.1, 0.21, 0.95);
	}

	#pox-slide .tu-box1 .card:hover::after,
	#pox-slide .tu-box .card::before {
		display: none !important;
	}

	#pox-slide .pox-4.swiper-slide-active .tu-box .card span {
		transform: translateY(0);
		transition: all .6s .8s;
	}

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

	#pox-slide .pox-4.swiper-slide-active .tu-box p {
		opacity: 1;
		transform: translateY(0);
		transition: all 1s .8s;
	}

	#pox-slide .pox-4.swiper-slide-active .tu-box h6 {
		opacity: 1;
		transform: translateY(0);
		transition: all 1s .9s;
	}


	.mobile-menu-pop {
		width: 100%;
		height: 100vh;
		background: url(../images/head-menu-left.jpg) no-repeat right center;
		background-size: cover;
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 20;
		overflow: hidden;
		/* opacity: .5; */
		transition: all 1s cubic-bezier(0.69, 0.1, 0.21, 0.95);

	}

	.mobile-menu-pop .left {
		float: left;
		width: 30%;
		height: 100%;
		position: relative;
	}


	.mobile-menu-pop .right {
		float: right;
		width: 70%;
		height: 100%;
		overflow: auto;
		background-color: #e60012;
		transform: translateX(100%);
		transition: all 1s .1s cubic-bezier(0.69, 0.1, 0.21, 0.95);
	}

	#mobileHeader.open .mobile-menu-pop .right {
		transform: translateX(0);

	}

	.mobile-menu-pop .nav {
		padding: 70px 0 30px;
	}

	.mobile-menu-pop .int {
		opacity: 0;
		transition: all 0s .8s;
	}

	#mobileHeader.open .mobile-menu-pop .int {
		opacity: 1;
		transition: all .6s .8s;
	}

	.mobile-menu-pop .nav dt {
		height: 55px;
		line-height: 55px;
		padding: 0 20px;
		color: #FFF;
		font-size: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-menu-pop .nav dt i {
		/* content: ""; */
		display: inline-block;
		width: 13px;
		height: 20px;
		background: url(../images/mobile-menu-pop-down.png) no-repeat center;
		background-size: contain;
		margin-left: 10px;
		transition: all .3s;
		opacity: .7;
	}

	.mobile-menu-pop .nav dl.open dt i {
		transform: rotate(-180deg);
	}

	.mobile-menu-pop .nav dd {
		display: none;
		padding: 0 20px 0 38px;
	}

	.mobile-menu-pop .nav dd a {
		display: inline-block;
		color: #FFF;
		font-size: 15px;
		line-height: 30px;
		opacity: .8;
	}

	.mobile-menu-pop .nav dd a.active {
		opacity: 1;
		position: relative;
	}

	.mobile-menu-pop .nav dd a.active::after {
		content: "";
		position: absolute;
		left: -15px;
		top: 50%;
		transform: translateY(-50%);
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #FFF;
	}

	.mobile-menu-pop .langth {
		/* display: flex;
        padding: 20px;
        margin-left: -10px;
        margin-bottom: 40px; */
		position: absolute;
		left: 15px;
		bottom: 20px;
	}

	.mobile-menu-pop .langth a {
		color: #FFF;
		font-size: 14px;
		margin-right: 10px;
		margin-bottom: 20px;
		padding: 0 10px;
		opacity: .6;
	}

	.mobile-menu-pop .langth a.active {
		opacity: 1;
	}



	@media (max-height: 720px) {
		.pox-shares-pos {
			zoom: .8;
		}

		.pox-shares-pos h5:nth-child(1) {
			display: none;
		}

		.pox-shares-pos .nun {
			margin-top: 0;
		}

		.pox-shares-pos .nun span::after {
			margin-top: 10px;
		}

		#pox-slide .tip-title {
			margin-top: 60px;
		}

	}

	@media (max-height: 620px) {
		.pox-shares-pos {
			display: none;
		}
	}


	/* 内页移动端 */
	.about1-cont1 .auto {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.about1-cont1 .left {
		width: 100%;
		margin-bottom: 20px;
	}

	.about1-cont1 .t-box .tip {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.about1-cont1 .right {
		width: 100%;
	}

	.about1-cont1 .left h6 {
		font-size: 20px;
		line-height: 26px;
	}

	.ovs-dt {
		text-align: justify;
		padding: 20px 0;
	}

	.ovs-dt .li {
		height: 50px;
		font-size: 15px;
		line-height: 50px;
	}

	.about3-cont1 {
		padding-bottom: 50px;
	}

	.about3-cont1 .dl {
		padding: 20px 0;
		position: relative;
	}

	.about3-cont1 .dt {
		width: 30%;
		min-height: 120px;
	}

	.about3-cont1 .dt img {
		width: 100%;
	}

	.about3-cont1 .dd {
		width: calc(70% - 20px);
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 23px;
		bottom: 20px;
		/* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow-wrap: break-word; */
	}

	.about3-cont1 .dl:last-child .dd {
		bottom: 0;
	}

	.about3-cont1 .more-item .dd::before {
		content: "";
		height: 50%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
		z-index: 10;
	}

	.about3-cont1 .more-item .dd::after {
		content: "";
		height: 30px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../images/index/news-box-more.png) no-repeat right center;
		z-index: 20;
	}

	.about3-cont1 .dd h5 {
		font-size: 17px;
	}

	.about3-cont1 .dd p {
		margin-bottom: 14px;
	}

	.mobile-pop {
		/* display: block; */
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .5);
		overflow: auto;
		padding: 80px 15px 80px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1200;
	}

	.mobile-pop .pop-cont {
		height: auto;
		padding: 20px;
		background-color: #FFF;
		/* position: relative; */
	}

	.mobile-pop .close-btn {
		width: 35px;
		height: 35px;
		background: url(../images/close-btn.png) no-repeat center;
		background-size: cover;
		position: fixed;
		left: 50%;
		transform: translateX(-50%);
		bottom: 30px;
	}

	.about3-ovs-item-pop .dt {
		margin-bottom: 20px;
		width: 40%;
		/* margin: auto; */
	}

	.about3-ovs-item-pop .dt img {
		width: 100%;
	}

	.about3-ovs-item-pop .dd h5 {
		color: #4f4f4f;
		font-size: 19px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.about3-ovs-item-pop .dd .bor {
		font-size: 16px;
		line-height: 1;
		/* margin-bottom: 14px; */
		margin-bottom: 10px;
		color: #4c4c4c;
		position: relative;
	}

	.about3-ovs-item-pop .dd .bor::after {
		content: "";
		display: block;
		width: 73px;
		height: 3px;
		background-color: #f0ead9;
		margin-top: 14px;
	}

	.about3-ovs-item-pop .dd .bor::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 15px;
		height: 3px;
		background-color: #fa0010;
	}

	.about3-cont1 .dd h6 {
		margin-top: 24px;
		line-height: 26px;
		font-size: 14px;
	}

	.about3-ovs-item-pop .dd p {
		margin-bottom: 22px;
		line-height: 24px;
		font-size: 15px;
	}

	.investor1-cont1 {
		padding: 30px 0;
	}

	.investor1-cont1 .list .li:first-child {
		margin-top: 0;
	}

	.investor1-cont1 .list .li {
		width: 100%;
		margin-top: 14px;
		padding-top: 35px;
		padding-left: 20px;
		padding-right: 20px;
		height: 120px;
	}

	.investor1-cont1 .list .li .down {
		transform: translateY(0);
		opacity: 1;
	}

	.investor1-cont1 .list .icon {
		width: 40px;
		margin-right: 10px;
	}

	.investor1-cont1 .list .li h5 {
		color: #928a75 !important;
		width: calc(100% - 150px);
		font-size: 20px;
		line-height: 1.2;
	}


	.investor1-cont1 .list .li:first-child {
		margin-top: 0;
	}

	.investor1-cont1 .list .li::before {
		display: none;
	}


	.investor1-cont1 .auto .list .down {
		width: 120px;
		right: 20px;
		zoom: .7;
	}

	.governance .child-nav .h1 {
		font-size: 13vw;
		line-height: .9;
	}

	.business .child-nav .h1 {
		font-size: 13vw;
		line-height: .9;
	}

	.business1-cont1 .on-top h3 {
		font-size: 20px;
	}

	.business1-cont1 .list {
		margin-right: 0;
	}

	.business1-cont1 .list .li:first-child {
		margin-top: 0 !important;
	}

	.business1-cont1 .list .li {
		width: 100%;
		height: auto;
		margin-top: 40px !important;
		margin-right: 0;
		padding-bottom: 20px;
	}

	.news-more:hover {
		background-color: #e7380d;
	}

	.news-more {
		width: 94px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 30px;

	}

	.socialResponsibility .child-nav .right {
		padding-top: 8.5vw;
	}

	.socialResponsibility .child-nav .h1 {
		font-size: 4vw;
	}

	.socialResponsibility1-cont3 .left,
	.socialResponsibility1-cont2 .left,
	.socialResponsibility1-cont1 .left {
		width: 100%;
	}

	.socialResponsibility1-cont3 .right,
	.socialResponsibility1-cont2 .right,
	.socialResponsibility1-cont1 .right {
		width: 100%;
	}

	.socialResponsibility1-cont1 {
		margin-top: 75px;
	}

	.socialResponsibility1-cont1 .auto {
		padding: 15px 15px 50px;
	}

	.socialResponsibility1 .investorNew1-cont1 {
		padding-top: 45px;
	}

	.socialResponsibility1-cont3,
	.socialResponsibility1-cont2 {
		padding-top: 50px;
	}

	.tux-title {
		margin-bottom: 20px;
	}

	.tux-title .t1 {
		font-size: 20px;
	}

	.tux-title .t2 {
		font-size: 26px;
		line-height: 1;
	}

	.socialResponsibility1-cont1 .auto .it-card .it {
		margin-top: 20px;
		margin-left: 40px;
		max-width: 280px;
	}

	.socialResponsibility1-cont1 .it-card .item::before {
		content: "";
		width: 332px;
		height: 91px;
		background: url(../images/socialResponsibility/socialResponsibility1-cont1-bx.png) no-repeat center;
		background-size: cover;
		position: absolute;
	}

	.socialResponsibility1-cont2 .card {
		min-height: 32vw;
		height: auto;
		padding: 30px 15px 0;
	}

	.socialResponsibility1-cont4 {
		height: auto;
		padding-bottom: 50px;
		padding-top: 50px;
	}


	.socialResponsibility1-cont4 .tux-title {
		width: auto;
	}

	.socialResponsibility1-cont4 .text {
		width: auto;
	}

	.socialResponsibility .child-nav {
		margin-bottom: 40px;
	}

	.socialResponsibility .child-nav .left {
		display: block;
		width: 100%;
		padding: 0;
		height: 0;
		overflow: visible;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 20;
	}

	.socialResponsibility .child-nav .left>* {
		display: none;
	}

	.socialResponsibility .child-nav .cont {
		overflow: visible;
	}


	.child-nav .pdf-btn {
		display: block !important;
		width: 240px;
		height: 50px;
		padding: 15px;
		position: absolute;
		left: 15px;
		top: 0;
		z-index: 20;
		zoom: .8;
	}

	.child-nav .cont {
		overflow: visible;
	}

	.child-nav .right {
		overflow: visible;
		position: relative;
		z-index: 20;
	}

	.child-nav .right .pdf-btn {
		top: 100%;
	}

	.child-nav .pdf-btn .ic {
		width: 45px;
	}

	.child-nav .pdf-btn span {
		width: calc(100% - 74px);
	}

	.news1-cont1 .tips {
		padding: 20px 0;
	}

	.year-down {
		height: 50px;
	}

	.year-down .drop-txt {
		line-height: 50px;
	}

	.child-nav.news .right {
		padding-top: 10vw;
	}

	.child-nav.news .h1 {
		font-size: 5vw;
		margin-bottom: 2vw;
	}

	.child-nav.news .h2 {
		font-size: 7vw;
		line-height: .7;
	}

	.child-nav.news .h3 {
		font-size: 5vw;
		line-height: 1;
	}

	.news-list .dl {
		padding: 15px;
	}


	.news-list .dt {
		width: 84px;
	}

	.news-list .dt span {
		font-size: 13px;
		padding-top: 2px;
	}

	.news-list .dd p {
		padding-left: 12px;
		font-size: 14px;
	}

	.news1-cont1 .tips .ti {
		font-size: 15px;
	}

	.news-list .dl:hover {
		background-color: #f6f5f2;
	}

	.news-list .dl:hover p {
		border-left-color: #e2dfd6;
	}

	.news-list .dl::before {
		transform: translateX(0);
		opacity: 1;
		zoom: .5;
		right: 15px;
	}

	.news-d .auto {
		padding: 0 15px;
	}

	.child-nav.news-d .auto,
	.child-nav-wrap.news-d {
		height: 140px;
	}

	.news-d .child-nav {
		background-position: center right;
	}

	.details-ct {
		height: 100%;
		position: static;
	}


	.details-ct .bor {
		top: 50%;
		right: 120px;
	}

	.details-ct .uon {
		top: 50%;
		width: 115px;
		transform: translateY(-39%);
	}

	.details-ct .uon .en {
		font-size: 26px;
		line-height: 1.05;
	}

	.details-ct .uon .cn {
		font-size: 20px;
	}

	.news-details-cont1 {
		padding: 30px 0;
	}

	.news-details-cont1 .title-top h1 {
		font-size: 20px;
	}

	.news-details-cont1 .title-top h2 {
		font-size: 18px;
	}

	.structure-card {
		padding: 30px 0 50px;
	}

	.about4-cont1 .left {
		float: none;
		width: auto;
	}

	.about4-cont1 .right {
		float: none;
		width: auto;
	}

	.about4-cont1 .yux-dt {
		margin-top: 0;
	}

	.about4-cont1 {
		padding: 30px 0;
	}

	.coTilte {
		margin-bottom: 20px;
	}

	.coTilte .cn {
		font-size: 22px;
	}

	.coTilte .en {
		font-size: 24px;
		letter-spacing: 0;
	}

	/* .about4-cont1 .coTilte {
		margin-bottom: 0;
	} */

	.about4-cont1 .yux-dt {
		height: auto;
		margin-bottom: 20px;
	}

	.about4-cont1 .yux-dt li:first-child {
		margin-left: 0;
	}

	.about4-cont1 .yux-dt ul {
		display: flex;
		justify-content: start;
		text-align: left;
	}

	.about4-cont1 .yux-dt li {
		margin-left: 20px;
		padding: 20px 0;
	}


	.about4-cont1 .yux-dd .list .li:first-child {
		margin-top: 0;
	}

	.about4-cont1 .yux-dd .list .li {
		width: 100%;
		margin-top: 14px;
		padding-top: 35px;
		padding-left: 20px;
		padding-right: 20px;
		height: 120px;
	}

	.about4-cont1 .yux-dd .list .li:hover .down {
		transform: none;
		opacity: 1;
	}

	.about4-cont1 .yux-dd .list .li .down {
		transform: translateY(0);
		opacity: 1;
	}

	.about4-cont1 .yux-dd .list .icon {
		width: 40px;
		margin-right: 10px;
	}

	.about4-cont1 .yux-dd .list .li h5 {
		color: #928a75 !important;
		width: calc(100% - 150px);
		font-size: 20px;
		line-height: 1.2;
	}


	.about4-cont1 .yux-dd .list .li:first-child {
		margin-top: 0;
	}

	.about4-cont1 .yux-dd .list .li::before {
		display: none;
	}


	.about4-cont1 .auto .yux-dd .list .down {
		width: 120px;
		right: 20px;
		zoom: .7;
	}

	.about7-cont1 .left {
		width: auto;
		float: none;
	}

	.about7-cont1 .right {
		width: auto;
		float: none;
	}

	.about7-cont1 {
		padding: 30px 0 50px;
	}

	.news1-cont1 {
		padding-bottom: 50px;
	}



	.investorNew1-cont1 .left {
		width: auto;
		float: none;
	}

	.investorNew1-cont1 .right {
		width: auto;
		float: none;
	}

	.investorNew1-cont1 {
		padding: 80px 0 50px;
	}

	.socialResponsibility2 .investorNew1-cont1 {
		padding-top: 45px;
	}

	.investorNew1-cont1 .list h5 {
		font-size: 20px;
	}

	.investorNew2-cont1 {
		padding-bottom: 30px;
	}

	.investorNew2-cont1 .left {
		width: auto;
		float: none;
		padding-top: 0;
	}

	.investorNew2-cont1 .right {
		width: auto;
		float: none;
	}

	.investorNew2-cont1 .tips .ti {
		font-size: 15px;
	}


	.investorNew3-cont1 .left {
		width: auto;
		float: none;
	}

	.investorNew3-cont1 .right {
		width: auto;
		float: none;
	}

	.investorNew3-cont1 .list {
		margin-top: -20px;
	}

	.investorNew3-cont1 .list .li {
		margin-top: 20px;
	}

	.investorNew3-cont1 .list .bo {
		height: 60px;
		background-size: 18px auto;
		background-position: right 6px center;
	}

	.investorNew3-cont1 .list .bo p {
		left: 15px;
		right: 30px;
		-webkit-line-clamp: 1;
	}

	.investorNew3-cont1 {
		padding-bottom: 50px;
	}

	.investorNew4-cont1 .left {
		width: auto;
		float: none;
	}

	.investorNew4-cont1 .right {
		width: auto;
		float: none;
	}

	.contact1-cont1 {
		padding: 30px 0 50px;
	}

	.contact1-cont1 .left {
		float: none;
		width: auto;
		margin-bottom: 40px;
	}

	.contact1-cont1 .right {
		float: none;
		width: auto;
	}

	.contact1-cont1 .box ul {
		float: none;
		width: auto;
		margin-bottom: 20px;

	}

	.contact1-cont1 .bom ul {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.business1-cont2 {
		padding: 30px 0 0;
		height: auto;
	}

	.business1-cont2 .tip-txt {
		position: static;
		margin-bottom: 30px;
		padding: 0;
	}

	.business1-cont2 .chart-dt {
		width: auto;
		position: static;
		transform: translateY(0);
		display: flex;
		margin-bottom: 20px;
		justify-content: flex-start;
	}

	.business1-cont2 .chart-dt .li {
		width: 31%;
		height: 40px;
		line-height: 40px;
		margin-top: 0;
		font-size: 14px;
		margin-right: 20px;
	}

	.business1-cont2 #eChart {
		height: 360px;
		margin-top: 0;
	}

	.business3-cont1 .left {
		width: auto;
		float: none;
	}

	.business3-cont1 .right {
		width: auto;
		float: none;
	}

	.business3-cont1 .lite .item {
		float: none;
		width: auto;
		min-height: 90px;
		padding: 20px;
		height: auto;
	}

	.business3-cont1 .lite h6 {
		font-size: 16px;
	}

	.business3-cont1 .lite .item .ic {
		width: 46px;
	}

	.business3-cont1 .lite .item .ic img {
		width: 34px;
		margin-top: 2px;
	}

	.business3-cont1 .tcu-btn {
		zoom: .9;
	}

	.business3-cont1 .auto {
		padding-left: 0;
		padding-right: 0;
		margin: 0 15px;
	}

	.ovs-dt-top .tips {
		padding-top: 30px;
	}

	.business1-top {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.pop-wrap .pop-cont {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

	.bus-pop2 .le .bot .p {
		max-height: none;
	}

	.pop-lie-swiper {
		width: auto !important;
		float: none !important;
		margin-bottom: 20px !important;
	}

	.pop-lie-swiper .swiper-slide img {
		width: 100%;
	}

	.bus-pop2 .fiul {
		width: auto;
		float: none;
	}

	.bus-pop .pop-cont,
	.bus-pop2 .pop-cont {
		padding: 30px 20px;
	}

	.bus-pop2 .fiul .p {
		height: auto;
	}

	.foorlaw-pop .close,
	.bus-pop2 .close,
	.bus-pop .close {
		zoom: .85;
	}

	.bus-pop2 .le .top h1 {
		font-size: 22px;
	}

	.bus-pop2 .boxul .li {
		width: 50%;
		margin-bottom: 7px;
	}

	.bus-pop2 .fiul {
		padding-left: 0;
		padding-right: 0;
	}

	.business1-cont1 {
		padding-bottom: 50px;
	}

	.business1-cont1 .on-top h3 {
		font-size: 18px;
	}

	.bus-pop .pop-cont .le {
		width: auto;
		float: none;
		padding-right: 0;
	}

	.bus-pop .pop-cont .ri {
		width: auto;
		float: none;
	}

	.bus-pop .bot span {
		max-height: none;
		margin-bottom: 20px;
	}

	.bus-pop .bot p {
		margin-bottom: 14px;
	}

	.bus-pop .prev,
	.bus-pop .next {
		zoom: .6;
		opacity: 1;
	}

	.business3-cont1 h2 {
		font-size: 24px;
	}

	.business3-cont1 .text h4 {
		font-size: 24px;
		letter-spacing: -1px;
	}

	.business3-cont1 .royuList .li span {
		font-size: 26px;
	}

	.business4-bomCard {
		/* height: 66.66vw; */
		height: 250px;
		background: url(../images/business/m-business4-bomCard-bg.jpg) no-repeat center;
		background-size: cover;
		padding-top: 45px;
	}

	.business4-bomCard .cont {
		float: right;
		/* max-width: 240px; */
		max-width: 64%;
		margin-top: 0;
	}

	.business4-bomCard h3 {
		font-size: 20px;
		line-height: 1.1;
	}

	.business4-bomCard p {
		font-size: 14px;
		line-height: 1.4;
	}

	.business1-cont2 {
		background-position: left bottom;
	}

	.business4 .business3-cont2 .list h5 {
		margin-bottom: 0;
	}
}



@media (max-width: 800px) {

	.structure-card .dl-right,
	.structure-card .card {
		width: auto;
	}

	.socialResponsibility1-cont1 .it-card .it {
		display: block;
		margin-left: auto !important;
		margin-right: auto;
	}

	.structure-card .dl-right .dt {
		margin-bottom: 45px;
	}

	.structure-card .dl-right .list li {
		width: 40px;
		padding: 12px;
		font-size: 15px;
		margin-left: 0px;
		margin-right: 5px;
		height: 340px;
	}

	.structure-card .dl-right .tips p {
		overflow: hidden;
	}

	.structure-card .dl-right .tips span {
		float: left;
	}

	.structure-card .dl-right .tips em {
		float: left;
		width: calc(100% - 40px);
	}

	.structure-card .dl-right .list {
		width: 100%;
		overflow: auto;
		padding: 20px 0;
	}

	.structure-card .dl-right .list ul {
		width: 499px;
	}


	.structure-card .dl-right .list ul::before {
		left: 19px;
		top: -20px;
	}

	.business3-cont2 .kun-dt {
		text-align: right;
	}

	.business3-cont2 .kun-dt .li:before {
		left: -10px;
	}

	.business3-cont2 .kun-dt .li:first-child {
		margin-left: 0;
	}

	.business3-cont2 .kun-dt .li {
		margin-left: 16px;
	}

	.business3-cont2 .list .img {
		height: 200px;
	}

	.business3-cont2 .list .li {
		width: auto !important;
		float: none !important;
		height: auto !important;
		margin-top: 30px !important;
		padding-bottom: 20px !important;
	}

	.business3-cont2 .list .li:first-child {
		margin-top: 0 !important;
	}



	.business3-cont2 .kun-dt {
		padding: 20px 0;
	}

	.business3-cont1 .erLite .item {
		width: auto;
		float: none;
		min-height: 90px;
		height: auto;
		padding: 20px 20px;
		overflow: hidden;
	}

	.business3-cont1 .erLite .item .ic {
		display: inline-block;
		height: auto;
		width: 46px;
		vertical-align: middle;
	}

	.business3-cont1 .erLite .item .co {
		display: inline-block;
		width: calc(100% - 70px);
		vertical-align: middle;
	}

	.business3-cont1 .erLite .item .ic img {
		width: 34px;
		margin-top: 2px;
	}

	.business3-cont1 {
		padding-bottom: 30px;
	}

	.business3-cont2 {
		padding-bottom: 30px;
	}

	.business1-cont1 h3 {
		font-size: 24px;
	}
}

@media (max-width: 700px) {
	.footer .top .left {
		width: 100%;
	}

	.footer .top .right .span:first-child {
		margin-left: 0;
	}

	.footer .top .right {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}

	.footer .group-kit {
		float: right;
	}
}