#header .logo img{
	background-position: center bottom;
}
#header.lower .logo img{
	background-position: center top;
}
#header.lower.white .logo img{
	background-position: center bottom;
}
#header .nav-box li .level1 a{
	color: #fff;
}
#header.lower .nav-box li .level1 a{
	color: #35373f;
}
#header.lower.white .nav-box li .level1 a{
	color: #fff;
}
#header .nav-box li .level1 a::before{
	background-color: #fff;
}
#header.lower .nav-box li .level1 a::before{
	background-color: #353734;
}
#header.lower.white .nav-box li .level1 a::before{
	background-color: #fff;
}
#header .inner{
	border-bottom: 1px solid rgba(255,255,255,0.35);
}
#header.lower .inner,#header.white .inner{
	border-bottom: 0 none;
}

#header .global{
	color: #fff;
}
#header .global img{
	background-image: url(../image/header_map.gif);
}
#header .freecase{
	color: #fff;
	border-color: #fff;
}
#header.lower .global{
	color: #35373f;
}
#header.lower .global img{
	background-image: url(../image/header_map2.gif);
}
#header.lower .freecase{
	color: #35373f;
	border-color: #35373f;
}
#header.lower .freecase:hover{
	color: #fff;
	border-color: rgba(240,0,64,1);
}
#header.lower.white .global{
	color: #fff;
}
#header.lower.white .global img{
	background-image: url(../image/header_map.gif);
}
#header.lower.white .freecase{
	color: #fff;
	border-color: #fff;
}


.sec1{
	position: relative;
}
.sec1 .video-box{
	position: relative;
	overflow: hidden;
}
.sec1 video{
	width: 100%;
	vertical-align: top;
}
.sec1 .video-box .cover{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	background-image: url(../image/index_sec1_videocover.png);
	background-size: auto 100%;
}
.sec1 .text-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}
.sec1 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec1 h3{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.8em;
}
.sec1 h5{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}


.sec2{
	background-color: #2e2e2e;
	padding: 9.375% 0 3.28125%;
}
.sec2 .text-box{
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
	margin-bottom: 5%;
}
.sec2 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec2 h5{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.sec2 h3{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.6em 0 1em;
}
.sec2 .more{
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	border-radius: 0.36em;
	border: 1px solid #fff;
	width: 9.14em;
	height: 2.36em;
	vertical-align: top;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.sec2 .more:hover{
	border-color:#ed023f;
}
.sec2 .more::before{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-transition: width 0.3s, background 0.3s;
	transition: width 0.3s, background 0.3s;
}
.sec2 .more:hover::before{
	width: 100%;
	background-color: #ed023f;
}
.sec2 .more::after{
	font-family: "icomoon";
	content: "\ebfc";
	margin-left: 1em;
}
.sec2 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec2 li{
	width: 15%;
	padding: 2.1875% 0;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec2 li img{
	max-width: 80%;
}


.sec3{
	background-color: #2e2e2e;
	padding: 8.75% 0 0;
}
.sec3 .text-box{
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
}
.sec3 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec3 h5{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}
.sec3 h3{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	margin: 0.6875em 0 1.77em;
}
.sec3 .more{
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	border-radius: 0.36em;
	border: 1px solid #fff;
	width: 9.14em;
	height: 2.36em;
	vertical-align: top;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.sec3 .more:hover{
	border-color: #ed023f;
}
.sec3 .more::before{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-transition: width 0.3s, background 0.3s;
	transition: width 0.3s, background 0.3s;
}
.sec3 .more:hover::before{
	width: 100%;
	background-color: #ed023f;
}
.sec3 .more::after{
	font-family: "icomoon";
	content: "\ebfc";
	margin-left: 1em;
}
.sec3 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 7.26%;
	overflow: hidden;
}
.sec3 li{
	width: 25%;
	border-right: 1px solid rgba(255,255,255,0.3);
	position: relative;
	padding: 1.15% 3.63% 6.48%;
}
.sec3 li:last-child{
	border-right-color: transparent;
}
.sec3 li .line{
	width: 1px;
	background-color: rgba(255,255,255,0.3);
	position: absolute;
	right: -1px;
	bottom: 100%;
	height: 100vh;
}
.sec3 li .img-box{
	overflow: hidden;
	width: 24.23%;
}
.sec3 li:hover .img-box img{
	-webkit-transition: transform 1s;
	transition: transform 1s;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.sec3 li p{
	font-size: 16px;
	color: #fff;
	line-height: 1.875;
	margin: 23.9% 0 10.24%;
	opacity: 0.5;
}
.sec3 li h5{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.sec3 li h5::after{
	display: inline-block;
	vertical-align: middle;
	font-family: "icomoon";
	content: "\ebfc";
	color: #fff;
	font-size: 1em;
	opacity: 0;
}
.sec3 li:hover h5::after{
	-webkit-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	opacity: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}


.sec4{
	padding: 0.89% 0 5.46875%;
	background-repeat: no-repeat;
	background-image: url(../image/index_sec4_bg.png);
	background-position: center top;
	background-size: 100% auto;
}
.sec4 .inner a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: calc(316 / 1652 * 100%);
	margin-right: calc(18 / 1652 * 100%);
	margin-bottom: calc(18 / 1652 * 100%);
}
.sec4 .inner a.width2{
	width: calc(650 / 1652 * 100%);
}
.sec4 .inner .web a:nth-child(4){
	margin-right: 0;
}
.sec4 .inner .web a:nth-child(8){
	margin-right: 0;
}
.sec4 .inner a:last-child{
	margin-right: 0;
}
.sec4 a.text{
	background-color: #ed023f;
	cursor: default;
}
.sec4 a.text.hover{
	cursor: pointer;
}
.sec4 a.img{
	background-color: #e2e2e2;
}
.sec4 a .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-display: flex;
	display: flex;
	font-size: 16px;
	padding: 2.5em 2.25em;
}
.sec4 .img .cover{
	opacity: 0;
	background-color: rgba(0,0,0,0.7);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec4 .img:hover .cover{
	opacity: 1;
}
.sec4 a.text .cover{
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.sec4 a.img .cover{
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}
.sec4 h3{
	font-size: 1.25em;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0 0 0.1em #333;
}
.sec4 h5{
	font-size: 2.5em;
	color: #fff;
	font-weight: normal;
}
.sec4 h5 i{
	font-size: 0.5em;
	font-style: normal;
	display: block;
}
.sec4 h5 i:first-child{
	font-weight: bold;
}
.sec4 h5 b{
	display: inline-block;
	font-weight: normal;
	margin-right: 0.25em;
}
.sec4 h5 span{
	display: inline-block;
}
.sec4 p{
	font-size: 1em;
	color: #fff;
	margin-top: 2em;
	min-width: 6em;
}
.sec4 p.underline{
	text-decoration: underline;
}
.sec4 .text.hover p::after{
	display: inline-block;
	vertical-align: middle;
	font-family: "icomoon";
	content: "\ebfc";
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 1em;
	opacity: 0;
	margin-right: -2.5em;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.sec4 .text.hover:hover p::after{
	-webkit-transition:margin-right 0.5s ,opacity 0.5s 0.125s,transform 0.5s 0.125s;
	transition:margin-right 0.5s ,opacity 0.5s 0.125s,transform 0.5s 0.125s;
	opacity: 1;
	margin-right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.sec4 .arrow::before{
	display: block;
	font-family: "icomoon";
	content: "\ebfc";
	margin-left: 1em;
	color: #fff;
	font-size: 1.875em;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}
.sec4 a:hover .arrow::before{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}



.sec5{
	padding: 5.46875% 0 4.0625%;
}
.sec5 .text-box{
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
	margin-bottom: 6.6%;
}
.sec5 .text-box.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec5 h5{
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.sec5 h3{
	font-size: 48px;
	color: #000;
	font-weight: bold;
	margin: 0.67em 0 1.17em;
}
.sec5 .more{
	font-size: 14px;
	color: #000;
	overflow: hidden;
	border-radius: 0.36em;
	border: 1px solid #000;
	width: 9.14em;
	height: 2.36em;
	vertical-align: top;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-transition: border-color 0.3s,color 0.3s;
	transition: border-color 0.3s,color 0.3s;
}
.sec5 .more:hover{
	border-color: #ed023f;
	color: #fff;
}
.sec5 .more::before{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-transition: width 0.3s, background 0.3s;
	transition: width 0.3s, background 0.3s;
}
.sec5 .more:hover::before{
	width: 100%;
	background-color: #ed023f;
}
.sec5 .more::after{
	font-family: "icomoon";
	content: "\ebfc";
	margin-left: 1em;
}
.sec5 ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec5 li{
	width: 30.88%;
	margin-right: 3.68%;
	margin-bottom: 2.78%;
}
.sec5 li:nth-child(3n){
	margin-right: 0;
}
.sec5 li .img-box{
	overflow: hidden;
}
.sec5 li .img-box img{
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
.sec5 li:hover .img-box img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.sec5 .tag-box{
	padding: 1.67% 3.33%;
	background-color: #eee;
}
.sec5 .tag-box div{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	padding: 0 1em;
	height: 2em;
	line-height: 2;
	border-radius: 1em;
	background-color: #333;
	margin-right: 0.6em;
}
.sec5 .tag-box div:last-child{
	margin-right: 0;
}
.sec5 li h5{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.875em;
}
.sec5 li p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1em;
}



.sec6{
	overflow: hidden;
	position: relative;
	padding: 11.46% 0 11.98%;
}
.sec6 video{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.sec6 .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
}
.sec6 h3{
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity 1s,transform 1s;
	transition: opacity 1s,transform 1s;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.sec6 h3.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sec6 h3 span{
	font-family: "宋体";
	font-size: 1.5em;
}


@media only screen and (max-width:1366px) {
	.sec1 h3{
		font-size: 26px;
	}
	.sec1 h5{
		font-size: 52px;
	}


	.sec2 h5{
		font-size: 18px;
	}
	.sec2 h3{
		font-size: 35px;
	}
	.sec2 .more{
		font-size: 12px;
	}


	.sec3 h5{
		font-size: 18px;
	}
	.sec3 h3{
		font-size: 42px;
	}
	.sec3 .more{
		font-size: 12px;
	}
	.sec3 li p{
		font-size: 14px;
	}
	.sec3 li h5{
		font-size: 20px;
	}


	.sec4 a .cover{
		font-size: 14px;
	}



	.sec5 h5{
		font-size: 18px;
	}
	.sec5 h3{
		font-size: 42px;
	}
	.sec5 .more{
		font-size: 12px;
	}
	.sec5 .tag-box div{
		font-size: 12px;
	}
	.sec5 li h5{
		font-size: 21px;
	}
	.sec5 li p{
		font-size: 14px;
	}

	
	.sec6 h3{
		font-size: 42px;
	}
}

@media only screen and (max-width:1100px) {
	.sec4 a .cover{
		font-size: 12px;
	}
	.sec5 .tag-box div{
		font-size: 11px;
	}
}

@media only screen and (max-width:1024px) {
	.sec1 .text-box{
		top: 45%;
	}
	.sec1 video{
		width: 125%;
	}
	.sec1 h3{
		font-size: 1rem;
	}
	.sec1 h5{
		font-size: 1.25rem;
		line-height: 1.2;
	}



	.sec2{
		padding: 12% 0 6%;
	}
	.sec2 .text-box{
		margin-bottom: 10%;
	}
	.sec2 h5{
		font-size: 1rem;
	}
	.sec2 h3{
		font-size: 1.25rem;
	}
	.sec2 .more{
		font-size: 0.625rem;
	}
	.sec2 li{
		width: 33.333%;
	}
	.sec2 li img{
		max-width: 70%;
	}



	.sec3{
		padding: 10% 0 0;
	}
	.sec3 h5{
		font-size: 1rem;
	}
	.sec3 h3{
		font-size: 1.5rem;
	}
	.sec3 .more{
		font-size: 0.625rem;
	}
	.sec3 ul{
		padding-top: 15%;
	}
	.sec3 li{
		width: 50%;
	}
	.sec3 li:nth-child(even){
		border-right-color: transparent;
	}
	.sec3 li .line{
		right: 100%;
	}
	.sec3 li .img-box{
		width: 40%;
	}
	.sec3 li p{
		font-size: 0.625rem;
		margin: 15% 0 8%;
		min-height: 7.5em;
	}
	.sec3 li h5{
		font-size: 1rem;
	}



	.sec4{
		padding: 2% 0 10%;
		background-size: 200% auto;
	}
	.sec4 a .cover{
		font-size: 0.75rem;
		padding: 1.25em 1.125em
	}
	.sec4 .inner a{
		width: calc(316 / 650 * 100%);
		margin-right: calc(18 / 650 * 100%);
		margin-bottom: calc(18 / 650 * 100%);
	}
	.sec4 .inner a.width2{
		width: 100%;
		margin-right: 0;
	}
	.sec4 .inner .mobile a:nth-child(3n){
		margin-right: 0;
	}



	.sec5{
		padding: 10% 0;
	}
	.sec5 .text-box{
		margin-bottom: 10%;
	}
	.sec5 h5{
		font-size: 1rem;
	}
	.sec5 h3{
		font-size: 1.5rem;
	}
	.sec5 .more{
		font-size: 0.6875rem;
	}
	.sec5 li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10%;
	}
	.sec5 .tag-box{
		padding: 2% 4%;
	}
	.sec5 .tag-box div{
		font-size: 0.6875rem;
	}
	.sec5 li h5{
		font-size: 1rem;
	}
	.sec5 li p{
		font-size: 0.75rem;
	}



	.sec6{
		padding: 15% 0;
	}
	.sec6 h3{
		font-size: 1.25rem;
	}
}