.batten{
	position: fixed;
	width: 100%;
	z-index: 999999;
	height: 76px;
	padding-top: 20px;
	top: 0;
	    background: url(../images/header_bg.png) repeat-x;
}
.batten_first{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	min-width: 815px;
}
.batten_first>img{
	margin-top: 10px;
}
.batten_first>ul{
	height: 100%;
	float: right;
	/*overflow: hidden;*/
}
.batten_first>ul>li{
	float: left;
	padding-top: 10px;
	margin: 0 0px 0 0px;

}
.batten_first>ul>li>a{
	font-size: 15px;
	color: #FFFFFF;
	padding: 24px 25px;
	/* margin: 0 0px 0 48px; */
}
.batten_first>ul>li>a:hover{

}

.batten_first>ul>li.type5{
	position: relative;
	padding-top: 0;
}
.batten_first>ul>li.type5>a{
	display: inline-block;
	width: 107px;
	padding-top: 0;
	border: none;
	margin: 0;
	padding: 10px 13px;
	text-align: center;
}
.batten_first>ul>li.type5>a:hover{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	display: block;
	background-color: rgba(255,255,255,.2);
}

.batten_first>ul>li.type5>a>span{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.batten_first>ul>li>a:hover span{
	border-top: 6px solid #c2080f;
}





/*广交会专题*/
.canton{
	position: absolute;
	width: 100%;
	z-index: 2;
	height: 76px;
	padding-top: 20px;
	top: 0;
}
.canton_first{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
	height: 100%;
}
.canton_first>img{
	margin-top: 10px;
}
.canton_first>ul{
	height: 100%;
	float: right;
	/*overflow: hidden;*/
}
.canton_first>ul>li{
	float: left;
	padding-top: 10px;
}
.canton_first>ul>li>a{
	font-size: 15px;
	color: #FFFFFF;
	padding: 24px 0;
	margin: 0 13px;
}
.canton_first>ul>li>a:hover{
	color: #c2080f;
}

.canton_first>ul>li.type5{
	position: relative;
	padding-top: 0;
}
.canton_first>ul>li.type5>a{
	display: inline-block;
	width: 107px;
	padding-top: 0;
	border: none;
	margin: 0;
	padding: 10px 13px;
}
.canton_first>ul>li.type5>a:hover{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	display: block;
	background-color: rgba(255,255,255,.2);
}

.canton_first>ul>li.type5>a>span{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.canton_first>ul>li>a:hover span{
	border-top: 6px solid #c2080f;
}
.canton_first>ul>li:nth-of-type(8)>a{
	border: 1px solid #FFFFFF;
	border-radius: 100px;
	padding: 5px 13px;
}
.canton_first>ul>li:nth-of-type(8)>a:hover{
	border: 1px solid #FFBE00;
}
.drop{
	width: 100%;
	position: absolute;
	top: 45px;
	z-index: 10;
	display: none;
}
.drop_down>div>div>a{
	display: block;
	padding: 10px 10px;
	background-color: rgba(255,255,255,.2);
	color: #fff;
    font-size: 14px;
    text-align: center;
}
.drop_down>div>div:nth-of-type(2)>a{
	    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.drop_down>div>div>a:hover{
	color: #c2080f;
}


.batten_second{
	position: fixed;
	z-index: 5;
	background: #ffffff;
	background: url(../images/bg2-.jpg) right bottom;
	width: 100%;
	height: 61px;
	padding-top: 16px;
	display: none;
	opacity: 1;
	top: 0;
	z-index: 9999;
}
.batten_second_one{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	min-width: 815px;
}
.batten_second_one>a>img{
	width: 58px;
    margin-top: -5px;
}
.batten_first>a>img{width: 100px;}
.batten_second_one>ul{
	height: 100%;
	float: right;
}
.batten_second_one>ul>li{
	float: left;
	padding-top: 10px;
}
.batten_second_one>ul>li>a{
	font-size: 15px;
	color: #444;
	padding: 24px 25px;
	/* margin: 0 0 0 48px; */
}
.batten_second_one>ul>li.type5>a>span{
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-top: 6px solid #444;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.batten_second_one>ul>li>a:hover{
    color: #d68d1f;
    /*border-bottom: 2px solid #d68d1f;*/
}

/*.batten_second_one>ul>li:nth-of-type(1)>a{
	color: #c2080f;
	border-bottom: 3px solid #FFBE00;
}*/
.batten_second_one>ul>li.type5{
	position: relative;
	padding-top: 0;
}
.batten_second_one>ul>li.type5>a{
	display: inline-block;
	width: 107px;
	padding-top: 0;
	border: none;
	margin: 0;
	padding: 10px 13px 29px;
    text-align: center;
}
.batten_second_one>ul>li.type5>a:hover{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	display: block;
	background-color: rgba(255,255,255,.2);
}

.batten_second_one>ul>li>a:hover span{
	border-top: 6px solid #c2080f;
}

.drop1{
	width: 100%;
	position: absolute;
	top: 42px;
	z-index: 10;
	display: none;
}
.drop_down1>div>div>a{
	display: block;
	padding: 10px 10px;
	background-color: #ffffff;
	color: #444;
    font-size: 14px;
    text-align: center;
}
.drop_down1>div>div:nth-of-type(2)>a{
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 5px 8px rgba(0,0,0,.2)
}
.drop_down1>div>div>a:hover{
	color: #c2080f;
}




/*页面中间体*/
.intermediate_first{
	width: 100%;
	/*background-color: #ffffff;*/
	padding-top: 20px;
}
.intermediate_first>section{
	width: 1px;
	height: 49px;
	margin: 0 auto;
	background: #D2D3D4;
}
.down_img{
	width: 12px;
	height: 6px;
	margin: 10px auto 0 auto;
	background-image: url(../images/icon_webapp_rectangle.png);
	background-size: 100% 100%;
}
.intermediate_first_one{
	opacity: 0;
	/*margin-top: 0;*/
	margin-bottom: 30px;
}
.intermediate_first_one>h1{
	font-size: 16px;
	color: #333333;
	text-align: center;
	/*margin-top: 30px;*/
	font-weight: bold;
}
.efficiency{
	font-size: 13px;
	color: #333333;
	text-align: center;
}
.intermediate_first_one>div{
	width: 15px;
	padding: 0 7px;
	border-bottom: 1px solid #D2D3D4;
	margin: 0 auto;
	margin-top: 6px;
	/*opacity: 0;*/
}
.intermediate_first_one>div>p{
	width: 1px;
	height: 49px;
	margin-bottom: 5px;
	background: #D2D3D4;
}


/*.intermediate_first_one>h1,.efficiency,.intermediate_first_one>div{
	animation: myfirst 2s;
	-moz-animation: myfirst 2s;
	-webkit-animation: myfirst 2s;
	-o-animation: myfirst 2s linear 0 1;
	margin-top: 10px;
	opacity: 1;
}*/
/*.efficiency{
	animation: myfirst2 2s;
	-moz-animation: myfirst2 2s;
	-webkit-animation: myfirst2 2s;
	-o-animation: myfirst2 2s linear 0 1;
}*/
@keyframes myfirst{
	0%{
		margin-top: 30px;
		opacity: 0;
	}
	100%{
		margin-top: 5px;
		opacity: 1;
		/*font-size: 16px;*/
	}
}



.intermediate_second{
	width: 100%;
	height: 566px;
	/*background-image: url(../images/bg1.png);
	background-size: 100% 100%;*/
}
.intermediate_second_one{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.intermediate_second_two{
	float: left;
	padding-top: 78px;
	opacity: 0;
}
.intermediate_second_two>.upper>h2{
	width: 364px;
	font-size: 52px;
	color: #000000;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 13px;
	font-weight: 300;
}
.intermediate_second_two>.upper>h2>i{
	width: 364px;
	font-size: 52px;
	color: #c2080f;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 13px;
	font-weight: 300;
	font-style: normal;
}
.intermediate_second_two>.upper>div{
	width: 84px;
	height: 2px;
	background: -webkit-linear-gradient(left, #FFBE00,#FF9801);
    background: -o-linear-gradient(right, #FFBE00,#FF9801);
    background: -moz-linear-gradient(right, #FFBE00,#FF9801);
	background: linear-gradient(to right, #FFBE00,#FF9801);
	margin-bottom: 18px;
}
.intermediate_second_two>.upper>p{
	width: 416px;
	/*height: 78px;*/
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
	line-height: 26px;
	margin-bottom: 14px;
	font-weight: 300;
}
.lower>ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.lower>ul>li{
	float: left;
	/*padding: 3px 21px 0 21px;*/
	width: 86px;
	border-right: 1px solid #E9E9E9;
	text-align: center;
}
.lower>ul>li>div{
	height: 50px;
}
.lower>ul>li:last-child{
	border: none;
}
.lower>ul>li>p{
	font-size: 15px;
	color: #A9A9A9;
}
.intermediate_second_three{
	float: right;
	padding-top: 40px;
	position: relative;
}
.lower>a{
	display: block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: -webkit-linear-gradient(left, #FFBE00,#FF9801);
    background: -o-linear-gradient(right, #FFBE00,#FF9801);
    background: -moz-linear-gradient(right, #FFBE00,#FF9801);
	background: linear-gradient(to right, #FFBE00,#FF9801);
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	border-radius: 100px;
}
.in_layer{
	width: 716px;
	height: 509px;
	background-image: url(../images/img2.png);
	background-size: 100% 100%;
	opacity: 0;
}
.outer_layer{
	position: absolute;
	top: 10px;
	left: calc(50% - 298px);
	width: 576px;
	height: 381px;
	background-image: url(../images/img1_copy.png);
	background-size: 100% 100%;
	margin-top: 50px;
	opacity: 0;
}



@keyframes intermediate_second_two{
	0%{
		margin-top: 70px;
		opacity: 0;
	}
	100%{
		margin-top: 0px;
		opacity: 1;
	}
}
@keyframes intermediate_second{
	0%{
		margin-top: 70px;
		opacity: 0;
	}
	100%{
		margin-top: 0px;
		opacity: 1;
	}
}
@keyframes in_layer{
	0%{
		margin-top: 50px;
		opacity: 0;
	}
	100%{
		margin-top: 0px;
		opacity: 1;
	}
}

@keyframes outer_layer{
	0%{
		opacity: 0;
		margin-top: 150px;
	}
	100%{
		opacity: 1;
		margin-top: 0px;
	}
}

.others_second{
	width: 100%;
	height: 566px;
	margin-top: 20px;
	/*background-image: url(../images/bg1.png);
	background-size: 100% 100%;*/
}
.others_first>section{
	width: 1px;
	height: 49px;
	margin: 0 auto;
	background: #D2D3D4;
}
.others_second_one{
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
	padding-top: 43px;
}
.others_second_two{
	float: left;
	opacity: 0;
	margin-top: 30px;
}
.others_second_three{
	float: right;
}
.others_second_two>.upper>h2{
	font-size: 52px;
	width: 416px;
	color: #000000;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 13px;
	font-weight: 300;
}
.others_second_two>.upper>h2>i{
	font-size: 52px;
	width: 416px;
	color: #c2080f;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 13px;
	font-style: normal;
}
.others_second_two>.upper>div{
	width: 84px;
    height: 2px;
    background: -webkit-linear-gradient(left, #FFBE00,#FF9801);
    background: -o-linear-gradient(right, #FFBE00,#FF9801);
    background: -moz-linear-gradient(right, #FFBE00,#FF9801);
    background: linear-gradient(to right, #FFBE00,#FF9801);
    margin-bottom: 18px;
}
.others_second_two>.upper>p{
	width: 426px;
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
	line-height: 26px;
	font-weight: 300;
}
.lower_first>ul{
	overflow: hidden;
	margin-top: 18px;
}
.lower_first>ul>li{
	float: left;
	padding: 0;
	border-right: 1px solid #E9E9E9;
	text-align: center;
	width: 86px;
}
.lower_first>ul>li>div{
	height: 50px;
}
.lower_first>ul>li>p{
	font-size: 15px;
	color: #A9A9A9;
}
.lower_first>ul>li:last-child{
 	border: none;
}
.lower_first>a{
	display: block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: -webkit-linear-gradient(left, #FFBE00,#FF9801);
    background: -o-linear-gradient(right, #FFBE00,#FF9801);
    background: -moz-linear-gradient(right, #FFBE00,#FF9801);
    background: linear-gradient(to right, #FFBE00,#FF9801);
    border-radius: 100px;
    margin-top: 30px;
    font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.others_second_three{
	float: right;
}
.in_layer_first{
	width: 600px;
	height: 480px;
	/*background-image: url(../images/img666.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: 375px;*/
}

/*.in_layer_first>div{
	width: 600px;
	height: 375px;
	background: #000000;
box-shadow: 0 0 12px 0 rgba(0,0,0,0.50);
}*/




#in_Marvellous{
	width: 600px;
	height: 100%;
	position: relative;
}
#in_Marvellous>div:first-child{
	width: 350px;
	height: 233px;
	background-image: url(../images/smoke-258786_1280.png);
	background-size: 100% 100%;
	position: absolute;
	top: 40px;
	opacity: 0;
	/*animation: Marvellous1 1.5s;*/
}
#in_Marvellous>div:nth-of-type(2){
	width: 238px;
	height: 168px;
	background-image: url(../images/production-316051_1280.png);
	background-size: 100% 100%;
	position: absolute;
	top: 265px;
	left: 111.5px;
	opacity: 0;
	/*animation: Marvellous2 1.5s;
	animation-delay: 0.5s;*/
}
#in_Marvellous>div:nth-of-type(3){
	width: 267px;
	height: 189px;
	background-image: url(../images/blur-1866950_1280.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	right: -8px;
	opacity: 0;
	/*animation: Marvellous3 1.5s;*/
}
#in_Marvellous>div:nth-of-type(4){
	width: 262px;
	height: 193px;
	background-image: url(../images/steel-1968194_1280.png);
	background-size: 100% 100%;
	position: absolute;
	top: 183px;
	right: -3px;
	opacity: 0;
	/*animation: Marvellous4 1.5s;*/
	/*animation-delay: 0.5s;*/
}
@keyframes Marvellous1{
	0%{
		top: 250px;
		opacity: 0;
	}
	100%{
		top: 40px;
		opacity: 1;

	}
}
@keyframes Marvellous2{
	0%{
		top: 415px;
		opacity: 0;
	}
	100%{
		top: 265px;
		opacity: 1;

	}
}
@keyframes Marvellous3{
	0%{
		top: 210px;
		opacity: 0;
	}
	100%{
		top: 0px;
		opacity: 1;

	}
}
@keyframes Marvellous4{
	0%{
		top: 333px;
		opacity: 0;
	}
	100%{
		top: 183px;
		opacity: 1;

	}
}

.customs_second{
	width: 100%;
	height: 566px;
}
.customs_first>section{
	width: 1px;
	height: 49px;
	margin: 0 auto;
	background: #D2D3D4;
}

.customs_second_one{
	width: 1200px;
	margin: 0 auto;
}
.customs_second_two{
	position: relative;
	padding-top: 31px;
}
.customs_second_three{
	float: right;
	width: 500px;
}
.customs_layer>h2{
	width: 520px;
	font-size: 52px;
	color: #000000;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 13px;
	font-weight: 300;
}
.customs_layer>h2>i{
	width: 520px;
	font-size: 52px;
	color: #c2080f;
	letter-spacing: 0;
	line-height: 64px;
	margin-bottom: 13px;
	font-style: normal;
}
.customs_layer>div{
	width: 84px;
    height: 2px;
    background: -webkit-linear-gradient(left, #FFBE00,#FF9801);
    background: -o-linear-gradient(right, #FFBE00,#FF9801);
    background: -moz-linear-gradient(right, #FFBE00,#FF9801);
    background: linear-gradient(to right, #FFBE00,#FF9801);
    margin-bottom: 18px;
}
.customs_layer>p{
	font-size: 18px;
	color: #333333;
	letter-spacing: 2px;
	line-height: 26px;
	margin-bottom: 14px;
	font-weight: 300;
}
.customs_layer>ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.customs_layer>ul>li{
	float: left;
	width: 86px;
	border-right: 1px solid #E9E9E9;
	text-align: center;
}
.customs_layer>ul>li>div{
	height: 50px;
}
.customs_layer>ul>li>p{
	font-size: 15px;
	color: #A9A9A9;
}
.customs_layer>ul>li:last-child{
	border: none;
}
.customs_layer>a{
	display: block;
	width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: -webkit-linear-gradient(left, #FFBE00,#FF9801);
    background: -o-linear-gradient(right, #FFBE00,#FF9801);
    background: -moz-linear-gradient(right, #FFBE00,#FF9801);
    background: linear-gradient(to right, #FFBE00,#FF9801);
    border-radius: 100px;
    margin-top: 30px;
    font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
}


.customs_first_one{
	position: relative;
	padding-bottom: 130px;
}
.customs_first_one>h2{
	width: 100%;
	position: absolute;
	top: 10px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	opacity: 0;
}
.customs_first_p{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #333333;
	opacity: 0;
}
.customs_first_one>div{
	position: absolute;
	width: 15px;
	height: 49px;
	padding: 0 7px;
	left: calc(50% - 7.5px);
	border-bottom: 1px solid #D2D3D4;
	opacity: 0;
}
.customs_first_one>div>p{
	position: absolute;
	width: 1px;
	height: 49px;
	margin-bottom: 5px;
	background: #D2D3D4;
}

@keyframes customs{
	0%{
		top: 30px;
		opacity: 0;
	}
	100%{
		top: 10px;
		opacity: 1;
		/*font-size: 16px;*/
	}
}
@keyframes customs_first_p{
	0%{
		top: 55px;
		opacity: 0;
	}
	100%{
		top: 35px;
		opacity: 1;
		/*font-size: 13px;*/
	}
}
@keyframes customs_div{
	0%{
		top: 95px;
		opacity: 0;
	}
	100%{
		top: 65px;
		opacity: 1;
	}
}


.customs_second_two>section:first-child{
	width: 278px;
	height: 410px;
	background-image: url(../images/img5555.png);
	background-size: 100% 100%;
	position: absolute;
	opacity: 0;
}
.customs_second_two>section:nth-of-type(2){
	width: 172px;
	height: 296px;
	background-image: url(../images/img3333.png);
	background-size: 100% 100%;
	position: absolute;
	top: 90px;
	opacity: 0;
}
.customs_second_two>section:last-child{
	width: 278px;
	height: 410px;
	background-image: url(../images/img4444.png);
	background-size: 100% 100%;
	position: absolute;
	top: 110px;
	opacity: 0;
}
@keyframes customs_section_one{
	0%{
		left: -150px;
		opacity: 0;
	}
	100%{
		left: 0px;
		opacity: 1;
	}
}
@keyframes customs_section_two{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes customs_section_three{
	0%{
		left: 400px;
		opacity: 0;
	}
	100%{
		left: 243px;
		opacity: 1;
	}
}

.customs_layer{
	opacity: 0;
}
@keyframes customs_layer{
	0%{
		padding-top: 150px;
		opacity: 0;
	}
	100%{
		padding-top: 28px;
		opacity: 1;
	}
}
.others_first_one{
	position: relative;
	padding-bottom: 100px;
}
.others_first_one>h2{
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	top: 10px;
	opacity: 0;
}
.others_first_p{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 35px;
	opacity: 0;
	font-size: 13px;
	color: #333333;
}
.others_first_one>div{
	position: absolute;
	width: 15px;
	height: 49px;
	padding: 0 7px;
	top: 65px;
	left: calc(50% - 7.5px);
	border-bottom: 1px solid #D2D3D4;
	opacity: 0;
}
.others_first_one>div>p{
	position: absolute;
	width: 1px;
	height: 49px;
	margin-bottom: 5px;
	background: #D2D3D4;
}
@keyframes others_h1{
	0%{
		top: 30px;
		opacity: 0;
		/*font-size: 28px;*/
	}
	100%{
		top: 10px;
		opacity: 1;
		/*font-size: 16px;*/
	}
}
@keyframes others_first_p{
	0%{
		top: 55px;
		opacity: 0;
		/*font-size: 24px;*/
	}
	100%{
		top: 35px;
		opacity: 1;
		/*font-size: 13px;*/
	}
}
@keyframes others_first_div{
	0%{
		top: 95px;
		opacity: 0;
	}
	100%{
		top: 65px;
		opacity: 1;
	}
}
@keyframes others_second_two{
	0%{
		padding-top: 90px;
		opacity: 0;
	}
	100%{
		padding-top: 0px;
		opacity: 1;
	}
}

.othersto_first{
	margin-top: 30px;
}
.othersto_first>section{
	width: 1px;
	height: 49px;
	margin: 0 auto;
	background: #D2D3D4;
}
.othersto_first_one{
	position: relative;
	padding-bottom: 70px;
}
.othersto_first_one>h2{
	font-size: 14px;
	color: #333333;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 8px;
	font-weight: bold;
	/*animation: othersto_h1 2s;
	-moz-animation: othersto_h1 2s;
	-webkit-animation: othersto_h1 2s;
	-o-animation: othersto_h1 2s linear 0 1;*/
	opacity: 0;
}
.othersto_first_one>div{
	position: absolute;
	width: 19px;
	height: 50px;
	padding: 0 8px 3px 8px;
	border-bottom: 1px solid #EDEDEE;
	margin: 0 auto;
	left: calc(50% - 8.5px);
	top: 30px;
	/*animation: othersto_div 2s;
	-moz-animation: othersto_div 2s;
	-webkit-animation: othersto_div 2s;
	-o-animation: othersto_div 2s linear 0 1;*/
	opacity: 0;
}
.othersto_first_one>div>p{
	width: 1px;
	height: 49px;
	background-color: #D2D3D4;
}
@keyframes othersto_h1{
	0%{
		top: 30px;
		opacity: 0;
		/*font-size: 28px;*/
	}
	100%{
		top: 8px;
		opacity: 1;
		/*font-size: 14px;*/
	}
}
@keyframes othersto_div{
	0%{
		top: 52px;
		opacity: 0;
	}
	100%{
		top: 30px;
		opacity: 1;
	}
}
#masks{
	width: 1920px;
	height: 1080px;
	background-image: url(../images/group_38.png);
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	z-index: -2;
}


.orang{
	color: #c2080f !important;
    border-bottom: 3px solid #FFBE00 !important;
}


@media screen and (max-width: 414px) {
	.othersto_first_one>h1{
		opacity: 1;
	}
	.othersto_first_one>div{
		opacity: 1;
	}
}





.canton_active{
	width: 100%;
	height: 50%;
	font-size: 0;
}
.canton_active>img{

	width: 100%;
	height: 100%;
}
.fair_first{
	width: 100%;
	height: 490px;
	background-image: url(../images/canton_02.jpg);
	background-size: 100% 100%;
	padding-top: 190px;
}
.fair_first>div{
	width: 800px;
	margin: 0 auto;
}
.fair_first>div>h1{
	margin-bottom: 40px;
	color: #ffffff;
	font-size: 36px;
	text-align: center;
}
.fair_first>div>ul{
	text-align: center;
	padding-left: 250px;
}
.fair_first>div>ul>li{
	font-size: 20px;
	color: #ffd202;
	text-align: left;
	padding-bottom: 8px;
	font-weight: 50;
}

.fair_second{
	width: 100%;
	height: 670px;
	background-color: #1a133d;
}
.fair_second>div{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 80px 70px 0 50px;
	/*padding-top: 50px;*/
	overflow: hidden;
	background-image: url(../images/guang_03.jpg);
	background-size: 100% 100%;
}
.fair_second>div>h1{
	font-size: 42px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 50px;
}
.fair_second_one{
	width: 390px;
	/*height: 240px;*/
	margin-right: 25px;
	text-align: right;
	float: left;
}
.fair_second_one>div:first-child{
	width: 100%;
	height: 240px;
	/*background-color: white;*/
	position: relative;
}
.fair_second_one>div:first-child>img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.fair_second_one>div:last-child{
	display: block;
	overflow: hidden;
	margin-top: 20px;
	padding-right: 50px;
}
.fair_second_one>div:last-child>ul{
	width: 65%;
	float: left;
	padding: 10px 0;
}
.fair_second_one>div:last-child>ul>li{
	color: #aba8f5;
	font-size: 15px;
}
.fair_second_two{
	float: right;
	width: 420px;
	height: 240px;
	margin-top: 15px;
	/*padding-right: 30px;*/
}
.fair_second_two>ul{
	/*margin-right: 10px;*/
}
.fair_second_two>ul>li>h1{
	height: 26px;
	border-left: 3px solid #ffd202;
	line-height: 26px;
	padding-left: 6px;
	margin-bottom: 15px;
}
.fair_second_two>ul>li>h1>a{
	font-size: 26px;
	color: #ffd202;
}
.fair_second_two>ul>li>p{
	width: 400px;
	margin-bottom: 30px;
	font-size: 15px;
	color: #aba8f5;
}
.fair_third{
	width: 100%;
	background-color: #1a133d;
	/*background-image: url(../images/canton_04.jpg);
	background-size: 100% 100%;*/
}
.fair_third>div{
	width: 1000px;
	height: 950px;
	margin: 0 auto;
	padding: 70px 180px 0 180px;
	/*padding-top: 70px;*/
	background-image: url(../images/guang_05.jpg);
	background-size: 100% 100%;
}
.fair_third>div>h1{
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}
.fair_third>div>p{
	color: #9f97f8;
	font-size: 17px;
	margin-bottom: 80px;
	text-align: center;
}
.fair_third_one{
	overflow: hidden;
	margin-bottom: 65px;
}
.fair_third_one>section:first-child{
	float: left;
}
.fair_third_one>section:last-child{
	float: right;
}
.written_words{
	width: 260px;
}
.fair_third>div>div:nth-of-type(1){
	height: 210px;
}
.fair_third>div>div:nth-of-type(1)>.written_words{
	margin-top: 60px;
}
.fair_third>div>div:nth-of-type(3)>section:first-child{
	/*margin-bottom: 10px;*/
	margin-top: 10px;
}
.written_words>h4{
	font-size: 30px;
	color: #ffd202;
	margin-bottom: 25px;
}
.written_words>p{
	font-size: 15px;
	color: #aba8f5;
}

.fair_fourth{
	width: 100%;
	height: 760px;
	background-color: #1A133D;
	/*background-image: url(../images/canton_05.jpg);
	background-size: 100% 100%;*/
}
.fair_fourth>div{
	width: 920px;
	padding: 70px 50px 300px 50px;
	/*padding-top: 70px;*/
	margin: 0 auto;
	background-image: url(../images/guang_06.jpg);
	background-size: 100% 100%;
}
.fair_fourth>div>h1{
	font-size: 42px;
	color: #ffffff;
	margin-bottom: 40px;
	text-align: center;
}
.fair_fourth>div>p{
	font-size: 16px;
	color: #b49125;
}
.fair_fourth>div>p>a{
	font-size: 16px;
	color: #b49125;
	text-decoration: underline;
}
.fair_fourth_one{
	margin-bottom: 20px;
	overflow: hidden;
}
.fair_fourth_one>ul{
	width: 2000px;
	position: relative;
	overflow: hidden;
	font-size: 0;
}
.fair_fourth_one>ul>li{
	margin-right: 15px;
	float: left;
	width: 260px;
	height: 180px;
	border: solid 3px #b49125;
}
.fair_fourth_one>ul>li>img{
	width: 100%;
	height: 100%;
}
#Urls{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 2;
	top: 0;
	display: none;
}
#Urls>div{
	width: 600px;
	height: 450px;
	position: absolute;
	left: calc(50% - 300px);
	top: calc(50% - 225px);
	text-align: center;
	z-index: 99999;
	 line-height: 450px;
}
#Urls>div>img{
	max-width: 600px;
	max-height: 450px;
	vertical-align:middle;
}
#Urls>p{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/audit_cancel_black.png);
	background-size: 100% 100%;
}


@media screen and (max-width: 1380px) {
	.canton{
		width: 1380px;
	}
	.canton_active{
		width: 1380px;
	}
	.fair{
		width: 1380px;
	}
	.fair_first>div>h1{
		font-size: 35px;
	}
	.fair_first>div>ul{
		padding-left: 270px;
	}
	.fair_first>div>ul>li{
		font-size: 17px;
	}
}
.canton_first>a>img{
	padding-top: 12px;
}











/*清关页面*/
.clearance{
	position: absolute;
	top: calc(50% - 159px);
    left: calc(50% - 560px);
}
.clearance>h2{
	font-size: 46px;
	color: #FFFFFF;
}
.clearance>aside{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 44.75px;
}
.clearance>aside>h1{
	display: inline;
	font-size: 36px;
	color: #FEC802;
	line-height: 44.75px;
}
.clearance>p{
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 14px;
}
.clearance>a{
	display: block;
	border: 1px solid #FEC802;
	border-radius: 4px;
	padding-right: 23px;
	text-align: right;
	line-height: 45px;
	width: 145px;
	height: 45px;
	background-image: url(../images/qq_k.png);
	background-repeat: no-repeat;
	background-position: 21px 8px;
	font-size: 17px;
	color: #FEC802;
	letter-spacing: 0;
	margin-top: 20.6px;
}
.clearance_certification{
	width: 1000px;
	margin: 100px auto 85px auto;
	overflow: hidden;
}
.clearance_certification>section{
	float: left;
}
.clearance_certification>section:first-child{
	width: 790px;
	margin-right: 41px;
}
.clearance_certification>section:first-child>h2{
	font-size: 44px;
	color: #383838;
}
/*.clearance_certification>section:first-child>p{*/
	/*font-size: 20px;*/
	/*color: #383838;*/
	/*margin-bottom: 20px;*/
/*}*/
.clearance_certification>section:first-child>img{
	width: 100%;
	height: 230px;
	margin-bottom: 60px;
	margin-top: 20px;
}
/*.certification>p{*/
	/*font-size: 20px;*/
	/*color: #383838;*/
	/*margin-bottom: 9px;*/
/*}*/
/*.certification>span{*/
	/*font-size: 16px;*/
	/*color: #666666;*/
	/*line-height: 28px;*/
/*}*/
.clearance_certification>section:last-child>h4{
	font-size: 17px;
	color: #383838;
	margin-bottom: 25px;
	font-weight: bold;
}
.clearance_certification>section:last-child>ul>li{
	line-height: 30px;
}
.clearance_certification>section:last-child>ul>li>a{
	font-size: 16px;
	color: #383838;
}
.artboard{
	position: fixed !important;
	top: calc(50% - 60px) !important;
	right: 20px !important;
}
.artboard>ul>li{
	width: 60px;
	height: 60px;
}
.artboard>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.artboard>ul>li:first-child>a{
	background-image: url(../images/qq_test.png);
	background-size: 100% 100%;
}
.artboard>ul>li:last-child>a{
	background-image: url(../images/phone_test.png);
	background-size: 100% 100%;
}