/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
a:focus{
	outline: none;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	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);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover> .imgbox_a_bg{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover: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{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 107px;
	z-index: 999;
	transition: background-color .3s;
}
#header .container{
	position: relative;
	z-index: 15;
}

.logo{
	width: 114px;
	margin-top: 11px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	text-align: center;
	height: 107px;
	line-height: 107px;
}

.nav>ul>li.xiaLi{
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt1.png);
	transition: background-image .3s;
	position: relative;
}
.nav>ul>li.xiaLi.xiaLi-product{
	position: static;
}

.xiaLi-product-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background-color: #fff;
	padding: 0 50px 45px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: none;
}


.xiaLi-product-div dl{
	margin:0;
	margin-left: -2%;
}

.xiaLi-product-div dd{
	float: left;
	width: 23%;
	margin-left: 2%;
}
.xiaLi-product-title a{
	display: block;
  width: 220px;
  height: 44px;
  line-height: 44px;
  border-radius: 999em;
  background-image: url(../images/xiaLi-product-title.png);
  background-size: 100%;
  font-size:18px;
  color: #333;
  transition: .3s;
  margin:0 auto;
}
.xiaLi-product-div dd:hover .xiaLi-product-title a{
	background-image: none;
	background-color: #44a34c;
	color: #fff;
}
.xiaLi-product-div dd:hover .xiaLi-product-pic{
	border-color:#44a34c;
}
.xiaLi-product-pic{
	border:1px solid #e4e4e4;
	margin-top: 35px;
	border-radius: 15px;
	padding: 20px 15px 15px;
	transition: border-color .3s;
	display: block;
}

.xiaLi-product-pic .product-pic{
	max-width: 85px;
}

.xiaLi-product-pic .product-h1{
	font-size: 16px;
	margin:15px 0 5px;
}

.xiaLi-product-pic .product-h2{
	font-size: 16px;
}
.xiaLi-product-div .product-xx1-menu a{
 	height: 44px;
  line-height: 24px;
  font-size:18px;
  border:10px solid rgba(0, 0, 0, 0);
  border-image: url(../images/xiaLi-product-title.png) 10;
}
.xiaLi-product-div .product-xx1-menu a.cur,
.xiaLi-product-div .product-xx1-menu a:hover{

	background-image: none;
	background-color: #44a34c;
	color: #fff;
}
.xiaLi-product-div .product-xx1-menu a+a {
    margin-left: 110px;
}

.xiaLi-product-title a{
	display: block;
  width: 220px;
  height: 44px;
  line-height: 44px;
  border-radius: 999em;
  background-image: url(../images/xiaLi-product-title.png);
  background-size: 100%;
  font-size:18px;
  color: #333;
  transition: .3s;
  margin:0 auto;
}
.xiaLi-product-div dd:hover .xiaLi-product-title a{
	background-image: none;
	background-color: #44a34c;
	color: #fff;
}









.xiaLi-product-dl-wp .xiaLi-product-dl{display: none;}
.xiaLi-product-dl-wp .xiaLi-product-dl:first-child{display: block;}





.nav>ul>li+li{
	margin-left: 40px;
}
.nav>ul>li>a{
	font-size: 16px;
	color: #fff;
	transition: color .3s;
}
#header .nav>ul>li:hover>a{
	color: #44a34c!important;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	top:100%;
	z-index: 600;
	display: none;
	background-color: #fff;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	padding: 15px 5px 20px;
}
.nav>ul>li>ul>li{
	line-height: normal;
}
.nav>ul>li>ul>li+li{
	margin-top: 15px;
}
.nav>ul>li>ul>li>a{
	font-size: 16px;
	color:#333;
	transition: color .3s;
}
.nav>ul>li>ul>li>a:hover{
	color: #44a34c;
}

#header:hover {
	background-color: #fff;
}
#header:hover .nav>ul>li.xiaLi{
	background-image: url(../images/jt1h.png);
}
#header:hover .nav>ul>li>a{
	color: #333;
}
#header::before{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
	opacity: 0.2;
	content:"";
	z-index: 10;
}



#header.cur {
	background-color: #fff;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,0.15);
}
#header.cur .nav>ul>li.xiaLi{
	background-image: url(../images/jt1h.png);
}
#header.cur .nav>ul>li>a{
	color: #333;
}





/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.fafa .flex-direction-nav a{
	border-radius: 50%;
	box-shadow: 0px 0px 29px 0px rgba(3, 121, 71, 0.11);
	width: 50px;
	height: 50px;
	margin-top: -25px;
	transition: background-image .3s;
}
.fafa .flex-direction-nav .flex-prev
{left: 3%;}
.fafa .flex-direction-nav .flex-prev:hover{
	background-image: url(../images/b-left-h.png);
}
.fafa .flex-direction-nav .flex-next
{right: 3%;}
.fafa .flex-direction-nav .flex-next:hover{
	background-image: url(../images/b-right-h.png);
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 55px;
}
.fafa .flex-control-nav li{
	margin:0 9px;
}
.fafa .flex-control-paging li a{
	width: 17px;
	height: 17px;
}



.main{
	padding: 100px 0 72px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}



.main1-dl dl{
	margin:0;
	font-size: 0;
	text-align: center;
	margin-top: 80px;
}

.main1-dl dd{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	color: #141414;
	line-height: 1.5;
}
.main1-dl dd+dd{
	margin-left: 155px;
}
.main1-dl dd img{
	display: block;
	margin:0 auto 15px;
	width: 120px;
}
.main1-dl dd span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
}
.main1-dl dd i{
	display: block;
	font-size:18px;
	font-style: normal;
	margin-top: 4px;
}

.main1-oem{
	font-size: 0;
	text-align: center;
	margin-top: 60px;
}

.main1-oem a{
	display: inline-block;
	font-size: 30px;
	color: #fff;
	padding: 25px 70px;
	line-height: 1;
	border-radius: 15px;
	background-image: linear-gradient(to right, #44a34c , #188967);
}

.main2{
	margin-top: 100px;
}

.main3{
	margin-top: 120px;
}


.main3-menu{
	padding: 50px 0 85px;
}

.main3-list{
	padding: 0 50px;
}

.main3-list .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(../images/left1.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  transition: background-image .3s;
}
.main3-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/left1h.png);
}
.main3-list .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(../images/right1.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  background-size: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  transition: background-image .3s;
}
.main3-list .owl-nav button.owl-next:hover{
	background-image: url(../images/right1h.png);
}

.main3-item{
	 transform: scale(0.5);
	 transition: transform .5s;
	 padding: 0 30px 165px;
	 position: relative;
}

.center .main3-item{
	 transform: scale(1);
}

.main3-pic{
	max-width: 317px;
	margin:0 auto;
	position: relative;
	z-index: 30;
}
.main3-pic .imgbox_a{
	padding-bottom: 135.33%;
}


.main3-con{
	display: none;
	background-color: #e0efff;
	border-radius: 15px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 18px;
	height: 200px;
	z-index: 15;
	padding: 80px 15px 0;
	box-shadow: 0px 0px 29px 0px rgba(3, 121, 71, 0.11);
}


.main3-con .product-h1{
	margin-top: 0;
	margin-bottom: 10px;
}

.center .main3-con{
	display: block;
}



.main3-div-wp{
	position: relative;
}

.main3-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s;
}

.main3-div.cur{
	position: relative;
	opacity: 1;
	visibility: visible;
}



.main4{
	margin-top: 95px;
}

.main4-menu{
	padding: 50px 0 70px;
}

.main4-item{
	display: block;
	background-color: #f7fbff;
	padding: 45px 50px 40px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.main4-item::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content:"";
	z-index: 6;
	background-image: url(../images/main4-item-jb.png);
	background-repeat: no-repeat;
	background-position: center 0;
	opacity: 0;
	visibility: hidden;
	/*transition: opacity .3s;*/
}
.main4-con{
	position: relative;
	z-index: 10;
}

.main4-date1{
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #44a34c;
}

.main4-date2{
	font-size: 16px;
	line-height: 1;
	color: #141414;
	margin-top: 12px;
}
.main4-h1{
	font-size: 22px;
	line-height: 1.8;
	color: #141414;
	height: 3.6em;
	overflow: hidden;
	margin-top:25px;
}
.main4-p{
	font-size: 16px;
	line-height: 2;
	color: #666;
	height: 6em;
	overflow: hidden;
	margin-top:30px;
}

.main4-more{
	width: 60px;
	margin-left: auto;
	margin-top: 40px;
}

.main4-pic{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	/*transition: opacity .3s;*/
}

.main4-pic .imgbox_a{
	padding-bottom: 61.26%;
}
.main4-item:hover .main4-date1{color: #fff;}
.main4-item:hover .main4-date2{color: #fff;}
.main4-item:hover .main4-h1{color: #fff;}
.main4-item:hover .main4-p{
	opacity: 0;
	visibility: hidden;
}
.main4-item:hover .main4-more{
	opacity: 0;
	visibility: hidden;
}





.main4-item:hover::before{
	opacity: 1;
	visibility: visible;
}
.main4-item:hover .main4-pic{
	opacity: 1;
	visibility: visible;
}


.main4-list .owl-dots {
    margin-top: 40px;
}
.main4-list .owl-dots .owl-dot{

    margin:0 9px;
}
.main4-list .owl-dot span{
    width: 17px;
   
    height: 17px;
    background-image: url(../images/owl-dot-ico2.png);
}

.main4-list .owl-dot.active span {
    background-image: url(../images/owl-dot-ico-h.png);
}


.main4-div{
	position: relative;
	overflow: hidden;
}

.main4-list-div{
	position: absolute;
	width: 100%;
	left:0%;
	top: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity .5s;
	visibility: hidden;
}

.main4-list-div.cur{
	left: 0;
	position: relative;
	z-index: 30;
	opacity: 1;
	visibility: visible;
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #158768;
}


.footer-1{
	padding: 50px 0 35px;
	border-bottom: 1px solid #4b9b85;
}


.er{
	width:148px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-left: 20px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 23px;
}


.foo1-con{
	width: 275px;
	margin-top: 15px;
}

.foo1-1{
	font-size: 18px;
	color: #fff;
}

.foo1-2{
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
	margin-top: 15px;
}


.foo1-list{
	overflow: hidden;
	padding-top: 15px;
}

.foo1-list a:hover{
	font-weight: bold;
}

.foo1-list ul{
	margin:0;
}

.foo1-list li{
	float: left;
}

.foo1-list li+li{
	margin-left: 63px;
}

.foo1-list dl{
	margin:0;
	padding-top: 8px;
}

.foo1-list dd{
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}





.footer-2{
	padding: 25px 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}


/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 85px;
   margin-left: 15px;
   margin-top:6px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 503px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 245px;
}

.lvdai{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 181px;
	background-image: url(../images/lvdai.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 20;
	/*background-color: #fff;*/
}
.banner-2::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/lanyin.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index: 10;
	content:"";
}
.banner-2::after{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.23;
	z-index: 5;
	content:"";
}

.banner-2 .container{
	position: relative;
	z-index: 30;
}
.banner-2 .banner-2-h1{
	/*white-space: nowrap;*/

}
.banner-2-h1{
	font-size: 60px;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	font-weight: bold;
}

.banner-2-h2{
	font-size: 38px;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin-top: -25px;
	position: relative;
	z-index: 10;
}

body{
	background-color: #f1f8fe;
}
.product-xx1{
	padding: 65px 0 80px;
}
.product-xx1-menu{
	font-size: 0;
	text-align: center;
	line-height: normal;
}
.product-xx1-menu a{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 54px;
	line-height: 34px;
	border-radius: 999em;
  border:10px solid rgba(0, 0, 0, 0);
  border-image: url(../images/product-xx1-a.png) 10;
	font-size: 22px;
	color: #333;
	/*transition: border-color .3s,background-color .3s,color .3s;*/
	position: relative;
}
.product-xx1-menu a+a{
	margin-left: 38px;
}

.product-xx1-menu a:hover,
.product-xx1-menu a.cur{
	background-color: #44a34c;
	background-image:none;
	color: #fff;
	border-image:none;
	border-color:#44a34c;
}


.product-xx2 img{
	display: block;
	width: 100%;
}

.zhui{
	padding: 65px 0 80px;
}

.zhui-div{
	height: 660px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/zhui-bg.jpg);
	border-radius: 12px;overflow: hidden;
	position: relative;
}

.zhui-form{
	position: absolute;
	width: 400px;
	height: 200px;
	background-color: #fff;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -137px;
	border-radius: 12px;overflow: hidden;
	z-index: 30;
	padding: 40px 65px 0;
}

.zhui-h1{
	font-size: 22px;
	color: #333;
	text-align: center; 
}
.zhui-input{
	margin-top: 30px;
}
.zhui-input input{
	height: 42px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
}
.zhui-btn {
	margin-top: 40px;
}
.zhui-btn input:focus{
	outline: none;
}
.zhui-btn input{
	display: block;
	width: 130px;
	height: 36px;
	border:0;
	color: #fff;
	font-size: 18px;
	background-color: #44a34c;
	border-radius: 5px;
	cursor: pointer;
	margin: 0 auto;
	transition: background-color .3s;
}

.zhui-btn input:hover{
	background-color: #38893f;
}

.zhihui1{
	height: 917px;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	background-image: url(../images/zhihui-bg1.png);
	padding-top: 60px;
}

.erji-title .banner-2-h1{
	font-size: 48px;
	color: #c4d9e9;
	opacity: 0.5;
}
.erji-title .banner-2-h2{
	font-size: 30px;
	color: #44a34c;
}

.zhihui1-p{
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 2;
	max-width: 945px;
	margin:30px auto 0;
}
.zhihui2{
	padding: 80px 0 112px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/zhihui-bg2.png);
}

.zhihui2 .zhihui1-p{
	max-width: 100%;
}

.zhihui2-item{
	width: 48.5%;
	margin-top: 75px;
}

.zhihui2-item img{
	display: block;
	margin:0 auto;
}

.news{
	padding: 65px 0 60px;
}

.news-list{
	padding-top: 63px;
}

.news-item+.news-item{
	margin-top: 36px;
}
.news-item:hover{
	background-color: #fff;
}
.news-item:hover .news-h1
{color: #44a34c;}
.news-item{
	background-color: #f7fbff;
	padding: 50px;
	border-radius: 12px;
	box-shadow: 0px 0px 29px 0px rgba(3, 121, 71, 0.11);
	transition: background-color .3s;
}


.news-pic{
	width: 444px;
	margin-right: 50px;
}
.news-pic .imgbox_a{
	padding-bottom: 61.26%;
	border-radius: 12px;
}

.news-con{
	overflow: hidden;
	padding-top: 10px;
}

.news-date{
	font-size: 16px;
	color: #333;
	line-height: 1;
	background-image: url(../images/xie.png);
	background-repeat: no-repeat;
	background-position: 62px center;
}
.news-date span{
	font-size: 48px;
	font-weight: bold;
	color: #44a34c;
	padding-right: 25px;
}


.news-h1{
	font-size: 22px;
	color: #141414;
	margin:20px 0 15px;
	transition: color .3s;
}

.news-h1 a:hover{
	font-weight: bold
}



.news-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	max-height: 3.6em;
	overflow: hidden;
}
.news-item .more1{
	margin-top: 25px;
}
.more1 a{
	display: block;
	width: 126px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	color: #44a34c;
	font-size: 16px;
	border:1px solid #44a34c;
	border-radius: 4px;
	transition: .3s;
}
.more1 a:hover{
	background-color: #44a34c;
	color: #fff;
}

.fenye{
	text-align: center;
	margin-top: 60px;
}


.fenye ul{
	margin:0;
}


.news-xx-left{
	width: 65.86%;
	background-color: #f7fbff;
	box-shadow: 0px 0px 29px 0px rgba(3, 121, 71, 0.11);
	padding: 40px 50px 50px;
	border-radius: 12px;
}


.news-xx-h1{
	font-size: 28px;
	color: #141414;
}
.news-xx-h2{
	font-size: 16px;
	color: #141414;
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
}


.news-xx-con{
	padding: 40px 0 60px;
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.news-xx-con img{
	display: block;
	margin:0 auto;
}


.news-xx-page{
	border-top: 1px solid #d6d6d6;
	padding-top: 15px;
}

.news-xx-page-a{
	margin-top: 20px;
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/qiu.png);
	font-size: 16px;
	color: #141414;
}
.news-xx-page-a a:hover{
	color: #44a34c;
}
.news-xx-right{
	width: 31.7%;
}

.news-xx-tj{
	background-color: #f7fbff;
	padding: 45px 50px;
	box-shadow: 0px 0px 29px 0px rgba(3, 121, 71, 0.11);
	border-radius: 12px;
	transition: background-color .3s;
}

.news-xx-tj+.news-xx-tj{
	margin-top: 20px;
}

.news-xx-tj-h1{
	font-size: 22px;
	color: #141414;
	line-height: 1.6;
	max-height: 3.2em;
	overflow: hidden;
	margin-top: 20px;
	transition: color .3s;
}
.news-xx-tj-h1 a:hover{
	/*font-weight: bold;*/
}
.news-xx-tj .news-date{
	transition: color .3s,background-image .3s;

}
.news-xx-tj .news-date span{
	transition: color .3s;

}
.news-xx-tj:hover{
	background-color: #44a34c;
}
.news-xx-tj:hover .news-date{
	color: #fff;
	background-image: url(../images/xieh.png);
}
.news-xx-tj:hover .news-date span{
	color: #fff;
}
.news-xx-tj:hover .news-xx-tj-h1{
	color: #fff;
}

.wenhua{
	padding: 65px 0 85px;
}

.wenhua-h1{
	font-size: 38px;
	color: #44a34c;
	font-weight: bold;
}

.wenhua-list{
	padding-top: 90px;
	padding-bottom: 60px;
}

.wenhua-item{
	width:438px;
	position: relative;
}

.wenhua-item1::after{
	position: absolute;
	width: 546px;
	height: 104px;
	content:"";
	background-image: url(../images/duan.png);
	left: 490px;
	bottom: 108px;
}


.wenhua-item2::after{
	position: absolute;
	width: 896px;
	height: 103px;
	content:"";
	background-image: url(../images/chang.png);
	right: 460px;
	bottom: 108px;
}


.wenhua-item3::after{
	position: absolute;
	width: 234px;
	height: 275px;
	content:"";
	background-image: url(../images/wei.png);
	left: 490px;
	bottom: -60px;
}






.wenhua-pic .imgbox_a{
	padding-bottom: 63.47%;
	border-radius: 12px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
}

.wenhua-nian{
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	color: #44a34c;
}

.wenhua-con{
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding: 20px 0 25px;
}

.wenhua-item2{
	margin-left: auto;
}

.wenhua-item+.wenhua-item{
	margin-top: -90px;
}

.wenhua-h2{
	font-size: 30px;
	color: #44a34c;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 18px;
}

.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.zhaos1{
	padding: 65px 0 80px;
}
.zhaos1 .zhihui1-p{
	max-width: 100%;
}


.zhaos1-item-wp{
	margin-top: 55px;
}
.zhaos1-item{
	width: 47.86%;
	background-image: url(../images/zhaos1-item-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	overflow: hidden;
}
.zhaos1-item>a{
	display: block;
	height: 150px;
	background-repeat: no-repeat;
	background-position: 50px 35px;
	font-size: 30px;
	color:#fff;
	line-height: 1;
	text-align: right;
	padding-right: 88px;
	padding-top: 75px;
	font-style: italic;
	position: relative;
}
.zhaos1-item>a::after{
	position: absolute;
	width: 24px;
	height: 24px;
	content:"";
	background-image: url(../images/jt2.png);
	background-size: 100%;
	right: 46px;
	bottom:45px;
	transition: right .3s;
}
.zhaos1-item>a:hover::after{
	right: 35px;
}

.zhaos2{
	background-image: url(../images/zhaos2-bg.jpg);
	padding: 70px 0 80px;
}

.zhaos2-dl dl{
	margin:0;
	margin-left:-3%;
}
.zhaos2-dl dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
	height: 220px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-image: url(../images/zhaos2-ico.png);
	border-radius: 15px;
	position: relative;
	z-index: 1;
}
.zhaos2-dl dd:hover{
	z-index: 10;
}

.zhaos2-item{
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	z-index: 30;
	padding:35px 50px 40px;
	transition: background-color .3s;
	border-radius: 15px;
	cursor: pointer;
	z-index: 88;
}
.zhaos2-item:hover{
	background-color:#44a34c;
}
.zhaos2-item:hover .zhaos2-h1{
	color: #fff;
}
.zhaos2-item:hover .zhaos2-p{
	display: none;
}
.zhaos2-item:hover .zhaos2-p2{
	display: block;
}
.zhaos2-h1{
	font-size: 22px;
	color:#44a34c;
	transition: color .3s;
}

.zhaos2-p{
	font-size:16px;
	color:#666;
	line-height: 2;
	height:6em;
	overflow: hidden;
	margin-top: 15px;
}

.zhaos2-p2{
	font-size:16px;
	color:#fff;
	line-height: 2;
	overflow: hidden;
	margin-top: 15px;
	display: none;
}





.zhaos3{
	padding: 75px 0 85px;
}

.zhaos3-1-div{
	background-color: #fff;
	padding:50px;
	border-radius: 15px;
	margin-top: 50px;;
}
.zhaos3-1-pic .imgbox_a{
	padding-bottom: 62.9%;
	border-radius: 12px;
}
.zhaos3-1-con{
	margin-top: 25px;
}

.zhaos3-1-h1{
	font-size: 22px;
	color:#141414;
	
}

.zhaos3-1-p{
	font-size: 16px;
	color:#666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
	margin-top: 15px;
}


.zhaos3-1-list .owl-dots {
    margin-top: 45px;
}
.zhaos3-1-list .owl-dots .owl-dot{

    margin:0 9px;
}
.zhaos3-1-list .owl-dot span{
    width: 17px;
   
    height: 17px;
}


.zhaos3-2{
	margin-top: 75px;
}
.zhaos3-2-img{
	margin-top: 65px;
}
.zhaos3-2-img img{
	display: block;
	margin:0 auto;
}

.zhaos4{
	background-image: url(../images/zhaos4-bg.jpg);
	padding: 70px 0 85px;
}

.zhaos4-list{
	padding-top: 50px;
}

.zhaos4-item+.zhaos4-item{
	margin-top: 20px;
}

.zhaos4-q{
	font-size: 22px;
	color:#141414;
	line-height: 1.5;
	padding: 25px 85px 25px 110px;
	border-radius: 15px;
	background-color: #fff;
	background-image: url(../images/q.png);
	background-position: 50px 26px;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	z-index: 30;
	transition: box-shadow .3s;
}

.zhaos4-q::after{
	position: absolute;
	right: 50px;
	top:33px;
	content:"";
	background-image: url(../images/zhaos4-ico1.png);
	width: 15px;
	height: 15px;
}
.cur .zhaos4-q{
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);

}
.cur .zhaos4-q::after{
	background-image: url(../images/zhaos4-ico2.png);
}

.zhaos4-a{
	font-size: 16px;
	color:#666;
	line-height: 2;
	padding: 40px 50px 25px 110px;
	border-radius: 15px;
	background-image: url(../images/a.png);
	background-position: 50px 41px;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	margin-top: -20px;
	background-color: #ffffff;
	display: none;
}

.zhaos4-item:nth-child(1) .zhaos4-a{
	display: block;
}

.product-pic{
	max-width: 171px;
	margin:0 auto;
	position: relative;
	z-index: 30;
}

.product-pic .imgbox_a{
	padding-bottom: 151.462%;
}

.product-item{
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 25px 45px;
	position: relative;
}
.product-item:hover::after{
	opacity: 1;
}
.product-item::after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 12;
  opacity: 0;
  content: "";
  transition: opacity .5s;
  border: 10px solid rgba(0, 0, 0, 0);
  border-image: url(../images/border.png) 15;
}
.product-h1{
	font-size: 22px;
	color: #44a34c;
	text-align: center;
	margin: 40px 0 15px;
}

.product-h2{
	font-size: 20px;
	color: #141414;
	text-align: center;
}

.product{
	padding-bottom: 125px;
}

.product-list{
	padding: 0 70px;
}

.product-list .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(../images/left1.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  transition: background-image .3s;
}
.product-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/left1h.png);
}
.product-list .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(../images/right1.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  background-size: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  transition: background-image .3s;
}
.product-list .owl-nav button.owl-next:hover{
	background-image: url(../images/right1h.png);
}


.product-list .item{
	padding-bottom: 18px;
}

.product-a{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -18px;
	z-index: 30;
}

.product-a a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 999em;
	background-color: #44a34c;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin:0 auto;
	transition: background-color .3s;
}
.product-a a:hover{

	background-color: #37873e;
}


.product-list .owl-dots {
    margin-top: 0;
    height: 0;
    position: relative;
    top: 50px;
}
.product-list .owl-dots .owl-dot{

    margin:0 9px;
}
.product-list .owl-dot span{
    width: 17px;
    height: 17px;
}



.about-top{
	padding: 65px 0 80px;
	background-image: url(../images/about-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 100%;
}
.about1 .zhihui1-p{
	max-width: 1140px;
}
.about1-img{
	margin-top: 55px;
}
.about1-img img{
	display: block;
	margin:0 auto;
}


.about2{
	margin-top: 85px;
}
.about3{
	margin-top: 140px;
}


.about3-xin{
	float: right;
	margin-top: 5px;
	font-size: 16px;
}


.about3 .zhaos4-a{
	background-image: none;
	padding-left: 50px;
}

.about3-con1-item{
	width: 50%;
	padding-right: 20px;
}

.about3-con1-h1{
	font-size: 18px;
	color: #141414;
}
.about3-con1-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 10px;
}
.about3-con1-p p{
	margin:0;
}


.about3-con2{
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e2e2e2;
}











.about-bottom{
	padding: 50px 0 0;
}
.about-bottom .container{
	position: relative;
	z-index: 30;
}
.about4-div{
	height: 205px;
	border-radius: 15px;
	background-color: #44a34c;
	margin-top: 50px;
	padding: 50px 50px 0;
}

.about4-2{
	margin-left: 70px;
}
.about4-1-h1{
	font-size: 20px;
	color: #fff;
}

.about4-1-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 14px;
}

.about4-1-p p{
	margin:0;
}

.about4-3 dl{
	margin:0;
}
.about4-3{
	margin-top: 30px;
}
.about4-3 dd{
	float: left;
	width: 54px;
	position: relative;
}
.about4-3 dd+dd{
	margin-left: 20px;
}
.about4-3 dd>a{
	display: block;
	height: 54px;
	background-color: #61bb68;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .3s;
	position: relative;
}
.about4-3 dd>a:hover{
	background-color: #1f8327;
}
.about4-3 dd>a:hover .er-wwp{
	display: block;
}

.er-wwp{
	position: absolute;
	width: 163px;
	height: 171px;
	margin-left: -81px;
	bottom: 55px;
	background-image: url(../images/er-wwp.png);
	left: 50%;
	padding: 19px 19px 0;
	display: none;
}

.er-wwp img{
	display: block;
	width: 100%;
}





.map-wp{
	margin-top: -77px;
	position: relative;
	z-index: 2;
	height: 449px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.about2-list{
	padding: 0 80px;
}

.about2-list .owl-nav button.owl-prev{
  position: absolute;
  left:0px;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(../images/left1.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;
  font-size: 0;
  z-index: 50;
  background-size: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  transition: background-image .3s;
}
.about2-list .owl-nav button.owl-prev:hover{
	background-image: url(../images/left1h.png);
}
.about2-list .owl-nav button.owl-next{
  position: absolute;
  right:0px;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 50px;
  background-image: url(../images/right1.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center ;font-size: 0;
  z-index: 50;
  background-size: 100%;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50%;
  transition: background-image .3s;
}
.about2-list .owl-nav button.owl-next:hover{
	background-image: url(../images/right1h.png);
}

.about2-list .owl-dots {
    margin-top: 0;
    height: 0;
    position: relative;
    top: 45px;
}
.about2-list .owl-dots .owl-dot{

    margin:0 9px;
}
.about2-list .owl-dot span{
    width: 17px;
    height: 17px;
}

.about2-list2{
	margin-top: 120px;
}

.about2-div{
	margin-top: 70px;
}

.about2-list1 .imgbox_a{
	padding-bottom: 140.07%;
}
.about2-list2 .imgbox_a{
	padding-bottom: 65.6%;
}