@charset "utf-8";
*,body{
	margin: 0;
	padding: 0;
	font-family: Arial,"Microsoft YaHei";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
html, body {width: 100%;height: 100%;}
body {font-family: "Microsoft YaHei";}
ul li {list-style: none;}
a {	text-decoration: none;}
img {
	border: none; 
	
}
.clear {clear: both;}
h1,h2,h3,h4,h5,h6,p,i,span,li,a,img,.img,.pro-body,.fixednav,.navbar-lang,.time,:after,:before{
	transition:all 0.5s;
    -moz-transition:all 0.5s; /* Firefox 4 */
    -webkit-transition:all 0.5s; /* Safari and Chrome */
    -o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
  
::-webkit-scrollbar {width: 8px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color: #fff;/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color: #444;/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color: #fff;/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color: #fff;/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
  
html {
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-size:cover;
}
.header{width:100%; height:70px;position: relative;z-index: 9999;
background-color: #fff;
box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
-webkit-box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
-moz-box-shadow:0 4px 12px 0 rgba(52,63,75,0.1),0 10px 40px 0 rgba(52,63,75,0.08),0 0 0 1px rgba(52,63,75,0.05);
border-bottom: rgba(0,0,0,0.05);
}
.header .container{margin:0px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
}
.header .logo{width:25%;height:100%;}
.header .logo img{margin:15px 0 0 0; width: 100%;
    /* width: 236px!important;height: 60px!important; */
}
.header .nav{width:70%;height:100%;}
.header .lang{width: 5%;height:100%;color: #666;text-align: right;line-height: 70px;font-family: '宋体' }
.header .lang a{font-size:14px;font-family:"Arial";color: #0093dd;padding:0;font-weight: 300;}
.header .lang a:hover{text-decoration: none}
.navbar-nav{width:100%; height:auto;}
.navbar-nav ul{width:100%; height:auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.navbar-nav ul li{border-right: 1px solid rgba(0,0,0,0.05);
    padding: 0 30px;
}
.navbar-nav ul li:hover{background:#e67616;}
.navbar-nav ul li .dropdown{width:100%; line-height:70px;text-align:center; color:#333; font-size:16px; display:block;}
.navbar-nav ul li:hover .dropdown{color:#fff; text-decoration: none}
.dropdown-menu{
    width: 60%!important;
    /* left: 50%;
    margin-left: -30%; */
    border-radius: 0!important;
	height:auto;
	padding:0;
	position:absolute;
	top:68px; 
	z-index:999999;
	display:none;
	-webkit-box-shadow: 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 rgba(0, 0, 0, 0)!important;
    border:none!important;
    min-width: 234px;
}
.dropdown-menu .container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	height:auto;
	-webkit-box-shadow: 0 rgba(0, 0, 0, 0)!important;
    box-shadow: 0 rgba(0, 0, 0, 0)!important;

}
.dropdown-menu .link{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	flex-direction:column;
	padding: 10px 0;margin: 0 5% 0 0;
}
.dropdown-menu .link a{
font-size:12px;text-transform: uppercase;
display:block;width: 300px;height: 35px!important;line-height: 32px!important; border: 1px solid #ddd;margin: 0 0 4% 0;
color: #666;padding: 0 20px;}
.dropdown-menu .link a i{font-size: 1rem;margin-right: 5px}
.dropdown-menu .link a:hover{color: #fff;background-color: #e67616;text-decoration: none}
.dropdown-menu .img{text-align: right;padding: 10px 0;}




/*1920*/
@media screen and (min-width:1600px) and (max-width: 1920px){
.container{width:90%;}
.sub-nav{width: 100%;
    /* margin-left: -45%;left:50%; */
}
/* .navbar-nav ul li{padding: 0 30px;}	 */
.navbar-nav ul li .dropdown{font-size:14px;}
.fixednav{height: 60px!important;}	
}

/*1366*/
@media screen and (min-width:1440x) and (max-width: 1599px){
.container{width:94%;}
.sub-nav{width: 94%;margin-left: -47%;left:50%;}
.navbar-nav ul li{padding: 0 25px;}	
.navbar-nav ul li .dropdown{font-size:14px;}
.fixednav{height: 60px!important;}

}

/*1280*/
@media screen and (min-width: 1280px) and (max-width: 1440px){
.container{width:96%;}
.sub-nav{width: 96%;margin-left: -48%;left:50%;}
/* .navbar-nav ul li{padding: 0 20px;}	 */
.navbar-nav ul li .dropdown{font-size:14px;}
.fixednav{height: 60px!important;}

}
@media (min-width: 1200px){
.container {
    width: 95%;
}
.sub-nav{width: 100%;}
}
/*992*/
@media screen and (min-width: 993px) and (max-width: 1279px){
.container{width:96%}
.sub-nav{width: 96%;margin-left: -48%;left:50%;}
.navbar-nav ul li{padding: 0 15px;}	
.navbar-nav ul li .dropdown{font-size:14px;}
.fixednav{height: 60px!important;}
}
@media only screen and (max-width:992px){
body{width: 100%;height: 100%;}	
::-webkit-scrollbar {width: 0px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color: #fff;/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color: #237ac1;/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color: #fff;/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color: #fff;/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
.pre-scrollable{height:600px!important;overflow-y:scroll}
.slide-image{height: 400px!important;width: auto;}	
footer .container .footer-nav{
    /* width: 100%; */
}
}



footer{background-color: #232323;}
footer .container{width: 100%;padding: 0;  padding: 0 5%;}
footer .container .footer-nav{
    /* width: 50%; */
	display: flex;
	display:-webkit-flex;
	justify-content:flex-start;
	float: left;padding:30px 30px;
}
footer .container .footer-contact{padding:30px 15px;float: right}
footer a{color:rgba(255,255,255,0.3);}
footer a:hover{color: rgba(255,255,255,0.8);text-decoration: none;}
.footer-single {padding: 0 30px 0 0;}
.footer-single ul {}
.footer-single li {}
.footer-single li a{font-size:12px;color: rgba(255,255,255,0.4);line-height: 25px;text-transform: uppercase;font-weight: 300; }
.footer-single li a:hover{color: rgba(255,255,255,0.8);text-decoration: none;}
footer h6 {font-size: 16px;color:rgba(255,255,255,0.8);margin: 0 0 20px 0;text-transform: uppercase;font-weight: 600;}
.footer-block{font-size:16px;color:rgba(255,255,255,0.8);font-weight: 600;padding: 0;margin: 0 0 20px 0;}
.address-sub{font-size:13px;color:rgba(255,255,255,0.4);font-family:Arial, "Microsoft YaHei";margin: 0 0 10px 0;}
.address-sub i{color:rgba(255,255,255,0.4); padding-right: 10px;font-size:1.2em }
.footer-copy{width: 100%;border-top: 1px solid rgba(255,255,255,0.05); }
.copyright {color: rgba(255,255,255,0.2);font-size: 12px;line-height: 40px;font-weight: 100;text-transform: uppercase;padding:0 30px;}
/* .copyright span{display: block;} */
.footer-contact .weixin{
	position: relative;
}
.footer-contact .weixin .qr{
	background-repeat: no-repeat;
	background-image: url(../images/header_right_weixin_qr_bg.png);
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 20px;
	padding-top: 10px;
	/* padding-left: 4px; */
	text-align: center;
	width: 108px;
	height: 114px;
	display: none;
}
.footer-contact .weixin .qr img{width: 89px;}

.section-header {
  margin-bottom: 60px;
}
.section-header .section-title {
  font-size: 30px;text-transform: uppercase; letter-spacing: 1px;font-weight: 800;
  color: #0093dd;
  position: relative;
  padding: 0;
  font-weight:800;
  margin:0; 	
}

.section-header .section-title:after{
	content:'';
	width:100px;
	height:1px;
	background-color:rgba(0,0,0,0.1);
	display:block;
	position:absolute; left:50%;margin-left: -250px;bottom:10px;
	}
.section-header .section-title:before{
	content:'';
	width:100px;
	height:1px;
	background-color:rgba(0,0,0,0.1);
	display:block;
	position:absolute; right:50%;margin-right: -250px; bottom:10px;
	}
.section-header span{font-size:14px; text-transform:none;color:rgba(0,0,0,0.3);font-weight: 300;position:relative;
	line-height: 36px;display: block;text-transform: uppercase;padding: 0;margin: 0;}
.section-header span:before{
	content:'';
	width:30px;
	height:6px;
	background-color:#e67616;
	display:block;
	position:absolute; right:50%;margin-right: -15px; bottom:-15px;
	
}
.parallax-section {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.dn{display: none;}
/* 返回顶部 */
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -50px;
	width: 100px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}
.container{
    max-width: 1400px;
}


