@charset "utf-8";
/* CSS Document */

/*reset*/
body,dl,dd,p,h1,h2,h3,h4,h5,h6{
	margin: 0;
}
body {
	font: 12px/1.4 "微软雅黑","黑体","宋体";
	color: #666;
	background: url(../images/bg.jpg) repeat center 288px;
	padding-bottom: 290px;
}
a {
	color: inherit;
	text-decoration: none;	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: middle;
	border: 0;
}
ol,ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
em,i {
	font-style: normal;
}
input{
	border: none;
	outline: none;
}
textarea {
	resize: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
}
button {
	border: none;
	background-color: transparent;
	cursor: pointer
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/	
	vertical-align: middle;	
}
iframe {
	vertical-align: middle;
}
select {
	border: 1px inset;
	outline: none;	
	appearance:none;
  	-moz-appearance:none;
  	-webkit-appearance:none;
    -ms-appearance:none;
}
.f_left {
	float: left;
}
.f-right {
	float: right;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.container { 
	width: 1200px; 
	margin: 0 auto;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.topic img{
	width: 100%;
	height: 308px;
}
.form-inner{
	position: relative;	
	padding: 12px;
	background-color: #fff;
}
.form-tab{
	border: 2px solid #cca382;	
}
.title{
	margin: 23px auto 24px;	
	text-align: center;	
}
.title img{
	display: inline-block;	
	width: 94px;
	height: 97px;
	margin-right: 16px;
	vertical-align: middle;
}
.title h2{
	display: inline-block;	
	width: 148px;
	height: 59px;
	background: url(../images/title.png) no-repeat;
	vertical-align: middle;
}
.description{
	margin: 0 90px;	
	padding: 30px 44px;
	margin-bottom: 60px;
	background-color: #faf6f2;
}
.description p,
.contact p{
	line-height: 2;	
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: justify;
}
.description p.english{
	padding-left: 1em;
    line-height: 1.4;
    margin-top: 18px;
}
.form-group{
	position: relative;
	padding-left: 44px;
	font-size: 18px;	
}
.label{
	display: inline-block;
	width: 240px;
	padding-top: 10px;
	font-weight: bold;
}
.label span{
    display: block;
    margin-top: 4px;
	font-size: 12px;
    color: #999;
}
.select{
	position: relative;
	width: 320px;
	height: 42px;
	border-radius: 4px;
	border: 1px solid #bfbfbf;
	color: #333;
	background: -webkit-linear-gradient(#f7f7f7,#e8e8e9);	
	background: -moz-linear-gradient(#f7f7f7,#e8e8e9);		
	background: linear-gradient(#f7f7f7,#e8e8e9);	
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf7f7f7,endColorstr=#FFe8e8e9);	
}
.select:after{
	content: "";
	position: absolute;
	right: 16px;
	top: 20px;
	border: 7px solid transparent;
	border-top-color: #a0a0a0;	
}
.select p{
	padding-left: 30px;	
	line-height: 42px;
	cursor: pointer;	
}
.select ul{
	display: none;
	position: absolute;
	left: 0;
	top: 42px;
	width: 100%;
	max-height: 266px;
	overflow-y: scroll;
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0,0,0,.34);
	border: 1px solid #bfbfbf;
	background-color: #fff;
	z-index: 2;
}
.select ul li{
	height: 44px;
	padding-left: 30px;			
	line-height: 44px;
	cursor: pointer;
}
.select ul li:hover{
	background-color: #e5e5e5;
}
.select ul li.selected{
	background-color: #e5e5e5;	
}
.open{
	display: block !important;
}
.price{
	margin: 0 90px 30px;	
}
.type{	
	margin: 0 0 26px 90px;
}
.origin{
	margin: 0 90px 36px;
}
.type .label{
	line-height: 1.3;
}
.checkbox{
	width: 798px;
	padding-top: 10px;
}
.checkbox p{
	font-size: 14px;
}
.checkbox-item{
	float: left;
	width: 266px;
	margin-bottom: 26px;
}
.checkbox-item label{
	display: inline-block;
	position: relative;
	padding-left: 44px;
	color: #333;
	background: url(../images/btn_n.png) no-repeat;
	background: none \9;
	padding-left: 0 \9;	
	cursor: pointer;	
	vertical-align: top;
}
.checkbox-item label span{
	display: block;
	font-size: 12px;
}
input[type="checkbox"]{
	display: none;
	display: inline-block \9;
}
input[type="checkbox"]:checked+label{
	background: url(../images/btn_h.png) no-repeat;
}
.checkbox-tips{
	margin-bottom: 32px;
	margin-right: 80px;
}
p.en{
	margin-top: 6px;
	font-size: 12px;
	color: #999;
}
.others{
	display: none;
}
.others input,
.agent input,
.agent textarea{
	width: 186px;
	height: 42px;
	padding: 0 10px;
	line-height: 42px;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    background-color: #fbfbfb;
}
.others input{
	width: 170px;
}
.others .label{
	width: inherit;
}
.contact{
	margin: 0 90px;	
	padding: 26px 40px;
	margin-bottom: 66px;
	background-color: #faf6f2;
}
.contact p span{
	display: inline-block;
	width: 674px;
	vertical-align: top;
}
.contact p span:first-child{
	display: inline-block;
	width: 238px;
}
h3{
	margin-bottom: 44px;
	font-size: 28px;
	color: #3c0101;
	font-weight: bold;
	text-align: center;
}
h3 span{
	display: block;
	margin-top: 10px;
	font-size: 16px;
}
.agent{
	margin: 0 90px;
}
.agent .form-group{
	margin-bottom: 20px;
	padding-right: 44px;
}
.agent .form-group .label{
	width: 234px;
	vertical-align: top;
}
.label i{
	font-size: 14px;
}
.agent input{
	width: 398px;
}
.agent textarea{
	width: 642px;
	height: 180px;
	margin-bottom: 10px;
}
.choose,
.file{
	position: absolute;
	left: 480px;
	top: 0;	
	width: 180px;
	height: 42px;
	line-height: 42px;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    text-align: center;
    color: #333;
    font-weight: bold;
	background: -webkit-linear-gradient(#f7f7f7,#e8e8e9);	
	background: -moz-linear-gradient(#f7f7f7,#e8e8e9);		
	background: linear-gradient(#f7f7f7,#e8e8e9);	
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFf7f7f7,endColorstr=#FFe8e8e9);	
}
.choose{
	left: 283px;	
}
.agent input[type="file"]{
	position: relative;
	width: 160px;
	height: 42px;
	z-index: 2;
	opacity: 0;	
	filter: alpha(opacity=0);		
    cursor: pointer;		
}
.file span,
.choose span{
	padding-left: 8px;
	font-size: 14px;
}
.preview-img{
	position: relative;
	width: 246px;
	height: 120px;
	margin: 16px 0 40px 239px;
	border: 1px solid #e5e5e5 \9;	
}
.preview-img img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
    max-height: 100%;
    max-width: 100%;
	width: auto;
	height: auto;
	z-index: 1;
}
.preview-img:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.1);
}
.commit{
	margin: 52px 0 84px;
	text-align: center;
}
.commit .commit-tips{
	margin-bottom: 12px;
 	color: #333;
}
.commit .commit-tips{
 	color: #333;
}
.commit-tips-one{
	margin-bottom: 12px;	
}
.commit-tips-two{
	margin-bottom: 18px;
}
.commit .commit-btn{
	width: 300px;
	height: 54px;
	margin: 0 auto;
	line-height: 54px;
	background-color: #b6855f;
	font-size: 24px;
 	color: #fff;
 	font-weight: bold;
 	cursor: pointer;
}
.commit .commit-btn span{
	font-size: 16px;
	padding-left: 8px;
}
/*---------------------侧栏----------------------*/
.sidebar{
    position: absolute;
    left: -172px;
    top: -14px;
}
.example-small{
	margin-bottom: 40px;
	cursor: pointer;
}
.example-small img{
	width: 172px;
	height: 272px;
}
.ad{
	text-align: center;	
}
.ad img{
	width: 70px;
	height: 260px;
}
.erweima img{
	width: 170px;
	margin-left: 22px;
}
.example-wrapper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.example-bg{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 2;
}
.example {
	position: relative;
	top: 308px;
	width: 1200px;	
	margin: 0 auto;
	z-index: 3;
}
.example i{
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 28px;
	width: 20px;
	height: 20px;
	background: url(../images/btn_close.png) no-repeat;
	cursor: pointer;
}
.example img{
	width: 1200px;
	height: 2444px;
}
.tips{
	position: absolute;
    left: 284px;
    bottom: -8px;
	font-size: 14px;
	color: #e03333;
}
.example-wrapper p{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 280px;
	height: 60px;
	margin-left: -140px;
	margin-top: -30px;
	border-radius: 4px;
	line-height: 60px;
	font-size: 20px;
	color: #000;
	background-color: #fff;
	text-align: center;
	z-index: 3;
}
.number{
	margin: 0 90px 50px;
}
.number .label{
	width: auto;
	padding-top: 0;
}
.num{
	vertical-align: top;
}
.agent .through .label{
	width: 290px;
}
.through .label span{
	width: 210px;
}
.radio {
    width: 614px;
    padding-top: 10px;
}
.radio-item {
    margin-bottom: 26px;
}
.radio-item label {
    display: inline-block;
    position: relative;
    padding-left: 44px;
    color: #333;
    background: url(../images/btn_n_radio.jpg) no-repeat;
    background: none \9;
    padding-left: 0 \9;
    cursor: pointer;
    vertical-align: top;
}
.radio-item label span {
	margin-left: 12px;
    font-size: 12px;
}
input[type="radio"] {
    display: none;
    display: inline-block \9;
    width: auto;
    height: auto;
    padding: 0 10px;
    line-height: auto;
    border-radius: 0;
    border: none;
    background-color: transparent;
}
input[type="radio"]:checked+label {
    background: url(../images/btn_s_radio.jpg) no-repeat;
}
.txt{
	display: block;
    width: 400px;
    margin-left: 44px;
    margin-top: 10px;
}
.examples{
	display: none;	
}
.hide{
	display: none;
}
@media only screen and (max-width: 1500px) {
	.sidebar{
		left: -15px;
	}
}