* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
    padding: 0;
}
p,span,a,h1,h2,h3,h4,h5,h6 {
    font-size: 16px;
    font-weight: 400;
    color: #3d3d3d;
}
body {
    font-family: "SourceHanSansSC";
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
}
.w1200 {
    max-width: 1440px;
    min-width: 1440px;
    margin:0 auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}
/* 单行文本超出...显示 */
.p_dan {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 多行文本超出...显示 */
.p_duo {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {  /*正常浏览器 清除浮动*/
    content:"";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;  /*zoom 1 就是ie6 清除浮动方式  *  ie7一下的版本所识别*/
}

/* ---------------------------------------------------- */


.header_top {
    background-color: #07703B;
    height: 36px;
    line-height: 36px;
}
.header_top p {
    font-size: 13px;
    line-height: 36px;
    width: 100%;
    text-align: left;
    color: #fff;
}
.header {
    height: 136px;
}
.header .ner {
    display: flex;
    justify-content: space-between;
    height: 136px;
    align-items: center;
}
.header .ner .logo {
    width: 210px;
    height: 61px;
}
.header .logo img {
    width: 210px;
    height: 61px;
}
.header .phone p {
    font-size: 24px;
    color: #07703B;
}
.header .phone p:nth-child(1) {
    display: flex;
    align-items: center;
    font-size: 21px;
}
.header .phone p:nth-child(1) img {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-top: 2px;
} 
.header .phone p:nth-child(2) {
    letter-spacing: 1px;
}
.header .nav_w {
    width: 852px;
}
.layui-nav {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    width: 852px;
    padding-left: 0;
    padding-right: 0;
}
.layui-nav .layui-nav-item {
    margin: 0 5px;
}
.layui-nav .layui-nav-item a {
    color: #000;
    font-size: 18px;
    padding: 0 12px;
}
.layui-nav .layui-nav-more {
    right: -5px;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a  {
    color: #07703B;
}
.layui-nav .layui-this:after, .layui-nav-bar {
    background-color: #07703B;
    height: 4px;
    display: none;
}

.banner {
    position: relative;
}
.banner img {
    width: 100%;
}
.banner_d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.banner_d .tex {
    padding-top: 10%;
}
.banner_d .tex h3 {
    background: url(./template/pc/skin/static/images/1_2.png) no-repeat;
    background-size: 100% 100%;
    font-size: 46px;
    width: 458px;
    padding: 5px 15px;
    color: #fff;
    margin-left: 15px;
    margin-bottom: 2.5%;
}
.banner_d .tex h4 {
    font-size: 46px;
    color: #fff;
    padding: 6px 15px;
}

.footer {
    background-color: #07703B;
    padding: 30px 0;
}
.footer .ner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .ner .le p {
    font-size: 21px;
    color: #fff;
    padding-top: 21px;
    display: flex;
    align-items: center;
    line-height: 34px;
}
.footer .ner .le p img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.footer .ner .le .logo {
    padding-bottom: 20px;
}
.footer .ner .le .logo img {
    width: 251px;
    height: 73px;
}
.footer .ner .md h3 {
    color: #B3B0B0;
    font-size: 21px;
}
.footer .ner .md .n {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 226px;
}
.footer .ner .md .n p {
    color: #fff;
    margin-top: 24px;
    color: #fff;
}
.footer .ner .md .n p a {
    color: #fff;
    font-size: 21px;
}
.footer .ner .ri {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .ner .ri .img {
    width: 171px;
    height: 171px;
    background-color: #D8D8D8;
}
.footer .ner .ri .img img {
    width: 100%;
    height: 100%;
}
.footer .ner .ri p {
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    margin-top: 10px;
}
.footer_bot {
    padding: 20px 0;
    background-color: #07703B;
    border-top: 1px solid #BDBDBD;
}
.footer_bot p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}
.footer_bot p a {
    font-size: 12px;
    color: #fff;
}

.max {
    background-color: #FFF3ED;
    padding: 10px 0;
}
.max img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -4px;
}
.lieb .ner {
    padding: 36px 0 60px 0;
}
.lieb .ner .n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    box-shadow: 0 0 5px 0 #ccc;
    box-sizing: border-box;
    height: 380px;
}
.lieb .ner .n .img {
    width: 335px;
    height: 226px;
    
    overflow: hidden;
    cursor: pointer;
}
.lieb .ner .n .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 25px;
}
.lieb .ner .n .tex {
    width: 980px;
    height: 226px;
    box-sizing: border-box;
    padding: 20px 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.lieb .ner .n .tex p {
    line-height: 54px; font-size: 30px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.lieb .ner .n .tex span {
    display: flex;
    align-items: center;
    padding-top: 16px;
    position: absolute;
    left: 84px;
    bottom: 40px;
}
.lieb .ner .n .tex span img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.lieb .ner .n .img img:hover {
    /* animation-duration: .6s;
    animation-name: move_01; */
    animation: move_01 .3s linear forwards;
}
@keyframes move_01 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.gy_bt {
    padding-top: 40px;
}
.gy_bt h3 {
    background: url(./template/pc/skin/static/images/1_2.png) no-repeat;
    background-size: 100% 100%;
    font-size: 42px !important;
    width: 801px;
    height: 118px;
    padding: 10px 25px !important;
    color: #fff;
    line-height: 98px;
    box-sizing: border-box;
}
.hj_1 {
    padding-bottom: 20px;
}
.hj_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hj_1 .ner {
    display: flex;
    justify-content: space-between;
    /*height: 700px;*/
}
.hj_1 .ner .le {
    width: 40%;
}
.hj_1 .ner .le .img {
    width: 100%;
    height: 700px;
}
.hj_1 .ner .ri {
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
}
.hj_1 .ner .r1 .img {
    height: 340px;
}
.hj_1 .ner .r2 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.hj_1 .ner .r2 .img {
    width: 48.5%;
    height: 340px;
}

.hj_1 .img {
    overflow: hidden;
    cursor: pointer;
}
.hj_1 .img img:hover {
    transition: all .6s;
    transform: scale(1.1);
}

.fw_1 img {
    width: 100%;
}
.fw_1 .ner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.fw_1 .ner .tex {
    width: 55%;
}
.fw_1 .ner .img {
    width: 36%;
}
.fw_1 .tex h2 {
    color: #1E4B25;
    font-size: 48px;
}
.fw_1 .tex h3 {
    color: #E5AA8F;
    font-size: 33px;
    padding-bottom: 20px;
}
.fw_1 .tex p {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
.fw_1 .ner .tex p img {
    width: 33px !important; height: 33px !important; margin-top: 3px !important;
}
.fw_1 .tex p b {
    display: flex;
    margin-right: 20px;
    width: 165px;
    font-size: 27px !important;
}
.fw_1 .tex p strong {
    font-size: 27px !important;
    line-height: 41px !important;
    font-weight: 500;
    width: 165px !important;
}
.fw_1 .tex p span {
    width: calc(100% - 140px);
    font-size: 27px !important;
    line-height: 41px !important;
}
.fw_1 .tex p b img {
    width: 20px;
    height: 24px;
    margin-right: 5px;
}

.fw_2 {
    background-color: #FFF5F0;
}
.fw_2 img {
    width: 100%;
}
.fw_2 .ner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.fw_2 .ner .tex {
    width: 55%;
}
.fw_2 .ner .img {
    width: 40%;
}
.fw_2 .tex h2 {
    color: #1E4B25;
    font-size: 48px;
}
.fw_2 .tex h3 {
    color: #E5AA8F;
    font-size: 33px;
    padding-bottom: 20px;
}
.fw_2 .tex p {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
}
.fw_2 .tex p b {
    display: flex;
    margin-right: 20px;
    width: 120px;
}
.fw_2 .tex p span {
    width: calc(100% - 140px); color: #626060;
} 
.fw_2 .ner .tex p img {
    width: 33px !important; height: 33px !important; margin-top: 3px !important;
}
.fw_2 .tex p strong {
    font-size: 27px !important;
    line-height: 41px !important;
    width:165px !important;
}
.fw_2 .tex p span {
    width: calc(100% - 140px);
    font-size: 27px !important;
    line-height: 41px !important;
}
.fw_s .tex p strong {
    width: 100% !important;
}

.rz_0 {
    padding: 40px 0 20px 0;
}
.rz_0 p {
    position: relative;
    padding-left: 30px;
    font-size: 36px;
    line-height: 54px;
}
.rz_0 p::before {
    content: '';
    display: block;
    width: 12px;
    height: 91px;
    background-color: #07703B;
    position: absolute;
    top: 12px;
    left: 0;
    padding-bottom: 0;
}

.rz_1,
.rz_2 {
    padding: 60px 0;
}
.rz_1 .bt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 70px;
}
.rz_1 .bt p {
    width: 561px;
    background-color: #07703B;
    display: inline-block;
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
}
.rz_1 .bt p::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 28px;
    left: 20px;
}
.rz_1 .bt p::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 28px;
    right: 20px;
}
.rz_1 img {
    width: 100%;
    height: 100%;
}
.rz_1 .ner {
    display: flex;
}
.rz_1 .ner .img {
    width: 752px;
    height: 521px;
}
.rz_1 .ner .tex {
    width: 674px;
    height: 402px;
    margin: 59.5px 0;
    box-shadow: 0px 0px 10px 0px #90B6A3;
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.rz_1 .ner .tex p {
    line-height: 36px;
    font-size: 18px;
}
.rz_1 .ner .tex p span {
    font-size: 18px !important;
}

.rz_2 {
    background-color: #FFF5F0;
}

.rz_2 .bt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 70px;
}
.rz_2 .bt p {
    width: 561px;
    background-color: #07703B;
    display: inline-block;
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
}
.rz_2 .bt p::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 28px;
    left: 20px;
}
.rz_2 .bt p::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 28px;
    right: 20px;
}
.rz_2 img {
    width: 100%;
    height: 100%;
}
.rz_2 .ner {
    display: flex;
    justify-content: space-between;
}
.rz_2 .ner .img {
    width: 648px;
    height: 710px;
}
.rz_2 .ner .tex {
    width: 710px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rz_2 .ner .tex h3 {
    font-size: 24px;
}
.rz_2 .ner .tex p img {
    width: 33px;
    height: 33px;
    margin-right: 10px;
    margin-top: 5px !important;
}
.rz_2 .ner .tex p {
    line-height: 54px !important;
    display: flex;
    font-size: 29px;
}

.rz_3 {
    background-color: #fff;
    padding: 60px 0 80px 0;
}

.rz_3 .bt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 70px;
}
.rz_3 .bt p {
    width: 561px;
    background-color: #07703B;
    display: inline-block;
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    padding: 0 50px;
    text-align: center;
    box-sizing: border-box;
}
.rz_3 .bt p::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 28px;
    left: 20px;
}
.rz_3 .bt p::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    top: 28px;
    right: 20px;
}
.rz_3 img {
    width: 100%;
    height: 100%;
}
.rz_3 .ner {
    display: flex;
    justify-content: space-between;
    background: url(./template/pc/skin/static/images/rz2.png) no-repeat;
    height: 547px;
    background-size: cover;
}
.rz_3 .ner .img {
    width: 50%;
}
.rz_3 .ner .tex {
    margin-top: 50px;
    margin-right: 30px;
    width: 575px;
    height: 270px;
}
.rz_3 .ner .tex span {
    line-height: 54px !important;
    font-size: 30px;
    letter-spacing: 2px;
    display: block;
}
.rz_1 .ner .tex span {
    line-height: 54px !important;
    font-size: 30px;
    letter-spacing: 2px;
    display: block;
}

.ab_1 {
    padding: 60px 0;
}
.ab_1 .ner {
    display: flex;
    justify-content: space-between;
}
.ab_1 .ner .le {
    width: 682px;
}
.ab_1 .ner .le img {
     width: 682px;
     height: 484px;
}
.ab_1 .ner .le .tex {
    border-left: 12px solid #07703B;
    padding: 20px 25px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #CCC;
    width: 495px;
    height: 202px;
    margin-left: 93.5px;
    box-sizing: border-box;
    margin-top: -101px;
    z-index: 99;
    position: relative;
        display: flex;
    align-items: center;
}
.ab_1 .ner .le .tex p {
    line-height: 35px;
    font-size: 24px;
}
.ab_1 .ner .ri {
    width: 600px;
}
.ab_1 .ner .ri .b {
    padding-bottom: 40px;
}
.ab_1 .ner .ri .b h2 {
    font-size: 36px;
    color: #07703b;
}
.ab_1 .ner .ri .b h3 {
        font-size: 18px; line-height: 36px;
}
.ab_1 .ner .ri p {
    line-height: 30px;
}

.ab_2 {

}
.ab_2 .ner {
    display: flex;
justify-content: space-around;
    background-color: #07703B;
    padding: 60px 0;
    z-index: 9;
    position: relative;
    box-sizing: border-box;
    height: 459px;
}
.ab_2 .ner .n {
    width: 18%;
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
.ab_2 .ner .n img {
    width: 66px;
    height: 66px;
}
.ab_2 .ner .n h3 {
    font-size:36px;
    color: #fff;
    padding: 30px 0 40px 0;
}
.ab_2 .ner .n p {
    color: #fff;
    font-size: 26px;
    line-height: 54px;
}

.ab_3 {
    background-color: #FFF5F0;
    padding: 180px 0 100px 0;
    margin-top: -110px;
}
.ab_3 .ner {
    display: flex;
    justify-content: space-between;
}
.ab_3 .ner .tex {
    width: 50%;
}
.ab_3 .ner .tex h3 {
    font-size: 38px;
}
.ab_3 .ner .tex p {
    padding: 40px 21px;
    border-left: 10px solid #07703B;
    background-color: #FFF;
    margin: 40px 0;
    font-size: 18px;
        /*font-family: "hw" !important;*/
    line-height: 40px;
}
.ab_3 .ner .tex p span {
            font-family: "楷体","楷体_GB2312" !important; font-size: 24px !important;
}
.ab_3 .ner .tex h4 {
    display: flex;
}
.ab_3 .ner .tex h4 span {
    font-size: 28px;
    line-height: 49px;
}
.ab_3 .ner .tex h4 b {
    font-size: 28px;
    color: #07703B;
    font-weight: 500;
    line-height: 49px;
}
.ab_3 .ner .img {
    width: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3% 0;
    box-sizing: border-box;
    background-color: #fff;background-color: #FFF5F0;
}
.ab_3 .ner .img img {
    width: 620px;
    height: 180px;
    margin-bottom: 100px;
}

.ab_4 {
    display: flex;
    justify-content: space-between;
    background: url(./template/pc/skin/static/images/ab6.png) no-repeat;
    height: 600px;
    background-size: cover;
}
.ab_4 .ner {
    display: flex;
    align-items: center;
    height: 600px;
    margin-top: 50px;
}
.ab_4 .ner .tex {
    width: 60%;
}
.ab_4 .ner .tex span {
    font-size:33px !important;
    color: #fff;
    line-height: 54px !important;
}
.ab_4 .ner .tex p {
    font-size: 33px !important;
    color: #fff;
    line-height: 54px !important;
    display: flex;
    padding: 20px 0 !important;
}


.i_1 .ner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.i_1 .ner .n {
    width: 31%;
    position: relative;
    height: 340px;
    cursor: pointer;
}
.i_1 .ner .n .img {
    width: 430px;
    height: 502px;
    display: none;
}
.i_1 .ner .n img {
    width: 430px;
    height: 502px;
    object-fit: cover;
}
.i_1 .ner .n .tex {
    position: absolute;
    top: 0;
    left: 0;
    width: 430px;
    height: 340px;
    /*background-color: rgba(0, 0, 0, .5);*/
    display: block;
}
.i_1 .ner .n .tex1 img {
    width: 60px;
    height: 60px;
}
.i_1 .ner .n .tex1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.i_1 .ner .n .tex1 h3 {
    font-size: 30px;
    padding: 30px 0;
    color: #3d3d3d;
}
.i_1 .ner .n .tex1 p {
    font-size: 21px;
    color: #3d3d3d;
    padding: 0 40px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
}
.i_1 .ner .n:hover .tex {
    display: block;
}
.i_1 .ner .n .img {
    overflow: hidden;
}
.i_1 .ner .n:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.i_2 {
    padding: 80px 0;
}
.i_2 .img {
    width: 48%;
    height: 430px;
}
.i_2 .img img {
    width: 100%;
    height: 100%;
}
.i_2 .ner {
    display: flex;
    justify-content: space-between;
}
.i_2 .tex {
    width: 48%;
    height: 430px;
    background: url(./template/pc/skin/static/images/i6.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.i_2 .tex .b h2 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    color: #07703B;
    padding-bottom: 30px;
}
.i_2 .tex p {
    line-height: 36px !important;
}
.i_2 .tex p span {
    letter-spacing: 1px;
}
#n_about {
    background-color: #07703B;
    padding: 45px 45px;
    height: 258px;
    z-index: 99;
    position: relative;
    box-sizing: border-box;
}
#n_about ul {
    display: flex;
    height: 168px;
    align-items: center;
}
#n_about ul li {
    width: 25%;
    text-align: center;
}
#n_about ul li .counter {
    font-size: 44px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}
#n_about ul li .fon {
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left: 3px;
}
#n_about ul li h5 {
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
}


.i_3 {
    padding-top: 110px;
    padding-bottom: 80px;
    background-color: #FFF5F0;
    margin-top: -110px;
}
.i_3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.i_3 .ner {
    display: flex;
    justify-content: space-between;
}
.i_3 .ner .le {
    width: 751px;
}
.i_3 .ner .le .l1 {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.i_3 .ner .le .l1 .img {
    width: 486px; height: 332px;
}
.i_3 .ner .le .l1 p {
    width: 241px; height: 332px;
    line-height: 29px;
}
.i_3 .ner .le .l1 p a {
    font-size: 21px;
}
.i_3 .ner .le .l2 {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 28px;
}
.i_3 .ner .le .l2 p {
    width: 272px;
    height: 240px;
    line-height: 29px;
    font-size: 21px;
}
.i_3 .ner .le .l2 p a {
    font-size: 21px;
}
.i_3 .ner .le .l2 .img {
    width: 431px;
    height: 318px;
}
.i_3 .ner .le .l3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 28px;
}
.i_3 .ner .le .l3 p {
    width: 411px;
    line-height: 30px;
}
.i_3 .ner .le .l3 p a {
    font-size: 21px;
    line-height: 29px;
}
.i_3 .ner .le .l3 .img {
    width: 293px;
    height: 206px;
}

.i_3 .ner .ri {
    width: 621px;
}
.i_3 .ner .ri .t .img {
    width: 621px;
    height: 398px;
}
.i_3 .ner .ri .b {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
}
.i_3 .ner .ri .b .b1 {
    width: 328px;
}
.i_3 .ner .ri .b .b1 .img {
    height: 328px;
    height: 234px;
}
.i_3 .ner .ri .b .b1 .img img {
    object-fit: cover;
}
.i_3 .ner .ri .b .b1 .img:nth-child(2) {
    margin-top: 24px;
}
.i_3 .ner .ri .b .b2 {
    width: 273px;
}
.i_3 .ner .ri .b .b2 img {
    width: 273px; height: 225px;
}
.i_3 .ner .ri .b .b2 p {
    margin-top: 24px;
    line-height: 30px;
}
.i_3 .ner .ri .b .b2 p a {
    font-size: 21px; line-height: 29px;
}
.i_3 .img {
    overflow: hidden;
    cursor: pointer;
}
.i_3 .img img:hover {
    transform: scale(1.1);
    transition: all .3s;
}
.i_3 .geng {
    width: 181px;
    height: 56px;
    margin: 70px auto 0;
    display: block;
    background-color: #07703B;
    text-align: center;
}
.i_3 .geng a {
    width: 181px;
    height: 56px;
    color: #fff;
    line-height: 56px;
    display: block;
    font-size: 21px;
}
.i_3 .geng a:hover {
    font-size: 22px;
    transition: all .3s;
}

.i_bt {
    padding: 100px 0 70px 0;
}
.i_bt .img {
    width: 100%;

}
.i_bt .img {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.i_bt .tex {
    position: absolute;
    top: 0;
}
.i_bt .img img {
    width: 285px;
    height: 141px;
}
.i_bt .tex h2 {
    font-size: 56px;
    font-weight: 600;
    color: #07703B;
    padding-bottom: 10px;
}
.i_bt .tex p {
    font-size: 30px;
    color: #07703B;
    text-align: center;
}

.i_4 .ner {
    display: flex;
    justify-content: space-between;
}
.i_4 .ner .n {
    width: 443px;
    position: relative;
    cursor: pointer;
}
.i_4 .ner .n .img {
    width: 100%;
    height: 443px;
    overflow: hidden;
}
.i_4 .ner .n .img img {
    width: 100%;
    height: 100%;
}
.i_4 .ner .n .tex {
    position: absolute;
    bottom: 0;
    right: 1px;
    background-color: #fff;
    width: 238px;
    height: 40px;
    border-left: 5px solid #07703B;
    overflow: hidden;
}
.i_4 .ner .n .tex h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 600;
    overflow : hidden;				/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;		/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;			/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 1;			/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}
.i_4 .ner .n .tex p {
    font-size: 14px;
    line-height: 24px;
    overflow : hidden;				/*必须结合的属性,当内容溢出元素框时发生的事情*/
	text-overflow: ellipsis;		/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	display: -webkit-box;			/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
	-webkit-line-clamp: 4;			/*用来限制在一个块元素显示的文本的行数。*/
	-webkit-box-orient: vertical;	/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
	margin-top: 5px;
}
.i_4 .ner .n .tex a {
    font-size: 14px;
    /*margin-top: 10px;*/
    display: block;
}
.i_4 .ner .n:hover .tex {
    width: 60%;
    height: 220px;
    padding: 20px;
    box-sizing: border-box;
    transition: all .6s;
}
.i_4 .ner .n:hover .tex h3 {
    padding: 0;
}
.i_4 .ner .n:hover .tex p {
    
}
/* .i_4 .ner .n .img:hover img {
    transform: scale(1.1);
    transition: all .6s;
}  */

.i_5 .ner {
    display: flex;
    justify-content: space-between;
}
.i_5 .ner .n {
    width: 23.5%;
}
.i_5 .ner .n .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
}
.i_5 .ner .n .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.i_5 .ner .n .tex {
    background-color: #07703B;
    padding: 0 27px 30px 27px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.i_5 .ner .n .tex a {
    width: 130px;
    height: 40px;
    border: 5px solid #fff;
    border-radius: 40px;
    display: block;
    color: #fff;
    font-size: 18px;
    background-color: #008843;
    text-align: center;
    line-height: 40px;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 99;
}
.i_5 .ner .n .tex a img {
    width: 18px;
    margin-top: -4px;
    margin-left: 4px
}
.i_5 .ner .n .tex span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin-top: 10px;
}
.i_5 .ner .n .tex h4 {
    font-size: 18px;
    color: #fff;
}
.i_5 .ner .n .tex p {
    text-align: center;
    padding-top: 15px;
    color: #fff;
    line-height: 27px;
}
.i_5 .ner .n .img:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.i_6 {
    padding-bottom:80px;
}
.i_6 .ner {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2%;
}
.i_6 .ner .n {
    width: 32%;
    margin-top: 2%;
}
.i_6 .ner .n:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.i_6 .ner .n video {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 20px;
}


.i_7 {
    background-color: #FFF5F0;
    padding-bottom: 40px;
}
.i_7 .ner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.i_7 .ner .n {
    display: flex;
    align-items: center;
    width: 48%;
    margin-bottom: 4%;
}
.i_7 .ner .n .img {
    overflow: hidden;
    width: 100%;
    height: 550px;
}
.i_7 .ner .n .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.i_7 .ner .n .tex {
    width: 50%;
    height: 70%;
    background-color: #fff;
    margin-left: -14%;
    border-right: 10px solid #07703B;
    border-bottom: 10px solid #07703B;
    box-shadow: 0 0 5px 0 #ccc;
    box-sizing: border-box;
    padding: 10% 3%;
    z-index: 99;
    position: relative;
}
.i_7 .ner .n .tex p {
    line-height: 45px;
    font-size: 21px;display: flex;align-items: center; height: 100%;
}

.i_7 .ner1 .n {
    justify-content: space-between;
}
.i_7 .ner1 .n .tex {
    width: 50%;
    height: 70%;
    background-color: #fff;
    margin-right: -14%;
    margin-left: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 10px solid #07703B;
    border-top: 10px solid #07703B;
    box-shadow: 0 0 5px 0 #ccc;
    box-sizing: border-box;
    padding: 10% 3%;
    z-index: 99;
    position: relative;
}

.i_7 .img {
    overflow: hidden;
}
.i_7 .img:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.i_8 {
    margin-bottom: 25px;
}
.i_8 .ner {
    display: flex;
    justify-content: space-between;
}
.i_8 .ner .n {
    width: 32%;
}
.i_8 .ner .n .img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.i_8 .ner .n .img img {
    width: 100%;
    height: 100%;
}
.i_8 .ner .n .tex {
    display: flex;
    justify-content: center;
    margin-top: -25px;
}
.i_8 .ner .n .tex p {
    width: 160px;
    height: 50px;
    background-color: #07703B;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}
.i_8 .ner .n .tex a {
    width: 50px;
    height: 50px;
    background-color: #E5AA8F;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 24px;
    margin-left: 10px;
}
.i_8 .ner .n .tex a:hover {
    font-size: 28px;
    transition: all .3s;
}
.i_8 .ner .n .tex p:hover {
    font-size: 19px;
    transition: all .3s;
}

.i_9 {
    padding-bottom: 50px;
}
.i_9 .ner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.i_9 .ner .n {
    width: 49%;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    border: 1px solid #BDBDBD;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.i_9 .ner .n .le {
    width: 12%;
    margin-right: 15px;
    text-align: center;
}
.i_9 .ner .n .le h2 {
    font-size: 24px;
}
.i_9 .ner .n .img {
    width: 15%;
}
.i_9 .ner .n .img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.i_9 .ner .n .ri {
    width: 65%;
}
.i_9 .ner .n .ri h4 {
    font-size: 21px;
}
.i_9 .ner .n .ri p {
    font-size: 14px;
    margin-top: 5px;
}
.i_9 .ner .n .ri .tz {
    font-size: 13px;
    float: right;
    margin-right: 10px;
        margin-top: 5px;
    color: #07703b;
}
.i_9 .ner .n:hover {
    background-color: #07703B;
}
.i_9 .ner .n:hover a,
.i_9 .ner .n:hover p,
.i_9 .ner .n:hover h4,
.i_9 .ner .n:hover h2,
.i_9 .ner .n:hover .tz{
    color: #fff;
    transition: all .3s;
}

.i_10 {
    background-color: #FFF5F0;
    padding-bottom: 80px;
}
.i_10 form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}
.i_10 form label {
    width: 49%;
    position: relative;
    height: 50px;
    margin-bottom: 30px;
}
.i_10 form .to {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.i_10 form label p {
    width: 100px;
    position: absolute;
    left: 15px;
    line-height: 60px;
}
.i_10 form label input {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 100px;
    border: 0;

}
.i_10 form label textarea {
    height: 150px;
    padding-left: 100px;
    padding-top: 16px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}
.i_10 form .t {
    width: 100%;
}
.i_10 .tj {
    margin: 110px auto 0;
    width: 200px;
    height: 55px;
}
.i_10 .tj input {
    background-color: #07703B;
    border: 0;
    outline: none;
    width: 200px;
    height: 55px;
    color: #fff;
    font-size: 20px;
}
.i_9 .geng {
    width: 160px;
    height: 50px;
    background-color: #07703B;
    margin: 0 auto;
    margin-top: 20px;
}
.i_9 .geng a {
    display: block;
    width: 160px;
    height: 50px;
    background-color: #07703B;
    text-align: center;
    line-height: 50px;
    color: #fff;
}
.i_9 .geng a:hover {
    font-size: 18px;
    transition: all .3s;
}