.Top003101
{
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    transition: all .5s;
}
.Top003101 .auto
{
    max-width: 1740px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Top003101, .Top003101 a:not(:hover)
{
    color: #fff;
}
.Top003101 .logo
{
    float: left;
}
.Top003101 .logo img
{
    height: 60px;
}
.Top003101 .top-right, .Top003101 menu
{
    float: right;
}
.Top003101 menu li span
{
    display: block;
    line-height: 38px;
    white-space: nowrap;
}
.Top003101 menu li span a
{
    color: #fff;
}
.Top003101 .top-right dl
{
    display: flex;
    align-items: center;
}
.Top003101 .top-right dl>*
{
    float: left;
}
.Top003101 .top-lang, .Top003101 .top-nav
{
    position: relative;
    z-index: 100;
}
.Top003101 .top-nav aside
{
    line-height: 38px;
    padding-right: 19px;
    position: relative;
    z-index: 3;
}
.Top003101 .top-nav aside:after
{
    position: absolute;
    content: '';
    background: url(/en/common/images/Top003101-links.svg) no-repeat right center;
    background-size: contain;
    width: 9px;
    height: 5px;
    right: 0;
    top: 50%;
    margin-top: -2px;
    transition: .3s;
}
.Top003101 .top-nav.on aside:after
{
    transform: rotate(-180deg);
}
.Top003101 .top-lang .box, .Top003101 .top-nav ul
{
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    padding: 40px 10px 10px 30px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.2);
    display: none;
}
.Top003101 .top-nav ul li
{
    font-size: 16px;
    line-height: 2;
}
.Top003101 .top-lang
{
    margin: 0 1.61vw 0 1.56vw;
}
.Top003101 .top-lang .icon
{
    padding-left: 30px;
    background: url(../image/Top003101-lang.png) no-repeat left center;
    background-size: auto 19px;
    white-space: nowrap;
}
.Top003101 .top-lang .box
{
    text-align: center;
}
.Top003101 .top-search
{
    display: block;
    border-radius: 38px;
    border: 1px solid rgba(255,255,255,.42);
    padding: 0 15px 0 44px;
}
.Top003101 .top-search .text
{
    background: none;
    width: 5vw;
    color: #fff;
    padding: 0;
    transition: .3s;
    height: 34px;
    line-height: 34px;
}
.Top003101 .top-search .btn
{
    background: url(../image/Top003101-search.png) no-repeat center center;
    width: 40px;
    left: 0;
}
.Top003101 .open-s
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    cursor: pointer;
}
.search-show .Top003101 .open-s
{
    display: none;
}
.Top003101 .open-menu
{
    width: 30px;
    height: 38px;
}
.Top003101 menu li .sub a:hover
{
    color: #22943a;
}
.Top003101.fixed
{
    background-color: rgba(0,0,0,.5);
}
@media(min-width: 1025px)
{
    .Top003101 menu ul
    {
        display: flex;
    }
    .Top003101 menu li
    {
        position: relative;
        margin-right: 3.38vw;
        padding: 31px 0;
        border-bottom: 3px solid transparent;
    }
    .Top003101.fixed menu li
    {
        padding: 16px 0;
    }
    .Top003101 menu li.aon, .Top003101 menu li:hover
    {
        border-bottom-color: #fff;
    }
    .Top003101 menu li .sub
    {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 150px;
        transform: translateX(-50%);
        padding-top: 3px;
    }
    .Top003101 menu li .sub dl
    {
        background: rgba(0,0,0,.4);
    }
    .Top003101 .top-right
    {
        position: relative;
        padding-left: 1.93vw;
    }
    .Top003101 .top-right:before
    {
        position: absolute;
        content: '';
        width: 1px;
        height: 10px;
        background-color: #fff;
        opacity: .3;
        left: 0;
        top: 50%;
        margin-top: -5px;
    }
}
@media(min-width: 1025px) and (max-width: 1440px)
{
    .Top003101
    {
        font-size: 1.3vw;
    }
    .Top003101 menu li
    {
        margin-right: 1vw;
    }
    .Top003101 .top-lang
    {
        margin: 0 1vw;
    }
}
@media(max-width: 1024px)
{
    .Top003101
    {
        padding: 4vw 0;
    }
    .Top003101 .logo img
    {
        height: 40px;
    }
    .Top003101 .top-nav
    {
        display: none;
    }
    .Top003101 menu
    {
        position: absolute;
        right: 0;
        top: -100%;
        transform: translateY(-500%);
        opacity: 0;
        transition: opacity .3s;
        right: 0;
        background-color: rgba(240,242,247,.9);
        padding-top: 120px;
        width: 100%;
        height: 100vh;
        padding-bottom: 0;
    }
    .Top003101 menu .ul
    {
        background-color: #fff;
        height: 100%;
        box-shadow: 0 .05em 1.05em rgba(0,0,0,.1);
        border-top-left-radius: 5px;
        margin: 0 0 0 auto;
        max-width: 250px;
    }
    .Top003101 menu .sub dl dt
    {
        text-align: left;
    }
    .Top003101 .open-menu
    {
        margin-left: 2vw;
    }
    .menu-show .Top003101 menu
    {
        top: 0;
        transform: translateY(0);
        opacity: 1;
    }
    .search-show .Top003101 .top-search .text
    {
        width: 22vw;
    }
    .Top003101 .top-right, .Top003101 .logo
    {
        float: none;
    }
    .Top003101 a
    {
        display: block;
        padding-left: 5%;
    }
    .Top003101 a:not(:hover)
    {
        color: #333;
    }
    .has-multi aside .op-multi:before, .has-multi aside .op-multi:after, .has-sub span .op:before, .has-sub span .op:after
    {
        background-color: #333;
    }
    .open-menu.on i
    {
        background-color: #333;
    }
}
.HomeBanner
{
    position: relative;
}
.HomeBanner .auto
{
    max-width: 1600px;
    width: 96%;
}
.HomeBanner .slider li.slick-slide
{
    position: relative;
}
.HomeBanner .slider li.slick-slide>a
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.HomeBanner .slider .txt
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #fff;
}
.HomeBanner .slider .ytable
{
    height: 100%;
}
.HomeBanner .slider .tit-1
{
    font-size: 40px;
    line-height: 1;
    margin-top: 1.2vw;
    letter-spacing: 5px;
}
.HomeBanner .slider .tit-2
{
    font-size: 52px;
    line-height: 1;
    margin-top: 1.2vw;
    font-weight: bold;
    letter-spacing: 3px;
}
.HomeBanner .slider .slick-dots
{
    position: absolute;
    max-width: 1600px;
    width: 96%;
    left: 50%;
    bottom: 4.68vw;
    transform: translateX(-50%);
    z-index: 10;
}
.HomeBanner .slider .slick-dots button
{
    display: none;
}
.HomeBanner .slider .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../image/Home_banner_dots.png") no-repeat left center;
}
.HomeBanner .slider .slick-dots li.slick-active
{
    background-image: url("../image/Home_banner_dots-on.png");
}
.HomeBanner .slider .slick-dots li:not(:last-child)
{
    margin-right: 15px;
    padding-right: 110px;
}
.HomeBanner .slider .slick-dots li:not(:last-child):after
{
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: rgba(255,255,255,.3);
}
@media(min-width: 1025px)
{
    .HomeBanner .wap
    {
        display: none;
    }
}
@media(max-width: 1024px)
{
    .HomeBanner .pc
    {
        display: none;
    }
    .HomeBanner .slider .txt
    {
        padding-top: 8%;
    }
    .HomeBanner .slider .tit-1
    {
        font-size: 5vw;
    }
    .HomeBanner .slider .tit-2
    {
        font-size: 6vw;
    }
    .HomeBanner .slider .slick-dots li:not(:last-child)
    {
        padding-right: 40px;
    }
    .HomeBanner .slider .slick-dots li:not(:last-child):after
    {
        width: 14px;
    }
}
@media(max-width: 640px)
{
    .Top003101 menu
    {
        padding-top: 75px;
    }
}
@font-face
{
    font-family: "Rajdhani-SemiBold";
    src: url("../font/Rajdhani-SemiBold.ttf") format("truetype");
}
.HomeAbout
{
    padding: 5.2vw 0;
}
.HomeAbout .txt
{
    background: url("/en/common/images/Home_about_bg.png") no-repeat right 96%;
}
.HomeAbout .txt h3
{
    margin: 0;
    font-weight: normal;
    font-size: 2.25em;
    color: #333;
}
.HomeAbout .txt h3 img
{
    margin-right: 5px;
}
.HomeAbout .txt>aside
{
    margin-top: 1em;
    margin-bottom: 1.25em;
    font-size: 1.5em;
    color: #333;
    line-height: 1;
    font-weight: lighter;
}
.HomeAbout .txt p
{
    line-height: 2;
}
.HomeAbout .number-count
{
    margin: 3em 0 0 0;
}
.HomeAbout .number-count ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.HomeAbout .number-count li
{
    color: #333;
}
.HomeAbout .number-count li span
{
    display: inline-block;
    position: relative;
    color: #22943a;
    margin: 0 5px;
    font-family: "Rajdhani-SemiBold";
}
.HomeAbout .number-count li span i
{
    font-style: normal;
    font-weight: bold;
    font-size: 3.125em;
}
.HomeAbout .number-count li span i.ani
{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}
.HomeAbout .number-count li span i.opa
{
    opacity: 0;
}
.HomeAbout .number-count li sup
{
    display: inline-block;
    vertical-align: top;
    color: #22943a;
    font-size: 2.5em;
}
.HomeAbout .number-count li aside
{
    font-size: 1em;
    color: rgba(0,0,0,.5);
    text-align: center;
}
.HomeAbout .txt .more
{
    display: inline-block;
    color: #fff;
    margin-top: 5em;
    padding: 0 3.125em;
    line-height: 3.125;
    border-radius: 50px;
    background-color: #22943a;
    transition: .3s;
}
.HomeAbout .txt .more:hover
{
    background-color: #59b164;
}
@media(min-width: 1025px)
{
    .HomeAbout .pic
    {
        width: 49.37%;
    }
    .HomeAbout .txt
    {
        padding-left: 6.25vw;
    }
}
@media(max-width: 1024px)
{
    .HomeAbout .pic, .HomeAbout .txt
    {
        display: block;
    }
    .HomeAbout .txt
    {
        padding-top: 4%;
    }
    .HomeAbout .txt h3
    {
        font-size: 1.7em;
    }
    .HomeAbout .txt>aside
    {
        font-size: 1.2em;
    }
    .HomeAbout .number-count li span i
    {
        font-size: 2.325em;
    }
    .HomeAbout .txt .more
    {
        margin-top: 2em;
    }
}
.HomeTit aside
{
    margin-bottom: 1em;
    font-size: 2.125em;
    color: #333;
    text-align: center;
    font-weight: bold;
}
@media(max-width: 1024px)
{
    .HomeTit aside
    {
        font-size: 1.825em;
    }
}
.HomeApplication
{
    padding-bottom: 5.2vw;
}
.HomeApplication .ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.HomeApplication .ul li
{
    position: relative;
    width: 49%;
    margin-bottom: 2%;
    overflow: hidden;
}
.HomeApplication .ul li .pic
{
    overflow: hidden;
}
.HomeApplication .ul li .pic figure
{
    padding-bottom: 100%;
    transition: .3s;
}
.HomeApplication .ul li:hover .pic figure
{
    transform: scale(1.08);
}
.HomeApplication .ul li .txt
{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 0 4%;
    z-index: 10;
}
.HomeApplication .ul li .txt aside
{
    font-size: 1.625em;
    color: #fff;
}
.HomeApplication .ul li .txt i
{
    position: absolute;
    display: block;
    width: 2.1875em;
    height: 2.1875em;
    top: 0;
    right: 2.5em;
    transform: translateY(3.2em);
    opacity: 0;
    background: url("../image/Home_app_more.png") no-repeat center/2.1875em;
    transition: .3s;
}
.HomeApplication .ul li:hover .txt i
{
    transform: translateY(0);
    opacity: 1;
}
@media(min-width: 1025px)
{
    .HomeApplication .ul li
    {
        width: 23.625%;
        margin-bottom: 1.875em;
    }
    .HomeApplication .ul li:nth-child(1), .HomeApplication .ul li:nth-child(6)
    {
        width: 49.125%;
    }
    .HomeApplication .ul li .pic figure
    {
        height: 365px;
        padding-bottom: 0;
    }
    .HomeApplication .ul li .txt
    {
        padding: 0 5em 0 2.5em;
        bottom: 26px;
    }
}
@media(max-width: 1024px)
{
    .HomeApplication .ul li .txt aside
    {
        font-size: 4vw;
    }
}
.Floor002491
{
    padding: 5.2vw 0;
    width: 100%;
    position: relative;
    background: url("../image/Floor002491_bg.jpg") no-repeat center/cover;
    z-index: 9;
}
.Floor002491 ul *
{
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.Floor002491 ul li
{
    width: 25%;
    float: left;
    height: 200px;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}
.Floor002491 ul li a .h3
{
    font-size: 1.25em;
    margin: 0;
}
.Floor002491 ul li a .h3 img
{
    margin-right: 8px;
}
.Floor002491 ul li a .tit
{
    padding: 30px 0;
}
.Floor002491 ul li .liBox
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.Floor002491 ul li .liBox .liCon
{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0 1.5625em;
    color: #fff;
}
.Floor002491 ul li a .txtBox
{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(34,148,58,.9);
    padding: 1.875em 2.5em;
    transform: translateY(101%);
    transition: .3s .2s;
}
.Floor002491 ul li a .txtBox .h3
{
    margin-bottom: 1.25em;
    padding-bottom: 1.25em;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.Floor002491 ul li a .txtBox .txt
{
    padding-left: 14px;
    background: url("../image/Home_product_dot.png") no-repeat left center;
}
@media screen and (min-width: 768px)
{
    .Floor002491 ul li
    {
        width: 25%;
        float: left;
        height: 400px;
    }
    .Floor002491 ul li a .h3
    {
        font-size: 1.25em;
    }
}
@media screen and (min-width: 1025px)
{
    .Floor002491 ul li
    {
        height: 550px;
        width: calc(15.6% - 10px);
    }
    .Floor002491 ul li:not(:nth-child(5))
    {
        margin-right: 10px;
    }
    .Floor002491 ul li.on
    {
        width: 37%;
    }
    .Floor002491 ul li.on a .txtBox
    {
        transform: translateY(0);
    }
    .Floor002491 ul li.on a .txtBox .h3
    {
        text-align: left;
    }
}
@media screen and (max-width: 1024px)
{
    .Floor002491 ul li
    {
        width: 100%;
        background-size: cover;
    }
}
.Floor002827
{
    padding: 5.2vw 0;
    overflow: hidden;
    background: url("/en/common/images/Home_solution_bg.jpg") no-repeat center/cover;
}
.Floor002827 .HomeTit
{
    position: relative;
    padding-right: 10vw;
}
.Floor002827 .HomeTit aside
{
    text-align: left;
}
.Floor002827 .btn
{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.Floor002827 .slick-arrow
{
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #dadada;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    position: relative;
    transition: .3s;
}
.Floor002827 .slick-arrow:before
{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    transition: .3s;
}
.Floor002827 .slick-prev:before
{
    margin-left: -3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.Floor002827 .slick-next:before
{
    margin-left: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-color: #fff;
}
.Floor002827 .slick-next
{
    float: right;
    margin-left: 20px;
    border: 0;
    background-color: #22943a;
}
.Floor002827 .slick-prev:hover
{
    background-color: #22943a;
}
.Floor002827 .slick-prev:hover:before
{
    border-color: #fff;
}
.Floor002827 .slider
{
    padding-right: 10%;
}
.Floor002827 .slider .slick-list
{
    overflow: initial;
}
.Floor002827 .slider li .inner
{
    position: relative;
    padding-right: 40px;
}
.Floor002827 .slider li .pic
{
    overflow: hidden;
}
.Floor002827 .slider li .pic img
{
    display: block;
    width: 100%;
    transition: .3s ease-in-out;
}
.Floor002827 .slider li .pic figure
{
    padding-bottom: 79.41%;
}
.Floor002827 .slider li .txt
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    transform: translateY(50%);
    padding: 0 3.125em 1.875em;
    z-index: 2;
    transition: .3s;
}
.Floor002827 .slider li .txt aside
{
    overflow: hidden;
}
.Floor002827 .slider li .txt aside a
{
    float: left;
    max-width: 100%;
    font-size: 1.875em;
    color: #fff;
    padding-bottom: 26px;
    margin-bottom: 26px;
    position: relative;
}
.Floor002827 .slider li .txt aside a:after
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 36px;
    content: '';
    background: #fff;
    opacity: 0;
    transition: .3s;
}
.Floor002827 .slider li .txt p
{
    margin: 0;
    color: #fff;
    line-height: 2.125;
}
.Floor002827 .slider li:hover .txt
{
    transform: translateY(0);
}
.Floor002827 .slider li:hover .txt aside a:after
{
    opacity: 1;
}
.Floor002827 .slider li .more
{
    display: table;
    font-size: .18em;
    color: #777;
}
.Floor002827 .slider li .more i
{
    display: inline-block;
    height: 2px;
    background: #ccc;
    width: 27px;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}
.Floor002827 .slider li .more i:after
{
    position: absolute;
    top: -4px;
    content: '';
    width: 40%;
    height: 100%;
    background: #ccc;
    right: -1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.Floor002827 .slider li:hover .more
{
    color: #e1001c;
}
.Floor002827 .slider li:hover .more i:after, .Floor002827 .slider li:hover .more i
{
    background: #e1001c;
}
@media(max-width: 1024px)
{
    .Floor002827
    {
        padding: 30px 0;
    }
    .Floor002827 .btn
    {
        margin-top: -20px;
    }
    .Floor002827 .slider li .inner
    {
        padding: 0 10px;
    }
    .Floor002827 .slick-arrow
    {
        width: 40px;
        height: 40px;
    }
    .Floor002827 .slick-next
    {
        margin-left: 10px;
    }
    .Floor002827 .slider li .txt
    {
        font-size: 80px;
    }
}
.HomeNews
{
    padding: 5.2vw 0;
    background-color: #f5f5f5;
}
.HomeNews .HomeTit aside
{
    text-align: left;
    line-height: 1;
    margin-bottom: 1.64em;
}
.HomeNews .slick-slide
{
    position: relative;
    padding-left: 7.8125vw;
    margin-bottom: 1.5625vw;
    border-bottom: 1px solid #e2e2e2;
}
.HomeNews .slick-slide time
{
    font-size: 1.1875em;
    color: #22943a;
    line-height: 30px;
}
.HomeNews .slick-slide aside
{
    font-size: 1.375em;
    color: #333;
    line-height: 30px;
}
.HomeNews .slick-slide p
{
    line-height: 1.875;
    color: #666;
    font-weight: 200;
    margin-bottom: 1.4em;
}
.HomeNews .slick-slide:hover aside
{
    color: #22943a;
}
.HomeNews .btm
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.875em;
}
.HomeNews .btm .more
{
    position: relative;
    color: #3f4756;
}
.HomeNews .btm .more:after
{
    content: '';
    display: inline-block;
    border: 6px solid transparent;
    border-left: 10px solid #22943a;
    margin-left: 10px;
}
.HomeNews .btm .more:hover
{
    color: #22943a;
}
.HomeNews .slick-dots li
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    padding: 6px;
    list-style: none;
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
}
.HomeNews .slick-dots li button
{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #a1ceaa;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.HomeNews .slick-dots li.slick-active
{
    border-color: #22943a;
}
.HomeNews .slick-dots li.slick-active button
{
    background-color: #22943a;
}
.HomeNews .fr .pic
{
    position: relative;
}
.HomeNews .fr .pic img
{
    position: relative;
    z-index: 2;
}
.HomeNews .fr .pic:before
{
    position: absolute;
    content: '';
    width: 6.25em;
    padding-bottom: 21%;
    left: -9%;
    top: -9%;
    background: url("../image/Home_news_icon.png") no-repeat;
}
.HomeNews .fr .pic:after
{
    position: absolute;
    content: '';
    width: 92.5%;
    padding-bottom: 76%;
    left: -20px;
    bottom: -20px;
    background-color: #22943a;
    z-index: 1;
}
@media(min-width: 1025px)
{
    .HomeNews .fl
    {
        width: 56.875%;
    }
    .HomeNews .fr
    {
        width: 34.375%;
    }
    .HomeNews .slick-slide time
    {
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media(max-width: 1024px)
{
    .HomeNews .fr .pic:after
    {
        display: none;
    }
    .HomeNews .btm
    {
        margin: 6% 0;
    }
}
.Bottom
{
    position: relative;
    padding-top: 5vw;
    background: url("../image/bottom_bg.png") no-repeat 94% top #282828;
}
.Bottom .main .fl .hotline
{
    padding-top: 2.5em;
    color: #818181;
}
.Bottom .main .fl .hotline aside
{
    color: #fff;
    font-size: 1.625em;
}
.Bottom .main .fl .code
{
    margin-top: 1.875em;
    display: flex;
    align-items: center;
    background-color: #383838;
    border-radius: 4px;
}
.Bottom .main .fl .code img
{
    border-radius: 4px;
}
.Bottom .main .fl .code .share
{
    padding: 0 20px;
    color: #fff;
    font-size: .875em;
    font-weight: 200;
}
.Bottom .main .fl .code .share .social-share .social-share-icon
{
    border: 0;
    color: #d7d7d7;
}
.Bottom .main .btm_contact
{
    max-width: 1140px;
    width: 71.25%;
}
.Bottom .main .btm_contact aside
{
    padding-bottom: 1.22em;
    font-size: 1.125em;
    color: #fff;
    font-weight: bold;
}
.Bottom .main .btm_contact span
{
    padding-left: 2.75em;
    line-height: 1.875em;
    color: #cfcfcf;
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 1.875em;
}
.Bottom .main .btm_contact span.add
{
    background-image: url("../image/icon_add.png");
}
.Bottom .main .btm_contact span.phone
{
    background-image: url("/en/common/images/icon_phone.png");
}
.Bottom .main .btm_contact span.mail
{
    background-image: url("/en/common/images/icon_mail.png");
}
.Bottom .main .btm_contact dl
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Bottom .main .btm_contact dt
{
    flex: 0 0 100%;
    padding-bottom: 2.4%;
    margin-bottom: 3.5%;
    border-bottom: 1px solid #3e3e3e;
}
.Bottom .main .btm_contact dt span
{
    display: inline-block;
    margin-right: 7.5em;
}
.Bottom .main .btm_contact dd
{
    flex: 0 0 33.33%;
    padding: 0 5% 0 3.6%;
    border-left: 1px solid #3e3e3e;
}
.Bottom .main .btm_contact dd span
{
    display: block;
}
.Bottom .main .btm_contact dd span:not(:last-child)
{
    margin-bottom: 13px;
}
.Bottom .copyright
{
    margin-top: 2.5em;
    padding: 2.5em 0;
    color: #787878;
    border-top: 1px solid #3e3e3e;
}
.Bottom .copyright a
{
    color: #787878;
}
.Bottom .copyright .links a
{
    display: inline-block;
    line-height: 1;
    color: #787878;
}
.Bottom .copyright .links a:not(:last-child)
{
    border-right: 1px solid #787878;
    padding-right: 10px;
    margin-right: 10px;
}
.Bottom .copyright a:hover
{
    color: #fff;
}
@media(max-width: 1024px)
{
    .Bottom .main .btm_contact
    {
        width: 100%;
        padding-top: 20px;
    }
    .Bottom .main .btm_contact dd
    {
        flex: 0 0 100%;
        padding: 0;
        padding-bottom: 4%;
    }
    .Bottom .copyright
    {
        text-align: center;
        line-height: 2;
        padding: 4% 0;
    }
}
.Banner003144 .pc
{
    background-position: center center;
    background-repeat: no-repeat;
    height: 31.25em;
    background-size: cover;
}
@media(min-width: 1025px)
{
    .Banner003144 .wap
    {
        display: none;
    }
}
@media(max-width: 1024px)
{
    .Banner003144 .pc
    {
        display: none;
    }
    .Banner003144 .wap
    {
        height: 200px;
        object-fit: cover;
    }
}
.Menu002147
{
    background: #f5f5f5;
}
.Menu002147 ul
{
    display: table;
    margin: 0 auto;
}
.Menu002147 li
{
    float: left;
    padding: 0 40px;
    position: relative;
}
.Menu002147 li:after
{
    position: absolute;
    content: '';
    width: 1px;
    right: 0;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    background: #dfdfdf;
}
.Menu002147 li.end:after
{
    display: none;
}
.Menu002147 li a
{
    display: block;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    line-height: 82px;
    height: 82px;
}
.Menu002147 li a:after
{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100%;
}
.Menu002147 li.aon a, .Menu002147 li:hover a
{
    color: #22943a;
}
.Menu002147 li.aon a:after, .Menu002147 li:hover a:after
{
    background: #22943a;
}
@media(max-width: 1024px)
{
    .Menu002147 li
    {
        padding: 0 20px;
    }
    .Menu002147 li a
    {
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width: 768px)
{
    .Menu002147 ul
    {
        display: block;
    }
    .Menu002147 li
    {
        float: left;
        width: 25%;
        text-align: center;
        padding: 0;
    }
}
@media(max-width: 768px) and (min-width: 481px)
{
    .Menu002147 li:nth-child(4n):after
    {
        display: none;
    }
}
@media(max-width: 480px)
{
    .Menu002147 li
    {
        width: 33.33333333333%;
    }
    .Menu002147 li:nth-child(3n):after
    {
        display: none;
    }
    .Menu002147 li a
    {
        font-size: 4.5vw;
    }
}
.RighInfo003141
{
    padding: 6% 0;
}
.RighInfo003141 .auto
{
    max-width: 1600px;
    margin: 0 auto;
}
.RighInfo003141 .intro .title
{
    font-size: 2em;
    color: #333;
    margin-bottom: .6em;
    font-weight: bold;
}
.RighInfo003141 .intro .info
{
    font-size: 16px;
    line-height: 32px;
}
.RighInfo003141 .intro .info p
{
    margin: 1.8em 0;
}
.RighInfo003141 h1
{
    font-size: 25px;
    font-weight: 100;
    color: #22943a;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 45px;
}
.RighInfo003141 .number-count
{
    margin: 3em 0 0 0;
    box-shadow: 0 .625em 4.375em rgba(0,0,0,.05);
    border: solid 1px #f3f3f3;
    padding: 3em 0;
}
.RighInfo003141 .number-count li
{
    color: #333;
    font-size: 16px;
}
.RighInfo003141 .number-count li span
{
    display: inline-block;
    position: relative;
    font-size: 2em;
    color: #22943a;
    margin: 0 5px;
}
.RighInfo003141 .number-count li span i
{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
}
.RighInfo003141 .number-count li span i.ani
{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}
.RighInfo003141 .number-count li span i.opa
{
    opacity: 0;
}
.RighInfo003141 .number-count li sup
{
    display: inline-block;
    vertical-align: top;
    color: #22943a;
    font-size: 1em;
}
.RighInfo003141 .plate dd
{
    margin-bottom: 2.8565%;
}
.RighInfo003141 .plate dd .txt
{
    box-shadow: 0 .625em 4.375em rgba(0,0,0,.05);
    padding: 2.375em 1.875em;
}
.RighInfo003141 .plate dd ol
{
    float: left;
    width: 4.25em;
}
.RighInfo003141 .plate dd ol img
{
    width: 85.295%;
}
.RighInfo003141 .plate dd li
{
    width: calc(100% - 4.25em);
    float: right;
}
.RighInfo003141 .plate dd li aside
{
    font-size: 1.125em;
    color: #333;
}
.RighInfo003141 .plate dd li p
{
    margin: 0;
    font-size: .875em;
    color: #999;
}
@media(min-width: 1025px)
{
    .RighInfo003141 .intro .info
    {
        width: 47.929%;
    }
    .RighInfo003141 .intro .title
    {
        line-height: 1;
    }
    .RighInfo003141 .intro .img
    {
        width: 47.215%;
    }
    .RighInfo003141 .number-count ul
    {
        display: table;
        margin: 0 auto;
        padding: 0 0;
    }
    .RighInfo003141 .number-count li
    {
        float: left;
        margin-right: 40px;
    }
    .RighInfo003141 .number-count li:nth-child(3n)
    {
        margin-right: 0;
    }
    .RighInfo003141 .plate dd
    {
        float: left;
        width: 31.429%;
    }
}
@media(max-width: 1024px)
{
    .RighInfo003141 .intro .title
    {
        font-size: 1.4em;
    }
    .RighInfo003141 h1
    {
        font-size: 1.2em;
        line-height: 1.5;
        margin: 2% 0;
    }
    .RighInfo003141 .number-count li
    {
        text-align: center;
        padding: 1em 0;
    }
    .RighInfo003141 .number-count
    {
        margin: 2em 0;
        padding: 2em 0;
    }
    .RighInfo003141 .intro
    {
        padding-top: 2em;
        margin-bottom: 2em;
    }
}
.RighInfo002939
{
    padding: 4% 0 6%;
}
.RighInfo002939 .name
{
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    margin-bottom: 34px;
}
.RighInfo002939 .name h1
{
    margin: 0 0 18px 0;
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.RighInfo002939 .time
{
    color: #999;
    padding-bottom: 1.72vw;
    line-height: 16px;
}
.RighInfo002939 .share
{
    margin-left: 10px;
}
.RighInfo002939 .time time, .RighInfo002939 .share, .RighInfo002939 .share>*
{
    display: inline-block;
    vertical-align: middle;
}
.RighInfo002939 .share em
{
    font-style: normal;
}
#bsPanel, #bsPanel *, .bsBox, .bsBox *
{
    box-sizing: content-box;
}
.RighInfo002939 .edit-info
{
    line-height: 31px;
    color: #666;
    text-align: justify;
    padding-bottom: 2.2vw;
}
.RighInfo002939 .edit-info p
{
    margin: 20px 0;
}
.RighInfo002939 .pic2
{
    padding: 10px 0;
}
.RighInfo002939 .pic2 .img
{
    width: 49%;
    float: left;
}
.RighInfo002939 .pic2 .img:nth-child(2)
{
    float: right;
}
.RighInfo002939 .info-page
{
    border: solid 1px #eee;
}
.RighInfo002939 .info-page dd
{
    line-height: 75px;
}
.RighInfo002939 .info-page dd a
{
    padding: 0 28px;
    color: #666;
}
.RighInfo002939 .info-page dd a:hover
{
    color: #22943a;
}
.RighInfo002939 .fh
{
    text-align: center;
    margin-top: 4%;
}
.RighInfo002939 .fh a
{
    background: #22943a;
    color: #fff;
    padding: 14px 52px 14px 37px;
    font-size: 16px;
    border-radius: 50px;
    position: relative;
}
.RighInfo002939 .fh a:before
{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 22%;
    top: 50%;
    margin: -5px 0 0 -8px;
}
@media(min-width: 641px)
{
    .RighInfo002939 .info-page dd
    {
        float: left;
        width: 50%;
    }
    .RighInfo002939 .info-page dd:nth-child(2)
    {
        border-left: 1px solid #eee;
    }
    .RighInfo002939 .time, .RighInfo002939 .info-page dd a, .RighInfo002939 .edit-info
    {
        font-size: 16px;
    }
}
@media(max-width: 640px)
{
    .RighInfo002939 .info-page dd:nth-child(2)
    {
        border-top: 1px solid #eee;
    }
    .RighInfo002939 .share
    {
        display: block;
        padding-top: 10px;
    }
    .RighInfo002939 .name h1
    {
        font-size: 20px;
    }
}
.TextList001729
{
    margin-top: 4%;
    margin-bottom: 3%;
}
.TextList001729 .name
{
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
}
.TextList001729 .name span
{
    display: inline-block;
    border-left: 6px solid #f29200;
    padding-left: 15px;
}
.TextList001729 .tips
{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    position: relative;
}
.TextList001729 .tips h1
{
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    color: #f29200;
}
.TextList001729 .search
{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 26.6%;
    height: 46px;
    border: 2px solid #999;
}
.TextList001729 .search input
{
    border: none;
}
.TextList001729 .search .text
{
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 0 56px 0 10px;
    background: none;
    color: #999;
}
.TextList001729 .search .btn
{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 100%;
    background: url(../image/TextList001729-search.png) no-repeat center center;
    padding: 0;
}
.TextList001729 ol.type
{
    margin-top: 3%;
}
.TextList001729 .type
{
    display: table;
    width: 100%;
}
.TextList001729 ol.type
{
    font-size: 16px;
    background-color: #22943a;
    color: #fff;
}
.TextList001729 .type li
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 42px;
    font-size: 16px;
}
.TextList001729 ul.type li
{
    cursor: pointer;
}
.TextList001729 .type li:nth-child(1)
{
    width: 12%;
}
.TextList001729 .type li:nth-child(2)
{
    width: 11%;
}
.TextList001729 .type li:nth-child(3)
{
    width: 10%;
}
.TextList001729 .type li:nth-child(4), .TextList001729 .type li:nth-child(5), .TextList001729 .type li:nth-child(6), .TextList001729 .type li:nth-child(7)
{
    width: 13%;
}
.TextList001729 .type li:nth-child(8)
{
    width: 15%;
}
.TextList001729 .type li:nth-child(1), .TextList001729 .type li:nth-child(5)
{
    padding-left: 2%;
    text-align: left!important;
}
.TextList001729 ul.type li:nth-child(5)
{
    background: url(../image/TextList001729-icon_close.png) no-repeat 90% center;
}
.TextList001729 ul.type#On li:nth-child(5)
{
    background-image: url(../image/TextList001729-icon_open.png);
}
.TextList001729 .list
{
    border-bottom: 1px solid #e5e5e5;
}
.TextList001729 .list .con
{
    display: none;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    padding: 2%;
}
.TextList001729 .list .con strong
{
    display: block;
}
.TextList001729 .btn_apply
{
    padding: 10px 0;
}
.TextList001729 .btn_apply a
{
    display: inline-block;
    max-width: 170px;
    width: 40%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #22943a;
    font-size: 16px;
    border-radius: 3px;
}
@media(max-width: 1000px)
{
    .TextList001729 .type li:nth-child(2), .TextList001729 .type li:nth-child(5), .TextList001729 .type li:nth-child(6)
    {
        display: none;
    }
    .TextList001729 .type li
    {
        width: 20%!important;
    }
}
@media(max-width: 768px)
{
    .TextList001729 .search
    {
        position: relative;
        margin-top: 10px;
        top: auto;
        width: auto;
    }
    .TextList001729 .type li:nth-child(7)
    {
        display: none;
    }
    .TextList001729 .type li
    {
        width: 24%!important;
    }
    .TextList001729 .type li:nth-child(8)
    {
        width: 28%!important;
    }
}
@media(max-width: 480px)
{
    .TextList001729 .type li:nth-child(3)
    {
        display: none;
    }
    .TextList001729 .type li
    {
        width: 30%!important;
    }
    .TextList001729 .type li:nth-child(8)
    {
        width: 40%!important;
    }
    .TextList001729 ol.type
    {
        font-size: 15px;
    }
    .TextList001729 .btn_apply a
    {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .TextList001729 ul.type li:nth-child(8)
    {
        background-size: 16px auto;
    }
}
.Form001215
{
    padding: 4.5vw 0;
}
.Form001215 .hotline
{
    margin-bottom: 3%;
    background: #f9f9f9;
    background: url(../image/lxbg.png) no-repeat top center;
    padding: 5% 6%;
}
.Form001215 .hotline .tit
{
    font-size: 34px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.Form001215 .hotline .tit:after
{
    content: '';
    width: 30px;
    height: 3px;
    background: #22943a;
    display: block;
    margin-top: 13px;
}
.Form001215 .hotline dl
{
    float: left;
    width: 44%;
    padding-right: 2%;
}
.Form001215 .hotline dd
{
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    padding: 18px 0;
    line-height: 34px;
    padding-left: 55px;
    position: relative;
}
.Form001215 .hotline dd:after
{
    content: '';
    width: 1px;
    height: 15px;
    background: #cdcdcd;
    position: absolute;
    left: 40px;
    top: 27px;
}
.Form001215 .hotline dd:nth-child(1)
{
    background: url(../image/tel.png) no-repeat left top 24px;
}
.Form001215 .hotline dd:nth-child(2)
{
    background: url(../image/addr.png) no-repeat left top 18px;
}
.Form001215 .hotline dd:nth-child(3)
{
    background: url(../image/email.png) no-repeat left top 18px;
}
.Form001215 .hotline dd:nth-child(1):after
{
    top: 33px;
}
.Form001215 .hotline dd:nth-child(3)
{
    border-bottom: 0;
}
.Form001215 .hotline dd span
{
    display: block;
    padding-left: 48px;
}
.Form001215 .hotline dd b
{
    color: #22943a;
    font-size: 32px;
}
.Form001215 .form
{
    width: 100%;
    background: #f9f9f9;
    background: url(../image/Form001215-bg.jpg) no-repeat top center;
    padding: 5% 5% 4% 5%;
}
.Form001215 .form .word
{
    width: 30%;
    float: left;
}
.Form001215 .form .word p
{
    font-size: 16px;
    line-height: 30px;
}
.Form001215 .form ul
{
    width: 58%;
    float: right;
}
.Form001215 .form li
{
    width: 48%;
    float: left;
    padding-bottom: 25px;
}
.Form001215 .form li:nth-child(2), .Form001215 .form li:nth-child(4)
{
    float: right;
}
.Form001215 .form li.li2
{
    width: 100%;
}
.Form001215 .form .tit
{
    font-size: 34px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.Form001215 .form .tit:after
{
    content: '';
    width: 30px;
    height: 3px;
    background: #22943a;
    display: block;
    margin-top: 13px;
}
.Form001215 .form .text
{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 3px;
    background: none;
    font-size: 16px;
}
.Form001215 .form textarea.text
{
    height: 110px;
}
.Form001215 .form .btn
{
    cursor: pointer;
    border-radius: 5px;
    background: #22943a;
    color: #fff;
    height: 48px;
    border: none;
    padding: 0 45px;
    font-size: 16px;
    border: none;
}
@media(max-width: 1024px)
{
    .Form001215 .form .word, .Form001215 .form .ul, .Form001215 .form, .Form001215 .hotline, .Form001215 .hotline dl
    {
        float: none;
        width: auto;
    }
    .Form001215 .hotline
    {
        background-image: none;
    }
    .Form001215 .hotline dd
    {
        font-size: 4vw;
    }
    .Form001215 .hotline dd b
    {
        font-size: 6vw;
    }
    .Form001215 .form textarea.text
    {
        height: 117px;
    }
    .Form001215 .form .tit
    {
        font-size: 6vw;
    }
    .Form001215 .form .word p
    {
        font-size: 4vw;
    }
}
@media(max-width: 640px)
{
    .Form001215 .hotline
    {
        background: #f9f9f9!important;
    }
}
.auto_1600
{
    max-width: 1600px;
}
.auto_1400
{
    max-width: 1400px;
}
.PicList002856 .slick-slider
{
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.PicList002856 .slick-list
{
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}
.PicList002856 .slick-list:focus
{
    outline: none;
}
.PicList002856 .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.PicList002856 .slick-slider .slick-track, .PicList002856 .slick-slider .slick-list
{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.PicList002856 .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.PicList002856 .slick-track:before, .PicList002856 .slick-track:after
{
    display: table;
    content: '';
}
.PicList002856 .slick-track:after
{
    clear: both;
}
.PicList002856 .slick-loading .slick-track
{
    visibility: hidden;
}
.PicList002856 .slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.PicList002856 .slick-slide .slick-loading img
{
    display: none;
}
.PicList002856 .slick-slide .dragging img
{
    pointer-events: none;
}
.PicList002856 .slick-initialized .slick-slide
{
    display: block;
}
.PicList002856 .slick-loading .slick-slide
{
    visibility: hidden;
}
.PicList002856 .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.PicList002856 .slick-arrow .slick-hidden
{
    display: none;
}
.PicList002856
{
    padding: 4% 0 2%;
}
.PicList002856 .filter
{
    max-width: 650px;
    margin-bottom: 3%;
}
.PicList002856 dl.year
{
    position: relative;
    z-index: 10;
}
.PicList002856 dl.year dd
{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #f9f9f9;
    display: none;
}
.PicList002856 dl.year dd a
{
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    transition: .3s;
}
.PicList002856 dl.year dd a:hover
{
    background: #ea5433;
    color: #fff;
}
.PicList002856 dl.year dt
{
    position: relative;
    line-height: 50px;
    background: #f9f9f9;
    padding-right: 30px;
    padding-left: 20px;
}
.PicList002856 dl.year dt:after
{
    position: absolute;
    content: '';
    border: 4px solid transparent;
    border-top-color: #666;
    border-top-width: 6px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
}
.PicList002856 ul.search
{
    position: relative;
    padding-right: 132px;
    z-index: 2;
}
.PicList002856 ul.search .btn
{
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    line-height: 50px;
    background: #2a373f;
    text-align: center;
    color: #fff;
}
.PicList002856 ul.search .text
{
    width: 100%;
    line-height: 50px;
    height: 50px;
    background: #f9f9f9;
    border: 0;
    padding: 0 20px;
    color: #dadada;
}
.PicList002856 ul.search .text.focus
{
    color: #333;
}
.PicList002856 .top-new
{
    margin-bottom: 4%;
}
.PicList002856 .top-new li
{
    background: #f9f9f9;
}
.PicList002856 .top-new li .img img
{
    display: block;
    width: 100%;
}
.PicList002856 .top-new li .txt .inner
{
    padding: 0 0 0 20px;
}
.PicList002856 .top-new li .txt time
{
    font-family: "DINBold";
    font-size: 16px;
    color: #333;
    display: block;
    border-left: 3px solid #22943a;
    padding-left: 19px;
    margin-left: -20px;
}
.PicList002856 .top-new li .txt time b
{
    display: block;
    font-size: 34px;
}
.PicList002856 .top-new li .txt aside
{
    margin: 20px 0 0 0;
    font-size: 24px;
}
.PicList002856 .top-new li .txt p
{
    line-height: 28px;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}
.PicList002856 .top-new .slick-arrow
{
    position: absolute;
    width: 65px;
    height: 65px;
    z-index: 10;
    background: #22943a url(../image/PicList002856_prev.png) no-repeat center center;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
}
.PicList002856 .top-new .slick-prev
{
    margin-left: -65px;
}
.PicList002856 .top-new .slick-next
{
    background-color: #fff;
    background-image: url(../image/PicList002856_next.png);
}
.PicList002856 .list li
{
    background: #f9f9f9;
    margin-bottom: 2%;
    position: relative;
}
.PicList002856 .list li a
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #22943a;
    opacity: 0;
    -webkit-opacity: 0;
    transition: .3s;
}
.PicList002856 .list li a:hover
{
    opacity: 1;
    -webkit-opacity: 1;
}
.PicList002856 .list li .inner
{
    padding: 40px;
    color: #333;
}
.PicList002856 .list li time
{
    font-family: "DINBold";
    font-size: 16px;
}
.PicList002856 .list li aside.dot
{
    font-size: 20px;
    margin: 10px 0 10px 0;
}
.PicList002856 .list li p
{
    color: #999;
    line-height: 28px;
    font-size: 16px;
    margin: 0;
}
.PicList002856 .list li:hover aside.dot
{
    color: #22943a;
}
@media(min-width: 641px)
{
    .PicList002856 dl.year
    {
        float: left;
        width: 38.462%;
    }
    .PicList002856 ul.search
    {
        float: right;
        width: 59.231%;
    }
    .PicList002856 .list li
    {
        float: left;
        width: 49%;
    }
    .PicList002856 .list li:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}
@media(min-width: 769px)
{
    .PicList002856 .top-new .slick-arrow
    {
        left: 50%;
        bottom: 0;
    }
    .PicList002856 .top-new li .img
    {
        width: 50%;
    }
    .PicList002856 .top-new li .txt .inner
    {
        max-width: 640px;
        margin: 0 auto;
    }
}
@media(min-width: 769px) and (max-width: 1024px)
{
    .PicList002856 .top-new .slick-arrow
    {
        width: 50px;
        height: 50px;
    }
    .PicList002856 .top-new .slick-prev
    {
        margin-left: -50px;
    }
}
@media(max-width: 768px)
{
    .PicList002856 .top-new li .ytable, .PicList002856 .top-new li .ytable-cell
    {
        display: block;
    }
    .PicList002856 .top-new .slick-arrow
    {
        top: 0;
        right: 0;
        width: 10vw;
        height: 10vw;
        background-size: 51% auto;
    }
    .PicList002856 .top-new .slick-prev
    {
        right: 10vw;
    }
    .PicList002856 .top-new li .txt
    {
        padding: 20px;
    }
}
@media(max-width: 640px)
{
    .PicList002856 .top-new li .txt aside
    {
        font-size: 20px;
    }
    .PicList002856 dl.year
    {
        margin-bottom: 10px;
    }
}
.PicList001200
{
    padding: 4.5vw 0 1% 0;
}
.PicList001200 li
{
    padding: 16px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    margin-bottom: 3%;
    border-radius: 10px;
}
.PicList001200 li a
{
    display: block;
    position: relative;
    padding-left: 30%;
    padding-right: 12%;
}
.PicList001200 li a::after
{
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    background: url(../image/PicList001200-more.png) no-repeat left top;
    right: 4%;
    top: 50%;
    margin-top: -16px;
}
.PicList001200 li figure
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 27%;
}
.PicList001200 li div
{
    position: relative;
    padding-right: 5%;
    padding-bottom: 13.164%;
}
.PicList001200 li div::before
{
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    top: 10%;
    background-color: #ebebeb;
    right: 0;
}
.PicList001200 li h3
{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    padding: 5.5% 0 0 0;
    color: #333;
}
.PicList001200 li p
{
    margin: 3% 0 0 0;
    color: #969696;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
}
.PicList001200 li time
{
    position: absolute;
    left: 0;
    bottom: 19%;
    color: #969696;
    font-size: 14px;
    padding-left: 30px;
    background: url(../image/PicList001200-time.png) left center no-repeat;
}
.PicList001200 li:hover
{
    border-color: #22943a;
    box-shadow: 0 5px 5px #eee;
}
.PicList001200 li:hover h3
{
    color: #22943a;
}
.PicList001200 li:hover a::after
{
    background-position: left bottom;
}
@media(max-width: 1024px)
{
    .PicList001200 li div::before, .PicList001200 li a::after
    {
        display: none;
    }
    .PicList001200 li div, .PicList001200 li a
    {
        padding-right: 0;
    }
    .PicList001200 li a
    {
        padding-left: 40%;
    }
    .PicList001200 li figure
    {
        width: 37%;
    }
    .PicList001200 li h3
    {
        padding: 0;
        font-size: 16px;
    }
    .PicList001200 li p
    {
        line-height: 22px;
        height: 44px;
        font-size: 14px;
    }
    .PicList001200 li time
    {
        font-size: 12px;
        background-size: contain;
        bottom: 0;
    }
}
.PicList002938
{
    padding-top: 4.5vw;
    padding-bottom: 3vw;
}
.PicList002938 li
{
    margin-bottom: 3%;
}
.PicList002938 li:last-child
{
    margin-bottom: 0;
}
.PicList002938 a
{
    display: block;
}
.PicList002938 time
{
    font-size: 18px;
    font-weight: bold;
    color: #22943a;
}
.PicList002938 time span
{
    display: block;
    font-size: 42px;
}
.PicList002938 .txt
{
    padding: 2em 0;
    transition: all .5s ease;
    background: #f6f6f6;
}
.PicList002938 li .Ispic img
{
    display: block;
}
.PicList002938 li .info
{
    padding: 0 3em;
}
.PicList002938 h2
{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    transition: all .5s ease;
}
.PicList002938 p
{
    font-size: 16px;
    line-height: 29px;
    color: #777;
    margin: 10px 0 0;
    transition: all .5s ease;
    text-align: justify;
}
.PicList002938 a:hover .txt
{
    background-color: #fff;
    -webkit-box-shadow: 0 0 54px rgba(0,0,0,.26);
    -moz-box-shadow: 0 0 54px rgba(0,0,0,.26);
    box-shadow: 0 0 54px rgba(0,0,0,.26);
}
.PicList002938 a:hover h2
{
    color: #22943a;
}
@media(min-width: 1025px)
{
    .PicList002938 time
    {
        float: left;
        width: 10%;
        margin-top: 5em;
    }
    .PicList002938 .txt
    {
        float: right;
        width: 76%;
    }
    .PicList002938 li .pic
    {
        width: 16.729%;
        transition: all .5s ease;
    }
    .PicList002938 li .Ispic
    {
        width: 202.27%;
        transition: all .5s ease;
        padding-bottom: 125.86%;
        margin-left: -102.27%;
    }
    .PicList002938 li .Ispic img
    {
        display: none;
    }
    .PicList002938 a:hover .txt .Ispic
    {
        margin-left: -115%;
    }
}
@media(max-width: 1024px)
{
    .PicList002938
    {
        padding-top: 3em;
    }
    .PicList002938 time span
    {
        display: inline-block;
        padding-right: 5px;
    }
    .PicList002938 li .info
    {
        padding: 1em;
    }
    .PicList002938 .txt
    {
        padding-bottom: 0;
    }
    .PicList002938 .txt .ytable-cell
    {
        display: block;
    }
    .PicList002938 h2
    {
        font-size: 4.5vw;
    }
    .PicList002938 p
    {
        font-size: 4vw;
    }
}
@media(max-width: 640px)
{
    .PicList002938 li
    {
        margin-bottom: 10%;
    }
}
.TextList002514
{
    padding-top: 4.5vw;
    padding-bottom: 2vw;
}
.TextList002514 .list
{
    box-shadow: 0 0 10px rgba(0,31,90,.1);
    margin-bottom: 2.5%;
}
.TextList002514 .list:last-child
{
    margin-bottom: 0;
}
.TextList002514 .job-title
{
    line-height: 2em;
    padding: 1em 2em;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    padding-right: 120px;
}
.TextList002514 .job-title .tit
{
    position: relative;
    padding-left: 22px;
    color: #333;
}
.TextList002514 .job-title .tit::before
{
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #22943a;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.TextList002514 .job-title i
{
    position: absolute;
    width: 22px;
    height: 22px;
    background: #22943a;
    border-radius: 50%;
    right: 40px;
    top: 50%;
    margin-top: -11px;
}
.TextList002514 .job-title i::before, .TextList002514 .job-title i::after
{
    position: absolute;
    content: '';
    background: #fff;
}
.TextList002514 .job-title i::before
{
    left: 20%;
    width: 62%;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}
.TextList002514 .job-title i::after
{
    left: 50%;
    margin-left: -1px;
    width: 2px;
    top: 20%;
    height: 62%;
}
.TextList002514 .job-title.select i::after
{
    display: none;
}
.TextList002514 .job-title.select
{
    color: #22943a;
}
.TextList002514 .job-title.select .tit
{
    color: #22943a;
}
.TextList002514 .job-title time
{
    float: right;
    color: #888;
    font-weight: normal;
    margin-left: 20px;
    font-size: 16px;
}
.TextList002514 .job-main
{
    display: none;
    padding: 40px;
    border-top: 1px solid #eaeaea;
    background: #f8f8f8;
    font-size: 16px;
}
.TextList002514 .job-main strong
{
    color: #333;
    display: block;
    margin-bottom: 6px;
}
.TextList002514 .job-main p
{
    line-height: 32px;
    margin: 0;
}
.TextList002514 .job-main .ul
{
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #cdcdcd;
}
.TextList002514 .job-main li
{
    float: left;
    margin-right: 10%;
}
.TextList002514 .job-main li span
{
    color: #333;
    display: inline-block;
    font-weight: bold;
}
.TextList002514 .job-main .p
{
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dashed #cdcdcd;
}
.TextList002514 .send
{
    margin-top: 15px;
}
.TextList002514 .send em
{
    font-style: normal;
    border-bottom: #22943a 1px solid;
    font-weight: bold;
    margin-left: 10px;
}
.TextList002514 .send a
{
    display: inline-block;
    line-height: 2em;
    color: #22943a;
    background: url(../image/TextList002514_icon.png) no-repeat right center;
    padding-right: 2.5em;
    font-size: 16px;
}
@media(max-width: 1024px)
{
    .TextList002514 .job-title
    {
        padding: 1% 12% 1% 4%;
        font-size: 4.5vw;
    }
    .TextList002514 .job-title i
    {
        right: 10px;
    }
    .TextList002514 .job-main
    {
        padding: 4%;
        font-size: 4vw;
    }
    .TextList002514 .job-main .ul
    {
        padding-bottom: 4%;
        margin-bottom: 4%;
    }
    .TextList002514 .job-main li
    {
        line-height: 1.6;
    }
}
.Page003143 .Pages
{
    padding: 0 0 4% 0;
    text-align: center;
    font-family: 'PingFang-SC-Medium';
}
.Page003143 .Pages .p_page a.a_first, .Page003143 .Pages .p_page a.a_end, .Page003143 .Pages>span:not(.p_page)
{
    display: none;
}
.Page003143 .Pages .p_page
{
    display: table;
    margin: 0 auto;
}
.Page003143 .Pages .p_page *
{
    float: left;
}
.Page003143 .Pages .p_page a
{
    border: solid 1px #ebebeb;
    line-height: 40px;
    transition: .3s;
    font-size: 16px;
}
.Page003143 .Pages .p_page>a
{
    border-radius: 5px;
    padding: 0 18px;
}
.Page003143 .Pages .p_page em
{
    font-style: normal;
    margin: 0 30px;
}
.Page003143 .Pages .p_page em a
{
    width: 42px;
    border-radius: 50%;
    margin: 0 7px;
}
.Page003143 .Pages .p_page a:hover, .Page003143 .Pages .p_page a.a_cur
{
    color: #fff;
    background-color: #22943a;
    border-color: #22943a;
}
@media(max-width: 1024px)
{
    .Page003143 .Pages
    {
        padding: 0 0 2em 0;
    }
    .Page003143 .Pages .p_page em
    {
        display: none;
    }
    .Page003143 .Pages .p_page>a
    {
        margin: 0 10px;
    }
}
.center
{
    text-align: center;
}
.lm-title
{
    font-size: 38px;
    color: #333;
    font-weight: bold;
}
@media(max-width: 1024px)
{
    .lm-title
    {
        font-size: 7vw;
    }
}
.Timeline003189
{
    overflow: hidden;
    background: url(../image/bjss.png) no-repeat center center;
    background-size: cover;
    color: #666;
    padding: calc(110 / 16 * 1em) 0;
    position: relative;
}
.Timeline003189:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #cdcdcd;
    bottom: 27.8%;
}
.Timeline003189 .column-name .en
{
    font-size: 44px;
    font-weight: bold;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
}
.Timeline003189 .column-name .cn
{
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}
.Timeline003189 .controls
{
    position: relative;
    height: 1px;
    z-index: 4;
}
.Timeline003189 .slick-arrow
{
    position: absolute;
    right: 0;
    bottom: 100%;
    background: rgba(0,0,0,.15) url(/en/common/images/Timeline003189-arr-left.svg) no-repeat center center;
    background-size: calc(19 / 16 * 1em) auto;
    width: calc(52 / 16 * 1em);
    height: calc(52 / 16 * 1em);
    font-size: 1em;
    text-indent: 9999em;
    cursor: pointer;
    transition: .3s;
}
.Timeline003189 .slick-prev
{
    right: calc(74 / 16 * 1em);
}
.Timeline003189 .slick-next
{
    background-image: url(../image/Timeline003189-arr-right.svg);
    background-color: #22943a;
}
.Timeline003189 .slick-arrow:hover
{
    background-color: #22943a;
}
.Timeline003189 .slider li .inner
{
    padding-bottom: calc(420 / 240 * 100%);
    position: relative;
}
.Timeline003189 .slider li .dot
{
    position: absolute;
    width: calc(19 / 16 * 1em);
    height: calc(19 / 16 * 1em);
    border-radius: 50%;
    background-color: #22943a;
    transition: .3s;
}
.Timeline003189 .slider li .dot:before
{
    position: absolute;
    content: '';
    background-color: #fff;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: calc(9 / 19 * 100%);
    height: calc(9 / 19 * 100%);
    margin: auto;
    right: 0;
    bottom: 0;
}
.Timeline003189 .slider li:not(.slick-active)
{
    opacity: 0;
    transition: opacity .3s;
}
.Timeline003189 .slider li .dot
{
    top: calc(424 / 562 * 100%);
    left: calc(0 / 240 * 100%);
}
.Timeline003189 .slider li .item
{
    position: absolute;
    width: calc(239 / 240 * 100%);
    height: calc(260 / 16 * 1em);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: calc(49 / 16 * 1em);
    text-align: left;
    transition: .3s;
    padding-right: 30px;
}
.Timeline003189 .slider li .item
{
    left: calc(0 / 240 * 100%);
    bottom: calc(148 / 562 * 100%);
}
.Timeline003189 .slider li .item .year
{
    font-size: calc(44 / 16 * 1em);
    font-weight: bold;
    margin-bottom: .5em;
    color: #333;
}
.Timeline003189 .slider li .item:hover .year
{
    color: #22943a;
}
.Timeline003189 .slider li .item pre
{
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}
@media(max-width: 1440px)
{
    .Timeline003189 .slider
    {
        background-size: auto 50%;
        background-position: right top 109%;
    }
}
@media(max-width: 640px)
{
    .Timeline003189 .slider li .inner
    {
        padding-bottom: 0;
    }
    .Timeline003189 .slider li .item
    {
        position: relative;
    }
    .Timeline003189 .slider li .item .year
    {
        font-size: calc(30 / 16 * 1em);
    }
    .Timeline003189 .slider li .dot
    {
        left: 0!important;
        bottom: 0;
        top: auto!important;
    }
    .Timeline003189 .slider li .item pre
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.RighInfo002799
{
    padding: 5% 0;
}
.RighInfo002799 .lm-title
{
    margin-bottom: 5%;
}
.RighInfo002799 .pic
{
    margin-right: 0;
}
.RighInfo002799 .txt
{
    padding-top: 0;
}
.RighInfo002799 .tit .en
{
    font-family: 'Times New Roman';
    font-size: 48px;
    color: #fff0e5;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.RighInfo002799 .tit .cn
{
    margin-top: -35px;
    font-size: 48px;
    color: #ff6900;
    letter-spacing: 5px;
}
.RighInfo002799 .subtit
{
    font-size: 24px;
    margin-top: 9%;
    position: relative;
    margin-bottom: 1%;
    color: #22943a;
}
.RighInfo002799 .subtop
{
    margin-top: 2%;
}
.RighInfo002799 .subtit:before
{
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: none;
    position: relative;
    top: -4px;
    margin-right: 8px;
    border-radius: 50%;
    border: 2px solid #ff6900;
    display: none;
}
.RighInfo002799 .subtit span
{
    position: absolute;
    left: 0;
    bottom: 9px;
    font-size: 86px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .03;
    letter-spacing: 5px;
    color: #333;
}
.RighInfo002799 .subtit span i
{
    font-size: 68px;
    font-style: normal;
}
.RighInfo002799 p
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    margin: 0;
}
.RighInfo002799 .p1:before
{
    display: inline-block;
    content: '';
    width: 10px;
    height: 1px;
    background: #999;
    margin-right: 8px;
    position: relative;
    top: -5px;
}
@media(min-width: 1025px)
{
    .RighInfo002799 .pic
    {
        float: left;
        width: 54.5%;
        margin-top: -2%;
    }
    .RighInfo002799 .txt
    {
        float: right;
        width: 39%;
    }
}
@media(max-width: 1024px)
{
    .RighInfo002799 .auto
    {
        padding: 0 3%;
    }
    .RighInfo002799 .pic
    {
        float: none;
        width: 100%;
        margin-bottom: 5%;
        margin-left: 0;
    }
    .RighInfo002799 .tit .en
    {
        font-size: 38px;
    }
    .RighInfo002799 .tit .cn
    {
        margin-top: -25px;
        font-size: 38px;
    }
    .RighInfo002799 .subtit
    {
        font-size: 5vw;
    }
}
.Floor001207
{
    background: url(/en/common/images/Floor001207-bg.jpg) no-repeat center top/cover;
    background: #f5f5f5;
    padding: 5% 0;
    overflow: hidden;
}
.Floor001207 h1
{
    padding-bottom: 3%;
    margin: 0;
    font-size: 72px;
    text-transform: uppercase;
    color: #303030;
}
.Floor001207 h1 span
{
    display: block;
    font-size: 24px;
    opacity: .4;
}
.Floor001207 .boutique
{
    position: relative;
    z-index: 1;
}
.Floor001207 li
{
    position: absolute;
    z-index: 1;
    display: none;
}
.Floor001207 li a
{
    display: block;
    background: #fff;
}
.Floor001207 .main
{
    position: relative;
}
.Floor001207 .main .btn
{
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
}
.Floor001207 .main .prev
{
    left: -5%;
}
.Floor001207 .main .next
{
    right: -5%;
    transform: rotate(180deg);
}
.Floor001207 .main .btn::before, .Floor001207 .main .btn::after
{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -10px;
}
.Floor001207 .main .btn::after
{
    transform: rotate(45deg);
    margin-top: 10px;
}
.Floor001207 li div
{
    display: none!important;
}
.Floor001207 .name
{
    text-align: center;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto;
    max-width: 40%;
}
.Floor001207 .name h6
{
    margin: 0;
    font-size: 24px;
    padding-bottom: 10px;
    position: relative;
    color: #000;
}
.Floor001207 .name h6::before
{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #000;
    left: 50%;
    margin-left: -25px;
    bottom: 5px;
}
.Floor001207 .name p
{
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
}
@media(max-width: 1200px)
{
    .Floor001207 .main .prev
    {
        left: 2%;
    }
    .Floor001207 .main .next
    {
        right: 2%;
    }
}
@media(max-width: 1000px)
{
    .Floor001207 h1
    {
        font-size: 30px;
    }
    .Floor001207 h1 span
    {
        font-size: 18px;
    }
}
@media(max-width: 768px)
{
    .Floor001207 .name
    {
        max-width: none;
    }
}
@media(max-width: 480px)
{
    .Floor001207 h1
    {
        font-size: 20px;
    }
    .Floor001207 h1 span
    {
        font-size: 16px;
    }
    .Floor001207 .name h6
    {
        font-size: 18px;
    }
    .Floor001207 .main .btn
    {
        width: 20px;
        height: 40px;
        margin-top: -20px;
    }
    .Floor001207 .main .btn::before, .Floor001207 .main .btn::after
    {
        margin-top: -7px;
    }
    .Floor001207 .main .btn::after
    {
        margin-top: 7px;
    }
}
.RighInfo002852
{
    padding: 4.5vw 0 4.5vw 0;
}
.RighInfo002852 .lm-title
{
    margin-bottom: 40px;
}
.RighInfo002852 .intro-main
{
    padding-bottom: 0;
}
.RighInfo002852 .intro-main .pic img
{
    display: block;
    width: 100%;
}
.RighInfo002852 .singlePage
{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.RighInfo002852 .title-css
{
    padding: 1vw 0;
}
.RighInfo002852 .title-css span
{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #ea5433;
    font-size: 24px;
    color: #ea5433;
}
@media(min-width: 641px)
{
    .RighInfo002852 .intro-main .left
    {
        float: left;
        width: 62%;
    }
    .RighInfo002852 .intro-main .pic
    {
        float: right;
        width: 30%;
    }
}
@media(max-width: 640px)
{
    .RighInfo002852 .intro-main .pic
    {
        width: 80%;
        margin: 0 auto;
    }
}
@media(max-width: 480px)
{
    .RighInfo002852 .title-css span
    {
        font-size: 18px;
    }
}
.Floor003006
{
    position: relative;
    z-index: 1;
    padding: 5.5vw 0;
    overflow: hidden;
}
.Floor003006 .list
{
    position: relative;
    margin-top: 5%;
}
.Floor003006 .list .tit
{
    text-align: center;
    padding: 10px 20px;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 30px 52px #fff;
    color: #333;
    border-radius: 10%;
}
.Floor003006 .list .tit b
{
    color: #22943a;
    padding: 0 10px;
    font-size: 60px;
    font-family: Arial;
}
.Floor003006 .list::after, .Floor003006 .list::before
{
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    width: 30%;
    height: 100%;
    top: 0;
    max-width: 160px;
    background: -moz-linear-gradient(left,rgba(255,255,255,1) 10%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,1) 10%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,1) 10%,rgba(255,255,255,.6) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ffffff00',GradientType=1);
}
.Floor003006 .list::after
{
    right: 0;
    transform: rotateY(180deg);
    left: auto;
}
.Floor003006 .list li
{
    display: block;
    min-width: 2364px;
}
.Floor003006 .list li+li
{
    margin-top: 1.5%;
}
.Floor003006 .list li:nth-child(2n)
{
    margin-left: 15%;
}
.Floor003006 .list li img
{
    max-height: 101px;
    max-width: 100%!important;
}
@media(max-width: 1024px)
{
    .Floor003006 .list .tit
    {
        font-size: 6vw;
    }
    .Floor003006 .list .tit b
    {
        font-size: 10vw;
    }
}
.Floor003006 .wapList
{
    display: none;
}
@media(max-width: 640px)
{
    .Floor003006 .list
    {
        display: none;
    }
    .Floor003006 .wapList
    {
        display: block;
    }
}
.Application
{
    padding: 4.5vw 0;
}
.Application .title
{
    margin-bottom: .6em;
    font-size: 2em;
    color: #333;
    line-height: 1;
    font-weight: bold;
}
.Application .title::after
{
    content: '';
    width: 30px;
    height: 3px;
    background: #22943a;
    display: block;
    margin-top: 12px;
}
.Application .txt .tit
{
    font-size: 1.125em;
    color: #333;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    padding-left: 1.25em;
}
.Application .txt .tit:before
{
    width: 8px;
    height: 8px;
    content: '';
    border-radius: 50%;
    background: #22943a;
    position: absolute;
    left: 0;
    top: .65em;
}
.Application .txt p
{
    margin: 0;
    padding: .625em 0;
    font-size: 1em;
    line-height: 1.8;
}
.Application .ytable
{
    padding: 2% 0;
    background: #f6f6f6;
}
@media(min-width: 1025px)
{
    .Application .txt
    {
        padding: 0 2vw 0 3.2vw;
    }
}
@media(max-width: 1024px)
{
    .Application .ytable-cell
    {
        display: block;
    }
    .Application .txt
    {
        padding: 2vw;
    }
}
.caselist
{
    padding: 0 0 4.5vw 0;
}
.caselist .item
{
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.caselist .item:not(:last-child)
{
    margin-bottom: 30px;
}
.caselist .item a:hover
{
    color: #22943a;
}
.caselist .item .pic
{
    overflow: hidden;
}
.caselist .item .Ispic
{
    padding-bottom: 68%;
    transition: .3s;
}
.caselist .item a:hover .Ispic
{
    transform: scale(1.1);
}
.caselist .txt .inner
{
    padding: 0 0 0 3vw;
}
.caselist .txt p
{
    line-height: 2;
    max-height: 6em;
    color: #666;
}
.caselist .tit
{
    font-size: 24px;
    line-height: 1.6;
}
.caselist .item .more
{
    display: inline-block;
    color: #999;
    font-size: 1em;
}
.caselist .item a:hover .more
{
    color: #22943a;
}
.caselist .item a:hover .pic
{
    box-shadow: 0 3px 25px rgb(0 0 0/.2);
}
@media(min-width: 1025px)
{
    .caselist .pic
    {
        width: 25%;
    }
}
@media(min-width: 641px) and (max-width: 1024px)
{
    .caselist .pic
    {
        width: 50%;
    }
    .caselist .tit
    {
        font-size: 3vw;
    }
}
@media(max-width: 640px)
{
    .caselist .ytable, .caselist .ytable-cell
    {
        display: block;
    }
    .caselist .txt .inner
    {
        padding: 5vw;
        font-size: 3.5vw;
    }
    .caselist .tit
    {
        font-size: 5vw;
    }
}
.popUp-box
{
    position: fixed;
    left: -100%;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    overflow: auto;
    z-index: 200;
}
.popUp-box.show
{
    left: 0;
}
.popUp-box .ytable
{
    height: 100%;
}
.popUp-box .main
{
    position: relative;
    max-width: 1300px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}
.popUp-box .main .colse
{
    position: absolute;
    width: 1.5625em;
    height: 1.5625em;
    right: 1.25em;
    top: 1.25em;
    background: url(/en/common/images/close.svg) no-repeat;
    background-size: contain;
    z-index: 10;
    cursor: pointer;
}
.popUp-box .main>div
{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.popUp-box[data-type="form"] .main>div
{
    max-width: 1082px;
}
.popUp-box .name
{
    font-size: 2em;
    color: #333;
    padding: 1em 0;
    text-align: center;
}
.popUp-box[data-type="form"] .name
{
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
}
.popUp-box .edit-info
{
    font-size: 1em;
    line-height: 2;
    color: #333;
    padding: 1em 0;
}
.PicList002797
{
    padding: 4.5vw 0;
}
.PicList002797 li
{
    float: left;
    width: 23.5%;
    margin: 0 2% 2% 0;
    box-shadow: 0 3px 29px -8px rgb(192 196 204/71%);
}
.PicList002797 li:nth-child(4n)
{
    margin-right: 0;
}
.PicList002797 li a
{
    display: block;
    position: relative;
}
.PicList002797 li h4, .PicList002797 li h3, .PicList002797 li h5
{
    margin: 0;
    text-align: center;
    font-weight: normal;
}
.PicList002797 li .pic
{
    overflow: hidden;
}
.PicList002797 li .Ispic
{
    padding-bottom: 87%;
    transition: .3s;
}
.PicList002797 li a:hover .Ispic
{
    transform: scale(1.1);
}
.PicList002797 li .txt
{
    padding: 4% 2%;
    transition: .3s;
    border-top: 1px solid #eee;
}
.PicList002797 li p
{
    font-size: 1em;
    color: #999;
    margin: 0;
    text-align: center;
}
.PicList002797 li h3
{
    font-size: 1.25em;
    line-height: 1.6;
    color: #333;
    margin-bottom: .6em;
}
.PicList002797 li a:hover .txt h3
{
    color: #22943a;
}
.PicList002797 li .hover
{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,141,210,.9);
    z-index: 10;
    transition: .3s;
    color: #fff;
    border-radius: 10px;
}
.PicList002797 li:hover a .hover
{
    opacity: 1;
}
.PicList002797 li aside
{
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.PicList002797 li .hover h5
{
    font-size: 24px;
}
.PicList002797 li .hover i
{
    display: block;
    height: 2px;
    background: #fff;
    width: 48px;
    margin: 14px auto 20px;
}
.PicList002797 li .hover p
{
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}
.PicList002797 .more
{
    display: block;
    text-align: center;
    margin-top: 50px;
}
.PicList002797 .more span
{
    display: inline-block;
    padding-left: 40px;
    padding-right: 64px;
    line-height: 40px;
    background: url(/en/common/images/PicList002797-more.png)no-repeat 74% center #f1af48;
    border-radius: 5px;
    transition: all .5s ease-out 0s;
}
.PicList002797 .more span:hover
{
    padding-left: 50px;
    padding-right: 74px;
}
@media(max-width: 1000px)
{
    .PicList002797 li
    {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
@media(max-width: 640px) and (min-width: 376px)
{
    .PicList002797 li .hover img
    {
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 480px)
{
    .PicList002797 li
    {
        float: none;
        width: auto;
    }
    .PicList002797 li h3, .PicList002797 li .hover h5
    {
        font-size: 14px;
    }
    .PicList002797 li .hover h5
    {
        line-height: 20px;
        max-height: 40px;
    }
}
.PicList0027974
{
    padding: 4.5vw 0;
}
.PicList0027974 li
{
    float: left;
    width: 30.6%;
    margin: 0 4% 4% 0;
    box-shadow: 0 3px 29px -8px rgb(192 196 204/71%);
}
.PicList0027974 li:nth-child(3n)
{
    margin-right: 0;
}
.PicList0027974 li a
{
    display: block;
    position: relative;
}
.PicList0027974 li h4, .PicList0027974 li h3, .PicList0027974 li h5
{
    margin: 0;
    text-align: left;
    font-weight: normal;
}
.PicList0027974 li .pic
{
    overflow: hidden;
}
.PicList0027974 li .Ispic
{
    padding-bottom: 72%;
    transition: .3s;
}
.PicList0027974 li a:hover .Ispic
{
    transform: scale(1.1);
}
.PicList0027974 li .txt
{
    padding: 5% 6%;
    transition: .3s;
    border-top: 1px solid #eee;
}
.PicList0027974 li p
{
    font-size: 1em;
    color: #999;
    margin: 0;
    text-align: center;
}
.PicList0027974 li h3
{
    font-size: 1.25em;
    line-height: 1.6;
    color: #333;
    margin-bottom: .2em;
}
.PicList0027974 li a:hover .txt h3
{
    color: #22943a;
}
.PicList0027974 li h3 span
{
    float: right;
}
.PicList0027974 li .hover
{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0,141,210,.9);
    z-index: 10;
    transition: .3s;
    color: #fff;
    border-radius: 10px;
}
.PicList0027974 li:hover a .hover
{
    opacity: 1;
}
.PicList0027974 li aside
{
    position: absolute;
    left: 10%;
    width: 80%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.PicList0027974 li .hover h5
{
    font-size: 24px;
}
.PicList0027974 li .hover i
{
    display: block;
    height: 2px;
    background: #fff;
    width: 48px;
    margin: 14px auto 20px;
}
.PicList0027974 li .hover p
{
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    max-height: 90px;
    overflow: hidden;
}
.PicList0027974 .more
{
    display: block;
    text-align: center;
    margin-top: 50px;
}
.PicList0027974 .more span
{
    display: inline-block;
    padding-left: 40px;
    padding-right: 64px;
    line-height: 40px;
    background: url(/en/common/images/PicList002797-more.png)no-repeat 74% center #f1af48;
    border-radius: 5px;
    transition: all .5s ease-out 0s;
}
.PicList0027974 .more span:hover
{
    padding-left: 50px;
    padding-right: 74px;
}
@media(max-width: 1000px)
{
    .PicList0027974 li
    {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
@media(max-width: 640px) and (min-width: 376px)
{
    .PicList0027974 li .hover img
    {
        width: 50px;
        height: 50px;
    }
}
@media(max-width: 480px)
{
    .PicList0027974 li
    {
        float: none;
        width: auto;
    }
    .PicList0027974 li h3, .PicList0027974 li .hover h5
    {
        font-size: 14px;
    }
    .PicList0027974 li .hover h5
    {
        line-height: 20px;
        max-height: 40px;
    }
}
.RighInfo003134
{
    padding: 4.5vw 0 0 0;
}
.RighInfo003134 .img-side
{
    border: solid 1px #f2f2f2;
    margin-bottom: 4em;
}
.RighInfo003134 .img-side .ytable-cell
{
    padding-bottom: 3em;
}
.RighInfo003134 .img-group li .Ispic
{
    background-size: contain;
    padding-bottom: 70%;
}
.RighInfo003134 .controls
{
    display: table;
    position: relative;
    padding: 0 56px;
    margin: 3.125em auto 0;
}
.RighInfo003134 .controls .slick-dots li
{
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    margin: 0 5px;
}
.RighInfo003134 .controls .slick-dots li button
{
    position: absolute;
    background: rgba(0,0,0,.2);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 0;
    cursor: pointer;
    border: 0;
    font-size: 0;
    padding: 0;
    transition: .3s;
}
.RighInfo003134 .controls .slick-dots li.slick-active button
{
    background-color: #22943a;
    width: 100%;
    height: 100%;
}
.RighInfo003134 .controls .slick-arrow
{
    position: absolute;
    top: 50%;
    width: 25px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5px;
}
.RighInfo003134 .controls .slick-prev
{
    left: 0;
    background-image: url(/en/common/images/RighInfo003134-btn-prev.svg);
}
.RighInfo003134 .controls .slick-next
{
    right: 0;
    background-image: url(/en/common/images/RighInfo003134-btn-next.svg);
}
.RighInfo003134 .controls .slick-disabled
{
    cursor: default;
}
.RighInfo003134 .controls .slick-prev.slick-disabled
{
    background-image: url(/en/common/images/RighInfo003134-btn-prev-disabled.svg);
}
.RighInfo003134 .controls .slick-next.slick-disabled
{
    background-image: url(/en/common/images/RighInfo003134-btn-next-disabled.svg);
}
.RighInfo003134 .img-side .txt
{
    text-align: left;
}
.RighInfo003134 .img-side .tit
{
    font-size: 2em;
    color: #333;
    margin-bottom: .6em;
}
.RighInfo003134 .img-side .tit2
{
    font-size: 1.25em;
    color: #999;
    padding: 1em 0 .6em 0;
}
.RighInfo003134 .img-side .text
{
    font-size: 1em;
    color: #666;
    line-height: 2;
}
.RighInfo003134 .img-side .line
{
    width: 30px;
    height: 2px;
    background-color: #22943a;
    display: block;
}
.RighInfo003134 .img-side .btn
{
    margin-top: 3.2em;
}
.RighInfo003134 .img-side .btn a
{
    display: inline-block;
    font-size: 1em;
    color: #fff;
    box-shadow: 0 10px 30px rgba(218,37,29,.08);
    border-radius: 50px;
    margin: 0 5px;
    min-width: 10.5em;
    text-align: center;
    line-height: 3.2;
    padding: 0 1.8125em;
    cursor: pointer;
}
.RighInfo003134 .img-side .btn a.download
{
    background-color: #22943a;
}
.RighInfo003134 .img-side .btn a.download2
{
    background-color: #6e6e6e;
}
.RighInfo003134 .img-side .btn a.download:hover
{
    opacity: .8;
}
.RighInfo003134 .prod-intro .name
{
    border-bottom: 1px solid #efefef;
    font-size: 1.5em;
    padding-bottom: .666em;
    color: #333;
    line-height: 2;
}
.RighInfo003134 .prod-intro .name i
{
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: #008b40;
    display: inline-block;
    vertical-align: top;
    margin-right: .625em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
}
.RighInfo003134 .prod-intro .name-1 i
{
    background-image: url(/en/common/images/RighInfo003134-icon-file.svg);
}
.RighInfo003134 .prod-intro .name-2 i
{
    background-image: url(/en/common/images/RighInfo003134-title-icon.svg);
}
.RighInfo003134 .prod-intro .singlePage
{
    line-height: 2;
    margin: 1em 0 2em 0;
    color: #333;
}
@media(min-width: 1025px)
{
    .RighInfo003134 .img-group
    {
        width: 40%;
        border-right: solid 1px #f2f2f2;
    }
    .RighInfo003134 .img-side .ytable-cell
    {
        padding-top: 4em;
    }
    .RighInfo003134 .img-side .txt
    {
        padding: 0 4%;
    }
}
@media(max-width: 1024px)
{
    .RighInfo003134 .img-side
    {
        padding: 2em;
    }
    .RighInfo003134 .img-side .btn a
    {
        min-width: calc(50% - 10px);
        padding: 0;
    }
}
.RighInfo003134 .popUp-box
{
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.RighInfo003134 .popUp-box>.ytable
{
    height: 100%;
}
.RighInfo003134 .popUp-box .main
{
    background: #fff url(/en/common/images/RighInfo003134-bg.jpg) no-repeat;
    background-size: cover;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}
.RighInfo003134 .popUp-box .close
{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}
.RighInfo003134 .popUp-box .close:before, .RighInfo003134 .popUp-box .close:after
{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #000;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg);
}
.RighInfo003134 .popUp-box .close:after
{
    transform: rotate(45deg);
}
.RighInfo003134 .popUp-box .logo img
{
    height: 1.9375em;
}
.RighInfo003134 .popUp-box .title
{
    font-family: 'SourceHanSansCN-Medium';
    font-size: 1.875em;
    color: #333;
    line-height: 1.3333;
    margin-top: .3em;
}
.RighInfo003134 .popUp-box .title:after
{
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #da251d;
    margin: 1em 0;
}
.RighInfo003134 .popUp-box .left p
{
    font-size: 1.5em;
    line-height: 1.66666;
    color: #333;
    font-family: 'SourceHanSansCN-Light';
}
.RighInfo003134 .popUp-box .form li
{
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}
.RighInfo003134 .popUp-box .form li label.tit
{
    position: absolute;
    left: 1.21428em;
    top: 0;
    font-size: .875em;
    line-height: 3.5714em;
}
.RighInfo003134 .popUp-box .form li .text
{
    border: solid 1px rgba(139,139,139,.2);
    width: 100%;
    font-size: 1em;
    height: 3.125em;
    line-height: 3.125em;
    border-radius: .625em;
    padding: 0 1.0625em;
}
.RighInfo003134 .popUp-box .form li.code dl
{
    overflow: hidden;
}
.RighInfo003134 .popUp-box .form li.code dl dt
{
    position: relative;
    width: 60%;
    float: left;
}
.RighInfo003134 .popUp-box .form li.code dl dd
{
    width: 38%;
    float: right;
}
.RighInfo003134 .popUp-box .form li.code dl dd a
{
    display: block;
    cursor: pointer;
    background-color: #6e6e6e;
    border-radius: 10px;
    color: #fff;
    font-size: .875em;
    line-height: 3.5714em;
    text-align: center;
}
.RighInfo003134 .popUp-box .form ol .btn
{
    display: block;
    width: 100%;
    background: #008b40;
    border: 0;
    cursor: pointer;
    border-radius: .625em;
    height: 3.125em;
    color: #fff;
    font-family: 'SourceHanSansCN-Light';
    font-size: 1em;
}
@media(min-width: 1025px)
{
    .RighInfo003134 .popUp-box .main
    {
        padding: 10.9375vh 8.25em;
    }
    .RighInfo003134 .popUp-box .main .ytable-cell
    {
        width: 50%;
    }
}
@media(max-width: 1024px)
{
    .RighInfo003134 .popUp-box .main
    {
        padding: 2em;
    }
    .RighInfo003134 .popUp-box .main .ytable
    {
        max-height: 85vh;
        overflow: auto;
    }
}
.ProInfo .box
{
    padding: 4.5vw 0;
    overflow: hidden;
}
.ProInfo .title
{
    line-height: 1;
    font-size: 38px;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}
.ProInfo .box-2
{
    background: #f6f6f6;
}
.ProInfo .box-2 .list ul
{
    margin: 0 auto;
    text-align: center;
}
.ProInfo .box-2 .list li
{
    width: 18.5%;
    display: inline-block;
    background: #fff;
    padding: 30px 30px;
    margin-right: 1%;
    vertical-align: top;
    text-align: center;
    min-height: 16.2em;
}
.ProInfo .box-2 .list li:nth-child(5n)
{
    margin-right: 0;
}
.ProInfo .box-2 .list li aside
{
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: 1px solid #008b40;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}
.ProInfo .box-2 .list li aside img
{
    max-height: 2.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.ProInfo .box-2 .list li .txt
{
    padding-top: 20px;
}
.ProInfo .box-2 .list li p
{
    margin: 0;
    font-size: 1em;
    line-height: 2;
    color: #333;
}
.ProInfo .box-3 .slick-list
{
    overflow: hidden;
    padding: 2% 0;
}
.ProInfo .box-3 ul
{
    margin: 0 -10px;
}
.ProInfo .box-3 .slick-slide
{
    opacity: 0;
    transition: .3s;
}
.ProInfo .box-3 .slick-active
{
    opacity: 1;
}
.ProInfo .box-3 a
{
    display: block;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 3px 29px -8px rgb(192 196 204/71%);
    text-align: center;
}
.ProInfo .box-3 .pic
{
    background: #fff;
    position: relative;
}
.ProInfo .box-3 .pic .Ispic
{
    margin: 0 auto;
    padding-bottom: 72%;
}
.ProInfo .box-3 .tit
{
    border-top: 1px solid #eee;
    line-height: 4.625;
    position: relative;
    font-size: 1em;
}
.ProInfo .box-3 .tit aside
{
    padding: 0 1.1875em;
    color: #333;
}
.ProInfo .box-3 .slick-slide.slick-active a:hover .tit aside
{
    color: #008b40;
}
.ProInfo .slick-arrow
{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f6f6f6;
    z-index: 2;
    position: absolute;
    top: calc(50%);
    transform: translateY(-50%);
}
.ProInfo .slick-arrow:before
{
    position: absolute;
    content: '';
    width: 20%;
    height: 20%;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: 40%;
    top: 40%;
}
.ProInfo .slick-next:before
{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}
.ProInfo .slick-prev
{
    left: -4%;
}
.ProInfo .slick-next
{
    right: -4%;
}
.ProInfo .slick-arrow:hover
{
    background: #008b40;
}
.ProInfo .slick-arrow:hover:before
{
    border-color: #fff;
}
@media(max-width: 1024px)
{
    .ProInfo .title
    {
        font-size: 6vw;
        margin: 4vw 0;
    }
    .ProInfo .box-2 .list ul
    {
        display: flex;
        flex-wrap: wrap;
    }
    .ProInfo .box-2 .list li
    {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .ProInfo .box-2 .list li:nth-child(5n)
    {
        margin-right: 3%;
    }
    .ProInfo .box-2 .list li:nth-child(2n)
    {
        margin-right: 0;
    }
}
.Honor
{
    padding: 5.2vw 0;
    background: url("../image/honor_bg.jpg") no-repeat center;
}
.Honor .lm-title
{
    position: relative;
}
.Honor .btn
{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.Honor .slider .slick-slide
{
    transition: .3s;
}
.Honor .slider .pic
{
    padding: 4%;
    background: #fff;
}
.Honor .slider figure
{
    padding-bottom: 135%;
    background-size: contain;
}
.Honor .slick-arrow
{
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #dadada;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    position: relative;
    transition: .3s;
}
.Honor .slick-arrow:before
{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    transition: .3s;
}
.Honor .slick-prev:before
{
    margin-left: -3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.Honor .slick-next:before
{
    margin-left: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-color: #fff;
}
.Honor .slick-prev
{
    background-color: #fff;
}
.Honor .slick-next
{
    float: right;
    margin-left: 20px;
    border: 0;
    background-color: #22943a;
}
.Honor .slick-prev:hover
{
    background-color: #22943a;
}
.Honor .slick-prev:hover:before
{
    border-color: #fff;
}
@media(min-width: 1025px)
{
    .Honor .slider .slick-track
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .Honor .slider .slick-slide
    {
        text-align: center;
    }
    .Honor .slider .slick-slide a
    {
        display: inline-block;
        width: 100%;
    }
    .Honor .slick-current.slick-center a
    {
        transition: .3s;
    }
    .Honor .slider .slick-slide.pre-scale1 a, .Honor .slider .slick-slide.next-scale1 a
    {
        width: 80%;
    }
    .Honor .slider .slick-slide.pre-scale2 a, .Honor .slider .slick-slide.next-scale2 a
    {
        width: 60%;
    }
}
@media(max-width: 1024px)
{
    .Honor .btn
    {
        margin-top: -20px;
    }
    .Honor .slider li .inner
    {
        padding: 0 10px;
    }
    .Honor .slick-arrow
    {
        width: 40px;
        height: 40px;
    }
    .Honor .slick-next
    {
        margin-left: 10px;
    }
    .Honor .slider li .txt
    {
        font-size: 80px;
    }
}
.TextList000591
{
    padding: 2% 0;
}
.TextList000591 ul
{
    padding: 0 2%;
    background-color: #fff;
}
.TextList000591 li
{
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
}
.Floor001777
{
    padding: 5.2vw 0;
    background: url("../image/honor_bg.jpg") no-repeat center;
}
.Floor001777 .lm-title
{
    position: relative;
}
.Floor001777 .btn
{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.Floor001777 .btn>div
{
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #dadada;
    border-radius: 50%;
    cursor: pointer;
    background: none;
    position: relative;
    transition: .3s;
}
.Floor001777 .btn>div:before
{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    top: 50%;
    left: 50%;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    transition: .3s;
}
.Floor001777 .btn .Floor001777-prev:before
{
    margin-left: -3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}
.Floor001777 .btn .Floor001777-next:before
{
    margin-left: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-color: #fff;
}
.Floor001777 .btn .Floor001777-prev
{
    background-color: #fff;
}
.Floor001777 .btn .Floor001777-next
{
    float: right;
    margin-left: 20px;
    border: 0;
    background-color: #22943a;
}
.Floor001777 .btn .Floor001777-prev:hover
{
    background-color: #22943a;
}
.Floor001777 .btn .Floor001777-prev:hover:before
{
    border-color: #fff;
}
.Floor001777 .auto .bg::before
{
    position: absolute;
    content: '';
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    background: url(/en/common/images/Floor001777-listbg.jpg) no-repeat center bottom #fff;
}
.Floor001777 li h3
{
    display: none;
    position: absolute;
    top: 103%;
    text-align: center;
    font-size: 1.375em;
    font-weight: normal;
    margin: 0;
    left: -20%;
    width: 140%;
    line-height: 46px;
}
.Floor001777 li h3 a
{
    color: #333;
}
.Floor001777 li.swiper-slide-active h3
{
    display: block;
}
.Floor001777 li .pic
{
    padding: 4%;
    padding-bottom: 142%;
}
.Floor001777 li .pic .inner
{
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
}
.Floor001777 li .pic .inner em
{
    position: relative;
    display: block;
    padding-bottom: 120%;
    background: #fff;
}
.Floor001777 li figure
{
    position: absolute;
    width: 76%;
    height: 86%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-size: contain;
}
.Floor001777 li.swiper-slide-active .inner
{
    opacity: 1;
    width: 122%;
    margin-left: -11%;
    max-width: none;
}
.Floor001777 li.swiper-slide-next .inner, .Floor001777 li.swiper-slide-prev .inner
{
    width: 75%;
}
.Floor001777 li.swiper-slide-next-2 .inner, .Floor001777 li.swiper-slide-prev-2 .inner
{
    width: 60%;
}
.Floor001777 li.swiper-slide-prev .inner
{
    left: -10%;
}
.Floor001777 li.swiper-slide-next .inner
{
    left: auto;
    right: -10%;
}
.Floor001777 li.swiper-slide-prev-2 .inner
{
    left: 10%;
}
.Floor001777 li.swiper-slide-next-2 .inner
{
    left: auto;
    right: 10%;
}
.Floor001777 li.swiper-slide-prev-3 .inner
{
    left: auto;
    right: 5%;
}
.Floor001777 li.swiper-slide-next-3 .inner
{
    left: 5%;
}
.Floor001777 .swiper-container
{
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 2%;
    padding-bottom: 6%;
}
.Floor001777 .swiper-container-android .swiper-slide, .Floor001777 .swiper-wrapper
{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.Floor001777 .swiper-wrapper, .Floor001777 .swiper-slide
{
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.Floor001777 .swiper-wrapper
{
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.Floor001777 .swiper-slide
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media(max-width: 640px)
{
    .Floor001777 .title b
    {
        font-size: 40px;
    }
    .Floor001777 .Floor001777-prev
    {
        left: 2%;
    }
    .Floor001777 .Floor001777-next
    {
        right: 2%;
    }
    .Floor001777 .swiper-container
    {
        padding-top: 6%;
        padding-bottom: 18%;
    }
    .Floor001777 li.swiper-slide-next .inner
    {
        right: 5%;
    }
    .Floor001777 li.swiper-slide-prev .inner
    {
        left: 5%;
    }
    .Floor001777 li.swiper-slide-next .inner, .Floor001777 li.swiper-slide-prev .inner
    {
        width: 65%;
    }
    .Floor001777 .auto .bg:before
    {
        background-size: 58% auto;
    }
    .Floor001777 .btn>div
    {
        width: 36px;
        height: 36px;
    }
    .Floor001777 li h3 a
    {
        font-size: .85em;
    }
}
@media(max-width: 480px)
{
    .Floor001777 .more
    {
        font-size: 14px;
    }
    .Floor001777 .Floor001777-next, .Floor001777 .Floor001777-prev
    {
        height: 30px;
        width: 20px;
    }
}
@media(max-width: 375px)
{
    .Floor001777 .title b
    {
        font-size: 30px;
    }
    .Floor001777 .title h3
    {
        font-size: 18px;
    }
}
.Top003101 menu li .sub dl a
{
    font-size: 14px;
}
.Other002638 ul
{
    position: fixed;
    right: 2%;
    z-index: 110;
    top: 50%;
    margin-top: -67px;
}
.Other002638 li
{
    position: relative;
    margin: 1px 0;
}
.Other002638 li>a
{
    display: block;
    width: 40px;
    background: url(../image/Other002638_icon.png) no-repeat center top #22943a;
    transition: .3s;
    padding: 40px 14px 10px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    word-wrap: break-word;
}
.Other002638 li>a:hover
{
    opacity: .85;
}
.Other002638 .pop-up
{
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.Other002638 .pop-up .ytable
{
    height: 100%;
}
.Other002638 .pop-up .main
{
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 860px;
    background: #fff;
    border: 5px solid #22943a;
    border-radius: 10px;
    padding: 2%;
}
.Other002638 .pop-up .close
{
    position: absolute;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: #22943a;
    cursor: pointer;
}
.Other002638 .pop-up .close::before, .Other002638 .pop-up .close::after
{
    position: absolute;
    content: '';
    left: 20%;
    top: 50%;
    width: 60%;
    height: 3px;
    background: #fff;
    margin-top: -1px;
    transform: rotate(-45deg);
}
.Other002638 .pop-up .close::before
{
    transform: rotate(45deg);
}
.Other002638 .pop-up#form .tit
{
    text-align: center;
    color: #333;
    font-size: 22px;
}
.Other002638 .pop-up#form .tit:after
{
    content: '';
    width: 30px;
    height: 3px;
    background: #22943a;
    display: block;
    margin: 13px auto 24px;
}
.Other002638 .pop-up#form dd
{
    width: 48%;
    float: left;
    padding-bottom: 25px;
}
.Other002638 .pop-up#form dd:nth-child(2), .Other002638 .pop-up#form dd:nth-child(4)
{
    float: right;
}
.Other002638 .pop-up#form dd.li2
{
    width: 100%;
    text-align: center;
}
.Other002638 .pop-up#form dd .text
{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    border-radius: 3px;
    background: none;
    font-size: 16px;
}
.Other002638 .pop-up#form dd textarea.text
{
    height: 110px;
}
.Other002638 .pop-up#form dd .btn
{
    cursor: pointer;
    border-radius: 5px;
    background: #22943a;
    color: #fff;
    height: 48px;
    border: none;
    padding: 0 45px;
    font-size: 16px;
    border: none;
}
@media(max-width: 640px)
{
    .Other002638 ul
    {
        top: auto;
        margin-top: 0;
        bottom: 2%;
    }
}
.subNav
{
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.15);
}
.subNav a
{
    display: inline-block;
    margin: 0 14px;
}
.subNav a:hover, .subNav a.aon
{
    color: #22943a;
}
.subNav a .icon
{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.subNav a .icon figure
{
    width: 100%;
    height: 100%;
}
.subNav a p
{
    margin: 0;
    padding-top: 10px;
}
.subNav a:hover .icon figure, .subNav a.aon .icon figure
{
    display: none;
}
.subNav a:hover .icon .hover, .subNav a.aon .icon .hover
{
    display: block;
}
@media(min-width: 1025px)
{
    .subNav a .icon .hover
    {
        display: none;
    }
}
@media(max-width: 1024px)
{
    .subNav a .icon .hover
    {
        display: none;
    }
    .subNav a
    {
        width: 27%;
        margin: 0 10px;
        vertical-align: top;
        margin-bottom: 10px;
    }
}
