*{
	padding:0;
	margin: 0;
}
body{
	font-size:14px;
  	color:#333;
  	margin:0 auto;
  	width:100%;
  	padding:0;
  	font-family: "Microsoft YaHei","\5fae\8f6f\96c5\9ed1","\5b8b\4f53",sans-serif;
}
dl,dt,dd,p,ul,li{
	margin:0;
	border:0;
	list-style-type:none;
	padding:0;
}
input,textarea{outline-style:none;border: none;font-family: "Microsoft YaHei";}
em, i, b {
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
img{
	border:0;
	/*display:block;*/
}
a,a:visited,a:link {
	text-decoration:none;
}
a:hover{
	color: #FF0000 !important;
	text-decoration: underline;
}
a.btn:hover{
	color: #fff !important;
	text-decoration: none;
}
.clear{
	clear:both;
}
.left,.fl{
	float:left;
}
.right,.fr{
	float:right;
}
.font333-blod{
	color:#333;
	font-weight:bold;
}
.font666{
	color:#666;
}
.font999{
	color:#999;
}
.bgred{
	background-color:#6c2c15;
}
.red{
	color:#6c2c15;
}

.font16{
	font-size:16px;
}
.mr0{
	margin-right:0;
}
.mr30{
	margin-right:30px;
}
.mb30{
	margin-bottom:30px;
}
.mb10{
	margin-bottom:10px;
}
.mr20{
	margin-right:20px;	
}
.big-aa{
	padding:10px 0!important;
}
.top-box{
	width:100%;
	height:122px;
	margin:0 auto;
	/* background:url(../img/top-bg.png) no-repeat center; */
	background:url(../img/top-bg.png) no-repeat center;
}
.top{
	width:1200px;
	height:122px;
	margin:0 auto;
	overflow:hidden;
}
.top-logo{
	width:294px;
	/* margin-top: 20px; */
	margin-right:150px;
}
.top-text{
	width:342px;
	margin-left:35px;
	margin-top:-8px;
}
.top-phone{
	width:242px;
	/* margin-top: 34px; */
	margin-right:43px;
}
.menu-box{
	width:100%;
	margin:0 auto;
	height:44px;
	background:url(../images/menu-bg.jpg) repeat;
}
.menu{
	width: 1200px;
	margin: 0 auto;
}
.menu ul{
	width:1200px;
	height:42px;
	padding-top: 2px;
	margin:0 auto;
	overflow:hidden;
}
.menu ul li{
	float:left;
}
.menu ul li a{
	width:150px;
	height:42px;
	font-size:16px;
	text-align:center;
	line-height:40px;
	color:#fff;
	display: block;
}
.menu-home{
    width:124px!important;	
}
.nav-inside li{
	margin: 0 10px;
}
.menu ul li a:hover,.menu-active{
	/* background-color:#ece4e4; */
	/* color:#ff0000 !important; */
	/* font-weight:bold; */
	/* border-radius: 5px 5px 0 0; */
	/* text-decoration: none !important; */
}
.bottom{
	width:1200px;
	margin:60px auto 70px auto;
	overflow:hidden;
}
.bottom-info{
	line-height:30px;
	color:#666;
	font-family:CG;
	text-indent:0;
}
.bottom-img-list{
	margin-right:15px;
	float:left;
	position:relative;
}
.bottom-img-front{
	width:55px;
	height:55px;
	overflow:hidden;
}
.bottom-img-back{
	 position:absolute;
	 width:55px;
	 height:55px;
	 top:0;
	 left:0;
	 filter:alpha(opacity=0);      
     -moz-opacity:0;              
	 -khtml-opacity:0;              
	 opacity: 0; 
	 -webkit-transition:all 0.4s ease-in-out;  
	 -moz-transition:all 0.4s ease-in-out;  
	 transition:all 0.4s ease-in-out;
}
.bottom-img-list:hover .bottom-img-back{
	 filter:alpha(opacity=100);      
     -moz-opacity:1;              
	 -khtml-opacity:1;              
	 opacity: 1;
}
.bottom a{
	display:block;
}
.index-register{
	width:100%;
	background: #fff;
	overflow: hidden;
	z-index: 2;
}
.index-rg-form{
	width:100%;
	margin-top:20px;
}
.index-rg-form-title{
	color:#72341b;
	font-size:18px;
	padding-left:26px;
	font-weight:bold;
	background:url(../images/index-register.png) left center no-repeat;
	margin-bottom:20px;
}
.index-rg-form-content{
	margin:0 auto;
	border:1px solid #d0beb5;
	padding:25px 0;
	
}
.index-rg-form-text input{
	width:242px;
	height:30px;
	margin:0 20px 25px 20px;
	border:1px solid #d9d9d9;
	background-color:#e8e7e5;
	color:#999;
	font-size:12px;
	padding-left:14px;
	line-height:30px;
	border-radius:3px;
}
.index-rg-form-button{
	width:120px;
	height:34px;
	margin:0 auto;
	border-radius:5px;
	color:white;
	text-align:center;
	line-height:34px;
	cursor:pointer;
	font-size: 16px;
	
}
.index-rg-consult{
	margin:16px 10px 0 10px;
	overflow:hidden;
}
.index-rg-consult-button{
	width:67px;
	height:60px;
	padding-left:58px;
	background-color:#8e7d6b!important;
	color:white;
	line-height:60px;	
	cursor:pointer;
}
.consult-button1{
	background:url(../images/index-consult.png) 10px center no-repeat;
}
.consult-button2{
	background:url(../images/index-phone.png) 10px center no-repeat;
}
.index-rg-consult-button:hover{
	background-color:#6d4b2a!important;
	color:#f55c00;
}
.spzf-box{
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.spzf-text{
	margin-top: 10px;
	overflow: hidden;
}
.spzf-text li{
	padding: 4px 0;
	line-height: 32px;
	border-bottom: dashed 1px #ccc;
}
.spzf-text li a{
	display: block;
	color: #6b5244;
	font-size: 16px;
}
.zjtd-box,.zjtd-box dl{
	width: 100%;
	overflow: hidden;
}
.zjtd-box dl{
	position: relative;
	padding: 20px 0;
	border-bottom: dashed 1px #ccc; 
}
.zjtd-box dl dt{
	float: left;
	width: 110px;
	margin-right: 20px;
}
.zjtd-box dl dt img{
	width: 100%;
}
.zjtd-box dl dd{
	float: right;
	width: 170px;
}
.zjtd-box dl dd h2{
	margin-bottom: 4px;
	font-size: 16px;
	color: #6c2c15;
}
.zjtd-box dl dd p a{
	color: #6c2c15;
}
.zjtd-box dl dd h2 span{
	padding-left: 10px;
	font-size: 14px;
	font-weight: 500;
}
.zjtd-box dl dd .btn-box{
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 190px;
	height: 30px;
}
.zjtd-box dl dd .btn-box a{
	float: left;
	margin-left: 20px;
	width: 75px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
}
.zjtd-box dl dd .btn-box a.btn-zx{
	background: #6c2c15;
}
.zjtd-box dl dd .btn-box a.btn-yy{
	background: #ca6401;
}
.zjtd-box dl dd .btn-box a:hover{
	color: #fff !important;
	text-decoration: none !important;
}
.index-case-title-box{
	width:100%;
	overflow:hidden;
}
.index-case-title{
	font-size:18px;
	line-height:20px;
	font-weight:bold;
}
.index-case-rectangle{
	width:5px;
	height:18px;
	margin-right:11px;
}
.index-case-more{
	padding-right:14px;
	line-height:18px;
	font-size:14px;
	color:#666;
	background:url(../images/index-more.png) right center no-repeat;
	cursor:pointer;
}
.index-case-more:hover{
	color:#f55c00;
}
.index-case-text{
	margin:16px 0 30px 0;
}

.index-news-list{
	color:#6b5244;
	font-size:16px;
	padding-left:14px;
	line-height:24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background:url(../images/index-dot.png) left center no-repeat;
	margin-bottom:15px;	
	width:286px;
	display: block;
}
.index-news-list:hover{
	color:#f55c00;
}

.character-box{
	width:1200px;
	height:100px;
	margin:0 auto;
	padding:50px 0;
}
.character-box ul{
	width:1198px;
	height:98px;
	border:1px solid #c5c3bc;
	overflow:hidden;	
}
.character{
	width:170px;
	height:100px;
	padding-left:70px;
	margin-left:124px;
	line-height:100px;
	font-size:18px;
	color:#666;
	font-weight:bold;
}
.character-1st{
	background:url(../images/index-icon1.png) left center no-repeat;
}
.character-2nd{
	background:url(../images/index-icon2.png) left center no-repeat;
}
.character-3rd{
	background:url(../images/index-icon3.png) left center no-repeat;
	margin-right:82px;
}
.index-ad{
	display: block;
	width: 1200px;
	margin: 0 auto 50px auto;
}
.index-icon {
  width: 1178px;
  margin: 0 auto 50px auto;
  padding: 15px 10px 15px 12px;
  background: #f5eed9;
  overflow: hidden;
}
.index-icon li {
  float: left;
  margin: 0 21px;
  text-align: center;
}
.index-icon li i {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background: url(../img/index-ico.png) no-repeat center;
}
.index-icon li i.icon-1 {
  background-position: 0 0;
}
.index-icon li i.icon-2 {
  background-position: 0 -60px;
}
.index-icon li i.icon-3 {
  background-position: 0 -120px;
}
.index-icon li i.icon-4 {
  background-position: 0 -180px;
}
.index-icon li i.icon-5 {
  background-position: 0 -240px;
}
.index-icon li i.icon-6 {
  background-position: 0 -300px;
}
.index-icon li i.icon-7 {
  background-position: 0 -360px;
}
.index-icon li i.icon-8 {
  background-position: 0 -420px;
}
.index-icon li i.icon-9 {
  background-position: 0 -480px;
}
.index-icon li span {
  line-height: 1.8;
}
/*底部样式*/
.footer-box{
	width:100%;
	background:url(../../../pic/zy/images/footer-bg.jpg) repeat-x ;
	background-color:#d4c199;
}
.footer-1{
	width:1020px;
	padding:70px 0 40px 0;
	margin:0 auto; 
	overflow:hidden;
	border-bottom:1px #aa9a73 solid;
}
.footer-phone{
	width:340px;
	text-align:center;
	color:#401c06;
}
.footer-phone-title{
	font-size:20px;
	margin-bottom:20px;
	font-weight: 700;
}
.footer-phone-num{
	font-size:30px;
	margin-bottom:10px;
}
.footer-phone-time{
	margin-bottom:20px;
}
.footer-phone-button{
	width:216px;
	overflow:hidden;
	margin:0 auto;
}
.footer-phone-button a{
	width:98px;
	height:32px;
	border:1px solid #643e27;
	color:#401c06;
	border-radius:3px;
	line-height:32px;
	
}
.footer-phone-button a:hover{
	background-color:#643e27;
	color:#fff !important;
	text-decoration: none;
}
.footer-text{
	width:340px;
}
.footer-text img{
	margin-bottom:10px;
	margin-left:60px;
}
.footer-text p{
	color:#401c06;
	line-height:36px;
	margin-left:60px;
}
.footer-form{
	width: 220px;
}
.footer-form-content h2{
	margin-bottom: 10px;
	font-size: 20px;
	color: #401c06;
}
.footer-form-text input{
	padding: 0 10px;
	margin-bottom: 15px;
	width: 200px;
	height: 36px;
	line-height: 36px;
	background: #fff;
	border-radius: 5px;
}
.footer-2{
	width:1020px;
	padding:40px 0 50px 0;
	margin:0 auto; 
}
.footer-2 p{
	text-align:center;
    color:#401c06;
	line-height:28px;
}
.footer-2 span{
	font-weight:bold;
}
.left-fixed{
	position: relative;
	float: left;
	padding-right: 60px;
	width: 120px;
}
#left-fixed{
	z-index: 100 !important;
}
.left-fixed li{
	width: 100%;
	padding: 12px 0;
	border-bottom: solid 1px #e5e5e5;
	overflow: hidden;
}
.left-fixed li.last{
	border: none;
	padding: 12px 0 0 0;
}
.left-fixed li a{
	display: block;
	height: 28px;
	line-height: 28px;
	color: #888;
}
.left-fixed li a .icon{
	float: left;
	margin-right: 12px;
	width: 40px;
	height: 28px;
}
.left-fixed li a .icon-zxzj{
	background:url(../images/icon-zxzj.png) no-repeat;
}
.left-fixed li a .icon-yygh{
	background:url(../images/icon-yygh.png) no-repeat;
}
.left-fixed li a .icon-fywt{
	background:url(../images/icon-fywt.png) no-repeat;
}
.left-fixed li a .icon-ybwt{
	background:url(../images/icon-ybwt.png) no-repeat;
}
.left-fixed li a .icon-jcwt{
	background:url(../images/icon-jcwt.png) no-repeat;
}
.left-fixed li img{
	margin: 0 auto;
}
.inside-text .left-fixed li p,.left-fixed li p{
	padding-top: 8px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	text-indent: 0;
}
/*右下角回到顶部*/
#gotop{
	position: fixed;
	right: 0;
	bottom: 50px;
	z-index: 99;
}
#gotop .btn-box{
	display: block;
	width: 72px;
	height: 78px;
	background-color: #fff;
	color: #666;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	padding-top: 12px;
	position: relative;
}
#gotop .icon-nub{
	position: absolute;
	top: 0;
	right: 15px;
	width: 15px;
	height: 15px;
	background: url(../images/gotop-nub.gif) no-repeat center;
}
#gotop .icon{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/icons-gotop.png) no-repeat center;
}
#gotop .btn-box i.icon-zxzx{
	background-position: 0 -66px;
}
#gotop .btn-box:hover i.icon-zxzx{
	background-position: 0 -25px;
}
#gotop .btn-box i.icon-ychz{
	background-position: 0 -147px;
}
#gotop .btn-box:hover i.icon-ychz{
	background-position: 0 -107px;
}
#gotop .btn-box i.icon-gotop{
	height: 15px;
	background-position: 0 -212px;
}
#gotop .btn-box:hover i.icon-gotop{
	background-position: 0 -187px;
}
#gotop .btn-box span{
	position: relative;
	display: block;
	margin-top: 10px;
}
#gotop .btn-box span:after{
	content: '';
	position: absolute;
	display: block;
	left: 6px;
	bottom: -12px;
	width: 60px;
	border-bottom: 1px solid #eaeaea;
}
#gotop .btn-box p:before{
	content: '';
	position: absolute;
	display: block;
	left: 6px;
	top: 0;
	width: 60px;
	border-bottom: 1px solid #eaeaea;
}
#gotop .ychz{
	padding-top: 0;
	height: 68px;
}
#gotop .ychz span:after{
	border: none;
}
#gotop .gotop{
	display: none;
	height: 54px;
}
#gotop .gotop p{
	margin-top: 10px;
}
#gotop a:hover{
	color: #b4a078 !important;
	text-decoration: none !important;
}
.ychz-box{
	width: 400px;
	height: 200px;
	position: absolute;
	cursor: default;
	line-height: 20px;
	display: none;
}
.ychz-box-con{
	width: 368px;
	height: 198px;
	background: #FFF;
	border: 1px solid #EAEAEA;
	box-shadow: 0 2px 4px 0 #7f7f7f;
	position: relative;
}
.ychz-con-hd{
	width: 370px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 26px;
	color: #FFF;
	margin-top: -1px;
	margin-left: -1px;
	background: url(../images/ychz-pic.jpg) no-repeat center;
}
.icon-close{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.ychz-con-bd{
	padding-top: 20px;
	overflow: hidden;
}
.ychz-con-bd h3{
	color: #999;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}
.ychz-con-bd .tell-box{
	width: 286px;
	height: 34px;
	margin: 10px auto 0;
	position: relative;
}
.ychz-con-bd .telbox{
	width: 184px;
	height: 24px;
	padding: 4px 10px;
	font-size: 14px;
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-right: none;
	float: left;
	outline: 0;
}
.ychz-con-bd .tjao{
	width: 80px;
	height: 34px;
	background-color: #B4A078;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	cursor: pointer;
}
.ychz-box-con ul{
	padding: 0 20px;
	margin-top: 18px;
	overflow: hidden;
}
.ychz-box-con ul li{
	float: left;
	width: 33.3%;
	color: #b4a078;
}
.ychz-box-con ul li strong{
	padding: 0 8px;
	font-size: 16px;
}
.ychz-box-con .icon-jt{
	position: absolute;
}
#gotop .icon-close,#btn-ychz .icon-close{
	background: url(../images/icons-gotop.png) no-repeat center;
	background-position: 0 0;
	height: 14px;
	width: 14px;
}
#gotop .ychz-box{
	right: 62px;
	top: -84px;
}
#gotop .ychz-box-con .icon-jt{
	right: -14px;
	top: 96px;
	height: 19px;
	width: 14px;
	background-position: 0 -237px;
}
#btn-ychz .ychz-box{
	left: 110px;
	top: 0;
	z-index: 100;
}
#btn-ychz .ychz-box-con{
	float: right;
}
#btn-ychz .ychz-box-con ul li{
	padding: 0;
	border: none;
	float: right;
}
#btn-ychz .ychz-box-con .icon-jt{
	left: -14px;
	top: 72px;
	height: 19px;
	width: 14px;
	background: url(../images/icons-gotop.png) no-repeat center;
	background-position: -18px -237px;
}
#btn-ychz a{
	position: relative;
}
#btn-ychz .icon-nub{
	position: absolute;
	top: -4px;
	right: 0;
	width: 15px;
	height: 15px;
	background: url(../images/gotop-nub.gif) no-repeat center;
}