@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微软雅黑";
}

body {
	background: #eae6e3;
	color: #999;
	font-size: 16px;
	height: 100%;
	width: 100%;
	min-width: 1200px;
}

html {
	height: 100%;
	width: 100%
}


/* HTML5 display-role reset for older browsers */

aside,
footer,
header,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.father:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.bor {
	border: 1px solid red;
}

.fs12 {
	font-size: 12px
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.dn {
	display: none;
}

.dit {
	display: inline-table;
}

.dib {
	display: inline-block;
}

.db {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w_100 {
	width: 100%;
}

.mra0 {
	margin: 0 auto;
}

.tc {
	text-align: center;
}

.ta-l {
	text-align: left;
}

.ta-r {
	text-align: right;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb40 {
	margin-bottom: 40px;
}

.cor1 {
	color: #000;
}

.cor2 {
	color: #ff0000;
}


/*红色*/

.cor3 {
	color: #ae0907;
}


/*酒红*/

.cor4 {
	color: #333333;
}


/*黑色*/

.cor5 {
	color: #555555;
}


/*灰色*/

.bg1 {
	background: #eae6e3;
}


/*灰色*/

.bg2 {
	background: #ff0000;
}


/*红色*/

.bg3 {
	background: #ae0907;
}


/*酒红*/

.lh12 {
	line-height: 12px;
}

.lh25 {
	line-height: 25px;
}

.lh30 {
	line-height: 30px;
}

.lh40 {
	line-height: 40px;
}

.w34 {
	width: 34px;
}

.cur {
	cursor: pointer;
}

.pd-t-b10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cn {
	padding: 20px 0px;
	width: 100%;
	background: #ff0000;
	text-align: center;
}

.cn-t {
	display: none;
	width: 100%;
	height: 140px;
	background: url(../images/b_nav_bg.jpg) repeat-x;
	text-align: center;
}

.header {
	width: 100%;
	padding: 30px 0px;
}

.header .cont {
	width: 1062px;
	margin: 0 auto;
}

.header .cont .logo {
	width: 50%;
	min-width: 532px;
	height: 75px;
	margin-top: 6px;
	background: url(../images/logo.png) left no-repeat;
}

.header .cont .pep {
	width: 120px;
	height: 85px;
	background: url(../images/t-lx.png) no-repeat center;
}

.header .cont .sj {
	width: 208px;
	height: 69px;
	background: url(../images/sj.jpg) no-repeat;
	margin-top: 14px;
}

.header .cont .sc {
	width: 217px;
	height: 147px;
	background: url(../images/sc.png) center no-repeat;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: -30px;
}

.header .cont .sc div {
	width: 217px;
	height: 147px;
	display: inline-table;
	cursor: pointer;
}


/*	导航	*/

.nav {
	width: 100%;
	height: 34px;
	background-color: #2A2A32;
}

.nav ul {
	width: 1000px;
	margin: 0 auto;
}

.nav .item {
	float: left;
	width: 125px;
	display: inline-block;
	position: relative;
}

.nav .item .hr {
	display: block;
	width: 2px;
	height: 14px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 12;
}

.nav .item a {
	display: block;
	width: 75px;
	height: 34px;
	line-height: 34px;
	padding: 0 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.nav li.active a,
.nav li.item:hover a {
	background-color: #CEA35F;
	color: #fff;
}

.nav li.active .hr,
.nav li.item:hover .hr {
	display: none;
}

.nav li.active+li .hr,
.nav li.item:hover+li .hr {
	display: none;
}


/*	end 导航	*/

.qm-banner {
	width: 100%;
	height: 587px;
	background: #c8c8c8 url(../images/banner.png) no-repeat center center;
}

.bor100 {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-khtml-border-radius: 100%;
	-webkit-border-radius: 100%;
	/*ie只支持ie7及以上*/
	position: relative;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	z-index: 2;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	behavior: url(/css/ie-css3.htc);
	/*只有ie支持该属性，导入支持ie-css3的属性*/
}

.bor10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	/*ie只支持ie7及以上*/
	position: relative;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	z-index: 2;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	behavior: url(/css/ie-css3.htc);
	/*只有ie支持该属性，导入支持ie-css3的属性*/
}

.bor5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*ie只支持ie7及以上*/
	position: relative;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	z-index: 2;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	behavior: url(/css/ie-css3.htc);
	/*只有ie支持该属性，导入支持ie-css3的属性*/
}

.bor3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*ie只支持ie7及以上*/
	position: relative;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	z-index: 2;
	/*此属性为了配合使用ie-css3的属性，必须有*/
	behavior: url(/css/ie-css3.htc);
	/*只有ie支持该属性，导入支持ie-css3的属性*/
}

.desc {
	width: 100px;
	height: 100px;
}

.qm-main {}

.qm-main .content {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 0 50px;
}


/*	首页-马上下单	*/

.qm-ms-xd {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
}

.qm-ms-xd .item-l {
	float: left;
	width: 498px;
	height: 417px;
	box-sizing: border-box;
	padding-top: 60px;
}

.qm-ms-xd .item-l .item {
	display: block;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #3a2721;
	height: 25px;
	line-height: 25px;
}

.qm-ms-xd .item-l .ifot {
	width: 100%;
	height: 154px;
	background: url(../images/font-1.png) no-repeat left center;
}

.qm-ms-xd .item-l .item span {
	float: left;
	display: inline-block;
	line-height: 0;
	font-size: 0;
	width: 14px;
	height: 14px;
	margin: 5px 15px 0 10px;
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
}

.qm-ms-xd .item-l .link {
	padding-top: 20px;
	height: 67px;
	position: relative;
}

.qm-ms-xd .item-l .link .btn {
	display: inline-block;
	width: 225px;
	height: 67px;
	line-height: 65px;
	text-align: center;
	border-radius: 10px;
	background: -moz-linear-gradient(top, #ebbe94, #e4a56a);
	background: -ms-linear-gradient(top, #ebbe94, #e4a56a);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebbe94), color-stop(1, #e4a56a));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebbe94, endColorstr=#e4a56a);
	/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebbe94, endColorstr=#e4a56a)";
	/*IE8+*/
	color: #fff;
	color: #fff;
	font-size: 35px;
	box-shadow: 0px -2px 0px #AD8547 inset;
}

.qm-ms-xd .item-l .link .lk {
	position: absolute;
	display: block;
	bottom: 0px;
	z-index: 12;
	font-size: 16px;
	color: #c87d37;
	white-space: nowrap;
}

.qm-ms-xd .item-l .link .w {
	right: -28px;
}

.qm-ms-xd .item-l .link .m {
	right: 125px;
}

.qm-ms-xd .item-r {
	width: 498px;
	height: 419px;
	text-align: center;
	position: relative;
	float: right;
}

.qm-ms-xd .item-r .book {
	display: block;
	width: 580px;
	position: absolute;
	top: 30px;
	left: -83px;
	z-index: 10;
}

.qm-ms-xd .item-r .fta {
	width: 500px;
	font-size: 18px;
	color: #e53339;
	line-height: 2;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 12;
}

.msxd_btn {
	display: block;
	width: 225px;
	height: 67px;
	background: url(../images/ms_s.png) center no-repeat;
}


/*	end 首页-马上下单	*/

.qm-wy {
	height: 168px;
	position: relative;
	margin-top: 124px;
}

.qm-wy .t {
	width: 100%;
	height: 84px;
	background: url(../images/kbg-0.gif) top no-repeat;
	position: absolute;
	z-index: 1;
	top: 0px;
}

.qm-wy .b {
	width: 100%;
	height: 84px;
	background: url(../images/kbg-1.gif) bottom no-repeat;
	position: absolute;
	z-index: 1;
	bottom: 0px;
}

.qm-wy .icon1 {
	width: 245px;
	height: 194px;
	position: absolute;
	top: -96px;
	z-index: 1;
	left: 394px;
}

.qm-wy .c {
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 3;
	font-size: 12px;
	color: #000;
}

.qm-wy .item-l {
	float: left;
	margin-left: 40px;
	display: inline;
	width: 448px;
	margin-top: 34px;
}

.qm-wy .item-l .ft1 {
	font-size: 30px;
	font-weight: bold;
	color: #cda177;
	line-height: 2;
}


/*.item-l-ie{margin-left:40px;display:inline;margin-top:34px;}
.item-r-ie{margin-left:165px;margin-top:34px;}
.item-r-ie .item-ie{float: left;display: block;width: 53px;*width:37px;height: 52px;*height:36px;+height:40px;text-align: center;box-sizing: border-box;border-radius: 10px;color: #fff;background-color: #636468;padding: 8px;font-size: 14px;}*/

.qm-wy .item-r {
	float: left;
	margin-top: 34px;
	margin-left: 165px;
}

.qm-wy .item-r .ft2 {
	font-size: 20px;
	color: #292a32;
	line-height: 2;
}

.qm-wy .item-r .item {
	float: left;
	display: block;
	width: 53px;
	*width: 37px;
	height: 52px;
	*height: 36px;
	+height: 36px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	background-color: #636468;
	padding: 8px;
	font-size: 14px;
}

.qm-wy .item-r .hr {
	float: left;
	display: inline-block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	margin: 0 8px;
	color: #bbe;
}

.qm-wy .item-r .item1 {
	float: left;
	display: block;
	width: 53px;
	*width: 37px;
	height: 53px;
	*height: 37px;
	+height: 37px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	background-color: #636468;
	padding: 8px;
	font-size: 14px;
}

.qm-ks .item-r {
	margin-left: 120px;
	margin-top: 68px;
}

.qm-ks-i {
	margin-top: 76px;
}

.qm-ks-i .pad {
	margin-left: -70px;
}

.qm-ks-i .igf {
	margin-top: 86px;
}

.qm-lc .item-l {
	float: left;
	width: 514px;
	box-sizing: border-box;
	margin-top: 43px;
}

.qm-lc .item-l .lc-ft1 {
	font-size: 20px;
	font-weight: normal;
	color: #ba843f;
	line-height: 1.2;
}

.qm-lc .item-l .lc-ft1 em {
	font-size: 36px;
	color: #ba843f;
}

.qm-lc .item-r {
	float: left;
	margin-left: 50px;
	margin-top: 47px;
	box-sizing: border-box;
}

.qm-lc .item-r .lc-ft2 {
	width: 295px;
	height: 1px;
	background-color: #c19e66;
	margin: 50px 0 0 50px;
	position: relative;
}

.qm-lc .item-r .item-lc {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	box-sizing: border-box;
	color: #fff;
	background-color: #c19e66;
	font-size: 14px;
	position: absolute;
	top: -12px;
	z-index: 12;
}

.qm-lc .item-r .item-lc em {
	position: absolute;
	left: 0px;
	top: -30px;
	z-index: 12;
	font-size: 16px;
	color: rgba(41, 42, 50, 0.8);
	white-space: nowrap;
}

.qm-lc .item-r .item-lc1 {
	left: 0;
}

.qm-lc .item-r .item-lc1 em {
	left: -20px;
}

.qm-lc .item-r .item-lc2 {
	left: 50%;
}

.qm-lc .item-r .item-lc2 em {
	left: -5px;
}

.qm-lc .item-r .item-lc3 {
	right: 0;
	background-color: #dc1c22;
}

.qm-lc .item-r .item-lc3 em {
	left: -20px;
}


/*	首页-订单提交	*/


/*下拉列表显示框主容器 -- 此容器可以根据实际情况自定义宽度*/


/*下拉列表子项容器*/

div.selectbox-wrapper {
	border: #b7d1eb 1px solid;
	max-height: 200px;
	_height: expression(this.scrollHeight > 200 ? "200px": "auto");
	overflow-y: auto;
	overflow-x: hidden;
	POSITION: absolute;
	background: #fff;
	z-index: 300;
}

div.selectbox-wrapper UL LI.selected {
	COLOR: #fff;
	BACKGROUND-COLOR: #1EB3EB
}

div.selectbox-wrapper UL LI.current {
	COLOR: #fff;
	BACKGROUND-COLOR: #1EB3EB;
}

div.selectbox-wrapper UL LI {
	padding: 3px;
	WIDTH: 100%;
	CURSOR: pointer;
	line-height: 20px;
}

.selectbox {
	height: 36px;
	line-height: 36px;
	border: border:1px solid #c4a36e;
	CURSOR: font-family:"微软雅黑";
	text-indent: 5px;
	background-position: right 50%;
	display: inline;
	text-align: left;
	margin: 0px;
	background-image: url(../images/sel-icon.png);
	background-color: #FFF;
	background-repeat: no-repeat;
}

.selectbox1 {
	line-height: 40px;
	height: 40px;
	border: 1px solid #c4a36e;
	CURSOR: pointer;
	text-indent: 10px;
	background-position: 95% 50%;
	font-family: "微软雅黑";
	background-image: url(../images/sel_arrows.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
}

.qm-rdo {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/radio.jpg) no-repeat;
	margin-top: 15px;
	font: 0px;
}

.rdo_on {
	background-position: 0px 0px;
}

.rdo_un {
	background-position: -15px 0px;
}

.xx {
	display: inline-block;
	font-size: 2em;
	padding-top: 5px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #c09d65;
	margin-left: 20px;
}

.qu-form {
	width: 100%;
	border: 0px;
}

.qu-form .legend {
	*width: 170px;
	display: inline-block;
	padding-bottom: 34px;
}

.qu-form .legend h3 {
	display: inline-block;
	background-color: #c09d65;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "微软雅黑";
	padding: 10px 20px;
}

.qu-form .field {
	width: 100%;
	height: 45px;
	margin-bottom: 20px;
}

.qu-form .field .label {
	float: left;
	width: 11%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #535353;
}

.qu-form .field .edit {
	float: left;
	width: 85%;
	height: 40px;
}

.qu-form .field .edit .textfield {
	height: 40px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #c4a36e;
	padding: 0 12px;
	font-family: "微软雅黑";
	border-radius: 2px;
	font-size: 16px;
}

.qu-form .field .edit .radio {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 0;
	font-size: 16px;
	color: #a0a0a0;
}

.qu-form .field .edit .radio input {
	margin-right: 10px;
}

.qu-form .field .edit .checkbox {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px 0 0;
	font-size: 16px;
	color: #4B4B4B;
	box-sizing: border-box;
}

.qu-form .field .edit .checkbox input {
	margin-right: 10px;
}

.qu-form .field .edit .name {
	width: 200px;
}


/*.qu-form .field .edit .time{
	width: 65px;
	height: 30px;
	line-height: 28px;
	margin-top: 5px;
	margin-right: 18px;
	background: #fff url(../img/s-bg.png) no-repeat right center;
	box-shadow: inset 0 1px 3px rgba(0,0,0,1);
	
}*/

.qu-form .field .edit .email {
	float: left;
	width: 500px;
}

.qu-form .field .edit .error-msg-email {
	float: left;
	display: inline-block;
	height: 40px;
	margin-left: 15px;
}

.qu-form .field .edit .error-msg-email em {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #a0a0a0;
}

.qu-form .field .edit .error-msg-email em.hint {
	color: #e00000;
}

.qu-form .field .edit .efont {
	width: 500px;
}

.qu-form .field .edit .bfont {
	float: left;
	width: 65px;
	margin-right: 15px;
}

.qu-form .field .edit .bfont-disable {
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	font-size: 16px;
	color: #535353;
}

.qu-form .field .edit .error-msg-bfont {
	float: left;
	display: inline-block;
	height: 40px;
	margin-left: 35px;
}

.qu-form .field .edit .error-msg-bfont em {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 40px;
}

.qu-form .field .edit .address {
	width: 170px;
	height: 30px;
	line-height: 28px;
	margin-top: 5px;
	margin-right: 18px;
	background: #fff url(../images/s-bg.png) no-repeat right center;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 1);
}

.qu-form .field .edit .wx {
	float: left;
}

.qu-form .field .edit .error-msg-wx {
	float: left;
	display: inline-block;
	height: 40px;
	margin-left: 5px;
}

.qu-form .field .edit .error-msg-wx em {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 40px;
}

.qu-form .btn {
	width: 100%;
}

.sub_btn {
	display: inline-block;
	border: 0px;
	width: 232px;
	height: 93px;
	background: url(../images/sub.png) center no-repeat;
}

.qu-form .btn .submit {
	float: left;
	display: inline-block;
	width: 225px;
	height: 68px;
	line-height: 65px;
	text-align: center;
	border-radius: 10px;
	background: -moz-linear-gradient(top, #ebbe94, #e4a56a);
	background: -ms-linear-gradient(top, #ebbe94, #e4a56a);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebbe94), color-stop(1, #e4a56a));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ebbe94, endColorstr=#e4a56a);
	/*IE<9>*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ebbe94, endColorstr=#e4a56a)";
	/*IE8+*/
	color: #fff;
	font-size: 35px;
	box-shadow: 0px -2px 0px #AD8547 inset;
	-webkit-box-shadow: 0px -2px 0px #AD8547 inset;
	-moz-box-shadow: 0px -2px 0px #AD8547 inset;
}

.qu-form .btn .error-msg-btn {
	float: left;
	display: inline-block;
	height: 68px;
	margin-left: 58px;
}

.qu-form .btn .error-msg-btn em {
	display: block;
	height: 34px;
	line-height: 34px;
}

.qu-form .btn .error-msg-btn em.oprice {
	font-size: 28px;
	padding-top: 5px;
	color: rgba(0, 0, 0, 0.3);
	text-decoration: line-through;
}

.qu-form .btn .error-msg-btn em.price {
	font-size: 48px;
	padding-top: 5px;
	color: #d60000;
	font-weight: bold;
}

.qu-form .hfont {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 25px;
	color: #a6814d;
}

.BMN01 {
	height: 40px;
	font-size: 16px;
	color: #535353;
	width: 100px;
	text-indent: 12px;
	border-radius: 5px;
	margin-right: 10px;
}


/*	end 首页-订单提交	*/


/*客户评价*/

.qm-pj {}


/*	首页-水墨多板块-客户评论	*/

.qm-pj .pj-c {
	width: 100%;
	border-style: solid none none;
	padding: 151px 0px;
}

.qm-pj .pj-c .comment-inner {
	width: 100%;
	height: 526px;
	margin: 0 auto;
	/*临时*/
}


/*	end 首页-水墨多板块-客户评论	*/


/* 首页-水墨多板块-常见问题	*/

.qm-cj .cj-c {
	width: 94%;
	margin: 0 auto;
	padding: 120px 0px 44px 0px;
}

.qm-cj .question-list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.qm-cj .question-list .q {
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 2;
}

.qm-cj .question-list .a {
	width: 100%;
	font-size: 16px;
	color: #777;
	border-bottom: 1px solid #D2D2D2;
	line-height: 1.8;
	margin-bottom: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
}

.qm-cj .question-list dd.last {
	border-bottom: none;
}


/* 首页-水墨多板块-常见问题	*/

.pL_box {
	width: 1000px;
	margin: auto;
	position: relative;
}

.pL_Ls {
	border: 1px solid #DFDFDF;
	width: 603px;
	height: 524px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #FFFFFF;
}

.pL_H3 {
	border-bottom: 2px solid #7F7F7F;
	color: #000;
	font-family: 微软雅黑;
	height: 45px;
	line-height: 45px;
	text-indent: 1em;
	font-size: 26px;
	font-weight: bold;
}

.pL_H3 b {
	border-left: 5px solid #DE3B4E;
}

.pL_Ul {
	border-bottom: 1px solid #B3B3B3;
	height: 337px;
	overflow-y: scroll;
}

.pL_H1 {
	height: 40px;
	line-height: 50px;
	padding-left: 25px;
	color: #A6A6A6;
}

.pL_C1 {
	font-family: 微软雅黑;
	font-size: 13px;
	padding-left: 25px;
	color: #222222;
}

.pL_OlBox {
	border: 1px solid #FFFFFF;
	position: relative;
}

.pL_Ol {
	width: 450px;
	margin-top: 16px;
	margin-left: 25px;
}

.pL_Ol li {
	width: 165px;
	float: left;
}

#pl_L1 {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #393939;
}

#pl_L2 {
	width: 345px;
	height: 30px;
}

#in_Pl {
	border: 1px solid #AFAFAF;
	width: 345px;
	height: 30px;
	outline: none;
}

#pl_L11 {
	margin-top: 10px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #393939;
}

#pl_L22 {
	border: 1px solid #AFAFAF;
	margin-top: 10px;
	width: 342px;
	height: 60px;
	resize: none;
	outline: none;
}

.pL_bnt {
	border: 1px solid #CFCFCF;
	font-family: 微软雅黑;
	width: 106px;
	height: 106px;
	position: absolute;
	top: 16px;
	right: 15px;
	color: #808080;
	font-size: 40px;
	*font-size: 36px;
	text-align: center;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
	cursor: pointer;
	background: #EEEEEE;
}

.pL_Rs {
	border: 1px solid #DFDFDF;
	width: 361px;
	height: 526px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	background: #FFFFFF;
}

.kehu_srcBox {
	height: 314px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.Rs_Gun {
	position: absolute;
	top: 0;
	left: 0;
}

.Rs_Cs {
	font-family: 微软雅黑;
	font-size: 14px;
	padding-left: 25px;
	height: 24px;
	line-height: 24px;
}

.sec_box {
	height: 145px;
	position: relative;
}

.sea_b {
	width: 228px;
	height: 40px;
	position: absolute;
	top: 65px;
	left: 26px;
}

#sech {
	border: 1px solid #AFAFAF;
	width: 228px;
	height: 40px;
	line-height: 40px;
	outline: none;
	text-align: center;
}

.sCH_bnt {
	border: 1px solid #AFAFAF;
	width: 84px;
	height: 42px;
	position: absolute;
	top: 0;
	right: -87px;
	line-height: 42px;
	text-align: center;
	background: #808080;
	cursor: pointer;
	color: #FFFFFF;
}

.s-footer {
	width: 100%;
	background-color: #cc9966;
}

.s-footer .cont {
	margin: 0 auto;
	width: 1000px;
	box-sizing: border-box;
	padding: 50px 0px;
}

.s-footer .cont p {
	text-align: center;
	color: #000;
	line-height: 28px;
}

.qm-pk {
	margin-top: 15px;
}


/*	首页-标题	*/

.s-m-title {
	width: 100%;
	color: #000;
	height: auto;
	overflow: hidden;
}

.s-m-title h3 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.s-m-title .stitle {
	margin: 0 auto;
	width: 520px;
	height: 50px;
}

.s-m-title .stitle .l {
	display: block;
	float: left;
	width: 168px;
	height: 1px;
	background-color: #000;
	margin-top: 25px;
	font-size: 0;
	line-height: 0px;
}

.s-m-title .stitle .r {
	display: block;
	float: left;
	width: 168px;
	height: 1px;
	background-color: #000;
	margin-top: 25px;
	font-size: 0;
	line-height: 0px;
}

.s-m-title .t {
	float: left;
	display: inline-block;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin: 0 20px;
}


/*	end 首页-标题	*/


/*蒙层*/

.mengcheng {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 198712272396;
	display: none;
}

.mengcheng01 {
	width: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.mengcheng02 {
	border: 1px solid #CFCFCF;
	width: 343px;
	height: 260px;
	background: #FFF;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.mengcheng02 h1 {
	height: 47px;
	position: relative;
}

.ppcs {
	border: 1px solid #A82722;
	width: 220px;
	height: 45px;
	margin: auto;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #535353;
	border-radius: 5px;
	cursor: pointer;
}

#mc-p {
	margin-top: 40px;
	margin-bottom: 25px;
}

.mc-paction {
	background: #A82722;
	color: #FFF;
}

.xx-xx {
	width: 16px;
	height: 17px;
	position: absolute;
	top: 13px;
	right: 9px;
	cursor: pointer;
}


/*邮箱自动补全*/

.suggest-container {
	position: absolute;
	z-index: 1000;
	text-align: left;
	border: 1px solid #33CCFF;
	visibility: hidden;
	background: #ffffff
}

.suggest-item {
	padding: 3px 2px;
	border-bottom: 1px dashed #33CCFF;
	color: #787878
}

.suggest-active {
	text-align: left;
	background: #33CCFF;
	color: white;
	padding: 3px 2px;
}


/*新版提交*/

.qm-sub {
	margin-top: 62px;
}

.qm-sub .sub_l {
	width: 390px;
}

.qm-sub .sub_r {
	width: 500px;
}

.qm-sub .sub_r .sub_btn {
	width: 227px;
	height: 104px;
	background: url(../images/subNew.png) center no-repeat;
}

.qm-sub .sub_l .jg_t {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	color: #989898;
	margin-top: 7px;
}

.qm-sub .sub_l .jg_icon1 {
	display: inline-block;
	font-size: 19px;
	line-height: 16px;
	color: #555555;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 6px;
}

.qm-sub .sub_l .oprice {
	display: inline-block;
	font-size: 27px;
	line-height: 22px;
	color: #555555;
	text-decoration: line-through;
	font-style: normal;
}

.qm-sub .sub_l .jg_icon2 {
	display: inline-block;
	font-size: 32px;
	line-height: 28px;
	color: #c20000;
	font-weight: bold;
	margin-left: 28px;
	margin-top: 12px;
}

.qm-sub .sub_l .nprice {
	display: inline-block;
	font-size: 49px;
	line-height: 40px;
	color: #c20000;
	font-weight: bold;
	font-style: normal;
}

.qm-sub .sub_l .teh {
	display: inline-block;
	width: 89px;
	height: 28px;
	background: url(../images/teh.jpg) center no-repeat;
	margin-top: 3px;
	margin-left: 5px;
}