@charset "UTF-8";

@media (max-width: 1024px){
	.wow{
		visibility: visible;
	}
	header{
		background-color: #fff;
		top: 0;
		height: 2rem;
	}
	.clearfixed{
		height: 2rem;
	}
	header .left{
		margin-top:.6rem;
	}
	header .right{
		margin-top: .6rem;
	}
	header .right .nav{
		display: none;
	}
	header .right .nav-btn{
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 1rem;
		height: .4rem;
		position: relative;
		vertical-align: middle;
	}
	header .right .nav-btn span{
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000000;
		transition: all .2s;
	}
	header .right .nav-btn span:nth-child(1){
		top: 0;
	}
	header .right .nav-btn span:nth-child(2){
		bottom: 0;
	}
	header .right .nav-btn.cur span{
		bottom: auto;
		top: 50%;
		margin-top: -1px;
	}
	header .right .nav-btn.cur span:nth-child(1){
		transform: rotate(45deg);
	}
	header .right .nav-btn.cur span:nth-child(2){
		transform: rotate(-45deg);
	}
	header.white{
		background-color: #fff;
	}
	.m-nav{
		display: block;
		position: fixed;
		top: 2rem;
		right: 0;
		width: 10rem;
		background-color: #fff;
		z-index: 50;
		height: calc(100% - 2rem);
		padding: 1rem;
		transform: translateX(100%);
		transition: all .4s;
	}

	.m-nav.on{
		transform: translateX(0);
	}
	.m-nav li{
		margin-bottom: 1.2rem;
	}
	.m-nav li .tit{
		font-size: .9rem;
		line-height: 1rem;
		color: #333;
		font-family: 'han-bold';
	}
	.m-nav li .navson{
		margin-top: .375rem;
	}
	.m-nav li .navson a{
		display: block;
		font-size: .6rem;
		line-height: .7rem;
		color: #666666;
		margin-bottom: .3rem;
		font-family: 'han-bold';
	}
	.m-nav li .navson a:last-child{
		margin-bottom: 0;
	}
	.m-nav li:nth-child(2) .navson a{
		font-family: "DIN-BOLD";
	}
	/* header end */
	.banner{
	    height: auto!important;
	}
	.banner .text-box{
		top: 50%;
	}
	.banner .img{
	    background-image: none!important;
	}
	.banner .img img{
	    width: 100%;
	    display: block;
	}
	.banner .text-box .text{
		width: 7.5rem;
	}
	.banner .text-box .text-img{
		margin-top: 1rem;
	}
	.banner .text-box .index-more{
		margin-top: 1rem;
	}
	.banner .text-box .en{
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	.i-break-box{
		padding: 1.25rem 0;
	}
	.i-break-box .left{
		width: 26%;
	}
	.i-break-box .right{
		width: 72%;
	}
	.i-video-box .top-box{
		padding: 1.25rem 0;
	}
	.i-car-box .param .item .img img{
		height: .5rem;
	}
	/* welcome end */

}

@media (max-width: 991px){
	.banner .text-bg{
		width: 40%;
	}
	.i-video-box .top-box .con{
		width: 70%;
	}
	.i-car-box .param .item{
		margin: 0 1rem;
	}
	.i-car-box .img-tab{
		padding-bottom: 1.5rem;
	}
	.i-brand-box .right{
		width: 65%;
	}
	.i-brand-box .right .item{
		margin-right: 1rem;
	}
	.app-box .text-box{
		top: 20%;
	}
	/* welcome end */
	footer .form-box{
		padding: 1.25rem 0;
	}
	footer .bottom-box .f-logo{
		float: left;
		position: static;
		transform: translate(0,0);
		width: auto;
		margin-left: 4rem;
		margin-top: .5rem;
	}
	footer .bottom-box .f-logo img{
		height: .5rem;
		width: auto;
		display: block;
	}
	footer .form-box .left{
		width: 30%;
	}
	footer .form-box .right{
		width: 65%;
	}
	footer .bottom-box .copy{
		/* margin-left: 3rem; */
	}
	/* header end */
	.ban-contact .text-box{
		top: 34%;
		transform: translateY(-50%);
	}
	.ban-contact .text{
		width: 50%;
	}
	.contact-box .mail-box{
		margin-top: 1rem;
	}
	.contact-tit{
		font-size: 1.2rem;
		line-height: 1.3rem;
	}
	/* contact end */
	.business-box .business .left{
		width: 100%;
	}
	.business-box .business .right{
		width: 100%;
	}
	.business-box .require-box{
		margin-bottom: 0;
		float: left;
		width: 45%;
	}
	.business-box .contact-wrap{
		width: 45%;
		float: right;
	}
	.business-box .business .right{
		margin-top: 2rem;
	}
	.business-box .top-box .con{
		width: 70%;
		margin-left: 10%;
	}
}