﻿/*通用类*/
*{
	margin:0;		
	padding:0;
}
html{
	overflow-x:hidden;		
}
body{		
	width:100%;	
	min-width:320px;
	margin:0 auto;	
	font-family:"Microsoft Yahei";	
	background:#fff;
	overflow-x:hidden;
	text-align:justify;	
	color:#202020;
}

/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){ 
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){ 
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){ 
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){ 
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){ 
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){ 
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){ 
  body{
  	font-size:50px;
  }
}
*/
.pinfo{
    margin: 20px auto 40px;
    padding: 0 15px;
}
.pinfo img{
    max-width: 100%;
    height: auto;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#202020;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:"Microsoft Yahei";	
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:"Microsoft Yahei";
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.cm_photo{
	display:block;
	position:relative;
	overflow:hidden;	
}
.cm_photo .thumb{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:10;	
}
.cm_photo .zw{
	display:block;
	height:auto;	
	width:100%;
}



/*公用 CSS*/

/*公用 CSS*/

.header{
	height:3.8rem;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	background:#F5F3EC;	
	border-bottom:1px solid #F5F3EC;
}
.head_menu{
	display:block;
	width:3.8rem;
	height:3.8rem;
	position:absolute;
	right:1%;
	top:0;
	background:url("../images/head_menu.png") no-repeat left top;
	background-size:100% 200%;
	background-color:#563418;
}
.head_menuclose{
	background-position:left bottom;	
}
.head_search{
	display:block;
	width:2.8rem;
	height:2.8rem;
	position:absolute;
	left:1%;
	top:0;
	background:url("../images/head_search.png") no-repeat center center;
	background-size:100% 100%;
	
}
.header .logo{
	display:block;
	width:60%;
	height:3.8rem;
	margin:0 auto;
	text-align:left;
	left:0%;
	position:absolute;
	line-height:2.8rem;
}
.header .logo img{
	display:block;
	height:3.6rem;
	margin:0 auto 0 10px;
	padding-top:2px;
}
.header_zw{
	height:2.6rem;	
	margin-bottom:1px;
}

.nav{
	width:50%;
	position:fixed;
	right:0;
	top:2.8rem;
	margin-top:1px;
	background:url("../images/nav_bg.png");	
	z-index:100;
	padding:0.6rem 0;
	display:none;
}
.nav_flog{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99;
	display:none;		
}
.nav a{
	display:block;
	height:2.2rem;
	line-height:2.2rem;
	font-size:0.8rem;
	color:#fff;
	text-align:center;
	border-bottom:#fff 1px solid;
	font-size:14px;
}
.search_bar{
	height:2.5rem;
	width:100%;
	background:#E52029;
	position:fixed;
	left:0;
	top:2.8rem;
	z-index:101;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;		
	display:none;
	color:#FFF
}
.search_bar .text{
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	width:100%;
	border:0;
	background:none;	
	font-size:0.9rem;
	padding:0.5rem 0;
	box-sizing:content-box;color:#FFF;
}
.search_bar .text:-webkit-input-placeholder{
	color:#fff !important;	
}


.search_bar a:hover,.search_bar a.hover{
	color:#fff;
	background:#FFAD64;font-size:14px;
}

.search_bar .text{
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	width:100%;
	border:0;
	background:none;	
	font-size:0.9rem;
	padding:0.5rem 0;
	box-sizing:content-box;
	color:#fff;
}
.search_bar .text:-webkit-input-placeholder{
	color:#fff !important;	
}

.footer{
	text-align:center;
	color:#666;
	font-size:0.8rem;
	line-height:1.6rem;
	padding-bottom:0.8rem;
	border-top:#CCC  1px solid;
	padding-top:10px;
}
.te{ font-size:12px; color:#999}
.te2{ font-size:12px; color:#999; line-height:18px; }
.hongju2{word-break:break-all;word-wrap: break-word; 
word-break: normal;
line-height:25px;
font-size:12px;
}
.hongju2 img{height:auto;}

.pagenext{
	height:24px;
	line-height:24px;
	text-align:center;
	margin:20px 0;	
}
.pagenext .back{ margin:0 70px;}
.page_in{
	display:inline-block;
	height:24px;
	text-align:center;	margin:0 auto;width:90%;
}
.pagenext a{
	float:left;
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0 15px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	font-size:14px;
}

.page_inn{
	display:inline-block;
	height:34px;
	text-align:center;
	width:90%;
	margin:0 auto;
	line-height:34px;
	font-size:14px;
}
.pagenext a{
	float:left;
	display:inline-block;
	height:25px;
	line-height:25px;
	padding:0 15px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	font-size:14px;
}
.hongjucon{ line-height:28px; font-size:14px; min-height:200px; padding:20px 0;}
.hongjucon table{width:100%; max-width:100%; }
.hongjucon img{ max-width:90%;height:auto;}
.hongjucon table tr td img{ max-width:90%; height:auto; }
.hongjuu{ font-size:12px; line-height:25px; font-weight:bold; border-bottom:#CCC 1px dashed; padding-top:15px;}
.hongjuugg{ font-size:16px; line-height:45px; font-weight:bold; border-bottom:#CCC 1px dashed;  background-color:#CCC; padding-left:20px;}
.soldend{ z-index:11; position:absolute;}

.photoo{
	display:block;
	width:100%;
	border-bottom:1px solid #dcdcdc;	
}
.photoo img{
	display:block;
	width:100%;
}

/*公用 CSS*/

/*hm 首页*/


.hm_bannerr{width:100%}
.hm_bannerr img{width:100%; height:auto;}

.hm_banner{
	width:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.hm_banner .slides li{
	width:100%;
	float:left;	text-align:center;
}
.hm_banner .slides a{
	display:block;
	width:100%;	text-align:center;
}
.hm_banner .slides img{
	width:100%;
	height:auto;	
	display:block;text-align:center;
}
.hm_banner .flex-direction-nav{
	display:none;	
}
.hm_banner .flex-control-nav{
	width:100%;
	height:0.6em;	
	margin:0;
	left:0;
	bottom:1em;	
}
.hm_banner .flex-control-paging li a{
	display:block;
	background:#a0a0a0;
	width:0.6em;
	height:0.6em;
	margin:0 0.2em;	
	border-radius:0.3em;
}
.hm_banner .flex-control-paging li a.flex-active{
	background:#fff;	
}

.hm_nav{
	text-align:center;	
}
.hm_nav a{
	display:block;
	width:33.33%;
	height:5rem;
	float:left;
	margin-top:2.7rem;	
}
.hm_nav img{
	display:block;
	height:2.2rem;
	margin:0 auto;	
}
.hm_nav span{
	display:block;
	height:2.8rem;
	line-height:2.8rem;
	font-size:0.86rem;	
}

.cla_content{ line-height:30px; font-size:14px; padding:30px; min-height:200px;}
.cla_content img{ width:100%; max-width:100%; height:auto;}

.cla_contentt{ font-size:12px; padding:20px; min-height:200px; line-height:20px;}
.cla_contentt img{width:100%; height:auto;}

.cla_contenttt{ font-size:12px; padding:10px; min-height:200px; line-height:20px;}
.cla_contenttt img{width:100%; height:auto;}
/*hm 首页*/

/*cla 分类*/

.cla_title{
	height:2.4rem;
	line-height:2.4rem;
	text-align:center;
	background:#563418;
	color:#ffffff;	
}
.cla_links a{
	display:block;
	width:33.33%;
	float:left;
	margin-top:0.9rem;	
}
.cla_links img{
	display:block;
	height:3rem;
	margin:0 auto;	
}
.cla_links span{
	display:block;
	height:2.5rem;
	line-height:2.5rem;
	font-size:0.83rem;
	text-align:center;	
}

/*cla 分类*/

/*brand 品牌*/

.nav_pos{
	height:2.4rem;
	line-height:2.4rem;
	background:#e5e5e5;	
	padding:0 3%;
	color:#666565;
}
.nav_pos a{
	color:#666565;	
}

.brand_inf{
	padding:0.8rem 3%;	
	color:#131313;
}
.brand_inf .tp{
	text-align:center;	
}
.brand_inf .tp img{
	display:block;
	height:2.2rem;
	margin:0 auto;	
}
.brand_inf .tp dd{
	height:2rem;
	line-height:2rem;
	font-size:0.83rem;
	color:#131313;	
}
.brand_inf p{
	font-size:0.83rem;
	line-height:1.4rem;
	text-indent:2em;	
}
.brand_inf .tit{
	color:#000;	
}
.brand_inf .more{
	float:right;
	margin-top:-1.4rem;
	line-height:1.4rem;	
	font-size:0.83rem;
}

.brand_handle{
	height:2.4rem;
	line-height:2.4rem;
	text-align:center;
	background:#e5e5e5 url("../images/brand_handle.png") no-repeat center center;
	background-size:auto 100%;	
}
.brand_handle a{
	display:inline-block;
	height:2.4rem;
	line-height:2.4rem;
	border-bottom:2px solid #e5e5e5;	
	width:30%;
	margin:0 5%;
	box-sizing:border-box;
	color:#666565;
}
.brand_handle .hover{
	color:#572d15;
	border-color:#572d15;	
}

.brand_con{
	display:none;	
}
.show{
	display:block;	
}
.brand_item{
	width:45.5%;
	float:left;
	margin:3% 0 0 3%;
	background:#ebebeb;	
	color:#5e5e5e;
}
.brand_item .inf{
	height:6rem;
	padding:0.7rem 4% 0 4%;	
	text-align:center;
	font-size:0.9rem;
	line-height:1.2rem;
	overflow:hidden;
}

/*brand 品牌*/
.viewports {
	PADDING-BOTTOM: 0.4em; PADDING-TOP: 0.4em; PADDING-LEFT: 0.4em; MARGIN: 0px auto; PADDING-RIGHT: 0.4em
}
.service_nav{
	height:30px;
	line-height:30px;
	text-align:center;
	background:#eee;	
	font-size:14px;
}
.service_nav .s_inner{
	display:inline-block;
	height:30px;	
}
.service_nav a{
	float:left;
	display:inline-block;
	padding:0 15px;
	height:30px;
	color:#333;
}
.service_nav a:hover,.service_nav a.hover{
	color:#333;
	background:#a0a0a0;
}

.context {
	BORDER-TOP: #dbdbdb 1px solid; BORDER-RIGHT: #dbdbdb 1px solid; BACKGROUND: #fff; BORDER-BOTTOM: #dbdbdb 1px solid; PADDING-BOTTOM: 1em; PADDING-TOP: 1em; PADDING-LEFT: 1em; BORDER-LEFT: #dbdbdb 1px solid; PADDING-RIGHT: 1em; box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.1); border-radius: 3px
}

.randbox .dd {
	BACKGROUND: #fff; PADDING-BOTTOM: 0.8em; PADDING-TOP: 0.8em; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
.randbox .dd .sub-hd {
	MARGIN-BOTTOM: 10px; BORDER-BOTTOM: #dbdbdb 1px dotted; PADDING-BOTTOM: 5px
}
.sub-hd-small {
	FONT-WEIGHT: bold; 
}
.article-dd {
	COLOR: #666
}
.article-dd IMG {
	WIDTH: 100%
}

.article-dd2 {
	COLOR: #666
}
.clearfix:after {
	HEIGHT: 0px; CONTENT: "."; CLEAR: both; DISPLAY: block; VISIBILITY: hidden
}
.clearfix {
	DISPLAY: inline-table
}
.cont {
	PADDING-TOP: 1em
}
.cont img{ width:100%}
.wrapin{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.ser_con{
	display:none;	
}
.ser_con img{max-width:100%; height:auto;}
.ser_con table {margin:0 2px; width:100%; max-width:100%;}

.ser_con table tr td{ font-size:0.2rem;}
.ser_con table tr td span{ font-size:0.2rem;}
.ser_con table tr td p{ font-size:0.2rem;}
.ser_con table tr td p b{ font-size:0.2rem;}

.ser_con table tr th{font-size:0.2rem;}
.ser_con table tr th span{font-size:0.2rem;}
.ser_con table tr th p{ font-size:0.2rem;}
.ser_con table tr th p b{ font-size:0.2rem;}


.show{
	display:block;	
}
.ser_contact{
	padding:0px 0;	
}
.texcontent{ line-height:30px; font-size:14px; padding-top:1px; min-height:400px; text-align:left}
.texcontent span {line-height:30px; font-size:14px; }
.ser_contact .c_left{
	float:left;
	width:320px;
	font-size:18px;
	font-weight:bold;
	color:#582e15;	
}
.ser_contact .c_left dl{
	padding-top:26px;
	line-height:30px;	
}
.ser_map{
	float:right;
	width:848px;
	height:398px;
	border:1px solid #666;	
}
.ser_map img{
	display:block;
	width:848px;
}
.pro_wrap{
	width:100%;
	position:relative;
	overflow:hidden;	
}
.pro_list{
	width:100%;	
}
.pro_item{
	width:44%;
	float:left;
	margin:0 8px 18px 8px;
	border:1px solid #dcdcdc;
	height:260px;
	font-size:12px;
	overflow:hidden;
}
.pro_item .photo{
	display:block;
	width:100%;
	border-bottom:1px solid #dcdcdc;	
}
.pro_item .photo img{
	display:block;
	width:100%;
}
.pro_item ul{
	padding:10px 0;
	text-align:center;
	line-height:22px;
	color:#666;	
}


a.new222:link {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
	line-height:15px;
}
a.new222:visited {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: bold;line-height:15px;
}

a.new222:active {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;line-height:15px;
}
a.new222:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;line-height:15px;
}


.pcontenttt{ width:96%; text-align:center;  margin:10px auto; border:#CCC 1px solid;}

.pcontenttt table tr td{ font-size:12px; padding:10px 0px;}
.leibie{ background-color:#EEEEED; border-bottom:#CCC 1px dashed;padding-top:5px;padding-bottom:5px;}

.pcontenttt2{ width:96%; text-align:center;  margin:10px auto; }
a.shanchu:link {
	font-size: 12px;
	color: #582E15;
	font-family: "Microsoft YaHei";
	font-weight:bold;
	text-decoration: none;
	padding:5px;
	border:#CCC 1px solid;
}
a.shanchu:visited {
	font-size: 12px;
	color: #582E15;
	font-family: "Microsoft YaHei";
	font-weight:bold;
	text-decoration: none;
	padding:5px;
	border:#CCC 1px solid;
}
a.shanchu:active {
	font-size: 12px;
	color: #582E15;
	font-family: "Microsoft YaHei";
	font-weight:bold;
	text-decoration: none;
	padding:5px;
	border:#CCC 1px solid;
}

a.shanchu:hover {
	font-size: 12px;
	color: #582E15;
	font-family: "Microsoft YaHei";
	font-weight:bold;
	text-decoration: none;
	padding:5px;
	border:#CCC 1px solid;
}


.deti_left{
	width:320px;
	height:60px;
}
.tags{
	margin-bottom:20px;
	width:320px;
	position:relative;height:60px;
 }
.tags .c_btn{
	width:22px;
	height:22px;
	position:absolute;
	top:25px;
	z-index:20;
	cursor:pointer;	
}
.tags .pre{
	left:0;
	background:url("../images/pro_pre.png") no-repeat;	
}
.tags .next{
	right:0;
	background:url("../images/pro_next.png") no-repeat;	
}
.tags .s_wrap{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.tags li{
	float:left;
	margin:0 5px;
	_display:inline;
	width:50px;
	margin-top:10px;height:60px;
}




.wapmassage{
	float:left;
	width:100%;	
	color:#333;
	font-family:"Microsoft Yahei";
}
.wapmassage .title{
	height:66px;
	line-height:66px;
	font-size:24px;	
}
.wapmassage .name{
	height:58px;
	line-height:58px;
	font-size:18px;
	color:#333;	
}
.wapmassage .name em{
	color:#6f0303;	
}
.wapmassage .text{
	height:46px;
	line-height:46px;
	border:1px solid #959595;	
	width:100%;
	padding-left:8px;
	background:none;
	font-size:14px;
}
.wapmassage textarea{
	height:178px;
	line-height:46px;
	border:1px solid #959595;	
	width:100%;
	padding-left:8px;
	background:none;	
	font-size:14px;
	resize:none;
	overflow:hidden;
}


.btn{
	width:128px;
	height:38px;
	display:block;
	border:0;
	background:#d2d2d2;	
	float:left;
	font-size:16px;
	color:#666;
}

 .res{
	display:inline-block;
	line-height:25px;
	text-align:center;	
	font-size:22px;
	color:#fff;
	background:#ccc;
	float:left;
	border:0;
	margin-left:20px;
	cursor:pointer;
}
.sub{
	color:#fff;
	background:#582e15;	
}


/**  搜索  -**/

.pro_cla{
	box-shadow:0 0 4px #b0afaf;	
	background:#fff url("../images/pro_cla.png") repeat-y left top;
	position:relative;
	overflow:hidden;
}


.cla_item{
	padding:7px 0 7px 18%;
	position:relative;	
	min-height:25px;
	line-height:25px;
	_height:25px;
	background:url("../images/cla_line.gif") repeat-x left top;
	margin-top:-1px;

}
.cla_item .more{
	position:absolute;
	right:10px;
	top:0;
	line-height:36px;
	font-size:12px;	
	width:15%;
	text-align:left
}
.cla_item .tit{
	display:inline-block;
	width:20%;
	padding-left:5px;
	position:absolute;
	left:0;
	top:7px;
	font-size:12px;
	text-align:left;
}
.cla_bf{
	width:100%;	
}
.cla_dx .cla_bf{
	display:none;	
}
.cla_bf .dx_btn{
	position:absolute;
	right:-10px;
	top:0;
	line-height:36px;
	font-size:12px;	
	width:15%;
	text-align:right
}
.cla_bf a{
	float:left;
	margin-right:10px;
	white-space:nowrap;	
}
.bf_fl{
	padding-left:28px;
	position:relative;
	min-height:25px;
	_height:25px;
	width:85%;
	font-size:12px;
	
}
.bf_fl .tit2{
	position:absolute;
	left:0;
	top:0;
	min-height:25px;
	_height:25px;
	font-size:12px;
	}
	
	
.cla_af{
	padding-bottom:100px; font-size:12px;
}
.cla_af span{
	float:left;
	line-height:25px;
	margin-right:18px;	
	white-space:nowrap; color:#666
}
.cla_af .chk{
	position:relative;
	top:2px;
	margin-right:3px;	
}
.cla_af .sub{
	display:inline-block;
	width:60px;
	height:25px;
	line-height:25px;
	text-align:center;	
	font-size:12px;
	font-family:"宋体";
	color:#fff;
	background:#d7000f;
	float:left;
}
.cla_af{
	display:none;	
}
.cla_dx .cla_af{
	display:block;	
}
.cla_af .res{
	display:inline-block;
	width:60px;
	height:25px;
	line-height:25px;
	text-align:center;	
	font-size:12px;
	font-family:"宋体";
	color:#fff;
	background:#ccc;
	float:left;
	border:0;
	margin-left:20px;
	cursor:pointer;
}



a.shubiao:link {
	font-size: 12px;
	color: #666565;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-left:1px;
	padding-right:1px;
	line-height:25px;
}
a.shubiao:visited {
	font-size: 12px;
	color: #666565;
	font-family: "Microsoft YaHei";
	font-weight: normal;
}
a.shubiao:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#582E15;
}

a.shubiao:hover {
	font-size: 12px;
	color: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#582E15;
}


.brand_wrap{
	float:left;
	height:25px;
	position:relative;
	overflow:hidden;
	width:80%;
	font-size:12px;color:#666
}
.brand_wrapshow{
	height:auto;	
} 
.brand_wrap ul{
	padding:1px 0 0 1px;	
}
.brand_wrap li{
	float:left;
	margin:-1px 0 0 -1px;
	position:relative;
	color:#666; padding-right:5px;padding-left:5px; list-style:none
}



.hm_head{	
	padding:1.2em 0 0.6em 0;
	text-align:center;	
	color:#666;
}
.hm_head dt{
	height:1.3em;
	line-height:1.3em;	
	font-size:14px;
	font-weight:bold;
	background:url("../images/hm_head.gif") no-repeat center center;
	background-size:100% auto;
}
.hm_head span{
	display:inline-block;
	padding:0 0.5em;
	background:#fff;	
}
.hm_head dd{
	font-size:0.5em;
	height:1.6em;
	line-height:1.6em;
	text-transform:uppercase;	
}
.hezuo{ width:98%; margin:0 auto;}
.hezuo ul li{ float:left; width:50%; text-align:center; font-size:0.8rem; margin-bottom:10px;}
.hezuo ul li img{ width:90%; border:#CCC 1px solid; height:150px;}

.hm_news li{
	height:2.25em;
	line-height:2.25em;
	border-bottom:1px dashed #d2d0ce;
	clear:both;
	padding:0 2%;
}
.hm_news li a{
	float:left;
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.hm_news li span{
	float:right;	
}



.mainmainnnconright{ width:100%; text-align:left;}
.maininfo{ line-height:35px; line-height:25px;}
.maindht{ line-height:35px; clear:both; min-height:40px;}
.maindhtti{ font-size:14px; width:75px; float:left;}

.maindhtcon{width:100%; text-align:left; float:left;}
.maindhtconhh{width:100%; text-align:left; float:left; border-bottom:#CCC 1px dashed;}
.maindhttilist{ font-size:14px; width:75px; float:left; height:100%;}
.maindhtconb{width:100%;}


.maindhtconb{
	display:inline-block;
	height:30px;	
}
.maindhtconb a{
	float:left;
	display:inline-block;
	padding:0 26px;
	height:30px;
	line-height:30px;
	color:#333;border:#CCC 1px solid;	margin-right:10px;
	margin-bottom:10px;border-radius:3px;
}
.maindhtconb a:hover,.maindhtconb a.hover{
	color:#fff;
	background:#FF7800;
}

.maindhtcon .textt{	font-size: 12px;
	color:#000000;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:10px;
	margin-bottom:10px;
	line-height:25px;
}

a.zhucetype:link {
	font-size: 12px;
	color:#000000;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype:visited {
	font-size: 12px;
	color:#000000;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#FF7800;margin-right:10px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype:hover {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
	float:left;
	border:1px #FF7800 solid;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;background-color:#FF7800;
}





a.zhucetype2:link {
	font-size: 12px;
	color:#fff;
	background-color:#FF7800;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:20px;
	line-height:25px;
}
a.zhucetype2:visited {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	background-color:#FF7800;
}
a.zhucetype2:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#FF7800;
}
a.zhucetype2:hover {
	font-size: 12px;
	color: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#FF7800;
}




a.zhucetype3:link {
	font-size: 16px;
	color:#fff;
	background-color:#FF7800;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:20px;
	line-height:25px;
}
a.zhucetype3:visited {
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	background-color:#FF7800;
}
a.zhucetype3:active {
	font-size: 16px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#DB6800;
}
a.zhucetype3:hover {
	font-size: 16px;
	color: #fff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#DB6800;
}

.jiage{ font-size:18px; color:#F00; font-weight:bold;}



.mainnhemingmid{line-height:30px; margin:0 auto; font-size:14px; padding:10px 0px; width:600px;}

.mainnhemingmid .tii{ width:100px; text-align:left; height:55px;margin:0 auto; font-size:14px; float:left}
.mainnhemingmid .coo{ width:500px; margin:0 auto;line-height:55px; height:55px;}
.mainnhemingmid .coo2{ width:530px; margin:0 auto;line-height:55px;height:55px;}

.putt11{ height:35px; line-height:35px; color:#ccc; width:340px;padding-left:10px;}
.putt22{ height:35px; line-height:35px; color:#ccc; width:340px;padding-left:10px;}
.putt33{ height:35px; line-height:35px; color:#ccc; width:350px;padding-left:10px;}
.putt44{width:352px; color:#FFF; text-align:center; background-color:#900; line-height:35px; border:0px; margin:10px auto;}

.putt333{ height:30px; line-height:30px; color:#666; width:150px;padding-left:10px;}






a.zhucetype001:link {
	font-size: 12px;
	color:#000000;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype001:visited {
	font-size: 12px;
	color:#000000;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	border-radius:3px;
	border:#CCC 1px solid;float:left;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype001:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#563418;margin-right:8px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype001:hover {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	border-radius:3px;
	float:left;
	border:1px #563418 solid;
	margin-right:8px;margin-bottom:10px;
	line-height:25px;background-color:#563418;
}








a.zhucetype002:link {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	border:#563418 1px solid;float:left;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;background-color:#563418;
}
a.zhucetype002:visited {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	border:#563418 1px solid;float:left;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;background-color:#563418;
}
a.zhucetype002:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#E50011;margin-right:10px;margin-bottom:10px;
	line-height:25px;
}
a.zhucetype002:hover {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	border-radius:3px;
	float:left;
	border:1px #563418 solid;
	margin-right:10px;margin-bottom:10px;
	line-height:25px;background-color:#563418;
}


.ztypelist{width:100%; margin:0 auto;background-color:#F2F2F2; }
.ztypelist ul li{float:left; background-color:#F2F2F2; line-height:25px;}
.ztypelist ul li a{float:left; padding:0 5px;background-color:#F2F2F2; line-height:25px; }


a.zhucetype003:link {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	background-color:#1B65A8;
	line-height:25px;background-color:#F2F2F2;
}
a.zhucetype003:visited {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	background-color:#1B65A8;
	line-height:25px;
}
a.zhucetype003:active {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	background-color:#1B65A8;
	line-height:25px;
}
a.zhucetype003:hover {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	background-color:#1B65A8;
	line-height:25px;
}




.formnn {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	height: 20px;
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
}


.formnny {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	height: 200px;
	width:290px;
	font-family: "Microsoft Yahei";
	padding:15px;
	font-size:14px;
	color:#595757;
}


.formnnyy{
	border: 0;
	background-color: #ccc;
	height: 35px;
	width:90px;
	font-family: "Microsoft Yahei";font-size:14px;
}

.formnnyys{
	border: 0;
	background-color: #540000;
	height:35px;
	width:90px;
	font-family: "Microsoft Yahei";
	color:#FFFFFF;
	font-size:14px;
}


.teamlist{ width:100%;}
.teamlist ul li{ float:left; width:46%; text-align:center; padding:2px 0 10px 0; border:#E3E3E3 1px solid; margin:4px; overflow:hidden;}
.teamlist ul li img{ width:94%; height:auto; height:120px;}
.teamlist .texttext{ text-align:center; font-weight:normal; width:92%; margin:0 auto; height:30px;}
.teamlist .texttext a{color:#999}
.teamlist .texttext a:hover{ color:#F00;}
.pages{ width:90%; margin:0 auto; text-align:center;}
.pagepgae{text-align:center; width:100%; margin:0 auto;}

.pagepage a{
	display:inline-block;
	height:25px;
	line-height:25px;
	width:25px;
	border:1px solid #dcdcdc;
	margin:0 3px;
	text-decoration:none;
	color:#333
}

 
.pagepage a:hover,.pagepage a.hover{
	color:#fff;
	background:#563418;
	border:#563418 1px solid;
}


.homecon{ line-height:23px; width:90%; margin:0 auto; font-size:14px; min-height:150px; overflow:hidden;}
.homecon img{ width:100%;}
.homecon2{ line-height:30px; width:100%; margin:0 auto; font-size:14px;background-image:url(../images/hmper_left.jpg); background-position:top center; height:220px; padding-top:30px;}

.hmper_right{ background-color:#E52029; width:80%; margin:0 auto; padding:20px 0; border-radius:10px;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;}
.hmper_right .in{
	width:253px;
	height:31px;
	margin:0 auto 11px auto;
	border:1px solid #e7e7e7;	
	border-radius:16px;
	position:relative;
	overflow:hidden;
}
.hmper_right .tit{
	float:left;
	display:inline-block;
	padding-left:10px;
	font-size:13px;
	color:#fff;
	line-height:31px;	
}
.hmper_right .text{
	width:150px;	
	height:31px;
	line-height:31px;
	border:0;
	background:none;color:#fff;
}
.hmper_right .sub{
	width:255px;
	height:32px;
	background:#222;	
	display:block;
	margin:0 auto;
	border-radius:16px;
	color:#fff;
}


.mo{ width:100%; text-align:center; margin:0 auto; padding:20px 0px;}

a.moree:link {
	font-size: 12px;
	color:#999;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:3px;
	border:#666 1px solid;
	margin-right:10px;margin-bottom:10px;
	line-height:35px;
	margin:0 auto;
}
a.moree:visited {
	font-size: 12px;
	color:#999;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:3px;
	border:#666 1px solid;
	margin-right:10px;margin-bottom:10px;
	line-height:35px;margin:0 auto;
}
a.moree:active {
	font-size: 12px;
	color: #fff;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	text-decoration: none;
	background-color:#563418;margin-right:10px;margin-bottom:10px;border-radius:3px;
	line-height:35px;border:1px #563418 solid;
}
a.moree:hover {
	font-size: 12px;
	color:#fff;
	font-family: "Microsoft YaHei";
	font-weight:normal;
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	border-radius:3px;
	border:1px #563418 solid;
	margin-right:10px;margin-bottom:10px;
	line-height:35px;background-color:#563418;
}






.mo3{ width:90%; text-align:center; margin:0 auto; padding:20px 0px;border:#CCC 1px solid; height:134px; line-height:134px;}

a.moree3:link {
	width:90%;
	
}
a.moree3:visited {
	width:90%;
	
}
a.moree3:active {
	width:90%;
	
}
a.moree3:hover {
	width:90%;
	
}




.mainserver{width:100%; margin:0 auto;  padding:10px 0px;clear:both;}
.mainserver h2{ padding-bottom:10px;}
.mainserver .mainserverleft{ width:100%;margin-right:20px;float:left; min-height:300px;}
.mainserver .mainserverleft .mainnrighttop{ border-bottom:#CCC 1px solid; line-height:35px; margin:0 20px; font-size:16px; padding-top:10px;}
.mainserver .mainserverleft .mainnrightmid{line-height:30px; margin:0 0px; font-size:14px; padding:10px 0px;}

.wrapinn{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.service_nav{
	height:40px;
	line-height:40px;
	text-align:left;
	background:#eee;	
	font-size:14px;
	float:left;
	width:100%;
	clear:both;
}
.service_nav .s_inner{
	display:inline-block;
	height:30px;	
}
.service_nav a{
	float:left;
	display:inline-block;
	padding:0 36px;
	height:40px;
	color:#333;
}
.service_nav a:hover,.service_nav a.hover{
	color:#fff;
	background:#a0a0a0;
}

.ser_con{
	display:none; padding:15px 0; line-height:24px; font-size:12px;
}
.ser_con  li{}
.ser_con table{ max-width:100%; width:100%;}
.ser_con table tr td{ font-size:12px;}
.show{
	display:block;	
}
.ser_con table{ width:97%;}
.ser_con table tr td{ font-size:14px;}

.hm_zb{ width:100%; margin:0 auto;}
.hm_zb ul li{ width:50%; float:left; text-align:center; padding:20px 0;}
.hm_zb ul li img{ width:80%; height:auto;}



.hm_flow{
	width: 100%;
	margin:0 auto;
	height: 460px;
	position: relative;
	overflow: hidden;
	background-color:#F8F8F8;
}
.hm_flow .item{
	width: 24%;
	height: 190px;
	padding-top:15px;
	float: left;
	border-left:1px dashed #ddd;
	margin-left:-1px;
	margin:10px auto;
}
.hm_flow .ico{
	display: block;
	width: 70px;
	height: 70px;
	border:1px solid #d7d7d7;
	border-radius:100%;
	position: relative;
	overflow: hidden;
	margin:0 auto;
}
.hm_flow .ico img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hm_flow dt{
	height: 54px;
	padding-top:22px;
	line-height: 22px;
	text-align: center;
	font-size:14px;
}
.hm_flow dd{
	text-align: center;
	color:#999;
	line-height: 12px;
	font-size:13px;
}


.teltel{ width:100%; background-color:#563418; position:fixed; bottom:0px; height:40px; text-align:center; line-height:40px; margin:0 auto;}
.teltel a{ color:#FFF; font-size:16px;}
.teltel img{ vertical-align:middle; width:25px; height:auto;}
.zhenti{width:100%; margin:0 auto;  height:55px; background-color:#F6F6F6;}
.zhenti .imgs{ float:left; width:20%;}
.zhenti img{ vertical-align:middle; height:55px; width:auto;}
.zhenti .texts{ float:left; width:80%; line-height:50px;}
.