a{ color:inherit;}
a:hover{ color:inherit;}

.flex{ display: flex; flex-wrap: wrap; justify-content: space-between;}
table { width:100%!important;max-width:100%!important;}
table td { table-layout:fixed; word-break: break-all; overflow:hidden;}


/*search*/
.search_input {
  width: 308px;
  height: 48px;
  padding: 0 26px;
  font-size: 14px;
  color:#333;
  background:rgba(240,240,240,0.9);
  border:none;
  float:left;
}
.search_button {
  width: 160px;
  height: 48px;
  border: none;
  cursor:pointer;
  background: -webkit-linear-gradient(left, #026940 , #00995c);
  background: -o-linear-gradient(right, #026940, #00995c);
  background: -moz-linear-gradient(right, #026940, #00995c);
  background: linear-gradient(to right, #026940 , #00995c);
  border-radius: 0px 25px 25px 0;
  float:left;
}


/*background*/
.b_about{
    width: 100%;
    background: url(../images/b_about.jpg) no-repeat center top fixed;
    position: relative;
}
.b_honor{
    width: 100%;
    background: url(../images/b_honor.jpg) no-repeat center top fixed;
    position: relative;
}
.b_product{
    width: 100%;
    background: url(../images/b_product.jpg) no-repeat center top fixed;
    position: relative;
}
.b_company{
    width: 100%;
    background: url(../images/b_company.jpg) no-repeat center top fixed;
    position: relative;
}
.b_news{
    width: 100%;
    background: url(../images/b_news.jpg) no-repeat center top fixed;
    position: relative;
}
.b_job{
    width: 100%;
    background: url(../images/b_job.jpg) no-repeat center top fixed;
    position: relative;
}
.b_contact{
    width: 100%;
    background: url(../images/b_contact.jpg) no-repeat center top fixed;
    position: relative;
}

.overlay {
    background-color: #000;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}
.b_title{ color:#FFFFFF; text-align:center; position: relative; height: 430px;}
.b_title h2{ font-weight:600; font-size:36px; padding-top:250px; letter-spacing: 5px;}
.location {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#026940), color-stop(51%, #00995c), to(#026940));
    background-image: -webkit-linear-gradient(left, #026940 0%, #00995c 51%, #026940 100%);
    background-image: -moz-linear-gradient(left, #026940 0%, #00995c 51%, #026940 100%);
    background-image: -o-linear-gradient(left, #026940 0%, #00995c 51%, #026940 100%);
    background-image: linear-gradient(to right, #026940 0%, #00995c 51%, #026940 100%);
	height:70px;
	align-items: center;
    padding: 0px 2%;
	color:#FFFFFF;
	font-size:14px;
}
.location h3{ font-weight:500; font-size:24px;}
.location a { position: relative;}
.location a:hover{ color:#FFFFFF;}
.location a::before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.location a:hover::before {
    width: 100%;
}


/*about_in*/
.about_in{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:26px;}
.a_flex {
    display: flex;
	margin-top:50px;
}
.a_left {
    max-width: 42%;
}
.a_left p {
    transform: translate(20%,120%);
    font-size: 30px;
	letter-spacing: 5px;
}

.a_left p i {
  color: #000000;
  font-size: 24px;
  text-transform:uppercase;
  font-style: normal;
}
.a_left p i:before, .a_left p i:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  vertical-align: middle;
  background-color: #0b903d;
}
.a_left p i:before { margin-right: 20px;}
.a_left p i:after { margin-left: 20px;}

.a_left p span {
    color: #ffffff;
    padding: 30px;
    background: #01834f;
    display: inline-block;
	margin-top: 15px;
}

.a_right {
    max-width: 50%;
}
.a_right img {
    max-width: 100%;
}


/*honors*/
.honors{ width:100%; margin:90px 0 70px 0;}
.honors ul li {
    position: relative;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
	text-align:center;
	border:solid 1px #eee;
    width: 31%;
	height: 337px;
	float:left;
	margin:0 3.2% 40px 0;
	border-bottom: solid 2px #ddd;
}
.honors ul li:nth-child(3n){ margin-right:0;float:right;}
.h_img img {
    max-width: 100%;
	height: 276px;
	object-fit: cover;
	transition:all 0.5s;
}
.h_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
	padding:20px 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.h_text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0b903d;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.h_plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.h_plus span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
	font-size:24px;
	color:#0b903d;
}
.h_text p {
    font-size: 16px;
	color:#0b903d;
}
.honors ul li:hover .h_img img{ transform:scale(1.1);}
.honors ul li:hover .h_text {
  padding-top: 40px;
}
.honors ul li:hover .h_text::before {
  opacity: 1;
}
.honors ul li:hover .h_plus {
  top: -20px;
  visibility: visible;
  opacity: 1;
}
.honors ul li:hover .h_text p {
  color: #ffffff;
}


/*pro_in*/
.pro_in{ width:100%; margin:90px 0 70px 0;}
.pro_in ul li {
    width: 15%;
    display: block;
    padding: 15px 1.5% 30px 1.5%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	text-align:center;
	float:left;
	margin:0 2.28% 40px 0;
}
.pro_in ul li:nth-child(5n){ float:right; margin-right:0;}
.pro_in ul li:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    background: #0b903d;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.p_img{ width:100%; height:240px; background:#fff; overflow:hidden;}
.p_img img{ max-width:100%; max-height:100%; transition:all 0.5s;}
.pro_in ul li h3 {
    font-size: 16px;
	margin:15px 0;
    transition: .5s;
	height:20px;
	line-height:20px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.pro_in ul li:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1;
}
.pro_in ul li:hover .p_img img{ transform:scale(1.1);}
.pro_in ul li:hover h3 {
    color: #fff;
}

.p_btn {
    position: relative;
    color: #0b903d;
	padding:9px 15px;
	z-index: 1;
	font-size:14px;
}
.p_btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #eee;
    transition: .5s;
    z-index: -1;
}
.pro_in ul li:hover .p_btn::before{width:100%;background:#fff;}


/*p_detail*/
.p_detail{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:30px;}
.p_detail h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
	margin-bottom:30px;
}
.p_detail h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.p_detail h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0b903d;
    bottom: 0;
    left: calc(50% - 20px);
}
.p_pic{ width:30%;}
.p_pic img{ max-width: 100%;}
.p_text{ width:65%;}


/*company*/
.company{ width:100%; margin:90px 0 70px 0;}
.company ul li {
	width:24.1%;
	float:left;
	height:400px;
	margin:0 1.2% 40px 0;
}
.company ul li:nth-child(4n){ margin-right:0;float:right;}
.c_img {
    position: relative;
    display: block;
    overflow: hidden;
	height:100%;
}
.c_img img {
    width: 100%;
	height:100%;
	object-fit: cover;
	transition:all 0.5s;
}
.company ul li:hover .c_img img{ transform:scale(1.1);}
.c_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
    z-index: 1;
    margin: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px;
}
.company ul li:hover .c_hover {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.c_hover span {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #0b903d;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}
.c_hover span:hover {
    background-color: #fff;
    color: #0b903d;
}
.c_hover p {
    font-size: 18px;
    color: #ffffff;
	font-weight: bold;
    transition: all 500ms ease;
}
.c_hover p:hover{ color: #0b903d;}


/*news_in*/
.news_in{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:26px;}
.news_in ul li{
    padding: 25px 2% 25px 3%;
	margin:0 0 40px 0;
	border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.news_in ul li:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
}
.news_in ul li a{ align-items: center;}
.n_left {
    width: 70%;
}
.n_left h2 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
	transition: all 0.3s ease 0s;
	display:inline-block;
}
.n_left h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0b903d;
    transition: .7s;
}
.news_in ul li:hover h2::before {
    width: 100%;
}
.news_in ul li:hover h2{ color:#0b903d;}
.n_left h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
	margin:5px 0 20px 0;
}
.n_left p {
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}

.n_right {
    width: 25%;
    position: relative;
    display: block;
	overflow: hidden;
}
.n_right img {
    width: 100%;
	height: 150px;
	object-fit: cover;
    transition: .8s ease-in-out;
}
.n_right::before, .n_right::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition: all 0.7s ease-in-out;
}
.news_in ul li:hover .n_right::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/*contentPage*/
.contentPage { color: #0b903d; text-align:center; clear:both; width:100%;}
.contentPage .zi { font-size:13px; font-weight:bold; float:none!important;}
.contentPage a { color: #0b903d; font-size: 13px; margin:0px 3px; padding:4px 7px; border: 1px solid #0b903d;}
.contentPage a:hover { color:#FFF; background-color:#0b903d;}
.contentPage .current { font-size: 13px; margin:0px 3px; padding:4px 7px;}


/*n_detail*/
.n_detail{ width:100%; margin:90px 0 70px 0; font-size: 16px; line-height:26px;}
.n_detail h1{ font-size:24px; text-align:center;}
.n_detail h4{ font-size:14px; text-align:center; color: #0b903d; font-weight:normal; margin: 10px 0 30px 0;}


/*page_in*/
.page_in {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	padding:20px 30px;
	border-radius:30px;
	margin-top:50px;
}
.page_in ul li:nth-child(1), .page_in ul li:nth-child(3){ width:42%;}
.page_in ul li:nth-child(2){ text-align:center;}
.page_in ul li:nth-child(3){ text-align:right;}
.page_in ul li span {
    font-size: 12px;
    font-weight: bold;
}
.page_in ul li h5 {
    font-size: 15px;
	color:#0b903d;
    font-weight: normal;
}

.page_in ul li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f7fb;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	font-size: 15px;
}
.page_in ul li:nth-child(2):hover {
    color: #0b903d;
    transform: rotate(360deg);
}
.page_in ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #f6f7fb;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.page_in ul li:nth-child(2):hover::after {
    box-shadow: inset 0 0 0 1px #0b903d;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/*jobs_in*/
.jobs_in{ width:100%; margin:90px 0 10px 0; font-size: 16px;}

.jobs_in h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
	margin-bottom:30px;
}
.jobs_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.jobs_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0b903d;
    bottom: 0;
    left: calc(50% - 20px);
}
.j_text{ padding:0 0 40px 0;}

.j_list{ margin-bottom:60px; display: inline-table;}
.j_list tr, .j_list td{ border:none;}
.j_list tr td{ padding:15px; line-height: 30px;}
.j_list tr td:first-child { border-right: 1px solid #eee; font-weight:600; text-align:center;}
.j_list tr:nth-child(odd){ background:#f8f8f8;}
.j_list tr td span{ color: #0b903d;}


/*con_in*/
.con_in{ width:100%; margin:80px 0 70px 0;}

.con_in h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.con_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.con_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0b903d;
    bottom: 0;
    left: calc(50% - 20px);
}

.con_in ul{ margin:70px 0 50px 0;}
.con_in ul li {
	padding: 40px 0 30px 0;
	border-radius: 5px;
	box-shadow:0 10px 40px -10px rgba(0,0,0,.2);
	width:31%;
	text-align:center;
	line-height: 34px;
	font-size:14px;
}
.c_icon {
	background: rgba(11, 144, 61, 0.2);
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	width: 80px;
	height: 80px;
	margin-top: -75px;
}
.c_icon span {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: #0b903d;
}
.c_icon img{ margin-top: 20px; transition: all 0.3s linear;}
.con_in ul li:hover .c_icon img{ transform: rotateY(180deg);}

.map{ margin-top:40px;}


@media all and (max-width:640px){
/*search*/
.search_input {
  width: 55%;
  height: 38px;
  padding: 0 5%;
  font-size: 14px;
  color:#333;
  background:rgba(240,240,240,0.9);
  border:none;
  float:left;
  border-radius: 0;
}
.search_button {
  width: 35%;
  height: 38px;
  border: none;
  cursor:pointer;
  background: -webkit-linear-gradient(left, #026940 , #00995c);
  background: -o-linear-gradient(right, #026940, #00995c);
  background: -moz-linear-gradient(right, #026940, #00995c);
  background: linear-gradient(to right, #026940 , #00995c);
  border-radius: 0px 25px 25px 0;
  float:left;
}
.search_button img{ max-width:100%;}


/*background*/
.b_about{
    width: 100%;
    background: url(../images/b_about.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}
.b_honor{
    width: 100%;
    background: url(../images/b_honor.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}
.b_product{
    width: 100%;
    background: url(../images/b_product.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}
.b_company{
    width: 100%;
    background: url(../images/b_company.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}
.b_news{
    width: 100%;
    background: url(../images/b_news.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}
.b_job{
    width: 100%;
    background: url(../images/b_job.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}
.b_contact{
    width: 100%;
    background: url(../images/b_contact.jpg) no-repeat center top fixed;
    position: relative;
	background-size: 290%;
}

.overlay {
    background-color: #000;
    position: absolute;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}
.b_title{ color:#FFFFFF; text-align:center; position: relative; height: 214px;}
.b_title h2{ font-weight:600; font-size:26px; padding-top:125px; letter-spacing: 2px;}
.location {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#026940), color-stop(51%, #00995c), to(#026940));
    background-image: -webkit-linear-gradient(left, #026940 0%, #00995c 51%, #026940 100%);
    background-image: -moz-linear-gradient(left, #026940 0%, #00995c 51%, #026940 100%);
    background-image: -o-linear-gradient(left, #026940 0%, #00995c 51%, #026940 100%);
    background-image: linear-gradient(to right, #026940 0%, #00995c 51%, #026940 100%);
	height:auto;
	align-items: center;
    padding: 5px 4% 7px 4%;
	color:#FFFFFF;
	font-size:14px;
	display: table;
	width: 92%;
}
.location h3{ font-weight:500; font-size:18px; width:100%;}
.location a { position: relative;}
.location a:hover{ color:#FFFFFF;}
.location a::before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -2px;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.location a:hover::before {
    width: 100%;
}


/*about_in*/
.about_in{ width:100%; margin:65px 0 50px 0; font-size: 16px; line-height:26px;}
.a_flex {
    display: flex;
	margin-top:40px;
}
.a_left {
    max-width: 42%; display:none;
}
.a_left p {
    transform: translate(20%,120%);
    font-size: 30px;
	letter-spacing: 5px;
}

.a_left p i {
  color: #000000;
  font-size: 24px;
  text-transform:uppercase;
  font-style: normal;
}
.a_left p i:before, .a_left p i:after {
  display: inline-block;
  content: "";
  width: 60px;
  height: 2px;
  vertical-align: middle;
  background-color: #0b903d;
}
.a_left p i:before { margin-right: 20px;}
.a_left p i:after { margin-left: 20px;}

.a_left p span {
    color: #ffffff;
    padding: 30px;
    background: #01834f;
    display: inline-block;
	margin-top: 15px;
}

.a_right {
    max-width: 100%;
}
.a_right img {
    max-width: 100%;
}


/*honors*/
.honors{ width:100%; margin:70px 0 45px 0;}
.honors ul li {
    position: relative;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
	text-align:center;
	border:solid 1px #eee;
    width: 100%;
	height: 297px;
	float:left;
	margin:0 0 30px 0;
	border-bottom: solid 2px #ddd;
}
.honors ul li:nth-child(3n){ margin-right:0;float:right;}
.h_img img {
    max-width: 100%;
	height: 246px;
	object-fit: cover;
	transition:all 0.5s;
}
.h_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #eee;
	padding:15px 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.h_text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0b903d;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.h_plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
}
.h_plus span {
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
	font-size:24px;
	color:#0b903d;
}
.h_text p {
    font-size: 16px;
	color:#0b903d;
}
.honors ul li:hover .h_img img{ transform:scale(1.1);}
.honors ul li:hover .h_text {
  padding-top: 40px;
}
.honors ul li:hover .h_text::before {
  opacity: 1;
}
.honors ul li:hover .h_plus {
  top: -20px;
  visibility: visible;
  opacity: 1;
}
.honors ul li:hover .h_text p {
  color: #ffffff;
}


/*pro_in*/
.pro_in{ width:100%; margin:70px 0 45px 0;}
.pro_in ul li {
    width: 40%;
    display: block;
    padding: 10px 3% 30px 3%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
	text-align:center;
	float:left;
	margin:0 0 30px 0;
}
.pro_in ul li:nth-child(2n){ float:right;}
.pro_in ul li:nth-child(5n){ float:left; margin-right:0;}
.pro_in ul li:after {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: -20px;
    content: '';
    background: #0b903d;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.p_img{ width:100%; height:180px; background:#fff; overflow:hidden;}
.p_img img{ max-width:100%; max-height:100%; transition:all 0.5s;}
.pro_in ul li h3 {
    font-size: 16px;
	margin:15px 0;
    transition: .5s;
	height:20px;
	line-height:20px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.pro_in ul li:hover:after {
    top: 0;
    bottom: 0;
    opacity: 1;
}
.pro_in ul li:hover .p_img img{ transform:scale(1.1);}
.pro_in ul li:hover h3 {
    color: #fff;
}

.p_btn {
    position: relative;
    color: #0b903d;
	padding:9px 15px;
	z-index: 1;
	font-size:14px;
}
.p_btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: #eee;
    transition: .5s;
    z-index: -1;
}
.pro_in ul li:hover .p_btn::before{width:100%;background:#fff;}


/*p_detail*/
.p_detail{ width:100%; margin:65px 0 50px 0; font-size: 16px; line-height:30px;}
.p_detail h3 {
    font-size: 22px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
	margin-bottom:30px;
}
.p_detail h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
.p_detail h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0b903d;
    bottom: 0;
    left: calc(50% - 20px);
}
.p_pic{ width:100%; text-align: center;}
.p_pic img{ max-width: 80%;}
.p_text{ width:100%; margin-top: 30px;}


/*company*/
.company{ width:100%; margin:70px 0 45px 0;}
.company ul{ margin-bottom:20px; display: inline-block;}
.company ul li {
	width:48.5%;
	float:left;
	height:240px;
	margin:0 0 10px 0;
}
.company ul li:nth-child(2n){ float:right;}
.company ul li:nth-child(4n){ margin-right:0;float:right;}
.c_img {
    position: relative;
    display: block;
    overflow: hidden;
	height:100%;
}
.c_img img {
    width: 100%;
	height:100%;
	object-fit: cover;
	transition:all 0.5s;
}
.company ul li:hover .c_img img{ transform:scale(1.1);}
.c_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, .5);
    transition: opacity 800ms ease, visibility 800ms ease, transform 800ms ease;
    z-index: 1;
    margin: 30px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-115%);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 30px;
}
.company ul li:hover .c_hover {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.c_hover span {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #0b903d;
    color: #ffffff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms ease;
}
.c_hover span:hover {
    background-color: #fff;
    color: #0b903d;
}
.c_hover p {
    font-size: 18px;
    color: #ffffff;
	font-weight: bold;
    transition: all 500ms ease;
}
.c_hover p:hover{ color: #0b903d;}


/*news_in*/
.news_in{ width:100%; margin:70px 0 45px 0; font-size: 16px; line-height:26px;}
.news_in ul li{
    padding: 15px 5% 20px 5%;
	margin:0 0 30px 0;
	border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.news_in ul li:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	-moz-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
}
.news_in ul li a{ align-items: center;}
.n_left {
    width: 100%;
}
.n_left h2 {
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-bottom: 5px;
	transition: all 0.3s ease 0s;
	display:inline-block;
}
.n_left h2::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0b903d;
    transition: .7s;
}
.news_in ul li:hover h2::before {
    width: 100%;
}
.news_in ul li:hover h2{ color:#0b903d;}
.n_left h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
	margin:5px 0 10px 0;
}
.n_left p {
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}

.n_right {
    width: 100%;
    position: relative;
    display: block;
	overflow: hidden;
	margin-top: 20px;
}
.n_right img {
    width: 100%;
	height: 150px;
	object-fit: cover;
    transition: .8s ease-in-out;
}
.n_right::before, .n_right::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    transition: all 0.7s ease-in-out;
}
.news_in ul li:hover .n_right::before {
	right: 50%;
	left: 50%;
	width: 0;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right::after {
	height: 0;
	top: 50%;
	bottom: 50%;
	background: rgba(255, 255, 255, .2);
}
.news_in ul li:hover .n_right img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/*contentPage*/
.contentPage { color: #0b903d; text-align:center; clear:both; width:100%;}
.contentPage .zi { font-size:13px; font-weight:bold; float:none!important;}
.contentPage a { color: #0b903d; font-size: 13px; margin:0px 3px; padding:4px 7px; border: 1px solid #0b903d;}
.contentPage a:hover { color:#FFF; background-color:#0b903d;}
.contentPage .current { font-size: 13px; margin:0px 3px; padding:4px 7px;}


/*n_detail*/
.n_detail{ width:100%; margin:65px 0 50px 0; font-size: 16px; line-height:26px;}
.n_detail h1{ font-size:18px; text-align:center;}
.n_detail h4{ font-size:14px; text-align:center; color: #0b903d; font-weight:normal; margin: 10px 0 20px 0;}


/*page_in*/
.page_in {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
	padding:10px 20px 20px 20px;
	border-radius:30px;
	margin-top:30px;
}
.page_in ul{ align-items: center;}
.page_in ul li:nth-child(1), .page_in ul li:nth-child(3){ width:38%;}
.page_in ul li:nth-child(2){ text-align:center;}
.page_in ul li:nth-child(3){ text-align:right;}
.page_in ul li span {
    font-size: 12px;
    font-weight: bold;
}
.page_in ul li h5 {
    font-size: 14px;
	color:#0b903d;
    font-weight: normal;
	line-height: 20px;
	text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}

.page_in ul li:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f7fb;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
	font-size: 14px;
}
.page_in ul li:nth-child(2):hover {
    color: #0b903d;
    transform: rotate(360deg);
}
.page_in ul li:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 35px #f6f7fb;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}
.page_in ul li:nth-child(2):hover::after {
    box-shadow: inset 0 0 0 1px #0b903d;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/*jobs_in*/
.jobs_in{ width:100%; margin:65px 0 10px 0; font-size: 16px;}

.jobs_in h3 {
    font-size: 22px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
	margin-bottom:30px;
}
.jobs_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 45px);
}
.jobs_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #0b903d;
    bottom: 0;
    left: calc(50% - 15px);
}
.j_text{ padding:0 0 30px 0;}

.j_list{ margin-bottom:40px; display: inline-table;}
.j_list tr, .j_list td{ border:none;}
.j_list tr td{ padding:10px; line-height: 24px;}
.j_list tr td:first-child { border-right: 1px solid #eee; font-weight:600; text-align:center;}
.j_list tr:nth-child(odd){ background:#f8f8f8;}
.j_list tr td span{ color: #0b903d;}


/*con_in*/
.con_in{ width:100%; margin:65px 0 50px 0;}

.con_in h3 {
    font-size: 22px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.con_in h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 45px);
}
.con_in h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #0b903d;
    bottom: 0;

    left: calc(50% - 15px);
}

.con_in ul{ margin:45px 0 40px 0;}
.con_in ul li {
	padding: 30px 0 25px 0;
	border-radius: 5px;
	box-shadow:0 10px 40px -10px rgba(0,0,0,.2);
	width:100%;
	text-align:center;
	line-height: 30px;
	font-size:14px;
	margin-bottom: 50px;
}
.con_in ul li:last-child{ margin-bottom: 0px;}
.c_icon {
	background: rgba(11, 144, 61, 0.2);
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 13px;
	position: relative;
	width: 55px;
	height: 55px;
	margin-top: -50px;
}
.c_icon span {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background: #0b903d;
}
.c_icon img{ margin-top: 11px; transition: all 0.3s linear; max-width: 18px; max-height: 18px;}
.con_in ul li:nth-child(2) .c_icon img{ margin-top: 12px;}
.con_in ul li:hover .c_icon img{ transform: rotateY(180deg);}

.map{ margin-top:30px;}
}