@charset "utf-8";

/* CSS Document */


article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section {
    margin:0;
    padding:0;
    display:block;	
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.nav_box{
	width: 100%;
	background:rgba(255,255,255,0.97);
	position:fixed;
	left: 0;
	top: 0px;
	z-index: 999;
	height:72px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	}
.logo{
	width: 16%;
	height:100%;
	float: left;
}
.logo img{
	display: block;
	height: 80%;
	margin:3.5% auto;
}
.nav_list ul{
	float: left;
	width: 62%;
	margin-left:8%;
}
html[lang="en"] .nav_list ul{
	width: 52%;
	margin-left:18%;
	}
.nav_list ul li{
	float: left;
	width: 14.285%;
	position: relative;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	overflow: hidden;
	text-align: center;
}
html[lang="en"] .nav_list ul li{
	width:20%;
	}
.nav_list ul li a{
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	color: #222;
	line-height:72px;
}
html[lang="en"] .nav_list ul li a{
	letter-spacing:0.5px;
	}
.nav_list ul li:before{
	content: "";
	display: block;
	width: 0;
	height: 4px;
	background: #15309b;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.nav_list ul li.active:before{
	width: 100%;
}
.nav_list > dl{
	width:7.5%;
	float:right;
	margin-right:1.5%;
	margin-top:22px;
	}
.nav_list > dl dd{
	float:left;
	text-align:center;
	}
.nav_list > dl .home{
	width:54%;
	}
.nav_list > dl .home img{
	display:block;
	width:22px;
	margin:auto;
	margin-top:3px;
	}
.nav_list > dl .language{
	width:46%;
	line-height:28px;
	background-color:#122a88;
	color:#fff;
	}
/*s_menu*/
.s_menu_box{
	width:100%;
	/*background-color:rgba(42,69,175,0.96);*/
	background:rgba(255,255,255,0.97);
	position:absolute;
	right:0;
	top: 100%;
	overflow: hidden;
	border-top:2px solid #122a88;
	box-sizing:border-box;
	opacity:0;
	box-shadow:0 0px 5px rgba(0,0,0,0.1);
	}
.s_menu{
	width:100%;
	}
.s_menu .s_txt{
	width: 62%;
	margin-left:24%;
	}
html[lang="en"] .s_menu .s_txt{
	margin-left:34%;
	width: 52%;
	}
.s_menu dl{
	padding: 30px 0;
	float:left;
	width:14.285%;
	position:relative;
	display: none;
	text-align:center;
	}
.s_menu dl:before{
	content:"";
	width:1px;
	height:160px;
	/*background-color:rgba(255,255,255,0.3);*/
	background: rgba(18,42,126,0.1);
	position:absolute;
	left:0;
	top:30px;
	}
.s_menu dl:last-of-type:after{
	content:"";
	width:1px;
	height:160px;
	/*background-color:rgba(255,255,255,0.3);*/
	background: rgba(18,42,126,0.1);
	position:absolute;
	right:0;
	top:30px;
	}
.s_menu dl .sd_box{
	width:0;
	height:1940px;
	/*background-color:#15309b;*/
	background: #111;
	position:absolute;
	left:50%;
	top:-20px;
	display: none;
	}
.s_menu dd{
	color:#555;
	font-size:14px;
	line-height:24px;
	padding-bottom:8px;
	padding-left:1%;
	position:relative;
	-webkit-transition:all .5s;
	transition:all .5s;
	}
html[lang="en"] .s_menu dl{
	width:20%;
	}
html[lang="en"] .s_menu dd{
	letter-spacing:0;
	font-size:13px;
	color:#777;
	}
.s_menu dd:hover{
	color:#122a88 !important;
	}
.banner{
	width: 100%;
	height: 100%;
	position: relative;
	border:none;
	overflow:hidden;
}
.banner ul{
	width: 100%;
	height: 100%;
}
.banner ul li{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: none;
}
.banner_text{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
.banner_text h2{
	font-size: 60px;
	color: #fff;
	opacity: 0;
	letter-spacing: 2px;
	line-height: 1.2;
}
.banner_text h3{
	font-size:26px;
	color: #fff;
	opacity: 0;
}
.banner dl {
    position: absolute;
    right: 1.5%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.banner dl dd.active {
    border: solid 1px rgba(255,255,255,0.5);
}
.banner dl dd {
    width: 16px;
    height: 16px;
    border: solid 1px transparent;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
}
.banner dl dd:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.news_b{
	width:56%;
	margin:auto;
	height:70px;
	position:absolute;
	bottom:0%;
	left:22%;
	opacity:0;
	}
.news_b h1{
	float:left;
	font-size:24px;
	width:20%;
	line-height:70px;
	position:relative;
	letter-spacing:1px;
	color:#122a88;
	text-align:center;
	}
.news_b .newsbox{
	float:left;
	height:24px;
	width:70%;
	margin-top:25px;
	margin-left:40px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	}
.news_b .newst h6{
	font-size:15px;
	letter-spacing:0.5px;
	line-height:24px;	
	color:#fff;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	text-shadow:0 2px 2px rgba(0,0,0,0.2);
	}
.news_b .newst h6 a{
	font-size:15px;
	line-height:24px;	
	color:#fff;
	text-shadow:0 2px 2px rgba(0,0,0,0.2);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
.news_b .newst b{
	font-weight:normal;
	float:right;
	font-size:13px;
	letter-spacing:0.4px;
	font-weight:bold;
	line-height:24px;
	color:#122a88;
	text-shadow:none;
	}
.news_b .newst h6:hover{
	text-decoration:underline;
	cursor:pointer;
	}

/*index_product*/

.index_product{
	width:100%;
	background:url(../image/con2_img.jpg) no-repeat;
	background-size:cover;
	padding-bottom:40px;
	overflow: hidden;
	}
.index_title{
	width: 100%;
	padding-top:92px;
	padding-bottom:80px;
	position: relative;
}
.index_title h1{
	width: 100%;
	line-height:66px;
	height: 42px;
	letter-spacing:4px;
	font-size:34px;
	text-align:center;
	position:absolute;
	top: 150px;
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	color:#111;
	text-transform: uppercase;
	}
.index_title span{
	display:block;
	position:absolute;
	top:64%;
	width:100%;
	text-align:center;
	font-size: 24px;
	text-transform: uppercase;
	}
html[lang="en"] .index_title h1{
	letter-spacing:2px;
	}
html[lang="en"] .index_title b{
	width:80px;
	height:4px;
	background-color:#122a88;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-40px;
	}
.index_title h1 b{
	display:block;
	width:140px;
	height:2px;
	background-color:#777;
	position:absolute;
	left:50%;
	margin-left:-70px;
	bottom:0;
	}
.index_title h1.active{
	opacity: 1;
	top: 42px;
}

.index_product ul{

	width:90%;

	margin:50px auto;

	margin-top:10px;

	}

.index_product ul li{

	float:left;

	width:22.5%;

	height: 0;

	padding-bottom: 28%;

	margin:0 1.25%;

	position: relative;

	cursor: pointer;

	}

.index_product ul li img{

	position: absolute;

	display:block;

	width:100%;

	height: 100%;

	}

.index_product .txt1{

	position:absolute;

	left:0px;

	bottom:0px;

	/* background-color:#122a88; */

	width:100%;

	line-height:38px;

	color:#fff;

	font-size:18px;
	padding:3% 8%;
	box-sizing: border-box;
	letter-spacing:2px;

	-webkit-transition: all .3s;

	transition: all .3s;
	z-index: 6;

	}
.index_product ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../image/bg.png) no-repeat;
    background-size: cover;
}
html[lang="en"] .index_product .txt1{
	letter-spacing:0.6px;
	}
.index_product li:hover .txt1{

	opacity:0;

	}

.index_protlbox{

	box-sizing: border-box;

	width: 100%;

	height: 100%;

	position: absolute;

	background: rgba(18,42,136,0.6);

	top: 0;

	left: 0;

	opacity: 0;

	/*-webkit-transition: all 0.4s ease 1.15s;

	transition: all 0.4s ease 1.15s;*/

}

.index_protl{

	width: 100%;

	height: 100%;

	box-sizing: border-box;

	padding: 40px 20px;

	position: relative;

	background: rgba(255,255,255,0.1);

}

.index_protl:before{

	content: "";

	display: block;

	box-sizing: border-box;

	width: 0;

	height: 0;

	border-top:solid 3px #fff;

	border-right:solid 3px #fff;

	position: absolute;

	top: 0;

	left: 0;

	opacity: 0;

	/*-webkit-transition: opacity 0s ease 0.95s, width 0.35s ease 0.95s,height 0.3s ease 0.6s;

	transition: opacity 0s ease 0.95s, width 0.35s ease 0.95s,height 0.3s ease 0.6s;*/

}

.index_protl:after{

	content: "";

	display: block;

	box-sizing: border-box;

	width: 0;

	height: 0;

	border-bottom:solid 3px #fff;

	border-left:solid 3px #fff;

	position: absolute;

	bottom: 0;

	right: 0;

	opacity: 0;

	/*-webkit-transition: opacity 0s ease 1.3s, width 0.35s ease 0.95s,height 0.3s ease 0.6s;

	transition: opacity 0s ease 1.3s, width 0.35s ease 0.95s,height 0.3s ease 0.6s;*/

}

.index_protl h3{

	width: 100%;

	color: #fff;

	font-size: 20px;

	font-weight: bold;

	text-align: center;

	letter-spacing: 2px;

	position: absolute;

	top: 20px;

	left: 0;

	opacity: 0;

	/*-webkit-transition: all 0.55s ease 0.6s;

	transition: all 0.55s ease 0.6s;*/

}
html[lang="en"] .index_protl h3{
	letter-spacing:1px;
	line-height:28px;
	width:90%;
	left: 5%;
	}
.index_protl h5{

	width: 100%;

	color: #fff;

	font-size: 15px;

	text-align: center;

	letter-spacing: 0.5px;

	text-transform: uppercase;

	position: absolute;

	bottom: 10px;

	left: 0;

	opacity: 0;

	/*-webkit-transition: all 0.55s ease 0.4s;

	transition: all 0.55s ease 0.4s;*/

}

.index_promore{

	width: 40px;

	height: 40px;

	box-sizing: border-box;

	border-radius: 50%;

	border:solid 2px #fff;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -60px;

	margin-left: -20px;

	opacity: 0;

	/*-webkit-transition: opacity 0.3s ease 0.3s,margin-top 0.3s ease 0.3s,transform 0.3s ease 0s;

	transition: opacity 0.3s ease 0.3s,margin-top 0.3s ease 0.3s,transform 0.3s ease 0s;*/

}

.index_promore:before{

	content: "";

	display: block;

	width: 14px;

	height: 2px;

	background: #fff;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-left:-7px;

	margin-top: -1px;

}

.index_promore:after{

	content: "";

	display: block;

	width: 14px;

	height: 2px;

	background: #fff;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-left:-7px;

	margin-top: -1px;

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

}



.index_product ul li:hover .index_protlbox{

	opacity: 1;

	padding: 20px;

	-webkit-transition: all 0.4s;

	transition: all 0.4s;

}

.index_product ul li:hover .index_protl:before{

	width: 100%;

	height: 100%;

	opacity: 1;

	-webkit-transition: opacity 0s ease 0.2s, width 0.35s ease 0.2s,height 0.3s ease 0.55s;

	transition: opacity 0s ease 0.2s, width 0.35s ease 0.2s,height 0.3s ease 0.55s;

}

.index_product ul li:hover .index_protl:after{

	width: 100%;

	height: 100%;

	opacity: 1;

	-webkit-transition: opacity 0s ease 0.2s, width 0.35s ease 0.2s,height 0.3s ease 0.55s;

	transition: opacity 0s ease 0.2s, width 0.35s ease 0.2s,height 0.3s ease 0.55s;

}

.index_product ul li:hover .index_protl h3{

	opacity: 1;

	top: 40px;

	-webkit-transition: all 0.55s ease 0.55s;

	transition: all 0.55s ease 0.55s;

}

.index_product ul li:hover .index_protl h5{

	opacity: 1;

	bottom: 40px;

	-webkit-transition: all 0.55s ease 0.75s;

	transition: all 0.55s ease 0.75s;

}

.index_product ul li:hover .index_promore{

	opacity: 1;

	margin-top: -20px;

	-webkit-transform: rotate(90deg);

	transform: rotate(90deg);

	-webkit-transition: opacity 0.3s ease 0.65s,margin-top 0.3s ease 0.65s,transform 0.3s ease 0.95s;

	transition: opacity 0.3s ease 0.65s,margin-top 0.3s ease 0.65s,transform 0.3s ease 0.95s;

}





/*index_video*/

.index_video{

	width:100%;

	background-color:#f0f0f0;

	padding-bottom:50px;

	}

/*.index_video .index_title{

	padding-bottom: 40px;

}*/

.video_box{

	width:90%;

	margin:0 auto;

	height:425px;

	background:url(../image/about_bg.jpg) no-repeat;

	background-size:cover;

	position:relative;

	}

.video_box .v_btn{

	width: 80px;

	height: 80px;

	background: rgba(255,255,255,0.8);

	border-radius: 50%;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-left: -40px;

	margin-top: -40px;

	cursor: pointer;

	z-index: 10;

	-webkit-transition:all .4s;

	transition:all .4s;

	}

.video_box .v_btn p{

    width: 0;

    height: 0;

    border-top: solid 12px transparent;

    border-bottom: solid 12px transparent;

    border-left: solid 16px rgba(0,0,0,0.7);

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -12px;

    margin-left: -6px;

	}

.video_box:hover .v_btn{

	background:#122a88;

	}

.video_box:hover .v_btn p{

	border-left: solid 16px #fff;

	}

.index_company{

	width:90%;

	margin:auto;

	margin-top:40px;

	}

.index_company dd{

	float:left;

	width:48.7%;

	margin-right:2.5%;

	height:400px;

	overflow: hidden;

	}

.index_company dd > img{

	display: block;

	width: 100%;

	-webkit-transition: all 0.4s;

	transition: all 0.4s;

}

.index_company dd:hover > img{

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

.index_company .about{

	position: relative;

	}

.index_about_intro{

	position: absolute;

	width: 38%;

	height: 100%;

	background: rgba(102,102,102,0.9) url(../image/about_bg2.png) no-repeat;

	background-size: cover;

	box-sizing: border-box;

	padding: 50px 20px;

	top: 0;

	left: 0;

}

.index_abouticon{

	width: 40px;

	margin:auto;

}

.index_abouticon img{

	display: block;

	width: 100%;

}

.index_about_intro h2{

	font-size: 22px;

	text-align: center;

	color: #fff;

	letter-spacing: 2px;

	margin-top: 40px;

}

.index_about_intro h5{

	font-size: 16px;

	text-align: center;

	color: #eee;

	letter-spacing: 2px;

	margin-top: 20px;

}
html[lang="en"] .index_about_intro h5{
	letter-spacing:1px;
	}
.index_about_intro p{

	font-size: 13px;

	text-align: center;

	color: #aaa;

	letter-spacing: 1px;

	margin-top: 30px;

}
html[lang="en"] .index_about_intro P{
	letter-spacing:0px;
	line-height:18PX;
	font-size:12px;
	}
.index_aboutmore{

	width: 60%;

	height: 40px;

	border:solid 1px #ddd;

	margin:auto;

	position: absolute;

	bottom: 50px;

	left: 20%;

	cursor: pointer;

}

.index_aboutmore:before{

	content: "";

	display: block;

	width: 0;

	height: 100%;

	background: #fff;

	position: absolute;

	top: 0;

	right: 0;

	left:auto;

	-webkit-transition: all 0.4s;

	transition: all 0.4s;

}

.index_aboutmore span{

	display: block;

	line-height: 40px;

	text-align: center;

	color: #fff;

	font-size: 14px;

	text-transform: uppercase;

	letter-spacing: 1px;

	position: relative;

}

.index_aboutmore:hover:before{

	width: 100%;

	left: 0;

	right: auto;

}

.index_aboutmore:hover span{

	color: #222;

}

.index_company .s_con{

	margin-right:0%;

	position: relative;

	cursor: pointer;

	}

.index_company .s_con .index_scon{

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	background:rgba(0,0,0,0.6);

	box-sizing: border-box;

	padding: 20px;

}

.index_company .s_con .index_scon h2{

	font-size: 22px;

	text-align: center;

	color: #fff;

	letter-spacing: 2px;

	position: absolute;

	width: 100%;

	top: 50%;

	left: 0;

	margin-top: -150px;

}

.index_company .s_con .index_scon h2 span{

	display: block;

	color: #fff;
  line-height:35px;
	font-size: 18px;
margin-left: 30px;
margin-right: 30px;
	letter-spacing: 0;

	margin-top: 12px;

}

.index_sconmore{

	width: 40px;

	height: 40px;

	border-radius: 50%;

	border:solid 1px #fff;

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: 30px;

	margin-left: -20px;

}

.index_sconmore:after{

	content: "";

	display: block;

	width: 10px;

	height: 10px;

	border-top:solid 1px #fff;

	border-right:solid 1px #fff;

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

	position: absolute;

	top: 50%;

	left: 50%;

	margin-top: -5px;

	margin-left: -7px;

}

.index_company .s_con .index_scon:before{

	content: "";

	display: block;

	box-sizing: border-box;

	width: 100%;

	height: 100%;

	border:solid 3px rgba(255,255,255,0.3);

	top: 0;

	left: 0;

	-webkit-transition: all 0.4s;

	transition: all 0.4s;

}

.index_company .s_con .index_scon:hover:before{

	border:solid 3px rgba(255,255,255,1);

	-webkit-transform: scale(0.95);

	transform: scale(0.95);

}



/*index_relative*/

.index_relative{

	width:100%;

	background:#f8f8f8;

	background-size:cover;

	}

.index_relative h1 b{

	width:168px;

	margin-left:-84px;

	}

.index_relative ul{

	width:90%;

	margin:30px auto;

	margin-top:0;

	}

.index_relative ul li{

	float:left;

	width:31.5%;

	margin-right:2.5%;

	}

.index_relative ul li .r_img{

	overflow: hidden;

	position: relative;

}

.index_relative ul li img{

	display:block;

	width:100%;

	-webkit-transition: all 0.4s;

	transition: all 0.4s;

	cursor: pointer;

	}

.index_relative ul li:hover img{

	-webkit-transform: scale(1.1);

	transform: scale(1.1);

}

.index_relative ul li b{

	display:block;

	position:absolute;

	width:100%;

	height:100%;

	left:0;

	top:0;

	background-color:rgba(0,0,0,0.2);

	opacity:0;

	-webkit-transition:all .5s;

	transition:all .5s;

	}

.index_relative ul li span{

	display:block;

	position:absolute;

	left:50%;

	top:10%;

	margin-left:-18px;

	border:2px solid #fff;

	width:36px;

	height:36px;

	border-radius:50%;

	font-size:26px;

	text-align:center;

	line-height:36px;

	color:#fff;

	opacity:0;

	-webkit-transition:all 1s;

	transition:all 1s;

	}

.index_relative ul li:hover b{

	opacity:1;

	}

.index_relative ul li:hover b span{

	opacity:1;

	top:50%;

	margin-top:-18px;

	}

.index_relative ul li h1{

	font-size:18px;

	margin:20px 0 3px 0;

	letter-spacing:2px;

	color: #222;

	-webkit-transition:all .5s;

	transition:all .5s;

	}
html[lang="en"] .index_relative ul li h1{
	letter-spacing:0.6px;
	}
.index_relative ul li:hover h1{

	color:#122a88;

	}

.index_relative ul li p{

	font-size:13px;

	}

/*index_partner*/

.index_partner{

	width:100%;

	background:#122a88;

	padding-bottom:10px;

	padding-top: 50px;

	}
html[lang="en"] .index_partner{
	padding-top: 40px;
	}
.index_partner h1{

	color:#fff;

	}

.index_partner b{

	background-color:#ddd !important;

	}

.index_partner span{

	color:#ddd;

	}

.index_partner .p_box{

	width:90%;

	margin:50px auto;

	position:relative;

	overflow: hidden;

	margin-top:20px;

	}

.index_partner .s_box{

	width:100%;

	position: relative;

	height: 200px;

	}

.index_partner dl{

	width:100%;
	
	float:left;
	display:none;
	}
.index_partner dl:nth-of-type(1){
	display:block;
	}
.index_partner dl dd{

	float:left;

	width: 13.2%;
	
	padding:5px 0;

	}

.index_partner dl dd img{

	display:block;

	width:96%;
	
	margin:auto;

	}

.index_partner .btn{

	width:40px;

	margin:auto;

	margin-top: 26px;

	}

.index_partner .btn span{

	width:10px;

	height:10px;

	border-radius:50%;

	float:left;

	margin:5px;

	border:1px solid #ccc;

	box-sizing:border-box;

	cursor: pointer;

	}

.index_partner .btn span.p_btn_active{

	background-color:#fff;

	border:none;

	}

.footer{

	background:url(../image/inews_bg.jpg) no-repeat center center;

	background-size:cover;

	width: 100%;

	padding-top: 60px;

}

.footer_list{

	padding: 0 5%;

}

.footer_list dl{

	float: left;

	width: 15%;

	margin-left: 2%;

}

.footer_list dl:first-of-type{

	margin-left: 0;

}

.footer_list dl dt{

	border-top: solid 1px rgba(255,255,255,0.2);

	padding-top: 16px;

	margin-bottom: 20px;

	position:relative;

}

.footer_list dl dt:before{

	content:"";

	width:48px;

	height:3px;

	background-color:rgba(255,255,255,0.5);

	position:absolute;

	left:0;

	top:-2px;

}

.footer_list dl dt h1{

	font-size: 15px;

	color: #FFF;

	font-weight: bold;

	letter-spacing: 2px;

}
html[lang="en"] .footer_list dl dt h1{
	letter-spacing:0px;
	}
.footer_list dl dd h2{

	color: rgba(255,255,255,0.7);

	font-size: 13px;

	margin-top: 6px;

	letter-spacing: 1px;

}
html[lang="en"] .footer_list dl dd h2{
	letter-spacing:0px;
	font-size: 12px;
	}
.footer_bottom{

	padding: 10px 5%;

	background: #111;

	margin-top: 30px;

}

.footer_bottom p{

	float: left;

	color: #aaa;

}

.footer_bottom p:last-of-type{

	float: right;

}

.footer_bottom a{

	color: #aaa;

}

/*滚动设置样式前hidden*/

.index_product ul li{

	-webkit-transition: all 1s;

	transition: all 1s;

}

.index_product ul li:nth-of-type(odd).scthide{

	margin-top: -80px;

}

.index_product ul li:nth-of-type(even).scthide{

	margin-top: 80px;

}



.video_box{

	-webkit-transition: all 1s;

	transition: all 1s;

}

.video_box.scthide{

	margin-top: 120px;

	opacity: 0;

}



.index_company{

	-webkit-transition: all 1s;

	transition: all 1s;

}

.index_company.scthide{

	margin-top: 160px;

}

.index_company .index_consub{

	-webkit-transition: all 1s;

	transition: all 1s;
	position:relative;

}
.index_company .index_consub.scthide{

	margin-top: 120px;

	opacity: 0;

}



.index_relative ul{

	-webkit-transition: all 1s;

	transition: all 1s;

}

.index_relative ul li:nth-of-type(1){

	-webkit-transition: all 1s;

	transition: all 1s;

}

.index_relative ul li:nth-of-type(2){

	-webkit-transition: all 1s ease 0.2s;

	transition: all 1s ease 0.2s;

}

.index_relative ul li:nth-of-type(3){

	-webkit-transition: all 1s ease 0.4s;

	transition: all 1s ease 0.4s;

}

.index_relative ul.scthide{

	margin-top: 150px;

}

.index_relative ul .index_consub.scthide{

	opacity: 0;

	margin-top: 120px;

}



.index_partner .s_box{

	-webkit-transition: all 1s;

	transition: all 1s;

}

.index_partner .s_box.scthide{

	margin-top: 120px;

	opacity: 0;

}
html[lang="en"] .footer_list dl{
	width: 18.4%;
} 


.footer_list dl:nth-of-type(1){

	-webkit-transition: all 1s;

	transition: all 1s;

}

.footer_list dl:nth-of-type(2){

	-webkit-transition: all 1s ease 0.1s;

	transition: all 1s ease 0.1s;

}

.footer_list dl:nth-of-type(3){

	-webkit-transition: all 1s ease 0.2s;

	transition: all 1s ease 0.2s;

}

.footer_list dl:nth-of-type(4){

	-webkit-transition: all 1s ease 0.3s;

	transition: all 1s ease 0.3s;

}

.footer_list dl:nth-of-type(5){

	-webkit-transition: all 1s ease 0.4s;

	transition: all 1s ease 0.4s;

}

.footer_list dl:nth-of-type(6){

	-webkit-transition: all 1s ease 0.5s;

	transition: all 1s ease 0.5s;

}

.footer_list dl.scthide{

	opacity: 0;

	margin-top: 120px;

}

.o_ban{

	width:100%;

	height:420px;

	}

.o_ban .o_img{

	width:100%;

	height:420px;

	}

.o_ban dl{

	width:100%;

	height:420px;

	position:absolute;

	left:0;

	top:0;

	background-color:rgba(10,67,144,0.9);

	}

.o_ban dl dt{

	font-size:40px;

	text-align:center;

	color:#fff;

	position:absolute;

	width:100%;

	top:10%;

	letter-spacing:5px;

	opacity:0;

	}
html[lang="en"] .o_ban dl dt{
	letter-spacing:1px;
	text-transform: uppercase;
	}
.o_ban dl dt span{

	font-size:26px;

	text-align:center;

	color:#fff;

	margin-top:30px;

	display:block;

	letter-spacing:1px;

	text-transform:uppercase;

	}
html[lang="en"] .o_ban dl dt span{
	letter-spacing:2px;
	font-size:36px;
	}
.o_ban dl .bottom{
	position:absolute;
	text-align: center;
	display: flex;
	justify-content: center;
	bottom: 0;
	left: 0;
	width: 100%;
	}
.o_ban dl .bottom dd{

	font-size:15px;

	text-align:center;

	color:#ccc;
	padding: 0 50px;
	letter-spacing:1px;

	border-right:1px solid #ddd;

	box-sizing:border-box;

	line-height:16px;

	-webkit-transition:all .5s;

	transition:all .5s;

	}

.o_ban dl .bottom dd:hover{

	color:#fff;

	}

.o_ban dl .bottom a:last-of-type dd{

	border:none;

	}

.o_ban dl .bottom dd.bot_active{

	font-size:16px;

	color:#fff;

	letter-spacing:1.4px;

	}
html[lang="en"] .o_ban dl .bottom dd.bot_active{
	letter-spacing:0;
	}
/*about*/

.ab_ban .company{

	position:absolute;

	bottom:0%;

	left:10%;

	width:80%;

	opacity:0

	}

.ab_ban .left{

	float:left;

	width:42%;

	padding-top:20px;

	}

.ab_ban .left img{

	display:block;

	width:100%;

	height:286px;

	}

.ab_ban .left .lts{

	width:100%;

	margin-top:15px;

	}

.ab_ban .left .lts h3{

	width:100%;

	}

.ab_ban .left .lts b{

	color:#fff;

	font-size:20px;

	letter-spacing:1px;

	}

.ab_ban .left .two{

	color:#fff;

	font-size:20px;

	}

.ab_ban .left span{

	position:absolute;

	right:65px;

	top:2px;

	font-size:36px;

	color:#fff;

	display:block;

	}

.ab_ban .right{

	float:right;

	width:48%;

	height: 308px;

	overflow: auto;

	padding:20px 40px 20px 0;

	}

.ab_ban .right h1{

	font-size:24px;

	color:#fff;

	letter-spacing:2px;

	margin-bottom:10px;

	}
html[lang="en"] .ab_ban .right h1{
	letter-spacing:0.6px;
	font-size:22px;
	}
.ab_ban .right h2{

	font-size:14px;

	color:#fff;

	margin-bottom:25px;

	}

.ab_ban .right p{

	font-size:13px;

	color:#ddd;

	letter-spacing:0.8px;

	margin-bottom:15px;

	}
html[lang="en"] .ab_ban .right p{
	letter-spacing:0px;
	font-size:12px;
	}


