@charset "utf-8";


*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑",arial;
	font-size: 16px;
}
body{ min-width: 1200px; margin: auto;}
li{ list-style-type: none;}
a{ text-decoration: none;}
.clear{ clear: both;}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.incenter{
	width: 1100px;
	margin: auto;
}
.li_img{display:table; text-align:center; *position:relative; *overflow:hidden;}
.li_img a{display:table-cell; vertical-align:middle; *position:absolute; *left:50%; *top:50%;}
.li_img a img{*position:relative; *left:-50%; *top:-50%;}
.fl{ float: left;}
.fr{ float: right;}




.header{
	width: 100%;
	height: 200px;
}
.top{
	width: 100%;
	height: 40px;
	background: #052403;
}
.top ul p{
	color: #ffffff;
	line-height: 40px;
	font-size: 14px;
}
.top ul li{
	float: left;
	height: 14px;
	margin-left: 15px;
	margin-top: 13px;
	border-left: 1px solid #FFFFFF;
}
.top ul li:first-child{
	border-left: none;
}
.top ul li a{
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	padding-left: 15px;
}

.h_middle{
	width: 100%;
	height: 110px;
}
.logo,.logo li{
	height: 110px;
}
.h_phone{
	height: 50px;
	margin-top: 30px;
	background: url(../images/h_phone.png) no-repeat top left;
}
.h_phone b{
	float: left;
	font-size: 24px;
	line-height: 24px;
	margin-left: 60px;
	margin-top: 25px;
	color: #078a00;
}
.nav{
	width: 100%;
	height: 50px;
	background: #0a3f07;
}
.nav li{
	width: 11.5%;
	float: left;
}
.nav li a{
	display: block;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}
.nav li a:hover{
	background: #078a00;
}

.banner{
	width: 100%;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
}
.swiper-active-switch {
  opacity: 1;
}

.main{
	width: 100%;
}

.i_show{
	width: 100%;	
	height: 340px;
}
.i_show ul{
	width: 100%;	
	height: 220px;
	float: left;
	margin-top: 58px;
}

.i_show ul li{
	width: 190px;	
	height: 220px;
	float: left;
	margin-left: 37px;
	position: relative;
}
.i_show ul li:first-child{
	margin-left: 0px;
}
.i_show ul li a{
	display: block;
}
.i_show ul li a div,.i_show ul li a span{
	display: block;
	width: 100%;
	height: 100%;
}
.i_show ul li a span{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 220px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/lv_yinying.png) no-repeat center center;
	background-size: 100% 100%;
}
.i_show ul li:hover a span{
	display: block;
}

.i_about{
	width: 100%;
	height: 797px;
	background: #e7f0e7;
}
.index_tit{
	width: 100%;
	float: left;
	height: 66px;
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-top: 80px;
	background: url(../images/index_titbg.png) no-repeat center bottom;
}
.i_about_con{
	width: 100%;
	float: left;
}
.i_about_con ul{
	width: 100%;
	height: 238px;
	float: left;
	margin-top: 40px;
}
.i_about_img{
	width: 510px;
	height: 238px;
	float: left;
}
.i_about_f{
	width: 540px;
	float: right;
}
.i_about_con ul:last-child .i_about_img{
	float: right;
}
.i_about_con ul:last-child .i_about_f{
	float: left;
}
.i_about_tit{
	display: block;
	width: 185px;
	height: 40px;
	background: #0a3f07;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	margin-top: 35px;
}
.i_about_con ul:last-child .i_about_f .i_about_tit{
	float: right;
}
.i_about_f p{
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.i_about_f p a{
	font-size: 14px;
	color: #0a3f07;
}

.i_case{
	width: 100%;
}
.i_case_con{
	width: 100%;
	float: left;
	margin-top: 55px;
}
.i_case_con ul li{
	width: 25%;
	min-width: 300px;
	float: left;
	position: relative;
}
.i_case_con ul li a{
	display: block;
}
.i_case_con ul li div,.i_case_con ul li div img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.i_case_con ul li span{
	display: none;
	vertical-align: middle;
	width: 80%;
	height: 80%;
	background: #FFFFFF;
	position: absolute;
	top: 10%;
	left: 10%;
	z-index: 66;
	text-align: center;
	color: #313131;
}

.i_case_con ul li span div{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.i_case_con ul li span p{
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
}
.i_case_con ul li:hover span{
	display: block;
}

.honor{
	width: 100%;
	height: 366px;
}

.honor_tit{
	margin-top: 40px;
}

.honor_in{
	width: 1200px;
	margin: auto;
}
.honor_con{
	width: 100%;
	height: 150px;
	float: left;
	margin-top: 48px;
	position: relative;
}
.honor_con_img{
	width: 1100px;
	margin-left: 55px;
}
.honor_con_img .swiper-slide img{
	border: 1px solid #d2d2d2;
}
.honor_con .honor-left,.honor_con .honor-right{
	display: block;
	width: 38px;
	height: 38px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	background: #078a00;
	position: absolute;
	border-radius: 50%;
	cursor: pointer;
}
.honor_con .honor-left{
	left: 0;
	top: 50%;
	margin-top: -19px;
}
.honor_con .honor-right{
	right: 0;
	top: 50%;
	margin-top: -19px;
}


.footer{
	width: 100%;
}
.f_in{
	width: 100%;
	height: 405px;
	background: #e7f0e7;
}
.f_nav{
	width: 100%;
	height: 20px;
	float: left;
	text-align: center;
	margin-top: 40px;
}
.f_nav ul{
	display: inline-block;
}
.f_nav ul li{
	float: left;
	width: 100px;
	text-align: center;
	border-left: 1px solid #989b98;
}
.f_nav ul li:first-child{
	border-left: none;
}
.f_nav ul li a{
	font-size: 15px;
	line-height: 20px;
	color: #989b98;
}
.f_left{
	width: 490px;
	float: left;
	margin-top: 65px;
}
.f_left ul{
	width: 100%;
	float: left;
}
.f_tit{
	height: 22px;
	line-height: 22px;
}
.f_tit_ico{
	float: left;
	width: 15px;
	height: 13px;
}
.f_tit_in{
	float: left;
}
.f_tit_in span{
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #787878;
	margin-left: 10px;
}
.f_tit_in p{
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #b8d4b7;
	margin-left: 10px;
}
.leave_word li{
	width: 100%;
	float: left;
	margin-top: 16px;
}
.my_info input{
	display: block;
	float: left;
	width: 236px;
	height: 40px;
	font-size: 12px;
	color: #9fa09f;
	line-height: 40px;
	border: 1px solid #676767;
	background: none;
	box-sizing: border-box;
	margin-left: 15px;
	padding: 0 10px;
}
.my_info input:first-child{
	margin-left: 0px;
}
.lw_in textarea{
	width: 487px;
	height: 80px;
	border: 1px solid #676767;
	background: none;
	box-sizing: border-box;
	font-size: 12px;
	color: #9fa09f;
	line-height: 15px;
	padding: 10px;
}
.lw_button input{
	width: 120px;
	height: 40px;
	background: #078a00;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

.f_center{
	width: 350px;
	margin-left: 100px;
	margin-top: 65px;
	float: left;
}
.f_center ul{
	width: 100%;
	float: left;
}
.f_center ul{
	width: 100%;
	float: left;
}
.f_contact li{
	width: 100%;
	float: left;
	margin-top: 25px;
	color: #787878;
	font-size: 14px;
}
.f_contact span{
	width: 20px;
	float: left;
	margin-right: 10px;
}
.f_contact p{
	width: 320px;
	float: left;
}


.f_right{
	width: 140px;
	float: right;
	margin-top: 65px;
}
.f_right ul{
	width: 100%;
	float: left;
}
.QR_code{
	width: 140px;
	height: 140px;
	background: #FFFFFF;
}
.QR_code img{
	width: 100%;
	height: 100%;
}
.f_right p{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #787878;
	text-align: center;
	margin-top: 25px;
}





.f_copyright{
	width: 100%;
	height: 55px;
	background: #052403;
}
.f_copyright p{
	text-align: center;
	font-size: 12px;
	color: #b3b2b1;
	line-height: 55px;
}
.f_copyright p span{
	margin-left: 12px;
}
.f_copyright p span:first-child{
	margin-left: 0;
}



/*cp*/
.ny_left{
	width: 250px;
	margin-top: 57px;
}

.ny_left_tit{
	width: 100%;
	height: 32px;
	float: left;
}
.ny_left_tit span{
	display: block;
	float: left;
	width: 45px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}
.ny_left_tit p{
	display: block;
	float: left;
	width: 205px;
	line-height: 32px;
	font-size: 24px;
	color: #333333;
}
.ny_left_list{
	width: 100%;
	float: left;
	margin-top: 18px;
}
.ny_left_list li{
	width: 100%;
	height: 30px;
	float: left;
	margin-bottom: 30px;
}
.ny_left_list li a{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #6e6e6e;
}
.ny_left_list li a:hover{
	color: #FFFFFF;
	background: #078a00;
}

.ny_right{
	width: 812px;
	margin-top: 55px;
}
.ny_right>ul{
	width: 100%;
	float: left;
}
.weizhi{
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #a8a8a8;
}
.weizhi *{
	font-size: 14px;
}
.ny_con{
	width: 804px;
	margin-left: 8px;
	margin-top: 38px;
	border-left: 1px dashed #dcdcdc;
	position: relative;
}
.ny_con_bk{
	float: left;
	width: 16px;
	height: 100%;
	position: absolute;
	left: -8px;
	top:-8px
}
.ny_con_bk span{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	background: #FFFFFF;
}
.ny_incon{
	width: 758px;
	float: right;
}



.cp_in{
	width: 100%;
}
.cp_con{
	float: left;
	width: 100%;
}
.cp_con li{
	float: left;
	width: 240px;
	margin-right: 19px;
	margin-bottom: 10px;
}
.cp_con .last{
	margin-right: 0;
}
.cp_con li a{
	display: block;
	width: 100%;
	height: 100%;
}
.cp_img{
	width: 240px;
	height: 200px;
}
.cp_img img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.cp_name{
	font-size: 14px;
	color: #6e6e6e;
	text-align: center;
	line-height: 40px;
}
.cp_con li:hover a .cp_name{
	color: #078a00;
}
.cp_fenye{
	width: 100%;
	float: left;
	margin: 30px auto 78px auto;
	text-align: center;
}



/*cpxq*/
.cpxq_in{
	width: 100%;
}
.cpxq_in ul{
	width: 100%;
	float: left;
}
.cpxq_img img{
	width: 100%;
	vertical-align: middle;
}
.cpxq_info{
	text-align: center;
	margin-top: 28px;
}
.cpxq_info li{
	display: inline-block;
}
.cpxq_info li p{
	float: left;
	margin: 0 15px;
}
.cpxq_info li p span{ font-size: 16px;color: #575757;}
.cpxq_tit{font-size: 16px; font-weight: bold;}
.cpxq_explain{
	margin-top: 65px;
	margin-bottom: 78px;
}
.cpxq_explain *{
	color: #585858;
}
.cpxq_inexplain{
	margin-top: 30px;
	font-size: 14px;
}
.cpxq_inexplain li,.cpxq_inexplain p,.cpxq_inexplain span{
	font-size: 14px;
	line-height: 30px;
}
.cpxq_inexplain ul p{
	text-indent: 2em;
}
.cpxq_inexplain .cp_merit p{
	text-indent: 0;
}
.cur{
	
    color: #FFFFFF!important;
    background: #078a00!important;

}

/* 留言板 */
.ser .lef{width:565px;}
.ser .lef .tit{height:40px; line-height:40px; color:#666;font-size:14px;margin-bottom:10px;width:72px;}
.ser .lef .text{width:420px; padding-left:20px; height:40px; line-height:40px; color:#666;border:1px solid #666;background-color:#f7f7f7}
.ser .righ{width:665px;}
.ser .righ div{ color:#666;font-size:14px;}
.ser .righ .liuyan{width:547px; height:118px; padding:20px;color:#666;border:1px solid #666;background-color:#f7f7f7}
.ser .righ .button{width:122px; height:38px; background:#078A00; font-size:14px; color:#fff; border:none; margin-top:15px; cursor:pointer;margin-left:73px;}

/* 详情 */
.case_list_con{
	width: 90%;
	margin: auto;
	border-top: 1px solid #e7e7e6;
	border-bottom: 1px solid #e7e7e6;
	padding-bottom: 55px;
}
.case_list_con ul{
	width: 100%;
	float: left;
}
.case_list_tit{
	text-align: center;
	margin: 55px auto 60px auto;
}
.case_list_tit1{
	font-size: 30px;
}
.case_list_tit2{
	font-size: 12px;
	color: #a09f9f;
	margin-top: 20px;
}