﻿body
{
    font-size: 12px;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
    font-family: 'Microsoft YaHei';
    margin: auto;
}
@font-face
{
    font-family: anton;
    src: url('../font/anton.woff.ttf'),url('../font/anton.woff.ttf');
}
@font-face
{
    font-family: Roboto;
    src: url('../font/Roboto-Regular.ttf'),url('../font/Roboto-Regular.ttf');
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img
{
    border: 0;
}
ul, li
{
    list-style: none;
}
a
{
    color: #333;
    text-decoration: none;
    transition: all .6s;
}
a:hover
{
    color: #009d50;
    text-decoration: none;
}
table
{
    margin: auto;
}
i
{
    font-style: normal;
}
em
{
    font-style: normal;
}
@media(min-width: 1000px)
{
    .main
    {
        width: auto;
        margin: auto;
        max-width: 1440px;
        padding: 0 15px;
    }
    .header
    {
        width: 100%;
        float: left;
    }
    .pos
    {
        position: fixed;
        z-index: 9999;
        background: #fff;
        box-shadow: 0 4px 23px 0 rgba(0,0,0,.1);
    }
    .top
    {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }
    .logo
    {
        width: auto;
        display: flex;
        align-items: center;
    }
    .logo .pic
    {
        width: 126px;
    }
    .logo .pic img
    {
        max-width: 100%;
        height: auto;
    }
    .logo .sx
    {
        width: 1px;
        height: 45px;
        background-color: rgba(0,0,0,.1);
        margin-left: 20px;
        margin-right: 20px;
    }
    .logo dl dt
    {
        font-size: 20px;
        line-height: 26px;
        color: #333;
        font-weight: bold;
    }
    .logo dl dd
    {
        margin-top: 5px;
        font-size: 14px;
        line-height: 18px;
    }
    .tel
    {
        width: auto;
        display: flex;
        align-items: center;
    }
    .tel .pic
    {
        width: 42px;
        margin-right: 15px;
    }
    .tel .pic img
    {
        max-width: 42px;
        height: auto;
    }
    .tel dl dt
    {
        font-size: 12px;
        line-height: 18px;
    }
    .tel dl dd
    {
        margin-top: 4px;
        font-size: 28px;
        line-height: 33px;
        font-weight: bold;
    }
    .innav
    {
        width: 100%;
        float: left;
        height: 62px;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
    }
    .innav ul
    {
        display: flex;
        align-items: center;
    }
    .innav ul li
    {
        width: 14.45%;
        font-size: 16px;
        line-height: 62px;
        height: 62px;
        color: #fff;
        position: relative;
        display: flex;
    }
    .innav ul li i
    {
        position: absolute;
        bottom: 19px;
        right: 0;
        z-index: 1;
        width: 0;
        height: 24px;
        border-right: 1px dashed rgba(255,255,255,.6);
    }
    .innav ul li a
    {
        transition: all .6s;
        width: 100%;
        text-align: center;
        height: 62px;
        line-height: 62px;
        color: #fff;
    }
    .innav ul li a:hover
    {
        color: #fff;
        background-color: #009d50;
    }
    .innav ul li .cur
    {
        color: #fff;
        background-color: #009d50;
    }
    .inwrap
    {
        width: 100%;
        float: left;
        background-color: #f2f2f2;
        padding-bottom: 80px;
    }
    .intit
    {
        width: 100%;
        float: left;
        margin-top: 60px;
    }
    .intit dl dt
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intit dl dt i
    {
        font-size: 32px;
        line-height: 42px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .intit dl dd
    {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }
    .inpro
    {
        width: 100%;
        float: left;
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .inpro01
    {
        width: calc(50% - 10px);
        background-color: #fff;
        height: 400px;
        display: flex;
        justify-content: space-between;
    }
    .inpro01 a
    {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .inpro01 .tex
    {
        width: 44%;
        padding-left: 50px;
        padding-top: 100px;
        font-size: 14px;
        line-height: 25px;
        color: #666;
    }
    .inpro01 .tex h1
    {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .inpro01 .tex .more
    {
        display: flex;
        margin-top: 40px;
    }
    .inpro01 .tex .more a
    {
        color: #666;
    }
    .inpro01:hover .tex h1
    {
        color: #009d50;
    }
    .inpro01:hover .tex
    {
        color: #009d50;
    }
    .inpro01:hover .tex .more
    {
        color: #009d50;
    }
    .inpro01:hover .tex .lhang
    {
        color: #666;
    }
    .inpro01 .pic
    {
        width: 56%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .inpro01 .pic img
    {
        max-height: 100%;
        max-width: 100%;
        transition: all .6s;
    }
    .inpro01:hover .pic img
    {
        transform: scale(1.06);
    }
    .inpro02
    {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .inpro02 ul
    {
        display: flex;
        justify-content: space-between;
    }
    .inpro02 ul li
    {
        width: 32.4%;
        height: 400px;
        background-color: #fff;
        position: relative;
    }
    .inpro02 ul li:hover .tex h1
    {
        color: #009d50;
    }
    .inpro02 ul li:hover .tex.lhang
    {
        color: #666;
    }
    .inpro02 ul li:hover .tex .more
    {
        color: #009d50;
    }
    .inpro02 ul li .tex
    {
        width: 41%;
        position: absolute;
        left: 50px;
        top: 50px;
        z-index: 2;
        font-size: 14px;
        line-height: 25px;
        color: #666;
    }
    .inpro02 ul li .tex h1
    {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .inpro02 ul li .tex .more
    {
        display: flex;
        margin-top: 40px;
    }
    .inpro02 ul li .tex .more a
    {
        color: #666;
    }
    .inpro02 ul li .tex .more a:hover
    {
        color: #009d50;
    }
    .inpro02 ul li .tex:hover h1
    {
        color: #009d50;
    }
    .inpro02 ul li .pic
    {
        width: 270px;
        height: 256px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .inpro02 ul li .pic img
    {
        max-height: 100%;
        max-width: 100%;
        transition: all .6s;
    }
    .inpro02 ul li .pic:hover img
    {
        transform: scale(1.06);
    }
    .inabout
    {
        width: 100%;
        float: left;
        margin-top: 80px;
        height: 780px;
        background-image: url(../image/abj01.jpg);
        background-position: center;
        background-repeat: no-repeat;
    }
    .inabout01
    {
        width: 100%;
        float: left;
        height: 780px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .inabout01 .tex
    {
        width: 46%;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
    }
    .inabout01 .tex h1
    {
        margin-bottom: 43px;
    }
    .inabout01 .tex .more
    {
        display: flex;
        margin-top: 60px;
    }
    .inabout01 .tex .more a
    {
        width: 200px;
        height: 54px;
        background: #009d50;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .inabout01 .tex .more a img
    {
        margin-left: 13px;
    }
    .inabout01 .pic
    {
        width: 47%;
    }
    .inabout01 .pic img
    {
        width: 100%;
        height: auto;
    }
    .inys
    {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .inys ul
    {
        display: flex;
        justify-content: space-between;
    }
    .inys ul li
    {
        width: 22.9%;
        position: relative;
        transition: all .6s;
        height: 520px;
        overflow: hidden;
    }
    .inys ul li:hover
    {
        width: 27%;
    }
    .inys ul li .pic
    {
        overflow: hidden;
        width: 100%;
        float: left;
    }
    .inys ul li .pic img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .inys ul li .mask
    {
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
        transition: all .6s;
    }
    .inys ul li:hover .mask
    {
        opacity: .9;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
    }
    .inys ul li .tex
    {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        padding: 60px 42px;
    }
    .inys ul li .tex .subpic
    {
        overflow: hidden;
        text-align: center;
    }
    .inys ul li .tex dl dt
    {
        margin-top: 30px;
        text-align: center;
        font-size: 20px;
        line-height: 26px;
    }
    .inys ul li .tex dl dd
    {
        margin-top: 9px;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: #999;
    }
    .inys ul li .tex p
    {
        margin-top: 50px;
        font-size: 14px;
        line-height: 25px;
        color: #666;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .inys ul li .num
    {
        width: 100%;
        bottom: 40px;
        position: absolute;
        left: 0;
        z-index: 3;
        text-align: center;
        font-size: 48px;
        line-height: 56px;
        color: #44aa2c;
        font-weight: bold;
        font-family: Arial,Helvetica,sans-serif;
    }
    .inys ul li:hover .tex
    {
        color: #fff;
    }
    .inys ul li:hover .tex dl dd
    {
        color: #fff;
    }
    .inys ul li:hover .tex p
    {
        color: #fff;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .inys ul li:hover .num
    {
        color: #fff;
    }
    .innewfl
    {
        width: 100%;
        float: left;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }
    .innewfl a
    {
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 10px;
        font-size: 18px;
    }
    .innewfl a.cur
    {
        border-bottom: 1px solid #009d50;
        color: #009d50;
    }
    .innew
    {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .innew ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .innew ul li
    {
        width: calc(34.2% - 40px);
        padding-bottom: 55px;
        background-color: #fff;
        margin-right: 40px;
    }
    .innew ul li .pic
    {
        overflow: hidden;
        background-color: #f9fafb;
        position: relative;
    }
    .innew ul li .pic img
    {
        max-width: 100%;
        display: block;
        transition: all .6s;
    }
    .innew ul li .pic:hover img
    {
        transform: scale(1.06);
    }
    .innew ul li .pic span
    {
        width: 105px;
        height: 36px;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
        border-radius: 0 18px 18px 0;
        top: 30px;
        left: 0;
        position: absolute;
        z-index: 11;
        text-align: center;
        line-height: 36px;
        font-size: 12px;
        color: #fff;
    }
    .innew ul li .tex
    {
        padding: 0 50px;
        padding-top: 30px;
        position: relative;
    }
    .innew ul li .tex em
    {
        width: calc(100% - 105px);
        height: 2px;
        position: absolute;
        left: 55px;
        bottom: 0;
        background-color: rgba(0,0,0,.1);
    }
    .innew ul li:hover .tex em
    {
        background: linear-gradient(190deg,#dcf1e7,#08a055);
    }
    .innew ul li .tex h1
    {
        font-size: 18px;
        line-height: 36px;
        font-weight: normal;
    }
    .innew ul li .tex dl dt
    {
        margin-top: 18px;
        margin-bottom: 70px;
        font-size: 14px;
        line-height: 28px;
        color: #666;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .innew ul li .tex dl dd
    {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        align-items: flex-end;
    }
    .innew ul li .tex dl dd i
    {
        width: 18px;
        height: 18px;
        background-image: url(../image/quan.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .innew ul li:hover .tex dl dd i
    {
        background-image: url(../image/quan2.png);
        background-position: center;
        background-repeat: no-repeat;
    }
    .innew ul li:hover .tex dl dd
    {
        color: #009d50;
    }
    .innew ul li:hover .tex h1
    {
        color: #009d50;
    }
    .innew ul li:nth-child(3n)
    {
        margin-right: 0;
    }
    .inmore
    {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }
    .inmore.jz
    {
        justify-content: space-between;
    }
    .inmore a
    {
        width: 200px;
        height: 54px;
        background: #009d50;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .inmore a img
    {
        margin-left: 13px;
    }
    .foot
    {
        width: 100%;
        float: left;
        background-color: #132930;
        padding-top: 80px;
    }
    .foot01
    {
        display: flex;
        justify-content: space-between;
        width: 100%;
        float: left;
    }
    .foot01 .a01
    {
        width: auto;
        font-size: 14px;
        line-height: 25px;
        color: #fff;
    }
    .foot01 .a01 h1
    {
        margin-top: 5px;
        margin-bottom: 20px;
        font-size: 32px;
    }
    .foot01 .a01 h2
    {
        margin-bottom: 15px;
    }
    .foot01 .a02
    {
        width: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #fff;
        padding-left: 5.2vw;
        border-left: 1px solid rgba(255,255,255,.1);
        border-right: 1px solid rgba(255,255,255,.1);
    }
    .foot01 .a02 a
    {
        color: #fff;
    }
    .foot01 .a02 dl
    {
        margin-right: 5.2vw;
    }
    .foot01 .a02 dl dt
    {
        font-size: 16px;
        line-height: 21px;
    }
    .foot01 .a02 dl dd
    {
        font-size: 14px;
        line-height: 18px;
        margin-top: 20px;
    }
    .foot01 .a03
    {
        width: auto;
        text-align: center;
        color: #fff;
    }
    .foot01 .a03 dl dt
    {
        overflow: hidden;
    }
    .foot01 .a03 dl dd
    {
        font-size: 12px;
        line-height: 16px;
        margin-top: 10px;
    }
    .foot02
    {
        width: 100%;
        float: left;
        margin-top: 55px;
        padding: 30px 0;
        text-align: center;
        border-top: 1px solid rgba(255,255,255,.1);
        color: rgba(255,255,255,.6);
    }
    .nybanner
    {
        width: 100%;
        float: left;
        position: relative;
        height: 350px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 160px;
    }
    .nybanner .wz
    {
        width: 100%;
        height: 350px;
        float: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .nybanner .wz dl dt
    {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
    }
    .nybanner .wz dl dd
    {
        margin-top: 10px;
        font-family: Roboto;
        font-size: 32px;
        line-height: 38px;
    }
    .xlm
    {
        width: 100%;
        float: left;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .xlm01
    {
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .xlm01 ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .xlm01 ul li
    {
        width: auto;
        margin-right: 60px;
        height: 80px;
        position: relative;
        font-size: 16px;
        line-height: 80px;
    }
    .xlm01 ul li i
    {
        width: 100%;
        height: 2px;
        background-color: #009d50;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
    }
    .xlm01 ul li.cur i
    {
        opacity: 1;
    }
    .xlm01 ul li.cur a
    {
        color: #009d50;
    }
    .xlm01 ul li:hover i
    {
        opacity: 1;
    }
    .xlm01 div
    {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #999;
    }
    .xlm01 div a
    {
        color: #999;
    }
    .xlm01 div img
    {
        margin-right: 10px;
    }
    .nytit
    {
        width: 100%;
        float: left;
        margin-top: 80px;
    }
    .nytit dl dt
    {
        font-size: 48px;
        line-height: 56px;
        color: #009d50;
        font-family: Roboto;
        font-weight: bold;
    }
    .nytit dl dd
    {
        margin-top: 10px;
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #009d50;
    }
    .nytit dl dd img
    {
        margin-right: 10px;
    }
    .abtex
    {
        width: 100%;
        float: left;
        margin-top: 40px;
        font-size: 14px;
        line-height: 28px;
    }
    .abtex h1
    {
        font-size: 24px;
        line-height: 48px;
        margin-bottom: 20px;
        font-weight: normal;
    }
    .ab01
    {
        width: 100%;
        float: left;
        height: 300px;
        background-image: url(../image/abj02.jpg);
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .ab01 dl dt
    {
        font-size: 40px;
        line-height: 53px;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .ab01 dl dd
    {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ab01 dl dd i
    {
        width: 109px;
        height: 3px;
        background: linear-gradient(190deg,#70b928,#13992f);
    }
    .ab02
    {
        width: 100%;
        float: left;
        position: relative;
        height: 553px;
        background-image: url(../image/ab01.jpg);
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    .ab02 .tex
    {
        width: 34%;
        height: 100%;
        position: absolute;
        left: 80px;
        top: 0;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 28px;
    }
    .ab02 .tex h1
    {
        margin-bottom: 29px;
        font-size: 48px;
        line-height: 56px;
        color: #009d50;
        font-family: Roboto;
    }
    .prolist
    {
        width: 100%;
        float: left;
        margin-top: 35px;
    }
    .prolist ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .prolist ul li
    {
        width: calc(34% - 32px);
        border: 1px solid #bdbdbd;
        margin-right: 32px;
        margin-top: 45px;
        position: relative;
    }
    .prolist ul li:nth-child(3n)
    {
        margin-right: 0;
    }
    .prolist ul li dl dt
    {
        height: 299px;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prolist ul li dl dd
    {
        height: 56px;
        background-color: #f2f2f2;
        line-height: 56px;
        text-align: center;
        font-size: 18px;
    }
    .prolist ul li .tex
    {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        opacity: 0;
        transition: all .6s;
    }
    .prolist ul li .tex h1
    {
        margin-bottom: 30px;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
    }
    .prolist ul li:hover .tex
    {
        opacity: 1;
    }
    .fy
    {
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .fy ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .fy ul li
    {
        width: auto;
        text-align: center;
        color: #606266;
        font-size: 14px;
        font-family: "宋体";
    }
    .fy ul li a
    {
        color: #606266;
        padding: 7px 15px;
    }
    .fy ul li a:hover
    {
        color: #fff;
        background: #009d50;
    }
    .fy ul li .cur
    {
        color: #fff;
        background: #009d50;
    }
    .proshow01
    {
        width: 100%;
        float: left;
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proshow01 .pic
    {
        width: 47%;
        border: 5px solid #009d50;
        overflow: hidden;
    }
    .proshow01 .tex
    {
        width: 47%;
        font-size: 16px;
        line-height: 32px;
    }
    .proshow01 .tex h1
    {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    .proshow01 .tex .photo
    {
        display: flex;
        margin-top: 100px;
        display: flex;
        align-items: center;
        color: #009d50;
        font-size: 20px;
    }
    .proshow01 .tex .photo img
    {
        margin-right: 10px;
    }
    .proshow01 .tex .photo b
    {
        font-size: 32px;
    }
    .proshow01 .tex .more
    {
        display: flex;
        margin-top: 35px;
    }
    .proshow01 .tex .more a
    {
        width: 200px;
        height: 54px;
        background: #009d50;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .proshow01 .tex .more a img
    {
        margin-left: 13px;
    }
    .nytit2
    {
        width: 100%;
        float: left;
        margin-top: 80px;
        text-align: center;
    }
    .nytit2 dl dt
    {
        font-size: 36px;
        line-height: 48px;
        color: #009d50;
        text-transform: uppercase;
        font-weight: bold;
    }
    .nytit2 dl dd
    {
        margin-top: 10px;
        font-size: 24px;
        line-height: 32px;
    }
    .hyyy
    {
        width: 100%;
        float: left;
        margin-top: 60px;
    }
    .hyyy ul
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hyyy ul li
    {
        width: 24%;
        position: relative;
        overflow: hidden;
    }
    .hyyy ul li img
    {
        width: 100%;
        height: auto;
        display: block;
        transition: all .6s;
    }
    .hyyy ul li span
    {
        width: auto;
        position: absolute;
        bottom: 40px;
        left: 40px;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        z-index: 11;
    }
    .hyyy ul li:hover img
    {
        transform: scale(1.05);
    }
    .proshow2
    {
        width: 100%;
        float: left;
        margin-top: 100px;
        display: flex;
        justify-content: center;
    }
    .proshow2 div
    {
        width: 47%;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
    .proshow2 div h1
    {
        margin-bottom: 40px;
        font-size: 30px;
        line-height: 40px;
    }
    .proshow2 div dl dd
    {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .proshow2 div dl dd a
    {
        width: 157px;
        height: 50px;
        background: #009d50;
        border-radius: 4px;
        font-size: 14px;
        line-height: 50px;
        color: #fff;
    }
    .caselist
    {
        width: 100%;
        float: left;
        margin-top: 20px;
    }
    .caselist ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .caselist ul li
    {
        width: 47.22%;
        margin-top: 60px;
    }
    .caselist ul li dl dt
    {
        overflow: hidden;
    }
    .caselist ul li dl dt img
    {
        width: 100%;
        height: auto;
        display: block;
        transition: all .6s;
    }
    .caselist ul li:hover dl dt img
    {
        transform: scale(1.05);
    }
    .caselist ul li dl dd
    {
        margin-top: 30px;
        font-size: 20px;
        line-height: 26px;
    }
    .newtj
    {
        width: 100%;
        float: left;
        margin-top: 80px;
        background-color: #009d50;
        padding: 45px 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newtj .pic
    {
        width: 28%;
        overflow: hidden;
    }
    .newtj .pic img
    {
        width: 100%;
        height: auto;
        display: block;
        transition: all .6s;
    }
    .newtj:hover .pic img
    {
        transform: scale(1.05);
    }
    .newtj .tex
    {
        width: 66%;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
    }
    .newtj .tex a
    {
        color: #fff;
    }
    .newtj .tex h1
    {
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        margin-bottom: 30px;
    }
    .newtj .tex dl dd
    {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .newtj .tex dl dd a
    {
        width: 145px;
        height: 40px;
        border: 1px solid rgba(255,255,255,.6);
        line-height: 40px;
        text-align: center;
    }
    .newlist
    {
        width: 100%;
        float: left;
    }
    .newlist ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newlist ul li
    {
        width: 47.22%;
        padding: 30px 40px;
        background-color: #f2f2f2;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }
    .newlist ul li dl
    {
        width: 78px;
        height: 83px;
        background: #e0e0e0;
        border-radius: 4px;
        padding: 12px 0;
    }
    .newlist ul li dl dt
    {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
        font-weight: bold;
        color: #009d50;
        font-family: Arial,Helvetica,sans-serif;
    }
    .newlist ul li dl dd
    {
        font-size: 12px;
        line-height: 16px;
        color: #009d50;
        text-align: center;
    }
    .newlist ul li div
    {
        width: calc(100% - 108px);
        font-size: 14px;
        line-height: 25px;
        color: #666;
    }
    .newlist ul li div h1
    {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .newlist ul li:hover
    {
        background-color: #009d50;
    }
    .newlist ul li:hover dl
    {
        background-color: #fff;
    }
    .newlist ul li a:hover
    {
        color: #fff;
    }
    .newlist ul li:hover div
    {
        color: #fff;
    }
    .newlist ul li:hover div h1 a
    {
        color: #fff;
    }
    .newlist ul li:hover div h1
    {
        color: #fff;
    }
    .showtit
    {
        width: 100%;
        float: left;
        font-size: 24px;
        line-height: 36px;
        font-weight: bold;
        margin-top: 80px;
    }
    .showdate
    {
        width: 100%;
        float: left;
        margin-top: 44px;
        font-size: 12px;
        color: #828282;
        line-height: 16px;
    }
    .showtex
    {
        width: 100%;
        float: left;
        margin-top: 40px;
        font-size: 14px;
        line-height: 30px;
        color: #666;
    }
    .showtex img
    {
        max-width: 100%;
        height: auto;
    }
    .lx01
    {
        width: 100%;
        float: left;
        margin-top: 80px;
        background: #f2f2f2;
        border-radius: 12px;
        padding: 48px;
    }
    .lx01 ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lx01 ul li
    {
        width: 25%;
        text-align: center;
    }
    .lx01 ul li .pic
    {
        overflow: hidden;
    }
    .lx01 ul li dl dt
    {
        margin-top: 24px;
        font-size: 16px;
        line-height: 24px;
    }
    .lx01 ul li dl dd
    {
        font-size: 16px;
        line-height: 24px;
    }
    .map
    {
        width: 100%;
        float: left;
        margin-top: 80px;
    }
    .map img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .lx02
    {
        width: 100%;
        float: left;
        margin-top: 100px;
    }
    .lx02 h1
    {
        font-size: 24px;
        line-height: 32px;
        color: #009d50;
        text-align: center;
        margin-bottom: 20px;
    }
    .lx02 ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lx02 ul li
    {
        width: 31.7%;
        margin-top: 20px;
    }
    .lx02 ul li:nth-child(4)
    {
        width: 100%;
    }
    .lx02 ul li:nth-child(5)
    {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .bk
    {
        width: 100%;
        height: 54px;
        border: 1px solid #e0e0e0;
        line-height: 54px;
        padding-left: 30px;
        color: #666;
        font-size: 14px;
        outline: none;
    }
    .anniu
    {
        width: 244px;
        height: 48px;
        background: #009d50;
        line-height: 48px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        border: 0;
        outline: none;
    }
    .mart80
    {
        margin-top: 80px;
    }
    .pc
    {
        display: block;
    }
    .moblie
    {
        display: none;
    }
    .header2
    {
        display: none;
    }
    .yhang
    {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .lhang
    {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xiang
    {
        width: 100%;
        float: left;
        margin-top: -50px;
    }
}
@media(max-width: 1601px) and (min-width: 1000px)
{
    .nybanner
    {
        height: 260px;
    }
    .nybanner .wz
    {
        height: 260px;
    }
    .inys ul li
    {
        height: 580px;
    }
}
@media(max-width: 999px)
{
    .pc
    {
        display: none;
    }
    .moblie
    {
        width: 100%;
        float: left;
        margin-top: 1rem;
    }
    .header
    {
        display: none;
    }
    .header2
    {
        width: 100%;
        float: left;
        height: 4rem;
        line-height: 4rem;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        box-shadow: 0 4px 23px 0 rgba(0,0,0,.1);
    }
    .logo
    {
        width: 100%;
        float: left;
        height: 4rem;
        text-align: center;
    }
    .logo span
    {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .logo img
    {
        max-width: 70%;
        max-height: 3rem;
        vertical-align: middle;
        margin-left: 5%;
    }
    .nav2
    {
        width: 60%;
        float: right;
        line-height: 110px;
        height: 110px;
        text-align: right;
    }
    .nav2 a
    {
        width: auto;
        font-size: 16px;
        margin-right: 5%;
    }
    .nav-bar2
    {
        width: 4rem;
        height: 4rem;
        position: absolute;
        z-index: 11;
        left: 0%;
        top: 0;
        text-align: center;
    }
    .nav-bar2 img
    {
        max-width: 40%;
        max-height: 1.5rem;
        vertical-align: middle;
    }
    .nav-bar2 span
    {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .nav-bg
    {
        width: 0;
        height: auto;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 998;
    }
    .v_close
    {
        display: block;
        position: absolute;
        top: 3%;
        left: 5%;
        z-index: 102;
        width: 15px;
        height: 15px;
        background: url(../image/close2.png) no-repeat;
        background-size: 100% 100%;
        display: none;
    }
    .nav
    {
        margin: 0 0 0 0;
    }
    .subNavBox3
    {
        width: 65%;
        float: right;
        background: #fff;
        padding-bottom: 4rem;
    }
    .subNavBox3 h1
    {
        text-align: center;
        height: 5rem;
        background: #fff;
    }
    .subNavBox3 h1 span
    {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .subNavBox3 h1 img
    {
        max-width: 80%;
        max-height: 3rem;
        vertical-align: middle;
    }
    .subNav3
    {
        width: 95%;
        float: left;
        HEIGHT: 3rem;
        DISPLAY: block;
        CURSOR: pointer;
        padding-left: 5%;
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
        line-height: 3rem;
        font-size: 1rem;
        font-weight: bold;
    }
    .subNav3 i
    {
        padding: .3rem;
        background: url(../image/jt01.png) no-repeat center/contain;
        margin-right: 1rem;
        float: right;
        margin-top: 1.2rem;
    }
    .subNav3:hover
    {
        float: left;
    }
    .currentDd3
    {
        background: #009d50;
        color: #fff;
    }
    .currentDd3 a
    {
        color: #fff;
    }
    .currentDd3 i
    {
        background: url(/img/jt001.png) no-repeat center/contain;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .25s ease 0s;
        -moz-transition: all .25s ease 0s;
        -o-transition: all .25s ease 0s;
        transition: all .25s ease 0s;
    }
    .navContent3
    {
        display: none;
        float: left;
        width: 90%;
        padding: .5rem 5% 1rem 5%;
        line-height: 2rem;
        font-size: .8rem;
        padding-bottom: 0;
    }
    .navContent3 h2
    {
        font-size: .8rem;
        line-height: 2rem;
    }
    .main
    {
        width: 90%;
        float: left;
        margin-left: 5%;
        margin-right: 5%;
    }
    .inwrap
    {
        width: 100%;
        float: left;
        background-color: #f2f2f2;
        padding-bottom: 3rem;
    }
    .intit
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
    }
    .intit dl dt
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .intit dl dt i
    {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .intit dl dt img
    {
        max-width: 3rem;
    }
    .intit dl dd
    {
        margin-top: 1rem;
        font-size: .8rem;
        line-height: 1.5rem;
        text-align: center;
    }
    .inpro
    {
        width: 100%;
        float: left;
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .inpro01
    {
        width: 100%;
        background-color: #fff;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2rem;
        margin-top: 1rem;
    }
    .inpro01 .tex
    {
        width: 100%;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #666;
    }
    .inpro01 .tex h1
    {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: .5rem;
    }
    .inpro01 .tex .more
    {
        display: flex;
        margin-top: 1.5rem;
    }
    .inpro01 .tex .more a
    {
        color: #666;
    }
    .inpro01 .tex .more a:hover
    {
        color: #009d50;
    }
    .inpro01 .tex:hover h1
    {
        color: #009d50;
    }
    .inpro01 .pic
    {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inpro01 .pic img
    {
        max-height: 100%;
        max-width: 100%;
    }
    .inpro01 a:hover.pic img
    {
        transform: scale(1.06);
    }
    .inpro02
    {
        width: 100%;
        float: left;
    }
    .inpro02 ul
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .inpro02 ul li
    {
        width: 100%;
        height: auto;
        background-color: #fff;
        position: relative;
        margin-top: 1rem;
        padding: 2rem;
    }
    .inpro02 ul li .tex
    {
        width: 80%;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #666;
    }
    .inpro02 ul li .tex h1
    {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: .5rem;
    }
    .inpro02 ul li .tex .more
    {
        display: flex;
        margin-top: 1.5rem;
    }
    .inpro02 ul li .tex .more a
    {
        color: #666;
    }
    .inpro02 ul li .tex .more a:hover
    {
        color: #009d50;
    }
    .inpro02 ul li .tex:hover h1
    {
        color: #009d50;
    }
    .inpro02 ul li .pic
    {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inpro02 ul li .pic img
    {
        max-height: 100%;
        max-width: 100%;
    }
    .inabout
    {
        width: 100%;
        float: left;
        margin-top: 3rem;
        height: auto;
        background-image: url(../image/abj01.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 3rem 0;
    }
    .inabout01
    {
        width: 100%;
        float: left;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .inabout01 .tex
    {
        width: 100%;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #fff;
    }
    .inabout01 .tex h1
    {
        margin-bottom: 1.5rem;
    }
    .inabout01 .tex img
    {
        max-width: 80%;
    }
    .inabout01 .tex .more
    {
        display: flex;
        margin-top: 2rem;
    }
    .inabout01 .tex .more a
    {
        width: 8rem;
        height: 2.5rem;
        background: #009d50;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .inabout01 .tex .more a img
    {
        margin-left: .5rem;
    }
    .inabout01 .pic
    {
        width: 100%;
        margin-top: 2rem;
    }
    .inabout01 .pic img
    {
        width: 100%;
        height: auto;
    }
    .inys
    {
        width: 100%;
        float: left;
        margin-top: 1.5rem;
    }
    .inys ul
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .inys ul li
    {
        width: 48%;
        position: relative;
        transition: all .6s;
        margin-top: 1rem;
        background-color: #fff;
    }
    .inys ul li .pic
    {
        overflow: hidden;
        width: 100%;
        float: left;
        display: none;
    }
    .inys ul li .pic img
    {
        max-width: 5rem;
        height: auto;
        display: block;
    }
    .inys ul li .mask
    {
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1;
        top: 0;
        left: 0;
        position: absolute;
        transition: all .6s;
        display: none;
    }
    .inys ul li:hover .mask
    {
        opacity: .9;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
    }
    .inys ul li .tex
    {
        width: 100%;
        padding: 1rem;
    }
    .inys ul li .tex .subpic
    {
        overflow: hidden;
        text-align: center;
    }
    .inys ul li .tex .subpic img
    {
        max-width: 5rem;
    }
    .inys ul li .tex dl dt
    {
        margin-top: 1rem;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .inys ul li .tex dl dd
    {
        margin-top: .2rem;
        text-align: center;
        font-size: .8rem;
        line-height: 1.2rem;
        color: #999;
    }
    .inys ul li .tex p
    {
        margin-top: 2rem;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #666;
    }
    .inys ul li .num
    {
        width: 100%;
        text-align: center;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #44aa2c;
        font-weight: bold;
        font-family: Arial,Helvetica,sans-serif;
        margin-top: 1rem;
    }
    .inys ul li:hover .tex
    {
        color: #fff;
    }
    .inys ul li:hover .tex dl dd
    {
        color: #fff;
    }
    .inys ul li:hover .tex p
    {
        color: #fff;
    }
    .inys ul li:hover .num
    {
        color: #fff;
    }
    .innewfl
    {
        width: 100%;
        float: left;
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
    }
    .innewfl a
    {
        margin-left: .5rem;
        margin-right: .5rem;
        padding-bottom: .5rem;
        font-size: .8rem;
    }
    .innewfl a.cur
    {
        border-bottom: 1px solid #009d50;
        color: #009d50;
    }
    .innew
    {
        width: 100%;
        float: left;
    }
    .innew ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .innew ul li
    {
        width: 100%;
        padding-bottom: 55px;
        background-color: #fff;
        margin-top: 1rem;
    }
    .innew ul li .pic
    {
        overflow: hidden;
        background-color: #f9fafb;
        position: relative;
    }
    .innew ul li .pic img
    {
        max-width: 100%;
        display: block;
    }
    .innew ul li .pic span
    {
        width: 8rem;
        height: 2rem;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
        border-radius: 0 18px 18px 0;
        top: 30px;
        left: 0;
        position: absolute;
        z-index: 11;
        text-align: center;
        line-height: 1.5rem;
        font-size: .8rem;
        color: #fff;
    }
    .innew ul li .tex
    {
        padding: 0 2rem;
        padding-top: 1rem;
        position: relative;
    }
    .innew ul li .tex em
    {
        width: calc(100% - 4.4rem);
        height: 2px;
        position: absolute;
        left: 2.3rem;
        bottom: 0;
        background-color: rgba(0,0,0,.1);
    }
    .innew ul li:hover .tex em
    {
        background: linear-gradient(190deg,#dcf1e7,#08a055);
    }
    .innew ul li .tex h1
    {
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: normal;
    }
    .innew ul li .tex dl dt
    {
        margin-top: .5rem;
        margin-bottom: 2.5rem;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #666;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .innew ul li .tex dl dd
    {
        display: flex;
        justify-content: space-between;
        font-size: .8rem;
        color: #999;
        line-height: 1.5rem;
        align-items: flex-end;
    }
    .innew ul li .tex dl dd i
    {
        width: 1rem;
        height: 1rem;
        background-image: url(../image/quan.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .innew ul li:hover .tex dl dd i
    {
        background-image: url(../image/quan2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .innew ul li:hover .tex dl dd
    {
        color: #009d50;
    }
    .innew ul li:hover .tex h1
    {
        color: #009d50;
    }
    .inmore
    {
        width: 100%;
        float: left;
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .inmore.jz
    {
        justify-content: space-between;
    }
    .inmore a
    {
        width: 10rem;
        height: 2.5rem;
        background: #009d50;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: .8rem;
    }
    .inmore a img
    {
        margin-left: .5rem;
    }
    .foot
    {
        width: 100%;
        float: left;
        background-color: #132930;
        padding-top: 3rem;
    }
    .foot01
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        float: left;
    }
    .foot01 .a01
    {
        width: 100%;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #fff;
    }
    .foot01 .a01 h1
    {
        margin-top: .1rem;
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .foot01 .a01 h2
    {
        margin-bottom: .5rem;
    }
    .foot01 .a02
    {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.1);
        border-top: 1px solid rgba(255,255,255,.1);
        margin-top: 2rem;
        padding: 2rem 0;
    }
    .foot01 .a02 a
    {
        color: #fff;
    }
    .foot01 .a02 dl dt
    {
        font-size: .9rem;
        line-height: 1.5rem;
    }
    .foot01 .a02 dl dd
    {
        font-size: .8rem;
        line-height: 1rem;
        margin-top: .6rem;
    }
    .foot01 .a03
    {
        width: 100%;
        text-align: center;
        color: #fff;
        margin-top: 2rem;
    }
    .foot01 .a03 dl dt
    {
        overflow: hidden;
    }
    .foot01 .a03 dl dd
    {
        font-size: .8rem;
        line-height: 1rem;
        margin-top: .5rem;
    }
    .foot02
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
        padding: 1rem 5%;
        text-align: center;
        border-top: 1px solid rgba(255,255,255,.1);
        color: rgba(255,255,255,.6);
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .nybanner
    {
        width: 100%;
        float: left;
        margin-top: 4rem;
    }
    .nybanner img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .nybanner .wz
    {
        width: 100%;
        height: 450px;
        float: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .nybanner .wz dl dt
    {
        font-size: 36px;
        line-height: 48px;
        font-weight: bold;
    }
    .nybanner .wz dl dd
    {
        margin-top: 10px;
        font-family: Roboto;
        font-size: 32px;
        line-height: 38px;
    }
    .xlm
    {
        width: 100%;
        float: left;
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding-bottom: 1rem;
    }
    .xlm01
    {
        width: 100%;
        float: left;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .xlm01 ul
    {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .xlm01 ul li
    {
        width: 25%;
        height: 2.5rem;
        position: relative;
        font-size: .8rem;
        line-height: 2.5rem;
        text-align: center;
    }
    .xlm01 ul li i
    {
        width: 100%;
        height: 2px;
        background-color: #009d50;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
    }
    .xlm01 ul li.cur i
    {
        opacity: 1;
    }
    .xlm01 ul li.cur a
    {
        color: #009d50;
    }
    .xlm01 ul li:hover i
    {
        opacity: 1;
    }
    .xlm01 div
    {
        display: flex;
        align-items: center;
        font-size: .8rem;
        color: #999;
        margin-top: 1rem;
    }
    .xlm01 div a
    {
        color: #999;
    }
    .xlm01 div img
    {
        margin-right: .5rem;
    }
    .nytit
    {
        width: 100%;
        float: left;
        margin-top: 3rem;
    }
    .nytit dl dt
    {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #009d50;
        font-family: Roboto;
        font-weight: bold;
    }
    .nytit dl dd
    {
        margin-top: .5rem;
        display: flex;
        align-items: center;
        font-size: .8rem;
        color: #009d50;
    }
    .nytit dl dd img
    {
        margin-right: .5rem;
    }
    .abtex
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .abtex h1
    {
        font-size: 1.2rem;
        line-height: 2rem;
        margin-bottom: 1rem;
        font-weight: normal;
    }
    .ab01
    {
        width: 100%;
        float: left;
        height: 12rem;
        background-image: url(../image/abj02.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .ab01 dl dt
    {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }
    .ab01 dl dd
    {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .ab01 dl dd i
    {
        width: 3rem;
        height: 1px;
        background: linear-gradient(190deg,#70b928,#13992f);
    }
    .ab02
    {
        width: 100%;
        float: left;
        position: relative;
        height: 20rem;
        background-image: url(../image/ab01.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }
    .ab02 .tex
    {
        width: 80%;
        height: 100%;
        position: absolute;
        left: 1rem;
        top: 0;
        display: flex;
        align-items: center;
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .ab02 .tex h1
    {
        margin-bottom: 1rem;
        font-size: 1.5rem;
        line-height: 2rem;
        color: #009d50;
        font-family: Roboto;
    }
    .ab02 .tex img
    {
        max-width: 50%;
    }
    .prolist
    {
        width: 100%;
        float: left;
        margin-top: 1rem;
    }
    .prolist ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prolist ul li
    {
        width: 48%;
        border: 1px solid #bdbdbd;
        margin-top: 1rem;
        position: relative;
    }
    .prolist ul li dl dt
    {
        height: 8rem;
        background-color: #fff;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prolist ul li dl dt img
    {
        max-width: 100%;
    }
    .prolist ul li dl dd
    {
        height: 2.5rem;
        background-color: #f2f2f2;
        line-height: 2.5rem;
        text-align: center;
        font-size: .8rem;
    }
    .prolist ul li .tex
    {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
        background: linear-gradient(180deg,#70b928,#13992f 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #fff;
        text-align: center;
        opacity: 0;
        transition: all .6s;
    }
    .prolist ul li .tex h1
    {
        margin-bottom: 1rem;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .prolist ul li .tex img
    {
        max-height: 2rem;
    }
    .prolist ul li:hover .tex
    {
        opacity: 1;
    }
    .fy
    {
        width: 100%;
        float: left;
        margin-top: 1.5rem;
    }
    .fy ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .fy ul li
    {
        width: auto;
        text-align: center;
        color: #606266;
        font-size: .8rem;
        font-family: "宋体";
    }
    .fy ul li a
    {
        color: #606266;
        padding: .2rem .6rem;
    }
    .fy ul li a:hover
    {
        color: #fff;
        background: #009d50;
    }
    .fy ul li .cur
    {
        color: #fff;
        background: #009d50;
    }
    .proshow01
    {
        width: 100%;
        float: left;
        margin-top: 3rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proshow01 .pic
    {
        width: 100%;
        border: 3px solid #009d50;
        overflow: hidden;
    }
    .proshow01 .tex
    {
        width: 100%;
        font-size: .8rem;
        line-height: 1.5rem;
        margin-top: 2rem;
    }
    .proshow01 .tex h1
    {
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .proshow01 .tex .photo
    {
        display: flex;
        margin-top: 3rem;
        display: flex;
        align-items: center;
        color: #009d50;
        font-size: 1rem;
    }
    .proshow01 .tex .photo img
    {
        margin-right: .5rem;
    }
    .proshow01 .tex .photo b
    {
        font-size: 1.2rem;
    }
    .proshow01 .tex .more
    {
        display: flex;
        margin-top: 1rem;
    }
    .proshow01 .tex .more a
    {
        width: 10rem;
        height: 2.5rem;
        background: #009d50;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    .proshow01 .tex .more a img
    {
        margin-left: .5rem;
    }
    .nytit2
    {
        width: 100%;
        float: left;
        margin-top: 3rem;
        text-align: center;
    }
    .nytit2 dl dt
    {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #009d50;
        text-transform: uppercase;
        font-weight: bold;
    }
    .nytit2 dl dd
    {
        margin-top: .5rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .hyyy
    {
        width: 100%;
        float: left;
        margin-top: 1rem;
    }
    .hyyy ul
    {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hyyy ul li
    {
        width: 48%;
        position: relative;
        overflow: hidden;
        margin-top: 1rem;
    }
    .hyyy ul li img
    {
        width: 100%;
        height: auto;
        display: block;
        transition: all .6s;
    }
    .hyyy ul li span
    {
        width: auto;
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
        color: #fff;
        z-index: 11;
    }
    .hyyy ul li:hover img
    {
        transform: scale(1.05);
    }
    .proshow2
    {
        width: 100%;
        float: left;
        margin-top: 3rem;
        display: flex;
        justify-content: center;
    }
    .proshow2 div
    {
        width: 80%;
        font-size: .8rem;
        line-height: 1.5rem;
        text-align: center;
    }
    .proshow2 div h1
    {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .proshow2 div dl dd
    {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .proshow2 div dl dd a
    {
        width: 8rem;
        height: 2.5rem;
        background: #009d50;
        border-radius: 4px;
        font-size: .8rem;
        line-height: 2.5rem;
        color: #fff;
    }
    .caselist
    {
        width: 100%;
        float: left;
        margin-top: 1rem;
    }
    .caselist ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .caselist ul li
    {
        width: 48%;
        margin-top: 1rem;
    }
    .caselist ul li dl dt
    {
        overflow: hidden;
    }
    .caselist ul li dl dt img
    {
        width: 100%;
        height: auto;
        display: block;
        transition: all .6s;
    }
    .caselist ul li:hover dl dt img
    {
        transform: scale(1.05);
    }
    .caselist ul li dl dd
    {
        margin-top: 1rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .newtj
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
        background-color: #009d50;
        padding: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newtj .pic
    {
        width: 100%;
        overflow: hidden;
    }
    .newtj .pic img
    {
        width: 100%;
        height: auto;
        display: block;
        transition: all .6s;
    }
    .newtj:hover .pic img
    {
        transform: scale(1.05);
    }
    .newtj .tex
    {
        width: 100%;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #fff;
        margin-top: 1rem;
    }
    .newtj .tex a
    {
        color: #fff;
    }
    .newtj .tex h1
    {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #fff;
        margin-bottom: 1rem;
    }
    .newtj .tex dl dd
    {
        margin-top: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .newtj .tex dl dd a
    {
        width: 8rem;
        height: 2rem;
        border: 1px solid rgba(255,255,255,.6);
        line-height: 2rem;
        text-align: center;
    }
    .newlist
    {
        width: 100%;
        float: left;
    }
    .newlist ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newlist ul li
    {
        width: 100%;
        padding: 1rem;
        background-color: #f2f2f2;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 1rem;
    }
    .newlist ul li dl
    {
        width: 3rem;
        height: 3rem;
        background: #e0e0e0;
        border-radius: 4px;
        padding: .3rem 0;
        display: none;
    }
    .newlist ul li dl dt
    {
        font-size: 1.2rem;
        line-height: 2rem;
        text-align: center;
        font-weight: bold;
        color: #009d50;
        font-family: Arial,Helvetica,sans-serif;
    }
    .newlist ul li dl dd
    {
        font-size: .8rem;
        line-height: 1.5rem;
        color: #009d50;
        text-align: center;
    }
    .newlist ul li div
    {
        width: 100%;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #666;
    }
    .newlist ul li div h1
    {
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: .5rem;
        color: #333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .newlist ul li:hover
    {
        background-color: #009d50;
    }
    .newlist ul li:hover dl
    {
        background-color: #fff;
    }
    .newlist ul li:hover div
    {
        color: #fff;
    }
    .newlist ul li:hover div h1 a
    {
        color: #fff;
    }
    .newlist ul li:hover div h1
    {
        color: #fff;
    }
    .showtit
    {
        width: 100%;
        float: left;
        font-size: 1.2rem;
        line-height: 2rem;
        font-weight: bold;
        margin-top: 2rem;
    }
    .showdate
    {
        width: 100%;
        float: left;
        margin-top: 1.5rem;
        font-size: .8rem;
        color: #828282;
        line-height: 1.5rem;
    }
    .showtex
    {
        width: 100%;
        float: left;
        margin-top: 1.5rem;
        font-size: .8rem;
        line-height: 1.5rem;
        color: #666;
    }
    .showtex img
    {
        max-width: 100%;
        height: auto;
    }
    .lx01
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
        background: #f2f2f2;
        border-radius: 12px;
        padding: 1rem;
        padding-bottom: 2rem;
    }
    .lx01 ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lx01 ul li
    {
        width: 50%;
        text-align: center;
        margin-top: 1rem;
    }
    .lx01 ul li .pic
    {
        overflow: hidden;
    }
    .lx01 ul li .pic img
    {
        max-width: 5rem;
    }
    .lx01 ul li dl dt
    {
        margin-top: 1rem;
        font-size: .8rem;
        line-height: 1.5rem;
        padding: 0 1rem;
    }
    .lx01 ul li dl dd
    {
        font-size: .8rem;
        line-height: 1.2rem;
        padding: 0 1rem;
    }
    .map
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
    }
    .map img
    {
        width: 100%;
        height: auto;
        display: block;
    }
    .lx02
    {
        width: 100%;
        float: left;
        margin-top: 2rem;
    }
    .lx02 h1
    {
        font-size: 1rem;
        line-height: 1.5rem;
        color: #009d50;
        text-align: center;
        margin-bottom: 1rem;
    }
    .lx02 ul
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .lx02 ul li
    {
        width: 100%;
        margin-top: 1rem;
    }
    .lx02 ul li:nth-child(4)
    {
        width: 100%;
    }
    .lx02 ul li:nth-child(5)
    {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .bk
    {
        width: 100%;
        height: 2.5rem;
        border: 1px solid #e0e0e0;
        line-height: 2.5rem;
        padding-left: 1rem;
        color: #666;
        font-size: .8rem;
        outline: none;
    }
    .anniu
    {
        width: 10rem;
        height: 2.5rem;
        background: #009d50;
        line-height: 2.5rem;
        text-align: center;
        color: #fff;
        font-size: .8rem;
        cursor: pointer;
        border: 0;
        outline: none;
    }
    .mart80
    {
        margin-top: 3rem;
    }
    .yhang
    {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .lhang
    {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xiang
    {
        width: 100%;
        float: left;
        margin-top: -50px;
    }
}
