/*-----------------     Home page loading  欢迎页加载canvas   ------------------*/
.bg-defult{
	background: url("../img/default_bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.bg-1{
	background: url("../img/bg1.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.bg-2{
	background: url("../img/bg2.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.bg-3{
	background: url("../img/bg3.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.bg-4{
	background: url("../img/bg4.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.bg-5{
	background: url("../img/bg5.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.store-image{
	display: none;
}
.loading-part{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.loading-cvs{
	position: absolute;
	z-index: 1000;
}
/* 加载时 标语区域 */
.loading-content{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 760px;
	transform: translate(-50%,-50%);
	color: #c79158;
	text-align: center;
	z-index: 1002;
}
.loading-content p{
	font-weight: 300;
	font-size: 28px;
	line-height: 44px;
	opacity: 0;
	transform: translate(0, 72px);
	transition: all .5s;
}
.loading-content p i.dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #c79158;
    border-radius: 50%;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
}
.loading-content h1{
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
	opacity: 0;
	transform: translate(0, 28px);
	transition: all .5s;
}
.loading-content p.active{
	opacity: 1;
	transform: translate(0, 22px);
}
.loading-content h1.active{
	opacity: 1;
	transform: translate(0, -22px);
}
.loading-content p.inactive{
	opacity: 0;
	transform: translate(0, -28px);
	visibility: hidden;
}
.loading-content h1.inactive{
	opacity: 0;
	transform: translate(0, -72px);
	visibility: hidden;
}
/* 加载时 百分比显示区域 */
.loading-percent{
	position: absolute;
	width: 86px;
	height: 16px;
	left: 50%;
	bottom: 5%;
	margin-left: -43px;
	color: #c79158;
	font-weight: 400;
	font-size: 12px;
	z-index: 1002;
}
/* 加载完成之后显示的 logo 和 圆形连接 */
.loading-finish{
	position: absolute;
	width: 380px;
	height: 420px;
	max-height: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
	z-index: 1002;
}
.loading-finish.active{
	max-height: 430px;
}
.loading-finish ul{ 
	list-style: none; 
	/*  */
	margin-top: 146px;
}
.loading-finish ul li{
	opacity:0.8; 
	/*  */
	width: 126px; 
	height: 126px; 
	text-align: center;
	line-height: 126px; 
	font-size: 12pt; 
	font-weight: normal; 
	float: left; 
	background: #c79058; 
	border-radius: 100%; 
	position:relative;
	transition: all  .15s  ease-in;
	-moz-transition: all  .15s  ease-in;
	-webkit-transition: all  .15s  ease-in;
}
.loading-finish ul li:hover{ 
	opacity: 1; 
	background: #c79158; 
	transform:translateY(-10px) scale(1.05);
}
.loading-finish ul li:hover a{
	font-weight: bold;
}
.loading-finish ul li a{ 
	color: #fff; 
	width: 100%; 
	height: 100%; 
	display: inline-block;
}
.loading-finish ul li:after{
	content: '';
	background: url('./img/arrow.png') no-repeat;
	background-size: 20px;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: 20px;
}
.loading-finish ul li:nth-child(2){ float: right;}
.loading-logo{
	float: left;
	width: 100%;
	height: 100%;
}
.loading-logo img{
	width: 100%;
}
.loading-word{
	float: left;
	width: 50%;
	height: 100%;
	font-weight: 300;
	color: #c79158;
	font-size: 18px;
}
.loading-word>div{
	width: 120px;
	height: 21px;
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 19px;
	cursor: pointer;
}
.loading-icon-tail{
	display: block;
	width: 22px;
	height: 1px;
	background: #c79158;
	content: "";
	position: absolute;
	top: 10px;
	right: 20px;
	opacity: 0;
	transition: all .3s;
}
.enter-icon{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border: 1px solid #c79158;
	position: absolute;
	right: 2px;
	bottom: 1px;
	transition: all .3s;
}
.enter-icon-right{
	position: absolute;
	width: 7px;
	height: 11px;
	left: 6px;
	top: 4px;
	transition: all .3s;
}
.loading-word>div:hover{
	color: #c79158;
}
.loading-word>div:hover .loading-icon-tail{
	right: 2px;
	opacity: 1;
}
.loading-word>div:hover .enter-icon{
	border: 1px solid transparent;
}
.loading-word>div:hover .enter-icon-right{
	left: 14px;
}
.loading-finish:after{
	content: "";
	clear: both;
	display: table;
}
.loading-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
	transition-delay: .2s;
	z-index: 999;
}
.loading-bg:after{ 
	content:''; 
	background: url('/static/images/back.png') no-repeat; 
	background-size: 100% 100%;
	width: 100%; 
	height:100%; 
	display: inline-block;
	transition: all 0.3s;
}
.loading-bg.active:after{
	background: rgba(0,0,0,0.1) ; 
}
.loading-bg.zoomIn{
	transform: scale(1.1,1.1);
}

/*------------------  home page content   ------------------*/
.wrapper.home{
	top: 100%;
	display: none;
}
.home-content{
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
}
/*--video part--*/
.home-part-1{
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.home-part-1.mobile{
	background: url("../img/video-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}
video.home-video{
	position: absolute; 
	right: 50%;
	bottom: 50%;
	transform: translate(50%,50%);
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
}
.video-cover{
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.control-video{
	display: none;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
	background: url(../img/video-btn.svg) 50% 50% no-repeat;
	background-size: cover; 
}
/*.control-video svg{
	width: 100%;
}*/
.video-go-down{
	position: absolute;
	width: 60px;
	height: 65px;
	left: 50%;
	bottom: 10px;
	margin-left: -30px;
	cursor: pointer;
}
.video-go-down h2{
	color: #c79158;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	text-align: center;
	transition: all .3s;
}
.video-go-down svg{
	width: 14px;
	height: 24px;
	display: block;
	margin: 12px auto 0;
	transition: all .3s;
}
.video-go-down:hover h2{
	transform: translate(0,-5px);
}
.video-go-down:hover span{
	transform: translate(0,5px);
}
/*--home page 5 company part--*/
.home-part-2{
	position: relative;
}


.home-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.home-bg .home_bg_default{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1199px){
	.loading-finish{
		width: 30%;
		min-width: 270px;
	}
	.loading-content{
		width: 510px;
	}
	.loading-content p{
		font-size: 18px;
	}
	.loading-content p i.dot{   
	    display: inline-block;
	    width: 8px;
	    height: 8px;
	    background: #c79158;
	    border-radius: 50%;
	    margin-bottom: 2px;
	    margin-left: 8px;
	    margin-right: 8px;
	}
	.loading-content h1{
		font-size: 30px;
	}
}
@media (max-width: 991px){
	.loading-content p{
		font-size: 14px;
	}
	.loading-content p i.dot{ 
		display: inline-block;
	    width: 6px;
	    height: 6px;
	    background: #c79158;
	    border-radius: 50%;
	    margin-bottom: 2px;
	    margin-left: 6px;
	    margin-right: 6px;
	}
	.loading-content h1{
		font-size: 26px;
	}
}
@media (max-width: 767px){
	.loading-finish{
		min-width: 190px;
		width: 290px;
	}
	.loading-finish.active{
		max-height: 320px;
	}
	.loading-logo{
		float: none;
		/*  */
		/* width: 100%;
		height: 100%; */
		width: 85%;
		margin: 0 auto;
		height: 100%;
		display: flex;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	/*  */
	.loading-finish img{
		margin-top: 30px;
	}
	.loading-finish ul{
		width: 100%;
		margin-top: 115px;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
	}
	.loading-finish ul li{
		width: 74px;
		height: 74px;
		line-height: 72px;
	}
	.loading-finish ul li a{
		font-size: 12px;
	}
	.loading-word{
		float: none;
		width: 100%;
	}
	.loading-word>div{
		width: 120px;
		height: 21px;
		margin: 25px auto 0;
		position: relative;
		line-height: 21px;
		cursor: pointer;
	}
	.loading-content{
		width: 260px;
	}
	.loading-content p{
		font-size: 14px;
		line-height: 22px;
	}
	.loading-content h1{
		font-size: 22px;
	}
	/*  */
	/* home页面变成竖条 */
	#home_bg_default{
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#home_bg_default .event_box{
		margin: 0;width: 100%;
		height: 100%;
	}
	#home_bg_default .event_box .parHd{
		width: 100%;
		height: 100%;
	}
	#home_bg_default .event_box .parHd ul{
		width: 96%;
		height: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		
		flex-direction: column;
		box-sizing: border-box;
		/* change */
		padding:12% 13% 0% 32%;
	}
	#home_bg_default .event_box .parHd ul li{
		padding: 0;
		width: 100%;
		height: 20px;
		position: relative;
		margin-left: 45px;
		box-sizing: border-box;
		/* change */
		margin-bottom: 22px;
	}
	/* 虚线 */
	#home_bg_default .event_box .parHd ul li::before{
		content: "";
		position: absolute;
		width: 0px;
		height: 60px;
		border-right: 1px dashed #c79158;
		top: 0;
		left: -23px;
	}
	#home_bg_default .event_box .parHd ul li:last-child::before{
		border-right: 0px;
	}
	#home_bg_default .event_box .parHd ul li a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	/* 原点 */
	#home_bg_default .event_box .parHd ul li::after{
		content: "";
		background-color: #c79158;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 0;
		left: -27px;
	}
}
@media (max-width:376px){
	#home_bg_default .event_box .parHd ul{
		padding: 27% 13% 0% 32%;
	}
}

.event_box {
	margin-top: 20%;
	position: relative;
}
.event_box .parHd {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.parHd ul {
	width: auto;
	text-align: center;
	padding-bottom: 25px!important;
	margin:0 auto;
}

.parHd .tempWrap {
	margin: 0 auto
}

.parHd .tempWrap:after {
	content: '';
	width: 85%;
	height: 1px;
	background: #580000;
	position: absolute;
	right: 8%;
	top: 35%;
	z-index: 10
}

.parHd li.no_line:before {
	display: none
}

.parHd li {
	display: inline-block;
	cursor: pointer;
	padding: 40px 0px 0px;
	font-size: 16px;
	/* 列表字体颜色 */
	color: #c79158;
	position: relative;
	height:160px;
	width: 160px;
	float: left;
}

.parHd li a{ 
	width: 100%; 
	height:80px; 
	color: #ffffff; 
	font-size: 12px;
	display: block; 
	line-height: 18px; 
	transition: all .5s; 
	margin-top: 13px;
	opacity: 0;
}
.parHd li a:hover{ 
	color: #ffffff;
}
.parHd li:last-child:before{
	border-bottom: 0px;
}
.parHd li:before {
	content: '';
	border-bottom: 1px dashed #c79158;
	width: 100%;
	height: 0px;
	position: absolute;
	z-index: 20;
	top: 80px;
	left: 33px;
	margin-left: -12px
}
.parHd li:after {
	content: '';
	background: #c79158;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 20;
	top: 75px;
	left: 33px;
	margin-left: -12px
}
.parHd li:hover a{  
	margin-top: 48px;
	opacity: 1;
}

.parHd li.act:after{
	background: url(../img/circle.png) no-repeat;
	width: 16px;
	height: 16px;
	top:72px;
	left: 28px;
}
@keyframes fadein{
	0%{opacity: 0;}
	50%{opacity: 0.5;}
	100%{opacity: 1;}
}
.parHd li:hover::after{
	width: 15px;
	height: 15px;
	border: 2px solid #c79158;
	padding: 2px;
	background-color: #c79158;
	background-clip: content-box;
	top:72px;
	left: 28px;
	/* background-color: red; */
}
.parBd {
	text-align: center;
	margin-top: 60px
}

.parBd h4 {
	position: relative;
	font-size: 40px;
	margin-bottom: 3%;
	padding: 0 60px;
	display: inline-block;
	text-align: center
}

.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 12px
}

.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 12px
}

.parBd p {
	line-height: 180%;
	font-size: 16px;
	width: 80%;
	margin: 0 auto
}

div#listBox {
	width: 100%
}

.sPrev,.sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px
}

.sPrev {
	left: 0
}

.sNext {
	right: 0
}

.sPrev img,.sNext img {
	transition: all .6s cubic-bezier(.51,1.1,.9,.95);
	-moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
	-webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
	-o-transition: all .6s cubic-bezier(.51,1.1,.9,.95)
}
.parHd a,.parHd a:hover{ color: #c79158;}
.parHd span{ 
	background: #c79158; 
	font-size: 12px; 
	color:#ffffff; 
	border-radius: 3px; 
	padding: 2px 7px; 
	display: inline-block; 
	margin-top: 14px;
}

/*@media (max-width: 480px) {*/
	/*.parHd li:before{ content: ''; width: 24px; height: 24px; margin-left: 40%;}*/
	/*.parHd li:after{ left:24%; top: -4px;}*/
	/*.parHd li{ background: url(../img/dot_line.png) repeat-y 20%; background-size:24px;  border-top: 0px; padding: 0px 30px 30px 0px; min-width: 180px;}*/
	/*.event_box{ margin-top: 150px;}*/
	/*.event_box .parHd{ width: 50%; margin: 0px;}*/
	/*.event_box .parFd{ width: 50%;}*/
	/*.parBd{ position: absolute; top:40px; left:15%; margin-top:0px; height:auto; text-align: left;}*/
	/*.slideBox:nth-child(2){margin-top:80px;}*/
	/*.slideBox:nth-child(3){margin-top:160px;}*/
	/*.slideBox:nth-child(4){margin-top:240px;}*/
	/*.slideBox:nth-child(5){margin-top:320px;}*/
	/*.slideBox:nth-child(6){margin-top:400px;}*/
	/*.parBd span{ display: none;}*/
/*}*/
/*.parHd li.act a{display: inline-block;}*/