﻿@charset "utf-8";
/*重置标签元素*/
html,body,div,p,span,ul,li,h1,a,p,em,img{
	margin:0; 
	padding:0;
	word-break: break-all;
    word-wrap: break-word;
	box-sizing: border-box;	/*height= +边框*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,th,td,p,input,dl,dt,dd,ul,ol,li,input,textarea { font-family:"微软雅黑"!important;}
.no-wrap{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
img{border: none;}
ul,ol,li{list-style:none;}
a,a:active,a:link,a:hover,a:visited{text-decoration:none; border:0 none; outline:0;color:#444;}
em {font-style: normal;}
h1{font-size:100%; font-weight:normal;}
/*----------------------------------------------------*/
.wrap{
	width: 100%;
	font-family: "微软雅黑";
	background: #fff;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.mt5{
    margin-top: 5px;
}
.mt9{
    margin-top: 9px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mb30{
	margin-bottom: 30px;
}
.mr15{
   margin-right: 15px;
}
.pb15{
   padding-bottom: 15px;
}
.pb30{
   padding-bottom: 30px;
}
.pb45{
   padding-bottom: 45px;
}
.pt25{
   padding-top: 25px;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.color_r{
	color: #ff0000;
}
.main_bg{
	background: #328642;
}
.color_bg_f{
	background: #fff;
}
.color_bg_f5{
	background: #f5f5f5;
}
.color-bg-gray{
	background: #ececeb;
}
.f12{
	font-size: 12px;
}
.clearfix{
	clear: both;
}
.l{
	float: left;
}
.r{
	float: right;
}
.tc{
	text-align: center;
}
.b{
	font-weight: bold;
}
.borderLine{
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #e1e1e1;
}
/*TOP*/
.con_topBlock{
	height: 38px;
	line-height: 38px;
	font-family: "宋体";
	color: #444;
}
.con_top a:hover{
   text-decoration: underline;
}
/*middle*/
.mid_L .log_h1{
    overflow: hidden;
    text-indent: -9999px;
}
.mid_L .title{
	font-size: 28px;
	color: #000;
	margin-left: 35px;
	margin-top: 5px;
}
.mid_L .logo a{
	width: 100px;
	height: 79px;
	overflow: hidden;
	display: inline-block;
}
.mid_L .logo a img{
	width: 100%;
	height:auto;
}
.mid_R{
	width: 420px;
}
.mid_R .member{
	background: url(../img/huiy_bg.png) no-repeat center center;
	width: 161px;
	height: 136px;
	overflow: hidden;
}
.mid_R .member>img{
	margin-left: 42px;
	margin-top: 10px;
	display: block;
}
.mid_R .member>p{
	font-size: 12px;
	text-align: center;
}
.mid_R .phone{
	margin-top: 84px;
	margin-right: 20px
}
.mid_R .tel{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 28px;
	color: #e04440;
}
/*nav*/
.navUl{
	margin-left: 76px;
}
.navUl>li{
	float: left;
	width: 130px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
}
.navUl>li:hover{
	background: #085613;
}
.navUl>li>a{
    color: #fff;
}
/*top banner*/
.banner-top{
	text-align: center;
	height: 394px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.banner-top .banner-list{
	height: 100%;
	float: left;
/*	display: inline-block;*/
	overflow: hidden;
	width: 100%;
}
.banner-top .banner-list a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.banner-top .banner-list img{
	width: 100%;
	height: 100%;
}
.banner-mid-ul{
	width: 265px;
	height: 174px;
	overflow: hidden;
	float: left;
}
.banner-mid-ul ul li{
	float: left;
	width: 265px;
	height: 174px;
	overflow: hidden;
}
.title{
   font-size: 28px;
   text-align: center;
   font-weight: normal;
}
.title >span{
   border-bottom: 2px solid #328642;
}
.banner-mid-rig{
	float: left;
	width: 96%;
	margin-left: 20px;
	color: #666;
	font-size: 14px;
    line-height:26px;
}
.recomand {
	margin-top: 55px;
	width: 100%;
	padding: 0;
}
.recomand .item_list li{
	overflow: hidden;
	margin-right:22px;
	border: 1px solid #dedede;
	width: 386px;
	height: 280px;
	text-align: center;
	background: #fff;
}
.recomand .item_list li:hover{
	border: 2px solid #FF7300;
}
.recomand .item_list li a{
	display: inline-block;
    height: 100%;
    width: 100%;
    position: relative;
}
.recomand .item_list li a img{
	transform:scale(1);
	-moz-transform:scale(1);
	-webkit-transform:scale(1);
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	height: 100%;
	width: 100%;
}
.recomand .item_list li a img:hover{
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	transform:scale(1.05);
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
.recomand .item_list li a .text-p{
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px;
	color: #fff;
	background: #000;
	filter:alpha(opacity=40);
	background: linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.65));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.65));
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.65));
}
.btn-more{
	width: 150px;
	text-align: center;
	display: block;
	margin: 0 auto;
    padding: 5px 0;
    border: 1px solid #dedede ! important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
}
.btn-more:hover{
    background:#f1f1f1;
    color: #333;
}
.slide_btnL {
    left: 2%;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 10;
}
.slide_btnR {
    right: 2%;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    z-index: 10;
}
.address-ul{
	margin-bottom: 42px;
}
.address-ul li{
	float: left;
}
.address-ul .list-1{
  width: 440px;
  padding-left: 84px;
}
.address-ul .list-1 h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 33px;
	margin-top: 0;
}
.address-ul .list-1 p{
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}
.address-ul .list-2{
  width: 747px;
  height: 313px;
  overflow: hidden;
}
.address-ul .list-2 img{
  width: 747px;
}
.address-ul .list-1 .look-2{
	padding-left: 54px;
}
.address-ul .list-1 .look-2 a:hover{
	text-decoration: underline;
}
.footer{
	background: url(../img/fbg.jpg) no-repeat center center;
	width: 100%;
	height: 178px;
	display: inline-block;
	color: #fff;
	overflow: hidden;
}
.footer .footer-p a{
	width: 120px;
	overflow: hidden;
	height:35px;
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}
.footer .footer-p a img{
	width: 100%;
	height: 100%;
}