@charset "utf-8";
* {
    font-weight: normal;
    font-style: normal;
    outline: none;
    word-break: break-all;
    outline: none;
    cursor: url(../images/leaf.png) 4 12, auto;
    box-sizing: border-box;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: url(../images/bg.jpg) no-repeat bottom 462px center #fff;
    color: #333333;
    font-size: 12px;
    font-family: "微软雅黑";
    min-width: 1248px;
    max-width: 1920px;
    margin: 0 auto;
}
ul,
ol,
li {
    list-style: none;
}
select,
input,
img,
select {
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: #333333;
    cursor: url(../images/leaf.png) 4 12, auto;
}
header,
div,
footer,
section,
article,
h1,
h2,
h3,
p {
    display: block;
}

/* 清除浮动 */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ani-r {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
    -moz-transform: translate(200px, 0);
    transform: translate(200px, 0);
}
.tans1 {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.ani-b-s {
    opacity: 0!important;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.ani-b-d {
    opacity: 0!important;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.ani-l {
    opacity: 0!important;
    -webkit-transform: translate(-200px, 0);
    -moz-transform: translate(-200px, 0);
    transform: translate(-200px, 0);
}
.ani-sc {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.p {
    padding: 0 calc(50% - 624px);
}
.p_t_65 {
    padding-top: 65px;
}
.p_b_100 {
    padding-bottom: 100px;
}
.text_indent {
    text-indent: 2em;
}

/* 垂直居中 */

.center {
    display: flex;
    justify-content: center;
    align-items: Center;
}
.text_over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.font_w {
    font-weight: 800;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.float_message {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 999999;
}
.float_message .icon_float {
    position: relative;
    display: block;
    margin-bottom: 5px;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    text-align: center;
    background: -webkit-linear-gradient(right, #005824, #00cd4d);
    background: -o-linear-gradient(left, #005824, #00cd4d);
    background: -moz-linear-gradient(left, #005824, #00cd4d);
    background: linear-gradient(to left, #005824, #00cd4d);
}
.icon_float img {
    margin: 6px auto 0;
}
.icon_float p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: white;
    text-align: center;
}
.hover_float {
    position: absolute;
    top: 0;
    display: none;
    background: white;
    border-radius: 10px;
}
.hover_phone {
    padding: 10px 16px 7px 15px;
    left: -180px;
}
.hover_wechat {
    padding: 3px 3px 6px;
    left: -100px;
}
.hover_float li {
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}
.hover_float img {
    width: 94px;
    height: 94px;
}
.icon_float:hover .hover_float {
    display: block;
}

/* 主页 */


/* nav */

.header {
    width: 1248px;
    margin: 0 auto;
    clear: both;
}
.header_logo {
    width: 510px;
    height: 100px;
    float: left;
}
.header_logo img {
    width: 100%;
    height: 100%;
}
.nav {
    float: right;
}
.nav_list {
    float: left;
    position: relative;
    background: url(../images/nav_line.png) no-repeat right center;
    font-size: 16px;
}
.nav_list:last-child {
    background: none;
}
.nav_list .nav_a {
    font-size: 16px;
    float: left;
    line-height: 100px;
    padding: 0 20px;
    color: #333333;
    text-align: center;
}
.nav_list .nav_a:hover {
    color: #005824;
    font-weight: bold;
}
.nav_list:last-child .nav_a {
    padding-right: 0;
}
.nav_list span {
    float: left;
}
.ss {
    position: relative;
}
.ss:before {
    width: 100%;
    height: 3px;
    content: " ";
    position: absolute;
    top: 97px;
    left: 0;
    background: -webkit-radial-gradient(circle, #32e389, #058b47);
    background: -o-radial-gradient(circle, #32e389, #058b47);
    background: -moz-radial-gradient(circle, #32e389, #058b47);
    background: radial-gradient(circle, #32e389, #058b47);
    display: none;
}
.active .ss:before {
    display: block;
}
.active .nav_a {
    color: #005824;
    font-weight: bold;
}
.nav_list:hover a {
    color: #005824;
}
.nav_list:hover>.nav_sub {
    display: block;
}
.nav_list:hover>.ss:before {
    display: block;
}
.nav_sub {
    width: 100%;
    float: left;
    position: absolute;
    top: 101px;
    text-align: center;
    background: white;
    z-index: 999;
    display: none;
}
.nav_sub li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 15px;
    text-align: center;
}
.nav_sub li:last-child {
    background: none;
}
.nav_sub li:hover {
    background: #70c598;
}
.nav_sub a {
    display: block;
    color: #333333!important;
    background: none;
}
.nav_sub li:hover a {
    color: white!important;
}

/* banner */

.banner {
    width: 100%;
    height: 775px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.banner .swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;
    background: white;
}
.banner .swiper-pagination-bullets {
    bottom: 100px;
}
.banner .swiper-slide img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;

}

/* index-产品分类 */

.pro_i {
    width: 100%;
    background: url(../images/pro_bg.png) no-repeat top center;
    margin-top: -65px;
    position: relative;
    z-index: 66;
    overflow: hidden;
}
.pro_i_cont {
    width: 1248px;
    height: 810px;
    margin: 0 auto;
    position: relative;
}

.pro_i_cont .right {
    width: 580px;
    height: 580px;
    margin-top: 175px;
    float: left;
    position: relative;
    overflow: hidden;
}
.pro_i_cont .right li {
    width: 274px;
    height: 262px;
    float: left;
    margin-right: 32px;
    margin-bottom: 36px;
    position: relative;
}
.pro_i_cont .right li span {
    display: block;
    width: 274px;
    height: 240px;
    overflow: hidden;
}
.pro_i_cont .right li img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 5;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.pro_i_cont .right li p {
    width: 183px;
    height: 44px;
    margin: -22px auto 0 auto;
    font-size: 15px;
    line-height: 44px;
    text-align: center;
    background: white;
    box-shadow: 0 0 10px rgba(27, 56, 44, .35);
    position: relative;
    z-index: 6;
}
.pro_i_cont .right li:nth-child(2n) {
    margin-right: 0;
}
.pro_i_cont .right li:hover img {
    transform: scale(1.1);
}
.pro_i_cont .right li:hover p {
    color: white;
    background: #45c07e;
}
.left_pro_i {
    position: relative;
    margin-top: 175px;
    width: 587px;
    float: right;
}
.left_pro_i .top_pro_i {
    width: 520px;
    height: 298px;
    float: right;
    background: #036d45;
    padding: 55px 70px 0 65px;
}
.e_pro_i {
    display: block;
    margin-bottom: 10px;
    font-family: arial;
    font-size: 38px;
    font-weight: bold;
    color: white;
    line-height: 50px;
    text-transform: uppercase;
}
.c_pro_i {
    display: block;
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    color: white;
}
.left_pro_i a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #58cb9f;
    text-align: right;
}
.left_pro_i img {
    position: absolute;
    top: 195px;
    width: 100%;
    z-index: 99;
}

/* 关于我们 */

.about_i {
    width: 100%;
    position: relative;
    background: url(../images/about_i_bg.jpg) no-repeat bottom center;
    overflow: hidden;
}
.about_i .cont {
    width: 1248px;
    height: 830px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.about_i_title {
    padding-top: 62px;
    text-align: center;
}
.about_i_title h1 {
    display: block;
    font-size: 35px;
    line-height: 48px;
    color: #005824;
    font-weight: 600;
}
.about_i_title h2 {
    font-family: arial;
    display: block;
    font-size: 23px;
    line-height: 34px;
    color: #76a389;
}
.about_i_nav {
    display: block;
    text-align: center;
    padding: 27px 0 29px 0;
}
.about_i_nav span {
    display: inline-block;
    height: 66px;
    background: #fff;
    box-shadow: 0 0 10px rgba(7, 29, 21, .15);
    border-radius: 5px;
}
.about_i_nav li {
    width: 208px;
    height: 66px;
    float: left;
    border-right: dashed 1px #a9c4b6;
    font-size: 22px;
    line-height: 66px;
}
.about_i_nav li:first-child {
    border-radius: 5px 0 0 5px;
}
.about_i_nav li:last-child {
    border: 0;
    border-radius: 0 5px 5px 0;
}
.about_i_nav li i {
    width: 36px;
    height: 66px;
    float: left;
    margin-right: 10px;
}
.about_i_nav li b {
    display: inline-block;
}
.about_i p {
    font-size: 16px;
    line-height: 30px;
    display: block;
}
.about_i_img {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.about_i_nav li:nth-child(1) i {
    background: url(../images/about_icon_01_a.png) no-repeat right center;
}
.about_i_nav li:nth-child(2) i {
    background: url(../images/about_icon_02_a.png) no-repeat right center;
}
.about_i_nav li:nth-child(3) i {
    background: url(../images/about_icon_03_a.png) no-repeat right center;
}
.about_i_nav li:nth-child(4) i {
    background: url(../images/about_icon_04_a.png) no-repeat right center;
}
.about_i_nav li:nth-child(5) i {
    background: url(../images/about_icon_05_a.png) no-repeat right center;
}
.about_i_nav li:hover {
    background: url(../images/about_i_icon.jpg) no-repeat right center #45c07e;
    border-right: solid 1px white;
}
.about_i_nav li:hover {
    border: 0;
    box-shadow: none;
}
.about_i_nav li:hover a {
    color: white;
}
.about_i_nav li:hover img {
    display: none;
}

/* index-技术支持 */

.tec_i {
    width: 100%;
    height: 720px;
    background: url(../images/tex_bg.jpg) no-repeat center;
    overflow: hidden;
}
.i_title_c {
    display: block;
    font-size: 35px;
    color: #fefefe;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    padding-top: 62px;
}
.i_title_e {
    display: block;
    font-size: 23px;
    color: #76a389;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.tec_i_cont {
    width: 1248px;
    margin: 0 auto;
    color: white;
}
.tec_i_cont li {
    width: 312px;
    height: 312px;
    float: left;
}
.tec_i_cont li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.tec_i_cont li h1 {
    display: block;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
}
.tec_i_cont li p {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
	padding:20px;
	text-align:justify;
}
.tec_i_cont li:nth-child(1) {
    background: #147dd7;
}
.tec_i_cont li:nth-child(2) {
    background: #ff9e2b;
}
.tec_i_cont li:nth-child(3) {
    background: #52bfff;
}
.tec_i_cont li:nth-child(4) {
    background: #cc0a06;
}
.tec_i_cont .phone {
    text-align: center;
    height: 100%;
    line-height: 110px;
    color: white;
    clear: both;
}
.tec_i_cont .phone span:nth-child(1) {
    margin-right: 105px;
    display: inline-block;
}
.tec_i_cont .phone i {
    display: inline-block;
    font-size: 22px;
    height: 105px;
    position: relative;
    top: -5px;
}
.tec_i_cont .phone i:before {
    width: 60px;
    height: 100%;
    content: " ";
    background: url(../images/tec_icon.png) no-repeat left center;
    position: absolute;
    left: -60px;
}
.tec_i_cont .phone b {
    display: inline-block;
    font-size: 36px;
    height: 100%;
    font-family: arial;
    font-weight: 600;
}
.tec_i_button {
    text-align: center;
}
.tec_i_button a {
    display: inline-block;
    font-size: 18px;
    color: white;
    width: 196px;
    height: 52px;
    line-height: 52px;
    background: #16bf65;
}
.tec_i_button a:hover {
    background: #003c19;
}
.tec_i_button a:nth-child(1) {
    margin-right: 30px;
}

/* index-新闻动态 */

.news_i {
    background: url(../images/news_i_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.news_i_cont {
    width: 1248px;
    margin: 0 auto;
}
.news_img {
    width: 468px;
    height: 415px;
    position: relative;
    float: left;
}
.news_img img {
    width: 100%;
    height: 100%;
}
.news_img span {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 66;
    background: url(../images/news_i_text_bg.png);
}
.news_img span i {
    width: 280px;
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: white;
}
.news_img span b {
    float: right;
    font-size: 14px;
    line-height: 48px;
    color: #999999;
}
.news_i_right {
    width: 710px;
    float: right;
}
.news_i_cont li {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    width: 710px;
    height: 198px;
    margin-left: 0px;
    background: white;
}
.news_i_cont li img {
    float: left;
    width: 243px;
    height: 160px;
}
.text_news_i {
    float: left;
    margin-left: 35px;
    width: 375px;
}
.news_i_cont li b {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 14px;
    margin-top: 10px;
    color: #8fbead;
    background: url(../images/news_icon.png) no-repeat left center;
}
.news_i_cont li h2 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news_i_cont li p {
    font-size: 14px;
    line-height: 26px;
}
.news_i_cont li:hover {
    background: #036d45;
}
.news_i_cont li:hover b {
    color: #8fbead;
    background: url(../images/news_icon_a.png) no-repeat left center;
}
.news_i_cont li:hover h2 {
    color: white;
}
.news_i_cont li:hover p {
    color: white;
}
.news_i_cont .more {
    width: 100%;
    float: left;
}
.news_i_cont .more a {
    width: 225px;
    height: 48px;
    border: solid 1px #036d45;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #036d45;
    display: block;
    margin: 45px auto 70px auto;
    clear: both;
    background: white;
}
.news_i_cont .more a:hover {
    background: #036d45;
    color: white;
}
.i_title_cg {
    color: #005824;
}

/* 产品视频 */

.video_i {
    height: 675px;
    background: url(../images/video_bg.jpg) no-repeat center #fff;
}
.video_i_img {
    width: 1140px;
    height: 432px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.video_i_img .swiper-slide {
    position: relative;
    width: 530px;
    height: 348px;
    border: solid 10px white;
    box-shadow: 0 0 10px #CACACA;
}
.video_i_img .swiper-slide a {
    display: block;
}
.video_i_img .swiper-slide-active a:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 666;
    background: url(../images/button_play.png) no-repeat center;
}
.video_i_img .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.video_i_img .swiper-pagination-bullets {
    bottom: 0;
    background: url(../images/video_line.png) no-repeat center;
}
.video_i_img .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: url(../images/video_point.png) no-repeat center;
    background-position: -45px -4px;
    border-radius: 0;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    margin: 0 10px!important;
    cursor: url(../images/leaf.png) 4 12, auto;
}
.video_i_img .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background-position: -7px -3px;
}

/* footer */

.footer {
    width: 100%;
    background: #036d45;
    padding-top: 35px;
}
.footer_cont {
    width: 1248px;
    display: block;
    margin: 0 auto;
}
.footer .nav_f li {
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 80px;
    padding: 0 38px;
    background: url(../images/nav_f_l.png) no-repeat right center;
}
.footer .nav_f li:last-child {
    background: none;
}
.footer .nav_f li a {
    color: white;
}
.f_info {
    width: 100%;
    height: 240px;
    border-top: solid 1px #73a793;
    border-bottom: solid 1px #73a793;
}
.f_info span {
    float: left;
}
.f_info span:nth-child(1) {
    justify-content: flex-start;
    width: 375px;
    height: 100%;
    border-right: solid 1px #73a793;
}
.f_info span:nth-child(1) img {
    width: 119px;
    height: 119px;
    float: left;
    margin-right: 20px;
}
.f_info span:nth-child(1) h2 {
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #9ee4ca;
}
.f_info span:nth-child(1) h1 {
    font-family: arial;
    float: left;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: white;
}
.f_info span:nth-child(2) {
    height: 180px;
    padding: 60px 0 0 55px;
    width: 445px;
    border-right: solid 1px #73a793;
}
.f_info span:nth-child(2) h1 {
    display: block;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
    color: white;
}
.f_info span:nth-child(2) h2,
.f_info span:nth-child(2) h3 {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #9ee4ca;
    padding-left: 30px;
    background: url(../images/map_icon.png) no-repeat left center;
}
.f_info span:nth-child(2) h3 {
    background: url(../images/shop_web.png) no-repeat left center;
}
.f_info span:nth-child(2) h3 a {
    color: #9ee4ca;
}
.f_info span:nth-child(3) {
    width: 310px;
    padding-left: 60px;
    padding-top: 62px;
}
.f_info span:nth-child(3) i {
    width: 298px;
    height: 48px;
    float: left;
    background: #1c8960;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    color: white;
    position: relative;
}
.f_info span:nth-child(3) li {
    width: 100%;
    max-height: 192px;
    overflow-x: hidden;
    text-align: center;
    position: absolute;
    top: 48px;
    background: #1c8960;
    display: none;
}
.f_info span:nth-child(3) li a {
    display: block;
    color: white;
}
.f_info span:nth-child(3) i b {
    margin-left: 10px;
}
.f_info span:nth-child(3) i:hover li {
    display: block;
}
.footer_c {
    text-align: center;
    font-size: 16px;
    line-height: 108px;
    height: 108px;
    color: white;
}
.footer_c img {
    display: inline-block;
    margin-top: -5px;
}

/* 走进环力 */

.banner_in {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.banner_in img {
    width: 1920px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}
.a_nav {
    width: 100%;
    border-bottom: solid 1px #bacdc3;
    overflow: hidden;
}
.a_nav_top {
    width: 1248px;
    display: block;
    margin: 0 auto;
}
.a_nav_top li {
    float: left;
    padding: 0 30px;
    font-size: 18px;
    line-height: 90px;
    position: relative;
}
.a_nav_top li:last-child:after {
    display: none;
}
.a_nav_top h1 {
    float: left;
    font-size: 18px;
    line-height: 90px;
    position: relative;
}
.a_nav_top li a,
.a_nav_top h1 a {
    display: inline-block;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
}
.a_nav_top li:after {
    width: 1px;
    height: 100%;
    line-height: 90px;
    content: "|";
    color: #bacdc3;
    position: absolute;
    right: 0;
}
.products li:last-child:after {
    display: none;
}
.a_nav_top li:first-child {
    padding-left: 0;
}
.a_nav_top li:hover a,
.a_nav_top h1:hover a {
    color: #056732;
    font-weight: bold;
    border-bottom: solid 3px #056732;
}
.a_nav_top .active a {
    color: #056732;
    font-weight: bold;
    border-bottom: solid 3px #056732;
}
.location {
    float: right;
    font-size: 14px;
    line-height: 90px;
}
.location h1 {
    display: inline-block;
    color: #666666;
    font-size: 14px;
    padding-left: 28px;
    background: url(../images/location_icon.png) no-repeat left center;
}
.location a {
    display: inline-block;
    color: #666666;
}
.location i {
    padding: 0 8px;
    display: inline-block;
    color: #666666;
}
.location h2 {
    display: inline-block;
    color: #005a26;
    font-size: 14px;
}

/* 三叶青堂介绍 */

.about {
    padding-top: 36px;
    padding-bottom: 75px;
    background: url(../images/bg_about.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
}
.about_title {
    display: block;
    font-size: 35px;
    line-height: 46px;
    text-align: center;
    font-weight: 600;
    color: #005824;
}
.about_title_e {
    display: block;
    margin-bottom: 36px;
    font-family: arial;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    color: #76a389;
    text-align: center;
}
.about img {
    max-width: 100%;
}
.about p {
    display: block;
    font-size: 16px;
    line-height: 32px;
}

/* 生产基地 */

.base {
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
}

/* 荣誉资质 */

.honor {
    overflow: hidden;
}
.list_honor {
    display: block;
}
.list_honor li {
    position: relative;
    float: left;
    margin-right: 54px;
    padding-bottom: 99px;
    margin-bottom: 17px;
    width: 380px;
}
.list_honor li:after {
    position: absolute;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 96px;
    background: url(../images/bg_honor_text.png) no-repeat center top;
    background-size: 100% 100%;
}
.list_honor li:hover p {
    background: -webkit-radial-gradient(#25e898 5%, #36a26f 95%);
    background: -o-radial-gradient(#25e898 5%, #36a26f 95%);
    background: -moz-radial-gradient(#25e898 5%, #36a26f 95%);
    background: radial-gradient(#25e898 5%, #36a26f 95%);
}
.list_honor li:nth-child(3n) {
    margin-right: 0;
}
.list_honor li img {
    display: block;
    width: 100%;
    height: 540px;
    border-radius: 0 0 30px 30px;
}
.list_honor li p {
    position: absolute;
    bottom: 99px;
    width: 100%;
    height: 70px;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, .5);
    border-radius: 0 0 30px 30px;
    z-index: 66;
}

/* 专家简介 */

.specialist {
    overflow: hidden;
}
.list_specialist {
    display: block;
}
.list_specialist li {
    float: left;
    margin-right: 68px;
    margin-bottom: 68px;
    width: 590px;
    height: 470px;
    background: #eeeeee;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}
.list_specialist li:nth-child(2n) {
    margin-right: 0;
}
.list_specialist li span {
    display: block;
    height: 383px;
    padding: 37px 34px 0;
}
.list_specialist li span img {
    width: 100%;
    height: 100%;
}
.list_specialist li p {
    width: 100%;
    height: 87px;
    font-size: 24px;
    line-height: 87px;
    text-align: center;
    background: white;
    color: #005824;
    border-radius: 0 0 20px 20px;
    letter-spacing: 10px;
}
.list_specialist li:hover p {
    background: -webkit-radial-gradient(#25e898 5%, #36a26f 95%);
    background: -o-radial-gradient(#25e898 5%, #36a26f 95%);
    background: -moz-radial-gradient(#25e898 5%, #36a26f 95%);
    background: radial-gradient(#25e898 5%, #36a26f 95%);
    color: white;
}

/* 专家简介详情 */

.specialist_in {
    font-size: 16px;
    line-height: 32px;
}
.specialist_in .img_specialist_in {
    float: right;
    max-width: 526px;
    margin-left: 135px;
    margin-bottom: 53px;
    border-radius: 10px;
}
.specialist_in .name_special {
    width: 585px;
    display: block;
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    color: #005824;
    padding-bottom: 15px;
    border-bottom: solid 1px #005824;
}
.technical_special {
    width: 585px;
    display: block;
    padding-top: 20px;
    padding-bottom: 22px;
    margin-bottom: 30px;
    border-bottom: solid 1px #e5e5e5;
}
.technical_special i {
    display: block;
    font-size: 18px;
    line-height: 40px;
}
.title_specialist_in {
    margin-top: 55px;
    margin-bottom: 18px;
    font-size: 0;
    border-bottom: solid 2px #89c997;
}
.title_specialist_in b {
    display: inline-block;
    font-size: 24px;
    line-height: 80px;
    font-weight: bold;
    color: #005824;
}
.title_specialist_in i {
    display: inline-block;
    font-family: arial;
    font-size: 18px;
    line-height: 80px;
    color: #999999;
    text-transform: uppercase;
    margin-left: 20px;
}
.content_specialist_in {
    font-size: 18px;
    line-height: 40px;
}

/* 产品展示 */

.products {
    overflow: hidden;
}
.list_products {
    display: block;
}
.list_products li {
    position: relative;
    float: left;
    margin-right: 52px;
    margin-bottom: 20px;
    width: 381px;
}
.list_products li a {
    display: block;
}
.list_products li span {
    position: relative;
    display: block;
    z-index: 99;
}
.list_products li a:before {
    position: absolute;
    left: -13.5px;
    top: -12.5px;
    content: " ";
    width: 408px;
    height: 308px;
    border: solid 1px #00640e;
    box-shadow: 0 0 10px rgba(0, 100, 14, .4);
    border-radius: 10px;
    display: none;
}
.list_products li:hover a:before {
    display: block;
}
.list_products li:nth-child(3n) {
    margin-right: 0;
}
.list_products li span {
    display: block;
    width: 100%;
    height: 283px;
    border-radius: 10px;
}
.list_products li span img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.list_products li p {
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

/* 产品内页 */

.products_in {
    overflow: hidden;
}
.top_products_in h1 {
    display: block;
    font-size: 20px;
    line-height: 42px;
    font-weight: bold;
}
.top_products_in h2 {
    font-size: 0;
    line-height: 42px;
    text-align: right;
}
.top_products_in h2 i {
    float: left;
    width: 1000px;
    font-size: 16px;
    text-align: left;
}
.top_products_in h2 a {
    display: inline-block;
    font-size: 16px;
}
.top_products_in h2 a:hover {
    color: #056732;
    font-weight: bold;
}
.top_products_in h2 a:last-child {
    margin-left: 32px;
}
.show_products_in {
    float: left;
    width: 612px;
}
.products_in .gallery-top {
    width: 100%;
    height: 503px;
    display: block;
    overflow: hidden;
}
.products_in .gallert-solid{
    overflow: hidden;
    height: 543px;
    border: solid 1px #d2d2d2;
    padding: 20px;
    margin-bottom: 10px;
}
.products_in .gallery-top img {
    max-width: 100%;
    max-height: 100%;
}
.products_in .gallery-thumbs {
    width: 100%;
    height: 132px;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 23px;
}
.products_in .gallery-thumbs .swiper-slide {
    width: 185px!important;
    height: 100%;
    cursor: pointer;
    border: solid 1px #d2d2d2;
    padding: 10px;
}
.products_in .gallery-thumbs .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.products_in .gallery-thumbs .swiper-button-prev {
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/arrow_p.png) no-repeat center #eeeeee;
    z-index: 9999;
    margin-top: 0;
}
.products_in .gallery-thumbs .swiper-button-prev:hover {
    background: url(../images/arrow_p_w.png) no-repeat center #00774a;
}
.products_in .gallery-thumbs .swiper-button-next {
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/arrow_p.png) no-repeat center #eeeeee;
    z-index: 9999;
    margin-top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.products_in .swiper-button-disabled {
    opacity: 1;
}
.products_in .gallery-thumbs .swiper-button-next:hover {
    background: url(../images/arrow_p_w.png) no-repeat center #00774a;
}
.products_in .gallery-thumbs .swiper-slide:hover {
    box-sizing: border-box;
    border: solid 1px #056732;
}
.products_in .gallery-thumbs .swiper-slide-thumb-active {
    box-sizing: border-box;
    border: solid 1px #056732;
}
.cont_pro_in {
    float: right;
    width: 570px;
}
.class_name {
    display: block;
}
.class_name i {
    display: block;
    width: 143px;
    height: 45px;
    background: #eeeeee;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin-top: 27px;
    margin-bottom: 17px;
    border-radius: 5px;
}
.cont_pro_name {
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding-left: 50px;
}
.title_content_proin {
    display: block;
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 28px;
}
.title_content_proin i {
    display: block;
    width: 205px;
    height: 100%;
    padding-right: 55px;
    background: url(../images/bgicon_pro_in.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: white;
    font-weight: bold;
}
.content_bg_proin {
    overflow: hidden;
}
.content_bg_proin .c {
    font-size: 14px;
    line-height: 28px;
}

/* 产品视频 */

.video {
    overflow: hidden;
}
.video li {
    width: 380px;
    float: left;
    margin-right: 54px;
    margin-bottom: 25px;
}
.video li:nth-child(3n) {
    margin-right: 0;
}
.video li img {
    width: 100%;
    height: 272px;
    display: block;
}
.video li p {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.video li:hover p {
    color: #004c10;
}
.video_show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -999;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background: rgba(0, 0, 0, .5);
}
.video_show video {
    max-width: 100%;
    max-height: 100%;
}
.video .active {
    z-index: 999999;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* 新闻动态 */

.news_cont {
    overflow: hidden;
}
.news_title {
    display: block;
    text-align: center;
    font-size: 34px;
    line-height: 72px;
    margin: 23px 0;
    font-weight: 600;
}
.news_top li {
    width: 610px;
    height: 220px;
    float: left;
    margin-right: 28px;
}
.news_top li:nth-child(2n) {
    margin-right: 0;
}
.news_top li img {
    width: 294px;
    height: 100%;
    float: left;
}
.news_t_text {
    position: relative;
    width: 268px;
    height: 100%;
    padding: 22px 24px;
    float: left;
    background: #e9e9e9;
}
.news_t_text h2 {
    display: block;
    font-size: 18px;
    line-height: 30px;
}
.news_t_text h3 {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #818181;
}
.news_t_text p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #818181;
}
.news_t_text .n_more {
    position: absolute;
    left: 24px;
    bottom: 32px;
    display: block;
    width: 80px;
    height: 25px;
    text-align: center;
    background: #999999;
    color: white;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}
.news_top li:hover .news_t_text {
    background: #45c07e;
}
.news_top li:hover h2 {
    color: white;
}
.news_top li:hover h3,
.news_top li:hover p {
    color: white;
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
}
.news_top li:hover .n_more {
    background: white;
    color: #45c07e;
}
.news_list {
    width: 1248px;
    margin: 0 auto;
    padding-top: 45px;
}
.news_list li {
    width: 373px;
    padding-left: 25px;
    height: 135px;
    float: left;
    background: #e9e9e9;
    justify-content: flex-start;
    margin-bottom: 35px;
    margin-right: 27px;
}
.news_list li:nth-child(3n) {
    margin-right: 0;
}
.news_list li a {
    display: block;
}
.news_list li h1 {
    font-size: 18px;
    line-height: 36px;
    display: block;
}
.news_list li h2 {
    font-size: 14px;
    line-height: 22px;
    color: #818181;
    display: block;
}
.news_list li span {
    font-size: 16px;
    line-height: 40px;
    font-weight: 800;
    display: inline-block;
    padding-right: 18px;
    background: url(../images/news_in_icon.png) no-repeat right center;
}
.news_list li:hover {
    background: #45c07e;
}
.news_list li:hover a,
.news_list li:hover h2 {
    color: white;
}
.news_list li:hover span {
    background: url(../images/news_in_icon_a.png) no-repeat right center;
}

/* 咨询服务 */

.list_technic {
    display: block;
    padding-bottom: 65px;
}
.list_technic li {
    display: block;
    height: 80px;
    font-size: 0;
    line-height: 80px;
    background: #fff;
}
.list_technic li:nth-child(2n+1) {
    background: #eeeeee;
}
.list_technic li h1 {
    display: inline-block;
    width: 1100px;
    font-size: 16px;
    padding-left: 70px;
    background: url(../images/icon_ser.png) no-repeat left 25px center;
}
.list_technic li span {
    display: inline-block;
    font-family: arial;
    font-size: 16px;
    color: #999999;
}
.list_technic li:hover h1 {
    color: #016530;
}

/* 案例展示 */

.case {
    overflow: hidden;
}
.list_case li {
    margin-top: 27px;
}
.top_case {
    height: 80px;
    background: #eeeeee;
}
.top_case i {
    position: relative;
    display: inline-block;
    height: 100%;
    font-size: 18px;
    line-height: 80px;
    font-weight: bold;
    color: white;
    padding-left: 45px;
    padding-right: 75px;
    background: url(../images/icon_case.jpg) no-repeat right #45c07e;
    background-size: auto 100%;
}
.top_case h1 {
    display: inline-block;
    width: 830px;
    height: 100%;
}
.top_case b {
    float: right;
    padding-right: 45px;
    font-family: arial;
    font-size: 16px;
    line-height: 80px;
    color: #999999;
}
.bottom_case {
    padding: 0 45px;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    background: #fff;
}

/* 案例展示 */

.list_case {
    display: block;
    padding-bottom: 65px;
}
.list_case li {
    display: block;
}

/* 联系我们 */

.contact {
    overflow: hidden;
}
.c_left {
    float: left;
    width: 624px;
    text-align: left;
}
.c_right {
    float: right;
    width: 624px;
    text-align: left;
}
.c_left li,
.c_right li {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 13px;
}
.c_right li b {
    float: left;
}
.c_right li span {
    float: left;
}
.c_right li span i {
    display: block;
    margin-bottom: 13px;
}
#allmap {
    height: 557px;
    clear: both;
    margin: 48px auto;
}

/* 在线留言 */

.message .about_title_e {
    margin-bottom: 0;
}
.message {
    margin: 0 auto;
    width: 720px;
}
.title_message {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}
.message h6 {
    display: block;
    font-size: 16px;
    line-height: 32px;
    color: #999999;
    text-align: center;
}
.form_input {
    display: block;
    padding-top: 36px;
}
.message li {
    display: block;
    margin-bottom: 46px;
}
.message b {
    float: left;
    width: 100px;
    font-size: 18px;
    line-height: 46px;
    font-weight: bold;
}
.message input {
    float: right;
    width: 610px;
    border: 0;
    border-bottom: solid 1px #dcdcdc;
    font-size: 18px;
    line-height: 46px;
}
.message textarea {
    float: right;
    padding: 10px;
    width: 610px;
    height: 226px;
    resize: none;
    border: solid 1px #dcdcdc;
    font-size: 18px;
}
.text_a {
    margin-top: 50px;
    margin-bottom: 28px;
}
.text_a b {
    line-height: 32px;
}
.message button {
    float: right;
    width: 610px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: -webkit-radial-gradient(#25e898, #36a26f);
    background: -o-radial-gradient(#25e898, #36a26f);
    background: -moz-radial-gradient(#25e898, #36a26f);
    background: radial-gradient(#25e898, #36a26f);
    border: 0;
}
.message button:hover {
    color: #36a26f;
    background: #fff;
}

/* 内页 */

.news_in {
    font-size: 16px;
    line-height: 32px;
}
.news_in .top {
    display: block;
    font-size: 0;
    text-align: right;
    line-height: 60px;
}
.news_in a{
    display: inline-block;
    font-size: 16px;
}
/* .news_in span {
    color: #005824;
} */
.news_in a:hover {
    color: #005824;
}
.news_in i {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
}
.news_in img {
    max-width: 100%;
    /* display: block;
    margin: 20px auto; */
}
.news_in h1 {
    font-size: 36px;
    line-height: 80px;
    display: block;
    text-align: center;
    border-bottom: solid 1px #eeeeee;
    letter-spacing: 2px;
}
.news_in .l_num {
    font-size: 16px;
    line-height: 50px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.news_in .bottom {
    font-size: 0;
    margin-top: 50px;
}
.news_in a:hover {
    color: #005824;
}
.news_in .pre {
    width: 50%;
    float: left;
}
.news_in .next {
    width: 50%;
    float: right;
    text-align: right;
}
.news_in .bottom span,
.news_in .bottom a {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

/* 翻页 */

.page {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.page a,
.page span {
    width: 50px;
    height: 50px;
    font-family: "微软雅黑";
    text-align: center;
    color: #333333;
    background: #e8e8e8;
    border-radius: 10px;
    line-height: 50px;
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
}
.page a:hover {
    color: white;
    background: #333333;
}
.page .active,
.page span {
    color: white;
    background: #333333;
}
.float_message .cont {
    background: url(../images/top_bg.png) no-repeat center;
}
#back-to-top {
    display: none;
}
.float_message .cont:after {
    width: 92px;
    height: 92px;
    content: "返回顶部";
    cursor: url(../images/leaf.png) 4 12, auto;
    font-size: 13px;
    line-height: 95px;
    text-align: center;
    color: white;
}
.aimg{-45px -45px 0 80px;}

@media screen and (max-width:1440px){
	.float_message {
    position: fixed;
    right: 0;
    top: 35%;
    opacity: 0.8;
    z-index: 999999;
    transform: scale(0.9);
}
}