﻿/*
* @Author: Deng
* @Date:   2018-06-15 16:09:13
* @Last Modified by:   Deng
* @Last Modified time: 2018-07-17 15:41:57
*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;font-weight: normal; box-sizing: border-box;}
body, button, input, select, textarea { font:12px Arial, Tahoma ,"微软雅黑","microsoft yahei" ; color:#333333;}
button, input, select, textarea, h1, h2, h3, h4, h5, h6 { font-size:100%;font-size:14px;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;box-sizing: border-box;}
ul, ol { list-style:none;}
a { text-decoration:none; color:#333333; vertical-align:baseline; cursor:pointer; }
a:hover { color:#000; }
table { border-collapse:collapse; border-spacing:0; }
body { word-wrap:break-word; word-break:break-all;background: #f1f3f2;}

/*清浮*/
.g-cf:after ,.clearfix:after { content:""; clear:both; display:table; }
.g-cf ,.clearfix { zoom:1; }


/*浮动*/
.g-f-l ,.fl { float:left; _display:inline; }
.g-f-r ,.fr { float:right; _display:inline; }

input::-webkit-input-placeholder {  color: #ccc;}
input:-moz-placeholder { color: #ccc; opacity: 1;}
input::-moz-placeholder { color: #ccc; opacity: 1;}
input:-ms-input-placeholder { color: #ccc;}

textarea::-webkit-input-placeholder { color: #ccc;}
textarea:-moz-placeholder { color: #ccc; opacity: 1;}
textarea::-moz-placeholder { color: #ccc; opacity: 1;}
textarea:-ms-input-placeholder { color: #ccc;}


.wrap{ width: 100%; max-width: 1920px; margin: 0 auto; overflow: hidden; }
.container{ max-width: 1200px; margin: 0 auto; }
.content{
	width: 92%;
	margin: 0 auto;
}
.section{
	overflow: hidden;
}
/*-------header--------*/
.header{
	position: relative;
}
.header1 .hd_con{
	position: fixed;
}
.hd_con{
	height: 100px; 
	background-color: #FFFFFF;
	box-shadow: 0 5px 5px rgba(8,5,6,0.22);
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index:10000;
}
.logo{
	position: absolute;
	left: 70px;
	top: 7px;
	transition: all ease-in-out 1.6s; 
	opacity: 0;
	animation: logo ease-in-out 1s forwards;
}
.logo img {
	transition: all ease-in-out 0.4s;
}
@keyframes logo{
    0%{
        opacity: 0;
         transform: translateX(-100%);
    }
    100%{
        opacity: 1;
         transform: translateY(0);
    }
}
.nav ul {
	text-align: center;
	margin-left: 7%;
	padding-top: 22px;
}
.nav ul li {
	display: inline-block;
	position: relative;
	height: 78px;
}
.nav ul li > img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -9px;
	display: none;
}
.nav ul li a {
	display: inline-block;
	color: #000000;
	font-size: 20px;
	line-height: 55px;
	padding: 0 30px;
	font-family: 黑体;
}
.nav ul li.active > a ,
.nav ul li:hover > a{
	background: url(../images/nav1.png) no-repeat center;
	background-size: 100% 100%;
	color: #FFFFFF;
}
.nav ul li:nth-child(1){animation: translateY ease-in-out .8s forwards;}
.nav ul li:nth-child(2){animation: translateY ease-in-out .8s forwards;animation-delay: .2s;}
.nav ul li:nth-child(3){animation: translateY ease-in-out .8s forwards;animation-delay: .4s;}
.nav ul li:nth-child(4){animation: translateY ease-in-out .8s forwards;animation-delay: .6s;}
.nav ul li:nth-child(5){animation: translateY ease-in-out .8s forwards;animation-delay: .8s;}
.nav ul li:nth-child(6){animation: translateY ease-in-out .8s forwards;animation-delay: 1s;}
.nav ul li:nth-child(7){animation: translateY ease-in-out .8s forwards;animation-delay: 1.2s;}
.nav ul li:nth-child(8){animation: translateY ease-in-out .8s forwards;animation-delay: 1.4s;}
@keyframes translateY{
    0%{
        opacity: 0;
         transform: translateY(-80px);
    }
    100%{
        opacity: 1;
         transform: translateY(0);
    }
}
.bg {
    position: absolute;
    width: 100%;
    height: 65px;
    left: 0;
    top: 100%;
    background: #00874b;
    z-index: 60;
    display: none;
}
.naver {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    display: none;
}
.naver span {
    float: left;
    padding: 0 22px 0;
    line-height: 65px;
    height: 65px;
    font-size: 20px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    position: relative;
    font-family: 黑体;
}
.naver span:after {
	position: absolute;
	width: 1px;
	height: 14px;
	border: 1px dashed #e6f3ed;
	content: "";
	right: 0;
	top: 50%;
	margin-top: -7px;
	box-sizing: border-box;
}
.naver span.n_span1{
	letter-spacing: 2px;
}
.naver span.n_span1 big {
	font-size: 28px;
        font-weight: bold;
}
.naver span a {
    display: block;
    color: #fff;
    transition: all ease-in-out .3s;
    font-family: 黑体;
}
.naver span:last-child{
	padding-right: 0;
}
.naver span:last-child:after {
	display: none;
}
.naver span a:hover {
	font-weight: bold;
}
.hd_en{
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -12px;
	font-size: 18px;
	color: #000000;
}
.hd_en a {
	display: inline-block;
	color: #000000;
	font-size: 18px;
}
.hd_en a.on {
	color: #00874b;
}
.banner1{
	height: 100%;
}
.banner1 .swiper-container {
	width: 100%;
	height: 100%;
}
.banner1 .swiper-slide {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 200px;
    position: relative;
}
.banner1 .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.banner1 .swiper-pagination {
	padding: 14px 12px;
	background: rgba(255,255,255,0.5);
	border-radius: 25px;
	margin-top: -57px;
	right: 40px;
}
.banner1 .swiper-pagination-bullet{
	background: #aaaaaa;
	border: 1px solid #FFFFFF;
	opacity: 1;
	width: 19px;
	height: 19px;
}
.banner1 .swiper-pagination-bullet-active {
	background: #008a4b;
}
.index_news ,
.index_green ,
.index_food{
	padding-top: 100px;
}
.index_title1 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 3px solid #00864a;
}
.active .index_title1 {
	transition-delay: 4s;
	animation: bounceInUp ease-in-out 1.2s;
}
.more1 {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
}
.more1 a {
	display: inline-block;
	color: #00864a;
	font-size: 20px;
	line-height: 34px;
}
.index_title1 h1 > * {
	display: inline-block;
	vertical-align: middle;
}
.index_title1 h1 big {
	font-size: 30px;
	font-weight: bold;
	color: #00874B;
	margin: 0 12px 0 8px;
	letter-spacing: 2px;
}
.index_title1 h1 small {
	font-size: 20px;
	color: #47a73d;
	letter-spacing: 2px;
	font-weight: normal;
	vertical-align: text-top;
}
.news1{
	width: 46.66%;
	float: left;
	transition: all ease-in-out 1.6s; 
	opacity: 0;
	transform: translateX(-100%);
}
.active .news1{
	transform: translateX(0); 
	opacity: 1;
}
.index_title2 {
	margin-bottom: 20px;
}
.index_title2 h2 {
	font-size: 20px;
	color: #000000;
	line-height: 54px;
	border-bottom: 1px dashed #eeeeee;
	font-weight: bold;
}
.news_list1 ul li a {
	display: block;
	width: 100%;
}
.news_info1 {
	padding-top: 10px;
}
.news_info1 h3 {
	font-size: 24px;
	color: #008A4B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_info1 p {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	margin: 6px 0 12px 0;
}
.news_info1 h4 {
	font-size: 18px;
	color: #333333;
}
.news2{
	width: 26.7%;
	float: left;
	margin: 0 4.12%;
	transition: all ease-in-out 1.6s; 
	opacity: 0;
	transform: translateY(100%);
}
.active .news2{
	transform: translateY(0); 
	opacity: 1;
}
.news_list2 ul li {
	padding: 7px 0;
}
.news_list2 ul li a {
	display: block;
	width: 100%;
	position: relative;
	color: #333333;
}
.news_list2 ul li a > * {
	display: inline-block;
	font-size: 20px;
	line-height: 34px;
}
.news_list2 ul li a em {
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
}
.news_list2 ul li a span {
	width: 67.8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list2 ul li a:hover {
	color: #00874b;
}
.news3 {
	width: 18.4%;
	float: right;
	transition: all ease-in-out 1.6s; 
	opacity: 0;
	transform: translateX(100%);
}
.active .news3 {
	transform: translateX(0); 
	opacity: 1;
}
.news_list3 ul li{
	margin-bottom: 12px;
}
.news_list3 ul li a {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px dashed #45a77c;
}
.news_img2 {
	height: 166px;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 8px;
}
.news_img2:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	content: "";
	border-radius: 8px;
	transition: all ease-in-out 0.4s;
	display: none;
}
.news_img2 p {
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	line-height: 30px;
	width: 100%;
	top: 50%;
	margin-top: -15px;
	left: 0;
	transition: all ease-in-out 0.4s;
	display: none;
}
.news_list3 ul li a h3 {
	color: #00874b;
	font-size: 22px;
	line-height: 50px;
}
.news_list3 ul li:last-child a{
	border-bottom: none;
}
.news_list3 ul li a:hover .news_img2:before ,
.news_list3 ul li a:hover .news_img2 p {
	display: block;
}
.green_list1 ,
.green_swiper1{
	margin-top: 80px;
}
.green_list1 ul li {
	width: 25%;
	float: left;
	padding-right: 5px;
	transition: all ease-in-out 1.6s; 
	opacity: 0;
}
.active .green_list1 ul li {
	opacity: 1;
}
.green_list1 ul li:nth-child(1){
	transform: translateX(-100%);
}
.active .green_list1 ul li:nth-child(1){
	transform: translateX(0);
}
.green_list1 ul li:nth-child(2){
	transform: translateY(-100%);
}
.active .green_list1 ul li:nth-child(2){
	transform: translateY(0);
}
.green_list1 ul li:nth-child(3){
	transform: translateY(100%);
}
.active .green_list1 ul li:nth-child(3){
	transform: translateY(0);
}
.green_list1 ul li:nth-child(4){
	transform: translateX(100%);
}
.active .green_list1 ul li:nth-child(4){
	transform: translateX(0);
}
.green_list1 ul li:last-child {
	padding-right: 0;
}
.green_list1 ul li a ,
.green_swiper1 .swiper-slide a{
	display: block;
	width: 100%;
}
.green_img1 {
	position: relative;
	text-align: center;
}
.green_img1 img{
	width: 100%;
	transition: all ease-in-out 0.4s;
}
.green_img1 img.green_i {
	position: absolute;
	bottom: 0;
	left: 0;
}
.green_img1 img.green_i1 {
	display: none;
}
.green_info1 {
	text-align: center;
	padding-top: 20px;
}
.green_info1 h3 {
	font-size: 30px;
	color: #008A4B;
	font-weight: bold;
}
.green_info1 h4 {
	color: #444444;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 12px 0;
	transition: all ease-in-out 0.4s;
}
.green_info1 h5 {
	width: 45px;
	height: 45px;
	background: url(../images/index_32.png) no-repeat;
	margin: 0 auto;
	transition: all ease-in-out 0.4s;
	background-size: cover;
}
.green_list1 ul li:nth-child(2n) .green_img1 img.green_i {
	bottom: auto;
	top: 0;
	transform:rotate(180deg);
}
.green_list1 ul li:nth-child(2n) .green_info1{
	padding-top: 0;
	padding-bottom: 20px;
}
.green_list1 ul li a:hover .green_img1 img.green_m,
.green_swiper1 .swiper-slide a:hover .green_img1 img.green_m {
	border: 2px solid #0b8647;
	border-bottom: none;
}
.green_list1 ul li a:hover .green_img1 img.green_i ,
.green_swiper1 .swiper-slide a:hover .green_img1 img.green_i {
	display: none;
}
.green_list1 ul li a:hover .green_img1 img.green_i1{
	display: block;
}
.green_list1 ul li a:hover .green_info1 h4 ,
.green_swiper1 .swiper-slide a:hover .green_info1 h4{
	color: #00864a;
}
.green_list1 ul li a:hover .green_info1 h5 ,
.green_swiper1 .swiper-slide a:hover .green_info1 h5 {
	background: url(../images/index_37.png) no-repeat;
}
.green_list1 ul li:nth-child(2n) a:hover .green_img1 img.green_m {
	border-top: none;
	border-bottom: 2px solid #0b8647;
}
.food_list1 ,
.food_swiper1{
	margin-top: 40px;
}
.food_list1 ul li {
	width: 31.6%;
	float: left;
	margin-right: 2.6%;
}
.food_list1 ul li:nth-child(2){
	animation-delay: 0.5s;
}
.food_list1 ul li:nth-child(3){
	animation-delay: 1s;
}
.food_list1 ul li:nth-child(3n),
.food_swiper1 .swiper-slide:nth-child(3n){
	margin-right: 0;
}
.food_list1 ul li a ,
.food_swiper1 .swiper-slide a{
	display: block;
}
.food_img1 {
	overflow: hidden;
}
.food_img1 img {
	width: 100%;
	transition: all ease-in-out 0.4s;
}
.food_img1:hover img {
	transform: scale(1.1);
}
.food_img2 {
	text-align: center;
	padding: 18px 0;
	border-bottom: 1px solid #00874b;
}
.food_info1 {
	padding-top: 12px;
}
.food_info1 h2 {
	font-size: 24px;
	color: #00864A;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.food_info1 .txt {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	max-height: 180px;
	overflow: hidden;
	transition: all ease-in-out 0.4s;
}
.food_list1 ul li a:hover .food_info1 .txt {
	color: #00874b;
}

/*---------footer------------*/
.footer2{
	background: #00864a;
	text-align: center;
	color: #ffffff;
	height: 55px;
	line-height: 55px;
}
.footer1 {
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}
.foot_con1 {
	padding: 45px 0 60px 0;
	position: relative;
}
.f_item1{
	width: 25.28%;
	float: left;
	margin-left: 40px;
}
.active .f_item1{
	animation: flipInY ease-in-out 1.6s;
}
.f_item1 h2 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 40px 0 14px 0;
}
.f_item1 h3 {
	color: #ffffff;
	font-size: 20px;
}
.f_item2 {
	width: 42%;
	float: left;
	padding-top: 20px;
}
.f_ul {
	width: 20%;
	float: left;
	margin-right: 5%;
	position: relative;
}
.f_ul:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 158px;
	background: rgba(255,255,255,0.2);
	right: 0;
	top: 50%;
	margin-top: -79px;
}
.f_item2 .f_ul:last-child:before {
	display: none;
}
.f_ul h2 {
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.f_ul ul li {
	padding: 6px 0;
}
.f_ul ul li a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	transition: all 0.6s ease 0s;
}
.f_ul ul li a:hover {
	transform: scale(1.1);
}
.f_ewm {
	position: absolute;
	right: 40px;
	top: 43px;
}
.floatRight{
	position: fixed;
	right: 40px;
	bottom: 10%;
	width: 65px;
	height: 65px;
	z-index: 101;
}

/*---------关于我们-----------*/
/*-----内页小导航----*/
.ny_banner2 {
	position: relative;
	background-size: cover;
	background-position: right center;
	height: 266px;
	margin-top: 100px;
	animation: fadeInDown ease-in-out 1s;
}
.crumbs_bg{
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,0.7);
	bottom: 0;
	left: 0;
}
.crumbs {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.crumbs_1 > * {
	display: inline-block;
	vertical-align: middle;
}
.crumbs_1 i {
	width: 74px;
	height: 58px;
	background: rgba(0,135,75,0.4);
	text-align: center;
	padding-top: 18px;
	box-sizing: border-box;
	margin-right: 18px;
}
.crumbs_1 div{
	font-size: 16px;
}
.crumbs_1 div a {
	display: inline-block;
	color: #000000;
	line-height: 58px;
}
.crumbs_1 div a.current {
	color: #00874b;
}
.s_nav {
	position: absolute;
	right: 0;
	top: 0;
}
.s_nav ul {
	text-align: right;
}
.s_nav ul li {
	display: inline-block;
	margin-left: 28px;
}
.s_nav ul li a {
	display: inline-block;
	line-height: 58px;
	color: #000000;
	font-size: 16px;
	position: relative;
}
.s_nav ul li a.active,.s_nav ul li a:hover {
	color: #00874b;
}
.s_nav ul li a.active:after ,.s_nav ul li a:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: #00874B;
	left: 0;
	bottom: 0;
}
.ny_content1{
	margin-top: 45px;
}
.about_l1{
	width: 33%;
	position: relative;
}
.hy_t {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #00874b;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 34px;
	padding: 10px 0;
}
.hy_t img {
	width: 100%;
}
.about_r1 {
	width: 66%;
	background: #FFFFFF;
}
.ny_title1{
	padding: 25px 55px 35px 55px;
}
.about_info1 {
	padding: 30px 55px 60px 55px;
}
.about_info1 .txt {
	text-align: justify;
	color: #000000;
	font-size: 20px;
	line-height: 32px;
}
.f_crumbs {
	background: #FFFFFF;
}
.f_crumbs .container {
	width: 1200px;
	margin: 0 auto;
}
.f_cru1{
	color: #000000;
	font-size: 16px;
}
.f_cru1 a {
	display: inline-block;
	color: #000000;
	font-size: 16px;
	line-height: 64px;
}
.f_cru1 a.current {
	color: #00874b;
}

/*--------核心价值体系------------*/
.system_con1{
	background: #FFFFFF;
	margin-bottom: 60px;
}
.system_list1{
	padding: 65px 4.3%;
}
.system_list1 ul li {
	width: 31.25%;
	float: left;
	margin-right: 3.125%;
	margin-bottom: 60px;
	position: relative;
	height: 250px;
	background: #f6f6f6;
	cursor: pointer;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.system_list1 ul li:nth-child(3n){
	margin-right: 0;
}
.system_info1 ,.system_info2 {
	padding: 55px 25px 45px 25px;
	box-sizing: border-box;
}
.system_info1 h2 ,.system_info2 h2{
	font-size: 28px;
	color: #00864b;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px;
}
.system_info1 h2:before ,.system_info2 h2:before {
	position: absolute;
	content: "";
	width: 43px;
	height: 1px;
	background: #00864B;
	left: 0;
	bottom: 0;
}
.system_info1 .txt,.system_info2 .txt  {
	color: #535353;
	font-size: 20px;
	text-align: justify;
	line-height: 34px;
	max-height: 68px;
	overflow: hidden;
}
.system_info2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: auto;
	background: #f6f6f6;
	z-index: 100;
	min-height: 250px;
	border: 2px solid #00864b;
	box-sizing: border-box;
	display: none;
}
.system_info2 h2 {
	color: #00864b;
}
.system_info2 h2:before{
	background: #00864b;
}
.system_info2 .txt {
	max-height: inherit;
	overflow: inherit;
	color: #535353;
}
/*-------中绿文化风采---------*/
.grace_list1 {
	padding: 40px 2.8%;
}
.grace_list1 ul li {
	width: 18.9%;
	float: left;
	margin-bottom: 28px;
	margin-right: 1.375%;
}
.grace_list1 ul li:nth-child(5n){
	margin-right: 0;
}
.grace_img1 img {
	width: 100%;
}
.grace_list1 ul li h2 {
	font-size: 20px;
	padding: 0 10px;
	margin-top: 6px;
	box-sizing: border-box;
	text-align: center;
}
.grace_list1 ul li h2 a {
	display: inline-block;
	color: #147a46;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.large_image_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	background: rgba(0,0,0,0.26);
}
.large_con1 {
	width: 70%;
	margin: 5% auto 0 auto;
	border: 15px solid #FFFFFF;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	position: relative;
	height: 75%;
	overflow: hidden;
}
.large_con1 img.close1 {
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
}
/*------页码-------*/
.page {
	text-align: center;
}
.page a {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
	margin: 0 4px;
}
.page a.active {
	border-bottom: 2px solid #067d48;
	color: #067d48;
	font-weight: bold;
}

.grace_detail{
	padding: 60px 2.8%;
}
.det_title1 {
	text-align: center;
	margin-bottom: 25px;
}
.det_title1 h1 {
	font-size: 30px;
	color: #000000;
	margin-bottom: 14px;
}
.det_title1 h2 {
	text-align: center;
	background: #f4f4f4;
}
.det_title1 h2 * {
	display: inline-block;
	vertical-align: middle;
}
.det_title1 h2 span {
	margin: 0 5px;
}
.det_title1 h2 span > * {
	color: #999999;
	font-size: 18px;
	line-height: 50px;
	font-style: normal;
}
.det_title1 h2 span img {
	margin-right: 4px;
}
.grace_info1 .txt {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}

/*--------企业荣誉--------*/
.honor_c1{
	padding: 50px 3%;
}
.honor_img1 {
	margin-bottom: 70px;
}
.honor_img1 ul {
	text-align: center;
}
.honor_img1 ul li {
	width: 86%;
	display: inline-block;
/*	margin-right: 2%;*/
}
.honor_img1 ul li:nth-child(3n){
	margin-right: 0;
}
.head_list {
	margin-left: 5%;
	float: left;
	width: 110px;
	padding: 12px 5px;
	background: #eeeeee;
	margin-top: 10px;
	position: relative;
	box-sizing: border-box;
}
.head_list:before ,.head_list:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 22px;
	background: #00874b;
	left: 0;
	top: 0;
}
.head_list:after{
	top: auto;
	bottom: 0;
}
.head_list ul{
	background: #fff;
	padding: 12px 0;
	position: relative;
	box-shadow: 0 0 8px rgba(204,204,204,1);
	z-index: 10;
}
/*.head_list ul:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #e6e3e6;
	top: 0;
	left: 11px;
	z-index: 1;
}*/
.head_list ul li {
	text-align: center;
	color: #000000;
	font-size: 22px;
	padding: 14px 0 14px 20px;
	position: relative;
	cursor: pointer;
}
.head_list ul li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: #e6e3e6;
	z-index: 1;
	top: 0;
	left: 11px;
}
.head_list ul li:before{
	position: absolute;
	content: "";
	/*width: 0;
    height: 0;
    border-width: 10px 0 10px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #00874b;
    top: 50%;
    margin-top: -10px;
    left: 0px;
    display: none;*/
   	width: 15px;
   	height: 15px;
   	border-radius: 50%;
   	border: 2px solid #eeeeee;
   	left: 4px;
   	top: 50%;
   	margin-top: -8px;
   	box-sizing: border-box;
   	background: #fff;
   	z-index: 2;
}
.head_list ul li.active {
	color: #00874b;
	font-weight: bold;
}
.head_list ul li.active:before {
	background: #00874b;
	border-color: #00874b;
}
.menu_content {
	width: 78%;
	float: right;
	margin-right: 4%;
}
.honor_info1 .txt {
	font-size: 24px;
	line-height: 46px;
	color: #000000;
} 
.honor_con1 {
	background: #FFFFFF url(../images/bg2.jpg) no-repeat bottom center;
}
.honor_swiper1{
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{display: none}
.imageflow .caption{display: none}
.imageflow .scrollbar{display: none}
.imageflow .images{overflow:hidden; white-space:nowrap}
.btn-left {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    cursor: pointer;
}
.btn-right {
    position: absolute;
   	top: 50%;
    margin-top: -50px;
    right: 0;
    cursor: pointer;
}
.honor_line {
	text-align: center;
	padding-bottom: 50px;
}
.honor_line i {
	display: inline-block;
	width: 22%;
	height: 2px;
	margin: 0 1%;
	background: #90c430;
}
.honor_line i.center {
	background: #00874b;
}

/*-------发展历程-----------*/
.develop_con1{
	padding: 75px 3% 0 3%;
}
.develop_list1 ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 100px;
}
.develop_list1 ul li:nth-child(3n){
	margin-right: 0;
}
.develop_t1{
	position: relative;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.develop_t1 h1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.develop_t1 h1 small {
	display: block;
	font-size: 15px;
}
.develop_t1 b {
	position: absolute;
	right: 0;
	top: 8px;
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}
.develop_list1 ul li .txt {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	height: 104px;
	overflow: hidden;
}
.develop_l {
	width: 136px;
	float: left;
	background: #eeeeee;
}
.develop_l ul {
	padding: 20px 0;
}
.develop_l ul li {
	text-align: center;
	font-size: 28px;
	color: #000000;
	cursor: pointer;
}
.develop_l ul li span {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	line-height: 90px;
}
.develop_l ul li.active span {
	background: #00874b;
	color: #FFFFFF;
}
.develop_r {
	width: 80%;
	float: left;
	margin-left: 35px;
}
.develop_t2{
	font-size: 40px;
	color: #00874B;
	font-weight: bold;
	margin: 25px 0 35px 0;
}
.develop_con2 {
	padding-bottom: 100px;
	background: #FFFFFF url(../images/bg2.jpg) no-repeat bottom center;
}
.develop_info1 h2 {
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}
.develop_info1 .txt {
	/*font-size: 20px;*/
	font-size: 16px;
	color: #000000;
	line-height: 28px;
}
.develop_info1 .txt img {
	margin: 5px 0;
}
.develop_swiper1 .swiper-container{
	padding-top: 80px;
}
.develop_swiper1 .swiper-button-next,.develop_swiper1 .swiper-button-prev {
	top: 0;
	margin: 0;
	width: 36px;
	height: 36px;
	background: url(../images/btn3.png) no-repeat;
}
.develop_swiper1 .swiper-button-next {
	background: url(../images/btn4.png) no-repeat;
}
.develop_swiper1{
	position: relative;
}
.develop_swiper1:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #d1d1d1;
	top: 18px;
	left: 0;
}

/*-------领导关怀---------*/
.lead_list1 ul li {
	width: 23%;
	float: left;
	margin-right: 2.66%;
}
.lead_list1 ul li:nth-child(5n){
	margin-right: 2.66%;
}
.lead_list1 ul li:nth-child(4n){
	margin-right: 0;
}

/*------智囊团---------*/
.brain_con1{
	padding: 40px 3% 0 3%;
}
.brain_list1 ul{
	padding: 0 2% 65px 2%;
}
.brain_list1 ul li {
	margin-bottom: 90px;
	height: 450px;
	position: relative;
	background: #f2f2f2;
	padding-left: 450px;
}
.brain_list1 ul li:last-child {
	margin-bottom: 0;
}
.brain_img1{
	width: 450px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	box-shadow: 0 0 10px #cccccc;
}
.brain_img1 div {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	border: 10px solid #00864a;
	box-sizing: border-box;
	transition: all ease-in-out 0.4s;
}
.brain_r1{
	padding: 40px 4% 0 4%;
}
.brain_info1 h2 {
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 40px;
}
.brain_info1 .txt {
	color: #000000;
	font-size: 20px;
	text-align: justify;
	line-height: 34px;
}
.brain_info2{
	margin-bottom: 35px;
}
.brain_list1 ul li:nth-child(2n){
	padding-left: 0;
	padding-right: 450px;
}
.brain_img2{
	left: auto;
	right: 0;
}
.brain_img1 div:hover {
	border-radius: 0;
	border: none;
}

/*-------------中绿品牌-------------*/
.brand_list1{
	padding: 20px 2.8% 0 2.8%;
}
.brand_list1 ul li {
	padding: 50px 0;
	width: 100%;
	float: inherit;
	margin: 0;
	border-bottom: 1px solid #eeeeee;
}
.brand_img1 {
	width: 30%;
	float: left;
	height: 350px;
	background-size: cover;
	background-position: center;
}
.brand_r1 {
	width: 70%;
	float: right;
	padding: 0 3%;
	box-sizing: border-box;
}
.brand_img2 {
	text-align: center;
}
.brand_info1 .txt {
	color: #008442;
	font-size: 20px;
	line-height: 34px;
	height: 102px;
	overflow: hidden;
	margin-bottom: 60px;
}
.brand_b1 {
	text-align: center;
}
.brand_b1 a {
	display: inline-block;
	color: #008442;
	font-size: 20px;
	padding: 0 18px;
	line-height: 36px;
	border: 2px solid #008a4b;
	border-radius: 20px;
	margin: 0 15px;
	transition: all ease-in-out 0.4s;
}
.brand_b1 a:hover {
	background: #008a4b;
	color: #FFFFFF;
}
.brand_info2 .txt {
	color: #008442;
}

/*-------产品分类---------*/
.product_con1{
	padding: 0 3% 60px 3%;
}
.product_list1 ul {
	text-align: left;
	padding: 40px 0 50px 0;
}
.product_list1 ul li {
	display: inline-block;
	margin: 0 25px;
}
.product_list1 ul li a {
	display: inline-block;
	color: #000000;
	font-size: 20px;
	padding: 0 18px;
	line-height: 40px;
	border-radius: 20px;
	transition: all ease-in-out 0.4s;
}
.product_list1 ul li a.active ,.product_list1 ul li a:hover {
	background: #147a46;
	color: #FFFFFF;
	box-shadow: 0 0 10px #cccccc;
}
.product_c1 {
	border: 1px solid #eeeeee;
	margin-bottom: 35px;
}
.product_img1 {
	float: left;
	width: 36%;
}
.product_r1 {
	width: 50%;
	float: left;
	padding-top: 50px;
}
.product_r1 h1 {
	text-align: center;
	font-size: 30px;
	color: #147A46;
	font-weight: bold;
	margin-bottom: 40px;
}
.product_r1 .txt {
	color: #147a46;
	font-size: 20px;
	line-height: 34px;
}
.product_list2 ul{
	padding-bottom: 40px;
}
.product_list2 ul li {
	width: 24%;
	float: left;
	margin-right: 1.33%;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
	height: 432px;
	position: relative;
}
.product_list2 ul li:nth-child(4n){
	margin-right: 0;
}
.product_info2 {
	padding: 0 5% 20px 5%;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
}
.product_info2 .txt {
	font-size: 20px;
	line-height: 40px;
	color: #147a46;
	height: 160px;
	overflow: hidden;
	transition: all ease-in-out 0.4s;
}
.product_list2 ul li:hover .product_info2 .txt{
	height: auto;
	min-height: 160px;
}

/*--------中绿责任------------*/
.duty_list1 ul li {
	width: 47.8%;
	float: left;
	margin-right: 4.4%;
	margin-bottom: 45px;
}
.duty_list1 ul li:nth-child(2n){
	margin-right: 0;
}
.duty_list1 ul li a {
	display: block;
	width: 100%;
	border: 2px dashed #adadad;
	padding: 20px 2.5%;
	border-radius: 6px;
	box-sizing: border-box;
}
.duty_img1 {
	width: 18%;
	float: left;
}
.duty_r1 {
	width: 79%;
	float: right;
	padding-top: 8px;
}
.duty_info1 h2 {
	font-size: 20px;
	color: #000000;
	line-height: 38px;
	height: 76px;
	overflow: hidden;
	margin-bottom: 10px;
}
.duty_info1 h3 {
	color: #8e8e8e;
	font-size: 20px;
}
.duty_info2 .txt {
	color: #000000;
	font-size: 24px;
	line-height: 40px;
}
.duty_con1{
	padding-top: 50px;
}
.duty_list1 ul li a:hover .duty_info1 h2 {
	color: #147a46;
}

.download{
	background: #FFFFFF;
}
.download_con{
	width: 92%;
	margin: 0 auto;
	padding-top: 30px;
}
.download_list1 ul li {
	padding: 18px 2.8%;
	margin-bottom: 18px;
	background: #eff3f3;
}
.download_list1 ul li:last-child {
	margin-bottom: 0;
}
.download_t1{
	position: relative;
}
.download_t1 span {
	display: inline-block;
	line-height: 36px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000;
	font-size: 20px;
}
.download_a {
	position: absolute;
	display: inline-block;
	right: 0;
	top: 0;
	color: #FFFFFF;
	padding: 0 34px;
	line-height: 36px;
	background: #147a46;
	border-radius: 18px;
	font-size: 20px;
	box-shadow: 0 0 10px #CCCCCC;
}
.download_a:hover {
	color: #FFFFFF;
}

/*---------招商加盟---------*/
.join_list1 ul {
	margin-top: 50px;
}
.join_list1 ul li {
	margin-bottom: 50px;
	border: 1px solid #e7e7e7;
}
.join_img1 {
	width: 38%;
	float: left;
}
.join_r1 {
	width: 62%;
	float: right;
	padding: 35px 2.2% 0 2.2%;
	box-sizing: border-box;
}
.join_info1 h2 {
	font-size: 26px;
	color: #007e41;
	margin-bottom: 20px;
}
.join_info1 .txt {
	color: #8d8d8d;
	font-size: 20px;
	line-height: 34px;
	max-height: 102px;
	overflow: hidden;
}
.join_swiper1 {
	margin: 40px 0;
}
.join_swiper1 .swiper-slide {
	text-align: center;
}
.join_swiper1 .swiper-slide p {
	color: #8d8d8d;
	font-size: 20px;
}
.join_img2{
	padding: 2px;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
.join_b a {
	display: inline-block;
	width: 42%;
	height: 65px;
	line-height: 65px;
	background: #007E41;
	text-align: center;
	color: #FFFFFF;
	font-size: 26px;
	border-radius: 5px;
}

/*--------经销商分布----------*/
.ny_title2{
	margin-bottom: 0;
}
.distributor_img1{
	margin-bottom: 14px;
}
.distributor_img1 img {
	width: 100%;
}
.distributor_c2{
	background: #00864a;
}
.distri_l {
	width: 50%;
	float: left;
	height: 685px;
	background-size: cover;
	background-position: center;
}
.distri_r{
	width: 50%;
	float: right;
}
.distri_list1{
	margin-left: -55px;
	padding-top: 50px;
}
.distri_list1 ul li {
	margin-bottom: 20px;
}
.distri_list1 ul li > * {
	display: inline-block;
	vertical-align: middle;
}
.distri_list1 ul li img {
	margin-right: 20px;
}
.distri_info1 {
	width: 70%;
}
.distri_info1 h2 {
	font-size: 24px;
	color: #FFFFFF;
}
.distri_info1 p {
	color: #cfe7d9;
	font-size: 20px;
	padding-top: 7px;
}
.distri_b {
	margin-left: 5%;
}
.distri_b a {
	display: inline-block;
	width: 32%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #FFFFFF;
	color: #00864a;
	font-size: 24px;
	box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
	border-radius: 5px;
	margin: 0 2%;
}

/*--------------新闻与活动----------------*/
.news_list4 ul {
	margin-bottom: 60px;
}
.news_list4 ul li {
	margin-bottom: 20px;
}
.news_list4 ul li a {
	display: block;
	width: 100%;
	transition: all ease-in-out 0.4s;
	animation: fadeInUp ease-in-out 1.2s;
}
.news_img3 {
	width: 30%;
	float: left;
	height: 260px;
	background-size: cover;
	background-position: center;
}
.news_r1 {
	width: 70%;
	float: right;
}
.news_r1 * {
	color: #000000;
}
.news_time1 {
	width: 16.66%;
	float: left;
	padding-top: 90px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	height: 260px;
}
.news_time1:after {
	position: absolute;
	content: "";
	width: 2px;
	background: #000000;
	height: 72%;
	top: 14%;
	right: 0;
}
.news_time1 h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.news_time1 h3 {
  	font-size: 20px;
}
.news_info2{
	width: 83.34%;
	float: right;
	padding: 35px 2% 0 2%;
	box-sizing: border-box;
}
.news_info2 h2 {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_info2 h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.news_info2 p {
	font-size: 18px;
	line-height: 28px;
	max-height: 84px;
	overflow: hidden;
}
.news_list4 ul li a:hover {
	background: #147a46;
}
.news_list4 ul li a:hover .news_r1 * {
	color: #FFFFFF;
}
.news_list4 ul li a:hover .news_time1:after {
	background: #FFFFFF;
}

/*-----------联系方式------*/
.contact_info1{
	width: 34%;
	float: left;
	height: 530px;
	background: #00874b;
	padding: 55px 3% 0 3%;
	box-sizing: border-box;
}
.contact_info1 h2 {
	font-size: 35px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 30px;
}
.contact_info1 .txt {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 50px;
}
.contact_map {
	width: 63%;
	float: right;
}
.contact_map .map {
	height: 530px;
}
.contact_c1 {
	margin-top: 50px;
}
.contact_form1{
	width: 50%;
	float: left;
}
.contact_form1 .form_group {
	margin-bottom: 20px;
}
.contact_form1 .form_group > * {
	display: inline-block;
	font-size: 24px;
	vertical-align: middle;
}
.contact_form1 .form_group span {
	width: 25%;
	color: #00874b;
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.contact_form1 .form_group input ,
.contact_form1 .form_group textarea{
	width: 36%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 0 10px;
}
.contact_form1 .form_group i {
	color: #ff0000;
	font-size: 24px;
	padding-left: 10px;
}
.contact_form1 .form_group1 input ,
.contact_form1 .form_group1 textarea{
	width: 60%;
}
.contact_form1 .form_group3 span {
	vertical-align: top;
}
.contact_form1 .form_group3 textarea {
	padding: 10px;
	resize: none;
	height: 200px;
}
.contact_form1 .form_group1 i {
	vertical-align: top;
}
.contact_form1 .form_group2 input {
	width: 18%;
	margin-right: 2%;
}
.contact_form1 button {
	width: 60%;
	height: 55px;
	background: #0e834a;
	color: #FFFFFF;
	border-radius: 5px;
}
.contact_img1 {
	width: 50%;
	float: right;
}

/*--------媒体专区-------------*/
.media_list1 ,.media_list2{
	margin-top: 60px;
}
.media_list1 ul li {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	margin-bottom: 30px;
}
.media_list1 ul li:nth-child(3n){
	margin-right: 0;
}
.media_img1{
	margin-bottom: 15px;
}
.media_list1 ul li p {
	text-align: center;
	padding: 0 6%;
	color: #47a73d;
	font-size: 20px;
	line-height: 35px;
	overflow: hidden;
}
.media_con1 {
	padding-bottom: 0;
}
.media_list2 ul li {
	width: 22.6%;
	float: left;
	margin-right: 3.2%;
	margin-bottom: 45px;
}
.media_list2 ul li:nth-child(4n){
	margin-right: 0;
}
.media_list2 ul li a {
	display: block;
	width: 100%;
}

/*-------新闻详情--------*/
.news_detail{
	margin-top: 70px;
}
.news_det1 {
	width: 73.5%;
	float: left;
}
.news_tuijian {
	width: 23.5%;
	margin-top: 54px;
	float: right;
}
.news_tuijian h1 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	background: #147a46;
	text-align: center;
}
.news_list5 ul li{
	padding: 0 20px;
	border-bottom: 1px solid #cccccc;
}
.news_list5 ul li a {
	display: inline-block;
	color: #333333;
	font-size: 20px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.news_list5 ul li a:hover {
	color: #147a46;
}
.pian {
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	margin-top: 30px;
}
.pian a {
	display: block;
	padding: 4px 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999999;
	font-size: 20px;
}
.pian a:hover {
	color: #147a46;
}

/*--------全程绿色--------*/
.green_list2 {
	margin-top: 70px;
}
.green_list2 ul li {
	margin-bottom: 25px;
}
.green_list2 ul li a {
	display: block;
	width: 100%;
	height: 442px;
	padding-left: 430px;
	position: relative;
	box-sizing: border-box;
}
.green_img2{
	width: 430px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}
.green_c1{
	padding: 25px 5% 0 5%;
	height: 442px;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}
.green_info2 * {
	color: #FFFFFF;
}
.green_info2 .title {
	text-align: center;
	margin-bottom: 35px;
}
.green_info2 .title h2 {
	font-size: 30px;
	margin-bottom: 12px;
	font-weight: bold;
}
.green_info2 .title h3 {
	font-size: 20px;
}
.green_info2 .txt {
	font-size: 20px;
	line-height: 34px;
	text-align: justify;
	height: 136px;
	overflow: hidden;
	margin-bottom: 80px;
}
.more2 {
	text-align: center;
}
.more2 span {
	display: inline-block;
	font-size: 20px;
	padding: 0 20px;
	line-height: 36px;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
}
.green_list2 ul li:nth-child(2n) a {
	padding-left: 0;
	padding-right: 430px;
}
.green_list2 ul li:nth-child(2n) a .green_img2{
	left: auto;
	right: 0;
}
.green_detail{
	margin-top: 50px;
}
.green_hd1 {
	background: #00874b;
	margin-bottom: 30px;
}
.green_hd1 * {
	color: #FFFFFF;
}
.green_t1 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 35px 3% 15px 3%;
}
.green_t1 > * {
	display: inline-block;
	vertical-align: middle;
}
.green_rt {
	padding-left: 2%;
}
.green_rt h2 {
	font-size: 44px;
}
.green_rt h3 {
	font-size: 38px;
}
.green_t2 {
	padding: 40px 3%;
}
.green_t2 .txt {
	font-size: 30px;
	line-height: 50px;
}

/*-------投资者专区--------*/
.invest_list1 ul {
	text-align: center;
	padding: 55px 0;
}
.invest_list1 ul li {
	display: inline-block;
	margin: 0 18px;
}
.invest_list1 ul li a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 60px;
	background: #147a46;
	border-radius: 4px;
	width: 288px;
}
.invest_list2 ul li {
	margin-bottom: 55px;
}
.invest_list2 ul li a {
	display: block;
	width: 100%;
	padding: 25px 2% 20px 2%;
	box-sizing: border-box;
	background: #f8f8f8;
	transition: all ease-in-out 0.4s;
	animation: fadeInUp ease-in-out 1.2s;
}
.invest_list2 ul li a h2 {
	position: relative;
}
.invest_list2 ul li a h2 > * {
	display: inline-block;
	color: #3a3a3a;
	font-size: 20px;
	font-style: normal;
}
.invest_list2 ul li a h2 small {
	max-width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.invest_list2 ul li a h2 em {
	position: absolute;
	right: 0;
	top: 0;
	color: #67aa86;
	font-size: 18px;
}
.invest_t1 {
	padding: 10px 0;
}
.invest_t1 > * {
	display: inline-block;
	color: #b7a4a4;
	font-size: 18px;
	margin-right: 20px;
	font-style: normal;
}
.invest_t1 span {
	line-height: 30px;
	padding: 0 10px;
	color: #FFFFFF;
	border-radius: 4px;
	background: #67aa86;
}
.invest_t1 b {
	font-weight: normal;
	padding-left: 28px;
	background: url(../images/icon5.png) no-repeat left center;
}
.invest_list2 ul li a .txt {
	color: #8c8c8c;
	font-size: 18px;
	line-height: 32px;
}
.invest_list2 ul li a:hover {
	background: #67aa86;
}
.invest_list2 ul li a:hover .invest_t1 > * , .invest_list2 ul li a:hover h2 > * ,
.invest_list2 ul li a:hover .txt{
	color: #FFFFFF;
}
.invest_list2 ul li a:hover .invest_t1 span {
	background: #ffffff;
	color: #67aa86;
}
.invest_list2 ul li a:hover .invest_t1 b {
	background: url(../images/icon5x.png) no-repeat left center;
}

/*-------首页视频----*/
.index_video {
  	position: absolute;
  	width: 100%;
  	left: 0;
  	top: 0;
  	height: 100%;
}
.index_video .video-js {
	width: 100%;
	height: 100%;
}
.index_video .video-js .vjs-big-play-button{
	opacity: 0;
}
.index_video .vjs-poster {
	background-size: cover;
}


.head_list ul {
	max-height: 472px;
	overflow-y: auto;
	padding-right: 8px;
}
.head_list ul::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    border-radius: 4px;
}
.head_list ul::-webkit-scrollbar-track{
	border-radius: 4px;
	background-color: #bcbcbc;
}
.head_list ul::-webkit-scrollbar{
	width: 4px;
	background-color: #bcbcbc;
}
.head_list ul::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #00874b;
}

/*------导航------*/
.nav .pc_nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 78px;
	background: #FFFFFF;
	z-index: 12;
	display: none;
}
.nav .pc_nav span{
	border-bottom: 1px solid #00874b;
	position: relative;
}
.nav .pc_nav span:first-child:before {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -9px;
	top: -10px;
	width: 0; 
    height: 0; 
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #00874b;
}
.pc_nav span:last-child {
	border-bottom: none;
}
.nav .pc_nav span a {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 20px;
	line-height: 54px;
	background: #FFFFFF;
	padding: 0;
}
.nav .pc_nav span a:hover {
	background: #00874b;
	color: #FFFFFF;
}
/*.food_img2 img {
	height: 90px;
}
.food_info1 .txt {
	max-height: 150px;
}
.food_img1 {
	text-align: center;
}
.food_img1 img {
	width: auto;
	height: 250px;
}*/

.qclv_info {
	width: 60%;
	margin: 0 auto;
}
.js_ewm {
	text-align: left;
}
.js_ewm p {
	color: #00874B;
	font-size: 18px;
}
.build_t h3 {
	margin-bottom: 15px;
}
.js_ewm h4 img {
	height: 160px;
}
.join_swiper1 .swiper-slide {
	height: auto !important;
}
.join_swiper1 .swiper-wrapper {
	height: auto;
}

/*人才资源*/
.rczy_con {
	width: 1060px;
	margin: 30px auto 0 auto;
	padding-bottom: 70px;
}
.rczy_info1 .txt {
	color: #444444;
	font-size: 18px;
	text-align: justify;
	line-height: 32px;
}
.rczy_info1 {
	padding-bottom: 40px;
}
.rczy_table table {
	width: 100%;
	border: 0;
	margin-bottom: 90px;
}
.rczy_table table th {
	color: #333333;
	font-size: 20px;
	line-height: 60px;
	border: none;
	border-bottom: 1px solid #999999;
}
.rczy_table table th:first-child {
	text-align: left;
}
.rczy_table table td {
	color: #333333;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid #dedede;
}
.rczy_table table td:first-child {
	text-align: left;
}
.rczy_table table td a:hover {
	color: #47a73d;
}
.shadow{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.1);z-index: 4;display: none;}
.tankuang{position: fixed;width: 510px;height: 320px;left: 50%;margin-left: -255px;top: 50%;transform: translateY(-50%);background: #FFFFFF;z-index: 5;display: none;}
.tk_hd{background: #00874b;position: relative;padding: 0 14px;}
.tk_hd h3{color: #FFFFFF;font-size: 18px;line-height: 40px;}
.tk_hd img{position: absolute;right: 14px;top: 50%;margin-top: -7px;cursor: pointer;}
.tk_form{padding: 18px 0 0 40px;}
.tk_form .form_group{margin-bottom: 9px;}
.tk_form .form_group span {width: 90px;float: left;color: #333333;font-size: 15px;text-align: right;line-height: 28px;height: 28px;}
.tk_form .form_group span i {color: #47a73d;}
.tk_form .form_group input[type='text']{width: 250px;float: left;line-height: 26px;border: 1px solid #e7e7e7;padding: 0 8px;color: #333333;}
.radio1 {width: 250px;float: left;}
.radio1 div {display: inline-block;margin-right: 16px;}
.radio1 div input{width: 0;margin: 0;}
.radio1 div label{font-weight: normal;color: #333333;padding-left: 22px;background: url(../images/check.png) no-repeat left center;cursor: pointer;line-height: 28px;}
.radio1 div input:checked + label {background: url(../images/checked.png) no-repeat left center;}
.tk_form .form_group button {color: #FFFFFF;width: 236px;height: 38px;background: #47A73D;border-radius: 20px;font-size: 18px;}
.tk_form .form_group1 {margin-top: 32px;}

/*人才资源详情*/
.resources_detail {
	width: 1060px;
	margin: 80px auto 0 auto;
}
.resources_t1 h2 {
	color: #333333;
	font-size: 32px;
}
.resources_t1 {
	margin-bottom: 30px;
}
.resources_info1 {
	background: #f1f3f2;
	padding: 5px 25px;
	margin-bottom: 15px;
}
.resources_info1 ul li {
	padding: 10px 0;
	width: 33.33%;
	float: left;
	color: #333333;
	font-size: 16px;
}
.resources_info1 ul li span {
	color: #666666;
}
.resources_info2 h3 {
	color: #444444;
	font-size: 24px;
	margin-bottom: 20px;
}
.resources_info2 {
	padding-bottom: 30px;
}
.resources_info2 .txt {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.resources_d1 {
	padding-bottom: 50px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 40px;
}
.resources_b {
	text-align: center;
	padding-bottom: 70px;
}
.resources_b a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 45px;
	padding: 0 44px;
	background: #47a73d;
	border-radius: 30px;
}
.qclv_info .txt {
	line-height: 28px;
	text-align: justify;
}
.qclv_info .txt p {
	line-height: 28px !important;
}
