/**************************************/
/*************[公用start]**************/
/**************************************/

body,div,p,span,ul,li,h1,h2,h3,h4,h5,h6,a,input,textarea,select,dl,dd{
	margin:0;
	padding: 0;
}

body{
	font-family:"Arial","Microsoft Yahei";
	font-size: 14px;  /*主要内容区字号大小，每次制作前更新！！！ */
	color:#707070;
	background-color: #f5f5f5;
	min-width: 1170px; /*主要内容区最小尺寸大小，每次制作前更新！！！ */
	overflow-y:scroll; /*防止页面高度过低，滚动条加载时突显引起的页面调动。！！！ */


}

input,textarea,select{
	outline: none;
	font-family:"Arial","Microsoft Yahei";
	color:#707070;
	font-size: 14px;
}





textarea{
	resize: none;
}


ul li{
	list-style-type: none;
}
	
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

i{
	font-style: normal;
}


div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	color:#707070;
	cursor: pointer;
}

img{
	border:0;
/*	width: 100%;*/
	max-width: 100%;
}


div.wp{
	width: 1170px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}



.bobox{
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/
	width: 300px!important;/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px!important;/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 84px;
	background-color: #fff;
}


.logo{
	font-size: 0;
	margin-left: 20px;
	width: 413px;
	
}

.phone{
	font-size: 0;
	margin-top: 20px;
	margin-right: 20px;

}
.nav{
	height: 40px;
	line-height: 40px;
	background-color: #76a915;
}

.nav ul.nav-ul>li{
	float: left;
	width: 130px;
	text-align: center;
	background-image: url(../images/nav-li.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}

.nav ul.nav-ul>li:first-child{
	background-image: none;
}
.nav ul.nav-ul>li>a{
	display: block;
	font-size: 16px;
	color:#fff;
	transition: .3s;
}
.nav ul.nav-ul>li:hover>a{
	background-color:#bdd259;
}
.nav ul.nav-ul>li:hover+li{
	background-image: none;
}
.nav ul.nav-ul>li.nav-active>a{
	background-color:#bdd259;
}
.nav ul.nav-ul>li.nav-active+li{
	background-image: none;
}


.downla{
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	
	
	
	text-align: center;
	display: none;
	z-index: 100000;
}
.downla li{
height: 30px;
	line-height: 30px;
background-color: #76a915;
}
.downla li a{
	color:#fff;
	display: block;
}

.downla li a:hover{
	background-color:#bdd259;
}
.nav ul.nav-ul>li:hover .downla{
	display: block;
}




/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{
	
}


.fafa .flex-direction-nav{
	display: none;
}


.fafa .flex-control-nav{
	display: block;
	height: 47px;
	line-height: 47px;

	bottom: 0;
}

.fafa  .flex-control-nav li{
	margin-top: 20px;
}
.fafa .flex-control-nav a{
	width: 30px;
	height: 7px;
	
}


.about{
	margin-top: 75px;
}


.about-pic{
	width: 374px;
	font-size: 0;
}

.about-con{
	width: 745px;
}
.title-1{

	padding-bottom: 15px;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 25px;
}

.title-1 h1{
	font-size: 30px;
	color:#2e2825;
}

.title-1 h1 span{
	font-size: 20px;
	color:#bdbdbd;
	margin-left: 10px;
}

.title-2{
	text-align: center;
	padding-bottom: 15px;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.title-2 h1{
	font-size: 30px;
	color:#2e2825;
}

.title-2 h2{
	font-size: 20px;
	color:#bdbdbd;
	padding-top: 5px;
	
}


.about-con p{
	line-height: 2.5;

}

a.more{
	display: inline-block;
	width: 140px;
	height: 41px;
	line-height: 41px;
	border-radius: 3px;
	text-align: center;
	color:#fff;
	background-color: #76a915;


}

.about-con a.more{
	margin-top: 40px;
	transition: .3s;
}
.about-con a.more:hover{
	border-radius: 20px;
}


.liu-kuai{
	padding: 0	20px;
	margin-top: 90px;
}

.liu-kuai li{
	float: left;
	width: 126px;
	background-repeat: no-repeat;
	background-position: center ;
	height: 140px;
	transition: .3s;
	margin:0 50px;

}

.liu-kuai li a{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	display: block;
	height: 100%;
	text-align: center;
	padding-top: 90px;
	color:#333;
	transition: .3s;
}


.liu-kuai li:hover a{
	color:#fff;
}

.liu-li-1{
	background-image: url(../images/liu-1.png);
}
.liu-li-1:hover{
	background-image: url(../images/liu-1-h.png);
}
.liu-li-2{
	background-image: url(../images/liu-2.png);
}
.liu-li-2:hover{
	background-image: url(../images/liu-2-h.png);
}
.liu-li-3{
	background-image: url(../images/liu-3.png);
}
.liu-li-3:hover{
	background-image: url(../images/liu-3-h.png);
}
.liu-li-4{
	background-image: url(../images/liu-4.png);
}
.liu-li-4:hover{
	background-image: url(../images/liu-4-h.png);
}
.liu-li-5{
	background-image: url(../images/liu-5.png);
}
.liu-li-5:hover{
	background-image: url(../images/liu-5-h.png);
}

.fuwu{
	margin-top: 60px;
}

.fuwu .wp{
	position: relative;
}
.fuwu-list{
	height: 492px;
	background-image: url(../images/fuwu.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	/*background-color: #d5e9b0;*/
	margin-top: 35px;
}



.fuwu-list li{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	float: left;
	height: 492px;
	
	width: 292px;
	background-image: url(../images/fuwu-li.jpg);
	background-repeat: repeat-x;
	background-position: center 35%;
	/*background-color: #bdd259;*/
	color:#fff;
	text-align: center;
	position: relative;
	/*border-right: 1px solid #fff;*/
}

.fuwu-wp{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center 35%;
	padding-top: 330px;
}


.fuwu-list li .fuwu-wp>h1{
	font-size: 20px;
}
.fuwu-list li .fuwu-wp>h2{
	font-size: 14px;
	margin-top: 5px;
}

#f-left,#f-right{
	position: absolute;
	top: 50%;
	width: 36px;
	height: 66px;
	margin-top: -33px;
	background-repeat: no-repeat;
	background-position: center ;
	cursor: pointer;
}
#f-left{
	background-image: url(../images/f-left.png);
	left: -55px;
}

#f-right{
	background-image: url(../images/f-right.png);
	right: -55px;
}

.fuwu-list li:hover .fuwu-heiban-wp{
	opacity: 1;
	filter:alpha(opacity=100);
}

.fuwu-list li:hover .fuwu-heiban-wp 
.fuwu-heiban{
	opacity: 1;
	filter:alpha(opacity=100);
}

.fuwu-list li:hover .fuwu-heiban-wp 
.fuwu-heiban a{
	opacity: 1;
	filter:alpha(opacity=100);
}

.fuwu-heiban-wp{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50%;
	margin-top: -246px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: .3s;
}

.fuwu-heiban{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	background-image: url(../images/heidi.png);
	padding: 68px	30px 0;
}
.fuwu-heiban h1{
	font-size: 20px;
}
.fuwu-heiban h2{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

.fuwu-heiban p{
	line-height: 2;
	text-align: left;
}

.fuwu-heiban a.more{
	position: absolute;
	bottom: 72px;
	left: 50%;
	margin-left: -70px;
	transition: .3s;
	opacity: 0;
	filter:alpha(opacity=0);
}
.fuwu-heiban a.more:hover{
	border-radius: 25px;
}


.anli{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	height:800px;
	background-image: url(../images/anli.jpg);
	background-repeat: no-repeat;
	background-position: center ; 
	margin-top: 63px;
	padding-top: 65px;
}


.title-3 h1{
	font-size: 20px;
	color:#bdbdbd;
}


.title-3 h1 span{
	display: inline-block;
	width: 200px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color:#fff;
	background-color: #7bac1f;
	font-size: 24px;
	margin-right: 10px;
}



.poster-main{
		position: relative;
		margin: 50px auto;
	}
	.poster-main .poster-list .poster-item{
		position: absolute;
		left: 0;
		top: 0;
	}
	.poster-main .poster-btn{
		position: absolute;
		top: 0;
		cursor: pointer;
	}
	.poster-main .poster-prev-btn{
		left: 0;
		background: url("../images/an-left.png") no-repeat center center;
	}
	.poster-main .poster-next-btn{
		right: 0;
		background: url("../images/an-right.png") no-repeat center center;
	}

.bumenfengcai .poster-main .poster-prev-btn{
	background-image: none;
}
.bumenfengcai .poster-main .poster-next-btn{
	background-image: none;
}

li.poster-item{

            border:1px solid #ebebeb;
            background-color: #fff;
            padding: 10px;
   
}

#carousel li.poster-item img{
	width: 100%;
	max-width: 100%;
}
#carousel li.poster-item  div.carousel-caption{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	height: 40px;
	line-height: 40px;
	background-image: url(../images/caption.png);
	
	background-position: left center;
	color:#535353;
	
	font-size:18px;
}






.xinwen{
	padding-top: 70px;
}
.xinwen-list{
	margin-top: 36px;
	text-align: center;
}
.xinwen-list li{
	float: left;
	width: 376px;
	height: 386px;
	margin-left: 21px;
	text-align: left;
	background-image: url(../images/xinwen-list-li.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.xinwen-list li:first-child{
	margin-left: 0;
}
.xinwen-pic{
	display: block;
	position: relative;
}

.xinwen-pic img{
	display: block;
}


.xinwen-heiban{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/xinwen-hei.png);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	filter:alpha(opacity=0);
	transition: .3s;
}


.xinwen-pic:hover .xinwen-heiban{
	opacity: 1;
	filter:alpha(opacity=100);
}


.xinwen-con {
	height: 70px;
	background-color: #fff;
	padding-left: 18px;
	padding-top: 17px;
}


.xinwen-con h1{
	font-size: 14px;
	color:#747474;
}

.xinwen-con h1 a{
	color:#747474;
	transition: .3s;
}

.xinwen-con h1 a:hover{
	color:#76a915;
}

.xinwen-con h2{
	font-size: 14px;
	color:#747474;
	margin-top: 10px;
}


.xinwen-list .more{

	transition: .3s;
}


.xinwen-list .more:hover{
	border-radius: 20px;
}

.xinwen-list-2
{margin-top: 55px;}

.xinwen-list-2 li{
	float: left;
	width: 320px;
	margin-left: 105px;
	height: 468px;

}
.xinwen-list-2 li .gongneng{
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 320px;color:#fff;
	transition: .3s;
	position: relative;
	top: 0;
}

.xinwen-list-2 li:hover .gongneng{
	top: -20px;
}
.list-2-1 .gongneng{
	background-image: url(../images/gongneng-1.jpg);
}

.list-2-2 .gongneng{
	background-image: url(../images/gongneng-2.jpg);
}

.list-2-3 .gongneng{
	background-image: url(../images/gongneng-3.jpg);
}

.gongneng h1{
	font-size: 30px;
	font-weight: bold;
}

.gongneng h2{
	font-size: 14px;
	padding: 15px 0;

}
.gongneng  i{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 5px;
	transition: .3s;
	text-transform: uppercase;
	color:#fff;
}

.gongneng:hover  i{
	background-color: #fff;
	color:#333;
}
.xinwen-list-2 li:first-child{
	margin-left: 0;
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	
}

.map{
	margin-top: 28px;
	height: 324px;
	background-image: url(../images/map-1.jpg);
	background-repeat: no-repeat;
	background-position: center ;
}

.footer-1{
	background-color: #040b14;
	height: 42px;
	line-height: 42px;
	font-size: 12px;
	color:#999;

}

.footer-1-left{
	margin-left: 20px;
}

.footer-1-right{
	margin-right: 20px;
}

.footer-1 a{
	color:#999;
}


.map-con{
	width: 50%;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;


    padding-left:190px;
    padding-top: 50px;
}
.map-con li{
	font-size: 14px;
	color:#747474;
line-height: 2;
margin-bottom: 32px;
background-repeat: no-repeat;
background-position: left -5px;
padding-left: 50px;
}


.map-li-1{
	background-image: url(../images/l-1.png);
}

.map-li-2{
	background-image: url(../images/l-2.png);
}

.map-li-3{
	background-image: url(../images/l-3.png);
}

/**************************************************************/
/*footer-over*/



/*liebiao*/


.erji-title {
	margin-top: 65px;
}

.erji-con{
	background-color: #fff;
	padding:20px 20px 36px;
}

.liebiao-list li{
	padding: 43px 0;
	border-bottom: 1px solid #efefef;
}

.data{
	text-align: center;
	width: 66px;
	padding-right: 15px;
	height: 52px;
	border-right: 1px dashed #eee;
}

.data h1{
	font-size: 44px;
	color:#666666;
	height: 35px;
	line-height: 35px;
	transition: .3s;

}
.data h2{
	font-size: 14px;
	color:#666666;
	margin-top: 3px;
	transition: .3s;
}

.liebiao-list li:hover .data  h1 {
	color:#76a915;
}
.liebiao-list li:hover .data  h2 {
	color:#76a915;
}

.liebiao-list li:hover .data-con  h1 a{
	color:#76a915;
}


.data-con{
	width: 1000px;
	margin-left: 22px;
}

.data-con h1{
	font-size: 16px;
	color:#707070;
	margin-bottom: 10px;
}
.data-con  h1 a{
	color:#707070;
	transition: .3s;
}


.data-con p{
	font-size: 14px;
	color:#acacac;
}


.bt-page {
    text-align: center;
  
    margin: 60px auto;
    /* padding-left: 45px; */
}


.bt-page * {
    display: inline-block;
    margin-left: 2px;
}

.bt-page div {
    width: 48px;
    height: 46px;
  	line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #efefef;
    color: #000;
    font-size: 14px;
      border-radius: 5px;
}
.bt-page div:hover{
	 background-color: #cccccc;
    color: #fff;
}
.ccc {
    width: 48px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    transition: .3s;
}

span.ccc-active {
    background-color: #76a915;
    color: #fff;
}

.ccc:hover {
    background-color: #76a915;
    color: #fff;
}





/*tupian*/
.xinwen-list-22{
	margin-top: 0;
}

.xinwen-list-22 li{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

	background-image: none;
	position: relative;
	height: 314px;
	width: 366px;
	padding:3px  2px;
	background-color: #fff;
	padding-bottom: 0;
	margin-left: 23px;
	margin-top: 36px;
}
.xinwen-list-22 li .xinwen-pic{
	width: 360px;
	margin: 0 auto	;
}

.xinwen-list-22 li:nth-child(4){
margin-left: 0;
}
.xinwen-list-22 li:nth-child(7){
margin-left: 0;
}
.xinwen-list-22 li:nth-child(10){
margin-left: 0;
}



.heibian{
	position: absolute;
	top: 50%;
	margin-top: -140px;
	right: -12px;
	width: 12px;
	height: 280px;
	background-image: url(../images/heibian.png);
	background-repeat: no-repeat;
	background-position: center ;
}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

*********article-start****************/
div.article{
	width: 1170px;
	padding: 0	15px;
	margin:80px auto;
}

div.article>h1{
	text-align: center;
	font-size: 26px;
	color:#0064ac;
}

div.article-tishi{
	text-align: center;
	margin:25px auto 20px;
}


#fenxiang-anniu{
	display: inline-block;
	vertical-align: top;
}

div.article-con{
	padding: 40px 0 120px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
}

div.article-con img{
	display: block;
	margin:20px auto;
	max-width: 100%;
	height: auto!important;
}
div.article-con>img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
div.article-con>p{
	text-indent: 2em;
}
div.article-con>h1{
	font-size: 14px;
	text-align: center;
	margin:10px 0;
}
div.article-con>a{
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color:#fff;
	background-color: #f37728;
	border-radius: 3px;
}

div.article-page{
	height: 87px;
	line-height: 87px;
	padding-bottom: 20px;

}

div.article-page>a:hover{
	color:#0064ac;
}

a.article-page-pre{
	float: left;
}
a.article-page-next{
	float: right;
}


/*********响应式设置-****************/
div.about-1{
	width: 1200px;
	padding: 0	15px;
	margin: 40px auto;
}

div.about-con-1{
	width: 1100px;
	padding: 40px 0 120px;
	position: relative;
	line-height: 2.2;
}
div.about-con-1 img{
	display: block;
	margin:20px auto;
	max-width: 100%;
	height: auto!important;
}
div.about-con-1>img{
	display: block;
	margin:20px auto;
	max-width: 100%;
}
div.about-con>p{
	text-indent: 2em;
}
/************message-start***************/


div.message{
	max-width: 700px;
	margin:50px auto 40px;
	min-height: 450px;
	
	background-color: #fff;
	position: relative;
	border-radius: 3px;
	
}




div.message-con{
	position: relative;
}




div.message-shuru{
	margin-top: 18px;
	

}
div.message-shuru span{
	float: left;
	font-size: 14px;
	width: 138px;
	height: 42px;
	line-height: 42px;
	text-align: right;
}
div.message-shuru input{
	height: 40px;
	line-height: 40px;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;
	padding-left: 10px;
	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 260px;
	max-width: 260px;
	border:1px solid #dbe3ea;
}

div.message-shuru textarea{
	height:180px;
	outline: none;
	resize: none;
	border:0;
	background-color: #f0f6fc;
	float: left;
	border-radius: 5px;

	font-size: 14px;
	color:#333;
	margin-left: 16px;
	width: 490px;
	max-width: 490px;
	border:1px solid #dbe3ea;
	padding: 10px;
}
div.message-tishi{
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 40px;
}


div.message-sub{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

div.message-sub input{
	height: 33px;
	line-height: 33px;
	border:0;
	background-color:#bdd259;
	width: 100%;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color:#fff;
	cursor:pointer;
	width: 126px;
	max-width:126px;
	border-radius: 20px;
}
/************message-over***************/



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.zhaopin{
	padding-top:30px;
	padding-bottom: 340px;
}	
.zhaopin .title{
	margin-bottom: 	40px;
}

.table-1{
	width: 100%;

	text-align: center;
	font-size: 18px;
	border-collapse: collapse;
}
.table-1 tr{
	height: 70px;
	
}
.table-1 tr.downla{
	text-align: left;
	display: none;
	
}

.table-1 tr.downla td{

	padding: 35px	0;
	line-height: 1.5;
		padding-left: 25px;
}


.table-1 tr.downla-top:hover td{
	background-color: #f6f9fb;
}


.table-1 th{
	color:#fff;
	background-color: #76a915;
	border-bottom: 1px solid #bdd259;
}
.table-1 td{
	border-bottom: 1px solid #e7e7e7;
}


.pl{
	text-align: left;
	padding-left:25px; 
}
/*zhaopin end*/


.downla-1{
	display: none;
	left: 0;
	top:65px;
	width: 100%;
	z-index: 90000;
	text-align:left;
}


.fuwu-li-bg{
	position: absolute;
	top: 50%;
	margin-top: -229px;
	right: 0;
	height: 458px;
	width: 1px;
	background-image: url(../images/fuwu-li-bg.jpg);
	background-repeat: no-repeat;
	background-position: center ;

}




/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
