@charset "utf-8";
/*首页—产品中心*/
.index-etp{
    width: 100%;
    height: auto;
    padding-top: 50px;
    box-sizing: border-box;
}
.index-etp .title{
    margin-bottom: 40px;
}
.etp-box-end{
    width: 100%;
	height: auto;
    overflow: hidden;
}
.etp-box-left{
    width: 300px;
    height: 100%;
    overflow: hidden;
}
.etp-box-left-title{
    width: 100%;
    height: 100px;
    position: relative;
    line-height: 100px;
}
.etp-box-left-title p{
    font-size: 36px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    text-align: center;
}
.etp-box-left-title span{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 60px;
    color: #444444;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #333333;
    text-align: center;
}

.etp-box-left-ul{
    width: 100%;
    max-height: 680px;
	height: auto;
}
.etp-box-left-ul li,
.etp-box-left-ul a
{
    height: 42.5px;
    line-height: 41px;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 23px 0 40px;
    background: #e5e5e5 url("../images/icon-r.png") 250px center no-repeat;
    -webkit-background-size: 8px;
    background-size: 8px;
    position: relative;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.etp-box-left-ul li:hover,
.etp-box-left-ul li:active,
.etp-box-left-ul a:hover,
.etp-box-left-ul a.active{
    background: #719f00 url("../images/icon-r1.png") 250px center no-repeat;
    -webkit-background-size: 8px;
    background-size: 8px;
    color: #fff;
}
.etp-box-left-ul li i,
.etp-box-left-ul a i
{
    
    font-size: 12px;
    cursor: pointer;
}
.etp-box-right-box{
    width: 880px;
    height: 100%;
    overflow: hidden;
}
.etp-box-right-ul{
    width: 100%;
    height: 100%;
}
.etp-box-right-ul.noActive{
    display: none;
}
.etp-box-right-ul li{
    width: 280px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
}
.etp-box-right-ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.etp-box-right-ul li .img{
	height: 240px;
}
.img img{
	/*width: 100%;
	height: 100%;*/
	/*object-fit: cover;*/
	transition: all 0.5s;
}

.etp-box-right-ul li:nth-child(3n){
    margin-right: 0;
}
.etp-box-right-ul li a p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background: rgba(255,255,255,0.4);
    transition: all 0.4s;
    color: #000;
}
.etp-box-right-ul li:hover a p{
    color: #719f00;
}
.etp-box-right-ul li:hover .img img{
	transform: scale(1.1);
}
/*首页—中间通条*/
.poker{
	min-width: 1200px;
    width: 100%;
    /* padding-top: 150px; */
	padding-top: 40px;
    height: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.poker-bg{
	width: 100%;
	min-width: 1200px;
	min-height: 359px;
}
.poker-ten{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
}
.poker-ten .container{
    height: 100%;
}
.poker-left{
    color: #fff;
}
.poker-left>p{
    font-size: 30px;
    margin-bottom: 39px;
}
.poker-icon-li{
    width: 60px;
    margin: 0 24px;
}
.poker-icon-li:first-child{
    margin-left: 0;
}
.poker-icon-li img{
    width: 19px;
    height: 19px;
}
.poker-icon-li p{
    text-align: center;
    margin-top: 10px;
    display: block;
    font-size: 18px;
    width: 100%;
}
.poker-right{
    color: #fff;
    width: 200px;
}
.poker-right p{
    font-size: 16px;
    margin-bottom: 10px;
}
.poker-right span{
    font-size: 24px;
    margin-bottom: 20px;
}
.poker-right a{
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}

/*首页—成功案例*/
.index-case{
    padding-top: 80px;
    width: 100%;
    height: auto;
}
.index-case .title{
    margin-bottom: 60px;
}
.index-case-tab{
    width: 100%;
    height: 452px;
    background: #f2f2f2;
    position: relative;
}
.index-case-tab-ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index-case-tab-ul ul{
    width: 100%;
    height: 100%;
    display: none;
}
.index-case-tab-ul ul.active{
    display: block;
}
.index-case-tab-ul li{
    width: 100%;
    height: 100%;
}
.index-case-tab-ul li .img{
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.index-case-tab-ul li .img:hover img{
	transform: scale(1.1);
}
.index-case-tab-tent{
    width: 50%;
    height: 100%;
    padding: 110px 60px 0 60px  ;
    box-sizing: border-box;
}
.index-case-tab-tent h3{
    font-size: 24px;
    font-weight: normal;
    color: #1c1c1c;
    line-height: 68px;
}
.index-case-tab-tent p{
    font-size: 14px;
    color: #1c1c1c;
    line-height: 30px;
}
.index-case-tab-tent a{
    height: 40px;
    width: 110px;
    border: 1px solid #719f00;
    color: #1c1c1c;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    margin-right: 26px;
    margin-top: 40px;
}
.index-case-tab-tent a:hover{
    background: #719f00;
    color: #fff;
}
.index-case-tab-nav{
    width: 50%;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    background: #333333;
}
.index-case-tab-nav-li{
    width: 20%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    color: #f2f2f2;
    font-size: 14px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition:  all 0.4s;
    cursor: pointer;
}
.index-case-tab-nav-li:last-child{
    border-right: 0;
}
.index-case-tab-nav-li.active,
.index-case-tab-nav-li:hover{
    background: #719f00;
}


/*首页—合作伙伴*/
.index-case-swiper{
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    box-sizing: border-box;
    width: 100%;
}
.index-case-firm{
    border: 1px solid #e6e6e6;
    height: 130px;
    box-sizing: border-box;
    padding: 30px 40px;
}
.index-case-swiper p{
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #313131;
}
/*首页—案例展示*/
.index-case-ul{
    width: 100%;
    height: auto;
    padding-bottom: 140px;
    box-sizing: border-box;
}
.index-case-ul-box{
    background: #f6f6f6;
    width: 100%;
    height: auto;
    padding-top: 50px;
	
}
.index-case-ul-box .container{
	position: relative;
}
.index-case-ul-box .container .swiper-button-prev{
	left: -80px;
}
.index-case-ul-box .container .swiper-button-next{
	right: -80px;
}

@media screen and (max-width:1400px) {
	.index-case-ul-box .container .swiper-button-prev{
		left: 10px;
	}
	.index-case-ul-box .container .swiper-button-next{
		right: 10px;
	}
}
.index-case-ul .swiper-slide a{
    width: 100%;
    height: 100%;
}
.index-case-ul .img{
    width: 100%;
    height: 220px;
}
.index-case-ul .swiper-slide:hover .img img{
	transform: scale(1.1);
}
.index-case-ul p{
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

/*首页—4大优势*/
.index-strengths{
    width: 100%;
    height: 693px;
    position: relative;
    padding-top: 60px;
    overflow: hidden;
}
.index-strengths>img{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.index-strengths .title{
    z-index: 1;
}
.index-strengths .title h2{
    color: #fff;
}
.index-strengths .title p{
    color: #fff;
}
.index-strengths .title i{
    color: rgba(255,255,255,0.2);
}
.index-strengths-end{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.strengths-end{
    width: 100%;
    height: 480px;
    background: #fff;
    position: relative;
}
.strengths-ul{
    width: 100%;
    height: 100%;

}
.strengths-li{
    width: 100%;
    height: 100%;
    /*display: none;*/
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px 30px 0 40px;
    box-sizing: border-box;
    z-index: -1;
    background: #fff;
}
.strengths-li.active{
    opacity: 1;
    z-index: 10;
}
.strengths-li i{
    width: 88px;
    height: 129px;
    background: url('../images/img3.png') center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    left: 40px;
    top: -40px;
    line-height: 129px;
    text-align: center;
    font-size: 36px;
    color: #719f00;
}
.strengths-li-left {
    width: 600px;
    padding-right: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.strengths-li-left h3{
    padding-left: 120px;
    box-sizing: border-box;
    font-size: 24px;
    color: #252525;
    line-height: 30px;
}
.strengths-li-left span{
    padding-left: 120px;
    box-sizing: border-box;
    font-size: 18px;
    color: #252525;
    line-height: 30px;
}
.strengths-li-left div{
    font-size: 14px;
    color: #5e5e5e;
    line-height: 30px;
}
.strengths-li .img{
    width: 530px;
    height: 414px;
}
.strengths-li .img:hover img{
	transform: scale(1.1);
}
.strengths-tab{
    width: 520px;
    height: 60px;
    background: #333333;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 36px;
    z-index: 100;
}
.strengths-tab span{
    border-right: 1px solid #fff;
    width: 25%;
    height: 100%;
    box-sizing: border-box;
}
.strengths-tab span img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.strengths-tab span.active,
.strengths-tab span:hover{
    background: #719f00;
}

/* 首页—新闻聚焦*/
.index-news{
    padding-top: 80px;
    box-sizing: border-box;
}

.index-news .title{
    margin-bottom: 50px;
}
.index-news-title{
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}
.index-news-title::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.index-news-title-left{
    background: #fff;
    height: 100%;
    width: auto;
    font-size: 18px;
    color: #474747;
}
.index-news-title-left a{
    color: #474747;
    padding: 0 25px;
    box-sizing: border-box;
}
.index-news-title-left a:first-child{
    padding-left: 0;
}
.index-news-title-left a.active,
.index-news-title-left a:hover{
    color: #719f00;
}
.title-more{
    background: #fff;
    font-size: 14px;
    color: #717171;
    padding-left: 20px;
    box-sizing: border-box;
}
.index-news-ul{
    width: 100%;
    min-height: 400px;
    padding-left: 50%;
    box-sizing: border-box;
    position: relative;
}
.index-news-li{
    width: 100%;
    min-height: 128px;
	height: auto;
    padding-left: 50px;
    box-sizing: border-box;
}
.index-news-li a{
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0 15px  90px;
    box-sizing: border-box;
    position: relative;
    line-height: 30px;
}
.index-news-li a .index-news-li-img{
    display: none;
}
.index-news-li:hover .index-news-li-img img{
	transform: scale(1.1);
}
.index-news-li a span{
    font-size: 18px;
    color: #dddddd;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-news-li a span i{
    font-size: 48px;
    display: block;
    width: 100%;
}
.index-news-li a h3{
    color: #3f3f3f;
    font-size: 18px;
    font-weight: normal;
}
.index-news-li a p{
    color: #404040;
    font-size: 14px;
}
.index-news-li a p i{
    display: inline-block;
    color: #719f00;
}
.index-news-li:first-child{
    position: absolute;
    left: 0;
    top: 0;
    width: 525px;
    height: auto;
    padding-left: 0 !important;
}
.index-news-li:first-child a{
    padding-left: 0 !important;
    border-bottom: none;
    padding-right: 25px;
    box-sizing: border-box;
}
.index-news-li:first-child a span{
    display: none !important;
}
.index-news-li:first-child a .index-news-li-img{
    display: block;
    width: 500px;
    height: 190px;
    border: 1px dashed #e0e0e0;
    padding: 12px;
    box-sizing: border-box;
}
.index-news-li-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news-li:first-child a h3{
    text-align: center;
}

/*案例展示—列表*/
.tab-box{
    margin-top: 60px;
    height: auto;
}
.tab-box .etp-box-left{
    width: 280px;
}
.tab-box .etp-box-left-ul{
    height: auto;
}
.tel{
    width: 100%;
    height: 190px;
    background: #e5e5e5 url('../images/tel.png') center 20px no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding-top: 120px;
    box-sizing: border-box;
    font-size: 22px;
    color: #719f00;
    text-align: center;
}
.tel:hover{
	
	color: #719f00;
}
.etp-re{
    width: 100%;
    height: auto;
    background: #e5e5e5;
    padding: 30px 20px;
    box-sizing: border-box;
}
.etp-re-a{
    width: 100%;
    height: auto;
}
.etp-re-a .img{
    width: 100%;
    height: 180px;
    background: #d1ad8e;
}
.etp-re-a p{
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
/*详情*/
.article h1{
    font-weight: normal;
    line-height: 1.2;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    color: #333333;
    text-align: center;
}
.article>span{
    font-size: 14px;
    color: #1c1c1c;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.content img{
    max-width: 100% !important;
    height: auto ;
    display: inline-block !important;
}


/*上一篇、下一篇*/
.article-prev{
    font-size: 18px;
    color: #719f00;
    line-height: 40px;
}
.article-prev a{
    display: inline-block;
    color: #999999;
    padding-left: 10px;
    box-sizing: border-box;
}
.article-next{
    font-size: 18px;
    color: #719f00;
    line-height: 40px;
}
.article-next a{
    display: inline-block;
    color: #999999;
    padding-left: 10px;
    box-sizing: border-box;
}
.article-prev a:hover,
.article-next a:hover{
    color: #719f00;
}
/*相关推荐*/
.nominate{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.nominate-bg{
    padding: 40px;
    box-sizing: border-box;
    background: #f5f5f5;
}
.nominate-title{
    font-size: 24px;
    color: #333;
    line-height: 60px;
}
.nominate a{
    line-height: 60px;
    height: 60px;
    width: 100%;
    border-bottom: 1px dashed #d2d2d2;
    font-size: 18px;
    color: #666666;
    padding-right: 110px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}
.nominate a span{
    display: block;
    width: 110px;
    height: 100%;
    color: #719f00;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.nominate a:hover{
    color: #719f00;
}

/*合作伙伴*/
.mate-ul{
    width: 100%;
}
.mate-li{
    width: 240px;
    height: auto;
    margin-right: 40px;
}
.mate-li:nth-child(3n){
    margin-right: 0;
}
.mate-li .mate-img{
    width: 100%;
    height: 240px;
    background: #fff;
}
.mate-img img{
    width: auto;
    max-width: 100%;
}
.mate-li p{
    line-height: 60px;
    height: 60px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

/*产品中心—列表*/
.product-nav-ul{
    width: 100%;
}
.product-nav-ul li{
    width: 100%;
    height: 42px;
    line-height: 41px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all 0.4s;
}
.product-nav-ul li p{
    box-sizing: border-box;
    padding: 0 35px 0 56px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    background: #e5e5e5 ;
    position: relative;
}
.product-nav-ul li p i{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    text-align: right;
    height: 100%;
    cursor: pointer;
}
.product-nav-ul li.active p,
.product-nav-ul li:hover p{
    color: #fff;
    background: #719f00;
}
.product-nav-ul-list{
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.product-nav-ul-list a{
    box-sizing: border-box;
    padding: 0 35px 0 56px;
    width: 100%;
    color: #333;
    height: 100%;
    border-bottom: 1px solid #fff;
    background: #e5e5e5 ;
    position: relative;
}
.product-nav-ul-list a:hover,
.product-nav-ul-list a.active{
    background: #d6d6d6;
}
.product-nav-ul li.active{
    height: auto;
}

.product-class{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
    margin-top: 20px;
}
.product-class span{
    width: 160px;
    height: 100%;
    background: #719f00;
    color: #fff;
    text-align: center;
}
.product-class a{
    min-width: 70px;
    text-align: center;
    height: 100%;
    font-size: 22px;
    color: #666666;
    padding: 0 10px;
    box-sizing: border-box;
}
.product-class a:hover,
.product-class a.active{
    background: #efefef;
    color: #333;
}
.product-class em{
	min-width: 80px;
	text-align: center;
	height: 100%;
	font-size: 22px !important;
	padding: 0 10px;
	box-sizing: border-box;
	background: #efefef;
	color: #333 !important;
}
/*产品详情*/
.product-article{
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 40.42px 2.58px rgba(211, 211, 211, 0.3);
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}
.product-swiper{
    width: 50%;
    height: auto;
    padding-right: 15px;
    box-sizing: border-box;
}
.product-r{
    width: 50%;
    height: auto;
    padding-left: 15px;
    box-sizing: border-box;
}
.product-r h1{
    border-bottom: 1px solid #e2e2e2;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #3c3c3c;
    font-weight: normal;
}
.product-r p{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.product-describe{
    margin-bottom: 30px;
}
.product-tinct{
	widows: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.product-tinct-span{
	width: 16%;
	margin-right: 5%;
	
}
.product-tinct-span span{
	display: block;
	width: 100%;
	height: 30px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow:2px 2px 5px #999;
}
.product-tinct-span:nth-child(5n){
	margin-right: 0;
}
.product-tinct-span p{
	font-size: 14px;
	color: #333;
	width: 100%;
	text-align: center;
}
.gallery-thumbs{
    padding-top: 10px;
    box-sizing: border-box;
}
.etp-article{
    background: #f4f4f4;
    padding: 30px;
    box-sizing: border-box;
}

.etp-article-t{
    width: 150px;
    height: 46px;
    line-height: 46px;
    padding: 0 37px 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #ffffff;
    background: #719f00 url('../images/icon-r2.png') 113px center  no-repeat;
    -webkit-background-size: 17px;
    background-size: 17px;
    margin-top: 20px;
}
.etp-content{
    margin-top: 20px;
}
.etp-content img{
	max-width: 100%;
}
.etp-article-li:first-child .etp-article-t{
    margin-top: 0;
}
.product-swiper .swiper-slide img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
/*关于我们*/
.about-tab{
    width: 100%;
    height: auto;
}
.about-tab a{
    width: 33.33%;
    text-align: center;
    font-size: 18px;
    color: #333333;
    height: 60px;
    line-height: 60px;
    border-bottom: 7px solid #fff;
    box-sizing: border-box;
}
.about-tab a.active{
    border-bottom-color: #719f00;
}
.about-intro h1{
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.about-intro-tent{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 85px;
    box-sizing: border-box;
    min-height: 270px;
}
.about-intro-tent>img{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-intro-tent h3{
    font-size: 30px;
    color: #ffffff;
    line-height: 180px;
    height: 180px;
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.about-intro-tent-box{
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 5px 34.96px 3.04px rgba(171, 171, 171, 0.19);
    width: 100%;
    min-height: 410px;
    padding: 30px 100px;
    box-sizing: border-box;
}
.about-intro-tent-box ul{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-intro-tent-box ul li{
    width: 215px;
    height: 110px;
    background: #fff url('../images/img6.png') bottom left no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.about-intro-tent-box ul li p{
    font-size: 60px;
    color: #333333;
    height: 80px;
    line-height: 80px;
    border-bottom: 4px solid #E6E633;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-intro-tent-box ul li p i{
    font-size: 30px;
    line-height: 100px;
}
.about-intro-tent-box ul li span{
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 30px;
}

.about-intro-list{
    border: 3px solid #EFEFEF;
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    position: relative;
    margin-top: 100px;
    overflow: hidden;
}

.about-intro-list .intro-r{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 15px 20px 15px 0;
    box-sizing: border-box;
}
.about-intro-list .intro-r::after{
    content: '';
    width: 420px;
    height: 100%;
    background: #719f00;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.about-intro-list .intro-r img{
    float: right;
}
.about-intro-list .intro-l{
    width: 50%;
    height: 100%;
    padding: 40px 70px;
    box-sizing: border-box;
}
.about-intro-list .intro-l i{
    width: 100%;
    display: block;
    line-height: 45px;
    font-size: 34px;
    color: #ebebeb;
}
.about-intro-list .intro-l  span{
    font-size: 30px;
    color: #719f00;
    display: block;
    width: 100%;
    line-height: 43px;
    margin-bottom: 10px;
}
.about-intro-list .intro-l  p{
    font-size: 18px;
    color: #333333;
}
.about-intro-list-dao .intro-r{
    left: 0;
    right: unset;
    padding: 15px 0 15px 20px;
}
.about-intro-list-dao .intro-r::after{
    left: 0;
    right: unset;
}
.about-intro-list-dao .intro-r img{
    float: left;
    height: 100%;
}
.about-intro-list-dao .intro-l{
    float: right;
}
.strength{
    width: 100%;
    height: 937px;
    position: relative;
    margin-top: 100px;
}
.strength>img{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}
.strength-title{
    line-height: 44px;
    font-size: 34px;
    color: #ffffff;
    padding-top: 40px;

}
.strength-title p{
    font-size: 30px;
    color: #719f00;
    margin-bottom: 10px;
}
.strength ul li{
    box-shadow: 0 11px 42.63px 6.37px rgba(167, 167, 167, 0.15);
    background: rgba(255, 255, 255,0.749);
    width: 542px;
    height: 325px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.strength ul li p{
    width: 100%;
    position: relative;
    height: 54px;
    line-height: 54px;
    padding-left: 80px;
    font-size: 24px;
    color: #333333;
}
.strength ul li p span{
    width: 54px;
    height: 54px;
    border: 1px solid #719f00;
    font-size: 30px;
    color: #719f00;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 25px;
    font-weight: bold;
}
.strength ul li div{
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}
.more{
    margin-top: 100px;
}
.more-ul{
    width: 570px;
    height: auto;
    border: 3px solid #efefef;
    box-sizing: border-box;
    padding: 30px 40px;
}
.more-title p{
    display: inline-block;
    color: #719f00;
    font-size: 30px;
    font-weight: normal;
}
.more-title a{
    font-size: 14px;
    color: #999999;
}

.more-li{
    margin-top: 10px;
}
.more-li h3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    padding: 0 50px 0 20px;
    position: relative;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
}
.more-li h3 span{
    display: block;
    width: 100%;
}
.more-li h3::after{
    content: '';
    width: 4px;
    height: 20px;
    background: #719f00;
    position: absolute;
    left: 0;
    top: 10px;
}
.more-li h3::before{
    content: '';
    width: 40px;
    height: 40px;
    background: url('../images/icon-r4.png') center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.more-li p{
    font-size: 14px;
    color: #999;
}
.more-li:hover  h3::before{
    right: -10px;
}
.lce-list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.lce-li{
    width: 360px;
    height: 530px;
    background: #eeeeee;
    overflow: hidden;
    float: left;
    margin-right: 60px;
    margin-top: 70px;
}
.lce-li:nth-child(3n){
    margin-right: 0;
}
.lce-li img{
    width: 100%;
    height: 435px;
    overflow: hidden;
}
.lce-li p{
    width: 100%;
    height: 95px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.lce-li p i{
    display: inline-block;
    border-bottom: 1px solid #719f00;
    font-size: 18px;
    color: #333333;
}
.mien{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.mien-li{
    width: 590px;
    height: 410px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 20px;
}
.mien-li:nth-child(2n){
    margin-right: 0;
}
.mien-li img{
    width: 100%;
    height: 100%;
}
.mien-li p{
    width: 80%;
    height: 80%;
    line-height: 45px;
    font-size: 28px ;
    color: #fff;
    text-align: center;
    padding: 0 120px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.2);
    overflow: hidden;
    transition: all 0.4s;
    z-index: -1;
    opacity: 0;
}
.mien-li:hover p{
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 1;
}


/*新闻资讯*/
.news-li{
    width: 100%;
    height: 250px;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.news-li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.news-li-img{
    width: 560px;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
.news-li:hover .img img{
	transform: scale(1.1);
} 
.news-li-r{
    height: auto;
    width: 580px;
    padding: 0 20px 0 120px;
    box-sizing: border-box;
    position: relative;

}
.news-li-r span {
    font-size: 18px;
    color: #dddddd;
    width: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-li-r span i {
    font-size: 48px;
    display: block;
    width: 100%;
    text-align: center;
}
.news-li-r h3 {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
.news-li-r p {
    color: #404040;
    font-size: 14px;
    line-height: 30px;
}
.news-li-r p i {
    display: inline-block;
    color: #719f00;
}
.news-nominate{
    margin-top: 100px;
    width: 100%;
    background: #f5f5f5;
    padding: 40px 0;
    box-sizing: border-box;
    margin-bottom: -100px;
}
.news-nominate .nominate{
    margin-top: 0;
}


/*联系我们*/
.map{
    height: 400px;
    width: 100%;
    background: #efefef;
}
.tel-li{
    display: none;
}
.tel-li.active{
    display: block;
}
.tel-box{
    width: 100%;
    height: 200px;
    background: #333;
    padding-left: 87px;
    box-sizing: border-box;
    position: relative;
    margin-top: 100px;
}
.tel-box>p{
    width: 87px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
    background: #719f00;
}
.tel-box .tel-box-r{
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    overflow: hidden;
}
.tel-box-r span{
    display: inline-block;
    min-width: 25%;
    float: left;
}
.tel-box-r p{
    min-width: 50%;
    float: left;
}
.tel-form{
    width: 100%;
    height: 734px;
    background: url('../images/tel-form.png') center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 110px 200px 0 460px;
    box-sizing: border-box;
}

.tel-form-item {
    clear: both;
    *zoom: 1;
}
.tel-form-item p{
    padding-left: 130px;
    box-sizing: border-box;
    height: 20px;
    line-height:20px;
    font-size: 12px;
    color: #719f00;
}
.tel-form-label{
    float: left;
    display: block;
    padding: 9px 15px;
    width: 100px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.tel-input-block{
    margin-left: 130px;
    min-height: 36px;
}
.tel-input, .tel-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}

.tel-input, .tel-select, .tel-textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
    border-color: #e6e6e6;
}
.tel-textarea {
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: none;
}
.tel-btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #719f00;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.tel-code .tel-input{
    width: 40%;
    margin-right: 30px;
}
.tel-code img{
    height: 38px;
}
.service-ul{
    margin-top: 80px;
}
.service-li{
    width: 25%;
    height: auto;
}
.service-li a{
    width: auto;
    height: auto;
}
.service-img{
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 11px 42.63px 6.37px rgba(167, 167, 167, 0.15);
    width: 193px;
    height: 193px;
    margin-bottom: 30px;
}
.service-img img{
    width: 110px;

}
.service-li p{
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 35px;
}
.service-li span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}
.service-tel-box{
    width: 100% ;
    height: 190px;
    overflow: hidden;
    position: relative;
   /* background: url('../images/img18.png') center no-repeat;
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%; */
    margin-top: 100px;
}
.service-tel-box-bg{
	width: 100%;
	height: 100%;
	min-width: 1200px;
}
.service-tel-box-bg img{
	height: 100%;
}


.service-tel-box>div>p{
    color: #fff;
    font-size: 22px;
    height: 35px;
    padding-top: 12px;
}
.service-tel-box p img{
    margin-right: 5px;
    width: 25px;
}
.tel-box-r {
    line-height: 35px;
    padding: 0;
    font-size: 18px;
}
.service-tel-box .tel-box-r p{
    font-size: 18px;
    margin-top: 0;
}
/*常见问题*/
.faq{
    height: 1500px;
    width: 100%;
    background: url('../images/img19.png') center no-repeat;
    -webkit-background-size: 1920px 1600px;
    background-size: 1920px 1600px;
    margin-bottom: -100px;
}
.faq-title{
    width: 100%;
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding: 60px 0 30px;
    box-sizing: border-box;
}
.faq-form{
    width: 680px;
    margin: 0 auto;
    height: 60px;
}
.faq-form input{
    width: 620px;
    height: 100%;
    border: 1px solid #719f00;
    border-right-color: #333;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 16px;
}
.faq-form button{
    width: 60px;
    height: 60px;
    border: 0;
    background: #333 url('../images/share.png') center no-repeat;
    -webkit-background-size: 32px;
    background-size: 32px;
    cursor: pointer;
}
.faq-ul{
    width: 100%;
    min-height: 500px;
    padding:  0 30px;
    box-sizing: border-box;
    border: 4px solid #717171;
    margin-top: 60px;
    position: relative;
}
.faq-li{
    width: 100%;
    height: 180px;
    padding-left: 60px;
    box-sizing: border-box;
}
.faq-li a{
    width: 100%;
    height: 100%;
    padding-bottom: 4px;
    box-sizing: border-box;
    position: relative;
}
.faq-li a::after{
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.faq-li:last-child a::after{
    display: none;
}
.faq-left{
    width: 430px;
    height: auto;
    position: relative;
}
.faq-left i{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 24px;
    font-style: italic;
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-left h2{
    font-weight: normal;
    font-size: 30px;
    color: #333333;
}
.faq-left span{
    font-size: 20px;
    color: #999999;
}
.faq-right{
    width: 640px;
    height: auto;
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
}
.faq-right i{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.faq-right p{
    font-size: 20px;
    color: #666666;
    line-height: 40px;
}
.faq-icon{
    width: 63px;
    position: absolute;
    top: 220px;
    cursor: pointer;
}
.faq-icon img{
    width: 100%;
}
.faq-icon-left{
    left: -100px;
}
.faq-icon-right{
    right: -100px;
}


.product-tinct-advisory{
	width: 100%;
	height: auto;
	margin-top: 160px;
}
.product-tinct-advisory a{
	display: block;
	width: 140px;
	height: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: #719f00;
}
.product-tinct-advisory a img{
	width: 30px;
	margin-right: 10px;
}

.parameter-p{
	width: 100%;
	height: auto;
}
.parameter-p span{
	min-width: 25%;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}