.display{ display:none;}
.clear{ clear:both}
h5{
	font-family:"Impact","Helvetica Neue";
	
	}
.lf{
    float: left;
}

.lr{
    float: right;
}

.mr-20{
    margin-right: 20px;
}

.cf{
    clear: both;
}

	.pb-0{
    padding-bottom: 0px;
}
.pb-60{
    padding-bottom: 60px;
}

.pb-100{
	padding-bottom: 100px;
}

.pt-100{
    padding-top: 100px;
}
.pt-60{
    padding-top: 60px;
}

.pt-40{
    padding-top: 40px;
}
.pb-160{
    padding-bottom: 160px;
}
.bb-0{
	border-bottom:0;
	
	}
.mb-0{
	margin-bottom:0;
	
	}
.main{
    width: 1400px;
    margin: 0 auto;
}

.main2{
    width: 1422px;
    margin: 0 auto;
}

.main3{
	width: 1000px;
    margin: 0 auto;
}

.nav-main{
	height: 100%;
	position: relative;
}

/*导航*/

.nav {
	width: 100%;
	height: 78px;
	position: absolute;
	top: 0px;
	z-index: 100;
	background:#44B549;
	/*background: url(../images/nav_bg.png);
	background-image: -webkit-image-set(url(../images/nav_bg.png) 1x,url(../images/nav_bg_402x.png) 2x);
	background-repeat: no-repeat;*/
	position: fixed;
}

.nav.active{
	background: none;
}

.nav-wrap{
	width: 100%;
	position: absolute;
	top: 18px;
	z-index: 100;
}

.nav-bg{
	position: absolute;
	width: 100%;
	height: 77px;
	left: 0;
	top: -100%;
	background: #44B549;
	border-bottom:0;
}

.nav-btn{
	display: none;
}

.nav-bg.active{
	top: -0px;
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
}

.nav-logo a {
	width: 178px;
	height: 47px;
	background: url(../images/logo.png) no-repeat center / cover;
	background-image: -webkit-image-set(url(../images/logo.png) 1x,url(../images/logo_402x.png) 2x);
	float: left;
	display: inline-block;
}

.nav-logo.active a{
	background: url(../images/logo.png);
	background-image: -webkit-image-set(url(../images/logo.png) 1x,url(../images/logo_402x.png) 2x);
	background-size: cover;
	background-repeat: no-repeat;
}

.nav-list {
	float: right;
}

.nav-list li{
	float: left;
	margin-right: 50px;
	font-size: 16px;
	line-height: 58px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.nav-list li a{
	color:#FFF;
}
.nav-list li:nth-child(7){
	margin-right: 15px;
	}

.nav-list li.selected{
	opacity: 0.7;
	color:#44B549;
}

.nav-list li:hover{
	opacity: 0.7;
}

.en{
	font-size: 18px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 15px;
	border: 1px solid rgba(204,204,204,0.5);
	margin-top: -5px;
    text-align: center;
    transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.en:hover{
	/*opacity: 0.6;*/
	color:#44B549;
}

li.tel-fa{
	margin-right: 10px;

}

.tel-fa{
	border: 1px solid rgba(204,204,204,0.5);
	border-radius: 15px;
	margin-top: -5px;
	height: 30px;
	width: 176px;
	/*width: 240px;
	height: 270px;*/
	transition: all 1.1s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 1.1s cubic-bezier(.19,1,.22,1);
    transform-origin: right top; 
    overflow: hidden;
    cursor: normal;
    /*box-shadow: 0px 0px 0px #000;*/
    position: relative;
    margin-right: 20px;
}

li.tel-fa:hover{
	opacity: 1;
	background: rgba(255,255,255,0.95);
	/*width: 240px;
	height: 260px;*/
	transition: all 1.1s cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 1.1s cubic-bezier(.19,1,.22,1);
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    overflow: visible;
}

.tel-fa:hover .Tel_add {
	top: 40px;
	opacity: 1;
	transition: all 1.1s cubic-bezier(.19,1,.22,1) 0.1s;
    -webkit-transition: all 1.1s cubic-bezier(.19,1,.22,1) 0.1s;
}

.Tel_fill{
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #fff;
    opacity: 0;
}

.Tel_add {
	width: 240px;
	background: rgba(255,255,255,0.95);
	border-radius: 15px;
	padding: 8px 0 30px;
	position: absolute;
	right: 0;
	top: 80px;
	opacity:0;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

.Tel_add p{
	color: #272727;
	font-size: 16px;
	line-height: 16px;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.Tel_add img{
	float: left;
	width: 15px;
	height: 16px;
	margin-right: 16px;
}

.Tel_add dt{
	margin-block-start: 0em;
	margin-block-end: 0em;
	height: 16px;
}

.Tel_add dd{
	margin-top: 18px;
}

.Tel_add dt p  {
	float: left;
	font-size: 14px;
	color: #44B549;
	opacity: 0.2;
	line-height: 14px;
}

.Tel_add span{
	width: 196px;
	height: 1px;
	float: right;
	background: #44B549;
	opacity: 0.2;
	margin-top: 8px;
	margin-left: 5px;
	display: block;
}

.Tel_add dl{
	margin-top: 16px;
	margin-left: 10px;
    
}

.Tel_add dl:nth-child(2){
	margin-top: 16px;
}

.nav-list.active li:last-child{
	/*border: 1px solid rgba(204,204,204,0.5);*/
}
.tel{
	padding: 5px 10px;
	display: block;
}

.icon_phone{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/icon_phone.png);
	background-image: -webkit-image-set(url(../images/icon_phone.png) 1x,url(../images/icon_phone_402x.png) 2x);
	background-repeat: no-repeat;
	margin-right: 4px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

.icon_phone.active {
	background: url(../images/icon_phone_black.png);
	background-image: -webkit-image-set(url(../images/icon_phone_black.png) 1x,url(../images/icon_phone_black_402x.png) 2x);
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-list a {
	position: relative;
	color: #fff;
	cursor: pointer;
}
.nav-list a:hover {
	opacity: 0.8;
}

.nav-list li.Tel-add dl dt p a{
	color: #333;
}

.nav-list.active a , .tel-fa.active a{
	color: #fff;
}

.Tel_add.active a:hover{
	color: #333;
}

.nav-list a span.on{
	width: 55px;
}

/*经典案例页导航*/
.nav-pro{
	width: 100%;
	height: 54px;
	position: fixed;
	top: 0;
	background: url(../images/nav_bg_white.png);
    background-image: -webkit-image-set(url(../images/nav_bg_white.png) 1x,url(../images/nav_bg_white_402x.png) 2x);
    z-index: 1000;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

.btn-back{
	width: 74px;
	height: 52px;
	background-image: url(../images/back_line_402x.png);
	background-size: cover;
    cursor: pointer;
    overflow: hidden;
    float: left;
}

.btn-back span{
	width: 100%;
	height: 100%;
	background-image: url(../images/back_402x.png);
	background-size: auto 100%;
	background-position: 0% 50%;
	display: block;
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
}

.btn-back:hover span{
	background-position: 100% 50%;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.btn-next{
	width: 54px;
    height: 52px;
    background-image: url(../images/next_line.png);
    background-size: cover;
    float: right;
    transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    cursor: pointer;
    position: relative;
}

.tip{
	position: absolute;
	top: 103%;
	min-width: 270px;
	height: 0px;
	background: #329bf0;
	transform-origin: top center;
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	overflow: hidden;
}

.tip p{
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	white-space:nowrap;
	opacity: 0;
	transition: all 0.8s cubic-bezier(.19,1,.22,1) ;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1) ;
	display: block;
	padding: 0 30px;
}

.tip-next{
	right: 0;
}

.tip-prev{
	right: 0;
}

.btn-next:hover .tip , .btn-prev:hover .tip{
	opacity: 1;
	height: 60px;
	transition: all 1.2s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.2s cubic-bezier(.19,1,.22,1);
}

.btn-next:hover .tip p , .btn-prev:hover .tip p{
	opacity: 1;
	transition: all 1.2s cubic-bezier(.19,1,.22,1) ;
	-webkit-transition: all 1.2s cubic-bezier(.19,1,.22,1) ;
	line-height: 60px;
}

.btn-next span{
	width: 100%;
	height: 100%;
	background-image: url(../images/next.png);
	background-position: 100% 50%;
	background-size: cover;
	display: block;
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
}

.btn-next:hover span{
	background-position: 00% 50%;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.btn-prev{
	width: 54px;
    height: 52px;
    background-image: url(../images/prev_line.png);
    background-size: cover;
    float: right;
    transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    cursor: pointer;
    position: relative;
}

.btn-prev span{
	width: 100%;
	height: 100%;
	background-image: url(../images/prev.png);
	background-position: 0% 50%;
	background-size: cover;
	display: block;
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
}

.btn-prev:hover span{
	background-position: 100% 50%;
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.btn-no-prev{
	width: 55px;
    height: 52px;
    background: url(../images/zp_402x.png) 0px 52px;
    background-size: 148px 208px;
    float: right;
}

.btn-no-next{
	width: 54px;
    height: 52px;
    background: url(../images/zp_402x.png) -54px 52px;
    background-size: 148px 208px;
    float: right;
}

/*banner*/
.banner{
	width: 100%;
	height: 720px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	overflow: hidden;
	position: relative;
}

.banner-text{
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	height: 169px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center; 
	margin-top: 290px;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	transition: all 1.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.8s cubic-bezier(.19,1,.22,1);
	filter: alpha(opacity=0);  
}

.banner-text.active{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100);
}
.banner-inner{
	width: 100%;
	height: 210px;
	text-align: center;
	margin-top: 78px;
	background-color: #B4B8B7;
	background-image: url(../images/innerbanner.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}
.banner-inner2{
	width: 100%;
	height: 210px;
	text-align: center;
	margin-top: 78px;
	background-color: #B4B8B7;
	background-image: url(../images/innerbanner2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}
.banner-inner-text{
	font-size:50px;
	line-height:35px;
	margin-right:0px;
	padding-top:80px;
	color:#FFF;
	
	}
.banner-inner-text span{
	font-size:18px;
	}
.wrap{
	width: 100%;
	background: #fff;
}

/*footer*/
.footer{
	width: 100%;
	height: auto;
	position: relative;
}

.footer-content{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #282c32;
}

.footer-nav{
	float:right;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	vertical-align: top;
	margin-top: 0px;
}

.footer-nav-1000{
	margin-left: 0;
    margin-right: 160px;
}

.footer-logo{
	margin-left: 50px;
	transform: translateY(-62px);
	-webkit-transform: translateY(-62px);
}

.footer-nav span{
	width: 121px;
	height: 122px;
	display: block;
	background: url(../images/qrcode.jpg) no-repeat center / cover;
	background: url(../images/qrcode.jpg);
	background-image: -webkit-image-set(url(../images/qrcode.jpg) 1x,url(../images/qrcode.jpg) 2x);
	background-size: cover;
	margin-bottom: 5px;
}

.footer-nav p:nth-child(1){
	letter-spacing: -0.5px;
	margin-bottom: 17px;
}

.footer-nav p:nth-child(2){
	color: #636871;
}

.footer-nav p{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 40px;
}


.contact{
	color: #fff;
	display: inline-block;
}

.contact dl{
	float: left;
	margin-right:240px;
}

.contact-1000 dl{
	margin-right: 145px;
}

.contact dl:nth-child(2){
	margin-right: 0;
}

.contact dt{
	display: inline-block;
	width: 262px;
	font-size: 18px;
	line-height: 54px;
	height: 54px;
	margin-bottom: 30px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.contact-1000 dt{
	width: 240px;
	margin-bottom: 20px;
}

.contact img{
	width: 35px;
	margin-right: 14px;
	margin-bottom: -3px;
	vertical-align:middle;
}

.contact dd{
	font-size: 16px;
	line-height: 36px;
	color: #fff;
}

    .contact dd a{
		color:#FFF;
    }
    .contact dd a:hover{
		color:#999;
    }
.contact-1000 dd{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 12px;
}

.contact-call dd a{
	color: #fff;
}

.contact-call dd a:hover{
	color: #999;
}

.footer-logo li{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	float: left;
    cursor: pointer;
}

.footer-logo-1000{
	margin-left: 0;
}

.footer-logo-1000 li{
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.footer-logo li a{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.footer-logo li:hover a{
	opacity: 1;
}

.footer-logo li:hover{
	
}

.copyright{
	width: 100%;
	background: #21252b;
}

.copyright span{
	width: 100%;
	height: 1px;
	display: block;
	background: #fff;
	opacity: 0.1;
}

.copyright p{
	text-align: left;
	font-size: 12px;
	line-height: 80px;
	margin-left: 50px;
	color: rgba(188,196,207,0.4);
	float: left;
    width: auto;
}
.copyright p a{
	color: rgba(188,196,207,0.4);
}
.copyright p a:hover{
	color: rgba(188,196,207,0.6);
}


.copyright-1000 p{
	margin-left: 0;
}

.copyright ul{
	float: right;
	width: auto;
	margin-right: -20px;
}

.copyright-1000 ul{
	margin-right: 0;
	width: auto;
}

.copyright li{
	height: 80px;
	float: left;
}

.copyright li a{
	font-size: 16px;
	line-height: 80px;
	margin-right: 40px;
	color: #fff;
	float: left;
}

.copyright-1000 li:nth-child(7) a{
    margin-right: 0;
}

/*标题*/
.title-text h5{
	font-size: 48px;
	line-height: 48px;
	color: #44B549;
	text-align: center;
}



.title-text p{
	font-size: 22px;
	line-height: 22px;
	color: #808080;
	text-align: center;
	margin-top: 40px;
}

.title{
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	color: #44B549;
}
.title-2{
	line-height: 60px;
}

/*回到顶部按钮*/
.to-top{
	width: 60px;
	height: 60px;
	background: url(../images/to_top.png);
	background-image: -webkit-image-set(url(../images/top2.png) 1x,url(../images/top2.png) 2x);
	background-size: cover;
	background-repeat: no-repeat;
	position: fixed;
    right: 50px;
    bottom: 150px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
}

.qq-line{
	width: 60px;
	height: 60px;
	background: url(../images/qq_line.gif)center no-repeat;
	background-size: cover;
	position: fixed;
	right: 50px;
	bottom: 80px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 9999;
    cursor: pointer;
}

.qq-line a{
	width: 100%;
	height: 100%;
	display: block;
}

.to-top.active , .qq-line.active{
	opacity: 0.5
}

.to-top:hover , .qq-line:hover{
	opacity: 1 !important;
}

/*微信二维码*/
.vx-tips{
    position : fixed;
    left : 0;
    top : 0;
    width : 100%;
    height : 100%;
    z-index : 1001;
}

.vx-mask{
    position : absolute;
    width : 100%;
    height : 100%;
    background : rgba(17,23,28,0.5);
    z-index : 1001;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.vx-information{
	position : absolute;
    width : 530px;
    height : 532px;
    background : #fff;
    z-index : 1002;
    left : 50%;
    transform : translateX(-50%);
    -webkit-transform : translateX(-50%);
    opacity: 0;
}

.vx-information span:nth-child(1){
	width : 400px;
    height : 150px;
    display : block;
    margin : 0 auto;
    margin-top : 90px;
    background : url(..image/index/qr_code.png);
    background-image: -webkit-image-set(url(../images/qr_code.png) 1x,url(../images/qr_code_402x.png) 2x);
}

.vx-information p{
	font-size: 18px;
	line-height: 30px;
	color: #272727;
	text-align: center;
	margin-top: 57px;
	margin-bottom: 25px;
}

.vx-information span:nth-child(3){
	width: 210px;
	height: 60px;
	background: #329bf0;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	transition: all 1.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.8s cubic-bezier(.19,1,.22,1);
}

.vx-information span:nth-child(3):hover{
	background: #2384d2;
}

.vx-mask.active{
	opacity: 0;
}

button {
  margin: 10px 10px;
  padding: 10px 30px;
  border-radius: 8px;
  border: 2px solid;
  font: 18px 'Open Sans', sans-serif;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform:none;
}
.btn-6 {
  color: #fff;
  border-color: #44B549;
  position: relative;
  overflow: hidden;
	background-color:#44B549;
}
.btn-6:before {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: -2;
  top: 0;
  right: -30px;
  height: 100%;
  width: 0;
  -webkit-transform: skew(45deg, 0);
          transform: skew(45deg, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.btn-6:hover {
  color: #44B549;
	background-color:#FFF;
  z-index: 0;
}
.btn-6:hover:before {
  width: 150%;
}

/*------------------------*/

.btn-7 {
  margin: 5px 5px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid;
  font: 14px 'Open Sans', sans-serif;
  color: #fff;
  border-color: #fff;
  position: relative;
  overflow: hidden;
}
.btn-7:before {
  content: "";
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -20px;
  height: 100%;
  width: 0;
  -webkit-transform: skew(45deg, 0);
          transform: skew(45deg, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.btn-7:hover {
	background-color:#FFF;
  color: #44B549;
  z-index: 2;
}
.btn-7:hover:before {
  width: 150%;
}

/*------------------------*/

.btn-8 {
  margin: 10px 10px;
  padding: 10px 30px;
  border-radius: 8px;
  border: 2px solid;
  font: 18px 'Open Sans', sans-serif;
  color: #fff;
  border-color: #44B549;
  background-color: #44B549;
  position: relative;
  overflow: hidden;
}
.btn-8:before {
  content: "";
  background-color: #44B549;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -40px;
  height: 100%;
  width: 0;
  -webkit-transform: skew(45deg, 0);
          transform: skew(45deg, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.btn-8:hover {
	background-color:#44B549;
  color: #fff;
  z-index: 2;
}
.btn-8:hover:before {
  width: 150%;
}
/*------------------------*/
.hcenter{
	text-align:center;
  width: 100%;
	}
.btn-9 {
  margin: 22px 8px;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid;
  font: 14px 'Open Sans', sans-serif;
  color: #44B549;
  border-color: #44B549;
  position: relative;
  overflow: hidden;
}
.btn-9:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -20px;
  height: 100%;
  width: 0;
  -webkit-transform: skew(45deg, 0);
          transform: skew(45deg, 0);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.btn-9:hover {
	background-color:#44B549;
  color: #fff;
  z-index: 2;
}
.btn-9:hover:before {
  width: 150%;
}

@media screen and (max-width: 1950px){
	.main , .main ,.main2 {
		width: 1200px;
	}	
	
		.about-text {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
	text-indent:34px;
	}
	.contact dl{
		margin-right: 246px;
	}
    .banner-text{
    	margin-top: 180px;
    	font-size: 57px;
		line-height:180%;
    }
    .banner-text-en{
    	margin-top: 150px;
    	font-size: 47px;
    }
    .contact-call dd {
    	line-height: 45px;
    }
}






@media screen and (max-width: 1700px){

	.main , .main ,.main2 {
		width: 1000px;
	}
	.title-text h5, .title{
		font-size: 40px;
		line-height: 25px;
	}
	.title-2{
		line-height: 60px;
	}
	.pt-100{
    padding-top: 60px;
}
	.pb-40{
    padding-bottom: 40px;
}
	.pb-60{
    padding-bottom: 60px;
}

    .footer-logo{
		margin-left: 58px;
		transform: translateY(-44px);
		-webkit-transform: translateY(-44px);
	}
	.footer-logo li{
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}
	.footer-nav{
		margin-left: 0px;
		margin-right: 0;
	}
    .contact dd{
    	font-size: 14px;
    	line-height: 14px;
    	margin-bottom: 12px;
    }
	.contact dt{
		width: 240px;
		margin-bottom: 20px;
	}
	.footer-logo{
		margin-left: 0;
		padding-right: 140px;
	}
	.contact dl{
		margin-right: 195px;
	}
	.copyright p{
		margin-left: 0;
	}
	.copyright ul{
		width: auto;
		margin-right: 0;
	}
	.copyright li:nth-child(8) a{
		margin-right: 0;
	}
	.copyright li a{
		font-size: 14px;
	}
    .to-top , .qq-line{
    	right: 10px;
    }
    .banner{
    	height: 720px;
    }
    .banner-text-en{
    	margin-top: 250px;
    	font-size: 44px;
    }
    .banner-text a{
    	margin-top: 250px;
    	font-size: 57px;
		line-height:170%;
		font-color: #fff;
    }

}

@media screen and (max-width: 1024px){
	.main , .main2 {
		width: 100%;
	}
	.contact dl{
		margin-right: 195px;
		margin-left: 25px;
	}

.in-analysis-text p{
	width: 96%;
	margin-left:2%;
	margin-right:2%;
}
	.footer-nav{
		margin-right: 25px;
	}
	.pb-80{
		padding-bottom: 60px;
	}
	.title-text h5, .title{
		font-size: 42px;
	}
	.copyright p{
		margin-left: 0;
		width: auto;
	}
	.copyright ul{
		margin-right: 0;
		width: auto;
	}
	.copyright li:last-child a{
		margin-right: 0;
	}
	.main3{
		width: 800px;
	}
	.to-top{
		display: none !important;
	}
.strength-left{
	margin-left:2%;
	}
.strength-right{
	margin-right:2%;
	}
	.about-text{
		width:96%;
	margin-left:2%;
	margin-right:2%;
		
		}
	.in-service-card{
		width:98%;
	margin-left:2%;
		
		}
.jobinfo-options{
	width:22%; 
	margin-left:2%;

}
.jobcontent{
	width:69%;
	padding-right:2%;

}
	
}

@media screen and (max-width: 768px){
	.main , .main2, .main3{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.main-nav{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.nav{
		height: 83px;/*手机屏菜单置顶高度*/
		background: #44B549;
	}
	.nav-main{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.nav-wrap{
		top: 0.08rem;
	}
	.nav-bg{
		height: 0.81rem;/*手机屏下拉后菜单高度*/
		top: -0.81rem;
	}
	.nav-logo a{
		width: 2.1rem;
		height: 0.58rem;
		background-size: cover;
		background-repeat: no-repeat;
		float: none;
		margin-left: 3%;
	}
	.nav-list{
		float: none;
		margin-top: 9px;
		display: none;
	}
	.nav-list.active a{
	color: #fff;
}
	.nav-list li{
		float: none;
		margin-right: 0;
		background: #44B549;
		margin-top: 0rem;
		opacity: 0.96;
		text-align:center;
		color:#fff;
	}
	.nav-list li:hover{
		opacity: 0.96;
		background: #eee;
		color:#fff;
	}
	.nav-list li a{
		display: block;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		color: #fff;
		font-size: 0.28rem;
		line-height: 0.28rem;
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
		border-bottom: 1px solid #e9e9e9;
	}
	.nav-list li a:hover{
		color: #333;
	}
/*	.nav-list li:nth-child(6){
		background: #44B549;
		opacity: 0.98;
		padding-left: 0;
        box-shadow: 0px 4px 1px 0px rgba(0,0,0,0.05) ;
        border-radius: 0;
        border: none;
	}
*/	

	.nav-list li:nth-child(7) a{
		border: none;
	}	
.nav-list li:nth-child(7){
	margin-right: 0;
	margin-left: 0;
	}
.nav-list li:nth-child(7) img{
	height:30px;
	}
    .nav-list.active li:last-child{
		border: none;
	}

	.icon_phone {
		font-size: 0.28rem;
		line-height: 0.28rem;
		margin-right: 0.28rem;
		color: #373737;
		width: auto;
		height: auto;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.icon_phone.active {
		background: none;
	}
	.nav-btn-wrap{
		position: absolute;
		top: 0.24rem;
		right: 3%;
        z-index: 1001;
	}
	.nav-btn{
		width: 0.54rem;
		height: 0.3rem;
		display: block;
	}
	.nav-btn li{
		width: 50px;
		height: 2px;
		background: #fff;
		margin-bottom: 0.105rem;
	}
	.nav-btn li:last-child{
		margin-bottom: 0;
	}
	.nav-list.on{
		display: block;
	}
	@keyframes navbtnA{
		0%{transform: translateY(0rem); -webkit-transform: translateY(0rem);}
		50%{transform: translateY(0.135rem) rotate(0deg); -webkit-transform: translateY(0.135rem) rotate(0deg);}
		100%{transform: translateY(0.135rem) rotate(-45deg); -webkit-transform: translateY(0.135rem) rotate(-45deg);}
	}
	@keyframes navbtnB{
		0%{transform: translateY(0rem); -webkit-transform: translateY(0rem);}
		50%{transform: translateY(-0.135rem) rotate(0deg); -webkit-transform: translateY(-0.135rem) rotate(0deg);}
		100%{transform: translateY(-0.135rem) rotate(45deg); -webkit-transform: translateY(-0.135rem) rotate(45deg);}
	}
	@keyframes navbtnC{
		0%{transform: scaleX(1); -webkit-transform: scaleX(1);}
		50%{transform: scaleX(1); -webkit-transform: scaleX(1);}
		100%{transform: scaleX(0); -webkit-transform: scaleX(0);}
	}

	@keyframes navbtnA_off{
		0%{transform:  translateY(0.135rem) rotate(-45deg); -webkit-transform: translateY(0.135rem) rotate(-45deg);}
		50%{transform: translateY(0.135rem) rotate(0deg); -webkit-transform: translateY(0.135rem) rotate(0deg);}
		100%{transform: translateY(0rem) rotate(0deg); -webkit-transform: translateY(0rem) rotate(0deg);}
	}
	@keyframes navbtnB_off{
		0%{transform: translateY(-0.135rem) rotate(45deg); -webkit-transform: translateY(-0.135rem) rotate(45deg);}
		50%{transform: translateY(-0.135rem) rotate(0deg); -webkit-transform: translateY(-0.135rem) rotate(0deg);}
		100%{transform: translateY(0rem) rotate(0deg); -webkit-transform: translateY(0rem) rotate(0deg);}
	}
	@keyframes navbtnC_off{
		0%{transform: scaleX(0); -webkit-transform: scaleX(0);}
		50%{transform: scaleX(0); -webkit-transform: scaleX(0);}
		100%{transform: scaleX(1); -webkit-transform: scaleX(1);}
	}

	.nav-btn.active li{
        background: #fff;
	}

	.nav-btn.on li:nth-child(1){
		animation: navbtnA 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnA 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.on li:nth-child(2){
		animation: navbtnC 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnC 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.on li:nth-child(3){
		animation: navbtnB 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnB 0.5s cubic-bezier(.19,1,.22,1)  forwards;
	}

	.nav-btn.off li:nth-child(1){
		animation: navbtnA_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnA_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.off li:nth-child(2){
		animation: navbtnC_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnC_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.off li:nth-child(3){
		animation: navbtnB_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnB_off 0.5s cubic-bezier(.19,1,.22,1)  forwards;
	}
	.title-text h5, .title{
		font-size: 36px;
		line-height: 54px;
	}
	.copyright ul{
		display: none;
	}
	.copyright p{
		width: 100%;
		float: none;
        text-align: center;
	}
	.footer-logo{
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.banner{
		height: 550px;
	}
	.banner-text{
		font-size: 42px;
		margin-top: 1.4rem;
		letter-spacing: 5px;
		height: 1.2rem;
	}
	.title-2{
		line-height: 54px;
	}
	.pt-160{
		padding-top: 80px;
	}
	.pb-80{
		padding-bottom: 40px;
	}

	.footer{
		height: auto;
	}
	.footer-content{
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
	.footer-nav{
		margin-right: 0;
		margin-left: 0;
		display: block;
		margin-top:30px;
	}
	.footer-nav span{
		width: 1.18rem;
		height: 1.18rem;
	}
	.footer-nav p{
		font-size: 0.14rem;
		margin-bottom: 0rem;
	}
	.footer-nav ul{
		display: none;
	}
	.footer-nav li a{
		font-size: 0.22rem;
		line-height: 0.22rem;
		margin-top: 0.3rem;
		margin-right: 0.9rem;
	}
	.contact{
		width: auto;
	}
	.contact dl{
		width: auto;
		margin-left: 0;
	}
	.contact dt{
    	font-size: 0.18rem;
    	line-height: 0.34rem;
    	margin-bottom: 0.2rem;
    	height: auto;
    	width: 100%;
    }
    .contact-call dd,.contact-address dd:nth-child(1){
    	font-size: 0.14rem;
    	line-height: 0.20rem;
    }
    .contact-address dd:nth-child(2){
    	font-size: 0.14rem;
    	line-height: 0.20rem;
    }
    .contact-address dd:nth-child(3){
    	font-size: 0.14rem;
    	line-height: 0.20rem;
    }
    .contact dl dd:nth-child(4){
    	font-size: 0.14rem;
    	line-height: 0.20rem;
    	margin-bottom: 0.2rem;
    }
    .contact dl.contact-address{
    	position: relative;
    	margin-right: 0.8rem;
    }
    .contact dl.contact-call{
    	position: relative;
    }
    .footer-logo{
    	float: right;
    	position: relative;
		margin-top: 0.6rem;
		transform: translateY(-0px);
		-webkit-transform: translateY(-0px);
		padding-right: 0;
	}
    .footer-logo li{
    	width: 0.54rem;
    	height: 0.54rem;
    	float: none;
    	margin-bottom: 0.3rem;
    }
    .copyright{
    	height: 0.6rem;
    }
    .copyright p{
    	font-size: 16px;
    	line-height: 0.6rem;
    	text-align: center;
    	margin-left: 0;
    	width: 100%;
    }
    .copyright ul{
    	display: none;
    }
    

.single-job-row{

	height:135px;
}	
.job-detail .title{
line-height:28px;
}
.jobinfo-options{
	width:30%; 
	margin-left:0;

}
.jobcontent{
	width:65%;
	padding-right:0;

}

}




@media screen and (max-width: 414px){
	.main , .main2, .main3{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
.banner-inner{
	height:233px;
	margin-top:0;
	}
.banner-inner-text{
	font-size:30px;
	line-height:25px;
	padding-top:120px;
	margin-right:0;
	
	}
.banner-inner2{
    height: 233px;
    margin-top: 0px;
    }
	.main-nav{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
		.nav{
		height: 49px;/*手机屏菜单置顶高度*/
		background: #44B549;
		color:#fff;
	}
	.nav-main{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.nav-wrap{
		top: 0.13rem;
	}
	.nav-bg{
		height: 0.90rem;/*手机屏下拉后菜单高度*/
		top: -1.20rem;
	}
	.nav-logo a{
		width: 2.5rem;
		height: 0.65rem;
		background-size: cover;
		background-repeat: no-repeat;
		float: none;
		margin-left: 3%;
	}
	.nav-list{
		float: none;
		margin-top: 0px;
		display: none;
	}
	.nav-list.active a{
	color: #fff;
}
	.nav-list li{
		float: none;
		margin-right: 0;
		background: #44B549;
		margin-top: 0rem;
		opacity: 0.96;
		text-align:center;
		color:#fff;
	}
	.nav-list li:hover{
		opacity: 0.96;
		background: #eee;
		color:#fff;
	}
	.nav-list li a{
		display: block;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		color: #fff;
		font-size: 0.34rem;
		line-height: 0.42rem;
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
		border-bottom: 1px solid #e9e9e9;
	}
	.nav-list li a:hover{
		color: #333;
	}
    .nav-list.active li:last-child{
		border: none;
	}
	.tel{
		padding: 0;
	}

	.nav-list li.selected{
		opacity: 0;
	}

	.nav-list li.on{
		animation: li_motion 0.8s cubic-bezier(.19,1,.22,1) forwards;
	}

	.nav-list li.off{
		animation: li_motion_off 0.6s cubic-bezier(.19,1,.22,1) forwards;
	}
	
	
	.nav-btn{
		width: 0.54rem;
		height: 0.3rem;
		display: block;
	}
	.nav-btn li{
		width: 50px;
		height: 2px;
		background: #44B549;
		margin-bottom: 0.105rem;
		color: #fff;
	}
	.nav-btn li:last-child{
		margin-bottom: 0;
	}

	.icon_phone {
		font-size: 0.28rem;
		line-height: 0.28rem;
		margin-right: 0.28rem;
		color: #373737;
		width: auto;
		height: auto;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.icon_phone.active {
		background: none;
	}
	

	.nav-btn-wrap{
		position: absolute;
		top: 0.24rem;
		right: 8%;
        z-index: 1001;
	}
	.nav-btn{
		width: 0.24rem;
		height: 0.3rem;
		display: block;
	}
	.nav-btn li{
		width: 31px;
		height: 2px;
		background: #fff;
		margin-bottom: 0.105rem;
	}
	.nav-btn li:last-child{
		margin-bottom: 0;
	}
	.nav-list.on{
		display: block;
	}
	@keyframes navbtnA{
		0%{transform: translateY(0rem); -webkit-transform: translateY(0rem);}
		50%{transform: translateY(0.135rem) rotate(0deg); -webkit-transform: translateY(0.135rem) rotate(0deg);}
		100%{transform: translateY(0.135rem) rotate(-45deg); -webkit-transform: translateY(0.135rem) rotate(-45deg);}
	}
	@keyframes navbtnB{
		0%{transform: translateY(0rem); -webkit-transform: translateY(0rem);}
		50%{transform: translateY(-0.135rem) rotate(0deg); -webkit-transform: translateY(-0.135rem) rotate(0deg);}
		100%{transform: translateY(-0.135rem) rotate(45deg); -webkit-transform: translateY(-0.135rem) rotate(45deg);}
	}
	@keyframes navbtnC{
		0%{transform: scaleX(1); -webkit-transform: scaleX(1);}
		50%{transform: scaleX(1); -webkit-transform: scaleX(1);}
		100%{transform: scaleX(0); -webkit-transform: scaleX(0);}
	}

	@keyframes navbtnA_off{
		0%{transform:  translateY(0.135rem) rotate(-45deg); -webkit-transform: translateY(0.135rem) rotate(-45deg);}
		50%{transform: translateY(0.135rem) rotate(0deg); -webkit-transform: translateY(0.135rem) rotate(0deg);}
		100%{transform: translateY(0rem) rotate(0deg); -webkit-transform: translateY(0rem) rotate(0deg);}
	}
	@keyframes navbtnB_off{
		0%{transform: translateY(-0.135rem) rotate(45deg); -webkit-transform: translateY(-0.135rem) rotate(45deg);}
		50%{transform: translateY(-0.135rem) rotate(0deg); -webkit-transform: translateY(-0.135rem) rotate(0deg);}
		100%{transform: translateY(0rem) rotate(0deg); -webkit-transform: translateY(0rem) rotate(0deg);}
	}
	@keyframes navbtnC_off{
		0%{transform: scaleX(0); -webkit-transform: scaleX(0);}
		50%{transform: scaleX(0); -webkit-transform: scaleX(0);}
		100%{transform: scaleX(1); -webkit-transform: scaleX(1);}
	}

	.nav-btn.active li{
        background: #fff;
	}

	.nav-btn.on li:nth-child(1){
		animation: navbtnA 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnA 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.on li:nth-child(2){
		animation: navbtnC 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnC 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.on li:nth-child(3){
		animation: navbtnB 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnB 0.5s cubic-bezier(.19,1,.22,1)  forwards;
	}

	.nav-btn.off li:nth-child(1){
		animation: navbtnA_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnA_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.off li:nth-child(2){
		animation: navbtnC_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnC_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
	}
	.nav-btn.off li:nth-child(3){
		animation: navbtnB_off 0.5s cubic-bezier(.19,1,.22,1) forwards;
		-webkit-animation: navbtnB_off 0.5s cubic-bezier(.19,1,.22,1)  forwards;
	}
	
    @keyframes li_motion{
    	0%{margin-top: 0.3rem; opacity: 0;}
    	100%{margin-top: 0rem; opacity: 1;}
    }

    @keyframes li_motion_off{
    	0%{margin-top: 0rem; opacity: 1;}
    	100%{margin-top: 0.3rem; opacity: 0; }
    }






	.pt-100{
		padding-top: 0.8rem;
	}
	.pb-60{
		padding-bottom: 0.4rem;
	}
	.pb-160{
		padding-bottom: 0.6rem;
	}
	.title-text h5, .title{
		font-size: 24px;
		line-height: 32px;
		text-align: center;
	}
	.footer{
		height: auto;
	}
	.footer-content{
		padding-bottom: 0.4rem;
	}
	.footer-nav{
		width:100%;
		margin-right: 0;
		margin-left: 0;
		display: block;
		margin-top: 15px;
	}
	.footer-nav span{
		text-align:center;
		margin: 0 auto;
		width: 1.78rem;
		height: 1.78rem;
		margin-bottom: 0.17rem;
	}
	.footer-nav p{
		font-size: 0.24rem;
		margin-bottom: 0rem;
	}
	.footer-nav ul{
		display: none;
	}
	.footer-nav li a{
		font-size: 0.22rem;
		line-height: 0.22rem;
		margin-top: 0.3rem;
		margin-right: 0.9rem;
	}
	.contact{
		width: 100%;
	}
	.contact dl{
		margin-right: 0.1rem;
		width: auto;
	}
	.contact dt{
    	font-size: 0.32rem;
    	line-height: 0.64rem;
    	margin-bottom: 0.2rem;
    	height: auto;
    	width: 100%;
		border-bottom:none;
    }

    .contact dl dd {
font-size: 0.24rem;
    	line-height: 0.24rem;
    }
    .contact dl.contact-address{
		width:100%;
    	position: relative;
    	top: 0.2rem;
    	padding-bottom: 0.4rem;
    	margin-bottom: 0.6rem;
		float:left;	
		border-bottom: 1px solid rgba(255,255,255,0.1);

    }
    .contact dl.contact-address dd {
    	font-size: 0.24rem;
    	line-height: 0.24rem;
    }
    .contact dl.contact-call{
		width:100%;
    	position: relative;
		float:left;
    	padding-bottom: 0.4rem;
		border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .contact dl.contact-call dd{
    	position: relative;
		float:left;
		width:100%;
		margin-right:0.50rem;
    }
    .footer-logo{
    	float: right;
		margin-top: 0.6rem;
		transform: translateY(-0px);
		-webkit-transform: translateY(-0px);
		padding-right: 0;
	}
    .footer-logo li{
    	width: 0.54rem;
    	height: 0.54rem;
    	float: none;
    	margin-bottom: 0.3rem;
    }
    .copyright{
    	height: 0.8rem;
    }
    .copyright p{
    	font-size: 12px;
    	line-height: 18px;
    	text-align: center;
    	margin-left: 0;
    	width: 100%;
    	padding-top: 0.25rem;
    }
    .copyright ul{
    	display: none;
    }
    .to-top , .qq-line{
    	width: 0.8rem;
    	height: 0.8rem;
    	right: 0.1rem;
    	display: none!important;
    }
    .vx-information{
    	width: 90%;
    	height: 8rem;
    	margin-top: 1.2rem;
    }
    .vx-information span:nth-child(1){
    	width: 80%;
    	height: 0;
    	padding-bottom: 30%;
    	background-size: cover;
    	margin-top: 1rem;
    }

    /***********************************************index*********************************************************/

    .banner{
    	height: 5.5rem;
    }
    .banner-text{
    	font-size: 0.42rem;
    	margin-top: 1.7rem;
    	line-height: 0.7rem;
    	letter-spacing: 2px;
    }
    .banner-text-en{
    	margin-top: 1.7rem;
    	font-size: 22px;
    }
.slogan{
	font-family:"Impact","Helvetica Neue";
	font-size:36px;
	line-height:38px;
	font-weight:600;
	
	}
    .banner-text a{
		line-height:100%;	
    }
.search-box{
	height:auto;
	}
.search{
	width:100%;
	padding:30px 0 30px 0;
	}
.search input{
	width:-webkit-calc(100% - 124px); 
	width:-moz-calc(100% - 124px); 
	width:calc(100% - 124px); 
	padding-left:10px;
	margin-left:0;
	float:left;
	cursor: pointer; 
	-webkit-appearance: none; 
}
.search button{
	width:124px; 

}
.search-options{
	width:100%; 
	margin-top:0px;

}
.openapply{
	width:96%;
	padding:2%;
	margin:-10px 0 20px 0;
	line-height:38px;
	}
.openapply button{
	margin-bottom:0px;
	}
.collapse {
  margin: 0 auto;
  max-width: 100%;
}
.search-lists{
	width:100%; 
	float:right;
	margin:0;
  margin-top:0px;

}
.job-detail-block{
	width:-webkit-calc(90% - 80px); 
	width:-moz-calc(90% - 80px); 
	width:calc(90% - 80px); 
	float:left;
	}
.single-job-row{

	height:235px;
}	
.jobinfo-options{
	width:100%; 
	margin-left:0;
	margin-top:0px;
	margin-bottom:40px;

}
.jobcontent{
	width:96%;
	padding-right:2%;
	padding-right:2%;

}
.jobinfo-options-block .title,.jobinfo-options-block .value{
	font-size:16px;}

@media screen and (max-width: 320px){
	
    .banner{
    	height: 6.5rem;
    }
    .banner-text{
    	margin-top: 2rem;
    }
	.nav-logo a{
		height: 0.77rem;
	}
	.nav-btn-wrap{
		right: 18%;
	}
	.nav-btn{
		width: 0.14rem;
	}
	.nav-bg{
		height: 1.1rem;/*手机屏下拉后菜单高度*/
		top: -1.20rem;
	}
	.nav-list li a{
		font-size: 0.38rem;
		line-height: 0.5rem;
	}
    
	dl.contact-address{
    	float: left;
    }
    dl.contact-call{
    	float: left;
    }
    .copyright{
    	height: 1.0rem;
    }
    .vx-information{
    	height: 8.5rem;
    }
    .nav-logo a{
    	width: 2.7rem;
    }
    .title-text h5, .title {
    	font-size: 18px;
    }
    .footer-content{
    	padding-bottom: 0.6rem;
    }
.btn-8 {
  font: 15px 'Open Sans', sans-serif;
}
.btn-6 {
  font: 15px 'Open Sans', sans-serif;
}
    .contact dl.contact-call dd{
		margin-right:0.40rem;
    }
}
