﻿@charset "utf-8";
body{ margin:0px; padding:0px;position: relative;}
a{ text-decoration:none;}
ul{ list-style:none; margin:0px; padding:0px;}
h1, h2, h3, h4, h5, h6{ list-style:none;margin:0;padding:0px;}
li {
    list-style: none;
}
p{ margin:0px;}
.width{ width:1200px; margin:0 auto;}
.both{ clear:both;}
a{ color:#000; transition:0.5s;}
em, i {font-style: normal;}
.clear {clear: both;}
#box{ width:100%; position:relative; overflow:hidden; height:500px;}
#box img{ transition:0.3s; position:absolute; top:0px; left:0px; height:100%; width:100%; object-fit:cover;}
.arrow{width:100%;}
.arrow a{ position:absolute; top:45%; background-color:rgba(255,255,255,0.8);border-radius:50%; color:#333; font-size:24px; padding:10px 15px; opacity:0;}
#box:hover .arrow a{ opacity:1;}
#foot_nav {
    display: none;
}

.mod1239 .copy a:nth-child(n+5) {
    display: none;
}
    .mod1170 .top_bg {
        width: 100%;
        height: 49px;
        font-size: 14px;
        color: #666;
        border-bottom:1px solid #eee;
    }
    .mod1170 .top_bg .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    
    .mod1170 .top_bg ul {
        display: flex;
    }
    .mod1170 .top_bg li {
        position: relative;
        padding: 0 15px;
        display: flex;
        align-items: center;
        border-right: 1px solid #eee;
    }
    .mod1170 .top_bg li:last-of-type {
        border-right: none;
    }
    .mod1170 .top_bg i {
        display: block;
        width: 14px;
        height: 14px;
    }
    .mod1170 .top_bg li span {
        display: flex;
        align-items: center;
    }
    .mod1170 .top_bg li .top_qr_img {
        position: absolute;
        display: block;
        top: 35px;
        left: 50%;
        width: 150px;
        height: 0;
        transform: translatex(-50%);
        overflow: hidden;
        transition: ease 0.3s;
        z-index: 99;
    }
    .mod1170 .top_bg li:hover .top_qr_img {
        height: 150px;
    }
    
    .mod1170 .top_bg a {
        display: block;
        padding-left: 6px;
        font-size: 14px;
        color: #666;
    }
    .mod1170 .top_bg a:hover {
        color: #088e47;
    }
        header {
        display: block;
        padding: 30px 0;
    }
    header .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    header .header_l,header .header_r {
        display: flex;
    }
    header .header_l img {
        display: block;
    }
    header .header_name {
        margin-left: 19px;
        margin-right: 11px;
    }
header .header_w span {
    display: block;
    padding: 10px 0;
    font-size: 39px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
    header .header_w p {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 16px;
    }
    header .header_r .header_ico {
        margin-right: 6px;
        width: 54px;
        height: 54px;
        background: url(../img/tel.png) center no-repeat;
    }
    header .header_r .header_tel span {
        display: block;
        padding: 4px 0;
        font-size: 14px;
        color: #666;
        line-height: 14px;
    }
    header .header_r .header_tel p {
        display: block;
        font-family: "Arial";
        font-size: 36px;
        font-weight: bold;
        color: #ff9200;
    }
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1300,.width-1300,.w1400{ width:1300px; margin:0 auto;}

    .mod1370 .nav_bg {
        position: relative;
        width: 100%;
        height: 60px;
        line-height: 60px;
        background:#088e47;
    }
    .mod1370 .nav_bg ul {
        display: block;
    }
.mod1370 .nav_bg li {
    position: relative;
    width: 14.1%;
    height: 60px;
    text-align: center;
    float: left;
}
    .mod1370 .nav_bg li:before {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        left: 50%;
        width: 0;
        height: 1px;
        transition: ease 0.3s;
        transform: translatex(-50%);
        background: #088e47;
    }
    .mod1370 .nav_bg li a {
        display: block;
        font-size: 18px;
        color: #fff;
    }
    .mod1370 .nav_bg li:hover a,.mod1370 .nav_bg li.on a {
        color: #fff;
    }
    .mod1370 .nav_bg li:hover:before,.mod1370 .nav_bg li.on:before {
        width: 100%;
    }

.c3 {
  margin-top: 3.2vw;
}

.cpfl2 {
  justify-content: center;
  display: block!important;
  text-align: center;
  margin: 40px auto;
}

.cpfl2 li {
  width: auto;
  background: #088e47;
  line-height: 44px;
  margin: 0 15px 10px 0;
  padding: 0 2.5%;
  border-radius: 10px;
  display: inline-block;
}

.cpfl2 li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cpfl2 li a h3 {
  font-size: 16px;
  color: #ffffff;
  line-height: 44px;
  font-weight: normal;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clearboth {
  clear: both;
}
.tyby {
  margin: 0 auto;
  text-align: center;
}

.tyby dd {
    font-size: 2.1rem;
    color: #333333;
    font-weight: 600;
    margin: 0;
}

.tyby dt {
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  margin-top: 10px;
}

.pro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3vw;
}

.pro li {
  width: 24.5%;
  text-align: center;
  margin-bottom: 1.8vw;
}

.pro li h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  margin-top: 14px;
}

.pro li:hover h3 {
  color: #088e47;
}

.pro li .img img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}
.bg1 {
    margin: 51px 0;
}
.bg1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.c1 {
    margin-top: 3vw;
    margin-bottom: 5vw;
}
.c1a {
  padding: 0 3%;
  text-align: center;
  margin-top: 3vw;
}

.c1a h3 {
  font-size: 2.1rem;
  color: #333333;
  font-weight: bold;
}

.c1a h4 {
  color: #333333;
  font-size: 16px;
  line-height: 35px;
  font-weight: normal;
}
.bg2 {
    margin: 30px auto;
}
.bg2 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
    .mod1393 .process_bg {
        position: relative;
        width: 100%;
        height: 400px;
        background: url(../img/process_bg.png) bottom no-repeat #f8f8f8;
        overflow: hidden;
    }
    .mod1393 .process_tile {
        margin-top: 30px;
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        border-left: 4px solid #008f34;
    }
    .mod1393 .process_tile b {
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }
    .mod1393 .process_tile span {
        padding-left: 5px;
        font-family: "Arial";
        font-size: 14px;
        text-transform: uppercase;
    }
    .mod1393 .process_bottom {
        position: relative;
        margin-top: 52px;
    }
    .mod1393 .process_bottom li {
        float: left;
        margin-right: 27.6px;
        width: 177px;
        height: 226px;
        text-align: center;
    }
    .mod1393 .process_bottom li:last-child {
        margin-right: 0;
    }
    .mod1393 .process_bottom li:hover,.mod1393 .process_bottom li.show {
        background: url(../img/process_btn.png) center no-repeat;
    }
    .mod1393 .process_bottom li .process_t {
        margin-top: -12px;
        font-family: "Arial";
        font-size: 24px;
        font-weight: bold;
        line-height: 24px;
        color: #008f34;
    }
    .mod1393 .process_bottom li .process_img {
        margin: 52px auto 24px;
        width: 50px;
        height: 50px;
    }
    .mod1393 .process_bottom li .process_w span {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 16px;
    }
    .mod1393 .process_bottom li .process_w p {
        display: block;
        margin-top: 10px;
        font-family: "Arial";
        font-size: 14px;
        line-height: 14px;
        color: rgba(255,255,255,0.7);
    }
    .mod1393 .process_btn {
        margin: 14px auto 0;
        width: 30px;
        height: 14px;
    }
    .mod1393 .process_btn img {
        display: block;
    }
    .mod1393 .service_pic_btn {
        position: absolute;
        top: 0;
        right: 25%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #333;
        z-index: 99;
    }
    .mod1393 .service_pic_btn1 {
        position: absolute;
        top: 0;
        right: 40%;
        width: 120px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height:40px;
        border-radius: 5px;
        background: #333;
        z-index: 99;
    }
    
    .mod1393 .process_bottom .feedback {
        position: absolute;
        top: -92px;
        right: 0;
        width: 280px;
    }
    .mod1393 .feedback .feedback_tile {
        width: 100%;
        height: 45px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        line-height: 45px;
        background: #008f34;
    }
    .mod1393 .feedback form {
        display: block;
        padding: 25px 18px;
        background: #fff;
    }
    .mod1393 .feedback form .feedback_content input,
    .mod1393 .feedback form .feedback_content textarea {
        display: block;
        width: 100%;
        height: 100%;
        background: none;
        border: 0;
    }
    .mod1393 .feedback form .feedback_content .fb_name,
    .mod1393 .feedback form .feedback_content .fb_tel {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #eee;
    }
    .mod1393 .feedback form .feedback_content .fb_message {
        height: 79px;
        border-bottom: 1px solid #eee;
    }
    .mod1393 .feedback form .feedback_content .fb_message textarea {
        line-height: 32px;
    }
    .mod1393 .feedback form .feedback_btn {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .mod1393 .feedback form .feedback_btn input {
        display: block;
        width: 115px;
        height: 34px;
        border: 0;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 34px;
        border-radius: 5px;
        background: #333;
    }
    .mod1393 .feedback form .feedback_btn a {
        display: block;
        width: 115px;
        height: 34px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        line-height: 34px;
        border-radius: 5px;
        background: #008f34;
    }

 
        .news_bg {
        padding: 60px 0;
    }
    
    .news_bg .news_tab {
        position: relative;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        height: 64px;
        line-height: 64px;
    }
    .news_bg .news_tab:after {
        position: absolute;
        display: block;
        content: " ";
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        z-index: 999;
        background: #e6e6e6;
    }
    .news_tab .news_l_tab {
        display: flex;
    }
    .news_tab .news_l_tab a {
        position: relative;
        display: block;
        width: 180px;
        text-align: center;
        font-size: 20px;
        color: #333;
        z-index: 1;
    }
    .news_tab .news_l_tab a.on {
        color: #fff;
        background: #008f34;
    }
    .news_tab .news_r_tab {
        width: 5%;
        overflow: hidden;
    }
    .news_tab .news_r_tab a {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #333;
        background: #fff;
    }
    .news_tab .news_r_tab a:hover {
        color: #008f34;
    }
    
    .news_bg .news_d {
        margin-top: 40px;
        overflow: hidden;
    }
    .news_d li {
        display: flex;
        justify-content: space-between;
    }
    .news_d li .news_d_l {
        width: 48%;
    }
    .news_d_l dl dt .news_l_img {
        width: 100%;
        height: 0;
        padding-bottom: 35%;
        background: #333;
    }
    .news_d_l dl dt .news_l_img a {
        display: block;
        width: 100%;
    }
    .news_d_l dl dt .news_l_img a img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .news_d_l dl dt .news_l_w {
        padding-top: 12px;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }
    .news_d_l dl dt .news_l_w .news_ctime {
        width: 20%;
        padding: 2% 0;
        text-align: center;
        border-right: 1px solid #ccc;
    }
    .news_d_l dl dt .news_l_w .news_ctime span {
        display: block;
        font-family: "Arial";
        font-size: 50px;
        color: #333;
        line-height: 50px;
    }
    .news_d_l dl dt .news_l_w .news_ctime p {
        display: block;
        font-family: "Arial";
        font-size: 14px;
        color: #333;
        line-height: 14px;
    }
    .news_d_l dl dt .news_l_w .news_w {
        width: 75%;
    }
    .news_d_l dl dt .news_l_w .news_w a {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .news_d_l dl dt .news_l_w .news_w p {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .news_d_l dl dd {
        margin-top: 20px;
    }
    .news_d_l dl dd a {
        display: block;
    }
    .news_d_l dl dd span {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .news_d_l dl dd p {
    font-size: 14px;
    color: #555;
    line-height: 30px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    
    
    
    .news_d li .news_d_r {
        width: 48%;
    }
    .news_d_r dl {
        margin-bottom: 22px;
    }
    .news_d_r dl:last-of-type {
        margin-bottom: 0;
    }
    .news_d_r dl a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .news_d_r dl a dt {
        width: 20%;
        padding: 2% 0;
        text-align: center;
        border-right: 1px solid #ccc;
    }
    .news_d_r dl a dt span {
        display: block;
        font-family: "Arial";
        font-size: 50px;
        color: #333;
        line-height: 50px;
    }
    .news_d_r dl a dt p {
        font-size: 14px;
        color: #555;
        line-height: 20px;
    }
    .news_d_r dl a dd {
        width: 75%;
    }
    .news_d_r dl a dd span {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
    .news_d_r dl a dd p {
    font-size: 14px;
    color: #555;
    line-height: 26px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }
    .news_l_tab .swiper-pagination {
        display: flex;
    }
    .news_l_tab .swiper-pagination-bullet {
        width: 180px;
        height: 100%;
        font-size: 20px;
        color: #333;
        border-radius: 0;
    }
    .news_l_tab .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #fff;
        background: #008f34;
    }

        .mod1387 .links_bg {
        width: 100%;
        height: 70px;
        line-height: 70px;
    }
    .mod1387 .links_bg .links_l {
        width: 1100px;
    }
    .mod1387 .links_bg .links_r {
        margin-left: 20px;
        max-width: 180px;
    }
    .mod1387 .links_bg .links_l a {
        display: block;
        float: left;
        margin-right: 20px;

        font-size: 16px;
        color: #333;
    }
    .mod1387 .links_bg .links_l a:last-of-type {
        margin-right: 0;
    }
    .mod1387 .links_bg .links_r a {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #333;
    }

    .mod1239 .f_bg{ width: 100%;background: #333; height: 275px;overflow: hidden;}
.mod1239 .footer{position: relative;}
.mod1239 .f_nav{ height:121px; line-height:121px; text-align:center; overflow:hidden; color:#fff;}
.mod1239 .f_nav a{ font-size:14px; color:#fff; padding:0 55px;}
.mod1239 .f_nav i:last-of-type {
    display: none;
}
.mod1239 .f_nav a:hover{color: #fff;}
.mod1239 .f_ban{ padding:28px 0 0; display:inline-block;width: 1200px;height: 132px;}
.mod1239 .f_ban p{font-size: 18px;color:#acacad;line-height:30px;padding-left:15px;float: left;width: 270px;font-weight: bold;}
.mod1239 .f_ban i{display: block;color: #fff;height: 30px;font-style:normal;font-size: 16px;font-weight: normal;}

.mod1239 .f_er{position: absolute;top: 100px;right: 0;width: 120px;text-align: center;}
.mod1239 .f_er img{ width:120px; height:120px;}
.mod1239 .f_er span{font-size:14px; color:#acacad;display: block; padding:10px 0 0;}
.mod1239 .copy{ text-align: left; line-height: 90px;background: #333;color: #acacad; height: 90px;border-top: 1px solid #444;width: 100%;overflow: hidden;}
.mod1239 .copy a{color: #acacad;}
.mod1239 .copy a:hover{color: #fff; }
.mod1239 .copy_l{width: 455px;height: 91px;position: absolute;right: -360px;top: -1px;background:  #008f34;}
.mod1239 .copy_l:after{content: "";display: block;width: 0px;height: 0px;border: none;border-right: 80px solid #008f34;border-top: 91px solid transparent;position: absolute;top: -1px;left: -80px;}

p#fzwz {
    display: inline-block;
}


#demo{overflow:hidden;width:100%;margin:34px auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}
.roll_product {float: left;}
.product_list1 li{float:left;margin:0 7px;background:#fff;text-align:center;padding-top:6px;width:auto;border: 1px solid #c6c6c6;}
.product_list1 li img {
    max-width: 100%;
    height: 305px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}
.product_list1 li h3{color:#333;font-size:16px;font-weight:normal;line-height:35px;}
.product_list1 li:hover{background:#1aaa3b;}
.product_list1 li:hover h3{color:#fff;}
.clear {
  clear: both;
}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}


.zzzs {
    background: #f8f8f8;
    padding: 50px 0;
}

img.bgtp2,img.bgtp3 {
    display: none;
}




@media screen and (max-width: 980px) {
*{-webkit-text-size-adjust:none;}
#box{ height:300px;}
.width{ width:98%;}
#foot_nav{ display:block; position:fixed; bottom:0px; width:100%; left:0px;}
#foot_nav li{ list-style:none;}
#foot_nav li a{ width:calc(100% / 1); text-align:center; height:50px; line-height:50px; background:#e7272d; color:#fff; float:left; font-size:28px;    font-weight: bold;}

.box,.content,.w1300,.width-1300,.w1400{ width:98%; margin:0 auto;}

img.bgtp1 {
    display: none;
}
img.bgtp2,img.bgtp3 {
    display: block;
}

header .header_w span {
    display: block;
    padding: 10px 0;
    font-size: 30px;
    color: #333;
    line-height: 36px;
    font-weight: bold;
}
header .header_r .header_ico {
    margin-right: 6px;
    width: 30px;
    height: 30px;
    background: url(../img/tel.png) center no-repeat;
    background-size: 100%;
    padding-top: 26px;
}
header .header_r .header_tel p {
    display: block;
    font-family: "Arial";
    font-size: 26px;
    font-weight: bold;
    color: #ff9200;
}
.pro li {
    width: 49.4%;
    text-align: center;
    margin-bottom: 1.8vw;
}

.mod1393 .process_bottom .feedback{
	display:none;
}
.mod1393 .process_bottom li {
    float: left;
    margin-right: 27.6px;
    width: 16.2%;
    height: 226px;
    text-align: center;
}

.news_d li {
    display: block;
    justify-content: space-between;
}
.news_d li .news_d_l {
    width: 100%;
}
.news_d_l dl dt .news_l_img {
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    background: #333;
}
.news_d li .news_d_r {
    width: 100%;
}
.mod1239 .f_bg {
    width: 100%;
    background: #333;
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.news_d_l dl dd {
    margin: 20px;
}
.mod1239 .f_nav {
    height: auto;
    line-height: 54px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.mod1239 .f_nav a {
    font-size: 14px;
    color: #fff;
    padding: 0 8px;
}
.mod1239 .f_ban {
    padding: 28px 0 0;
    display: inline-block;
    width: 100%;
    height: 132px;
}
.mod1239 .f_ban p {
    font-size: 14px;
    color: #acacad;
    line-height: 30px;
    padding-left: 15px;
    float: left;
    width: 37%;
}
.mod1239 .copy {
    text-align: left;
    line-height: 90px;
    background: #333;
    color: #acacad;
    height: 90px;
    border-top: 1px solid #444;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
}

.mod1387 .links_bg .links_l {
    width: 70%;
}
.mod1239 .copy_l {
    width: 0;
    height: 91px;
    position: absolute;
    right: 0;
    top: -1px;
    background: #008f34;
}

#demo {
    overflow: hidden;
    width: 100%;
    margin: 34px auto;
    height: 321px;
}


}
