*{margin:0;padding:0;}
body{min-width: 1200px;}
a{text-decoration: none;}
#main * {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
#main{
	font-size: 0;font-family: "Microsoft YaHei";
	min-width: 1200px;position: relative;
	margin: 0 auto;line-height: 1;
	color: #333;
}
/*common*/
	#main .clearfix:after {
		content: '';
		height: 0;
		display: block;
		clear: both;
		visibility: hidden;
	}
	.xt-section li{list-style-type: none;}
	.xt-section a{text-decoration: none;color: inherit;}
	.xt-section .btn{
		margin: 0 auto;font-weight: bold;
		width: 120px;height: 36px;line-height: 36px;
		border-radius: 36px;font-size: 14px;
	}
	.xt-section .video_list .btn,.section-right .form-box .j_submit{
		color: #5c2718;
		background: #fecc07;
		background: -webkit-linear-gradient(0deg,#fecc07,#fea309);
		background: -o-linear-gradient(0deg,#fecc07,#fea309);
		background: -moz-linear-gradient(0deg,#fecc07,#fea309);
		background: linear-gradient(90,#fecc07,#fea309);
	}
	.xt-section .video_list .btn:hover{background: #291570;color: #fff;}
	.xt-section .btn, .xt-section .tab{
		text-align: center;
		cursor: pointer;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
/*form*/
	.pageForm .form-item{position: relative;}
	.pageForm .form-item img{position: absolute;height: 28px;top: 50%;margin-top: -14px;left: 13px;}
	.pageForm input{
		outline: none;vertical-align: middle;
		width: 100%;height: 100%;background: #fff;color: #b2b2b2;
		font-size: 14px;padding-left: 15px;
		border: 0;border-radius: 0;
	}
	.pageForm input.form-yzm{padding-left: 18px;}
	.pageForm .select-parent input{cursor: default;}
	.pageForm .select-parent ul{
		position: absolute;display: none;
		width: 100%;border: 0;background: #fff;z-index: 1;
		max-height: 200px;overflow: auto;
	}
	.pageForm .select-parent li{
		width: 100%;font-size: 14px;line-height: 22px;padding-left: 15px;
		cursor: pointer;text-align: left;
	}
	.pageForm .select-parent i{
		position: absolute;right: 18px;top: 50%;margin-top: -4px;
		border-style: solid;border-width: 8px 8px 0;border-color: #000 transparent transparent;
	}
	.pageForm .j_getYzm{
		position: absolute;right: 0;top: 0;color: #fff;
		width: 150px;height: 50px;line-height: 50px;font-size: 14px;border-radius: 0;
	}
/*bottomForm-box*/
	.bottomForm-box{
		clear: both;font-size: 14px;
		padding: 25px 50px 35px;
		background-color: #fff;
		position: relative;
	}
	.bottomForm-box:before{
		content: '';position: absolute;top: -16px;left: 0;right: 0;
		border-style: solid;border-width: 0 16px 16px;
		border-color: transparent transparent #dc603e;
	}
	.bottomForm-box .bottomForm-top{
		text-align: center;
		border-bottom: 1px solid #f2f2f2;
		margin-bottom: 25px;
	}
	.bottomForm-box .bottomForm-top h3{font-size: 24px;color: #5c2718;}
	.bottomForm-box .bottomForm-top p{text-align: center;color: #666;padding: 14px 0 16px;}
	.bottomForm-box .bottomForm-content p{margin-bottom: 20px;}
	.bottomForm-box .bottomForm-content p span{display: inline-block;margin-left: 75px;}
	.bottomForm-box .bottomForm-content b{color: #ff004a;}
	.bottomForm-box form{margin-top: 26px;}
	.bottomForm-box form .form-item{float: left;margin: 0 15px 0 0;height: 30px;line-height: 30px;}
	.bottomForm-box form span{
		float: left;
		margin-right: 5px;
	}
	.bottomForm-box form input{
		float: left;border: 1px solid #d9d9d9;
		width: 180px;height: 30px;
	}
	.bottomForm-box .select-parent ul{top: 30px;right: 0;width: 180px;}
	.bottomForm-box .select-parent li{padding-left: 10px;}
	.bottomForm-box .select-parent i{
		right: 9px;margin-top: -2px;
		border-width: 4px 4px 0;
	}
	.bottomForm-box form .btn{
		float: left;width: 110px;height: 30px;line-height: 30px;
		background: #dc603e;color: #fff;
	}

.xtsale-box{display: none!important;}