*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
body{
	width: 100%;
}
.container{
	width: 97%;
	margin: 0 auto;
}
input{
	border-radius: 5px !important;
}
/*头部*/
/*.act>a{*/
/*	background-color: #D32527;*/
/*}*/
.header{
	height: calc(100vw * 1010 / 1660);
	position: relative;
	background-size: 100% 100%;
}
.attachUsBtn{
	position: absolute;
	bottom: -110px;
	/*left: calc(50% - 90px);*/
	left: 0;
	right: 0;
}
.attachUsBtn>a{
	display: block;
	width: 260px;
	height: 135px;
	background-image: url(../images/back_btn.png);
	background-size: 100% 100%;
	font-size: 18px;
	text-align: center;
	line-height: 70px;
	color: #fff;
	margin: 0 auto;
}.attachUsBtn>a:hover{
	background-image: url(../images/back_btnd.png);
}
.nav{
	height: 125px;
}
#nav-list{
	display: none;
}
.ubn_logo{
	margin: 20px;
	width: 190px;
	height: 75px;
	/* float: left; */
}
.meituan_logo{width: 270px; height: auto;display: inline;margin: 25px 0;}
.nav>ul{
	float: right;
}
.nav>ul>li{
	margin-left: 5px;
	margin-top:  40px;
	float: left;
}
.nav>ul>li>a:hover {
	color:#D32527;
	transition: 0.3s;
}
.hk{
		border: 1px solid #FFFFFF;
		padding: 5px;
		border-radius: 3px;
	}
.nav>ul>li>a{
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}
.scroll{
	position: absolute;
	bottom: 150px;
	left: calc(50% - 30px);
	width: 60px;
	height: 60px;
	background-image: url(../images/scroll.png);
	background-size: 100% 100%;
	cursor: pointer;
}
.scroll:hover{
	background-image: url(../images/scrollhover.png);
}
/* FOOTER */
#footer{
	background-color: #161616;
	padding-top: 80px;
	overflow: hidden;
}
.companyInfo{
	width: 380px;
	display: inline-block;
	margin-left: 240px;
}
.companyInfo>span{
	color: #C1C1C1;
}
.attach_us{
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 20px;
	position: relative;
}
#qrcode{
	position: absolute;
	width: 120px;
	height: 120px;
	display: block;
	top: 15px;
	left: 200px;
}
.attach_us>img{
	display: inline-block;
	background-color: #fff;
	margin-top: 5px;
	width: 60px;
	height: 50px;
	vertical-align: top;
	margin-right: 10px;
}
.sblock{
	display: block;
	line-height: 30px;
}
.footerForm{
	float: right;
	width: 330px;
	margin-right: 180px;
}
.footerBox{
	overflow: hidden;
}
.footerForm input{
	height: 35px;
	margin: 3px 0;
	font-size: 16px;
	text-indent: 0.5em;
	box-sizing: border-box;
}
input:input-placeholder{
	color: #000;
}
input::-webkit-input-placeholder{
	color: #000;
}
input:-moz-placeholder{
	color: #000;
}
input::-moz-placeholder{
	color: #000;
}
input:-ms-input-placeholder{
	color: #000;
}
.inpBox{
	margin: 5px 0;
}
.inpBox select{
	height: 35px;
	width: 100px;
}
.inpOne{
	width: 100%;
}
.inpTwo{
	width: 250px;
}
.inpBox>span{
	display: inline-block;
	width: 70px;
	margin-right: 8px;
	background-color: #FFF;
	line-height: 35px;
	text-align: center;
}
.submit{
	width: 100%;
	height: 40px;
	background-color: #F84C4C;
	border: none;
	margin-top: 10px;
	border-radius: 2px;
	color: #FFF;
	font-size: 18px;
}
.protect{
	float: right;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
}
.redBar{
	width: 35px;
	border: 2px solid #E33A3D;
	display: block;
	margin: 0 auto;
}
.longBar{
	display: block;
	border: 1px solid #3A3A3A;
}
.footlink{
	color: #FFF;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footlink>a{
	display: inline-block;
	padding: 50px 15px;
	color: #FFF;
}


/*
 
 * change sixBest
 * */



/*
 
 * 
 * 
 * 
 * */
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
	.companyInfo{
		margin-left: 100px;
	}
	.footerForm{
		margin-right: 100px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 1300px) {
	body{
		width: 100vw;
		background: #F2F2F2;
	}
	.scroll{
		display: none;
	}
	.container{
		width: 100%;
		margin: 0;
		padding: 10px 20px;
		box-sizing: border-box;
	}
	.header{
		/* background-position: 0 42px; */
	}
	.act>a{
		color: #FF6600!important;
		background: #FFF;
	}
	.nav{
		width: 100vw;
		height: 66px;
		position: fixed;
		z-index: 100;
		top: 0;
		box-sizing: border-box;
		/* background-color: #fff; */
	}
	#nav-list{
		display: block;
		float: right;
		width: 50px;
		height: 40px;
		/* border: 5px solid #FFF; */
		box-sizing: border-box;
		background-image: url(../images/caidan.png);
		background-size: 100% 100%;
		cursor: pointer;
	}
	.meituan_logo{width:165px;margin-right: 10px !important;}
	.ubn_logo{width: 100px;}
	.nav>img{
		height: auto;
		margin: 0px;
	}
	.nav>ul{
		display: none;
		position: absolute;
		border-top: solid 1px #EEEEEE;
		top: 66px;
		right: 0;
		background-color: #FFF;
		overflow: scroll;
		height: 500px;
	}
	.nav>ul>li{
		float: none;
		margin: 0;
	}
	.nav>ul>li>a{
		line-height: 40px;
		display: inline-block;
		width: 100vw;
		padding: 0;
		border-radius: 0;
		text-align: left;
		font-size: 16px;
		text-indent: 1em;
		border-bottom: solid 1px #EEEEEE;
		color: #333333;
	}
	
	.attachUsBtn{
		bottom: -45px;
		/*left: calc(50% - 60px);*/
	}
	.attachUsBtn>a{
		width: 120px;
		height: 55px;
		font-size: 14px;
		line-height: 30px;
	}.attachUsBtn>a:hover{
		background-image: url(../images/back_btn.png);
	}
	/*   FOOTER   */
	#footer{
		background-color: #161616;
		padding: 20px 0;
		overflow: auto;
	}
	.companyInfo{
		width: 100%;
		margin-left: 20px;
	}
	.companyInfo>span{
		color: #C1C1C1;
	}
	.attach_us{
		color: #FFF;
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 10px;
		padding: 0;
	}
	.companyInfo>span{
		font-size: 14px;
	}
	.attach_us>img{
		display: inline-block;
		background-color: #fff;
		margin-top: 0px;
		width: 50px;
		height: 40px;
		margin-right: 10px;
	}
	#qrcode{
		width: 80px;
		height: 80px;
		top: 15px;
		left: 180px;
	}
	.sblock{
		display: block;
		line-height: 24px;
	}
	.footerForm{
		float: none;
		width: 90%;
		margin: 10px auto;
	}
	.footerBox{
		overflow: hidden;
	}
	.footerForm input{
		height: 30px;
		font-size: 14px;
	}
	.inpBox{
		margin: 5px 0;
	}
	.inpOne{
		width: 100%;
	}
	.inpTwo{
		width: calc(100% - 68px);
	}
	.inpBox>span{
		border-radius: 2px;
		width: 60px;
		font-size: 14px;
		margin-right: 8px;
		line-height: 30px;
	}
	.submit{
		height: 30px;
		font-size: 16px;
		font-weight: bold;
	}
	.protect{
		float: right;
		color: #FFF;
		font-size: 12px;
		padding: 10px 0;
	}
	.footlink{
		width: 100%;
		text-align: center;
	}
	.footlink>span{
		display: block;
		line-height: 50px;
	}
	.footlink>a{
		display: inline-block;
		padding: 15px 5px;
		color: #FFF;
	}
}
