﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  background: #FFF;
  min-width: 1236px;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
  -webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dd {
  margin: 0px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #00b056;
  text-decoration: none;
}
.link-blue {
  color: #0b5cac;
  text-decoration: underline;
}
.link-blue:hover {
  color: #0b5cac;
  text-decoration: underline;
}
img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
  border: 0px;
}
.c {
  clear: both;
  overflow: hidden;
}
.main_w {
  margin: 0 auto;
  width: 100%;
}
.main {
  margin: 0 auto;
  width: 1236px;
}
/*--End 分页样式---------*/
/************/
.banner_w {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}
.banner {
  margin: 0 auto;
  width: 1920px;
  height: 600px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
}
.banner .img {
  width: 25000px;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .img li {
  float: left;
  overflow: hidden;
}
.banner .num {
  position: absolute;
  width: 100%;
  bottom:5px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.banner .num li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.banner .num li.on {
  background-color: #00b056;
}
.banner .btn {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
}
.banner:hover .btn {
  display: block
}
.banner .btn_l {
  left: 15%;
}
.banner .btn_r {
  right: 15%;
}
/*************************************/
.top_a_w {
  height: 50px;
  line-height: 50px;
  background-color:#f2f2f2;
  border-bottom: 1px solid #f1f1f1;
}
.top_a_l {
  float: left;
  font-size: 16px;
  color: #666666;
}
.top_a_r {
  float: right;
  font-size: 16px;
}
.top_a_r a {
  padding: 0 15px;
  color: #666666;
}
.top_a_r a.last-child {
  padding-right: 0;
}
.top_a_r a:hover {
  color: #00b056;
}
.logo {
  background: url("../images/web_03.jpg") top left no-repeat;
  height: 120px;
}
.nav_w {
  background-color: #147b32;
  line-height: 56px;
}
.nav a {
  color: #fff;
  float: left;
  display: block;
  font-size: 16px;
  width:14.2%;
  height: 56px;
  text-align: center;
}
.nav a:first-child {
  
}
.nav a:hover {
  color: #147b32;
  background-color: #ffdf00;
}
/*******************************************/



.con_b01_aaa{
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	margin-top: 40px;
}
.con_e_nr{
	margin-top: 30px;
}
.con_e_nr_l{
	float: left;
	width: 710px;
}
.con_e_nr_l ul{
	margin-top: 12px;
}
.con_e_nr_r{
	float: right;
	width: 426px;


}
.con_e_nr_l li{
	padding: 0px 0 10px;

	border-bottom:1px dashed #dfdfdf;
	margin-bottom: 10px;
}
.newsy_a{
	float: left;
	width: 212px;
}
.newsy_a a{
	display: block;
	width: 212px;height: 120px;
	overflow: hidden;
}
.newsy_a a img{
	width: 212px;
	height: 120px;transition: all 0.6s ease;
}
.newsy_a a:hover img{
	transform: scale(1.1);
}
.newsy_b{
	float: right;
	width: 465px;
}
.newsy_b_bt{
	font-size: 18px;
	margin-top: 0px;
	line-height: 40px;
	font-weight: bold;
}
.newsy_b_nr{
	color: #666;
	font-size: 14px;
	line-height:22px;
}
.newsy_r_bt{
	padding: 30px 30px 20px;
	font-size: 26px;
	line-height: 36px;
}
.newsy_r_pic{
	margin-left: 30px;
	width: 367px;
	height: 207px;
	overflow: hidden;
}
.newsy_r_pic img{
		width: 367px;
	height: 207px;transition: all 0.6s ease;
}
.newsy_r_pic:hover img{
	transform: scale(1.1);
}
.newsy_r_nr{
	margin:30px;
}
.newsy_r_nr ul li{
	padding: 10px 0;
	border-top:1px dashed #dfdfdf;
	margin-bottom: 10px;
}
.newsy_r_nr01{
	font-size: 16px;
	font-weight: bold;
}
.newsy_r_nr01 a{
	color: #333333;
	line-height: 30px;
}
.newsy_r_nr01 a:hover{
	color: #00b056;
}
.newsy_r_nr02{
	font-size: 14px;
	color: #666;
}
/***************/
.con_f_w{
	background: url("../images/about_bj.jpg") top center no-repeat;
	min-height: 694px;
	position: relative;
}
.con_f_nr{
	background-color: #fff;
	height: 200px;
	margin-top:580px;

}
.con_f_nr_l{
	float: left;
	background-color: #00b056;height: 200px;
	width: 200px;
}
.con_f_nr_l01{
	font-size: 44px;
	margin-top: 30px;
	margin-left: 30px;
	font-weight: bold;
	color: #fff;
	margin-top:70px;
}
.con_f_nr_l02{
	margin-top:30px;
	margin-left: 30px;
	font-size: 24px;
	color: #fff;
}
.con_f_nr_r{
	float: right;
	width: 900px;
	margin-right: 30px;
	margin-top:30px;

}
.con_f_nr_r01{
	font-size: 16px;
	color: #666666;
	line-height:28px;
}
.con_f_nr_r02{
	float: right;
	font-size: 14px;
	background-color: #00b056;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.con_f_nr_r02 a{
	color: #fff;
}
.con_f_nr_r02 a:hover{
	color: #ffff00;
}
.foot_w{
	margin: 0px auto 0px;
	padding:10px 0 60px;
	background-color:#222222;
}
.footb {
	background: url("../images/web_07.jpg") right center no-repeat;
	margin-top:20px;
	border-bottom:1px solid #353535;	padding-bottom:60px;
}

.foot_w{
	border-bottom: 1px solid #353535;

}
.link_w{
	margin: 15px auto;
}
.link_a span{
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;	padding-left: 30px;
}
.link_a{
	background: url("../images/link_a.jpg") 0px 5px no-repeat;
}
.link_a a{
	font-size: 15px;
	margin-right: 8px;
	color: #666;
}
.foot_a_w{
	background-color: #00b056;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.foot_a_w a{
	color: #fff;
}
.foot_a_w a:hover{
	color: #ffff00;
}
/***************/
.lk_ca{
	margin-top:60px;}
.lk_ca01{
	padding-bottom:25px;
	line-height:40px;
	text-align:center;
	font-size:32px;
	color:#147b32;
	font-weight:bold;
	background:url(../images/x.png) bottom center no-repeat;	
}
.lk_ca02{
	text-align:center;
	font-size:14px;
	margin-top:15px;
}
.lk_ca03{
	margin-top:40px;}
.lk_ca03 ul{
	display:flex;
	justify-content:space-between;
}
.lk_ca03 ul li{
	width:180px;
	border:1px solid #dfdfdf;
	border-radius:8px;
}
.lk_ca03 ul li .tb01{
	margin:20px auto 5px;
	width:80px;
	overflow:hidden;
	height:80px;}
.lk_ca03 ul li .tb01{

	width:80px;
}
.lk_ca03 ul li .tb02{
	text-align:center;
	margin-bottom:20px;
	font-size:16px;}
.lk_ca03 ul li .tb01 img{
	width:80px;
	transform:translateY(0);
	transition:all 0.6s ease;
}
.lk_ca03 ul li:hover .tb01 img{
	transform:translateY(-80px);
}
.lk_cb_w{
	background:url(../images/bja.png) top center no-repeat;
	padding:60px 0 110px;
	margin:40px auto;
}
.lk_cb01{
	margin-top:0;
	padding-bottom:0;
	background:none;}
.lk_cb02_l{
	float:left;
	width:400px;}
.lk_cb02_r{
	float:right;width:400px;
}
.lk_cb02{
	margin-top:40px;}
.lk_cb02_l01{
	font-size:24px;
	font-weight:bold;
	color:#333;line-height:36px;
	}
.lk_cb02_l01 span{
	font-size:36px;
	color:#147b32;
	padding-right:5px;
	float:left;
	font-weight:bold;
	line-height:36px;
}
.lk_cb02_la{
	margin-top:70px;}
.lk_cb02_lb{
	margin-top:90px;}
.lk_cb02_l02{
	margin-top:15px;
	font-size:16px;}
.lk_cc03{
	margin-top:40px;
}
.lk_cc03 ul li{
	float: left;
	width:380px;
	margin-right:30px;
	border:1px solid #dfdfdf;
	box-sizing:border-box;
	margin-bottom:30px;
	padding:5px;
}
.lk_cc03 ul li:nth-child(3n){
	margin-right:0;	
}
.lk_cc03a{
	padding-bottom:5px;
	border-bottom:1px solid #dfdfdf;}
.lk_cc03b{
	font-size:15px;
	line-height:30px;
	padding:5px;}
.lk_cc03 span{
	display:block;
	float:right;
	border:1px solid #dfdfdf;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	font-size:22px;
	line-height:28px;
}
.lk_cc04{
	font-size:14px;
	text-align:center;
	width:160px;
	line-height:40px;
	border:1px solid #147b32;
	border-radius:20px;}
/********************/
.lk_cd_w{
	background:url(../images/hx.png) top center no-repeat;
	padding:30px 0 60px;
	margin-top:60px;
}
.lk_cd03{
	margin-top:40px;}
.lk_cd03 ul{
	display:flex;
		justify-content:space-between;
}

.lk_cd03 ul li{
	width:120px;
	height:260px;
	background:url(../images/bjb.png) top center no-repeat;	
}

.lk_cd03 ul li:hover{
	color:#106328;
	cursor:pointer;
}

.lk_cd03_02{
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
	font-size:22px;
	padding-left:40px;
}
.lk_cd03_01{
		padding-left:20px;
		margin-bottom:20px;
		margin-top:40px;
}
.lk_cd03 ul li:hover img{
	
transform:rotate(360deg);
transition: all 0.6s;
}


.lk_ce_w{
	background-color:#106328;
	padding:30px 0;
}
.lk_ce_l{
	float:left;
}
.lk_ce_r{
	float:right;
}
.lk_ce_l01{
	font-size:22px;
	color:#fff;
	line-height:30px;
	font-weight:bold;}
.lk_ce_l02{
	margin:10px 0;
	width:300px;
	line-height:30px;
	padding:4px 15px;
	color:#fff;
	font-size:16px;
	background-color:#ff9900;}
.lk_ce_l02 span{
	font-weight:bold;
	font-size:22px;}
	
.lk_ce_r{
	background-color:#fff;
	height:38px;
	margin-top:18px;
	box-sizing:border-box;
	padding:5px;
	width:140px;
	border-radius:3px;
	overflow:hidden;}
.lk_ce_r a{
	display:block;
	width:100%;	line-height:26px;	box-sizing:border-box;	border-radius:3px;
	border:1px solid #25703b;
	text-align:center;
	font-size:15px;
	color:#25703b;
	font-weight:bold;
}
.lk_cg_w{
	background:url(../images/ab.png) top center no-repeat;
	padding:60px 0;

}
.lk_cg{
	margin:70px auto 50px;}
.lk_cg_l{
	float:left;
	width:600px;}
.lk_cg_r{
	float:right;
	width:523px;}
.lk_cg_l01{
	font-size:30px;
	margin-top:10px;
	line-height:40px;
}
.lk_cg_l02{
	font-size:16px;
	line-height:28px;
	color:#666;
	margin-top:15px;}
.lk_cg_l03{
	width:120px;
	height:40px;
	margin-top:30px;
	text-align:center;
	line-height:40px;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #dfdfdf;
	background-color:#fff;
}

.lk_cg_l03:hover{
	width:120px;
	height:40px;
	margin-top:30px;
	text-align:center;
	line-height:40px;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #147B32;
	background:#147B32;
	color:#fff;
}

.lk_cg_l03 a:hover{
	width:120px;
	height:40px;
	margin-top:30px;
	text-align:center;
	line-height:40px;
	font-size:15px;
	box-sizing:border-box;
	border:1px solid #147B32;
	background:#147B32;
	color:#fff;
}

.lk_ch_w{
	margin-top:40px;}
.lk_ch03{
	margin:30px auto;
	display:flex;
	justify-content:center;
}
 .lk_ch03 a{
	 display:block;
	 width:120px;
	 text-align:center;
	 font-size:16px;
	 height:40px;
	 line-height:40px;
	 border:1px solid #dfdfdf;
	 margin:0 5px;}
	 .lk_ch03 a:first-child{
		 background-color:#147b32;
		 border:1px solid #147b32;
		 color:#fff;}
		.lk_ch04 ul{
			display:flex;
	justify-content:space-between;
			}
.lk_ch04 ul li{
	width:290px;



	
}
.lk_ch04 ul li .lk_ch04_a{
		border:1px solid #dfdfdf;
		overflow:hidden;
			width:290px;	box-sizing:border-box;
}
.lk_ch04 ul li .lk_ch04_a img{
		width:290px;
}
.lk_ch04_b{
	margin:10px auto;
	text-align:center;
	font-size:15px;}
.lk_ci_w{
	margin-top:60px;
	background:url(../images/news.png) top center no-repeat;
	padding:45px 0;
}
.con_e_nr_r{
	float:left;
	width:453px;
	border:1px solid #dfdfdf;
	background-color:#fff;
	box-sizing:border-box;
	padding:5px;
}
.con_e_nr_l{
	float:right;}
.newsy_r_pic {
    margin-left: 0px;
    width: 441px;
    height: 302px;
    overflow: hidden;
}
.newsy_r_pic img {
        width: 441px;
    height: 302px;
    transition: all 0.6s ease;
}
.newsy_r_nr {
    margin: 10px auto;
}
.foota{
	font-size:16px;
	line-height:40px;
	border-bottom:1px solid #353535;
	padding-bottom:10px;
}
.foota a{
	color:#fff;
	display:block;
	float:left;
	width:171.4px;
	text-align:center;}
.footb01{
	margin-top:30px;}
.footb02{
	font-size:14px;
	color:#ccc;
	margin-top:20px;}
.footb03{
	font-size:14px;
	color:#ccc;
	margin-top:0px;}
.foot_a_01{
	text-align:center;
	padding-top:26px;
	font-size:15px;
	color:#ccc;}
.foot_a_01 a{
	color:#ccc;}
.foot_a_01 a:hover{
	color:#fff;}
	
	
/*----新增----*/
.mainall{ width:1200px; margin:0 auto; overflow:hidden;}

/*----other----*/
/* 关于我们 */
.about_us {
    margin: 60px 0;
}

.tabsaa {
    display: flex;
    justify-content: space-between;
}

.tabsaa .left {
    width: 22%;
}

.tabsaa .left .phone {
    background-color:#157C33;
    padding: 20px 0;

}

.tabsaa .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
	line-height:30px;
		margin-bottom:10px;
}

.tabsaa .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.tabsaa .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.tabsaa .right {
    width: 76%;
}

.tabsaa .left a {
    display: block;
}

.tabsaa .cont {
    overflow: hidden;
    display: none;
}

.tabsaa .left h3 {
    height: 62px;
    background-color:#157C33;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.tabsaa .left nav {
    border: solid 1px #e5e5e5;
}

.tabsaa .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    /* margin-left: 20px;
    margin-right: 20px; */
    margin: 10px 20px 10px 20px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tabsaa .left nav a:last-of-type {
    margin-bottom: 9px;
}

.tabsaa .left nav a::after {
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background:#157C33;
    transition: 0.6s linear;
    border-radius: 20px;
}

.tabsaa .left nav a:hover {
    color: #ffffff;
    z-index: 2;
}

.tabsaa .left nav a:hover:after {
    width: 100%;
}

.tabsaa .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.tabsaa .right .center .center_top ul {
    display: flex;
}

.tabsaa .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}

.tabsaa .right .center .center_top h2 {
    font-size: 24px;
    color:#157C33;
}

.tabsaa .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color:#157C33;
}

.tabsaa .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top:5px;
    margin-bottom:5px;
}

.tabsaa .right .center .pric ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tabsaa .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-right: 1%;
}

.tabsaa .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;

}

.tabsaa .right .center .pric ul li p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    background-color: #eff2f6;
}

.tabsaa .right .center .pric ul li:hover p {
    background-color:#157C33;
}

.tabsaa .right .center .pric ul li:hover p {
    color: #ffffff;
}

.tabsaa .right .center .pric ul li a img {
    width: 100%;
}

.tabsaa .left nav .item2 p a {
    padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
    display: none;
}

.tabsaa .left nav .item1:hover .item2 {
    display: block;
}

.tabsaa .right .center .pric ul li a img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 1.5s;

}

.tabsaa .right .center .pric ul li a img:hover {
    transform: scale(1.1);
}

.tabsaa .right .center .link h2 {
    font-size: 18px;
    color: #e54512;
    font-weight: bolder;
}

.tabsaa .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

.item1 .items6 p {

    display: none;
}

.item1 .items6:hover p {
    display: block;
}

.product_details {
    margin-top: 20px;
}

.product_details .pric {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_details .pric .left {
    width: 390px;
}

.product_details .pric .left img {
    width: 100%;
}

.product_details .pric .right {
    width: 390px;
}

.product_details .pric .right h4 {
    font-size: 1.2rem;
    font-weight: bolder;
}

.product_details .pric .right p {
    margin-top: 20px;
    line-height: 26px;
    font-size: 15px;
}

.product_details .pric .right p span {
    font-size: 25px;
}


/*分页*/
.pagev{
	text-align:center;
	color:#666;
	clear:both;
}
.pagev span{
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
}
.fonts{
	color:#fff;
	background-color:#157C33;
	border:1px solid #157C33;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	text-decoration:none;
	margin:1.5em 0;
}
.pagev span a:hover{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
}

.about_us_main{ width:98%; margin:0 auto;}
.kry{line-height:180%; font-size:18px;}

/*客户留言*/
.liuyanform{
	width:100%;
}
.form-group{
	margin-bottom:20px;
}
.form-group label{

	width:10%;
	font-size:16px;
	color:#666;
	line-height:40px;
	text-align: right;
    margin-right:1%;
}
.form-group input{
	line-height:38px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	width:70%;
	padding-left: 15px;

}
.form-group textarea{
	line-height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	resize:none;
	width:70%;
	padding-left: 15px;

}
.form-group1 input{
	display:block;
	width:200px;
	float:left;
	margin-left:130px;
	line-height:45px;
	background-color:#157C33;
	color:#fff;
	font-size:16px;
	text-align:center;

}


.nybanner{ width:100%; overflow:hidden;float:left;}