.main{
	width: 1000px;
	margin: 0 auto;
	padding-top: 0;
}

.main .xnav{
	width: 1000px;
	height: 42px;
	padding: 23px 0px 10px 0;
	border-bottom: 1px solid #d0d2d1;
	margin-bottom: 50px;
	position: relative;
}

.main .xnav .img{
	height: 37px;
    float: left;
    color: rgb(0, 168, 232);
    padding-left: 45px;
    position: absolute;
    left: 0px;
    background: url(/zh/public/images/location.png) left center no-repeat;
    font: bold 18px/37px 微软雅黑;
}

.main .xnav span {
    height: 45px;
    text-align: right;
    color: rgb(118, 118, 118);
    float: right;
    position: absolute;
    right: 0px;
    font: 14px/45px 微软雅黑;
}

.main .xnav span a{
    display: inline-block;
}

.main .xnav span .current {
	cursor: default;
	color: #00a8e8;
}

.type-list{
	float: left;
	margin-right: 40px;
	cursor: pointer;
}

.type-list>*{
	display: inline-block;
}

.type-list>img{
	vertical-align: middle;
	margin-right: 7px;
}

.type-list>p{
	vertical-align: middle;
	font-size: 16px;
	color: #575757;
}

.type-click>p{
	color: #ffa200!important;
}

.order-main{
	margin-top: 48px;
}

.order-main>p{
	font-size: 16px;
	color: #ffa200;
	margin-bottom: 30px;
}

.order-main>div>p{
	font-size: 16px;
	color: #ffa200;
	margin-bottom: 10px;
}

.order-main>div>input{
	display: block;
	width: 330px;
	height: 40px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding-left: 16px;
	box-sizing: border-box;
}

.order-main>input:last-child{
	width: 106px;
	height: 42px;
	background-color: #ffa200;
	padding:0;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
}

.order-main>div>textarea{
	display: block;
	width: 500px;
	height: 163px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding-left: 16px;
	box-sizing: border-box;
	line-height: 25px;
	padding-top: 15px;
	resize:none;
}

 .main .order-main .hide{
	display: none;
}





















