body{
	padding-top: 65px;
	color: #333;
}
.title{
	position: fixed;
	width: 100%;
	min-width:1200px;
	height: 65px;
	top: 0;
	left: 0;
	background-image:  linear-gradient(to right, #fecd32 , #d1bc73);
	background-color: #fecd32;
	z-index: 99;
}
.title .tap{
	margin: 0 auto;
	height: 65px;
	width: 1200px;
}
.tap .logo,.tap ul,.tap ul li{
	float: left;
}
.tap .logo{
	width: 192px;
	height: 50px;
	margin: 7.5px 200px 0 0;
}
.tap ul{
	font-size: 18px;
	color: #fefefe;
	height: 30px;
	line-height: 30px;
	margin-top: 17.5px;
}
.tap ul li{
	margin-right: 40px;
	cursor: pointer;
}
.tap ul li.current{
	border-bottom: 2px solid #fefefe;
}
.content,.banner{
	width: 100%;
	min-width: 1200px;
}
.in-con{
	width: 1200px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
}
.about{
	width: 1200px;
	position: relative;
	padding-top: 100px;
}
.about p{
	text-align: center;
}
.about p:first-child{
	font-size: 40px;
	font-weight: 500;
	color: #333;
}
.about p:nth-child(2){
	color: #d1bc73;
	font-size: 30px;
	margin-top: 5px;
}
.about span{
	position: absolute;
	width: 480px;
	height: 2px;
	background: #d1bc73;
	top: 126px;
}
.about span:nth-child(3){
	left: 0;
}
.about span:last-child{
	right: 0;
}
.order{
	width: 100%;
	text-align: center;
	padding-bottom: 100px;
}
.order p:first-child{
	font-size: 30px;
	color: #d1bc73;
	margin-top: 50px;
}
.order p:last-child{
	font-size: 30px;
}
.order ul{
	width: 716px;
	height: 230px;
	margin: 40px auto 60px;
}
.order ul li{
	float: left;
	width: 150px;
	height: 100%;
	margin-right: 133px;
}
.order ul li:last-child{
	margin-right: 0;
}
.order ul li p{
	font-size: 24px;
	margin-top: 18px;
}
.bottom{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: url('//web.rrzuzu.com/WebStatic/pinpin-pc/images/bottom.png') center center no-repeat;
}
.in-bottom{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.in-bottom p{
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
/* .in-bottom p:first-child{
	font-size: 40px;
	margin-bottom: 28px;
}
.in-bottom p:nth-child(2){
	font-size: 30px;
	margin-bottom: 35px;
}
.form{
	width: 810px;
	height: 40px;
	margin: 0 auto;
}
.form span,.form input{
	float: left;
}
.form span{
	font-size: 30px;
}
.form input{
	height: 36px;
	font-size: 24px;
	padding-left: 5px;
}
#name{
	width: 170px;
	margin-right: 60px;
}
#phone{
	width: 300px;
	margin-right: 30px;
}
.form .btn{
	height: 36px;
	width: 70px;
	text-align: center;
	line-height: 36px;
	background: #fff;
	font-size: 24px;
} */
/* .tuts{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	display: none;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	padding: 0 50px;
	border-radius: 5px;
	background: rgba(0,0,0,0.5);
} */
/* .in-bottom p:last-child{
	font-size: 16px;
	margin-top: 40px;
} */