/* Write your styles */
body{
	/*background-color:#3569B2;*/
	background-color:#fff;
	font-size: 1.4rem;
	line-height:1.4;
	/*font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;*/
	font-family: "Microsoft YaHei","SimSun",Arial;
	
	font: 12px/140% "Microsoft YaHei","SimSun",Arial;;
	    color: #5a5a5a;
    margin: 0;
    background: #FFF;
	
	}
	
a {
	/*定义a的颜色指向渐变动画*/
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a{ color:#333;}
a:hover{color:#DF8E5E;}

A:link{text-decoration:none; color:#5a5a5a;}
A:visited{text-decoration:none; color:#5a5a5a;}
A:hover{text-decoration:none; color:#47cdff;}


.am-topbar-inverse-my {
    background-color: #000000;
    border-color: #000000;
    color: #F2F3F4;
}

.am-topbar .am-text-ir {
  display: block;
  margin-right: 10px;
  height: 50px;
  width: 280px;
  background: url(../i/logo.png) no-repeat left center;
  -webkit-background-size: 280px 50px;
  background-size: 280px 50px;
}
.am-topbar-nav>li>a {

    position: relative ;
    line-height: 50px;
    padding: 0 20px;
	border-radius: 0;
    color: #F2F3F4;
    background: 0 0;

}

.am-nav>li>a:focus, .am-nav>li>a:hover {
    text-decoration: none;
    background-color: #04324F;
}
.am-topbar-nav>li.am-active>a, .am-topbar-nav>li.am-active>a:focus, .am-topbar-nav>li.am-active>a:hover {
    border-radius: 0;
    color: #F90;
    background: 0 0;
}
.am-topbar-nav>li>a:hover{ color: #F90;}
.am-topbar-nav>li>a:hoverafter {
    opacity: 1;
    border-bottom-color: #3569B2;
}

.am-topbar-nav>li.am-active>a:after {
    opacity: 1;
    border-bottom-color: #3569B2;
}
.am-topbar-nav>li>a:focus:after , .am-topbar-nav>li>a:hover:after {
    opacity: 0;
}

.main_box {
    background-color: #fff;
    min-height: 500px;
    padding: 1rem;
    margin: 1rem;
}
.main_box2 {
    background-color: #fff;
    min-height: 500px;
    padding: 0;
    margin: 0;
}


.top_nav{
}
.nav_main{
	
}
.nav_main dl {
    list-style-type: none;
	display: inline-block;
	padding:0;
	margin:0;
}
.nav_main dl dd {
    float: left;
	padding:0;
	margin:0;
	color: #9d9d9d;
}
.nav_main dl dd a{
	display:inline-block;
	padding:0; 
	margin:0;
    font-size: 16px;
    color: #9d9d9d;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    width: 120px;
    height: 50px;
    line-height: 50px;	
}
.footer{    background: #141414; color: #fff;}
.footer a{ color:#fff;}
.am-g-fixed {
    max-width: 1200px !important;
}
.info_div p{ padding:5px ; margin: 0;}
.ft_icon{color: #fff; font-size: 25px; margin-right: 5px;}


 .bk_conter {
	 margin:0 auto;
    width: 1200px;
}
.bk{ background-color:#fff;}
.top_t{
	    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size:2rem;
    color: #57c5a0;
}
  .top_logo{
	position: relative;
    float: left;
    width: 25%;
    margin-top: 0px;
  }
  .top_logins {
    position: relative;
    float: right;
    width: 25%;
	color:#fff;
    margin-top: 11px;
	line-height:25px;
	text-align:right;
	padding-right:15px;
}
.top_logins a{ color:#fff; display:inline-block; margin-right:10px;}
.top_logins a:hover{color:  #EF5F21;}
  .search {
    position: relative;
    float: right;
    width: 25%;
    background-color: #fff;
    margin-top: 12px;
}
.search input[type="text"] {
    outline: none;
    padding: 3px 15px;
    background: none;
    width: 91%;
    border: none;
    font-size: 1em;
    color: #000;
}
.search input.shbtn {
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    top: 0px;
    right: 0px;
    background: #c7c7c7;
    font-size: 1em;
    color: #000;
    padding: 3px;
}

.top_r_lang{
    position: relative;
    float: right;
    width: 110px;
	height: 26px;
	line-height: 26px;
   color: #fff;
    margin-top: 11px;
	text-align: center;

}

.nav_main{padding-top:5px;}
.nav_main ul {
    margin-bottom: 0px;
    padding: 0;
	margin:0;
    width: 100%;
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 15px;
}
.nav_main ul li{ float:left;}

.nav_main ul li a {
	position:relative;
    display:inline-block;
	text-align:center;
	padding:0; 
	margin:0;
    font-size: 16px;
    color: #1a57a2;
	 width: 100px;
    height:48px;
	line-height:35px;
	font-weight: 400;
    text-decoration: none; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav_main ul li a:hover span{
	color:#fff;
 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav_main  a.color1:hover{
	background:#EF5F21;
	color: #ffffff;
}
.nav_main  a.color2:hover{
	background:#589D3E;
	color: #ffffff;
}
.nav_main  a.color3:hover{
	background:#00ACED;
	color: #ffffff;
}
.nav_main  a.color4:hover{
	background:#D61F85;
	color: #ffffff;
}

.nav_main  a.color5:hover{
	background:#00677C;
	color: #ffffff;
}
.index_more{
	display:inline-block; 
	padding:8px 25px; 
	text-align:center;
	border: 1px solid transparent;
	border-radius: 0px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;

	text-decoration: none;
    text-transform: capitalize;   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index_more:hover{background:#EF5F21;color: #ffffff;}
	
.pro-t{font-size: 1.5rem; text-align:center; padding:5px 0; color: #333;}
.am-gallery-item{ position:relative;}
.am-gallery-item-hover{ background-color:#f60;}

/*自定义viewer图片展示插件css*/
.viewer-transition{background: rgba(0,0,0,.9);}/*全屏全背景色*/
.viewer-toolbar>li{background-color: rgba(239,93,33,.95);}/*工具栏背景色*/
.viewer-toolbar>li:hover{background-color: rgba(239,93,33,.8);}
.viewer-button{background-color: rgba(203,203,203,.5);}/*右上角关闭背景色*/
/*标题行*/
.viewer-title {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    max-width: 90%;
    margin: 0 5% 0px;
    padding: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    opacity: .8;
    color: #ccc;
    filter: alpha(opacity=80);
}

.ft-form input[type="text"], .amet-sed input[type="submit"] {
    width: 69%;
    padding: 0.6em;
    outline: none;
    color: #000;
    font-size: 1em;
    background: #fff;
    border: none;
}
.ft-form input[type="submit"] {
    width: 20%;
    color: #FFF;
    font-size: 1em;
    background: #EF5F21;
    border: none;
    outline: none;
    padding: 0.5em;
	-webkit-appearance: button;
    cursor: pointer;
	    margin: 0;
    font: inherit;
}

.my-p-list>li>a i{
color:#999; font-size:0.3rem; margin-left:5px;	
}
.my-p-list>li>a:hover{
	color: #fff;
	background:#EF5F21;
	}
.my-p-list>li>a:hover i{
	color: #fff;
}

.tags {
  padding: 0px;
}
.tags ul{ margin:0; padding:0;}
.tags ul li {
	display: inline-block;
	float:left;
	width: 49%;
    margin: 0.5em 1% 0 0;
	text-align: center;
}
.tags li a {
	font-size: 1.0rem;
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	padding: 4px 6px;
	margin:0;
	text-decoration: none;
	color: #555;
	border: 1px solid #DEDEDE;;
	word-wrap: normal; /* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tags li a:hover {
	color: #fff;
	background:#EF5F21;
	border: 1px solid #EF5F21;
}

.login_input{
    padding: 10px;
    width: 100%;
    background: none;
    border: 1px solid #A09F9F;
    outline: none;
    font-size: 1rem;	
}
.login_btn{
	outline: none;
    padding: 7px 20px;
    color: #FFF;
    cursor: pointer;
    background: #EF5F21;
    border: none;
    width: 20%;
    margin: 1em auto 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-size: 1.2em;
	}
.input_box .t{ padding:8px 0; color:#999;}
.input_box .c{ padding-bottom:10px;}

.user-list li{border: 1px solid #dedede; border-radius:1px; margin:5px 0;}
.user-list li a {
    display: block;
    padding: 0.5rem 0;
}

.zoomImage{
	width:100%;
	height:0;
	padding-bottom: 100%;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}
.tbr{ border-bottom:1px solid #F2F2F2; padding:10px 0;}

.form-control {
    display:inline-block;
    width: auto;
    height: 34px;
    padding: 2px 0.5em;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.my-form-filed{ }
.my-form-filed2{ margin-top:2px; background-color: #E8F6E8;}
.my-form-select {
	}
.f_r{ color:#F00;}

.form-checkbox{
    position: relative;
    top: 3px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    background: -webkit-linear-gradient(#fafafa,#dcdcdc);
    -webkit-box-shadow: inset 0 1px 2px #fff, 0 1px 2px rgba(0,0,0,.2);
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-margin-start: 0;
    -webkit-margin-end: 3px;
	
	border-color: #c4c4c4;
    background: #fff;
    -webkit-box-shadow: none;
}
.form-checkbox:checked::before {
    position: absolute;
    top: -1px;
    left: 2px;
    height: 16px;
    color: grey;
    content: url(../i/checkmark.png);
    font-size: 13px;
}
.f_b{ color:#ccc;}
.checklb{ display:inline-block; min-width:180px; padding-right:10px;  font-weight:400;}
.art_img_list{ padding:5px; overflow-x:auto;overflow-y:hidden;}
   .art_img_list ul{ margin:0; padding:0;}
  .art_img_list ul li {
    float: left;
    color: #999;
    text-align: center;
    width: 90px;
	height:90px;
	margin-right:5px;
	margin-bottom:5px;
	list-style:none;
	padding:0;
	position:relative;
}
.art_img_list  .imgbar{ height:25px; line-height:25px; background-color:rgba(0,0,0,0.3); width:100%; font-size:16px; color:#fff; position:absolute; bottom:0px; left:0; z-index:999;}
.art_img_list .sl{ display:inline-block; float:left; padding-left:10px; cursor:pointer; color:#fff;}
.art_img_list .sr{ display:inline-block; float:right; padding-right:10px; cursor:pointer; color:#fff;} 
.art_img_list .sr:hover, .art_img_list .sl:hover{ color:#6CF}
  .am-btn{ font-size:12px;}
  
  
  /*------------通用模板css-----------*/
  
  /*---form表单样式--*/
.form_div{}
.form_div .form_head{
	background:url(fb.png) no-repeat 5px 0px;
	padding:5px;
	padding-left: 120px;
	line-height:150%;
	
	/*高度自适应*/
	height:auto !important;
	height:100px;
	min-height:100px;	
}
.form_div .form_title_td{ width:100px; text-align:right; padding:2px 0; padding-right:5px; height:35px;}
.form_div .form_input_td{}
.form_div .form_input{border: 1px solid #DBDBDB; padding:5px;}
.form_div .form_textarea{border: 1px solid #DBDBDB;}
.form_div .form_radio{}
.form_div .form_checkbox{}
.form_div .form_select{border: 1px solid #DBDBDB;}
.form_div .radio_span{ padding-left:5px;}
.form_div .form_input_vcode{ border: 1px solid #DBDBDB; padding:2px;}
.form_div .form_submit{ padding:3px;}
.form_div .form_reset{ padding:3px;}


  /*sortlist art图片分类列表*/
.sortlist_div{}
.artsort_piclist {
	margin:5px auto;
	min-height:170px;
}
.artsort_piclist ul{margin: 0px;padding: 0px;}
.artsort_piclist ul li{
	float: left;
	width: 150px;
	list-style-type: none;
	text-align: center;
	margin:10px 5px 5px 5px;
	padding:3px;
}
.artsort_piclist ul li:hover{}
/*图片行,padding和border修改前台要修改参数*/
.artsort_piclist .art_pic{
	text-align: center;
	/*padding:5px; 
	border:1px solid #ccc;
	overflow:hidden;*/
}
.artsort_piclist .art_pic:hover{}

/*内容区,padding和border修改前台要修改参数*/
.artsort_piclist .div_retxt{
	/* border:1px solid  #ccc; 
	 border-top:none; 
	 padding:2px; 
	 background:#ccc;*/
}
/*标题行*/
.artsort_piclist .art_title{
	text-align: center;
	padding:3px 0;
	color:#A47430;	
	white-space: nowrap;/*强制不换行*/
	text-overflow:ellipsis;/*自动显示省略号*/
	overflow:hidden;/*显示省略号*/
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}

/*artsort toplist*/

.artsort_toplist{}	
.artsort_toplist .title{
	height:25px;
	line-height:25px;
	margin-bottom: 10px;
	border-bottom:1px solid #CCCCCC;
	background:#F0F0F0;
}
.artsort_toplist .title a.tt{ display:block; height:25px; line-height:25px; width:198px; background:#1E84B5; float:left; font:14px; color:#fff; text-align:center;}
.artsort_toplist .title a.tm{ display:block; height:25px; line-height:25px; width:80px; float:right; text-align:right; margin-right:5px;}
.artsort_toplist .cont{ position:relative; height:160px; overflow:hidden;}
.artsort_toplist .cont_img{ position:absolute; left:0px; top:0px; width:198px;}
/*内容区,padding和border修改前台要修改参数*/
.artsort_toplist .cont_img img{
	height: 130px;
	width: 190px; 
	padding:2px; 
	border: 1px solid #DDDEE0;
	}
.artsort_toplist .cont_img p{
	padding:3px 0;
	text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.artsort_toplist .cont_ul{ margin-left:220px;}
.artsort_toplist .cont_ul li{
	padding:2px 0;
    list-style-type: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
	}
.artsort_toplist a.art_sort {
    color: #F60;
    text-decoration: none;
	padding-right:3px;
}
.artsort_toplist .art_footdate{ color:#CCC;}
/*文章列表CSS*/
a.art_sort{
	/*分类标题样式*/
	color: #F60;
	text-decoration: none;
}
a.art_sort:hover{
	color: #F90;
}
.artlist_time {
	color: #999;
}
.artlist_page{ padding:10px 0;}

/*artlist标准列表*/
.artlist_div{}
.artlist_div ul{ margin:0 !important; padding:0;}
.artlist_div ul li {
	border-bottom:1px dotted #ccc;
	background:url(arrow.jpg) no-repeat 5px center;
	list-style-type: none;
	padding:10px 0;
	padding-left: 15px;
}


/*piclist 图片列表 / onlypic图片列表*/
.artlist_piclist {
	margin:5px auto;
	min-height:170px;
}
.artlist_piclist ul{margin: 0px;padding: 0px;}
.artlist_piclist ul li{
	float: left;
	width: 150px;
	list-style-type: none;
	text-align: center;
	margin:10px 5px 5px 5px;
	/*border:1px solid #ccc;
	padding:3px;*/
}
.artlist_piclist ul li:hover{ /*border:1px solid #009;*/}
/*图片行,padding和border修改前台要修改参数*/
.artlist_piclist .art_pic{
	text-align: center;
	padding:3px; 
	border:1px solid #EBEBEB;
	overflow:hidden;
}
.artlist_piclist .art_pic:hover{}

/*内容区,padding和border修改前台要修改参数*/
.artlist_piclist .div_retxt{
	/* border:1px solid  #ccc; 
	 border-top:none; 
	 padding:2px;
	 background:#ccc; */
}
/*标题行*/
.artlist_piclist .art_title{
	text-align: center;
	padding:0;
	white-space: nowrap;/*强制不换行*/
	text-overflow:ellipsis;/*自动显示省略号*/
	overflow:hidden;/*显示省略号*/
	text-overflow: ellipsis; /* IE, Safari (WebKit) */
}
.artlist_piclist .art_title a{}
/*价格行*/
.artlist_piclist .art_price{
	text-align: center;
}
/*购物行*/
.artlist_piclist .art_cart{ padding:3px 0;	}
.artlist_piclist .f_price{color: #F00; font-size:16px;	font-family:"Microsoft YaHei",tahoma,verdana,arial,sans-serif;}
.f_price_head{color: #F00; font-size:14px;	font-family:"Microsoft YaHei",tahoma,verdana,arial,sans-serif;}
/*图文列表*/

.artlist_picex {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	/*高度自适应*/
	height:auto !important;
	height:170px;
	min-height:170px;
	margin-top: 5px;
}
.picex_box{
	border-bottom:1px dotted #cccccc;
	position:relative;
	padding:10px 0;
}
.picex_box_cont{ margin-left:200px;}
.picex_box .art_pic{
	position:absolute;
	left:0px;
	top:10px;
}

/*右则*/
.picex_box .art_title{
	font-size: 14px;
	color: #A58B57;
	text-decoration: none;
	position:relative;
}
.picex_box .art_title a{
	color: #666;
	font-size:14px;
}
.picex_box .art_title a:hover{ color:#47cdff;}
.picex_box .art_date{ 
	display:block; 
	width:80px;
	height:18px;
	line-height:18px;
	color:#BBA67E;
	position:absolute;
	right:0px;
	top:1px;
	padding-left:25px;
	background:url(ico_date.png) no-repeat 5px center;
	background-color:#FAFAFA;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
 }
.picex_box .art_ex{
	line-height: 150%;
	min-height:40px;
	padding: 3px;
	font-size: 12px;
	line-height:21px;
	color:#A1A1A1;
	margin-top:5px;
}
.picex_box .art_detialbtn{ padding:3px 0;}
.picex_box  .art_detialbtn a{ 
	font-size: 12px;
	line-height: 12px;
	color: #808080;
	border: 1px solid #bbbbbb;
	padding: 5px 10px;
	cursor: pointer;
	margin-top: 5px;
	display: inline-block;
}

.picex_box .art_detialbtn a:hover{ border: 1px solid #47cdff; background:#47cdff; color:#fff;}
/*图文列表_END*/



/*---Art文章内容页---*/
.art_content{
	padding: 5px;	
}
.art_cont{ line-height:200%;}
.art_content h3{
	font-size: 21px;
	font-weight:400;
	color: #FF9D2F;
	text-align: center;
	padding:10px 0;
	line-height:150%;
}
.art_content .art_info{
	font-size: 12px;
	color: #CCC;
	border-top:1px dotted #ccc;
	text-align: center;
	padding:10px 0;
}

.art_content .art_cont{
	/*高度自适应*/
	height:auto !important;
	height:150px;
	min-height:150px;
}
.art_content .art_tppic{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.art_tpic_one {
	padding: 3px;
	border: 1px solid #dddddd;
}

.art_download{ border:1px solid #ccc; background:#f5f6f6; padding:10px 5px; text-align:center; margin:5px 0;}
.art_download a { display:inline-block; width:154px; height:36px; background:url(downbtn.gif) no-repeat left top; margin-right:10px;}
.art_download span{ padding-left:35px; font-size:14px; color:#FFF; height:36px; line-height:36px; font-weight:bold;}
.art_download a:hover span{color:#FC6;}

.art_cont_foot{
	padding:5px 0;
	padding-right: 5px;
	margin-top: 5px;
	border:1px dotted #ccc;
	text-align: right;
	
}

.art_updown{
	border-top:1px  dotted #ccc;
}
.art_updown li {
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 5px;
}
.art_down {
	line-height: 35px;
	text-align: center;
	height: 35px;
}
.art_down a {}
.art_comment { margin:10px 0;}

/*商品风格*/
.art_shop{
	padding: 5px;	
}
.art_shop .art_shop_info{ margin-bottom:10px;}
.art_shop .art_shopimg img{border: 1px solid  #e9e9e9; padding:2px;}
.art_shop .art_shop_thumblist{ width:400px; text-align:left; margin-top:3px;}
.art_shop .thumb{display:inline-block; margin-left:4px;}
.art_shop .thumb a{
	display: block;
	width:45px;
	height:45px;
	border: 2px solid  #e9e9e9 ;
	padding:0px;
	background:#fff;
	overflow: hidden;
	outline: 0;
}
.art_shop .thumb.current a{border: 2px solid #FF4400;}
.art_shop .thumb img{width:100%;height:100%;}

/*简述区*/
.art_shop .art_title{
	font-size: 14px;
	font-weight:bold;
	color: #F60;
	background:url(arrow2.png) no-repeat 2px center;
	padding:5px 0 5px 15px;
	}
.art_shop .art_info{
	font-family: Tahoma,Verdana,Arial;
	border-top: 1px dotted #a6a6a6;
	border-bottom: 1px dotted #a6a6a6;
	padding: 10px 0;
	}
.art_shop .art_info_ul{	padding: 0 0 10px 0;}
.art_shop .art_info_ul ul{
	margin:0; padding:0;
}
.art_shop .art_info_ul ul li{
	list-style:none;
	float: left;
	width: 49%;
	padding: 2px 0;
	color: #999999;
	overflow: hidden;

	text-overflow: ellipsis;
	white-space: nowrap;
	}
.art_shop .art_info_ul ul li a{color: #999999;}
.art_shop .art_price{
	color: #333; 
	background: none;
	padding: 0;
	height: 35x;
	line-height: 35px;
	border: none;
}
.art_shop .art_price span{
	color: #d00;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Microsoft Yahei',Verdana,Geneva,sans-serif;
	}
.art_shop .art_cart{ background:#FFFEE6; border:1px solid #E7DBB1; padding:10px;}
.art_shop .art_cart_num{ padding:8px 0 ; border-bottom:1px solid #FAEAC7; margin-bottom:8px;}
.art_shop .art_cart_num .num_title{
	float: left;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 20px;
	height: 20px;
	padding-right:5px;
	}
	
.art_shop .art_cart_num .num_bts{
	float: left;
	width: 55px;
	position: relative;
	height: 20px;
	}
.art_shop .art_cart_num .num_bts .increase {
	background-position: 0 0;
	top: 0;
}
.art_shop .art_cart_num .num_bts .decrease {
	background-position: 0 -10px;
	bottom: 0;
}
.art_shop .art_cart_num .num_bts .numadjust {
	position: absolute;
	width: 18px;
	height: 9px;
	right: 1px;
	overflow: hidden;
	background-image: url(cart/numadjust.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}


.art_shop .art_cart_num .num_bts input {
	font-size: 12px;
	width: 24px;
	height: 12px;
	line-height: 12px;
}
.art_shop .art_shop_tab {
	background: none;
	padding-left: 0px;
	margin-bottom: 5px;
	border-bottom: 2px solid #c00;
}
.art_shop .art_shop_lb{
	float: left;
	height: 27px;
	line-height: 30px;
	margin: 0;
	margin-right: 3px;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	overflow: hidden;
	background: url(Cart/shop_tab.gif) bottom no-repeat;
	width: 105px;
	color: #c30;
	text-align:center;
	cursor:pointer;
}
.art_shop .art_shop_lb.active{
	float: left;
	width: auto;
	height: 27px;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	color: #fff;
	overflow: hidden;
	background: url(Cart/shop_tab.gif) no-repeat;
	width: 105px;
}
.art_shop .art_cont{
	border:1px solid #E5E5E5;
	padding:5px;
	line-height:150%;
	margin:5px 0;
	/*高度自适应*/
	height:auto !important;
	height:150px;
	min-height:150px;
}

/*搜索页样式*/
#sh_tips{
	padding: 5px;
	font-size: 14px;
	color: #F90;
}
#sh_rs{
	padding: 5px;	
}
#sh_rs ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sh_rs ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
	background-image: url(../images/arr1.png);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 5px;
}
#sh_rs ul li a.sha_sort{
	color: #C60;
}
#sh_rs ul li a.sha_sort:hover {
	color: #F00;
}
#sh_rs ul li a.sha_art{}



/*----------------自定义区--------------------*/
  
  address, blockquote, dl, fieldset, figure, hr, ol, p, pre, ul {
    margin: 0 0 0.6rem 0;
}

.top_navbox{
	padding:10px 0;
	min-width:1200px;

}

.top_navbox .conter{
	    width: 1200px;
		margin:0 auto;
		color:#FFF;
}
.top_nav_left{ float:left;}
.top_nav_right{ float:right; width:390px; }

.searchbox_btn {
    background-image: url(../i/shbtn.jpg);
    font-family: ;
    font-weight: ;
    float: left;
    width: 74px;
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    color: ;
    font-size: px;
    text-align: center;
}

 .searchbox_txt {
    width: 232px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #999999;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    border: #eaeaea 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: block;
	background-color: #ffffff;
	  float: left;
}

.search_keywords {
    clear: both;
    float: left;
    margin-top: 3px;
	 margin-top: 8px;
}
.search_keywords span {	
    display: inner-block;
    cursor: pointer;
    margin-right: 12px;
	font-size: 12px;
    font-family: Microsoft YaHei;
    color: #666666;
    font-weight: normal;
    margin-right: 12px;
}
.top_nav{
	
	border-top:1px solid #EBEBEB;
	
	}
.top_nav .conter{
	    width: 1200px;
		margin:0 auto;
		color:#FFF;
}

.mainer_conter{
	    width: 1200px;
		margin:0 auto;
}

.phbox {
    width: 220px;
    height: 220px;
    position: relative;
    overflow: hidden;
	margin:0 auto;
}
 .phbox img.phfront {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.phbox img.phback {
    height: 220px;
    z-index: 3;
    position: absolute;
    left: 0;
    top: -220px;
}
.pbtitle{
	padding-top:30px;
	font-size: 18px; color: #333; font-family: 微软雅黑;
	text-align:center;
	}
.pbcontent{
word-wrap: break-word; padding: 10px; border: 0px solid transparent; height: 92px; display: block;font-family: 微软雅黑; line-height: 180%; color: rgb(153, 153, 153);
text-align:center;
}

.max_bg2{
	background:url(../i/max_bg2.jpg) no-repeat center top;
	min-height:500px;
	margin-top:50px;
	padding-bottom:50px;
	
	}
.ind_news{ text-align:left; width:380px; margin:0 auto;}
.ind_news .news_t{
	font-family: Microsoft YaHei;
    font-size: 14px;
	padding:10px 0 !important;
	margin:0;
	}
.ind_news .news_c{
	display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    padding-top: 2px;
    color: #999999;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}

.flimg li{ text-align:center; padding-bottom:20px;}
.flimg img{
	
	/*以下代码img变灰色*/
	 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.flimg img:hover{
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);	
}

.sort_div ul{ padding:0; margin:0;}
.sort_div ul li a { display:block; height:43px; background:url(../i/rsortbg.jpg) repeat-x left top;}

.sort_div {
	width: 100%
}
.sort_div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sort_div ul li {
}
.sort_div ul li ul li {
	
}

.sort_div ul li a {
	font-family: 微软雅黑; 
	display: block;
	text-align:center;
	font-size:14px;
	padding:2px;
	line-height:43px;
	margin:0px auto;
	
}
.sort_div ul li a:hover, .sort_div a.sort_now {
	 background:url(../i/rsortbg_hover.jpg) repeat-x left top;
	 color:#fff;
	background-color: #f5f65f6;
}

.sort_div ul li ul li a, .sort_div ul li ul li a:hover {
	display: block;
	line-height:43px;
	border-bottom:1px solid #fff;
	background:url(../i/rsortbg_hover_no.jpg) repeat-x left top;
	background-color:#EBF9FE;
	
}
.sort_div ul li ul li a:hover{ color:#F93; background-color:#CCC}
.opediv{
min-height:500px; padding:10px; line-height:200%; font-family: 微软雅黑; font-size:14px;	
}