@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/OpenSans-Regular.ttf);
	font-family:"Open Sans";
	}
@font-face{
	src:url(../fonts/OpenSans-ExtraBold.ttf);
	font-family:"num";
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
	list-style:none;
	font-size:62.5%; 
	font-family:"Open Sans",sans-serif;
	}
img{
	display:block;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none !important;
	}
.w_all{
	width:80%;
	margin:auto;}
.w_all2{
	width:1140px;
	margin:auto;
}
.header_b{
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	width:100%;
	padding: 10px 2%;
	box-sizing: border-box;
	-webkit-transition:all 0.6s linear;
	transition:all 0.6s linear;
	}
.header_b.active{
	background:rgba(255,255,255,0.98);
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	}
.header_o{
	position: fixed;
	background:#fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	}
.header_b .navbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_b .logo{
	margin: 0 60px;
}
.header_b .logo img{
	display:block;
	height:72px;
	position:relative;
	z-index:9999;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
header.active .logo img{
	height: 56px;
	padding: 0;
}
.nav_list ul{
	display: flex;
	justify-content: space-between;
	}
.nav_list ul li{
	margin: 0 60px;
}
.nav_list ul li h3{
	font-size: 1.7rem;
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	color:#fff;
	line-height:12px;
	box-sizing:border-box;
	cursor: pointer;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.header_b.active .nav_list ul li h3,.header_o .nav_list ul li h3{
	color:#333;
}
.header_b.active .nav_list ul li:hover h3{
	color: #008bd8;
}
.header_b.active .nav_list ul li.active h3,.header_o .nav_list ul li.active h3,{
	color: #333;
	}
.nav_list ul li i{
	font-size: 2.4rem;
	margin-right: 5px;
	margin-top: 2px;
}
.navBtn{
	position:absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:999;
	cursor:pointer;
	padding:20px;
	display:none;
	z-index: 999999;
}
.navBtn span{
	display: block;
	width: 30px;
	height: 2px;
	background:#fff;
	margin:6px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span{
	background:#333;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-54%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.nav_list_ph{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top:0;
	z-index: 9999;
}
.nav_list_ph ul{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.nav_list_ph ul li{
	margin: 50px 0;
}
.nav_list_ph ul li h3{
	color: #333;
    justify-content: center;
    text-align: center;
	font-size: 2rem;
}
.banner{
	width:100%;
	height:100%;
	position:relative;
	}
.banner ul{
	width:100%;
	height:100%;
	position:relative;
	}
.banner ul:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.1);
	z-index:4;}
.banner li{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
	overflow:hidden;
	}
.banner li .img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	-webkit-transition:all 6s linear;
	transition:all 6s linear;
	-webkit-transform:scale(1);
	transform:scale(1);
	}
.banner li .img.turn_active{
	-webkit-transform:scale(1.1) ;
	transform:scale(1.1);
	}
.banner .p_box{
	position:absolute;
	top:46%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:9999;
	width:80%;
	text-align: center;
	}
.banner .p_box dl dd h3{
	font-size:5rem;
	line-height:1.3;
	color:rgba(255,255,255,0.6);
	text-shadow:0 0 3px rgba(0,0,0,0.05);
	letter-spacing: 2px;
	}
.banner .p_box dl dd h3 strong{
	font-size:80px;
	line-height:1.3;
	color:#fff;
	text-shadow:0 0 3px rgba(0,0,0,0.05);
	opacity: 0.5;
	position: relative;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	}
.banner .p_box dl dd h3 strong::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 24px;
	background: #008bd8;
	width: 0%;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
	z-index: -1;
}
.banner .p_box dl dd h3 strong.active{
	opacity: 1;
}
.banner .p_box dl dd h3 strong.active:before{
	opacity: 1;
	width: 100%;
}
.banner .p_box dl dd p{
	font-size:2.4rem;
	line-height: 1.6;
	display:none;
	font-weight:normal;
	color:#fff;
	margin-top:30px;
	text-shadow:0 0 3px rgba(0,0,0,0.1);
	}
.banner .others{
	position: absolute;
	left: 50%;
	z-index: 9;
	top: 70%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 280px;
	display: flex;
	justify-content: space-between;
}
.banner .others i{
	display: block;
	text-align: center;
	font-size: 2.4rem;
	line-height: 50px;
	width: 50px;
	color: #fff;
	padding:0 5px;
	margin-right: 1px;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.banner .others .right i{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.banner .others i:hover{
	color: #fff;
}
.banner .others span{
	width: 50px;
	height: 50px;
	display: block;
	border: 1px solid #fff;
	border-radius: 4px;
	background-size: contain;
	line-height: 50px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}
.banner_scroll_btn{
	position: fixed;
	bottom:5%;
	width: 40px;
	height:40px;
	left: 49.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:9999;
}
.banner_scroll_btn span img{
	display: block;
	width: 26px;
	position: absolute;
	top: 24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner_scroll_btn span img{
	-webkit-animation:myfirst 2.8s ease-in-out 0s infinite;
	animation:myfirst 2.8s ease-in-out 0s infinite;
}
@keyframes myfirst
{
    0%,100% {top: 18px; opacity: 1;}
    50% {top: 26px; opacity: 0.8;}
}
@-webkit-keyframes myfirst
{
    0%,100% {top: 18px; opacity: 1;}
    50% {top: 26px; opacity: 0.8;}
}
.title1{
	text-align: center;
	margin-bottom:5%;
}
.title1 h1{
	font-size:30px;
	color:#fff;
	margin:30px 0;
	}
.title1 h3{
	font-size:5rem;
	color:#fff;
	text-transform:uppercase;
	line-height:90px;
	font-weight: bold;
	}
.title1 b{
	display:block;
	width:50px;
	height:2px;
	background:#fff;
	margin: auto;
	margin-bottom:30px;
	}
.title1 p{
	font-size:1.8rem;
	color:#fff;
	text-align: center;
	margin:30px 0;
	opacity: 0.8;
	}
.index_bar4{
	background:#f9f9f9 url(../image/bg_pro.jpg) no-repeat center;
	width:100%;
	background-size:cover;
	position:relative;
	}
.index_bar4:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.1);}
.index_bar4 .box{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
.index_bar4 .title1{
	margin-bottom: 6%;
}
.index_bar4 ul{
	display: flex;
	justify-content: space-between;
}
.index_bar4 ul li{
	width: 18%;
	overflow:hidden;
	cursor: pointer;
	position: relative;
	}
.index_bar4 ul li .top{
	text-align:center;
	position:relative;
	}
.index_bar4 ul li .top b{
	width:100%;
	margin: auto;
	display: block;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	overflow: hidden;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	box-sizing: border-box;
	}
.index_bar4 ul li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	z-index: 9;
}
.index_bar4 ul li .top b img{
	width:100%;
	display:block;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0;
	}
.index_bar4 ul li:hover b img{
	opacity: 1;
}
.index_bar4 ul li:hover::before{
	opacity: 1;
}
.index_bar4 ul li .top .txt{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	z-index: 99;
	}
.index_bar4 ul li:hover .top .txt{
	opacity: 1;
	top:48%;
}
.index_bar4 ul li .top .txt span{
	width:26%;
	overflow:hidden;
	margin:auto;
	display:block;
	}
.index_bar4 ul li .top .txt img{
	width:100%;
	margin:auto;
	display:block;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.index_bar4 ul li .top h3{
	margin: auto;
	font-size:1.8rem;
	font-weight: normal;
	color:#fff;
	margin-top:15px;
	line-height: 1.3;
	}
.index_bar4 ul li:hover .top h3{
	color:#fff;
	}
.index_bar2{
	background:url(../image/bg_about.jpg) no-repeat center center;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	}
.index_bar2 .box{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:9;
	}
.index_bar2 ul li{
	float:left;
	width:25%;
	margin:15px 0;
	text-align: center;
	}
.index_bar2 ul li h3{
	font-size:2.2rem;
	color:#fff;
	border-right: 1px solid rgba(255,255,255,0.3);
	}
.index_bar2 ul li:last-of-type h3{
	border: none;
}
.index_bar2 ul li h3 strong{
	font-size:8.2rem;
	color:#fff;
	line-height: 0.7;
	display: block;
	font-weight: bold;
	margin-bottom: 30px;
	}
.index_bar2 ul li h4{
	width:80%;
	margin:auto;
	font-size:2.4rem;
	color:#fff;
	margin-top:40px;
	}
.index_bar2 ul li h4 span{
	display: block;
	font-weight: normal;
	font-size:1.6rem;
	color:#fff;
	margin-top:15px;
	opacity: 0.8;
	}
.more{
	overflow:hidden;
	margin-top:30px;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	font-size:14px;
	line-height: 1.4;
	color: #f4a200;
	}
.more:hover{
	letter-spacing: 0.5px;
}


.footer{
	width:100%;
	position:relative;
	background-color:#fff;
	z-index:9;
	}
.footer_con_top{
	padding:50px 0 0px;
	position: relative;
	}
.footer_con_top .left{
	float:right;
	position:relative;
	}
.footer_con_top .left ul{
	margin:15px auto 0;
	}
.footer_con_top .left ul li{
	margin-left:20px;
	float:left;
	width:28px;
	position:relative;
	}
.footer_con_top .left ul li img{
	display:block;
	width:100%;
	}
.footer_con_top .left ul li:hover{
	opacity:0.7;
	}
.footer_con_top .right{
	width:70%;
	float:left;
	}
.footer_con_top dl{
	position:relative;
	margin-top:0px;
	margin-bottom:30px;
	box-sizing: border-box;
	}
.footer_con_top dl dt{
	color:#333;
	font-size:2.6rem;
	margin-bottom:2%;
	position:relative;
	}
.footer_con_top dl dd{
	color:#333;
	margin:8px 0;
	line-height: 1.3;
	cursor:pointer;
	font-size: 14px;
	-webkit-transition:all .5s;
	transition:all .5s;
	opacity: 0.8;
	}
.footer_con_top dl dd:hover{
	opacity: 1;
	}
.footer .f_nav{
	position: absolute;
	right: 0;
	bottom: 40px;
}
.footer .f_nav h4{
	font-weight: normal;
	font-size: 1.3rem;
	color: #333;
	border: 1px solid rgba(0,0,0,0.3);
	padding:7px 10px;
	display: flex;
	width: 150px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.footer .f_nav h4 i{
	color: #333;
	font-size: 1.6rem;
	font-weight: bold;
	margin-left: 30px;
}
.footer .f_nav .ff{
	position: absolute;
	left: 0;
	bottom: 32px;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.3);
	background: #fff;
	padding:5px 10px;
	z-index: 9;
	display: none;
	box-sizing: border-box;
}
.footer .f_nav span{
	color:#333;
	display: block;
	font-size: 1.3rem;
	margin: 6px 0px;
	opacity: 0.8;
}
.copy_right{
	padding:0px 0 20px;
	position:relative;
	border-top: 1px solid rgba(0,0,0,0.2);
	padding-top: 1%;
	}
.copy_right p{
	color:#333;
	font-size: 1.3rem;
	opacity: 0.6;
	}
.copy_right p a{
	margin-left: 20px;
}
.copy_right span{
	color:#333;
	-webkit-transition:all .4s;
	transition:all .4s;
	font-size: 1.3rem;
	display: block;
	float: right;
}
.copy_right span:hover{
	color:#333;
}
.copy_right a{
	color:#333;
	font-size: 1.3rem;
}
.bantop{
	display: flex;
	align-items: center;
	padding: 20px 0;
	display: none;
}
.bantop img{
	width: 16px;
}
.bantop i{
	font-size: 1.2rem;
	margin: 0 10px;
	margin-top: 3px;
	color: #666;
}
.bantop a,.bantop span{
	font-size: 1.4rem;
	color: #666;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bantop a:hover{
	color: #f4a200;
}
.ban{
	margin-top: 93px;
	padding: 5% 0;
}
.ban p{
	text-align: center;
	font-size: 4rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.allbox{
	padding: 5% 0;
	background: #f9f9f9;
}
.allbox .contain{
	display: flex;
	justify-content: space-between;
}
.allbox .contain .left{
	width: 19%;
}
.allbox .contain .left dt{
	border-bottom: 1px solid #ddd;
	padding: 15px;
	font-size: 1.6rem;
	color: #333;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.allbox .contain .left dt::before{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 0%;
	height: 2px;
	background: #00459d;
	opacity: 0;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.allbox .contain .left dl:first-of-type dt{
	border-top: 1px solid #ccc;
}
.allbox .contain .left dl.active dt::before{
	opacity: 1;
	width: 100%;
}
.allbox .contain .left dl.active dt{
	color: #00459d;
	font-weight: bold;
}
.allbox .contain .left dl:hover dt{
	color: #00459d;
}
.allbox .contain .right{
	width: 76%;
}
.allbox .contain .right h1{
	font-size: 3.2rem;
	color: #333;
	margin-top: -1%;
}
.about .contain .right img{
	width: 100%;
	margin: 3% 0;
}
.allbox .contain .right p{
	margin: 3% 0;
	font-size: 1.5rem;
	color: #555;
	line-height: 1.8;
}
.about .contain .right p:first-of-type{
	font-weight: bold;
	color: #333;
	font-size: 1.8rem;
}
.about .contain .right p strong{
	color: #f4a200;
	font-size: 1.8rem;
}
.about .contain .right .bg{
	padding: 10% 0;
}
.about .contain .right .bg p{
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	letter-spacing: 1px;
}
.about2 .right h3{
	display: flex;
	align-items: center;
	font-size: 2rem;
	margin-top: 5%;
}
.about2 .right img{
	margin-right: 15px;
	border-radius: 50%;
	width: 30px;
	padding: 10px;
	background-image: linear-gradient(to right,#4e8ad5, #00459d);
}
.about2 .contain .right p{
	margin: 2% 0 2% 2.5%;
	position: relative;
	padding-left: 16px;
}
.about2 .right p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
}
.about3 .right .bg{
	padding: 10% 0;
	margin: 5% 0 5%;
}
.about3 .right .bg p{
	color: #fff;
	text-align: center;
	font-size: 2.6rem;
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0;
}
.about3 .right p{
	margin: 2% 0;
	position: relative;
	padding-left:42px;
}
.about3 .right p strong{
	position: absolute;
	left: 0;
	top: -1px;
	padding: 3px;
	text-align: center;
	width: 20px;
	color: #333;
	line-height: 20px;
	font-size: 1.1rem;
	border-radius: 50%;
	font-weight: normal;
	background: #f2f2f2;
	border: 1px solid #e3e3e3;
}
.service .right .bg{
	padding: 10% 0;
	margin: 5% 0 5%;
	position: relative;
}
.service .right .bg::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 0.4;
}
.service .right .bg p{
	color: #fff;
	text-align: center;
	font-size: 2.2rem;
	display: block;
	letter-spacing: 0px;
	width: 55%;
	line-height: 1.5;
	margin: auto;
	position: relative;
	z-index: 3;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.service .right .bg span{
	width: 6%;
	height: 1px;
	display: block;
	background: #fff;
	margin:0 auto 3%;
	position: relative;
	z-index: 3;
}
.news ul{
	margin-top: 5%;
}
.news ul li{
	padding: 3% 0;
	border-top: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news ul li .imgs{
	width: 30%;
	overflow: hidden;
}
.news ul li .imgs img{
	width: 100%;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.news ul li:hover .imgs img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.news ul li .txt{
	width: 64%;
}
.news h6{
	font-size: 1.4rem;
	color: #004ca3;
	margin-bottom: 3%;
	position: relative;
	padding-left: 20px;
}
.news h6::before{
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #004ca3;
    border-bottom: 5px solid transparent;
}
.news ul li .txt h3{
	font-size: 1.6rem;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
}
.news ul li:hover .txt h3{
	color:#004ca3;
}
.news_d .contain .right h1{
	font-size: 2.6rem;
	margin-bottom: 2%;
}
.news_d .contain .right img{
	max-width: 100%;
}
.contact ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact ul li{
	margin-top: 3%;
	width:47%;
}
.contact ul li:first-child{
	width: 100%;
}
.contact ul li p{
	margin: 10px 0 !important;
}
.contact ul li h3{
	font-size: 1.8rem;
	color: #004ca3;
	margin-bottom: 3%;
	position: relative;
	padding-left: 20px;
}
.contact ul li h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #004ca3;
    border-bottom: 6px solid transparent;
}
.message input{
	display: block;
	width: 100%;
	border:none;
	outline: none;
	padding: 0;
	margin-bottom: 16px;
	box-sizing: border-box;
	padding: 0 16px;
	line-height: 36px;
	background: rgba(0,0,0,0.05);
	float: left;
	width: 49%;
	font-size: 1.4rem;
}
.message input:nth-of-type(2n){
	float: right;
}
.message textarea{
	resize: none;
	border:none;
	padding: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 100px;
	padding: 10px 16px;
	font-size: 1.4rem;
	background: rgba(0,0,0,0.05);
}
.message input[type="submit"]{
	width: 120px;
	margin:26px 0 0;
	color: #FFF;
	background: #004ca3;
	float: none;
	cursor: pointer;
}
html[lang="cn"] .nav_list ul li h3{
	letter-spacing: 1px;
}
html[lang="cn"] .banner .p_box dl dd h3 strong {
    font-size: 8rem;
	margin: 0 10px;
    letter-spacing: 10px;
}
html[lang="cn"] .banner .p_box dl dd p{
	font-size: 2rem;
	letter-spacing: 2px;
}
html[lang="cn"] .title1 h3{
	letter-spacing: 4px;
}