﻿
@media only screen and (max-width:1200px){
	*{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	input,textarea {-webkit-appearance:none; /*??????input????????????*/}
	html{min-height: 100%; position: relative;}
	body,html{
		font-size: 12px; 	
	}
	body{
		position: static; 
		overflow-x: hidden;
	}
	img{
		max-width: 100%;
	}
	.height-over{
		height: 100%;
		overflow: hidden;
	}
	.wrapper{
		width: auto;  
	}
	.gh {
		display: block;
		position: relative;
		float: right;
		height:35px;
		width:35px; 
		top: 10px;
		right: 10px;
		z-index: 100;
		-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		cursor:pointer; 
	}
	.gh.selected {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}
	.gh a {
		display: block; 
		height: 2px;
		margin-top: -2px;
		position: relative;
		top: 50%;
		-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width: 60%;margin: 0 20%;
	 background: #000;
	}

	.gh a:after, .gh a:before {
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
		width:100%;
		background: #000;
	}
	.gh a:after {
		top:8px;
	}
	.gh a:before {
		top:-8px;
	}
	.gh.selected a:after, .gh.selected a:before {
		top: 0;
	}
	.gh.selected a:before {
		-moz-transform: translateY(0px) rotate(-45deg);
		     transform: translateY(0px) rotate(-45deg);
		-webkit-transform: translateY(0px) rotate(-45deg);
		-ms-transform: translateY(0px) rotate(-45deg);
	}
	.gh.selected a:after {
		-moz-transform: translateY(0px) rotate(45deg);
		     transform: translateY(0px) rotate(45deg);
		-webkit-transform: translateY(0px) rotate(45deg);
		-ms-transform: translateY(0px) rotate(45deg);
	}
	.gh.selected a {
		background-color: transparent !important;
	}
	.wrp{
		width: auto;
		margin: 0 4%;
	}
	.isPc{
		display: none;
	}
	.isMobile{
		display: block;
	}
	.mobile-header-bd-tp .title{
		display: none;
	}
	.mobile-header{
		height: 82px;
	} 
	.mobile-header-bd{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		z-index: 9999;
	}
	.mobile-header-bd-tp{
		background: #f9eedf;
		padding: 15px 5%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-shadow: 0 3px 10px 0 rgba(0 , 0 , 0 , .15);
		   -moz-box-shadow: 0 3px 10px 0 rgba(0 , 0 , 0 , .15);
		        box-shadow: 0 3px 10px 0 rgba(0 , 0 , 0 , .15);
	}
	.mobile-header-bd-tp .title{
		font-size: 20px;
		color: #000;
	}
	.mobile-header-bd-tp .title img{
		display: inline-block;
		vertical-align: middle;
	}
	.mobile-header-bd-tp .title .pib{
		display: inline-block;
	}
	.mobile-nav{
		display: none;
		position: fixed;
		top: 82px;
		right: -100%;
		width: 75%;
		height: 100%;
		z-index: 999;
		background: #2e2e32;
	}
	.mobile-nav li{
		line-height: 46px;
		font-size: 16px;
		text-align: center;
		border-bottom: 1px solid #424246;
	}
	.mobile-nav li a{
		display: block;
		color: #fff;
	}
	.mobile-banner-bd li{
		font-size: 0;
	}
	.nav3{
		padding: 10px 2%;
	}
	div.wrapper{
		width: auto;
	}
	.nav3 > .bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
	}
	.nav3 > .bd li{
		margin-right: 0;
	}
	.nav3 > .bd li a{
		-webkit-transform: scale(.75);
		   -moz-transform: scale(.75);
		    -ms-transform: scale(.75);
		        transform: scale(.75);
	}
	.nav3 > .bd i{
		white-space: nowrap;
	}
	.globel-hd .tit h3{
		font-size: 42px;
	}
	.globel-hd .tit p{
		font-size: 26px;
	}
	.trouble-hd{
		margin-top: 40px;
	}
	.trouble-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.trouble-bd li{
		margin: 0;
		width: 24%;
	}
	.trouble-bd li .txt{
		width: 116px;
		height: 116px;
		margin: 0;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	.trouble-bd li .txt h3{
		font-size: 22px;
	}
	.traceless-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.traceless-bd li{
		margin-right: 0;
		width: 23%;
	}
	.traceless-bd li:nth-child(2) .small-img img,
	.traceless-bd li .small-img img{
		left: 0;
		top: 0;
	}
	.traceless-bd li:nth-child(4) .small-img img{
		left: 0;
		top: -30px;
	}
	.traceless-bd li .small-img:before{
		margin: 0;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.facts-bd  ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.facts-bd li{
		margin: 0;
		
		width: 32.2%;
	}
	.facts-bd li .vide-box{
		width: 78%;
		height: 50%;
	}
	.facts-bd li:before{
		width: 52px;
		height: 52px;
		-moz-background-size: cover;
		     background-size: cover;
	}
	.scheme-bd .tempWrap{
		margin: 0 auto;
	}
	.scheme-bd li{
		width: auto;
		margin: 0 15px;
	}
	.scheme-bd li img{
		width: 420px;
	}
	.scheme-bd .prev, .scheme-bd .next{
		left: -30px;
		width: 30px;
		height: 48px;
		-moz-background-size: contain;
		     background-size: contain;
	}
	.scheme-bd .next{
		left: auto;
		right: -30px;
	}
	.handwork-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.handwork-bd li{
		width: 24%;
		height: 400px;
	}
	.handwork-bd li .img{
		height: 40%;
	}
	.handwork-bd li .img img{
		width: 50%;
	}
	.handwork-bd li .txt{
		padding: 28px 30px 0;
	}
	.handwork-bd li .txt h3{
		font-size: 20px;
	}
	.handwork-bd li .txt p{
		font-size: 12px;
	}
	.wigs-bd-item .list {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.wigs-bd-item .list li{
		width: 16%;
		margin: 0;
	}
	.wigs-bd-item .list li .img{
		height: 142px;overflow: hidden;
	}
	.wigs-bd-item .list li .txt{
		line-height: 40px;
		font-size: 20px;
	}
	.customer-bd .small-img{
		/* overflow-x: auto; */
		width: 100%;
	}
	.customer-bd .small-img img{
		height: 115px;
	}
	.process-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.process-bd li{
		width: 24%;
		margin: 0;
	}
	.f1 form{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.f1 form ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.f1 .l{
		width: 66%;
	}
	.f1 .l li{
		margin: 0;
		width: 24%;
	}
	.f1 .l i{
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		font-size: 20px;
	}
	.f1 .l b{
		font-size: 20px;
	}
	.f1 .m{
		margin: 0 15px ;
	}
	.f1 .m label{
		margin-left: 15px;
	}
	.f1 .l select{
		background: #fff;
	}
	.f1 .l select, .f1 .m input{
		font-size: 14px;
	}
	.f1 .l input,
	.f1 .l select, .f1 .m input{
		width: 100%;
		font-size: 14px;
	}
	.f1 .l input{
		height: 42px;
	}
	.ingenuity-bd .img{
		margin: 0 auto;
		float: none;
		height: auto;
		width: 60%;
		text-align: center;
	}
	.ingenuity-bd .txt{
		margin: 20px 0 0 0;
		float: none;
		width: auto;
	}
	.ingenuity-bd video{
		position: static;
	}
	.ingenuity-bd .txt a{
		margin: 20px auto 0;
	}
	.ingenuity-ft li{
		width: 24%;
	}
	.advantage{
		margin: 30px 0;
	}
	.advantage-bd ul{
		margin: 0 0 -20px 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.advantage-bd li{
		margin: 0 0 20px;
		width: 32%;
		height: auto;
	}
	.advantage-bd li .txt{
		padding: 10px 0;
		height: auto;
	}
	.advantage-bd li .txt h3{
		margin-top: 0;
		font-size: 18px;
	}
	.advantage-bd li .txt p{
		margin-top: 20px;
		font-size: 12px;
		line-height: 16px;
	}
	.hot-news-bd li .txt-s h3:before, .advantage-bd li .txt h3:before{
		height: 2px;
	}
	.advantage-bd li:last-child a{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 200px;
		height: 200px;
	}
	.advantage-bd li:last-child h3{
		font-size: 20px;
	}
	.advantage-bd li:last-child p{
		font-size: 16px;
		 
	}
	.advantage-bd li:last-child em{
		font-size: 24px;
	}
	.hot-news-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.hot-news-bd li{
		margin: 0;
		width: 33%;
		height: auto;
	}
	.hot-news-bd li .txt-s{
		padding: 20px 20px 0;
	}
	.hot-news-bd li .txt-s h3{
		font-size: 18px;
	}
	.hot-news-bd li .txt-s p{
		font-size: 12px;
		margin-top: 12px;
	}
	.hot-news-bd li .txt-s a{
		position: absolute;
		left: 50%;
		bottom: 10px;
		margin-left: -50px;
		width: 100px;
		line-height: 30px;
	}
	.hot-news-bd li{
		height: auto;
	}
	.hot-news-bd li .txt-s h3{
		padding: 20px 20px 0;
		height: 160px;
	}
	.footer-bd-right{
		width: 38%;
	}
	.footer-bd-right .resg-bd li{
		width: auto;
	}
	.footer-bd-right .resg{
		float: none;
	}
	.footer-bd-right .qr-img{
		float: none;
	}
	.footer-bd-right .qr-img ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer-bd-right .qr-img li p{
		padding: 5px 0;
	}
	.footer-bd-right .resg-ft{
		margin-top: 20px;	
		width: auto;
	}
	.footer-bd-right .resg-ft p{
		margin: 10px 0;
		width: auto;
	}
	.footer-ft{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer-ft p{
		width:72%;
	}
	.footer-ft .img{
		padding: 4px 0 0 ;
		text-align: center;
	}
	.footer-ft .img img{
		width: 22%;
	}
	/* ?????? */
	.direct-bd .img img{
		height:320px;
	}
	.direct-bd .txt{
		padding: 10px;
		font-size: 12px;
		line-height: 24px;
		height: 320px;
	}
	.direct-ft li{
		width: 24.18%;
	}
	.handwork-style2{
	}
	.handwork-style2-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.effective-bd li{
		margin-right: 15px;
		width: 49.1%;
		height: 280px;
	}
	.effective-bd li .video-box{
		position: static;
	}
	.contact-bd li{
		height: 380px;
	}
	.contact-bd li .tit{
		margin: 4% 18% 0 0;
	}
	.contact-bd li .tit h3{
		padding: 15px 38px;
		font-size:32px;
		width: 270px;
		height: 140px;
		-moz-background-size: contain;
		     background-size: contain;
	}
	.contact-bd li img{
		height: 100%;
	}
	.contact-bd li .txt dt{
		font-size: 18px;
	}
	.contact-bd li .txt dd{
		font-size: 12px;
	}
	.contact-bd li .txt{
		margin: 15px 5% 0 0;
		width: 68%;
	}
	/* ???????????? */
	.tc-bd{
		width: 90%;
	}
	.tc-bd-content .bd{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.tc-bd-content .bd-left{
		width: 100%;
	}
	.tc-bd-content .bd-right{
		width: 100%;
	}
	.tc-bd-content .hd-left .img{
		width: 40%;
		top: -14px;
	}
	.tc-bd-content .hd-left .img img{
		width: 100%;
	}
	.tc-bd-content .bd-right dd{
		
	}
	.tc-bd-content .hd{
		height: auto;
	}
	.tc-bd-content .hd-right p{
		margin-bottom: 0;
	}
	.tc-bd-content .hd-left .txt{
		margin: 0;
		
	}
	.tc-bd-content .hd-left .txt,
	.tc-bd-content .hd-left .txt h3{
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.tc-bd-content .bd-left dd span{
		font-size: 16px;
	}
	.tc-bd-content .bd-left dd img{
		width: 5%;
	}
	.tc-bd-content .bd-right dd{
		font-size: 18px;
	}
	.tc-bd-content .bd-right dd > p{
		line-height: 1.5;
	}
	.tc-bd-content .bd-right dd:last-child{
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.tc-bd-content .hd-right{
		font-size: 14px;
		padding: 0;
		width: 57%;
	}
	.tc-bd-content .hd-right p{
		line-height: 1.5;
	}
}





@media only screen and (max-width:765px){
	body{
		background: #fff;
	}
	.mobile-header{
		height: 67px;
	}
	.mobile-header-bd-tp{
		padding: 15px 3%;
	}
	.mobile-header-bd-tp .logo{
		width: 33%;
		font-size: 0;
	}
	.gh{
		top: 0;
	}
	.mobile-nav{
		top: 67px;
	}
	.nav3{
		padding: 0;
		height: auto;
	}
	.nav3 > .bd{
		width:auto;
	}
	.nav3 > .bd ul{
		display:block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.nav3 > .bd li{
		float: none;
		width: auto;
		display: inline-block;
	} 
	.nav3 > .bd li a{
		-webkit-transform: scale(.5);
		   -moz-transform: scale(.5);
		    -ms-transform: scale(.5);
		        transform: scale(.5);
	}
	.globel-hd .tit h3{
		font-size: 24px;
	}
	.globel-hd .tit p{
		font-size: 12px;
	}
	.globel-hd .desc p,
	.globel-hd .desc h3{
		margin-top: 10px;
	}
	.customers-bd .txt{
		
	}
	.traceless{
		margin-top: 30px;
	}
	.trouble-bd ul{
		margin-bottom: -15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.trouble-bd li{
		margin-bottom: 15px;
		width: 49%;
	}
	.traceless-bd ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.traceless-bd li{
		margin-bottom: 50px;
		width: 49%;
	}
	.traceless-bd li .small-img{
		margin-left: -48px;
		width: 96px;
		height: 96px;
		bottom: -48px;
	}
	.traceless-bd li .small-img:before{
		font-size: 12px;
	}
	.traceless-bd li:last-child{
		margin-bottom: 50px;
	}
	.facts{
		margin-top: 30px;
	}
	.facts-bd ul{
		margin-bottom: -15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.facts-bd li{
		margin-bottom:15px;
		float: none;
		width: 100%;
	}
	.facts-bd li:before{
		width: 40px;
		height: 40px;
	}
	.facts-bd li .vide-box{
		width: 90%;
		height: auto;
	}
	.scheme{
		overflow: hidden;
	}
	.scheme-bd{
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.scheme-bd .bd{
		overflow: hidden;
	}
	.scheme-bd li img{
		width: auto;
	}
	.scheme-bd .prev, .scheme-bd .next{
		height: 28px;
		margin-top: -14px;
	}
	.scheme-bd .prev{
		left: -10px;
	}
	.scheme-bd .next{
		right: -10px;
	}
	.facts-bd li .close{
		top: -10px;
		right: -24px;
	}
	.facts-bd li .close img{
		width: 60%;
	}
	.handwork{
		padding: 30px 0;
	}
	.handwork-hd .desc h3 span{
		background: #978966;
		color: #fff;
	}
	.handwork-bd ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.handwork-bd li{
		position: relative;
		margin: 0 0 20px;
		width: 49%;
		height: 274px;
	}
	.handwork-bd li .txt{
		padding: 10px 15px;
	}
	.handwork-bd li .img{
		height: 120px;
	}
	.handwork-bd li .img img{
		width: 32%;
	}
	.handwork-bd li .txt h3{
		font-size: 18px;
	}
	.handwork-bd li .txt p{
		margin-top: 15px;
		line-height: 22px;
	}
	.handwork-bd li .txt em{
		position: absolute;
		left: 50%;
		margin-left: -45px;
		bottom: 10px;
		width: 90px;
		line-height: 30px;
		font-size: 14px;
	}
	.wigs-bd-item .list{
		margin-bottom: -15px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.wigs-bd-item .list li{
		margin-bottom: 15px;
		width: 32%;
	}
	.wigs-bd-item .list li .img{
		height: 100px;
	}
	.wigs-ft a{
		padding: 15px 15px;
		width: auto;
		font-size: 18px;
		line-height: 1;
	}
	.customer{
		margin-top: 30px;
	}
	.customer-bd .big-img li img{
		width: 70%;
	}
	.customer-bd .small-img {
		display: none;
	}
	.customer-bd .big-img:before{
		display: none;
	}
	.customer-bd .prev, .customer-bd .next{
		left: 0;
		height: 40px;
		-moz-background-size: contain;
		     background-size: contain;
	}
	.customer-bd .next{
		left: auto;
		right: 0;
	}
	.process-hd{
		margin-top: 30px;
	}
	.process-bd ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.process-bd li{
		width: 49%;
	}
	.process-bd li i{
		width: 30px;
		line-height: 30px;
	}
	.process-bd-w .txt{
		font-size: 16px;
		line-height: 45px;
	}
	.process-bd-w .txt i{
		margin-right: 10px;
	}
	.process-bd-s{
		padding: 15px;
	}
	.process-bd li{
		margin-bottom: 15px;
	}
	.process-bd-s .tit{
		margin-top: 20px;
		font-size: 16px;
	}
	.process-bd-s .desc{
		font-size: 14px;
		line-height: 24px;
	}
	.f1{
		padding: 20px 0;
		height: auto;
	}
	.f1 .l li{
		margin-bottom: 15px;
	}
	.f1 .l span{
		margin-bottom: 15px;
	}
	.f1 form{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.f1 .l{
		margin-bottom: 20px;
		width: 100%;
	}
	.f1 form ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.f1 .l li{
		width: 100%;
	}
	.f1 .l, .f1 .m, .f1 .r{
		padding: 0;
	}
	.f1 .m{
		margin: 0 20px 0 0;
		width: 60%;
	}
	.f1 .m label{
		margin: 0;
		float: right;
	}
	.ingenuity-bd .img{
		width: 100%;
	}
	.ingenuity-ft ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.ingenuity-ft li{
		margin-right: 0;
		margin-bottom: 15px;
		width: 49%;
	}
	.advantage-bd li{
		width: 49%;
	}
	.advantage-bd li .txt p{
		display: none;
	}
	.hot-news-bd li .txt-s h3:before, .advantage-bd li .txt h3:before{
		display: none;
	}
	.advantage-bd li:last-child a{
		width: 150px;
		height: 150px;
	}
	.advantage-bd li:last-child h3{
		padding-top: 21%;
	}
	.advantage-bd li:last-child p{
		font-size: 12px;
	}
	.hot-news-bd ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.hot-news-bd li{
		margin-bottom: 15px;
		width: 49%;
	}
	.hot-news-bd li .img-w p{
		font-size: 14px;
		line-height: 45px;
	}
	.hot-news-bd li .txt-s p{
		display: none;
	}
	.customers-bd .txt h3{
		margin-top: 15%;
		font-size: 18px;
	}
	.customers-bd .txt p{
		font-size: 16px;
	}
	.customers-bd .txt p i{
		vertical-align: 16px;
	}
	.customers-bd .txt p span{
		font-size: 24px;
	}
	
	.reviews-bd li{
		padding: 0 0 20px;
		height: auto;
	}
	.reviews-bd li .txt{
		padding: 15px 20px 20px;
		-moz-background-size: 100% 100%;
		     background-size: 100% 100%;
	}
	.reviews-bd li:hover .txt{
		-moz-background-size: 100% 100%;
		     background-size: 100% 100%;
	}
	.reviews-ft a{
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1;
	}
	.footer{
		padding: 30px 0 0 0;
	}
	.footer-bd-left{
		padding: 0;
		float: none;
		border-right: 0;
	}
	.footer-bd-left .link {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer-bd-left .link dl{
		margin: 0;
		float: none;
	}
	.footer-bd-right{
		width: auto;
		float: none;
	}
	.footer-bd-left .personal{
		text-align: center;
	}
	
	.footer-ft p{
		width: 100%;
		text-align: center;
		line-height: 1.8;
	}
	.footer-ft .img{
		display: none;
	}
	
	/* ?????? */
	.direct-bd .img{
		float: none;
		font-size: 0;
		width: 100%;
	}
	.direct-bd .img img{
		height: 265px;
	}
	.direct-bd .txt{
		width: 100%;
		height: auto;
	}
	.direct-ft ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.direct-ft li{
		margin-bottom: 15px;
		margin-right: 0;
		width: 49%;
	}
	.handwork-style2{
		-moz-background-size: 100% 100%;
		     background-size: 100% 100%;
	}
	.handwork-style2-bd ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.handwork-style2-bd ul::after{
		display: none;
	}
	.handwork-style2-bd li{
		margin: 0;
		margin-bottom: 15px;
		padding: 40px 0;
		width: 48%;
		height: 335px;
		-moz-background-size: 100% 100%;
		     background-size: 100% 100%;
	}
	.handwork-style2-bd li .img{
		margin: 0;
	}
	.handwork-style2-bd li img{
		height: 60px;
	}
	.handwork-style2-bd li .txt dt{
		font-size: 20px;
	}
	.handwork-style2-bd li .txt dd{
		font-size: 14px;
	}
	.effective-bd li{
		margin-bottom: 15px;
		width: 100%;
		height: 195px;
	}
	.effective-bd li:before{
		width: 55px;
		height: 55px;
		-moz-background-size: cover;
		     background-size: cover;
	}
	.effective-bd li p{
		font-size: 14px;
		line-height: 40px;
	}
	.contact-bd li{
		float: none;
		height: auto;
		width: 100%;
	}
	.contact-bd li .tit{
		margin: 0;
		padding: 20px 0;
		float: none;
		text-align: center;
	}
	.contact-bd li .tit h3{
		background: none;
		width: auto;
		height: auto;
		padding: 0;
		font-size: 24px;
	}
	.contact-bd li .txt{
		margin: 0;
		padding: 0 20px;
		float: none;
		width: auto;
	}
	.contact-bd li .txt dt{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.contact-bd li .txt dt:before{
		bottom: -10px;
	}
	.contact-bd li img{
		height: auto;
	}
	.direct{
		margin-top: 30px;
	}
	.reviews{
		overflow: hidden;
	}
	.customers-bd .txt{
		padding: 15px;
		margin: 0;
		width: 70%;
		height: auto;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	.modal-dialog{
		margin: 0!important;
		position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		width: 66% !important; 
		-webkit-transform: translate(-50%,-50%) !important; 
		   -moz-transform: translate(-50%,-50%) !important; 
		    -ms-transform: translate(-50%,-50%) !important; 
		        transform: translate(-50%,-50%) !important;
	}
	#hongbaoClose{
		top: 1% !important;
		right: 2% !important;
		width: 24px!important;
		height: 24px !important;
		-moz-background-size: cover !important;
		     background-size: cover !important;
	}
	.mobile-banner-bd ul{
		margin: 0;
	}
	
} 