﻿@charset "utf-8";
/* CSS Document */
/* ====================公共样式==================== */
body {
	margin: 0px;
	FONT-FAMILY: Times New Roman, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 20px;
	color:#464646;
	background:#fff;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	-khtml-user-select: none; 
	user-select: none; 

	min-width:1210px;
}
* {
	margin:0px;
	padding:0px;
}
/* 清理浮动 */
.fn-clear:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fn-clear {
    zoom:1; /* for IE6 IE7 */
}
img, h1, h2, h3, h4, h5, h6, h7 {
	border:0px;
	margin:0px;
}
/* 清理浮动 */
.clear:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.clear {
    zoom:1; /* for IE6 IE7 */
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#d5a843;
	text-decoration:underline;
}
a, area {
blr:expression(this.onFocus=this.blur())
}
:focus {
	outline: none;
}
ul, ol {
	list-style: none outside none;
}
.abody {
	width: 1198px;
	padding-bottom:5px;
	margin: 0 auto;
}
.top {

	height:22px;

}
.top_left {
	
	font-size:12px;
	text-align:left;
	float:left;
}
.top_left ul {
	margin:0px;
}
.top_left li {
	padding: 0 10px;
	float:left;
	line-height:22px;
	display:block;
	background:url(../images/pic_01.gif) no-repeat left;
}
.top_left a {
	color:#9b9999;
	text-decoration:none;
}
.top_left a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.top_right {
	
	font-size:12px;
	float:right;
	text-align:right;
}
.top_right li {
	padding: 0 5px;
	float:right;
	line-height:22px;
	display:block;
	color:#ec8b00;
}
.top_right i {
	width:20px;
	height:20px;
	float:left;
	padding-top:5px;
	padding-right:5px;
}
.top_right a {
	color:#9b9999;
	text-decoration:none;
}
.top_right a:hover {
	color:#ec8b00;
	text-decoration:underline;
}
/* ====================logo==================== */
.menu_auto_m{
	margin: 0 auto;
background: #12afe2;
}
.head {
	width:1198px;
	height:auto;
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}
.head_logo {
	width:110px;
	height:auto;
	float:left;
}
.head_query {
	width:360px;
	height:auto;
	float:left;
	padding:15px 0px 0px 0px;
}
.head_query_text {
	width:320px;
	height:30px;
	float:left;
}
.head_query_text .text01 {
	width:320px;
	height:30px;
	padding-left:5px;
	color:#aca9a9;
	border:1px #fdcf6b solid;
	border-right:none;
	box-sizing: border-box;
	font-size:12px;
}
.head_query_btn {
	width:30px;
	height:30px;
	float:left;
}
.head_right {
	
	height:auto;
	float:right;
	font-size:14px;
	text-align:right;
	padding-top:25px;
}
.head_right li {
	padding-left:25px;
	float:right;
	font-weight:bold;
	line-height:25px;
	display:block;
}
.head_right i {
	width:20px;
	height:20px;
	float:left;
	padding-top:2px;
	padding-right:5px;
}
.head_right a {
	color:#9b9999;
	text-decoration:none;
}
.head_right a:hover {
	color:#d5a843;
	text-decoration:underline;
}
/* ====================nav==================== */




.menu {
	width:100%;
	height:34px;
	background:#12afe2;
}
.abody_foot{
	background: #efefef;
}
.menu .nav {
	background: #12afe2;
	width:1198px;
	height:34px;
	margin:0 auto;
	position: relative;
}
.menu .nav li {
	float:left;
	list-style:none;
}
.menu .nav li a {
	display:block;
	height:34px;/*border-left:1px solid #000;*/
	line-height:34px;
	text-decoration:none;
	position:relative;
	overflow:hidden;
    padding:0px 9px;
	_width:94PX;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}
.menu .nav li a:hover, .menu .nav li a.current {
	background:url(../images/nav_bg_01.jpg) no-repeat;
	font-size:17px;
	font-weight:bold;
	color:#12afe2;
}
.menu .nav dl {
	float:left;
	list-style:none;
}
.menu .nav dl a {
	display:block;
	height:34px;/*border-left:1px solid #000;*/
	line-height:34px;
	text-decoration:none;
	position:relative;
	overflow:hidden;
	padding:0PX 9PX;
	_width:93PX;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}
.menu .nav dl a:hover, .menu .nav dl a.current {
	font-size:17px;
	font-weight:bold;
	color:#d5a843;
}
.menu .nav li .box {
	width:1198px;
	height:auto;
	position:absolute;
	z-index:3;
	margin:0 auto;
	background:#FFF;
	background:url(../images/nav_tc_bg.jpg) repeat-y;
	display:none;
	left:0px;
}
.menu .nav li .box .r_title_02 {
	width:945px;
	height:auto;
	text-align:center;
	padding-left:245px;
	float:left;
}
.menu .nav li .box .r_title_02 a {
	font-size:14px;
	color:#cfa037;
	font-weight:normal;
	float:left;
	background:url(../images/pic_09.jpg) right no-repeat;
	text-align:center;
	_width:173PX;
	padding:0PX 15PX;
}
.menu .nav li .box .r_title_03 a {
	font-size:14px;
	color:#cfa037;
	font-weight:normal;
	float:left;
	background:url(../images/pic_09.jpg) right no-repeat;
	text-align:center;
	_width:193PX;
	padding:0PX 9PX;
}
.menu .nav li .box .r_title_04 {
	float:left;
	height:24px;
	width: 1192px;
	line-height:24px;
	color:#cfa037;
	background:#f9f9f9;
	font-size:15px;
	font-weight:bold;
	margin:0px 2px;
	display:inline;
	list-style:none;
	padding-bottom:10px;
	text-align: center;
}
.menu .nav li .box .r_title_04 a {
	font-size:14px;
	color:#cfa037;
	float:left;
	background:none;
	padding:0px 10px;
	_width:193PX;
}
.menu .nav li .box .r_title_07 {
	float:left;
	height:24px;
	width: 1192px;
	line-height:24px;
	color:#cfa037;
	background:#f9f9f9;
	font-size:15px;
	font-weight:bold;
	margin:0px 2px;
	display:inline;
	list-style:none;
	padding-bottom:10px;
}
.menu .nav li .box .r_title_07 a {
	font-size:14px;
	color:#cfa037;
	text-align:center;
	background:none;
	padding:0px 10px;
	_width:193PX;
}
.menu .nav li .box .r_title_05 a {
	font-size:14px;
	color:#cfa037;
	font-weight:normal;
	float:left;
	background:url(../images/pic_09.jpg) right no-repeat;
	text-align:center;
	_width:193PX;
	padding:0PX 4PX;
}
.menu .nav li .box .r_01 a {
	font-size:14px;
	color:#cfa037;
	font-weight:normal;
	line-height:normal;
	float:left;
	background:none;
	text-align:center;
	width:150PX;
	padding:0PX;
}
.r_title {
	float:left;
	height:24px;
	width: 1176px;
	text-align:center;
	line-height:24px;
	color:#cfa037;
	font-size:15px;
	font-weight:bold;
}
.r_01 {
	float:left;
	height:auto;
	width: 1176px;
}
.r_img_01 {
	float:left;
	height:175px;
	width: 147px;
}
.r_img_img {
	height:147px;
	width: 147px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/ 
text-align:center;
/* 针对IE的Hack */ 
*display: block;
*font-size: 147px;/*约为高度的0.873，200*0.873 约为175*/
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.r_img_img img {
	vertical-align:middle;
}
.r_img_title {
	float:left;
	height:auto;
	width: 147px;
	color:#cfa037;
	font-size:13px;
	text-align:center;
	font-size:15px;
	color:#cfa037;
	text-align:center;
}
.r_title_01 {
	float:left;
	height:24px;
	width: 1194px;
	text-align:center;
	line-height:24px;
	color:#cfa037;
	margin:0px 2px;
	display:inline;
	background:#f9f9f9;
	font-size:15px;
	font-weight:bold;
}
.r_title_02 {
	float:left;
	height:24px;
	width: 1194px;
	text-align:center;
	line-height:24px;
	text-align:center;
	color:#cfa037;
	margin:0px 2px;
	display:inline;
	background:#f9f9f9;
	font-size:15px;
	padding-bottom:20px;
}
.r_title_bottom {
	float:left;
	height:3px;
	width: 1198px;
	background:url(../images/nav_tc_bg_01.jpg) no-repeat bottom;
}
.r_title_03 {
	float:left;
	height:24px;
	width: 1194px;
	text-align:center;
	line-height:24px;
	text-align:center;
	color:#cfa037;
	background:#f9f9f9;
	font-size:15px;
	margin:0px 2px;
	display:inline;
	padding-bottom:10px;
}
.r_title_05 {
	float:left;
	height:24px;
	width: 1194px;
	text-align:center;
	line-height:24px;
	text-align:center;
	color:#cfa037;
	background:#f9f9f9;
	font-size:15px;
	margin:0px 2px;
	display:inline;
	padding-bottom:10px;
}
.r_title_06 {
	float:left;
	height:24px;
	width: 1194px;
	text-align:center;
	line-height:24px;
	text-align:center;
	color:#cfa037;
	background:#f9f9f9;
	font-size:15px;
	margin:0px 2px;
	display:inline;
	padding-bottom:10px;
}
.menu .nav li .box .r_title_06 a {
	font-size:13px;
	color:#cfa037;
	font-weight:normal;
	float:left;
	background:url(../images/pic_09.jpg) right no-repeat;
	text-align:center;
	_width:193PX;
	padding:0PX 9PX;
}
/* ====================mian_01==================== */
.mian_01 {
	width:1198px;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.present {
	width:340PX;
	height:auto;
	float:left;
}
.present_tltle {
	width:320PX;
	height:39px;
	padding-left:20px;
	float:left;
	line-height:39px;
	font-size:15px;
	font-weight:bold;
	color:#82a8a8;
	background:url(../images/pic_10.jpg) repeat-x;
}
.present_tltle_h1 {
font-size:15px;
}
.present_tltle i {
	height:19px;
	float:left;
	padding:10px 0px 0px;
}
.present_mian {
	width:320PX;
	height:auto;
	float:left;
	padding:0px 10px;
	line-height:39px;
}
.present_mian p {
	height:39px;
	line-height:39px;
	font-size:13px;
	border-bottom:1px #f2f2f2 solid;
}
.present_mian .zi_01 {
	color:#a48fac;
}
.present_mian .zi_02 {
	color:#7d98b1;
}
.present_mian .zi_04_01 {
	color:#82a8a8;
	font-weight:bold;
}
.present_mian .zi_04_02 {
	color:#8ba070;
}
.present_mian .zi_03 {
	color:#9c9c9b;
}
.present_mian .zi_04 {
	color:#baba93;
}
/* ====================banner==================== */

.focusBox {
	position:relative;
	z-index:2;
	float:left;
	width: 800px;
	margin:00px 0px 0px 58px;
	display:inline;
	height: 264px;
	overflow: hidden;
	text-align: left;
	background: white;
}
.focusBox .pic img {
	width: 800px;
	height: 230px;
	display: block;
}
.focusBox .txt {
	z-index: 2;
	height: 36px;
	color:#fa0628;
	overflow: hidden;
}
.focusBox .txt_01 {
	position:absolute;
	z-index:10;
	color:#ffffff;
	font-size:15px;
	padding-left:40px;
opacity:0.7;FILTER: alpha(opacity=70) \9;#opacity:0.7;_filter:alpha(opacity=70); 
	bottom:0;
	width:790px;
	right:0;
	height:26px;
	line-height:26px;
	background-color:#999999;
}
.focusBox .txt li {
	height:36px;
	line-height:36px;
	position:absolute;
}
.focusBox .txt li a {
	display: block;
	color: #f00;
	text-align:right;
	font-size: 14px;
	text-decoration: none;
}
/* ====================mian_02==================== */
.mian_02 {
	width:1198px;
	height:auto;
	float:left;
	padding-bottom:60px;
	overflow: hidden;
}
.mian_02_left {
	width:540px;
	height:auto;
	float:left;
	padding-right:118px;
}
.mian_02_right {
	width:540px;
	height:auto;
	float:left;
}
.mian_02_left_tltle {
	width:540px;
	height:36px;
	line-height:36px;
	float:left;
	font-weight:bold;
	font-size:17px;
	color:#d5a843;
	border-bottom:1px #000 solid;
}
.mian_02_left_tltle_h2 {
font-size:16px;
}
.mian_02_left_tltle_left {
	width:320px;
	height:36px;
	float:left;
}
.mian_02_left_tltle_left a {
	color:#d5a843;
}
.mian_02_left_tltle_left i {
	height:26px;
	float:left;
	padding:10px 5px 0px 0px;
}
.mian_02_left_tltle_right {
	width:220px;
	height:36px;
	float:right;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	color:#fa0628;
}
.mian_02_left_tltle_right a {
	color:#F00;
}
.mian_02_left_mian {
	width:540px;
	height:auto;
	float:left;
	padding:20px 0px 0px;
}
.mian_02_left_mian_01 {
	width:120px;
	height:auto;
	float:left;
	padding:0px 7px;
}
.mian_02_left_mian_01_img {
	height:120px;
	width: 120px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/ 
text-align:center;
/* 针对IE的Hack */ 
*display: block;
*font-size: 120px;/*约为高度的0.873，200*0.873 约为175*/
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.mian_02_left_mian_01_img img {
	vertical-align:middle;
}
.mian_02_left_mian_01_tlele {
	width:120px;
	height:55px;
	line-height:18px;
	padding:0px 7px;
}
.mian_02_left_mian_01_tlele a {
	color:#9b9999;
}
.mian_02_left_mian_01_tlele a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.mian_02_left_recommend {
	width:540px;
	font-size:14px;
	
	height:auto;
	float:left;
	line-height:24px;
	color:#464646;
	padding:20px 0px 0px;
}
.mian_02_left_recommend .zi_05 {
	color:#9b9999;
}
.mian_02_left_recommend a {
	color:#464646;
}
.mian_02_left_recommend a:hover {
	color:#d5a843;
	text-decoration:underline;
}
/* ====================mian_03==================== */
.mian_02_left_mian_02 {
	width:100px;
	height:auto;
	float:left;
	padding:0px 4px;
}
.mian_02_left_mian_02_img {
	height:100px;
	width:100px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/ 
text-align:center;
/* 针对IE的Hack */ 
*display: block;
*font-size: 100px;/*约为高度的0.873，200*0.873 约为175*/
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.mian_02_left_mian_02_img img {
	vertical-align:middle;
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}
/* ====================mian_03==================== */


.mian_04_right_left {
	width:260px;
	height:auto;
	float:left;
}
.mian_04_right_right {
	width:280px;
	height:auto;
	float:left;
}
.mian_04_right_right_01 {
	width:280px;
	height:auto;
	float:left;
	line-height:24px;
}
.mian_04_right_right_02 {
	width:280px;
	height:auto;
	float:left;
	padding-top:50px;
}
/* ====================mian_05==================== */
.mian_05_left {
	width:540px;
	height:auto;
	float:left;
	padding-top:20px;
}
.mian_05_left_img_01 {
	width:315px;
	height:auto;
	float:left;
	padding-right:10px;
}
.mian_05_left_img_02 {
	width:215px;
	height:auto;
	float:left;
	padding-top:82px;
}
.mian_05_left_img_03 {
	width:520px;
	height:auto;
	padding:22px 0px 0px 20px;
	float:left;
}
.mian_05_left_img_03 img{
	max-width: 100%;
}
.mian_05_left_mian_02 {
	width:100px;
	height:auto;
	float:left;
	padding:0px 4px;
}
.mian_05_left_mian_02_img {
	height:100px;
	width:120px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/ 
text-align:center;
/* 针对IE的Hack */ 
*display: block;
*font-size: 120px;/*约为高度的0.873，200*0.873 约为175*/
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.mian_05_left_mian_02_img img {
	vertical-align:middle;
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
}
.mian_05_left_recommend {
	width:540px;
	height:auto;
	float:left;
	color:#618080;
	line-height:20px;
	padding:20px 0px 0px;
}
.mian_05_left_recommend a {
	color:#618080;
}
.mian_05_left_recommend a:hover {
	color:#618080;
	text-decoration:underline;
}
.abody_01 {
	width: 985px;
	margin: 0 auto;
}
.mian_06 {
	width:985px;
	height:auto;
	float:left;
	margin-top:50px;
	padding-top:50px;
	padding-bottom:30px;
	display:inline;
	overflow:hidden;
	border-top:1px solid #d3a746;
}
.mian_06 a {
	color:#0d9ccb;
}
.mian_06_01 {
	width:210px;
	height:auto;
	text-align:center;
	float:left;
}
.mian_06_01_img {
	width:210px;
	height:100px;
	float:left;
	padding-bottom:10px;
}
.mian_06_01_01 {
	width:210px;
	height:auto;
	float:left;
}
.mian_06_01_01_01 {
	width:160px;
	height:auto;
	color:#F00;
	float:left;
	padding-left:10px;
}
.mian_06_01_01_02 {
	width:20px;
	height:auto;
	padding-top:5px;
	float:left;
}
/* blk */
.blk {
	width:985px;
	position:absolute;
}
.blk .close {
	float:right;
	padding-right:20px;
	padding-top:20px;
}
.blk .main {
	border:1px #cfcfd0 solid;
	padding:20px 30px 30px;
	line-height:28px;
	background:#fff;
	/*background:url(../images/indec_tc_01.png) top no-repeat;*/
	border-top:none;
}
.mian_06_02 {
	width:280px;
	height:auto;
	text-align:center;
	float:left;
}
.mian_06_02_img {
	width:280px;
	height:100px;
	float:left;
	padding-bottom:10px;
}
.mian_06_02_01 {
	width:280px;
	height:auto;
	text-align:center;
	float:left;
}
.mian_06_03 {
	width:250px;
	height:auto;
	text-align:center;
	float:left;
}
.mian_06_03_img {
	width:250px;
	height:60px;
	float:left;
	padding-top:40px;
	padding-bottom:10px;
}
.mian_06_03_img img {
	padding:0px 2px;
}
.mian_06_03_01 {
	width:250px;
	height:auto;
	text-align:center;
	float:left;
}
.mian_06_04 {
	width:240px;
	height:auto;
	text-align:center;
	float:left;
}
.mian_06_04_img {
	width:240px;
	height:100px;
	float:left;
	padding-bottom:10px;
}
.mian_06_04_01 {
	width:240px;
	height:auto;
	text-align:center;
	float:left;
}
/* ====================index_bottom==================== */




.index_bottom {
	width:100%;

	height:auto;
	background:#efefef;
	color:#858988;
}
.index_bottom a {
	color:#858988;
}
.index_bottom a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.bottom_message {
	width:100%;
	height:auto;
	line-height:24px;
	padding-top:20px;
	padding-bottom:30px;
	font-size:13px;
}
.bottom_message_01 {
	width:215px;
	height:auto;
	line-height:28px;
	float:left;
	padding-right:30px;
}
.bottom_message_02 {
	width:215px;
	height:auto;
	float:left;
}
.bottom_message .b_zi_01 {
	font-weight:bold;
	color:#212121;
	padding-bottom:5px;
}
.bottom_info {
	width:100%;
	height:auto;

	line-height:24px;
	padding-bottom:35px;
	font-size:13px;
}
.bottom_info_01 {
	width:840px;
	height:auto;
	float:left;
}
.bottom_info_02 {
	width:358px;
	height:auto;
	float:left;
	padding-top:20px;
	text-align:right;
}
.bottom_info_02 span {
	padding:0px 5px;
}
/* ====================general_bottom==================== */
.general_bottom_info {
	width:1198px;
	height:auto;
	float:left;
	margin-top:30px;
	display:inline;
	padding-top:50px;
	border-top:1px #b3b3b3 solid;
	line-height:24px;
	color:#858988;
	padding-bottom:40px;
	font-size:13px;
}
.general_bottom_info a {
	color:#858988;
}
.general_bottom_info a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.general_bottom_info_01 {
	width:840px;
	height:auto;
	float:left;
}
.general_bottom_info_02 {
	width:358px;
	height:auto;
	float:left;
	padding-top:80px;
	text-align:right;
}
.general_bottom_info_02 span {
	padding:0px 5px;
}
/* ====================shop_list==================== */
.shoplist_tltle {
	width:1198px;
	height:auto;
	float:left;
	line-height:28px;
	color:#a5b78e;
	padding-bottom:20px;
}
.shoplist_tltle a {
	color:#a5b78e;
}
.shoplist_tltle a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.shoplist_mian {
	width:1198px;
	height:auto;
	float:left;
	background:url(../images/pic_28.jpg) repeat-y;
}
.shoplist_mian_left {
	width:300px;
	height:auto;
	float:left;
}
.shoplist_mian_left_01 {
	width:300px;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.shoplist_mian_left_02a {
	width:300px;
	height:auto;
	float:left;
	padding-bottom:20px;
}
.shoplist_mian_left_02a li {
	line-height:40px;
	font-size:14px;
}
.shoplist_mian_left_02a li a {
	color:#cd853f;
}
.shoplist_mian_left_03 {
	width:300px;
	height:auto;
	float:left;
	text-align:center;
	padding-top:80PX;
}
/*CNLTreeMenu Start*/
.CNLTreeMenu span.s {
	cursor:pointer;
	vertical-align:middle;
}
.CNLTreeMenu ul {
	padding:0;
}
.CNLTreeMenu li {
	list-style:none;
	padding:0;
	font-size:14px;
	line-height: 40px;
}
.Closed ul {
	display:none;
}
.Child span.s {
	background:none;
	cursor:default;
}
#CNLTreeMenu1, #CNLTreeMenu3 {
	float:left;
	width:280px;
	color:inherit;
}
#CNLTreeMenu2 {
	float:left;
	width:600px;
	color:inherit;
}
#CNLTreeMenu1 #CNLTreeMenu2, ul {
	
}
#CNLTreeMenu1 li ul{
	margin: 0 0 0 20px;
}
#CNLTreeMenu2 li ul{
	margin: 0 0 0 20px;
}
#CNLTreeMenu1 #CNLTreeMenu2, span.s {
	display: block;
	float: left;
	height: 35px;
	width: 20px;
}
#CNLTreeMenu1 #CNLTreeMenu2, .Opened span.s {
	background:url(../images/opened1.gif) no-repeat 0px 15px;
}
#CNLTreeMenu1 #CNLTreeMenu2, .Closed span.s {
	background:url(../images/closed1.gif) no-repeat 0px 15px;
}
#CNLTreeMenu1 #CNLTreeMenu2, .Child span.s {
	background:url(../images/child1.gif) no-repeat 3px 10px;
}
#CNLTreeMenu1 .golden {
	color:#cd853f;
}
#CNLTreeMenu1 .golden1 {
	color:#cd853f;
	line-height:30px;
}
#CNLTreeMenu1 a {
	color:#666666;
}
#CNLTreeMenu1 a:hover {
	color:#cd853f;
	text-decoration:underline;
}
#CNLTreeMenu2 .golden {
	color:#666666;
}
#CNLTreeMenu2 a {
	color:#666666;
}
#CNLTreeMenu2 a:hover {
	color:#666666;
	text-decoration:underline;
}
/* ====================shoplist_mian_right==================== */

.shoplist_mian_right {
	width:870px;
	height:auto;
	float:left;
	padding-left:28px;
	/*overflow: hidden;*/
}
.shoplist_mian_right_tltle {
	width:870px;
	height:auto;
	float:left;
	line-height:45px;
}
.shoplist_mian_right_tltle_left {
	width:525px;
	height:auto;
	float:left;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	color:#86c01e
}
.shoplist_mian_right_tltle_right {
	width:325px;
	float:left;
	line-height:45px;
	text-align:right;
	padding-left:20px;
}
.shoplist_mian_right_tltle_right .sr_01 {
	background:url(../images/email-a-friend.jpg) no-repeat 25px 15px;
	width:170px;
	float:right;
	padding-right:10px;
}
.shoplist_mian_right_tltle_right .sr_02 {
	background:url(../images/pic_30.jpg) no-repeat 25px 15px;
	width:135px;
	padding-left:10px;
	float:left;
}
/* blk5 */
.blk5 {
	position:absolute;
}
.blk5 .close {
	float:right;
	padding-right:10px;
	padding-top:5PX;
}
.blk5 .main {
	border:1px #cfcfd0 solid;
	width:470px;
	float:left;
	background:#fff;
}
.blk5 .shoplist_email_tltle {
	height:22px;
	line-height:22px;
	width:470px;
	float:left;
	color:#cfa037;
	font-weight:bold;
	text-align:center;
	background:#f5f3f3;
	border-bottom:1px #cccccc solid;
}
.blk5 .shoplist_email_mian {
	height:auto;
	width:460px;
	float:left;
	padding:10px;
}
.blk5 .shoplist_email_mian_a {
	height:auto;
	width:460px;
	float:left;
}
.blk5 .shoplist_email_mian_a_1 {
	width:320px;
	height:auto;
	float:left;
}
.blk5 .shoplist_email_mian_a_2 {
	width:140px;
	height:auto;
	padding-top:30px;
	float:left;
}
.blk5 .shoplist_email_mian_b {
	height:auto;
	width:460px;
	float:left;
}
.blk5 .shoplist_email_mian_01 {
	width:460px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
.blk5 .shoplist_email_mc {
	width:143px;
	height:24px;
	line-height:24px;
	float:left;
}
.blk5 .shoplist_email_text {
	width:160px;
	float:left;
}
.blk5 .shoplist_text {
	width:160px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.blk5 .shoplist_text_02 {
	width:450px;
	height:100px;
	line-height:22px;
	border:1px #ccc solid;
}
.blk5 .shoplist_email_mian_02 {
	width:460px;
	height:auto;
	float:left;
}
.blk5 .shoplist_email_mian_02_01 {
	width:300px;
	height:auto;
	float:left;
}
.blk5 .shoplist_email_mian_02_01 a {
	color:#908e8f;
	text-decoration:underline;
}
.blk5 .shoplist_email_mian_02_02 {
	width:150px;
	height:auto;
	float:left;
	text-align:right;
	padding-right:10px;
}/* ====================shoplist_mian_right Paintings==================== */
.shoplist_mian_paintings {
	width:870px;
	height:auto;
	float:left;
}
.shoplist_mian_paintings_img {
width: 180px;
height: auto;
float: left;

}
.shoplist_mian_paintings_img img {
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
	margin: 0 auto;
	display: block;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}
.shoplist_mian_paintings_right {
	width: 690px;
	font-size:14px;
	height: auto;
	float: right;
	/* word-wrap: break-word; */
	/* white-space: normal; */
	/* word-break: break-all; */
	line-height: 24px;
	color: #908e8f;

	height: auto;
	overflow: hidden;
	position: relative;
}
.shoplist_mian_paintings_right a {
	color:#908e8f;
}
.shoplist_mian_paintings_right a:hover {
	color:#d5a843;
	text-decoration:underline;
}
/* ====================shoplist_mian_right shapes==================== */
.shoplist_mian_shapes {
	width:870px;
	height:35px;
	float:left;
	line-height:35px;
	padding-top:10px;
	border-bottom:2px #41bfe8 solid;
}
.shoplist_mian_shapes_left {
	width:570px;
	height:auto;
	float:left;
	color:#cd853f;
	font-size:14px;
}
.shoplist_mian_favorites_left {
	width:670px;
	height:auto;
	float:left;
	color:#cd853f;
	font-size:14px;
}
.shoplist_mian_shapes_center {
	width:80px;
	height:auto;
	float:left;
}
.shoplist_mian_shapes_right {
	width:220px;
	height:auto;
	float:left;
	background:url(../images/pic_select.jpg) no-repeat right 5px;
}
.shoplist_mian_shapes_right span{
	border-radius: 2px 0px 0px 2px;
}
.shoplist_bot_mian_shapes_left {
	width:460px;
	height:auto;
	float:left;
	color:#cd853f;
	font-size:14px;
}
.shoplist_bot_mian_shapes_right {
	width:410px;
	height:auto;
	float:left;
	text-align:right;
}
.shoplist_bot_mian_shapes_right .sl_text_01 {
	width:50px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
/* blk6 */
.blk6 {
	position:absolute;
}
.blk6 .close {
	float:right;
	padding-right:10px;
	padding-top:5PX;
}
.blk6 .main {
	border:1px solid #cfcfd0;
	width:635px;
	float:left;
	padding:15px;
	background:#fff;
	-moz-box-shadow: -8px 8px 10px #dedede; /* 老的 Firefox */
	box-shadow: -8px 8px 10px #dedede;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#dedede)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#dedede')
}
.blk6 .main_shapes_01 {
	width:80px;
	height:120px;
	float:left;
	border:1px #aaaaaa solid;
	margin:0px 10px;
	text-align:center;
	display:inline;
}
.blk6 .main_shapes_01 a {
	color:#666666;
}
.blk6 .main_shapes_img {
	width:80px;
	height:51px;
	float:left;
	padding-top:14px;
	padding-bottom:10px;
	display:inline;
}
.blk6 .main_shapes_title {
	width:80px;
	height:auto;
	float:left;
	line-height:18px;
}
.blk6 .main_shapes_title a:hover {
	text-decoration:none;
}
.shoplist_mian01_right_tltle {
	width:870px;
	height:auto;
	float:left;
	line-height:30px;
	padding-top:10px;
}
.shoplist_mian01_right_tltle .sl_text_01 {
	width:50px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.shoplist_mian01_left {
	width:410px;
	height:auto;
	float:left;
}
.shoplist_mian01_left span {
	float:left;
}
.shoplist1_mian01_left {
	width:410px;
	height:auto;
	float:left;
	padding-top:15px;
}
.shoplist_page {
	width:460px;
	height:auto;
	float:left;
	text-align:right;
}
.shoplist_page span {
	padding:0px 2px;
}
.shoplist_page a {
	color:#666;
}
.shoplist_page a:hover {
	color:#f00;
}
.galImageContainer {
	margin: 12px;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	float:left;
}
.shoplist_right_mian {
	width:870px;
	height:auto;
	float:left;
	/*overflow: hidden;*/
}
.favorites_right_mian {
	width:870px;
	height:auto;
	float:left;
	text-align:center;
	padding-top:45px;
	overflow: hidden;
}
.shoplist_item_text {
	width:150px;
	height:auto;
	float:left;
	padding-top:10px;
	text-align:center;
}
.shoplist_item_text a {
	color:#9b9999;
}
.shoplist_item_text a:hover {
	color:#d5a843;
}
.shoplist_right_mian_01 {
	width:150px;
	height:190px;
	padding:12px 12px 5px 12px;
	float:left;
}
.item {
	width:190px;
	height:auto;
	float:left;
	position:relative;
	z-index:0;
}
.goodimg {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	width:150px;
	height:135px;
	background:#fff;
}
.goodimg img {
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}
.galImage {
	cursor: pointer;
	margin: 0 auto;
}
.galImage img {
	border: medium none;
	outline: medium none;
}
.goodHover {
	position:absolute;
	z-index:1;
	top:0px;
	padding:20px;
	left:-80px;
	float:left;
	border:2px #d5d5d5 solid;
	background:#fff;
	display:none;
}
.goodHover h2 {
	padding-top:10PX;
	float:left;
	height:41PX;
}
.goodHover p {
	color:#666;
	padding-top:10PX;
	text-align:left;
}
/* 内容页右边列表 */

.shoplist1_right_mian_01 {
	width:250px;
	height:auto;
	padding-bottom:25px;
	float:left;
}
.goodimg1 {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	width:150px;
	height:auto;
	background:#fff;
}
.goodimg1 img {
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}

.goodHover1 {
	padding:20px;
	position:absolute;
	z-index:1;
	top:0px;
	left:-150px;
	border:2px #d5d5d5 solid;
	background:#fff;
	display:none;
}
.goodHover1 h2 {
	padding-top:10PX;
	width:380PX;
	float:left;
	height:41PX;
}
.goodHover1 p {
	color:#9c9c9c;
	padding-top:10PX;
	text-align:left;
}
/* 内容页右边列表end */

.goodOp1 {
	background:#fff;
}
.goodOp1 img{
	display: block;
	margin: 0 auto;
}
.bsc_01 {
	width: 141px;
	height: 41px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
.bsc_02 {
	width: 141px;
	height: 41px;
	padding-top:10px;
	padding-bottom:10px;
	float:right;
}
/* ====================产品分类页_bottom_滚动图==================== */
.shoplist_abody {
	width: 1198px;
	margin: 0 auto;
}
.cart_bottom_info {
	width:420px;
	height:auto;
	float:left;
	margin-top:75px;
	display:inline;
	border-top:1px #d3a746 solid;
	line-height:24px;
	color:#858988;
	padding-bottom:0px;
	font-size:13px;
}
.shoplist_bottom_info_01 {
	width:980px;
	height:50px;
	padding-top:10px;
	float:left;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#000;
}
.gouwuche_bottom_info_01 {
	width:420px;
	height:50px;
	padding-top:10px;
	float:left;
	font-size:22px;
	font-weight:bold;
	color:#000;
}
.shoplist_bottom_info_02 {
	width:1198px;
	height:auto;
	float:left;
}
.shoplist_bottom_info_02_1 {
	width:40px;
	height:auto;
	padding-top:20px;
	float:left;
}
.shoplist_bottom_info_02_2 {
	width:1118px;
	height:auto;
	float:left;
}
.shoplist_bottom_info_02_2 li {
	float:left;
	display:inline;
	width:160px;
	padding:0px 10px 0px 0px;
	height:auto;
}
.shoplist_bottom_info_02_2 .img_wrap {
	display:block;
	width:160PX;
	height:130PX;
	padding-bottom:10px;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}
.shoplist_bottom_info_02_2 .img_wrap img {
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}
.shoplist_bottom_info_02_2 .text-area {
	height:40PX;
	line-height:20px;
	text-align:center;
}
.shoplist_bottom_info_02_2 .text-area a {
	color:#9b9999;
}
.shoplist_bottom_info_02_2 .text-area a:hover {
	color:#d5a843;
}
/* ====================产品分类页_右边延伸6块==================== */
.abody_ys06 {
	width: 1372px;
	margin: 0 auto;
}
.shoplist_mian_shapes_ys06 {
	width:1044px;
	height:35px;
	float:left;
	line-height:35px;
	padding-top:10px;
	border-bottom:2px #41bfe8 solid;
}
.shoplist_mian_shapes_left_ys06 {
	width:744px;
	height:auto;
	float:left;
	color:#cd853f;
	font-size:14px;
}
.shoplist_mian01_left_ys06 {
	width:577px;
	height:auto;
	float:left;
}
.shoplist_mian01_left_ys06 .sl_text_01 {
	width:50px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.shoplist_mian01_right_tltle_ys06 {
	width:1044px;
	height:auto;
	float:left;
	line-height:30px;
	padding-top:10px;
}
.shoplist_mian_right_ys06 {
	width:1044px;
	height:auto;
	float:left;
	padding-left:28px;
}
.shoplist_mian_ys06 {
	width:1372px;
	height:auto;
	float:left;
	background:url(../images/pic_28.jpg) repeat-y;
}
.shoplist_right_mian_ys06 {
	width:1044px;
	height:auto;
	float:left;
}
.shoplist_bot_mian_shapes_left_ys06 {
	width:617px;
	height:auto;
	float:left;
	color:#cd853f;
	font-size:14px;
}
.shoplist_mian01_left_ys06 {
	width:584px;
	height:auto;
	float:left;
}
/* ====================产品详情订购页==================== */
.picture_tltle {
	width:1198px;
	height:35px;
	float:left;
	padding-top:10px;
	color:#a5b78e;
}
.picture_tltle a {
	color:#a5b78e;
}
.picture_tltle a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.picture_mian {
	width:1198px;
	height:auto;
	float:left;
	/*overflow: hidden;*/
}
.picture_mian_left {
width: 1038px;
height: auto;
float: left;
/* padding-right: 60px; */
_padding-right: 45px;
}
.picture_mian_right {
	width:158px;
	height:auto;
	float:left;
}
.picture_mian_right_01 {
	width:158px;
	height:auto;
	float:left;
	padding:20px 0px;
}
.picture_mian_right_01 a {
	color:#cfa037;
	font-size:14px;
	font-weight:bold;
}
.picture_mian_left_title {
	width:980px;
	height:30px;
	line-height:30px;
	padding-bottom:5px;
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#97c73b;
	height:auto;
}
.picture_mian_left_01 {
	width:980px;
	height:30px;
	line-height:30px;
	padding-bottom:5px;
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#97c73b;
	height: auto;
}
.picture_mian_left_02 {
	width:980px;
	height:45px;
	float:left;
}

.shoplist_picture {
	width:920px;
	float:left;
	line-height:43px;
	text-align:right;
}
.picture_mian_left_02 .sr_01 {
	background:url(../images/email-a-friend.jpg) no-repeat 5px 13px;
	width:153px;
	float:left;
	margin-right:15px;
	display:inline;
}
.picture_mian_left_02 .sr_02 {
	background:url(../images/pic_30.jpg) no-repeat 0px 13px;
	width:122px;
	float:left;
	margin-right: 15px;
}
.picture_mian_left_02 .sr_03 {
	background:url(../images/pic_45.jpg) no-repeat 10px 10px;
	width:105px;
	float:left;
	margin-left: -5px;
}
.picture_mian_left_border {
	width:980px;
	height:auto;
	float:left;
	padding:100px 0px;
}
.picture_mian_left_03 {
	width:980px;
	height:auto;
	float:left;
	padding:100px 0px;
	text-align:center;
}
.picture_mian_left_03 img {
	max-height:800px;
	max-width:900px;
	-moz-box-shadow: 8px 8x 8px #9E9E9E; /* 老的 Firefox */
	box-shadow: 8px 8px 8px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}
.picture_mian_left_yszb {
	width:930px;
	height:auto;
	margin-left:50px;
	display:inline;
	font-size:30px;
	float:left;
	padding:20px 0px 10px;
	text-align:center;
}
.picture_mian_left_yszb a:hover {
	text-decoration:none;
}
.picture_mian_left_yszb table {
	border-collapse:collapse;
}
.picture_mian_left_yszb td {
	border:#eeeeee solid 2px;
	height:21px;
}
.picture_mian_left_yszb td a{
	display: block;
	width: 100%;
	height: 100%;
}
.jinse_color{
	color: #d5a843;
}
.picture_mian_left_scfj {
	width:930px;
	height:auto;
	display:inline;
	float:left;
	padding:20px 0px 10px 50px;
}
.picture_mian_left_scfj img {
	width:106px;
	height:75px;
	padding-bottom:10px;
	cursor: pointer;
}
#crop_container{
	-moz-box-shadow: 8px 8x 8px #9E9E9E;
	box-shadow: 8px 8px 8px #9E9E9E;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E')
}
.picture_mian_left_03{
	position: relative;
}
.wz_cro{
	position: absolute;
	left: 115px;
	bottom: 102px;
	height: 20px;
	line-height: 20px;
	width: 750px;
	z-index: 5;
	display: none;
}
.wz_cro i{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 22px;
	background-color: #c6c6c7;
	opacity: 0.5;
	width: 100%;
	filter: alpha(opacity=50);
}
.wz_cro em{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	text-align: right;
	padding-right: 10px;
	width: 740px;
	z-index: 2;
	font-family: Arial;
}
.picture_mian_left_04 {
	width:930px;
	height:auto;
	float:left;
	padding-left:50px;
}
.picture_mian_left_04_01_nr {
	width:820px;
	height:auto;
	float:left;
}
.picture_mian_left_04_01 {
	height:auto;
	float:left;
	padding-right:10px;
}
.picture_mian_left_04_01_img {
	width:100px;
	height:auto;
	float:left;
	padding-right:10px;
}
.mian_02_left_mian_01_one {
	height:80px;
	width: 100px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/ 
text-align:center;
/* 针对IE的Hack */ 
*display: block;
*font-size: 120px;/*约为高度的0.873，200*0.873 约为175*/
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.mian_02_left_mian_01_one img {
	vertical-align:middle;
	max-height:80px;
	max-width:100px;
}
.picture_mian_left_05 {
	width:930px;
	height:auto;
	float:left;
	color:#9b9999;
	padding-top:10px;
	padding-bottom:30px;
	padding-left:50px;
}
.picture_mian_left_05 span {
	color:#666;
}
.picture_mian_left_06 {
	width:980px;
	height:auto;
	float:left;
	padding-bottom:10px;
	border-bottom:1px #9a9a9a solid;
}
.picture_mian_left_06_left {
	width:310px;
	height:auto;
	float:left;
}
.picture_mian_left_06_left a {
	color:#9b9999;
}
.picture_mian_left_06_left a:hover {
	color:#d3a847;
	text-decoration:underline;
}
.picture_mian_left_06_left li {
	padding: 0 10px;
	list-style: none;
	background:url(../images/pic_46.jpg) left no-repeat;
	float: left;
}
.picture_mian_left_06_right {
	width:670px;
	height:auto;
	font-size:13px;
	float:left;
	color:#a5b78e;
	text-align:right;
}
.picture_mian_left_06_right  span {
	color:#d1a648;
}
.picture_mian_left_06_right a {
	color:#a5b78e;
}
.picture_mian_left_06_right a:hover {
	color:#d3a847;
	text-decoration:underline;
}
.picture_mian_left_07 {
	width:935px;
	height:auto;
	float:left;
	padding-left:45px;
	padding-top:20px;
}
.picture_mian_left_07_01 {
	width:900px;
	height:auto;
	float:left;
}
.picture_mian_left_07_01_01 {
	width:900px;
	height:auto;
	float:left;
	line-height:24px;
	font-size:15px;
}
.picture_mian_left_07_01_01 .span_01 {
	font-weight:bold;
	padding-right:25px;
	float:left;
	color:#666;
}
.picture_mian_left_07_01_01 .span_02 {
	color:#fc0303;
	padding-left:90px;
	float:right;
}
.picture_mian_left_07_01_01 .span_03 {
	color:#fc0303;
	padding-left:280px;
	float:right;
}
.picture_mian_left_07_01_01 .span_04 {
	color:#fc0303;
	padding-left:308px;
	float:right;
}
.picture_mian_left_07_01_01 .span_05 {
	font-weight:bold;
	float:left;
	padding-right:10px;
	color:#666;
}
.picture_mian_left_07_01_01 .span_06 {
	width:20px;
	height:20px;
	float:left;
	padding-top:5px;
	padding-right:20px;
}
.picture_mian_left_07_01_02 {
	width:890px;
	height:auto;
	float:left;
	padding-left:10px;
	padding-top:10px;
}
.picture_mian_left_07_01_02 table {
	border-collapse:collapse;
	text-align:center;
	width:820px;
}
.picture_mian_left_07_01_02 td {
	border:#ccc solid 1px;
	padding:5px;
	line-height:28PX;
}
.picture_mian_left_07_01_03 {
	width:900px;
	height:auto;
	float:left;
	font-size:14PX;
	line-height:24px;
	padding:10px 0px 35px 0px;
	color:#9b9999;
}
.picture_mian_left_07_01_10 {
	width:900px;
	height:auto;
	float:left;
	font-size:14PX;
	line-height:24px;
	padding:10px 0px 0px 0px;
	color:#9b9999;
}
.picture_mian_left_07_01_04 {
	width:900px;
	height:auto;
	float:left;
	padding:20px 0px 20px 0px;
}
.picture_mian_left_07_01_05 {
	width:900px;
	height:auto;
	font-size:13px;
	float:left;
	padding:20px 0px 20px 0px;
}
.picture_mian_left_07_01_05 img {
	max-height:200px;
	max-width:180px;
}
.picture_mian_left_07_01_06 {
	width:450px;
	height:auto;
	float:left;
	color:#12afe2;
	font-size:15PX;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin-bottom:30px;
	display:inline;
	border-bottom:2px #41bfe8 solid;
}
.picture_mian_left_07_01_06 a {
	color:#12afe2;
	font-size:15PX;
	font-weight:bold;
}
.picture_mian_left_07_01_07 {
	width:900px;
	height:auto;
	float:left;
	font-size:15px;
}
.picture_mian_left_07_01_08 {
	width:900px;
	height:auto;
	float:left;
	padding-bottom:35px;
	text-align:center;
}
.picture_mian_left_07_01_07 .span_01 {
	font-weight:bold;
	padding-right:25px;
	float:left;
}
.picture_mian_left_07_01_07 .span_02 {
	color:#fc0303;
	float:right;
	padding-left:510px;
}
/* container */
.container {
	width:860px;
	height:375px;
	overflow:hidden;
	position:relative;
}
.container ul {
	width:10000px;
	position:absolute;
}
.container ul li {
	width:200px;
	height:180px;
	padding:0 7px;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	float:left;
}
.container ul li p {
	height:auto;
	overflow:hidden;
	height:19PX;
	text-align:left;
	color:#9b9999;
}
/* hScrollPane */
.hScrollPane_dragbar, .hScrollPane_draghandle, .hScrollPane_leftarrow, .hScrollPane_rightarrow {
	background:url(../images/dragbar.gif)
}
.hScrollPane_dragbar {
	position:absolute;
	left:0px;
	bottom:0px;
	height:16px;
	margin:0 auto;
	background-position:left -32px;
}
.hScrollPane_draghandle {
	height:14px;
	width:30px;
	border:1px solid #d5d3d3;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	cursor:default;
	background-position:center -48px;
	background-repeat:no-repeat;
	background-color:#e5e5e5;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.hScrollPane_leftarrow, .hScrollPane_rightarrow {
	display:inline-block;
	height:16px;
	width:17px;
	overflow:hidden;
	position:absolute;
	bottom:0;
}
.hScrollPane_leftarrow {
	left:0;
}
.hScrollPane_leftarrow:hover {
	background-position:left -64px;
}
.hScrollPane_rightarrow {
	right:0;
	background-position:left -16px;
}
.hScrollPane_rightarrow:hover {
	background-position:left -80px;
}
.draghandlealter {
	background-position:center -96px;
	background-color:#efefef;
}
#div2 {
	height:auto;
	width:830px;
	float:left;
	padding-left:20px;
	display:none;
	border:1px #d8d8d8 solid;
	padding-top:15px;
	padding-bottom:15px;
}
.picture_mian1_left_02 {
	width:915px;
	height:auto;
	float:left;
	margin-top:20px;
	display:inline;
	padding:30px;
	background:#fff;
	border:1px solid #e8e8e8;
	-moz-box-shadow: 0px 5px 10px #9E9E9E; /* 老的 Firefox */
	box-shadow: 0px 5px 10px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=120, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=120, Color='#9E9E9E')
}
.picture_mian1_01 {
	width:450px;
	height:auto;
	float:left;
	padding-right:15px;
}
.picture_mian1_02 {
	width:450px;
	height:auto;
	float:left;
}
.picture_mian1_01_01 {
	width:380px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#9dcb46;
	border-bottom:1px #d6d6d6 solid;
	line-height:36px;
}
.picture_mian1_01_02 {
	width:450px;
	height:auto;
	float:left;
	padding-top:15px;
}
.picture_mian1_01_03 {
	width:380px;
	height:auto;
	float:left;
	padding-top:15px;
	border-bottom:1px #efefef solid;
}
.picture_mian1_02_01 {
	width:415px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#9dcb46;
	margin-left:10PX;
	display:inline;
	border-bottom:1px #d6d6d6 solid;
	line-height:36px;
}
.picture_mian1_02_02 {
	width:235px;
	height:auto;
	float:left;
	text-align:right;
	padding-left:245px;
	font-size:13px;
	font-weight:bold;
	color:#12afe2;
	padding-top:15px;
	background:url(../images/pic_45.jpg) no-repeat 320px 15px;
}
.picture_mian1_02_03 {
	width:400px;
	height:110px;
	float:left;
	padding-top:10px;
	border-bottom:1px #d6d6d6 solid;
}
.picture_mian1_02_03 .pt_zi_01 {
	color:#9b9999;
}
.picture_mian1_02_03 img {
	width:70px;
	height:70px;
	-moz-box-shadow: 3px 3x 5px #9E9E9E; /* 老的 Firefox */
	box-shadow: 3px 3px 5px #9E9E9E;
	/* For IE 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#9E9E9E)";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#9E9E9E'); margin-left:0px; margin-right:15px; margin-top:0px; margin-bottom:10px
}
.picture_mian1_02_04 {
	float:left;
	padding-bottom:500px;
}
.container2 p {
	float: left;
	height:auto;
	width: auto;
	line-height:24px;
	padding-right:50px;
	padding-bottom:500px;
}
.container2 {
	height:auto;
	padding: 4px;
	margin-left: 12px;
	float: left;
}
.container2 .div_scroll {
	width: 100%;
	height: 500px;
	overflow: auto;
	float: left;
}
.container2 .div_scroll_01 {
	width: 403px;
	font-size:14px;
	height: 275PX;
	overflow: auto;
	float: left;
}
.container2 .scroll_container {
	overflow: hidden;
	position: relative;
}
.container2 .scroll_absolute {
	position: absolute;
}
.container2 .scroll_vertical_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	margin: 0;
	padding: 0;
}
.container2 .scroll_track {
	position: relative;
	background:url(../images/pic_53.jpg) repeat-y 5PX 0PX;
}
.container2 .scroll_drag {
	position: relative;
	height:5PX;
	top: 0;
	left: 0;
	cursor: pointer;
	background:url(../images/pic_54.jpg) no-repeat 5PX 0PX;
}
/* blk7 */
.blk7 {
	position:absolute;
}
.blk7 .close {
	float:right;
}
.blk7 .main {
	border:2px #d8d8d8 solid;
	width:462px;
	float:left;
	padding:5px;
	background:#fff;
}
.blk7 .main_01 {
	border:1px #d8d8d8 solid;
	width:430px;
	float:left;
	padding:15px;
}
.blk7 .shoplist_email_tltle {
	height:55px;
	width:405px;
	float:left;
	color:#cfa037;
	padding-left:25px;
}
.blk7 .shoplist_email_tltle .sp_text {
	height:24px;
	color:#676767;
	padding-left:10px;
	width:240px;
	border:1px #cccccc solid;
}
.blk7 .shoplist_email_mian {
	width:420px;
	height:200px;
	float:left;
}
.blk7 .shoplist_email_mian .sp_text_02 {
	width:400px;
	height:180px;
	text-align:left;
	padding:10px;
	border:1px #cccccc dashed;
}
.blk7 .shoplist_email_mian_02 {
	width:430px;
	height:auto;
	float:left;
	text-align:center;
	padding-top:20px;
}
/* blk8 */
.blk8 {
	position:absolute;
}
.blk8 .close {
	float:right;
	padding-top:5PX;
}
.blk8 .main {
	border:2px #d8d8d8 solid;
	width:462px;
	float:left;
	padding:5px;
	background:#fff;
	font-size:14px;
}
.blk8 .main_01 {
	border:1px #d8d8d8 solid;
	width:430px;
	float:left;
	padding:15px;
}
.blk8 .shoplist_email_tltle {
	height:35px;
	width:430px;
	float:left;
	line-height:35PX;
	font-size:22px;
	font-weight:bold;
	color:#333;
	padding-bottom:10PX;
	border-bottom:1PX #999 solid;
}
.blk8 .shoplist_email_mian {
	width:420px;
	height:auto;
	float:left;
	padding-top:30PX;
}
.blk8 .shoplist_email_mian_01 {
	width:420px;
	height:auto;
	float:left;
	padding-bottom:10px;
}
.blk8 .shoplist_email_mc {
	width:90px;
	height:24px;
	line-height:24px;
	float:left;
	color:#000;
}
.blk8 .shoplist_email_text {
	width:160px;
	float:left;
}
.blk8 .shoplist_text {
	width:180px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.blk8 .shoplist_email_mian_02 {
	width:420px;
	height:auto;
	float:left;
	color:#9b9999;
	padding-bottom:20px;
}
.blk8 .shoplist_email_mian_03 {
	width:420px;
	height:auto;
	float:left;
	font-size:13px;
	padding-bottom:10px;
}
.blk8 .shoplist_email_mian_03 a {
	color:#9b9999;
	text-decoration:underline;
}
.blk8 .shoplist_email_mian_04 {
	width:420px;
	height:auto;
	float:left;
	text-align:center;
}
/* ====================7.子目录列表页==================== */


.zmllb_mian_right_tltle {
	width:870px;
	height:auto;
	float:left;
	line-height:30px;
	border-bottom:2px solid #41bfe8;
}
.zmllb_mian_paintings {
	width:820px;
	height:auto;
	float:left;
	padding-top:20px;
	padding-left:50px;
	padding-bottom:50px;
}
/* ====================2.问题解答==================== */
.faq_mian_tltle {
	width:960px;
	height:40px;
	float:left;
	padding-top:30px;
	margin-left:180px;
	display:inline;
	border-bottom:1px #7e7e7e solid;
}
.faq_mian_tltle_01 {
	height:40px;
	float:left;
	font-size:25px;
	font-weight:bold;
	color:#d1a648;
}
.faq_mian_tltle_01 span {
	color:#9b9999;
}
.faq_mian_tltle_02 {
	height:30px;
	float:right;
	padding-top:10px;
	text-align:right;
	color:#fe0214;
}
.faq_mian_tltle_02 a {
	color:#fe0214;
}
.faq_mian {
	width:1198px;
	height:auto;
	float:left;
	background:url(../images/pic_59.jpg) repeat-y;
}
.faq_mian_left {
	width:158px;
	height:auto;
	float:left;
}
.faq_mian_left_01 {
	width:143px;
	height:auto;
	float:left;
	padding:0px 0px 50px 15px;
}
.faq_mian_left_02 {
	width:143px;
	height:auto;
	float:left;
	padding-bottom:20px;
	text-align:right;
	padding-right:15px;
}
.faq_mian_left_02 li {
	list-style:none;
}
.faq_mian_left_02 li a {
	color:#9b9999;
	padding-right:20px;
	font-size:15px;
	line-height:46px;
}
.faq_mian_left_02 li a:hover {
	background:url(../images/pic_61.jpg) right no-repeat;
	color:#d1a648;
	width:113px;
	padding-right:20px;
	text-decoration:none;
}
.faq_mian_left_02 .cur {
	background:url(../images/pic_61.jpg) right no-repeat;
	color:#d1a648;
	width:113px;
	padding-right:20px;
	text-decoration:none;
}
.faq_mian_right {
	width:1017px;
	height:auto;
	float:left;
	padding-left:23px;
	padding-top:25px;
}
.faq_mian_right_01 {
	width:auto;
	height:25px;
	float:left;
	padding-left:10px;
	padding-right:20px;
	line-height:25px;
	color:#fff;
	background-color:#7caf39;
}
.faq_mian_right_01 a {
	color:#FFF;
	font-size:15px;
	font-weight:bold;
}
.faq_mian_right_02 {
	width:1017px;
	height:auto;
	float:left;
	font-size:14px;
	color:#000000;
	padding-bottom:10px;
	padding-top:25px;
}
#CNLTreeMenu4 {
	float:left;
	width:1017px;
}
#CNLTreeMenu4 ul {
	margin:0 0 0 0px;
}
#CNLTreeMenu4 li {
	padding-bottom:25px;
}
#CNLTreeMenu4 p {
	color:#747474;
	line-height:24px;
}
#CNLTreeMenu4 span {
	color:#F00;
}
#CNLTreeMenu4 span.s {
	display: block;
	float: left;
	height: 35px;
	width: 20px;
}
#CNLTreeMenu4 .Opened span.s {
	background:url(../images/pic_63.jpg) no-repeat 0px 14px;
}
#CNLTreeMenu4 .Closed span.s {
	background:url(../images/pic_62.jpg) no-repeat 0px 12px;
}
#CNLTreeMenu4 .Child span.s {
	background:url(../images/pic_62.jpg) no-repeat 0px 12px;
}
.faq_mian_right_03 {
	width:960px;
	height:auto;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:80px;
	color:#12afe2;
	border-top:1px #9e9e9e dashed;
}
.faq_mian_right_03 a {
	color:#12afe2;
	text-decoration:underline;
}
.faq_mian_right_03 .faq_zi_01 {
	font-weight:bold;
}
/* ====================注册登入部分==================== */
.register_mian {
	width:820px;
	height:auto;
	float:left;
	padding-left:190px;
	font-size:14px;
}
.register_mian_01 {
	width:820px;
	height:auto;
	float:left;
	color:#F00;
	padding:30px 0px;
}
.register_mian_02 {
	width:820px;
	height:auto;
	float:left;
	color:#000000;
}
.register_mian_02 span {
	padding-right:15px;
	float:left;
}
.register_mian_02 .sp_01 {
	padding-top:0px;
}
.register_mian_02 .r_tetx_01 {
	border:1px #b5b5b5 solid;
	width:170px;
	height:22px;
	line-height:22px;
	padding-left:5px;
}
.register_mian_03 {
	width:820px;
	height:auto;
	float:left;
	line-height:24px;
	color:#9b9999;
	padding:5px 0px 20px 0px;
}
.register_mian_04 {
	width:820px;
	height:auto;
	float:left;
	color:#000000;
	padding-bottom:20px;
}
.register_mian_04 .r_tetx_01 {
	border:1px #b5b5b5 solid;
	width:170px;
	height:22px;
	line-height:22px;
	padding-left:5px;
}
.register_mian_05 {
	width:820px;
	height:auto;
	float:left;
	color:#000000;
	padding-bottom:20px;
}
.register_mian_05 span {
	padding-right:30px;
	float:left;
}
.register_mian_06 {
	width:690px;
	padding-left:130px;
	height:auto;
	float:left;
	padding-bottom:40px;
	padding-top:40px;
}
.register_mian_07 {
	width:820px;
	height:auto;
	float:left;
	color:#9b9999;
	padding-bottom:20px;
}
.register_mian_08 {
	width:820px;
	height:auto;
	float:left;
	line-height:24px;
	color:#9b9999;
	padding-bottom:10px;
}
.register_mian_08 a {
	color:#9b9999;
	text-decoration:underline;
}
.register_mian_09 {
	width:820px;
	height:auto;
	float:left;
	line-height:24px;
	color:#9b9999;
	padding-bottom:100px;
}
.register_mian_09 a {
	color:#9b9999;
	text-decoration:underline;
}
.register_mian_10 {
	width:820px;
	height:auto;
	float:left;
	line-height:24px;
	color:#F00;
	padding-bottom:10px;
}
.register_mian_10 a {
	color:#F00;
	text-decoration:underline;
}
.register_mian_11 {
	width:690px;
	padding-left:130px;
	height:auto;
	float:left;
	padding-bottom:20px;
	padding-top:10px;
}
.register_mian_12 {
	width:690px;
	padding-left:130px;
	height:auto;
	float:left;
	padding-bottom:100px;
	padding-top:40px;
}
.register_mian_09 .faq_zi_02 {
	color:#F00;
}
.register_mian_right_03 {
	width:960px;
	height:auto;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:80px;
	color:#12afe2;
	border-top:1px #9e9e9e dashed;
}
.register_mian_right_03 a {
	color:#12afe2;
}
.register_mian_right_03 .faq_zi_01 {
	font-weight:bold;
}
.register_mian_right_03 .faq_zi_02 {
	color:#F00;
}
/* ====================购物车==================== */
.catr_mian {
	width:1198px;
	height:auto;
	float:left;
	padding-top:25px;
	padding-bottom:10px;
	width: 1198px;
}
.catr_mian_01 {
	width:959px;
	height:auto;
	float:left;
	border-bottom:1px #7e7e7e solid;
}
.catr_mian_01_left {
	height:40px;
	float:left;
	font-size:25px;
	font-weight:bold;
	color:#d1a648;
}
.catr_mian_01_right {
	height:30px;
	float:right;
	padding-top:10px;
	text-align:right;
	color:#fe0214;
}
.catr_mian_02 {
	width:1198px;
	height:auto;
	float:left;
	color:#a5b78e;
	font-size:15px;
	padding:10px 0px 25px 0px
}
.catr_mian_02 span {
	color:#d1a648;
}
.catr_mian_03 {
	width:1198px;
	height:auto;
	float:left;
	line-height:30px;
	padding-top:10px;
	padding-bottom:5px;
}
.catr_mian_03 .sl_text_01 {
	width:50px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.catr_mian_03_left {
	width:738px;
	height:auto;
	float:left;
}
.catr_mian_04 {
	width:1198px;
	height:auto;
	float:left;
	text-align:center;
	color:#9b9999;
}
.catr_mian_04 .tr_01 {
	font-weight:bold;
	color:#666666;
	line-height:32px;
}
.catr_mian_04 .td_img {
	width:135px;
	text-align:center;
	height:auto;
	padding:15px 15px 10px 15px;
}
.catr_mian_04 .td_text {
	width:135px;
	height:auto;
	text-align:left;
	padding:0px 15px 5px 15px;
}
.catr_mian_04 table {
	border-collapse:collapse;
}
.catr_mian_04 td {
	text-align:center;
}
.catr_mian_04 table {
	border-collapse:collapse;
}
.catr_mian_04 .td_text_01 {
	color:#12afe2;
}
.catr_mian_04 .td_text_01 a {
	color:#12afe2;
	text-decoration:underline;
}
.catr_mian_04 .td_text_02 {
	color:#9b9999;
}
.catr_mian_04 .td_text_02 a {
	color:#9b9999;
	text-decoration:underline;
}
.catr_mian_04 .td_text_03 {
	color:#030303;
}
.catr_mian_04 .td_text_03 a {
	color:#030303;
	text-decoration:underline;
}
.catr_mian_05 {
	width:1198px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}
.catr_mian_06 {
	width:1198px;
	height:auto;
	float:left;
	line-height:24px;
	color:#9b9999;
}
.catr_mian_07 {
	width:1198px;
	height:auto;
	float:left;
}
.catr_mian_07 .input_01 {
	width:1196px;
	height:50px;
	border:1px #e4e3e3 solid;
}
.catr_mian_08 {
	width:1198px;
	height:auto;
	text-align:right;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:20px 0px;
}
.catr_mian_09 {
	width:1198px;
	height:auto;
	text-align:center;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#9b9999;
}
.catr_mian_10 {
	width:698px;
	height:auto;
	padding-left:500px;
	float:left;
	color:#9b9999;
	font-size:13px;
	font-weight:bold;
}
.catr_mian_10 .cat_zi_01 {
	color:#9b9999;
	font-size:13px;
}
#catr_mian_11 {
	width:698px;
	height:auto;
	padding-left:500px;
	float:left;
	display:none;
	color:#666;
}
.catr_mian_12 {
	width:698px;
	height:auto;
	float:left;
	padding-top:15px;
}
.shipment_mian_12 {
	width:678px;
	height:auto;
	font-size:16px;
	color:#f30823;
	padding-top:10px;
	float:left;
}
.catr_mian_13 {
	width:698px;
	height:auto;
	float:left;
	font-size:16px;
	line-height:24px;
	padding-top:5px;
}
.catr_text_01 {
	width:400px;
	height:20px;
	border:none;
	border-bottom:1px solid #ddd;
	padding-left:5px;
}
.catr_text_011 {
	width:580px;
	height:20px;
	border:none;
	border-bottom:1px solid #ddd;
	padding-left:5px;
}
.catr_text_02 {
	width:135px;
	height:20px;
	border:1px solid #ddd;
}
.catr_mian_14 {
	width:1198px;
	height:auto;
	float:left;
	line-height:24px;
	text-align:center;
	padding-top:15px;
	font-size:13px;
}
.catr_mian_15 {
	width:1198px;
	height:auto;
	float:left;
	line-height:24px;
	text-align:center;
	padding-top:30px;
	font-size:13px;
}
/* ====================计算运费==================== */
.shipment_mian_01 {
	width:1198px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:0px 0px 25px 0px
}
.shipment_mian_01 .sh_tetx_01 {
	width:230px;
	height:20px;
	line-height:22px;
	border:1px #cccccc solid;
	color:#666;
}
.shipment_mian_02 {
	width:1198px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:0px 0px 10px 0px
}
.shipment_mian_03 {
	width:1183px;
	height:auto;
	float:left;
	font-size:14px;
	color:#9b9999;
	padding:0px 0px 14px 14px;
}
.shipment_mian_04 {
	width:1183px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:10px 0px 5px 14px
}
#shipment_mian_05 {
	width:1158px;
	height:auto;
	padding-left:40px;
	padding-bottom:25px;
	float:left;
	display:none;
	color:#666;
}
.shipment_mian_05_01 {
	width:730px;
	height:auto;
	padding-bottom:14px;
	float:left;
	color:#9b9999;
	text-align:center;
}
.shipment_mian_05_01 .tr_01 {
	font-weight:bold;
	color:#666666;
	line-height:32px;
}
.shipment_mian_05_01 table {
	border-collapse:collapse;
}
.shipment_mian_05_01 td {
	border:#ccc solid 1px;
	padding:5px;
}
.shipment_mian_05_01 .td_img {
	width:135px;
	text-align:center;
	height:auto;
	padding:14px 14px 10px 15px;
}
.shipment_mian_05_01 .td_text {
	width:145px;
	height:auto;
	text-align:left;
	padding:0px 14px 5px 15px;
}
.shipment_mian_05_02 {
	width:730px;
	height:auto;
	float:left;
	font-size:14PX;
	color:#f00;
}
.shipment_mian_06 {
	width:1198px;
	height:auto;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:50px 0px 0px 0px
}
.shipment_mian_07 {
	width:1183px;
	height:auto;
	padding-left:14px;
	float:left;
	color:#666;
}
.shipment_mian_08 {
	width:1183px;
	height:auto;
	float:left;
	font-size:14px;
	color:#9b9999;
	padding:5px 0px 5px 15px;
}
.shipment_mian_09 {
	width:1198px;
	height:auto;
	float:left;
	text-align:center;
	padding:48px 0px 10px 0px;
}
.shipment_mian_09 span {
	padding-left:30px;
}
.shipment_mian_10 {
	width:1198px;
	height:auto;
	float:left;
	text-align:center;
	padding:0px 0px 10px 0px;
	font-size:13px;
	color:#9b9999;
}
.shipment_mian_10 a {
	color:#9b9999;
	text-decoration:underline;
}
.shipment_mian_11 {
	width:520px;
	height:auto;
	float:left;

	padding:0px 0px 65px 340px;
	border-bottom:1px #9f9f9f dotted;
}
.shipment_mian_13 {
	width:1178px;
	height:auto;
	float:left;
	line-height:35px;
	font-size:14px;
	padding-left:20px;
	color:#666;
}
.shipment_mian_14 {
	width:1123px;
	height:auto;
	padding-left:35px;
	float:left;
	padding-top:10px;
}
.shipment_mian_15 {
	width:1183px;
	height:auto;
	padding-left:15px;
	float:left;
	padding-bottom:60px;
}
/* ====================会员账号==================== */

.faq_mian_left_03 {
	width:138px;
	height:auto;
	float:left;
	padding-bottom:20px;
	text-align:right;
	padding-right:20px;
}
.faq_mian_left_03 a {
	color:#9b9999;
}
.member_mian_01 {
	width:960px;
	height:42PX;
	float:left;
	line-height:42px;
	margin-top:70px;
	border-left:1px #d0cfcf solid;
	display:inline;
	margin-bottom: 1px;
}
.member_mian_01 a {
	width:168px;
	text-align:center;
	display:block;
	border:1px #d0cfcf solid;
	border-bottom:none;
	border-left:none;
}
.member_mian_01 a, .member_mian_01 a:hover, .member_mian_01 a:active {
	color:#9b9999;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
.member_mian_01 li.active a{
	color: #fff;
}
.member_mian_01 a:hover {
	background:#12afe2;
	color:#fff;
}
.member_mian_01 li {
	float:left;
	list-style:none;
	text-align:center;
	border-bottom: 1px #d0cfcf solid;
}
.member_mian_01 li.active {
	background:#12afe2;
	color:#fff;
}
.member_detail_02 {
	width:910px;
	color:#666666;
	line-height:24px;
	font-size:14px;
	height:auto;
	float:left;
	padding:70px 0px 10px 0px;
	font-weight:bold;
}
.member_detail_03 {
	width:990px;
	text-align:center;
	color:#666666;
	line-height:24px;
	font-size:13px;
	height:auto;
	float:left;
}
.member_detail_03 table {
	border-collapse:collapse;
}
.member_detail_03 td {
	border:#ccc solid 1px;
	padding:5px;
}
.member_detail_03 .tr_01 {
	font-weight:bold;
	line-height:32px;
	font-size:14px;
}
.member_detail_03 a {
	color:#12afe2;
	text-decoration:underline;
}
.member_detail_04 {
	width:910px;
	color:#666666;
	line-height:24px;
	font-size:14px;
	height:auto;
	float:left;
	padding:10px 0px 0px 0px;
	font-weight:bold;
}
.member_detail_05 {
	width:990px;
	color:#666666;
	line-height:24px;
	font-size:13px;
	height:auto;
	float:left;
	padding:5px 0px 10px 0px;
}
.member_detail_06 {
	width:990px;
	text-align:right;
	color:#666666;
	line-height:24px;
	font-size:14px;
	height:auto;
	float:left;
	padding:10px 0px 30px 0px;
	font-weight:bold;
}
.member_mian_02 {
	width:910px;
	text-align:center;
	color:#666666;
	line-height:24px;
	font-size:14px;
	height:auto;
	float:left;
}
.member_mian_02 .txt_01 {
	position:absolute;
	z-index:999;
	font-size:14px;
	top:59%;
	left:37%;
	width:500px;
	border:3px #c2c1b5 solid;
	border-top:5px #c2c1b5 solid;
	height:auto;
	line-height:24px;
	background-color:#fff;
}
.member_mian_02 .txt_02 {
	width:490px;
	height:27px;
	background-color:#f5f5f5;
	text-align:right;
	padding-right:10PX;
	padding-top:5PX;
}
.member_mian_02 .txt_03 {
	width:490px;
	height:50PX;
	text-align:center;
	padding-top:20PX;
	color:#12afe2;
	font-size:18PX;
}
.member_mian_02 table {
	border-collapse:collapse;
}
.member_mian_02 td {
	border:#ccc solid 1px;
	padding:5px;
}
.member_mian_02 .tr_01 {
	font-weight:bold;
	line-height:32px;
}
.member_mian_02 a {
	color:#12afe2;
	text-decoration:underline;
}
.member_mian_03 {
	width:910px;
	height:auto;
	float:left;
	line-height:30px;
	padding-top:10px;
	padding-bottom:5px;
}
.member_mian_03 .sl_text_01 {
	width:50px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.member_mian_03_left {
	width:450px;
	height:auto;
	float:left;
}
.member_mian_04 {
	width:820px;
	height:auto;
	float:left;
	color:#666;
}
.member_mian_05 {
	width:820px;
	height:auto;
	float:left;
	font-size:14px;
	color:#9b9999;
	padding:5px 0px 5px 0px;
}
.member_mian_06 {
	width:690px;
	padding-left:130px;
	height:auto;
	float:left;
	padding-bottom:70px;
	padding-top:40px;
}
.member_mian_07 table {
	border-collapse:collapse;
	padding:0px;
	font-size:13px;
}
.member_mian_07 td {
	border:none;
	padding:0px;
}
.member_mian_07 .tr_02 {
	border-bottom:#ccc solid 1px;
	color:#666;
}
.member_mian_07 .tr_03 {
	border-right:#ccc solid 1px;
}
.member_mian_07 .tr_04 {
	color:#9b9999;
}
.member_mian_07 a {
	color:#12afe2;
	text-decoration:underline;
}
/* ====================自定义错误==================== */
.error {
	width:1198px;
	height:auto;
	float:left;
	font-size:15px;
	color:#666px;
	padding:50px 0px 300px;
}
.error_01 {
	width:1198px;
	height:auto;
	float:left;
	line-height:24px;
	padding-bottom:30px;
}
/* ====================输入payer==================== */
.fill_mian {
	width:1198px;
	height:auto;
	float:left;
	font-size:15px;
	font-weight:normal;
	line-height:24px;
	color:#d3a847;
	text-align:center;
	padding:20px 0px 40px;
}
.fill_mian_01 {
	width:1198px;
	height:auto;
	float:left;
	font-size:15px;
	text-align:center;
	padding-bottom:15px;
}
.fill_mian_01 .r_tetx_01 {
	border:1px #b5b5b5 solid;
	width:270px;
	height:22px;
	line-height:22px;
	padding-left:5px;
}
.fill_mian_01 .r_tetx_02 {
	border:1px #b5b5b5 solid;
	width:248px;
	height:22px;
	line-height:22px;
	padding-left:5px;
}
.fill_mian_01 .r_tetx_03 {
	border:1px #b5b5b5 solid;
	width:227px;
	height:22px;
	line-height:22px;
	padding-left:5px;
}
.fill_mian_02 {
	width:1198px;
	height:auto;
	float:left;
	color:#9b9999;
	font-size:15px;
	text-align:center;
}
/* ====================后台==================== */

.backstage_mian {
	width:1298px;
	height:auto;
	float:left;
	background:url(../images/pic_72.jpg) repeat-y;
}
.backstage_top_right_01 {
	width:1188px;
	height:auto;
	text-align:right;
	float:left;
}
.backstage_top_right_01 a {
	color:#9b9999;
	font-size:15px;
	font-weight:bold;
}
.backstage_top_right {
	width:1188px;
	height:auto;
	FONT-FAMILY: "宋体";
	float:left;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
}
.backstage_top_right li {
	padding: 0 18px;
	float:left;
	line-height:22px;
	display:block;
	background:url(../images/pic_73.jpg) no-repeat left;
}
.backstage_top_right a {
	color:#c48b0a;
	text-decoration:none;
}
.backstage_top_right a:hover {
	color:#c48b0a;
	text-decoration:underline;
}
.backstage_mian_right {
	width:1000px;
	height:auto;
	float:left;
	padding-left:18px;
}
.backstage_head {
	width:1298px;
	height:auto;
	float:left;
	border-bottom:2px solid #41bfe8;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:15px;
	display:inline;
}
.backstage_mian_left {
	width:280px;
	height:auto;
	float:left;
}
.backstage_mian01_left {
	width:440px;
	height:auto;
	float:left;
}
.backstage_mian01_right_tltle {
	width:1000px;
	height:auto;
	float:left;
	line-height:30px;
	padding-top:10px;
}
.backstage_mian01_right_tltle .sl_text_01 {
	width:50px;
	height:22px;
	line-height:22px;
	border:1px #ccc solid;
}
.backstage_mian_02 {
	width:1000px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	color:#8a8a8a;
	float:left;
}
.backstage_mian_03 {
	width:1000px;
	height:auto;
	float:left;
	padding-bottom:5px;
}
.backstage_mian_03_left {
	width:400px;
	height:auto;
	text-align:center;
	float:left;
	padding-right:10px;
}
.backstage_mian_03_right {
	width:590px;
	height:auto;
	float:left;
	font-size:14px;
	color:#000;
}
.backstage_mian_03_right_01 {
	width:590px;
	height:auto;
	float:left;
	line-height:24px;
}
.backstage_mian_03_right_02 {
	width:590px;
	height:auto;
	float:left;
}
.backstage_mian_03_right_02 .text_01 {
	width:685px;
	height:273px;
	border:1px #c8c8c8 solid;
	line-height:20px;
	font-size:12px;
}
.backstage_mian_03_right_01 a {
	color:#000;
	text-decoration:underline;
}
.backstage_mian_03 span {
	padding-right:23px;
}
.backstage_mian_04 {
	width:1000px;
	height:1PX;
	padding-top:10px;
	float:left;
	border-bottom:1PX #d3a746 solid;
	margin-bottom:10PX;
	display:inline;
}
.backstage_mian_05 {
	width:1000px;
	height:auto;
	clear:both;
	padding-bottom:50px;
}
/* ====================21paintings-company==================== */
.paintings_mian {
	width:1198px;
	height:auto;
	float:left;
	padding:20px 0px 0px 0px;
	line-height:24px;
}
.paintings_left {
	width:325px;
	height:auto;
	float:left;
	padding-right:60px;
}
.paintings_left_01 {
	width:325px;
	height:32px;
	float:left;
	font-size:12.5px;
	line-height:32px;
	color:#fe0707;
	border-bottom:1px #cce1f6 solid;
}
.paintings_left_02 {
	width:325px;
	height:auto;
	font-size:13.5px;
	float:left;
	color:#938b7a;
	padding:20px 0px;
}
.paintings_left_02 h2 {
	color:#83c020;
}
.paintings_left_03 {
	width:325px;
	height:auto;
	float:left;
}
.paintings_left_03 li {
	list-style:none;
	background:url(../images/pic_61.jpg) left no-repeat;
}
.paintings_left_03 li a {
	font-size:15px;
	padding-left:20px;
	line-height:48px;
	font-weight:bold;
}
.paintings_right {
	width:813px;
	height:auto;
	float:left;
	font-size:17px;
}
.paintings_right_01 {
	width:813px;
	height:auto;
	float:left;
	font-size:14px;
}
.paintings_right_01_01 {
	width:183px;
	height:auto;
	padding-left:20px;
	float:left;
}
.paintings_right_01_video {
	width:183px;
	height:175px;
	float:left;
}
.paintings_right_01_title {
	width:183px;
	height:auto;
	float:left;
	color:#999;
	text-align:center;
}
.paintings_right_01_title a {
	color:#12afe2;
	text-decoration:none;
}
.paintings_right_01_title a:hover {
	color:#12afe2;
	text-decoration:underline;
}
.paintings_right_02 {
	width:498px;
	height:24px;
	padding-bottom:5px;
	padding-left:15px;
	margin:30px 300px 10px 0px;
	display:inline;
	border-bottom:1px #9f9f9f dotted;
	float:left;
	color:#c48b0a;
	font-weight:bold;
	font-size:15px;
	background:url(../images/pic_12.jpg) left no-repeat;
}
.paintings_right_03 {
	width:813px;
	height:auto;
	float:left;
	line-height:22PX;
	color:#07753e;
}
.paintings_right_03 img {
	float:left;
	padding:10PX;
}
.paintings_right_03 a {
	color:#07753e;
	text-decoration:underline;
}
.paintings_right_03 a:hover {
	color:#07753e;
	text-decoration:underline;
}
.paintings_right_03 .pai_zi_01 {
	color:#999;
}
.paintings_right_03 .pai_zi_02 {
	border-bottom:1px #9f9f9f dashed;
	width:498px;
	margin-bottom:10px;
}
.backstage_mian_06 {
	width:813px;
	height:auto;
	float:left;
	text-align:right;
	padding:20px 0px;
}
.paintings_bottom_img {
	width:1198px;
	height:auto;
	float:left;
	padding:0px 0px 20px 0px;
}
/* ====================22contact==================== */

.contact_abody {
	width: 813px;
	margin: 0 auto;
	padding-top:40px;
}
.contact_01 {
	width:813px;
	height:auto;
	float:left;
	padding:0px 0px 10px 0px;
	line-height:24px;
	font-size:14px;
	color:#666;
}
.contact_02 {
	width:813px;
	height:auto;
	float:left;
}
.contact_02_01 {
	width:254px;
	height:auto;
	float:left;
	padding-right:25px;
}
.contact_02_02 {
	width:254px;
	height:auto;
	float:left;
}
.contact_02_01_title {
	width:244px;
	height:30px;
	line-height:30px;
	float:left;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#12afe2;
	background-color:#f2f2f2;
}
.contact_02_01_mian {
	width:254px;
	float:left;
	color:#666;
	height:auto;
	padding:10px 0px;
	font-size:14px;
	line-height:24px;
}
.contact_02_01_mian .cat_zi_01 {
	color:#999999;
}
.contact_02_01_mian a {
	color:#666666;
	text-decoration:underline;
}
.contact_02_01_mian a:hover {
	color:#666666;
	text-decoration:underline;
}
.contact_03 {
	width: 1198px;
	height:auto;
	float:left;
	color:#cfa037;
	font-size:15px;
	padding:10px 0px;
}
#contact_04 {
	background: #FFF;
	overflow:hidden;
	width:1198px;
	float:left;
}
#contact_04 img {
	padding-right:10px;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/* ====================23testimonial==================== */
.testimonial_01 {
	width:813px;
	height:auto;
	color:#12afe2;
	padding-bottom:5px;
	float:left;
}
#testimonial_02 {
	background: #FFF;
	overflow:hidden;
	width:813px;
	height:auto;
	padding-bottom:5px;
	padding-bottom:50px;
	border-bottom:1px #d3a746 solid;
	float:left;
}
#testimonial_02 img {
	padding-right:10px;
}
.testimonial_03 {
	width:813px;
	height:auto;
	color:#8a6d52;
	font-size:15PX;
	line-height:24px;
	padding:20px 0px;
	float:left;
}
/* ====================24portr&auml;t==================== */
.portrait_left_02 {
	width:325px;
	height:auto;
	font-size:15px;
	float:left;
	line-height:24px;
	color:#9b9999;
	padding:20px 0px;
}
.portrait_left_02 h2 {
	color:#83c020;
}
.portrait_left_02 a {
	color:#938b7a;
	text-decoration:underline;
}
.paintings_01 {
	width:813px;
	height:auto;
	text-align:center;
	float:left;
	line-height:28px;
	font-size:15px;
	color:#d3a847;
	padding-bottom:10px;
}
.paintings_01 a {
	color:#F00;
	text-decoration:underline;
}
.paintings_02 {
	width:813px;
	height:auto;
	float:left;
	color:#434343;
}
.paintings_03 {
	width:498px;
	height:24px;
	padding-bottom:5px;
	padding-left:15px;
	margin:30px 300px 10px 0px;
	display:inline;
	border-bottom:1px #9f9f9f dashed;
	float:left;
	color:#12afe2;
	font-weight:bold;
	font-size:15px;
	background:url(../images/pic_12.jpg) left no-repeat;
}
.paintings_04 {
	width:813px;
	height:auto;
	float:left;
	font-size:15px;
	line-height:24PX;
	color:#8a6d52;
	padding-top:10px;
}
.paintings_04 a {
	color:#8a6d52;
	text-decoration:underline;
}
.paintings_04 a:hover {
	color:#8a6d52;
	text-decoration:underline;
}
.paintings_04 .zi01 {
	color:#9b9999;
}
.paintings_04 .zi02 {
	color:#d3a847;
	font-weight:bold;
}
.paintings_04 .zi03 {
	font-weight:bold;
}
.paintings_02 .zi03 {
	font-weight:bold;
}
.paintings_04 .pai_01 {
	width:230px;
	height:auto;
	float:left;
	font-size:16px;
}
.portrait_left_02 .zi04 {
	color:#12afe2;
}
.paintings_04 .zi05 {
	text-decoration:none;
	color:#d3a746;
}
.paintings_05 {
	width:130px;
	height:220PX;
	float:left;
	padding:0px 12px;
}
.paintings_05_img {
	height:130px;
	width: 180px;
	/*非IE的主流浏览器识别的垂直居中的方法*/ 
display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/ 
text-align:center;
/* 针对IE的Hack */ 
*display: block;
*font-size: 180px;/*约为高度的0.873，200*0.873 约为175*/
*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
}
.paintings_05_img img {
	vertical-align:middle;
	max-width:130PX;
	max-height:180PX;
}
.paintings_05_img_tlele {
	width:120px;
	height:24px;
	line-height:24px;
	padding:0px 7px;
}
.paintings_05 a {
	color:#9b9999;
}
.paintings_05 a:hover {
	color:#d5a843;
	text-decoration:underline;
}
.paintings_06 {
	width:813px;
	height:auto;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:24PX;
	color:#d3a847;
	text-align:right;
	padding:10px 0px 10px 0px;
}
.paintings_06 a {
	color:#d3a847;
}
.paintings_07 {
	width:813px;
	height:auto;
	float:left;
	font-size:15px;
	line-height:24PX;
	color:#8a6d52;
	padding-top:10px;
}
.paintings_07 img {
	padding:5px 0px;
}
/* ====================27painting-knowledge==================== */
.knowledge_01 {
	width:1198px;
	height:auto;
	float:left;
	padding:20px 0px 10px;
	text-align:center;
	color:#d3a847;
	font-size:15px;
	line-height:30px;
}
.knowledge_01 a {
	color:#938b7a;
	text-decoration:underline;
}
.knowledge_02 {
	width:1198px;
	height:auto;
	float:left;
	color:#938b7a;
	font-size:15px;
}
.knowledge_02 a {
	color:#12afe2;
}
.knowledge_03 {
	width:1198px;
	height:auto;
	float:left;
	margin:30px 0px;
	display:inline;
	color:#8a6d52;
	font-size:15px;
	padding:0px 0px 20px 0px;
	line-height:20px;
	background:url(../images/pic_02.gif) repeat-y;
}
.knowledge_03_01 {
	width:285px;
	height:auto;
	float:left;
	padding-left:15px;
}
.knowledge_03_02 {
	width:282px;
	height:auto;
	float:left;
	padding-left:15px;
}
.knowledge_03 .kn_zi_01 {
	font-weight:bold;
	padding-bottom:10px;
	color:#d3a847;
}
.knowledge_03 a {
	color:#8a6d52;
	text-decoration:none;
}
.knowledge_03 a:hover {
	color:#8a6d52;
	text-decoration:underline;
}
/* ====================28famous-painters==================== */
.famous_01 {
	width:1198px;
	height:auto;
	float:left;
	font-size:13px;
	color:#fe0707;
	padding:20px 0px 0px 0px;
	line-height:24px;
}
.famous_02 {
	width:798px;
	height:24px;
	padding-bottom:5px;
	padding-left:15px;
	margin:30px 0px 10px 0px;
	display:inline;
	border-bottom:1px #9f9f9f dotted;
	float:left;
	color:#12afe2;
	font-weight:bold;
	font-size:15px;
	background:url(../images/pic_12.jpg) left no-repeat;
}
.famous_02 span {
	color:#9b9999;
	font-weight:normal;
}
.famous_02 a {
	color:#9b9999;
	text-decoration:underline;
}
.famous_03 {
	width:813px;
	height:auto;
	float:left;
	font-size:15px;
	line-height:24PX;
	color:#8a6d52;
	padding-top:20px;
}
.famous_03_left {
	width:405px;
	height:auto;
	float:left;
}
.famous_03_right {
	width:345px;
	height:auto;
	float:left;
	padding-left:60px;
	border-left:1px #c0bfbf solid;
}
.famous_03 .fm_zi_01 {
	font-weight:bold;
	padding-bottom:10px;
	color:#d3a847;
}
.famous_03 a {
	color:#8a6d52;
	text-decoration:none;
}
.famous_03 a:hover {
	color:#8a6d52;
	text-decoration:underline;
}
.famous_04 {
	width:1198px;
	height:auto;
	float:left;
	color:#938b7a;
	font-size:15px;
	padding:5px 0px;
	text-align:center;
}
.famous_04 a {
	color:#938b7a;
	text-decoration:underline;
}
.famous_04 a:hover {
	color:#f00;
	text-decoration:underline;
}
.famous_05 {
	width:1198px;
	height:auto;
	float:left;
	padding:10PX 0PX 10PX 0PX;
	color:#F00;
	line-height:24PX;
}
.famous_06 {
	width:1198px;
	height:auto;
	color:#9b9999;
	float:left;
	font-size:15px;
	padding:20px 0px;
	line-height:24px;
}
/* ====================30chat==================== */
.chat_01 {
	width:960px;
	height:auto;
	float:left;
	font-size:14px;
	line-height:24px;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:160px;
	color:#12afe2;
	border-top:1px #9e9e9e dotted;
}
.chat_01 a {
	color:#12afe2;
	text-decoration:underline;
}
.chat_tltle_01 {
	width:360px;
	height:40px;
	float:left;
	font-size:25px;
	font-weight:bold;
	color:#d1a648;
}
.chat_tltle_02 {
	width:600px;
	height:30px;
	float:left;
	padding-top:10px;
	text-align:right;
	color:#fe0214;
}
.chat_02 {
	width:1017px;
	height:auto;
	font-size:15px;
	float:left;
	color:#896b51;
	padding-bottom:50px;
}
.chat_02 a {
	color:#896b51;
	text-decoration:underline;
}
.chat_02 .chat01 {
	padding:50px 0px;
}
.chat_03 {
	width:1017px;
	height:auto;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	float:left;
	color:#12afe2;
	padding:25px 0px 8px 0px;
}
.chat_04 {
	width:1017px;
	height:auto;
	float:left;
	font-size:15px;
	color:#8a6d52;
	line-height:24px;
}
.chat_04 .chat02 {
	font-weight:bold;
}
.chat_04 .chat03 {
	color:#F00;
	font-style: italic;
}
.chat_04 .chat04 {
	color:#F00;
}
.chat_04 a {
	color:#896b51;
	text-decoration:underline;
}
.chat_05 {
	width:1017px;
	height:auto;
	float:left;
	font-size:15px;
	color:#9b9999;
	line-height:24px;
}
.chat_06 {
	width:1017px;
	height:auto;
	font-size:15px;
	font-weight:bold;
	float:left;
	color:#12afe2;
	padding:25px 0px 8px 0px;
}
.chat_07 {
	width:1017px;
	height:auto;
	float:left;
	font-size:15px;
	color:#896b51;
	line-height:24px;
	padding-bottom:30px;
}
.chat_07 a {
	color:#896b51;
	text-decoration:none;
	padding-right:40px;
}
.chat_07 a:hover {
	color:#896b51;
	text-decoration:underline;
}
.Back_to_Top_01 {
	width:1198px;
	height:auto;
	float:left;
	text-align:right;
	padding:20px 0px;
}
/*添加购物车成功之后*/
.catr_mian_success {
	width:1198px;
	height:auto;
	float:left;
	font-size:18px;
	line-height:30px;
	padding-top:10px;
	padding-bottom:5px;
	text-align:center;
}
.catr_mian_success p {
	padding:40px 0px 20px;
}
.catr_mian_success span {
	padding-right:20px;
}
/*加入购物车弹出提示*/
	.tooltip {
	position: relative;
}
.tooltip-content {
	opacity: 0;
	left: 0px;
	text-align: center;
	border-color: #ccc;
	border-style: solid;
	color:#C93;
	font-weight:bold;
	border-width: 1px;
	padding: 5px 0px;
	position: absolute;
	background-color:#FFF;
	width: 98px;
}
.tooltip:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
	top:-35px;
	left:0px;
}
#ProPic.tooltip:hover .tooltip-content{
	top: -55px;
}

#selectframe
{
	color: #648fd8;
	text-decoration: underline;		
	margin-left:5px
}

/* 收藏成功提示层 */
.pop_addfav{
	background-color: #fff;
	border:1px solid #dedede;
	padding: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	height: 170px;
	display: none;
}
.pop_addfavclose a{
	float: right;
	font-family: 'Arial';
	color: #949494;
}
.pop_topfav{
	padding-top: 10px;
	color: #666;
	text-align: center;
}
.pop_topfav em{

	color: #ef9223;
	font-style: normal;
	padding: 0 5px 0 0;
}
.pop_topfavok{
	margin-top: 20px;
	text-align: center;
}
.pop_topfavok a{
	border:1px solid #9c9c9c;
	color: #666;
	border-radius: 2px;
	width: 56px;
	height: 20px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
	background:url(../images/fav_add_ok.png) repeat-x;
}
.pop_topfavview {
	margin-top: 28px;
}
.pop_topfavview a{
	width: 140px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	display: block;
	background-color: #ef9223;
}

/* ====================首页底部点击展开==================== */
.mian_art-more{
	border-top: 1px solid #e4e4e6;
	margin-bottom: 36px;
}
.mian_art-more .btn{
	height: 25px;
	line-height: 25px;
	padding-left: 18px;
	color: #dbc083;
	background: url(../images/pic_trig.png) 0 center no-repeat;
}
.mian_art-more .btn:hover{
	cursor: pointer;
}
.mian_art-more .text{
	FONT-FAMILY: Times New Roman;
	font-size:12px;
	display: block;
	margin-bottom: 32px;
	color: #898989;
	letter-spacing:1px;
	border-bottom: 1px solid #e4e4e6;
}
.mian_art-more .text p{
	margin-bottom: 10px;
}


.mian_art-more .vis{
	color: #d5a843;
    background: url(../images/pic_trig2.png) 0 center no-repeat;
}
.qm_mask{
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,.3);
  z-index: 998;
  display: none;
}
.qm_loading_img{
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: auto;
  left: 50%;
  margin-left: -20px;
  display: none;
}
.qm_loading_img img{
  width: 40px;
  height: auto;
  z-index: 999;
}
.qm_open_close{
	display: block;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
}
.qm_open_close a{
	display: block;
	width: 20px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}
.qm_open_close a img{
	width: 15px;
	height: 30px;
	position: absolute;
	bottom: 0px;
}
.qm_open_close.close a img{
	bottom: -15px;
}


/*add mask*/
.mask{
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	background: transparent;
	opacity: 0;
	filter:alpha(opacity=0)
}


.new_price_size_btn{
	width: 156px;
	height: 41px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}
.new_price_size_btn a{
	display: block;
	width: 100%;
	height: 40px;
	background: #ef9223;
	border: 1px solid #fdd576;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
}
.new_price_size_btn a:hover{
	text-decoration: none;
}
.new_price_size_btn a img{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}

.zmllb_mian_paintings.y_sigle_list{
	padding-left: 25px;
}

.y_sigle_list.zmllb_mian_paintings #CNLTreeMenu2{
	width: 840px;
}
.y_sigle_list.zmllb_mian_paintings .y_newThreeMenu li{
	width:25%;
	float: left;
	height: 170px;
	line-height: 1.7;
	overflow: hidden;
}
.y_sigle_list.zmllb_mian_paintings .y_newThreeMenu li img{
	display: block;
	margin-top: 5px;
}
.y_sigle_list.zmllb_mian_paintings #CNLTreeMenu2 a{
	line-height: 1.3;
	 text-decoration:underline;
			color:#6a9494;
}
.y_sigle_list.zmllb_mian_paintings #CNLTreeMenu2 .Opened span.s {
	background:url(../images/opened1.gif) no-repeat 0px 7px;
	display: none;
}