.display{ display:none;}

.lf{
    float: left;
}

.lr{
    float: right;
}

.mr-20{
    margin-right: 20px;
}

.cf{
    clear: both;
}

.pb-60{
    padding-bottom: 60px;
}

.pb-100{
	padding-bottom: 100px;
}

.pt-100{
    padding-top: 100px;
}

.pb-160{
    padding-bottom: 160px;
}

.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: url(http://img.momoux.com/index/nav_bg.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/index/nav_bg.png) 1x,url(http://img.momoux.com/index/nav_bg@2x.png) 2x);
	background-repeat: no-repeat;*/
	position: fixed;
}

.nav.active{
	background: none;
}

.nav-wrap{
	width: 100%;
	position: absolute;
	top: 28px;
	z-index: 100;
}

.nav-bg{
	position: absolute;
	width: 100%;
	height: 78px;
	left: 0;
	top: -100%;
	background: url(http://img.momoux.com/index/nav_bg_white.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/index/nav_bg_white.png) 1x,url(http://img.momoux.com/index/nav_bg_white@2x.png) 2x);
	transition: all 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1.5s cubic-bezier(.19,1,.22,1);
}

.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: 136px;
	height: 22px;
	background: url(http://img.momoux.com/service/logo.png) no-repeat center / cover;
	background-image: -webkit-image-set(url(http://img.momoux.com/service/logo.png) 1x,url(http://img.momoux.com/service/logo@2x.png) 2x);
	float: left;
	display: inline-block;
}

.nav-logo.active a{
	background: url(http://img.momoux.com/service/logo_black.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/service/logo_black.png) 1x,url(http://img.momoux.com/service/logo_black@2x.png) 2x);
	background-size: cover;
	background-repeat: no-repeat;
}

.nav-list {
	float: right;
}

.nav-list li{
	float: left;
	margin-right: 50px;
	font-size: 18px;
	line-height: 18px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.nav-list li.selected{
	opacity: 0.6;
}

.nav-list li:hover{
	opacity: 0.6;
}

.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;
}

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: #414553;
	opacity: 0.2;
	line-height: 14px;
}

.Tel_add span{
	width: 196px;
	height: 1px;
	float: right;
	background: #414553;
	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(http://img.momoux.com/service/icon_phone.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/service/icon_phone.png) 1x,url(http://img.momoux.com/service/icon_phone@2x.png) 2x);
	background-repeat: no-repeat;
	margin-right: 4px;
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

.icon_phone.active {
	background: url(http://img.momoux.com/service/icon_phone_black.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/service/icon_phone_black.png) 1x,url(http://img.momoux.com/service/icon_phone_black@2x.png) 2x);
	background-repeat: no-repeat;
	background-size: cover;
}

.nav-list a {
	position: relative;
	color: #fff;
	cursor: pointer;
}

.nav-list li.Tel-add dl dt p a{
	color: #272727;
}

.nav-list.active a , .tel-fa.active a{
	color: #272727;
}

.Tel_add.active a:hover{
	color: #26aaf4;
}

.nav-list a span.on{
	width: 55px;
}

/*案例页导航*/
.nav-pro{
	width: 100%;
	height: 54px;
	position: fixed;
	top: 0;
	background: url(http://img.momoux.com/index/nav_bg_white.png);
    background-image: -webkit-image-set(url(http://img.momoux.com/index/nav_bg_white.png) 1x,url(http://img.momoux.com/index/nav_bg_white@2x.png) 2x);
    z-index: 1000;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}


/*banner*/
.banner{
	width: 100%;
	height: 720px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0%;
	overflow: hidden;
	position: relative;
}

.banner-text{
	width: 100%;
	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);
}

.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{
	display: inline-block;
	margin-left: 50px;
	margin-right: 290px;
	vertical-align: top;
	margin-top: 20px;
}

.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: 178px;
	height: 28px;
	display: block;
	background: url(http://img.momoux.com/index/logo_footer.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/index/logo_footer.png) 1x,url(http://img.momoux.com/index/logo_footer@2x.png) 2x);
	background-size: cover;
	margin-bottom: 5px;
}

.footer-nav p:nth-child(1){
	letter-spacing: 7px;
	margin-bottom: 17px;
}

.footer-nav p:nth-child(2){
	color: #636871;
}

.footer-nav p{
	font-size: 16px;
	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: 13px;
	margin-right: 14px;
	margin-bottom: -3px;
}

.contact dd{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 18px;
}

.contact-1000 dd{
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 12px;
}

.contact-call dd a{
	color: #fff;
}

.contact-call dd:nth-child(1) a{
	color: #fff !important;
}

.contact-call dd:nth-child(2) a{
	color: #fff !important;
}

.contact-call dd a:hover{
	color: #26aaf4;
}

.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{
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 80px;
	margin-left: 50px;
	color: rgba(188,196,207,0.4);
	float: left;
    width: 50%;
}
.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: 336px;
	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(4) a{
    margin-right: 0;
}

/*标题*/
.title-text h5{
	font-size: 48px;
	line-height: 48px;
	color: #414553;
	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: #414553;
}
.title-2{
	line-height: 60px;
}

/*回到顶部按钮*/
.to-top{
	width: 60px;
	height: 60px;
	background: url(http://img.momoux.com/index/to_top.png);
	background-image: -webkit-image-set(url(http://img.momoux.com/index/to_top.png) 1x,url(http://img.momoux.com/index/to_top@2x.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(http://img.momoux.com/index/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(http://img.momoux.com/index/qr_code.png) 1x,url(http://img.momoux.com/index/qr_code@2x.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: #2d75f6;
	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;
}


@media screen and (max-width: 1950px){
	.main , .main ,.main2 {
		width: 1200px;
	}	
	.contact dl{
		margin-right: 146px;
	}
}






@media screen and (max-width: 1700px){

	.main , .main ,.main2 {
		width: 1000px;
	}
	.title-text h5, .title{
		font-size: 40px;
		line-height: 40px;
	}
	.title-2{
		line-height: 60px;
	}
	.pt-100{
    padding-top: 60px;
}
	.pb-60{
    padding-bottom: 40px;
}
    .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: 0;
		margin-right: 160px;
	}
    .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: 145px;
	}
	.copyright p{
		margin-left: 0;
	}
	.copyright ul{
		width: auto;
		margin-right: 0;
	}
	.copyright li:nth-child(4) a{
		margin-right: 0;
	}
	.copyright li a{
		font-size: 14px;
	}
    .to-top , .qq-line{
    	right: 10px;
    }
    .banner{
    	height: 720px;
    }
    .banner-text{
    	margin-top: 300px;
    	font-size: 60px;
    }
}

@media screen and (max-width: 1024px){
	.main , .main2 {
		width: 100%;
	}
	.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: 280px;
	}
	.copyright li:last-child a{
		margin-right: 0;
	}
	.main3{
		width: 800px;
	}
	.to-top{
		display: none !important;
	}
	
	
}

@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: 28px;
		background: none;
	}
	.nav-main{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.nav-wrap{
		top: 0.24rem;
	}
	.nav-bg{
		height: 0.76rem;
		top: -0.76rem;
	}
	.nav-logo a{
		width: 1.8rem;
		height: 0.289rem;
		background-size: cover;
		background-repeat: no-repeat;
		float: none;
		margin-left: 3%;
	}
	.nav-list{
		float: none;
		margin-top: 9px;
		display: none;
	}
	.nav-list li{
		float: none;
		margin-right: 0;
		background: #fff;
		margin-top: 0.2rem;
		opacity: 0;
	}
	.nav-list li a{
		display: block;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		color: #373737;
		font-size: 0.28rem;
		line-height: 0.28rem;
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
		border-bottom: 1px solid #e9e9e9;
	}
	.nav-list li:nth-child(5){
		background: #fff;
		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(5) a{
		color: #4884fb;
		border: none;
	}
	.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: #272727;
	}

	.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: 450px;
	}
	.banner-text{
		font-size: 42px;
		margin-top: 1.8rem;
		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;
		height: 4.75rem;
	}
	.footer-nav{
		margin-right: 0;
		margin-left: 0;
		display: none;
	}
	.footer-nav span{
		width: 1.78rem;
		height: 0.28rem;
		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.28rem;
    	line-height: 0.64rem;
    	margin-bottom: 0.2rem;
    	height: auto;
    	width: 4.13rem;
    }
    .contact-call dd,.contact-address dd:nth-child(1){
    	font-size: 20px;
    	line-height: 20px;
    }
    .contact dl dd:nth-child(2){
    	font-size: 20px;
    	line-height: 20px;
    	margin-top: 0.2rem;
    	margin-bottom: 0.2rem;
    }
    dl.contact-address{
    	position: absolute;
    	top: 3.2rem;
    }
    dl.contact-call{
    	position: absolute;
    }
    .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: 1rem;
    }
    .copyright p{
    	font-size: 16px;
    	line-height: 1rem;
    	text-align: center;
    	margin-left: 0;
    	width: 100%;
    }
    .copyright ul{
    	display: none;
    }
    


}




@media screen and (max-width: 414px){
	.main , .main2, .main3{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.main-nav{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.nav{
		height: 28px;
		background: none;
	}
	.nav-main{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.nav-wrap{
		top: 0.36rem;
	}
	.nav-bg{
		height: 1.1rem;
		top: -1.1rem;
	}
	.nav-logo a{
		width: 2.235rem;
		height: 0.36rem;
		background-size: cover;
		background-repeat: no-repeat;
		float: none;
		margin-left: 3%;
	}
	.nav-list{
		float: none;
		margin-top: 9px;
		
	}
	.nav-list li{
		float: none;
		margin-right: 0;
		background: #fff;
		margin-top: 0.2rem;
		opacity: 0;
	}
	.nav-list li:last-child{
		width: auto;
		height: auto;
	}
	.nav-list li a {
		display: block;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		color: #373737;
		font-size: 0.28rem;
		line-height: 0.28rem;
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
		border-bottom: 1px solid #e9e9e9;
	}
.tel{
		padding: 0;
		white-space: nowrap;
	}
	.nav-list li:nth-child(5){
		background: #fff;
		padding-left: 0;

	}
	.nav-list li:nth-child(5) a{
		color: #4884fb;
		border: none;
	}

	.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;
	}

	.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.36rem;
		right: 3%;
        z-index: 1001;
	}
	.nav-btn{
		width: 0.54rem;
		height: 0.3rem;
		display: block;
	}
	.nav-btn li{
		width: 0.54rem;
		height: 0.03rem;
		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: #272727;
	}

	.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: 21px;
		line-height: 32px;
		text-align: center;
	}
	.footer{
		height: auto;
	}
	.footer-content{
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		height: 4.75rem;
	}
	.footer-nav{
		margin-right: 0;
		margin-left: 0;
		display: none;
	}
	.footer-nav span{
		width: 1.78rem;
		height: 0.28rem;
		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.28rem;
    	line-height: 0.64rem;
    	margin-bottom: 0.2rem;
    	height: auto;
    	width: 4.13rem;
    }
    .contact-call dd,.contact-address dd:nth-child(1){
    	font-size: 14px;
    	line-height: 14px;
    }
    .contact dl dd:nth-child(2){
    	font-size: 14px;
    	line-height: 14px;
    	margin-top: 0.2rem;
    	margin-bottom: 0.2rem;
    }
    dl.contact-address{
    	position: absolute;
    	top: 3.2rem;
    }
    dl.contact-call{
    	position: absolute;
    }
    .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: 1.2rem;
    }
    .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: 4rem;
    }
    .banner-text{
    	font-size: 0.4rem;
    	margin-top: 1.7rem;
    	line-height: 0.6rem;
    	letter-spacing: 2px;
    }
}

@media screen and (max-width: 320px){
	dl.contact-address{
    	float: left;
    }
    dl.contact-call{
    	float: left;
    }
    .copyright{
    	height: 1.4rem;
    }
    .vx-information{
    	height: 8.5rem;
    }
    .nav-logo a{
    	width: 2.4rem;
    }
    .title-text h5, .title {
    	font-size: 18px;
    }
    .footer-content{
    	padding-bottom: 0.6rem;
    }
}






























