
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Medium.eot');
    src: local('AvantGardeITCbyBT-Medium'), url('../fonts/AvantGardeITCbyBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Medium.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Medium.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Medium.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Medium.svg#AvantGardeITCbyBT-Medium') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Barlow Semi Condensed';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/BarlowSemiCondensed-Bold.eot');
    src: local('Barlow Semi Condensed Bold'), local('BarlowSemiCondensed-Bold'), url('../fonts/BarlowSemiCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowSemiCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-Bold.woff') format('woff'), url('../fonts/BarlowSemiCondensed-Bold.ttf') format('truetype'), url('../fonts/BarlowSemiCondensed-Bold.svg#BarlowSemiCondensed-Bold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Barlow Semi Condensed';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/BarlowSemiCondensed-SemiBold.eot');
    src: local('Barlow Semi Condensed SemiBold'), local('BarlowSemiCondensed-SemiBold'), url('../fonts/BarlowSemiCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowSemiCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowSemiCondensed-SemiBold.woff') format('woff'), url('../fonts/BarlowSemiCondensed-SemiBold.ttf') format('truetype'), url('../fonts/BarlowSemiCondensed-SemiBold.svg#BarlowSemiCondensed-SemiBold') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'EmpireBuilder';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/EmpireBuilder.eot');
    src: local('EmpireBuilder'), url('../fonts/EmpireBuilder.eot?#iefix') format('embedded-opentype'), url('../fonts/EmpireBuilder.woff2') format('woff2'), url('../fonts/EmpireBuilder.woff') format('woff'), url('../fonts/EmpireBuilder.ttf') format('truetype'), url('../fonts/EmpireBuilder.svg#EmpireBuilder') format('svg');
    font-display: swap;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button


{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{

    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.img-box
{
    position: relative;

  

    height: 0;
    padding-bottom: 10%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
 
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    p
    {
        font-size: 14px;
        line-height: 26px;
    }
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100px;
    padding: 0 4%;

    -webkit-transition: all .6s;
            transition: all .6s;
    text-align: center;

    background-color: #fff;
}
@media (max-width: 1650px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;
    }
}
@media (max-width: 767px)
{
    .header
    {
        padding: 0 10px;
    }
}
.header-index
{
    top: 40px;
    left: 3%;
    width: 94%;
    padding: 0 4%;
}
@media (max-width: 1650px)
{
    .header-index
    {
        top: 30px;
        left: 1%;

        width: 98%;
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header-index
    {
        top: 10px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 50px;
    margin-top: 25px;

    -webkit-transition: all .6s;
            transition: all .6s;
}
@media (max-width: 1350px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 30px;
        margin-top: 15px;
    }
}
@media (max-width: 360px)
{
    .header .logo
    {
        height: 24px;
        margin-top: 18px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .language
{
    font-size: 16px;
    line-height: 100px;

    display: inline-block;
    float: right;

    margin-left: 20px;

    -webkit-transition: all .6s;
            transition: all .6s;

    color: #6aa847;
}
@media (max-width: 1199px)
{
    .header .language
    {
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .language
    {
        font-size: 13px;

        margin-left: 4px;
    }
}
.header .language:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    float: left;

    margin-right: 10px;

   
}
@media (max-width: 767px)
{
    .header .language:before
    {
        display: none;
    }
}
.header .erweima
{
    font-size: 24px;

    display: inline-block;
    float: right;
}
.header .erweima a
{
    line-height: 100px;

    position: relative;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .6s;
            transition: all .6s;


    color: #a4a4a4;
}
@media (max-width: 1199px)
{
    .header .erweima a
    {
        line-height: 60px;
    }
}
@media (max-width: 767px)
{
    .header .erweima a
    {
        padding: 0 10px;
    }
}
.header .erweima a:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.header .erweima a:after
{
    font-size: 20px;

    position: absolute;
    right: 0;

    content: '/';

    color: #c3c3c3;
}
@media (max-width: 767px)
{
    .header .erweima a:after
    {
        font-size: 14px;
    }
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 8px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        vertical-align: left;
    }
    .header .nav a:hover
    {
        color: #6aa847;

    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(19, 84, 148, .9);
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;


        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        font-size: 0;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 100px;

        position: relative;

        display: inline-block;
        overflow: hidden;

        padding: 0 44px;

        -webkit-transition: all .4s;
                transition: all .4s;

    }
    .header .nav .nav-list1 > li > a:before
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 0;
        height: 4px;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;

        background-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494));
        background-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e);
        background-image:         linear-gradient(to right, #6aa847, #5e97d0,#ed7e2e);
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #6aa847;
    }
    .header .nav .nav-list1 > li:hover > a:before,
    .header .nav .nav-list1 > li.active > a:before
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        min-width: 140px;
        padding: 20px 0;

        text-align: left;

        color: #666;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 4px 20px;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        text-decoration: underline;

        color: #6aa847;
    }
}
@media (min-width: 1200px) and (max-width: 1700px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;

        padding: 0 8px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: none;
    }
    .header .nav .nav-list2 a
    {
        font-size: 15px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a
    {
        margin-top: 0;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content:
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

        width: 100%;
        height: 100%;
        padding: 20px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #fff;
        background: #fafafa;
        background-color: #000;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 24px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top .nav-title,
    .header .nav-3 .nav-top .nav-title
    {
        font-size: 20px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 30px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    position: absolute;
    top: 50%;
    right: 0;

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    display: block;
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .find
{
    line-height: 100px;

    position: relative;

    display: inline-block;
    float: right;

    height: 100px;
    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #939393;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        height: 60px;
        margin: 0;
    }
}
@media (max-width: 767px)
{
    .header .find
    {
        padding: 0 10px;
    }
}
.header .find:before
{
    /* font-family: 'iconfont'; */
    /* font-size: 20px; */
    /* content: '\e660'; */
}
.header .find:after
{
    font-size: 20px;
    position: absolute;
    right: 0;
    /* content: '/'; */
    color: #c3c3c3;
}
@media (max-width: 767px)
{
    .header .find:after
    {
        font-size: 14px;
    }
}
.header .find:hover
{
    color: #6aa847;
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 100px;
    left: 0;

    display: none;

    width: 100%;
    padding: 14px 0;

    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
.header .open-search form
{
    position: relative;

    display: inline-block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}
.header .open-search form input
{
    line-height: 24px;

    width: 100%;
    padding: 4px 60px 4px 20px;

    border: 1px solid #dcdcdc;
    outline: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #666;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #666;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form .submit
{
    line-height: 32px;

    position: absolute;
    top: 0;
    right: 0;


    width: 40px;
    padding: 0;

    text-align: center;

    background: none;
}
.header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .open-search form .submit:hover
{
    color: #6aa847;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    text-align: right;
}
.header .open-search .search-close:hover
{
    color: #6aa847;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    margin-top: 15px;
}
@media (max-width: 1350px)
{
    .header.fixed-header .logo
    {
        margin-top: 20px;
    }
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header.fixed-header .logo
    {
        margin-top: 15px;
    }
}
@media (max-width: 360px)
{
    .header.fixed-header .logo
    {
        height: 24px;
        margin-top: 18px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 80px;

    height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.header.fixed-header .open-search
{
    top: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .open-search
    {
        top: 60px;
    }
}
.header.fixed-header .erweima a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .erweima a
    {
        line-height: 60px;
    }
}
.header.fixed-header .language
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language
    {
        line-height: 60px;
    }
}
.header.fixed-header .tel p
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .tel p
    {
        line-height: 60px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);


            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

        width: 40px;
        height: 50px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        left: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: -300px;

    padding-right: 5px;

    -webkit-transition: left .3s;
            transition: left .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #3d8216;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

    position: absolute;
    top: 4px;
    right: 0;

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #6aa847;
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #6aa847;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul

{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
	font-family: "Noto Sans SC";
}
.banner .item
{
    position: relative;
}
.banner .slickbanner
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 6;
    right: 10%;
    bottom: 30px;

    display: inline-block;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        right: 20%;
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 54px;

    background-color: #6aa847;
}
@media (max-width: 1199px)
{
    .banner .slick-dots li.slick-active
    {
        width: 24px;
    }
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 3%;

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    /* content: '\e601'; */
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;
    /* content: '\e827'; */
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);


    color: #fff;

}

.banner .texta
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);


    color: #fff;
	text-align:center;
}
@media (max-width: 991px)
{
    .banner .text
    {
        padding: 0 15%;
		top: 55%;
    }
}
@media (max-width: 767px)
{
    .banner .text
    {
        padding: 0 20%;
    }
}
.banner .text-1 h3
{
    font-size: 70px;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    /* border-bottom: 1px solid rgba(255, 255, 255, .3); */
}
.banner .text-1 h3 b
{
    font-family: 'EmpireBuilder';
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1600px)
{
    .banner .text-1 h3 b
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h3 b
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h3 b
    {
        font-size: 14px;
    }
}
.banner .text-1 h3:after
{
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    content: '';
    /* background-color: rgba(255, 255, 255, .5); */
}
@media (max-width: 1600px)
{
    .banner .text-1 h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h3
    {
        font-size: 18px;
    }
}
.banner .text-1 h4
{
    font-size: 24px;
    line-height: 1.4;

    max-width: 54%;
}
@media (max-width: 1470px)
{
    .banner .text-1 h4
    {
        max-width: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h4
    {
        font-size: 14px;

        max-width: 100%;
    }
}
.banner .text-1 p
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.44444444;

    max-width: 56%;
    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .banner .text-1 p
    {
        max-width: 56%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 p
    {
        display: none;


    }
}
.banner .text-2
{
    color: #333;
}
.banner .text-2 h2 b
{
    font-size: 34px;
    line-height: 40px;

    display: inline-block;

    padding: 10px 40px;

    color: #fff;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494));
    background-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e);
    background-image:         linear-gradient(to right, #6aa847, #5e97d0,#ed7e2e);
}
@media (max-width: 1600px)
{
    .banner .text-2 h2 b
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-2 h2 b
    {
        font-size: 24px;
        line-height: 30px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h2 b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h2 b
    {
        font-size: 18px;
    }
}
.banner .text-2 h3
{
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;

    display: inline-block;

    margin: 0;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(51, 51, 51, .5);
}
.banner .text-2 h3 b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 120px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;
    float: left;

    margin-right: 20px;

    vertical-align: middle;
}
@media (max-width: 1600px)
{
    .banner .text-2 h3 b
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-2 h3 b
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h3 b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
	 .banner .text-2 h3{
		 border-bottom: none;
	 }
    .banner .text-2 h3 b
    {
        font-size: 30px;

        margin-right: 10px;
    }
}
.banner .text-2 h3 span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33333333;

    display: block;
}
@media (max-width: 767px)
{
    .banner .text-2 h3 span
    {
        font-size: 12px;

        display: none;
    }
}
@media (max-width: 1600px)
{
    .banner .text-2 h3
    {
        font-size: 44px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-2 h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h3
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h3
    {
        font-size: 18px;
    }
}
.banner .text-2 p
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 16px;
    font-weight: normal;
    line-height: 1.44444444;

    max-width: 45%;
    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .banner .text-2 p
    {
        max-width: 54%;
    }
}
@media (max-width: 1199px)
{
    .banner .text-2 p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 p
    {
        display: none;
    }
}
.banner .text-3 h2 b
{
    font-size: 30px;
    line-height: 40px;

    display: inline-block;

    padding: 10px 40px;

    color: #fff;
    border-radius: 30px;
    background-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494));
    background-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e);
    background-image:         linear-gradient(to right, #6aa847, #5e97d0,#ed7e2e);
}
@media (max-width: 1600px)
{
    .banner .text-3 h2 b
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-3 h2 b
    {
        font-size: 24px;
        line-height: 30px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .banner .text-3 h2 b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 h2 b
    {
        font-size: 18px;
    }
}
.banner .text-3 h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 100px;

	line-height: 1;
    text-transform: uppercase;
}
@media (max-width: 1600px)
{
    .banner .text-3 h3
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-3 h3
    {
        font-size: 60px;
    }
}
@media (max-width: 991px)
{
    .banner .text-3 h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 h3
    {
        font-size: 18px;
    }
}
.banner .text-3 h4
{
    font-size: 70px;
}
@media (max-width: 1600px)
{
    .banner .text-3 h4
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-3 h4
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-3 h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text-3 h4
    {
        font-size: 18px;
    }
}
.banner-in
{
    padding-top: 100px;
}
@media (max-width: 1199px)
{
    .banner-in
    {
        padding-top: 70px;
    }
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in img
{
    width: 100%;
}
.banner-in .text-in
{
    position: absolute;
    top: 56%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.banner-in .text-in b
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: normal;
    line-height: 1.5;

    display: inline-block;

    padding-bottom: 10px;

    border-bottom: 3px solid #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-in b
    {
        font-size: 30px;

        border-bottom-width: 1px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 18px;
    }
}
.banner-in .text-in p
{
    font-size: 40px;
    line-height: 1.53846154;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .text-in p
    {
        font-size: 30px;

        display: block;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in p
    {
        font-size: 18px;

        display: block;
    }
}
.banner-in .text-product
{
    text-align: right;

    color: #135494;
}
.banner-in .text-product b
{
    border-bottom-color: #135494;
}
.banner-in .text-chairman
{
    position: absolute;
    top: 56%;
    right: 0;

    width: 50%;
    padding: 0 10%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 1600px)
{
    .banner-in .text-chairman
    {
        top: 60%;

        padding: 0 6%;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-chairman
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-chairman
    {
        position: relative;
        top: 0;

        width: 100%;
        padding: 0 15px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.banner-in .text-chairman .note
{
    padding: 30px 0;
}
@media (max-width: 1600px)
{
    .banner-in .text-chairman .note
    {
        padding: 10px 0;
    }
}
.banner-in .text-chairman .note p
{
    font-family: ;
    font-size: 18px;
    line-height: 32px;

    position: relative;

    margin: 4px 0;
    padding-left: 20px;

    color: rgba(255, 255, 255, .9);
}
@media (max-width: 1600px)
{
    .banner-in .text-chairman .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 1470px)
{
    .banner-in .text-chairman .note p
    {
        font-size: 14px;
        line-height: 28px;

        margin: 0;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-chairman .note p
    {
        line-height: 20px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-chairman .note p
    {
        color: #666;
    }
}
.banner-in .text-chairman .note p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #a1bbd4;
}
.banner-in .text-chairman .note-1
{
    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 767px)
{
    .banner-in .text-chairman .note-1
    {
        border-bottom-color: #dcdcdc;
    }
}
.banner-in .text-chairman .note-1 p
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .banner-in .text-chairman .note-1 p
    {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    .banner-chairman .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-chairman .slickbanner
    {
        width: 220%;
        max-width: 220%;
        margin-left: 0;
        padding-top: 60px;
    }
}
.banner .slick-current .text-1 h3,
.banner .slick-current .text-1 p
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-1 h4
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-2 h2,
.banner .slick-current .text-2 p
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-2 h3
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .slick-current .text-3 h3,
.banner .slick-current .text-3 h4
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.banner .slick-current .text-3 h2
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
.banner .btn-arrow
{
    position: absolute;
    z-index: 2;
    bottom: 30px;

    width: 100%;

    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .btn-arrow
    {
        bottom: 10px;
		display: none;
    }
}
.banner .btn-arrow a
{
    font-size: 16px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .banner .btn-arrow a
    {
        font-size: 14px;
    }
}
.banner .btn-arrow a .btn-iconfont
{
    display: block;

    width: 26px;
    height: 44px;
    margin: 0 auto;

    border: 2px solid #fff;
    border-radius: 20px;
}
.banner .btn-arrow a .btn-iconfont:before
{
    display: block;

    width: 4px;
    height: 10px;
    margin: 0 auto;

    content: '';
    -webkit-animation: barrow 2s linear infinite;
            animation: barrow 2s linear infinite;

    border-radius: 4px;
    background-color: #fff;
}
@-webkit-keyframes barrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
.barrow
{


    -webkit-animation-name: barrow;
            animation-name: barrow;
}
.home
{
    overflow: hidden;
    padding: 40px 0;
}
@media (max-width: 991px)
{
    .home
    {
        padding: 50px 0;
    }
}
.title
{
    /* text-align: center; */
}
.title h3
{
    font-family: 'Barlow Semi Condensed';
    font-size: 56px;
    font-weight: 600;
    line-height: 1;

    display: inline-block;

    margin: 0;

    text-transform: uppercase;

    color: #6aa847;
    background-image: -webkit-linear-gradient(left, #6aa847,#5e97d0,#ed7e2e );
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 1470px)
{
    .title h3
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 26px;
    }
}

.title h2
{
    font-size: 26px;
    line-height: 1.2;

    margin: 8px 0 0 0;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 18px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.home-about .title-about
{
    text-align: left;
}
.home-about .title-about h3
{
    font-family: 'Barlow Semi Condensed';
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-about .title-about h3
    {
        font-size: 46px;
    }
}
@media (max-width: 1199px)
{
    .home-about .title-about h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .home-about .title-about h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .home-about .title-about h3
    {
        font-size: 24px;
    }
}
.home-about .title-about h2
{
    font-size: 26px;
    line-height: 1.2;

    margin: 8px 0 0 0;
}
@media (max-width: 1199px)
{
    .home-about .title-about h2
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .home-about .title-about h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-about .title-about h2
    {
        font-size: 18px;
    }
}
.home-about .about
{
    margin-top: 70px;
}
@media (max-width: 1470px)
{
    .home-about .about
    {
        margin-top: 40px;
    }
}
@media (max-width: 1199px)
{
    .home-about .about
    {
        margin-top: 20px;
    }
}
.home-about .about .mask
{
    font-size: 28px;
    line-height: 1.64285714;
    display: inline-block;
    padding: 10px 20px;
    letter-spacing: 4px;
    color: #fff;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494));
    background-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e);
    background-image: linear-gradient(to right, #6aa847, #5e97d0,#ed7e2e);
}
@media (max-width: 1199px)
{
    .home-about .about .mask
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .mask
    {
        font-size: 16px;

        letter-spacing: 2px;
    }
}
.home-about .about .text
{
    max-width: 740px;
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .home-about .about .text
    {
        margin-top: 20px;
    }
}
.home-about .about .more
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .home-about .about .more
    {
        margin-top: 20px;
    }
}
.home-about .about .more a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
.home-about .about .more a:before
{
    /* font-family: 'iconfont' !important; */
    /* font-size: 20px; */
    /* float: left; */
    /* margin-right: 10px; */
    /* content: '\e707'; */
    background-image: -webkit-linear-gradient(right,#6aa847, #5e97d0,#ed7e2e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-about .about .more a:hover
{
    color: #6aa847;
}
.home-about .number
{
    position: relative;
}
.home-about .number .pic img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .home-about .number .pic img
    {
        max-width: 140%;
    }
}
.home-about .number > ul
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.home-about .number > ul > li
{
    margin: 50px 0;
}
@media (max-width: 767px)
{
    .home-about .number > ul > li
    {
        margin: 20px 0;
    }
}
.home-about .number > ul > li .item
{
    color: #135494;
}
.home-about .number > ul > li .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 80px;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .home-about .number > ul > li .item b
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .home-about .number > ul > li .item b
    {
        font-size: 40px;
    }
}
.home-service
{
    position: relative;

    padding: 0;
}
.home-service .pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .home-service .pic img
    {
        max-width: 160%;
        margin-left: -30%;
    }
}
.home-service .text
{
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
.home-service .text h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 84px;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 1660px)
{
    .home-service .text h3

    {
        font-size: 64px;
        font-size: 32px;
    }
}
@media (max-width: 1199px)
{
    .home-service .text h3
    {
        font-size: 54px;
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .home-service .text h3
    {
        font-size: 44px;
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-service .text h3
    {
        font-size: 24px;
        font-size: 18px;
    }
}
.home-service .text h3:after
{
    display: block;

    width: 70px;
    height: 4px;
    margin: 30px auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 1660px)
{
    .home-service .text h3:after
    {
        margin: 20px auto;
    }
}
@media (max-width: 767px)
{
    .home-service .text h3:after
    {
        width: 50px;
        margin: 10px auto;
    }
}
.home-service .text p
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1660px)
{
    .home-service .text p
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .home-service .text p
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .home-service .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-service .text p
    {
        font-size: 15px;
    }
}
.top-text
{
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.top-text p
{
    color: #666;
}
.home-product .slick-product
{
    margin: 0 -20px;
    margin-top: 40px;
    padding-bottom: 20px;
}
@media (max-width: 1199px)
{
    .home-product .slick-product
    {
        padding-bottom: 70px;
    }
}
.home-product .slick-product .slick-slide
{
    padding: 0 20px;
}
.home-product .slick-product .item
{
    display: block;
}
.home-product .slick-product .item .img-box
{
    padding-bottom: 65.30612245%;
}
.home-product .slick-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-product .slick-product .item .note{
	margin-top: 20px;
}
.home-product .slick-product .item .note b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    display: inline-block;
    overflow: hidden;
    padding: 10px 20px;
    color: #fff;
    border-radius: 6px;
    background-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494));
    background-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e);
    background-image: linear-gradient(to right, #6aa847, #3e6bad,#ed7e2e);
}
@media (max-width: 1470px)
{
    .home-product .slick-product .item .note b
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .home-product .slick-product .item .note b
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .home-product .slick-product .item .note b
    {
        font-size: 16px;
    }
}
.home-product .slick-product .item .note p
{
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .home-product .slick-product .item .note p
    {
        line-height: 24px;

        max-height: 72px;
    }
}
.home-product .slick-product .item .note span.more
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-top: 20px;

    color: #135494;
}
.home-product .slick-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-product .slick-product .item:hover .note span.more
{
    background-image: -webkit-linear-gradient(right,#6aa847, #5e97d0,#ed7e2e);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.home-product .slick-product .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    bottom: 0;
    left: -webkit-calc(50% - 50px);
    left:         calc(50% - 50px);

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #d0d0d0;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
}
.home-product .slick-product .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    /* content: '\e64a'; */
}
@media (max-width: 991px)
{
    .home-product .slick-product .slick-arrow:before
    {
        font-size: 30px;
    }
}
.home-product .slick-product .slick-arrow.slick-next
{
    right: -webkit-calc(50% - 50px);
    right:         calc(50% - 50px);
    left: auto;
}
.home-product .slick-product .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;
    /* content: '\e649'; */
}
.home-product .slick-product .slick-arrow:hover
{
    background-image: -webkit-linear-gradient(right,#6aa847, #5e97d0,#ed7e2e);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.home-strength
{
    background-color: #f9f9f9;
}
.home-strength .top-strength
{
    overflow: hidden;

    padding: 0 5%;
}
.home-strength .top-strength .title
{
    display: inline-block;

    text-align: left;
}
@media (max-width: 991px)
{
    .home-strength .top-strength .title
    {
        display: block;

        text-align: center;
    }
}
.home-strength .top-strength .note
{
    display: inline-block;
    float: right;

    text-align: right;
}
@media (max-width: 991px)
{
    .home-strength .top-strength .note
    {
        display: block;
        float: none;

        margin-top: 10px;

        text-align: left;
    }
}
.home-strength .top-strength .note h4
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;

    background-image: -webkit-linear-gradient(right,#6aa847, #5e97d0,#ed7e2e);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px)
{
    .home-strength .top-strength .note h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-strength .top-strength .note h4
    {
        font-size: 18px;
    }
}
.home-strength .top-strength .note p
{
    font-family: 'ITC Avant Garde Gothic';

    color: #999;
}
.home-strength .strength
{
    position: relative;

    margin-top: -80px;
}
@media (max-width: 1199px)
{
    .home-strength .strength
    {
        display: none;
    }
}
.home-strength .strength .pic img
{
    max-width: 100%;
}
.home-strength .strength .dot
{
    position: absolute;

    border-radius: 50%;
}
.home-strength .strength .dot p
{
    line-height: 1.5;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;
    margin: 0;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.home-strength .strength .dot-1
{
    top: 42%;
    left: 0;

    width: 88px;
    height: 88px;

    background-color: rgba(106, 168, 71, .5);
}
.home-strength .strength .dot-1 p
{
    font-size: 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-1 p
    {
        font-size: 18px;
    }
}
.home-strength .strength .dot-2
{
    top: 29%;
    left: 17%;

    width: 116px;
    height: 116px;

    background-color: rgba(19, 84, 148, .6);
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-2
    {
        width: 100px;
        height: 100px;
    }
}
.home-strength .strength .dot-2 p
{
    font-size: 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-2 p
    {
        font-size: 18px;
    }
}
.home-strength .strength .dot-3
{
    top: 70%;
    left: 7%;

    width: 116px;
    height: 116px;

    background-color: rgba(106, 168, 71, .6);
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-3
    {
        width: 100px;
        height: 100px;
    }
}
.home-strength .strength .dot-3 p
{
    font-size: 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-3 p
    {
        font-size: 18px;
    }
}
.home-strength .strength .dot-4
{
    top: 61%;
    left: 24%;

    width: 116px;
    height: 116px;

    background-color: rgba(106, 168, 71, .8);
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-4
    {
        width: 100px;
        height: 100px;
    }
}
.home-strength .strength .dot-4 p
{
    font-size: 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-4 p
    {
        font-size: 18px;
    }
}
.home-strength .strength .dot-5
{
    top: 42%;
    left: 47%;

    width: 200px;
    height: 200px;

    background-color: #6aa847;
    box-shadow: 0 0 10px rgba(106, 168, 71, .5);
}
@media (max-width: 1470px)
{
    .home-strength .strength .dot-5
    {
        top: 39%;
        left: 45%;
    }
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-5
    {
        width: 180px;
        height: 180px;
    }
}
.home-strength .strength .dot-5 p
{
    font-size: 28px;

    padding: 0 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-5 p
    {
        font-size: 24px;
    }
}
.home-strength .strength .dot-6
{
    top: 37%;
    left: 75%;

    width: 116px;
    height: 116px;

    background-color: #6aa847;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-6
    {
        width: 100px;
        height: 100px;
    }
}
.home-strength .strength .dot-6 p
{
    font-size: 16px;
}
.home-strength .strength .dot-7
{
    top: 24%;
    right: 4%;
    left: auto;

    width: 116px;
    height: 116px;

    background-color: rgba(106, 168, 71, .5);
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-7
    {
        width: 100px;
        height: 100px;
    }
}
.home-strength .strength .dot-7 p
{
    font-size: 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-7 p
    {
        font-size: 18px;
    }
}
.home-strength .strength .dot-8
{
    top: 69%;
    right: 19%;
    left: auto;

    width: 88px;
    height: 88px;

    background-color: rgba(19, 84, 148, .6);
}
.home-strength .strength .dot-8 p
{
    font-size: 20px;
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-8 p
    {
        font-size: 18px;
    }
}
.home-strength .strength .dot-9
{
    top: 55%;
    right: 1%;
    left: auto;

    width: 116px;
    height: 116px;

    background-color: rgba(106, 168, 71, .7);
}
@media (max-width: 1350px)
{
    .home-strength .strength .dot-9
    {
        width: 100px;
        height: 100px;
    }
}
.home-strength .strength .dot-9 p
{
    font-size: 20px;
}
@media (max-width: 1350px)


{
    .home-strength .strength .dot-9 p
    {

        font-size: 18px;
    }
}
.home-strength .xs-strength
{
    display: none;
}
@media (max-width: 1199px)
{
    .home-strength .xs-strength
    {
        display: block;
    }
}
.home-strength .xs-strength img
{
    max-width: 100%;
}
.home-honor
{
    padding-bottom: 0;
}
.home-honor .honor
{
    position: relative;

    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .home-honor .honor
    {
        margin-top: 30px;
    }
}
.home-honor .honor .swiper-slide
{
    width: 520px;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .home-honor .honor .swiper-slide
    {
        width: 500px;
    }
}
@media (max-width: 991px)
{
    .home-honor .honor .swiper-slide
    {
        width: 400px;
    }
}
@media (max-width: 767px)
{
    .home-honor .honor .swiper-slide
    {
        width: 200px;
    }
}
.home-honor .honor .swiper-slide .img-box
{
    padding-bottom: 67.30769231%;

    opacity: .8;
}
.home-honor .honor .swiper-slide-active
{
    border: 4px solid #135494;
}
.home-honor .honor .swiper-slide-active .img-box
{
    opacity: 1;
}
.home-honor .honor .swiper-button-prev,
.home-honor .honor .swiper-button-next
{
    line-height: 54px;

    position: absolute;
    top: 50%;
    left: 3%;

    width: 54px;
    height: 54px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #999;
    border-radius: 50%;
    background: none;
    background-color: #e5e5e5;
}
@media (max-width: 1470px)
{
    .home-honor .honor .swiper-button-prev,
    .home-honor .honor .swiper-button-next
    {
        left: 0;
    }
}
@media (max-width: 991px)
{
    .home-honor .honor .swiper-button-prev,
    .home-honor .honor .swiper-button-next
    {
        line-height: 40px;

        top: 60%;

        width: 40px;
        height: 40px;
    }
}
.home-honor .honor .swiper-button-prev:before,
.home-honor .honor .swiper-button-next:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    content: '\e601';
}
.home-honor .honor .swiper-button-prev:hover,
.home-honor .honor .swiper-button-next:hover
{
    color: #fff;
    background-color: #6aa847;
}
.home-honor .honor .swiper-button-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 1470px)
{
    .home-honor .honor .swiper-button-next
    {
        right: 0;
    }
}
.home-honor .honor .swiper-button-next:before
{
    content: '\e827';
}
.home-news .news
{
    font-size: 0;
}
.home-news .news .news-left,
.home-news .news .news-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-news .news .news-left
{
    width: 36%;
    margin-top: 60px;
    padding: 30px;

    color: #fff;
    background-color: #6aa847;
}
@media (max-width: 1199px)
{
    .home-news .news .news-left
    {
        width: 40%;
        padding: 20px;
    }
}
@media (max-width: 991px)

{
    .home-news .news .news-left
    {
        width: 100%;
        margin-top: 30px;
    }
}
.home-news .news .news-left .item b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .news .news-left .item b
    {
        font-size: 20px;
    }
}
.home-news .news .news-left .item span.date
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 16px;

    display: block;

    margin-top: 10px;
}
.home-news .news .news-left .item span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e64b';
}
.home-news .news .news-left .item .pic
{
    margin-top: 20px;
}
.home-news .news .news-left .item .pic .img-box
{

    padding-bottom: 57.40740741%;
}
.home-news .news .news-left .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .news-left .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 90px;
    margin-top: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.home-news .news .news-left .item .more
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 1660px)
{
    .home-news .news .news-left .item .more
    {
        margin-top: 20px;
    }
}
.home-news .news .news-left .item .more:before
{
    display: block;

    width: 60px;
    height: 14px;

    content: '';

    background: url(../images/more.png) no-repeat;
}
.home-news .news .news-left .item:hover b
{
    text-decoration: underline;
}
.home-news .news .news-left .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .news-right
{
    width: 64%;
    margin-top: 40px;
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .home-news .news .news-right
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .home-news .news .news-right

    {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.home-news .news .news-right > ul > li
{
    padding: 20px 0;

    border-bottom: 1px dashed #dcdcdc;
}
.home-news .news .news-right > ul > li:last-child
{
    border-bottom: none;
}
.home-news .news .news-right .item
{
    font-size: 0;

    display: block;
}
.home-news .news .news-right .item .pic,
.home-news .news .news-right .item .text
{
    display: inline-block;

    vertical-align: middle;
}
.home-news .news .news-right .item .pic
{
    width: 30%;
}
@media (max-width: 1470px)
{
    .home-news .news .news-right .item .pic
    {
        width: 32%;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .pic
    {
        width: 44%;
    }
}
.home-news .news .news-right .item .pic .img-box
{
    padding-bottom: 57.40740741%;
}
.home-news .news .news-right .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .news .news-right .item .text
{
    width: 70%;
    padding-left: 40px;
}
@media (max-width: 1470px)
{
    .home-news .news .news-right .item .text
    {
        width: 68%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .text
    {
        width: 56%;
        padding-left: 14px;
    }
}
.home-news .news .news-right .item .text b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .home-news .news .news-right .item .text b
    {
        font-size: 20px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .text b
    {
        font-size: 16px;
        line-height: 20px;

        height: 20px;
    }
}
.home-news .news .news-right .item .text span.date
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 16px;

    display: block;


    margin-top: 10px;

    color: #6aa847;
}
@media (max-width: 1199px)
{
    .home-news .news .news-right .item .text span.date
    {
        font-size: 14px;
    }
}
.home-news .news .news-right .item .text span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e64b';
}
.home-news .news .news-right .item .text p
{
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin-top: 10px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1660px)
{
    .home-news .news .news-right .item .text p
    {
        font-size: 15px;
        line-height: 24px;

        height: 48px;
    }
}
@media (max-width: 1199px)
{
    .home-news .news .news-right .item .text p
    {
        font-size: 14px;

        margin-top: 4px;
    }
}
@media (max-width: 767px)
{
    .home-news .news .news-right .item .text p
    {
        display: -webkit-box;
        overflow: hidden;

        height: 24px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.home-news .news .news-right .item .text .more
{
    display: block;

    margin-top: 20px;
}
@media (max-width: 1470px)
{
    .home-news .news .news-right .item .text .more
    {
        margin-top: 10px;
    }
}
.home-news .news .news-right .item .text .more:before
{
    display: block;

    width: 60px;
    height: 14px;

    content: '';

    background: url(../images/more-black.png) no-repeat;
}
.home-news .news .news-right .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .news .news-right .item:hover .text b
{
    color: #6aa847;
}
.home-news .news .news-right .item:hover .text .more:before
{
    background-image: url(../images/more-black-hover.png);
}
.foot-list
{
    overflow: hidden;

    padding: 20px 4%;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .foot-list
    {
        padding: 10px 15px;
    }
}
.foot-list > ul
{
    font-size: 0;

    margin: 0 -5%;
}
@media (max-width: 1350px)
{
    .foot-list > ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 991px)
{
    .foot-list > ul
    {
        margin: 0 -15px;
    }
}
.foot-list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin: 10px 0;
    padding: 0 5%;

    vertical-align: top;

    border-right: 1px solid #dfdfdf;
}
@media (max-width: 1350px)
{
    .foot-list > ul > li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .foot-list > ul > li
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .foot-list > ul > li
    {
        width: 100%;
        margin: 0;

        border-bottom: 1px dashed #dfdfdf;
    }
    .foot-list > ul > li:last-child
    {
        border-bottom: none;
    }
}
.foot-list > ul > li:last-child
{
    border-right: none;
}
.foot-list .item
{
    position: relative;

    display: block;

    padding: 20px 50px 20px 0;
}
@media (max-width: 991px)
{
    .foot-list .item
    {
        padding-right: 40px;

    }
}
@media (max-width: 767px)
{
    .foot-list .item
    {
        padding: 10px 40px 10px 0;
    }
}
.foot-list .item b
{
    font-size: 26px;
    line-height: 30px;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .foot-list .item b
    {
        font-size: 20px;
    }
}
.foot-list .item p
{
    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
}
@media (max-width: 991px)
{
    .foot-list .item p
    {
        font-size: 14px;
    }
}
.foot-list .item .ficon
{
    position: absolute;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .foot-list .item .ficon img
    {
        width: 40px;
    }
}
.foot-list .item:hover b,
.foot-list .item:hover p
{
    color: #6aa847;
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    padding: 50px 4% 0 4%;

    color: #fff;
    background-color: #202020;
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 30px 15px 0 15px;
    }
}
@media (max-width: 1199px)
{
    .footer
    {
        padding-top: 10px;

        text-align: center;
    }
}
@media (max-width: 1199px)
{
    .footer
    {
        padding: 10px 0 0 0;
    }
}
.footer .foot-link span,
.footer .foot-link a
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    color: #747474;
}
.footer .foot-link a
{
    padding: 0 10px;
}
.footer .foot-link a:hover
{
    color: #fff;
}
.footer .foot
{
    font-size: 0;
    position: relative;
    z-index: 2;
    padding: 40px 150px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .foot-left,
.footer .foot .foot-middle,
.footer .foot .foot-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.footer .foot .foot-left
{
    width: 24%;
}
.footer .foot .foot-left p
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
.footer .foot .foot-left h3
{
    font-family: 'Barlow Semi Condensed';
    font-size: 70px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1660px)
{
    .footer .foot .foot-left h3
    {
        font-size: 60px;
    }
}
@media (max-width: 1470px)
{
    .footer .foot .foot-left h3
    {
        font-size: 50px;
    }
}
.footer .foot .foot-left h4
{
    font-size: 24px;
    line-height: 26px;

    display: inline-block;

    padding: 10px 20px;

    border: 3px solid #ddd;
    -webkit-border-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e) 20 20;
            border-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e) 20 20;
            border-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494)) 20 20;
            border-image:         linear-gradient(left, #6aa847, #5e97d0,#ed7e2e) 20 20;
}
.footer .foot .foot-middle
{
    width: 66%;
    padding: 0 10%;
}
@media (max-width: 1470px)
{
    .footer .foot .foot-middle
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle
    {
        padding: 0;
    }
}
@media (min-width: 1200px)
{
    .footer .foot .foot-middle > ul
    {
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot .foot-middle > ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .footer .foot .foot-middle > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .foot-middle > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }

}
.footer .foot .foot-middle > ul > li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
.footer .foot .foot-middle > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;
}
.footer .foot .foot-middle > ul > li > ul
{
    margin-top: 20px;
}
.footer .foot .foot-middle > ul > li > ul > li a
{
    font-size: 14px;
    line-height: 36px;

    display: block;

    color: #797979;
}
.footer .foot .foot-right
{
    width: 10%;
}
.footer .foot .foot-right p{
	font-size: 14px;
	text-align: center;
}
.footer .foot .foot-right img
{
    max-width: 100%;
		width: 100%;
    border: 0px solid #ddd;
    -webkit-border-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e) 20 20;
            border-image: -webkit-linear-gradient(left, #6aa847, #5e97d0,#ed7e2e) 20 20;
            border-image: -webkit-gradient(linear, left top, right top, from(#6aa847), to(#135494)) 20 20;
            border-image:         linear-gradient(left, #6aa847, #5e97d0,#ed7e2e) 20 20;
}
.footer .copyright
{
    font-size: 14px;

    padding: 15px 0;

    color: #747474;
    border-top: 1px solid #454545;
}
@media (max-width: 1440px){
	.footer .foot .foot-right p{


		font-size: 12px;
	}
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;

        text-align: center;
    }
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        line-height: 24px;

        display: block;
        float: none;
    }
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 1199px)
{
    .footer .copyright a.power
    {
        display: block;
        float: none;
    }
}
.footer .copyright a.power:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrap
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
@media (min-width: 1350px)
{
    .wrap .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .wrap .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .wrap .container

    {
        width: 1530px;
    }
}
.title-in
{
    text-align: center;
}
.title-in h3
{
    font-family: 'Barlow Semi Condensed';
    font-size: 56px;
    font-weight: 600;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #d2d1d1;
}
@media (max-width: 1470px)
{
    .title-in h3
    {
        font-size: 46px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title-in h3
    {
        font-size: 24px;
    }
}
.title-in h2
{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title-in h2
    {
        font-size: 20px;
    }
}
.inside-nav
{
    background-color: #f8f8f8;
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        background: none;
    }
}
@media (min-width: 1350px)
{
    .inside-nav .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .inside-nav .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .inside-nav .container
    {
        width: 1530px;
    }
}
.inside-nav .nav-wrap
{
    position: relative;

    display: inline-block;

    background-color: #6aa847;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap
    {
        display: block;

        background-color: #6aa847;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        padding: 10px 0;

        background: none;
    }
}
.inside-nav .nav-wrap:before
{
    position: absolute;
    top: 0;
    left: -400px;

    display: block;

    width: 400px;
    height: 100%;

    content: '';

    background-color: #6aa847;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap:before
    {
        display: none;
    }
}
.inside-nav .nav-wrap ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav .nav-wrap ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    padding: 20px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
}
@media (max-width: 1470px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        padding: 20px;
    }

}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        padding: 10px 14px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 15px;

        padding: 0 10px;

        color: #666;
    }
}
.inside-nav .nav-wrap ul > li.active > a,
.inside-nav .nav-wrap ul > li:hover > a
{
    background-color: #106936;
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li.active > a,
    .inside-nav .nav-wrap ul > li:hover > a
    {
        font-weight: bold;

        color: #6aa847;
        background: none;
    }
}
.inside-nav .location
{
    display: inline-block;
    float: right;

    color: #999;
}
@media (max-width: 1199px)
{
    .inside-nav .location
    {
        display: block;
        float: none;

        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
    }
}
.inside-nav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 4px;

    content: '\e64c';
    vertical-align: middle;
}
.inside-nav .location span,
.inside-nav .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav .location ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav .location ul > li:after
{
    content: '>';
}
.inside-nav .location ul > li:last-child:after
{
    display: none;
}
.inside-nav .location ul > li a
{
    line-height: 30px;

    display: inline-block;

    padding: 20px 4px;
}
@media (max-width: 767px)
{
    .inside-nav .location ul > li a
    {
        padding: 4px;
    }
}
.inside-nav .location ul > li a:hover
{
    text-decoration: underline;

    color: #6aa847;
}
.wrap-about .about
{
    overflow: hidden;
}
.wrap-about .about .title-about h1
{
    font-family: 'Barlow Semi Condensed';
    font-size: 28px;
    line-height: 1.2;

    display: block;

    margin: 0;

    color: #135494;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h1
    {
        font-size: 20px;
    }
}
.wrap-about .about .title-about h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .title-about h2
    {
        font-size: 20px;
    }
}
.wrap-about .about .text
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text
    {
        margin-top: 20px;
    }
}
.wrap-about .about .pic-box
{
    padding-left: 30%;
}
@media (max-width: 1350px)
{
    .wrap-about .about .pic-box
    {
        padding-left: 20%;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .pic-box
    {
        padding-left: 10%;
    }
}
@media (max-width: 991px)
{
    .wrap-about .about .pic-box
    {
        padding: 0;
    }
}
.wrap-about .about .pic-box .pic
{
    max-width: 160px;
    margin-bottom: 20px;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic-box .pic
    {
        margin: 20px 0 0 0;
    }
}
@media (max-width: 767px)
{
    .wrap-about .about .pic-box .pic
    {
        max-width: 120px;
        margin: 0 auto;
        margin-top: 20px;
    }
}
.wrap-number
{
    position: relative;

    padding: 0;
}
.wrap-number .number-pic img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-number .number-pic img
    {
        max-width: 160%;
        margin-left: -30%;
    }
}
@media (max-width: 767px)
{
    .wrap-number .number-pic img
    {
        max-width: 260%;
        margin-left: -80%;
    }
}
.wrap-number .number
{
    position: absolute;
    z-index: 2;
    top: 20%;

    width: 100%;

    text-align: right;
}
@media (max-width: 767px)
{

    .wrap-number .number
    {
        top: 30px;
    }
}
.wrap-number .number .list
{
    display: inline-block;

    text-align: left;
}
.wrap-number .number .list > ul
{
    margin: 0 -70px;
}
@media (max-width: 1199px)
{
    .wrap-number .number .list > ul
    {
        margin: 0 -20px;
    }
}
@media (max-width: 767px)
{
    .wrap-number .number .list > ul
    {
        font-size: 0;
    }
}
.wrap-number .number .list > ul > li
{
    display: inline-block;

    padding: 20px 70px;

    vertical-align: top;

    background: url(../images/line-4.png) no-repeat right center;
}
.wrap-number .number .list > ul > li:last-child
{
    background: none;
}
@media (max-width: 1199px)
{
    .wrap-number .number .list > ul > li
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-number .number .list > ul > li
    {
        font-size: 14px;

        width: 33.33333333%;

        vertical-align: top;
    }
}
.wrap-number .number .list > ul > li .item
{
    color: #135494;
}
.wrap-number .number .list > ul > li .item b
{
    font-family: 'Barlow Semi Condensed';
    font-size: 80px;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-number .number .list > ul > li .item b
    {
        font-size: 60px;
    }
}
@media (max-width: 1199px)
{
    .wrap-number .number .list > ul > li .item b
    {
        font-size: 40px;
    }
}
.wrap-number .number .list .pic
{
    margin: 0 -10px;
    margin-top: 30px;
}
.wrap-number .number .list .pic img
{
    display: inline-block;

    max-width: 150px;
    padding: 0 10px;
}
@media (max-width: 1199px)
{
    .wrap-number .number .list .pic img
    {
        max-width: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-number .number .list .pic img
    {
        max-width: 30%;
    }
}
.wrap-chairman .chairman
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-chairman .chairman
    {
        margin-top: 30px;
    }
}
.wrap-chairman .chairman .mask
{
    margin-top: 60px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-chairman .chairman .mask
    {
        margin-top: 30px;
    }
}
.wrap-chairman .chairman .mask span,
.wrap-chairman .chairman .mask img
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-culture .title-culture h2
{
    font-size: 36px;
}
@media (max-width: 1199px)
{
    .wrap-culture .title-culture h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .title-culture h2
    {
        font-size: 24px;
    }
}
.wrap-culture .text
{
    margin-top: 20px;
}
.wrap-culture .pic
{
    margin-top: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-culture .pic
    {
        text-align: center;
    }
}
.wrap-culture .pic img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-culture .pic img
    {
        max-width: 50%;
    }
}
.wrap-idea
{
    padding: 60px 0;

    background-color: #f8f8f8;
}
.wrap-idea .idea
{
    font-size: 0;
}
.wrap-idea .idea .pic,
.wrap-idea .idea .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.wrap-idea .idea .pic
{
    width: 47%;
}
@media (max-width: 991px)
{
    .wrap-idea .idea .pic
    {
        width: 100%;
    }

}
.wrap-idea .idea .pic img
{
    max-width: 100%;
}
.wrap-idea .idea .text
{
    width: 53%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-idea .idea .text
    {
        width: 100%;
        padding: 30px 0 0 0;
    }
}
.wrap-idea .idea .text .title-idea
{
    border-bottom: 1px solid #dcdcdc;
}
.wrap-idea .idea .text .title-idea h2
{
    font-size: 30px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-idea .idea .text .title-idea h2
    {
        font-size: 20px;
    }
}
.wrap-idea .idea .text .title-idea h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 32px;
    line-height: 1.4;

    display: inline-block;

    margin: 6px 0 0 0;

    color: #135494;
    border-bottom: 3px solid #135494;
}
@media (max-width: 991px)
{
    .wrap-idea .idea .text .title-idea h3
    {
        font-size: 20px;
    }
}
.wrap-idea .idea .text .note
{
    margin-top: 30px;
}
@media (max-width: 1470px)
{
    .wrap-idea .idea .text .note
    {
        margin-top: 20px;
    }
}
.wrap-idea .idea .text .note p
{
    font-size: 20px;
    line-height: 2.3;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-idea .idea .text .note p
    {
        font-size: 18px;
        line-height: 1.88888889;
    }
}
@media (max-width: 991px)
{
    .wrap-idea .idea .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-idea .idea .text .note p
    {
        font-size: 14px;
    }
}
.wrap-idea .idea .text .note p span
{
    display: inline-block;

    min-width: 140px;
}
@media (max-width: 991px)
{
    .wrap-idea .idea .text .note p span
    {
        min-width: 100px;
    }
}
@media (max-width: 767px)
{
    .wrap-idea .idea .text .note p span
    {
        font-weight: bold;

        display: block;
    }
}
.wrap-tenideas .tenideas-pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-tenideas .tenideas-pic
    {
        background-color: #135494;
    }
    .wrap-tenideas .tenideas-pic img
    {
        opacity: .5;
    }
}
.wrap-tenideas .container
{
    position: relative;
}
.wrap-tenideas .tenideas
{
    position: absolute;
    top: 10%;
    right: 0;

    width: 100%;

    text-align: right;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-tenideas .tenideas
    {
        right: auto;
        left: 0;
    }
}
.wrap-tenideas .tenideas .list
{
    display: inline-block;

    width: 100%;
    max-width: 880px;

    text-align: left;
}
@media (max-width: 991px)
{
    .wrap-tenideas .tenideas .list
    {
        display: block;

        max-width: 100%;
        padding: 0 30px;
    }
}
.wrap-tenideas .tenideas .title-tenideas h2
{
    font-size: 30px;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-tenideas .tenideas .title-tenideas h2
    {
        font-size: 20px;
    }
}
.wrap-tenideas .tenideas .title-tenideas h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 32px;
    line-height: 1.4;

    display: inline-block;

    margin: 6px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-tenideas .tenideas .title-tenideas h3
    {
        font-size: 20px;
    }
}
.wrap-tenideas .tenideas .text
{
    margin-top: 30px;
}
.wrap-tenideas .tenideas .text p
{
    font-size: 18px;
    line-height: 2.44444444;

    display: inline-block;

    min-width: 420px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-tenideas .tenideas .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-tenideas .tenideas .text p
    {
        font-size: 14px;
    }
}
.showMorehandle
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .showMorehandle
    {
        margin-top: 30px;
    }
}
.showMorehandle a
{
    font-size: 20px;
    line-height: 60px;

    display: inline-block;

    padding: 0 40px;


    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .showMorehandle a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.showMorehandle a:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    float: left;

    margin-top: 2px;
    margin-right: 10px;

    content: '\e707';
}
.showMorehandle a:hover
{
    color: #fff;
    background-color: #6aa847;
}
.wrap-honor .honor-sort,
.wrap-qualification .honor-sort
{
    margin-top: 10px;

    text-align: center;
}
.wrap-honor .honor-sort > ul,
.wrap-qualification .honor-sort > ul
{
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort > ul,
    .wrap-qualification .honor-sort > ul
    {
        margin: 0 -10px;
    }
}
.wrap-honor .honor-sort > ul li,
.wrap-qualification .honor-sort > ul li
{
    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort > ul li,
    .wrap-qualification .honor-sort > ul li
    {
        margin-top: 10px;
        padding: 0 10px;
    }
}
.wrap-honor .honor-sort > ul li a,
.wrap-qualification .honor-sort > ul li a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 30px;
    background-color: #d2d2d2;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-sort > ul li a,
    .wrap-qualification .honor-sort > ul li a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-honor .honor-sort > ul li.active a,
.wrap-qualification .honor-sort > ul li.active a,
.wrap-honor .honor-sort > ul li:hover a,
.wrap-qualification .honor-sort > ul li:hover a
{
    color: #fff;
    background-color: #135494;
}
.wrap-honor .item,
.wrap-qualification .item
{
    display: block;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-honor .item,
    .wrap-qualification .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .item .pic,
.wrap-qualification .item .pic
{
    border: 1px solid #d3d3d3;
}
.wrap-honor .item .img-box,
.wrap-qualification .item .img-box
{
    padding-bottom: 68.33333333%;
}
.wrap-honor .item .img-box img,
.wrap-qualification .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p,
.wrap-qualification .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-honor .item p,
    .wrap-qualification .item p
    {
        font-size: 14px;
    }
}
.wrap-honor .item:hover .img-box img,
.wrap-qualification .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .item:hover p,
.wrap-qualification .item:hover p
{
    color: #6aa847;
}
.wrap-qualification .item .pic
{
    border: none;
}
.wrap-qualification .item .img-box
{
    padding-bottom: 140%;
}
.wrap-history .history
{
    margin-top: 50px;

    border-top: 1px dashed #bcbcbc;
}
.wrap-history .slick-history
{
    font-size: 0;

    margin: 0 -15px;
    margin-top: -15px;
}
.wrap-history .slick-history .slick-slide
{
    font-size: 14px;

    display: inline-block;

    padding: 15px;

    vertical-align: bottom;
}
.wrap-history .slick-history .item
{
    margin-top: -11px;
}
.wrap-history .slick-history .item:before
{
    display: block;

    width: 22px;
    height: 103px;
    margin: 0 auto;

    content: '';

    background: url(../images/line-5.png) no-repeat top center;
}
.wrap-history .slick-history .item .pic
{
    margin-top: 30px;
}
.wrap-history .slick-history .item .pic img
{
    width: 100%;
}
.wrap-history .slick-history .item .note
{
    position: relative;

    margin-top: 20px;
}
.wrap-history .slick-history .item .note p
{
    font-size: 16px;
    line-height: 2.25;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history .item .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-history .slick-history .item .note p:before
{
    position: absolute;

    top: 16px;
    left: 0;

    display: block;

    width: 14px;
    height: 3px;

    content: '';

    background-color: #6aa847;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history .item .note p:before
    {
        top: 10px;
    }
}
.wrap-history .slick-history .item .title-number
{
    max-width: 80%;
    margin: 0 auto;

    text-align: center;
}
.wrap-history .slick-history .item .title-number b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 36px;
    line-height: 58px;

    display: block;

    color: #fff;
    border-radius: 30px;
    background-color: #135494;
}
@media (max-width: 1199px)
{
    .wrap-history .slick-history .item .title-number b
    {
        font-size: 26px;
        line-height: 46px;
    }
}
.wrap-history .slick-history .slick-arrow
{
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: -15px;
    left: -30px;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #135494;
    border: 1px dashed #135494;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history .slick-arrow
    {
        line-height: 40px;

        top: -5px;
        left: 0;

        width: 40px;
        height: 40px;
    }
}
.wrap-history .slick-history .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    content: '\e601';
    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-history .slick-history .slick-arrow.slick-next
{
    right: -30px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-history .slick-history .slick-arrow.slick-next
    {
        right: 0;
    }
}
.wrap-history .slick-history .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-history .slick-history .slick-arrow:hover
{
    color: #fff;
    background: #135494;
}
.wrap-technological .technological
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-technological .technological
    {
        margin-top: -14px;
    }
}
.wrap-technological .technological > ul > li
{
    border-bottom: 1px dashed #cdcdcd;
}
.wrap-technological .technological > ul > li:last-child
{
    border-bottom: none;
}
.wrap-technological .technological .item
{
    font-size: 0;

    padding: 30px 0;
}
@media (max-width: 767px)
{
    .wrap-technological .technological .item
    {
        padding: 14px 0;
    }
}
.wrap-technological .technological .item .pic,
.wrap-technological .technological .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-technological .technological .item .pic
{
    width: 16%;
}
@media (max-width: 991px)
{
    .wrap-technological .technological .item .pic
    {
        width: 24%;
    }
}
@media (max-width: 767px)
{
    .wrap-technological .technological .item .pic
    {
        display: block;

        width: 30%;
        margin: 0 auto;
    }
}
.wrap-technological .technological .item .text
{
    width: 84%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .wrap-technological .technological .item .text
    {
        width: 76%;
    }
}
@media (max-width: 767px)
{
    .wrap-technological .technological .item .text
    {
        width: 100%;

        margin-top: 14px;
    }
}
.wrap-technological .technological .item .text h3
{
    font-size: 36px;
    line-height: 1.2;

    margin: 0;

    color: #135494;
}
@media (max-width: 1470px)
{
    .wrap-technological .technological .item .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-technological .technological .item .text h3
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-technological .technological .item .text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-technological .technological .item .text h3
    {
        font-size: 18px;
    }
}
.wrap-technological .technological .item .text h4
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 26px;
    line-height: 1.4;
	text-transform: uppercase;
    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-technological .technological .item .text h4
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .wrap-technological .technological .item .text h4
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-technological .technological .item .text h4
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-technological .technological .item .text h4
    {
        font-size: 15px;
    }
}
.wrap-technological .technological .item .text h4:after
{
    display: block;

    width: 56px;
    height: 4px;
    margin-top: 16px;

    content: '';

    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-technological .technological .item .text h4:after
    {
        width: 36px;
        height: 2px;
    }
}
.wrap-technological .technological .item .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-technological .technological .item .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-technological .technological .item .text p
    {
        font-size: 14px;
    }
}
.wrap-human-social .social-one
{
    margin-top: 30px;
}
.wrap-human-social .social-one .title-social h2
{
    font-size: 26px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 15px 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .title-social h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-human-social .social-one .title-social h2
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-human-social .social-one .list > ul > li
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list > ul > li
    {
        margin-top: 20px;
    }
}
.wrap-human-social .social-one .list > ul > li:nth-child(1)
{
    margin-top: 10px;
}
.wrap-human-social .social-one .list > ul > li:nth-child(2n+1) .pic
{
    left: 50%;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list > ul > li:nth-child(2n+1) .pic
    {
        left: 0;
    }
}
.wrap-human-social .social-one .list > ul > li:nth-child(2n+1) .text
{
    right: 50%;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list > ul > li:nth-child(2n+1) .text
    {
        right: 0;
    }
}
.wrap-human-social .social-one .list > ul > li:nth-child(2n) .text
{
    padding-left: 30px;
}
.wrap-human-social .social-one .list .pic,
.wrap-human-social .social-one .list .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list .pic,
    .wrap-human-social .social-one .list .text
    {
        display: block;

        width: 100%;
    }
}
.wrap-human-social .social-one .list .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list .pic img
    {
        max-width: 100%;
    }
}
.wrap-human-social .social-one .list .text .tt
{
    position: relative;

    padding: 20px 40px 20px 60px;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list .text .tt
    {
        padding: 20px 10px 0 50px;
    }
}
.wrap-human-social .social-one .list .text .number
{
    position: absolute;
    top: 20px;
    left: 0;

    width: 44px;
    height: 44px;
    padding: 6px;

    border-radius: 50%;
    background-color: #d2e5c7;
}
.wrap-human-social .social-one .list .text .number span
{
    font-size: 20px;
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #6aa847;
}
.wrap-human-social .social-one .list .text h3
{
    font-size: 22px;
    line-height: 1.23076923;

    margin: 0;
    margin-bottom: 14px;

    color: #6aa847;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list .text h3
    {
        font-size: 20px;
    }

}
@media (max-width: 767px)
{
    .wrap-human-social .social-one .list .text h3
    {
        font-size: 16px;
    }
}
.wrap-human-social .social-one .list .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-human-social .social-one .list .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-human-social .social-one .list .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-human-social .social-one .list .text p span
{
    color: #135494;
}
.wrap-human-social-two
{
    padding: 140px 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-human-social-two
    {
        padding: 40px 0;
    }
}
.wrap-human-social-two .human-social-two
{
    display: inline-block;

    width: 50%;

    text-align: left;
}
@media (max-width: 991px)
{
    .wrap-human-social-two .human-social-two
    {
        width: 100%;
    }
}
.wrap-human-social-two .human-social-two .title-social h2
{
    font-size: 26px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
    padding: 15px 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-human-social-two .human-social-two .title-social h2
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-human-social-two .human-social-two .title-social h2
    {
        font-size: 16px;

        padding: 10px;
    }
}
.wrap-human-social-two .human-social-two .text
{
    margin-top: 30px;
}
.wrap-human-social-two .human-social-two .text p
{
    font-size: 16px;
    line-height: 1.77777778;

    position: relative;

    margin-bottom: 10px;
    padding-left: 28px;
}
@media (max-width: 991px)
{
    .wrap-human-social-two .human-social-two .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-human-social-two .human-social-two .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-human-social-two .human-social-two .text p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 8px;
    height: 8px;

    content: '';

    background-color: #6aa847;
}
.wrap-behavior .title-in:after
{
    display: block;

    width: 34px;
    height: 6px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    border-radius: 10px;
    background-color: #135494;
}
.wrap-behavior .text
{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;
}
.wrap-behavior .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-behavior .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{

    .wrap-behavior .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-behavior .text p span
{
    color: #6aa847;
}
.wrap-behavior .behavior
{
    margin-top: 60px;
    padding: 60px 30px;


    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-behavior .behavior
    {
        margin-top: 30px;
        padding: 30px 10px;
    }
}
.wrap-behavior .behavior .text
{
    display: inline-block;

    width: 50%;
    margin: 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .wrap-behavior .behavior .text
    {
        width: 100%;
    }
}
.wrap-behavior .behavior .text .title-behavior h3
{
    font-size: 20px;
    line-height: 1.4;

    color: #6aa847;
}
@media (max-width: 991px)
{
    .wrap-behavior .behavior .text .title-behavior h3
    {
        font-size: 18px;
    }
}
.wrap-behavior .behavior .text table
{
    line-height: 1.85714286;

    width: 100%;
    margin-top: 20px;

    text-align: center;

    background-color: #fff;
}
.wrap-behavior .behavior .text table th
{
    font-size: 16px;
    font-weight: normal;

    text-align: center;

    color: #fff;
    background-color: #135494;

}
.wrap-behavior .behavior .text table td,
.wrap-behavior .behavior .text table th
{
    line-height: 30px;

    padding: 10px 20px;

    border: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-behavior .behavior .text table td,
    .wrap-behavior .behavior .text table th
    {
        padding: 10px 4px;
    }
}
.wrap-support
{
    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .wrap-support
    {
        padding-bottom: 50px;
    }
}
.wrap-support .support
{
    font-size: 0;

    max-width: 1500px;
    margin: 0 auto;
}
.wrap-support .support .text,
.wrap-support .support .pic
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-support .support .text,
    .wrap-support .support .pic
    {
        width: 100%;
    }
}
.wrap-support .support .text
{
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .wrap-support .support .text
    {
        padding: 0;

    }
}
.wrap-support .support .text .title-support h3
{
    font-family: 'Barlow Semi Condensed';
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: #d2d1d1;
}
@media (max-width: 1470px)
{
    .wrap-support .support .text .title-support h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-support .support .text .title-support h3
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-support .support .text .title-support h3
    {
        font-size: 20px;
    }
}
.wrap-support .support .text .title-support h2
{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;

    margin: 0;

    color: #135494;
}
@media (max-width: 991px)
{
    .wrap-support .support .text .title-support h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-support .support .text .title-support h2
    {
        font-size: 20px;
    }
}
.wrap-support .support .text .note
{
    margin-top: 20px;
}
.wrap-support .support .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-support .support .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-support .support .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-support .support .pic
    {
        margin-top: 30px;
    }
}
.wrap-support .support .pic img
{
    max-width: 100%;
}
.wrap-human-talent .talent > ul > li
{
    margin-top: 60px;
}
.wrap-human-talent .talent > ul > li:nth-child(2n) .pic
{
    left: 50%;
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent > ul > li:nth-child(2n) .pic
    {
        left: 0;
    }
}
.wrap-human-talent .talent > ul > li:nth-child(2n) .text
{
    right: 50%;
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent > ul > li:nth-child(2n) .text
    {
        right: 0;
    }
}
.wrap-human-talent .talent .item
{
    font-size: 0;

    background-color: #f9f9f9;
}
.wrap-human-talent .talent .item .pic,
.wrap-human-talent .talent .item .text
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .pic,
    .wrap-human-talent .talent .item .text
    {
        display: block;

        width: 100%;
    }
}
.wrap-human-talent .talent .item .pic
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .pic img
    {
        max-width: 100%;
    }
}
.wrap-human-talent .talent .item .text
{
    padding: 10px 3%;
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-human-talent .talent .item .text .mask
{
    display: inline-block;

    margin-bottom: 30px;
    padding: 10px 60px;

    color: #fff;
    border-radius: 30px;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .text .mask
    {
        margin-bottom: 10px;
        padding: 10px 20px;
    }
}
.wrap-human-talent .talent .item .text .mask h2
{
    font-size: 32px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-human-talent .talent .item .text .mask h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .text .mask h2
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.wrap-human-talent .talent .item .text .title-talent h3
{
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-human-talent .talent .item .text .title-talent h3
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .text .title-talent h3
    {
        font-size: 16px;
        line-height: 30px;
    }
}
.wrap-human-talent .talent .item .text .note
{
    margin-top: 20px;
}
.wrap-human-talent .talent .item .text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-human-talent .talent .item .text .note p
    {
        font-size: 15px;
        line-height: 1.86666667;
    }
}
@media (max-width: 991px)
{
    .wrap-human-talent .talent .item .text .note p
    {
        font-size: 14px;
    }
}
.wrap-human-staff .staff > ul
{
    margin: 0 -20px;
}
@media (max-width: 1470px)
{
    .wrap-human-staff .staff > ul
    {
        margin: 0 -14px;
    }
}
.wrap-human-staff .staff > ul > li
{
    padding: 0 20px;
}
@media (max-width: 1470px)
{
    .wrap-human-staff .staff > ul > li
    {
        padding: 0 14px;
    }
}
.wrap-human-staff .staff .item
{
    display: block;

    margin-top: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f9f9f9;
}
.wrap-human-staff .staff .item .img-box
{
    padding-bottom: 57.44680851%;
}
.wrap-human-staff .staff .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-human-staff .staff .item .text
{
    padding: 30px 20px;
}
@media (max-width: 991px)
{
    .wrap-human-staff .staff .item .text
    {
        padding: 20px 14px;
    }
}
.wrap-human-staff .staff .item .text b
{
    font-size: 24px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-human-staff .staff .item .text b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-human-staff .staff .item .text b
    {
        font-size: 18px;
    }
}
.wrap-human-staff .staff .item .text span.date
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 16px;

    display: block;

    margin-top: 10px;

    color: #135494;
}
.wrap-human-staff .staff .item .text span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e64b';
}
.wrap-human-staff .staff .item .text p
{
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 56px;
    margin-top: 10px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-human-staff .staff .item .text span.more
{
    line-height: 24px;

    display: block;

    margin-top: 20px;

    color: #135494;
}
@media (max-width: 767px)
{
    .wrap-human-staff .staff .item .text span.more
    {
        margin-top: 10px;
    }
}
.wrap-human-staff .staff .item:hover
{
    background-color: #135494;

}
.wrap-human-staff .staff .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-human-staff .staff .item:hover .text
{
    color: #fff;
}
.wrap-human-staff .staff .item:hover .text b,
.wrap-human-staff .staff .item:hover .text span.date,
.wrap-human-staff .staff .item:hover .text span.more,
.wrap-human-staff .staff .item:hover .text p
{
    color: #fff;
}
.wrap-news .news-top
{
    margin-top: -30px;
}
.wrap-news .news-top .item
{
    font-size: 0;

    display: block;

    margin-top: 30px;
}
.wrap-news .news-top .item .pic,
.wrap-news .news-top .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news-top .item .pic
{
    position: relative;

    width: 40%;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news-top .item .pic .img-box
{
    padding-bottom: 57.40740741%;
}
.wrap-news .news-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .item .note
{
    width: 60%;
    padding: 14px;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .note
    {
        width: 100%;
        padding: 14px 0;
    }
}
.wrap-news .news-top .item .note b
{
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .note b
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .note b
    {
        font-size: 18px;
    }
}
.wrap-news .news-top .item .note span.date
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 8px;

    color: #6aa847;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .note span.date
    {
        font-size: 14px;
    }
}
.wrap-news .news-top .item .note span.date:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e64b';
}
.wrap-news .news-top .item .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 28px;
    margin: 10px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news-top .item .note p
    {
        font-size: 14px;
    }
}
.wrap-news .news-top .item .note .more
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 1660px)
{
    .wrap-news .news-top .item .note .more
    {
        margin-top: 20px;
    }
}
.wrap-news .news-top .item .note .more:before
{
    display: block;

    width: 60px;
    height: 14px;

    content: '';

    background: url(../images/more-black.png) no-repeat;
}
.wrap-news .news-top .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top .item:hover .note b
{
    color: #6aa847;
}
.wrap-news .news-top .item:hover .note .more:before
{
    background-image: url(../images/more-black-hover.png);
}
.wrap-news .news
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-news .news
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 40px;
    padding-left: 130px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {

        margin-top: 30px;
        padding-left: 100px;
    }
}
.wrap-news .news .item .date
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 130px;
    padding: 20px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .date
    {
        width: 100px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        padding: 15px 0;
    }
}
.wrap-news .news .item .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .date b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date b
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.wrap-news .news .item .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 4px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date span
    {
        font-size: 15px;
    }
}
.wrap-news .news .item .note
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note

    {
        padding: 10px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    font-weight: normal;

    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note b
    {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        margin: 2px 0 0 0;
    }
}
.wrap-news .news .item:hover
{
    background-color: #135494;
}
.wrap-news .news .item:hover .date
{
    background-color: #6aa847;
}
.wrap-news .news .item:hover .note
{
    color: #fff;
}
.wrap-news .news .item:hover .note p
{
    color: #fff;
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 28px;
    line-height: 1.53846154;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .news-info
{
    overflow: hidden;

    margin-top: 30px;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.wrap-news-show .news-info span.date,
.wrap-news-show .news-info span.view
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: inline-block;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-info span.date,
    .wrap-news-show .news-info span.view
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-info span.date,
    .wrap-news-show .news-info span.view
    {
        font-size: 12px;
    }
}
.wrap-news-show .news-info span.date
{
    margin-right: 20px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-info span.date
    {
        margin-right: 4px;
    }
}
.wrap-news-show .news-info a.return
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;
    float: right;

    color: #135494;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-info a.return
    {
        font-size: 14px;
    }
}
.wrap-news-show .news-info a.return:hover
{
    color: #6aa847;
}
.wrap-news-show .news-show
{
    overflow: hidden;

    padding-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show
    {

        padding-top: 30px;
    }
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
        line-height: 2;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-news-show .news-relate
{
    margin-top: 60px;
    padding-top: 40px;

    border-top: 1px dashed #dcdcdc;
}
.wrap-news-show .news-relate a
{
    font-size: 14px;
    line-height: 48px;

    display: inline-block;
    overflow: hidden;

    height: 48px;
    margin-top: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
    border: 1px dashed #c4c4c4;
    border-radius: 30px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 44px;

        height: 44px;
        padding: 0 14px;
    }
}
.wrap-news-show .news-relate a:hover
{
    color: #135494;
    border-color: #135494;
}
.wrap-news-show .news-relate .next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate .next
    {
        text-align: left;
    }
}
.wrap-news-show .news-right
{
    padding-left: 8%;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-right
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-news-show .news-right .title-news-relate
{
    position: relative;

    display: inline-block;
}
.wrap-news-show .news-right .title-news-relate:after
{
    display: block;

    width: 100%;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #135494;
}
.wrap-news-show .news-right .title-news-relate h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-right .title-news-relate h2
    {
        font-size: 22px;
    }
}
.wrap-news-show .news-right .title-news-relate h2:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 50%;
    height: 4px;
    margin-top: 10px;

    content: '';

    background-color: #6aa847;
}
.wrap-news-show .news-right .list > ul > li
{
    padding: 20px 0;

    border-bottom: 1px dashed #d2d2d2;
}
.wrap-news-show .news-right .list > ul > li:last-child
{
    border-bottom: none;
}
.wrap-news-show .news-right .list .item
{
    display: block;
}
.wrap-news-show .news-right .list .item b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news-show .news-right .list .item b
    {
        font-size: 16px;
    }
}
.wrap-news-show .news-right .list .item span.date
{
    line-height: 30px;

    display: block;

    color: #666;
}
.wrap-news-show .news-right .list .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news-show .news-right .list .item:hover b
{
    color: #6aa847;
}
.wrap-product-bolizhi .product-top,
.wrap-product-bolizhi .product-bottom
{
    font-size: 0;

    padding: 30px;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-top,
    .wrap-product-bolizhi .product-bottom
    {
        padding: 10px;
    }
}
.wrap-product-bolizhi .product-top .pic,
.wrap-product-bolizhi .product-bottom .pic,
.wrap-product-bolizhi .product-top .text,
.wrap-product-bolizhi .product-bottom .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product-bolizhi .product-top .pic,
.wrap-product-bolizhi .product-bottom .pic
{
    width: 45%;
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-top .pic,
    .wrap-product-bolizhi .product-bottom .pic
    {
        width: 100%;
    }
}
.wrap-product-bolizhi .product-top .pic img,
.wrap-product-bolizhi .product-bottom .pic img
{
    width: 100%;
}
.wrap-product-bolizhi .product-top .text,
.wrap-product-bolizhi .product-bottom .text
{
    width: 55%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-top .text,
    .wrap-product-bolizhi .product-bottom .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-product-bolizhi .product-top .text h3,
.wrap-product-bolizhi .product-bottom .text h3
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;

    margin: 0;

    color: #135494;
}
@media (max-width: 1470px)
{
    .wrap-product-bolizhi .product-top .text h3,
    .wrap-product-bolizhi .product-bottom .text h3
    {
        font-size: 35px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-bolizhi .product-top .text h3,
    .wrap-product-bolizhi .product-bottom .text h3
    {

        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-top .text h3,
    .wrap-product-bolizhi .product-bottom .text h3
    {
        font-size: 20px;
    }
}
.wrap-product-bolizhi .product-top .text .note,
.wrap-product-bolizhi .product-bottom .text .note
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-top .text .note,
    .wrap-product-bolizhi .product-bottom .text .note
    {
        margin-top: 10px;
    }
}
.wrap-product-bolizhi .product-top .text .note p,
.wrap-product-bolizhi .product-bottom .text .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-bolizhi .product-top .text .note p,
    .wrap-product-bolizhi .product-bottom .text .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-top .text .note p,
    .wrap-product-bolizhi .product-bottom .text .note p
    {
        font-size: 14px;
    }
}
.wrap-product-bolizhi .product-middle
{
    padding: 80px 0;
}
@media (max-width: 991px)
{
    .wrap-product-bolizhi .product-middle
    {
        padding: 50px 0;
    }
}
.wrap-product-bolizhi .product-middle .list > ul
{
    font-size: 0;

    margin: 0 -10px;

    text-align: center;
}
.wrap-product-bolizhi .product-middle .list > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    margin-top: 30px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)


{
    .wrap-product-bolizhi .product-middle .list > ul > li
    {
        width: 33.33333333%;
        margin-top: 14px;
    }
}
.wrap-product-bolizhi .product-middle .list .item
{
    display: block;
}
.wrap-product-bolizhi .product-middle .list .item .item-icon
{
    max-width: 120px;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-middle .list .item .item-icon
    {
        max-width: 80px;
    }
}
.wrap-product-bolizhi .product-middle .list .item p
{
    font-size: 26px;
    line-height: 40px;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-product-bolizhi .product-middle .list .item p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-bolizhi .product-middle .list .item p
    {
        font-size: 14px;
    }
}
.wrap-product-bolizhi .product-middle .list .item:hover .item-icon
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-product .product
{
    margin-top: -50px;
}
@media (max-width: 767px)
{
    .wrap-product .product
    {
        margin-top: -30px;
    }
}
.wrap-product .product .item

{
    font-size: 0;

    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic,
.wrap-product .product .item .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item .pic
{
    width: 40%;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product .item .pic .img-box
{
    padding-bottom: 58.33333333%;
}
.wrap-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item .text
{
    width: 60%;
    padding: 10px 3%;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.wrap-product .product .item .text h3
{
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #135494;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-product .product .item .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text h3
    {
        font-size: 20px;
    }
}
.wrap-product .product .item .text p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-product .product .item .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.wrap-product .product .item .text a.more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #135494;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .text a.more
    {
        font-size: 14px;
    }
}
.wrap-product .product .item:hover
{
    background-color: #135494;
}
.wrap-product .product .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover .text h3
{
    color: #fff;
}
.wrap-product .product .item:hover .text p
{
    color: #fff;
}
.wrap-product .product .item:hover .text a.more
{
    background-color: #6aa847;
}
.wrap-product-show .product-show
{
    font-size: 0;
}
.wrap-product-show .product-show .product-show-left,
.wrap-product-show .product-show .product-show-right
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-left,
    .wrap-product-show .product-show .product-show-right
    {
        width: 100%;
    }
}
.wrap-product-show .product-show .product-show-left .item
{
    border: 1px solid #dedede;
}
.wrap-product-show .product-show .product-show-left .item .img-box
{
    padding-bottom: 58.33333333%;
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav
{
    margin-top: 20px;
    padding: 0 20px;
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-slide
{
    padding: 0 8px;
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: -10px;

    overflow: hidden;

    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #d2d2d2;
    border: none;
    outline: none;
    background: none;
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62c';
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-arrow:before
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-arrow.slick-next
{
    right: -10px;
    left: auto;
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e9bc';
}
.wrap-product-show .product-show .product-show-left .slick-product-show-nav .slick-arrow:hover
{
    color: #135494;
}
.wrap-product-show .product-show .product-show-right
{
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-right
    {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
}
.wrap-product-show .product-show .product-show-right .title-product-show
{
    border-bottom: 1px solid #dcdcdc;
}
.wrap-product-show .product-show .product-show-right .title-product-show h1
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 40px;
    line-height: 1.4;

    display: inline-block;

    margin: 0;
    margin-bottom: -2px;
    padding-bottom: 10px;

    border-bottom: 3px solid #6aa847;
}
@media (max-width: 1470px)
{
    .wrap-product-show .product-show .product-show-right .title-product-show h1
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-right .title-product-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .product-show-right .title-product-show h1
    {
        font-size: 20px;
    }
}
.wrap-product-show .product-show .product-show-right .text
{
    margin-top: 20px;
}
.wrap-product-show .product-show .product-show-right .text h3
{
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    margin: 14px 0;
    padding: 10px 24px;

    color: #fff;
    border-radius: 40px;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-show-right .text h3
    {
        font-size: 18px;

        padding: 5px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .product-show-right .text h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .product-show .product-show-right .text h4
{
    font-size: 18px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-right .text h4
    {
        font-size: 15px;
    }
}
.wrap-product-show .product-show .product-show-right .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-right .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .product-show-right .btn-pro
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-right .btn-pro
    {
        margin-top: 20px;
    }
}
.wrap-product-show .product-show .product-show-right .btn-pro a
{
    font-size: 18px;
    line-height: 44px;

    display: inline-block;

    margin-top: 10px;
    margin-right: 30px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
	cursor:pointer;
    color: #fff;
    background-color: #6aa847;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .product-show-right .btn-pro a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .product-show-right .btn-pro a
    {
        margin-right: 10px;
        padding: 0 14px;
    }
}
.wrap-product-show .product-show .product-show-right .btn-pro a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: normal;

    margin-right: 10px;

    content: '\e6d5';
}
.wrap-product-show .product-show .product-show-right .btn-pro a.btnzixun
{
    margin-right: 0;

    background-color: #135494;
}
.wrap-product-show .product-show .product-show-right .btn-pro a.btnzixun:before
{
    content: '\e661';
}
.wrap-product-show .product-show .product-show-right .btn-pro a:hover
{
    background-color: #3d8216;
}
.wrap-product-show .parameter
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title-parameter
{
    padding: 15px 0;

    text-align: center;

    background-color: #f9f9f9;
}
.wrap-product-show .parameter .title-parameter h2
{
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .title-parameter h2
    {
        font-size: 22px;
    }
}
.wrap-product-show .parameter .text
{
    font-size: 16px;
    line-height: 2.25;

    padding: 0 3%;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .text table
{
    max-width: 100%;
    margin: 0 -30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text table
    {
        margin: 0 -6px;
    }
}
.wrap-product-show .parameter .text table td
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text table td
    {
        padding: 0 6px;
    }
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text .title-text
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text .title-text
    {
        margin-top: 14px;
    }
}
.wrap-product-show .parameter .text .title-text h3
{
    font-size: 20px;
    line-height: 28px;

    display: inline-block;

    margin: 14px 0;
    padding: 10px 24px;

    color: #fff;
    border-radius: 40px;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text .title-text h3
    {
        font-size: 18px;

        padding: 5px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text .title-text h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .parameter .text .title-text:nth-child(2n) h3
{
    background-color: #6aa847;
}
.wrap-product-show .parameter .text .title-text.title-text-green h3
{
    background-color: #6aa847;
}
.wrap-product-show .parameter .text .note-honor .row

{
    font-size: 0;
}
.wrap-product-show .parameter .text .note-honor .slick-product-honor{
	margin: 0 -15px;
}
.wrap-product-show .parameter .text .note-honor .slick-product-honor .slick-slide{
	padding: 0 15px;
}
.wrap-product-show .parameter .text .note-honor .itembox
{
    font-size: 14px;

    display: inline-block;
    float: none;

    margin-top: 10px;

    text-align: center;
    vertical-align: top;
}

.wrap-product-show .parameter .text .note-honor .itembox p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-other-product
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-other-product
    {
        padding-top: 50px;
    }
}
.wrap-other-product .title-other-product
{
    background-color: #f9f9f9;
}
.wrap-other-product .title-other-product h2
{
    font-size: 24px;
    line-height: 60px;

    display: inline-block;

    margin: 0;
    padding: 0 30px;

    color: #fff;
    background-color: #135494;
}
@media (max-width: 767px)
{
    .wrap-other-product .title-other-product h2
    {
        font-size: 18px;
        line-height: 40px;
    }
}
.wrap-other-product .title-other-product a.more
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;
    float: right;

    padding: 0 30px;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-other-product .title-other-product a.more
    {
        line-height: 40px;

        padding: 0 10px;
    }
}
.wrap-other-product .title-other-product a.more:hover
{
    text-decoration: underline;

    color: #6aa847;
}
.wrap-other-product .product .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-other-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-other-product .product .item .img-box
{
    padding-bottom: 58.33333333%;

    border: 1px solid #eaeaea;
}
.wrap-other-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-other-product .product .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 8px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-other-product .product .item p
    {
        font-size: 14px;
    }
}
.wrap-other-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-other-product .product .item:hover p
{
    color: #6aa847;
}
.wrap-market-guonei .market-sort,
.wrap-market-guoji .market-sort
{
    margin-top: 10px;

    text-align: center;
}
.wrap-market-guonei .market-sort > ul,
.wrap-market-guoji .market-sort > ul
{
    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-sort > ul,
    .wrap-market-guoji .market-sort > ul
    {
        margin: 0 -10px;
    }
}
.wrap-market-guonei .market-sort > ul li,
.wrap-market-guoji .market-sort > ul li
{
    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-sort > ul li,
    .wrap-market-guoji .market-sort > ul li
    {
        margin-top: 10px;
        padding: 0 10px;
    }
}
.wrap-market-guonei .market-sort > ul li a,
.wrap-market-guoji .market-sort > ul li a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-radius: 30px;
    background-color: #d2d2d2;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-sort > ul li a,
    .wrap-market-guoji .market-sort > ul li a
    {
        line-height: 40px;

        padding: 0 30px;
    }
}
.wrap-market-guonei .market-sort > ul li.active a,
.wrap-market-guoji .market-sort > ul li.active a,
.wrap-market-guonei .market-sort > ul li:hover a,
.wrap-market-guoji .market-sort > ul li:hover a
{
    color: #fff;
    background-color: #135494;
}
.wrap-market-guonei .market-guonei
{
    font-size: 0;

    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-guonei
    {
        margin-top: 40px;
    }
}
.wrap-market-guonei .market-guonei .pic,
.wrap-market-guonei .market-guonei .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-market-guonei .market-guonei .pic
{
    width: 65%;
}
@media (max-width: 1199px)
{
    .wrap-market-guonei .market-guonei .pic
    {
        width: 100%;
    }
}
.wrap-market-guonei .market-guonei .pic img
{
    max-width: 100%;
}
.wrap-market-guonei .market-guonei .text
{
    width: 35%;
}
@media (max-width: 1199px)
{
    .wrap-market-guonei .market-guonei .text
    {
        width: 100%;
    }
}
.wrap-market-guonei .market-guonei .text > ul > li
{
    padding: 20px 0;

    border-bottom: 1px dashed #dcdcdc;
}
.wrap-market-guonei .market-guonei .text > ul > li .item
{
    position: relative;

    padding-left: 90px;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-guonei .text > ul > li .item
    {
        padding-left: 70px;
    }
}
.wrap-market-guonei .market-guonei .text > ul > li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 74px;

    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 74px;
    height: 74px;

    content: '\e64e';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #135494;
    border: 1px solid #135494;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-guonei .text > ul > li .item:before
    {
        font-size: 30px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-market-guonei .market-guonei .text > ul > li .item-fax:before
{
    content: '\e6a0';
}
.wrap-market-guonei .market-guonei .text > ul > li .item-email:before
{
    content: '\e66d';
}
.wrap-market-guonei .market-guonei .text > ul > li .item p
{
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-guonei .text > ul > li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-market-guonei .market-guonei .text > ul > li .item p
    {
        font-size: 15px;
    }
}
.wrap-market-guonei .market-guonei .text > ul > li .item b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 36px;
    line-height: 1.2;

    display: block;

    color: #135494;
}
@media (max-width: 991px)
{
    .wrap-market-guonei .market-guonei .text > ul > li .item b
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .wrap-market-guonei .market-guonei .text > ul > li .item b
    {
        font-size: 20px;
    }
}
.wrap-market-guoji .market-guoji
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-market-guoji .market-guoji
    {
        margin-top: 40px;
    }
}
.wrap-market-guoji .text > ul
{
    font-size: 0;

    text-align: center;
}
@media (max-width: 767px)
{

    .wrap-market-guoji .text > ul
    {
        text-align: left;
    }
}
.wrap-market-guoji .text > ul > li
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 3%;

    text-align: center;
    vertical-align: middle;

    background: url(../images/line-4.png) no-repeat center right;
}
@media (max-width: 1470px)
{
    .wrap-market-guoji .text > ul > li
    {
        width: 33.33333333%;
        padding: 20px 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-market-guoji .text > ul > li
    {
        width: 100%;

        background: none;
    }
}
.wrap-market-guoji .text > ul > li:last-child
{
    background: none;
}
.wrap-market-guoji .text > ul > li .item
{
    position: relative;

    display: inline-block;

    padding-left: 90px;

    text-align: left;
}
@media (max-width: 991px)
{
    .wrap-market-guoji .text > ul > li .item
    {
        padding-left: 70px;
    }
}
@media (max-width: 767px)
{
    .wrap-market-guoji .text > ul > li .item
    {
        display: block;
    }
}

.wrap-market-guoji .text > ul > li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 74px;

    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 74px;
    height: 74px;

    content: '\e64e';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #135494;
    border: 1px solid #135494;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .wrap-market-guoji .text > ul > li .item:before
    {
        font-size: 30px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.wrap-market-guoji .text > ul > li .item-fax:before
{
    content: '\e6a0';
}
.wrap-market-guoji .text > ul > li .item-email:before
{
    content: '\e66d';
}
.wrap-market-guoji .text > ul > li .item p
{
    font-size: 20px;
    line-height: 1.5;
}
@media (max-width: 991px)
{
    .wrap-market-guoji .text > ul > li .item p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-market-guoji .text > ul > li .item p
    {
        font-size: 15px;
    }
}
.wrap-market-guoji .text > ul > li .item b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 24px;
    line-height: 1.2;

    display: block;

    color: #135494;
}
@media (max-width: 991px)
{
    .wrap-market-guoji .text > ul > li .item b
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-market-guoji .text > ul > li .item b
    {
        font-size: 18px;
    }
}
.wrap-market-guoji .pic
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-market-guoji .pic
    {
        margin-top: 30px;
    }
}
.wrap-market-guoji .pic img
{
    max-width: 100%;
}
.wrap-contact .contact ul
{
    font-size: 0;

    margin: 0 -20px;
}
.wrap-contact .contact ul li
{
    font-size: 14px;

    display: inline-block;

    width: 21%;
    margin-top: 30px;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact ul li
    {
        width: 100%;
    }
}
.wrap-contact .contact ul li:last-child
{
    width: 16%;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li:last-child
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact ul li:last-child
    {
        width: 100%;
    }
}
.wrap-contact .contact .item-1 .title-about h1
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    display: block;

    margin: 0;

    color: #135494;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item-1 .title-about h1
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item-1 .title-about h1
    {
        font-size: 20px;
    }
}
.wrap-contact .contact .item-1 .title-about h2
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 16px;
    line-height: 1.25;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item-1 .title-about h2
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item-1 p.address
{
    font-size: 18px;
    line-height: 30px;

    margin: 10px 0 0 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item-1 p.address
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item-1 p.address:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 6px;

    content: '\e608';

    color: #c1c1c1;
}
.wrap-contact .contact .item-2 .title-item:after,
.wrap-contact .contact .item-3 .title-item:after
{
    display: block;

    width: 32px;
    height: 3px;
    margin-top: 10px;

    content: '';

    background-color: #135494;
}
.wrap-contact .contact .item-2 .title-item h3,
.wrap-contact .contact .item-3 .title-item h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{

    .wrap-contact .contact .item-2 .title-item h3,
    .wrap-contact .contact .item-3 .title-item h3
    {
        font-size: 22px;
    }
}
.wrap-contact .contact .item-2 .text,
.wrap-contact .contact .item-3 .text
{
    margin-top: 14px;
}
.wrap-contact .contact .item-2 .text p,
.wrap-contact .contact .item-3 .text p
{
    font-size: 17px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item-2 .text p,
    .wrap-contact .contact .item-3 .text p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item-2 .text p span,
.wrap-contact .contact .item-3 .text p span
{
    font-size: 16px;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item-2 .text p span,
    .wrap-contact .contact .item-3 .text p span
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .item-4 .tel
{
    color: #6aa847;
}
.wrap-contact .contact .item-4 .tel:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;


    content: '\e64d';
}
.wrap-contact .contact .item-4 .tel p
{
    font-size: 18px;
    line-height: 20px;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item-4 .tel p
    {
        font-size: 16px;
    }
}
.wrap-contact .contact .item-4 .tel b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 30px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-contact .contact .item-4 .tel b
    {
        font-size: 22px;
    }
}
.wrap-contact .map
{
    height: 580px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        height: 320px;
        margin-top: 30px;
    }
}
.wrap-contact .message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 40px;
    }
}
.wrap-contact .message .title-message
{
    padding-bottom: 14px;

    border-bottom: 1px solid #bfbfbf;
}
.wrap-contact .message .title-message b
{
    font-size: 34px;
    font-weight: normal;
    line-height: 34px;

    display: block;

    color: #135494;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message b
    {
        font-size: 24px;
    }
}
.wrap-contact .message .title-message p
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 26px;
    line-height: 1;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message p
    {
        font-size: 20px;
    }
}
.wrap-contact .message .item
{
    position: relative;

    margin-top: 26px;
}
@media (max-width: 991px)
{


    .wrap-contact .message .item
    {
        margin-top: 16px;
    }
}
.wrap-contact .message .item:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 60px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;

    content: '\e609';
    text-align: center;

    color: #afafaf;
}
.wrap-contact .message .item-tel:before
{
    content: '\e61c';
}
.wrap-contact .message .item-email:before
{
    content: '\e6a4';
}
.wrap-contact .message .item-content:before
{
    content: '\e690';
}
.wrap-contact .message .item input,
.wrap-contact .message .item textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    padding: 15px 10px 15px 50px;

    border: 1px solid #d2d2d2;
    border-radius: 8px;
    background: none;
}
.wrap-contact .message .item{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.wrap-contact .message .item:last-child{
	margin-right: 0;
}
.wrap-contact .message .item.item-email,
.wrap-contact .message .item.item-content,
.wrap-contact .message .item.item-send{
	width: 100%;
}
.wrap-contact .message .item.item-country::before{
	width: 60px;
	height: 60px;
	background: url(../images/img/ico-gj.png) 35% center no-repeat;
	content: "";
}
.wrap-contact .message .item.item-company::before{
	width: 60px;
	height: 60px;
	background: url(../images/img/ico-gs.png) 35% center no-repeat;
	content: "";
}
@media (max-width: 767px){
	.wrap-contact .message .item{
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 991px)
{
    .wrap-contact .message .item input,
    .wrap-contact .message .item textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message .item input::-webkit-input-placeholder,
.wrap-contact .message .item textarea::-webkit-input-placeholder
{
    color: #afafaf;
}
.wrap-contact .message .item input:-o-placeholder,
.wrap-contact .message .item textarea:-o-placeholder
{
    color: #afafaf;
}
.wrap-contact .message .item input::-moz-placeholder,
.wrap-contact .message .item textarea::-moz-placeholder
{
    color: #afafaf;
}
.wrap-contact .message .item input:-ms-input-placeholder,
.wrap-contact .message .item textarea:-ms-input-placeholder
{
    color: #afafaf;
}
.wrap-contact .message .item input:focus::-webkit-input-placeholder,
.wrap-contact .message .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .item input:focus::-o-placeholder,
.wrap-contact .message .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .item input:focus::-moz-placeholder,
.wrap-contact .message .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .item input:focus::-ms-input-placeholder,
.wrap-contact .message .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .item-send
{
    margin-top: 40px;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-contact .message .item-send
    {
        margin-top: 20px;
    }
}
.wrap-contact .message .item-send:before
{
    display: none;
}
.wrap-contact .message .item-send .reset,
.wrap-contact .message .item-send .submit
{
    font-size: 20px;
    line-height: 60px;

    padding: 0 46px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 10px;
    outline: none;
    background-color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .message .item-send .reset,
    .wrap-contact .message .item-send .submit
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 30px;
    }
}
.wrap-contact .message .item-send .reset:hover,
.wrap-contact .message .item-send .submit:hover
{
    background-color: #3d8216;
}
.wrap-contact .message .item-send .reset
{
    margin-right: 20px;

    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-contact .pic
    {
        margin-top: 30px;

    }
    .wrap-contact .pic img
    {
        max-width: 100%;
    }
}
.wrap-recruit .recruit
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit
    {
        padding-top: 30px;
    }
}
.wrap-recruit .recruit .title-recruit
{
    text-align: center;
}
.wrap-recruit .recruit .title-recruit b
{
    font-size: 24px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit b
    {
        font-size: 24px;
    }
}
.wrap-recruit .recruit .title-recruit p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-recruit .recruit .title-recruit p
    {
        font-size: 26px;
    }
}
.wrap-recruit .recruit .title-recruit p span
{
    font-weight: bold;
}
.wrap-recruit .list
{
    overflow-x: auto;
}
.wrap-recruit .list > ul
{
    overflow: hidden;
}
.wrap-recruit .list > ul > li
{
    padding: 20px 0;

    border-bottom: 1px solid #e6e6e6;
}
.wrap-recruit .list > ul > li .tlist
{
    display: table;
    overflow: hidden;

    width: 100%;
}
.wrap-recruit .list > ul > li .tlist i{
	font-style: normal;
}
.wrap-recruit .list > ul > li .tlist .titem-left
{
    width: 15%;
    padding: 10px;

    text-align: center;

    border-right: 1px solid #c8c8c8;
}
.wrap-recruit .list > ul > li .tlist .titem-left b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    display: block;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-left b
    {
        font-size: 18px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle
{
    width: 70%;
    padding: 10px 3%;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle
    {
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p
{
    font-size: 18px;
    line-height: 2;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p
    {
        font-size: 14px;

        margin: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-middle p span
{
    display: inline-block;

    min-width: 32%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .tlist .titem-middle p span
    {
        display: block;

        margin-right: 0;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right
{
    width: 15%;
    padding: 10px;
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 20px;
    padding: 0 40px;

    color: #fff;
    border-radius: 4px;
    background-color: #6aa847;
}
@media (max-width: 1199px)
{
    .wrap-recruit .list > ul > li .tlist .titem-right a.more
    {
        font-size: 12px;
        line-height: 24px;

        height: auto;
        margin-top: 0;
        padding: 10px;
    }
}
.wrap-recruit .list > ul > li .tlist .titem-right a.more:before
{
    display: inline-block;

    content: ;
    vertical-align: middle;
    word-break: break-all;
}
.wrap-recruit .list > ul > li .tlist .titem-left,
.wrap-recruit .list > ul > li .tlist .titem-middle,
.wrap-recruit .list > ul > li .tlist .titem-right
{
    display: table-cell;

    vertical-align: top;
}
.wrap-recruit .list > ul > li.current .titem-right a.more
{
    color: #333;
    background-color: #dcdcdc;
}
.wrap-recruit .list > ul > li.current .titem-right a.more:before
{
    content: ;
}
.wrap-recruit .list > ul > li .note
{
    display: none;

    padding: 30px 30px;

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-recruit .list > ul > li .note h3
{
    font-size: 22px;
    line-height: 1.63636364;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .note h3
    {
        font-size: 16px;
    }
}
.wrap-recruit .list > ul > li .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-recruit .list > ul > li .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-recruit .list > ul > li .note a.apply
{
    font-size: 16px;
    line-height: 44px;

    display: inline-block;

    height: 44px;
    margin-top: 40px;
    padding: 0 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 4px;
    background-color: #135494;
}

.wrap-recruit .list > ul > li .note a.apply:hover
{
    background-color: #6aa847;
}
.wrap-recruit .message
{

    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-recruit .message
    {
        padding: 20px;
    }
}
.wrap-recruit .message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-recruit .message form
{
    overflow: hidden;
}
.wrap-recruit .message .col-xs-12
{
    margin-top: 6px;
}
.wrap-recruit .message form
{
    margin-top: 30px;
}

.wrap-recruit .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-recruit .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .title-message h3
    {
        font-size: 18px;
    }
}
.wrap-recruit .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-recruit .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wrap-recruit .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #6aa847;
}
.wrap-recruit .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .item
    {
        padding-left: 90px;
    }
}
.wrap-recruit .message p
{
    font-size: 16px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-recruit .message p
    {
        font-size: 14px;

        width: 70px;
    }

}
.wrap-recruit .message input,
.wrap-recruit .message textarea,
.wrap-recruit .message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.wrap-recruit .message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin-top: 10px;

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-recruit .message .radio
    {
        font-size: 15px;
    }
}
.wrap-recruit .message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 1em;

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #135494;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.wrap-recruit .message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #3197ee;
    outline: none;
}
.wrap-recruit .message .radio input[type='radio'] + .radio-label:empty:before
{

    margin-right: 0;
}
.wrap-recruit .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-recruit .message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    margin-top: 20px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #135494;
}
@media (max-width: 1560px)
{
    .wrap-recruit .message .btn
    {
        font-size: 16px;
    }
}
.wrap-recruit .message .btn.reset
{
    margin-right: 100px;

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .wrap-recruit .message .btn.reset
    {
        margin-right: 20px;
    }
}
.wrap-recruit .message .btn:hover
{
    background-color: #3d8216;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.wrap-investor .investor
{
    padding: 50px;

    background: url(../images/investor_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-investor .investor
    {
        padding: 10px;
    }
}
.wrap-investor .investor img
{
    max-width: 100%;
}
.wrap-investor .investor .info
{
    max-width: 750px;
    padding: 30px;

    background-color: rgba(255, 255, 255, .9);
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info
    {
        max-width: 100%;
        padding: 30px 10px;
    }
}
.wrap-investor .investor .info .title-investor
{
    position: relative;

    padding-right: 230px;

    border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .title-investor
    {
        padding-right: 0;
    }
}
.wrap-investor .investor .info .title-investor b
{
    font-size: 34px;
    line-height: 1.2;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .title-investor b
    {
        font-size: 20px;
    }
}
.wrap-investor .investor .info .title-investor p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 10px 0;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .title-investor p
    {
        font-size: 14px;
    }
}
.wrap-investor .investor .info .title-investor span.number
{
    font-size: 64px;
    line-height: 1;

    position: absolute;
    right: 0;
    bottom: 10px;

    display: block;

    color: #6aa847;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .title-investor span.number
    {
        font-size: 30px;

        position: relative;
    }
}
.wrap-investor .investor .info .xinvestor-asider
{
    margin-top: 20px;
}
.wrap-investor .investor .info .xinvestor-asider .t4
{
    font-size: 120px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    color: #e70000;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .xinvestor-asider .t4
    {
        font-size: 40px;
    }
}
.wrap-investor .investor .info .xinvestor-asider .t4 span
{
    font-size: 44px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .xinvestor-asider .t4 span
    {
        font-size: 20px;
    }
}
.wrap-investor .investor .info .xinvestor-asider .t5
{
    font-size: 20px;

    display: inline-block;
    float: right;
    overflow: hidden;

    margin-top: 40px;

    color: #e70000;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .xinvestor-asider .t5
    {
        font-size: 18px;

        margin-top: 0;
    }
}
.wrap-investor .investor .info .xinvestor-asider .t5 img
{
    display: inline-block;

    margin-top: 10px;
    margin-right: 10px;

    vertical-align: middle;
}
.wrap-investor .investor .info .xinvestor-asider .t5 span
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-investor .investor .info .xinvestor-asider .t5 span b
{
    font-weight: normal;

    display: block;
}
.wrap-investor .investor .info .xinvestor-asider > ul
{
    clear: both;
    overflow: hidden;
}
.wrap-investor .investor .info .xinvestor-asider > ul > li
{
    float: left;

    width: 25%;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-investor .investor .info .xinvestor-asider > ul > li
    {
        width: 50%;
    }
}
.wrap-investor .investor .info .xinvestor-asider > ul > li p
{
    font-size: 26px;
    line-height: 1.30769231;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .xinvestor-asider > ul > li p
    {
        font-size: 22px;
    }
}
.wrap-investor .investor .info .xinvestor-asider > ul > li span
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-investor .investor .info .xinvestor-asider > ul > li span
    {
        font-size: 16px;
    }
}
.wrap-investor .investor .info .xinvestor-asider .t6
{
    font-size: 16px;
    line-height: 30px;

    margin: 20px 0 0 0;

    color: #999;
}
.wrap-investor .news-notice
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice
    {
        padding: 50px 0;
    }
}
.wrap-investor .news-notice .list .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 40px;
    padding-left: 130px;

    -webkit-transition: all .2s;
            transition: all .2s;


    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice .list .item
    {
        margin-top: 30px;
        padding-left: 100px;
    }
}
.wrap-investor .news-notice .list .item .date
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 130px;
    padding: 20px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #135494;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice .list .item .date
    {
        width: 100px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .wrap-investor .news-notice .list .item .date
    {
        padding: 15px 0;
    }
}
.wrap-investor .news-notice .list .item .date:after
{
    position: absolute;
    top: 20%;
    right: -1px;

    display: block;

    width: 1px;
    height: 60%;

    content: '';

    background-color: #89aaca;
}
.wrap-investor .news-notice .list .item .date b
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice .list .item .date b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .wrap-investor .news-notice .list .item .date b
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.wrap-investor .news-notice .list .item .date span
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 18px;
    line-height: 30px;

    display: block;

    margin-top: 4px;
}
@media (max-width: 767px)
{
    .wrap-investor .news-notice .list .item .date span
    {
        font-size: 15px;
    }
}
.wrap-investor .news-notice .list .item .note
{
    padding: 20px;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice .list .item .note
    {
        padding: 10px;
    }
}
.wrap-investor .news-notice .list .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice .list .item .note b
    {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-investor .news-notice .list .item .note b
    {
        font-size: 16px;
    }
}
.wrap-investor .news-notice .list .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-investor .news-notice .list .item .note p
    {
        margin: 2px 0 0 0;
    }
}
.wrap-investor .news-notice .list .item:hover
{
    background-color: #135494;
}
.wrap-investor .news-notice .list .item:hover .date
{
    background-color: #135494;
}
.wrap-investor .news-notice .list .item:hover .note
{
    color: #fff;
}
.wrap-investor .news-notice .list .item:hover .note p
{
    color: #fff;
}
.wrap-investor .governance
{
    position: relative;

    padding: 70px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-investor .governance
    {
        padding: 50px 0;
    }
}
.wrap-investor .governance:before
{
    position: absolute;
    top: 0;
    left: -50%;

    display: block;

    width: 200%;
    height: 100%;

    content: '';

    background-color: #f9f9f9;
}
.wrap-investor .governance .title-in
{
    position: relative;
    z-index: 2;
}
.wrap-investor .governance .slick-governance
{
    position: relative;
    z-index: 2;

    margin: 0 -10px;
}
.wrap-investor .governance .slick-governance .slick-slide
{
    padding: 20px;
}
.wrap-investor .governance .slick-governance .item
{
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 24px 0 24px 130px;

    color: inherit;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-investor .governance .slick-governance .item
    {
        padding: 20px 0 20px 100px;
    }
}
.wrap-investor .governance .slick-governance .item .date
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 130px;
    height: 100%;
    padding-top: 14px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background-color: #6aa847;
}
@media (max-width: 991px)
{
    .wrap-investor .governance .slick-governance .item .date
    {
        width: 90px;
        padding-top: 30px;
    }
}
.wrap-investor .governance .slick-governance .item .date b
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 60px;
    line-height: 1.2;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1470px)
{
    .wrap-investor .governance .slick-governance .item .date b
    {
        font-size: 50px;
    }
}
@media (max-width: 991px)
{
    .wrap-investor .governance .slick-governance .item .date b
    {
        font-size: 30px;
    }
}
.wrap-investor .governance .slick-governance .item .date span
{
    font-family: 'ITC Avant Garde Gothic book';
    font-size: 18px;

    line-height: 1.66666667;

    display: block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-investor .governance .slick-governance .item .date span
    {
        font-size: 16px;
    }
}
.wrap-investor .governance .slick-governance .item .note
{
    padding: 0 30px;
}
@media (max-width: 991px)
{
    .wrap-investor .governance .slick-governance .item .note
    {
        padding: 0;
    }
}
.wrap-investor .governance .slick-governance .item .note b
{
    font-size: 22px;
    font-weight: normal;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-investor .governance .slick-governance .item .note b
    {
        font-size: 18px;
    }
}
.wrap-investor .governance .slick-governance .item .note p
{
    font-size: 14px;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 2px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-investor .governance .slick-governance .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-investor .governance .slick-governance .item:hover .note b,
.wrap-investor .governance .slick-governance .item:hover .note p
{
    color: #6aa847;
}
.wrap-investor .governance .slick-governance .slick-dots
{
    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.wrap-investor .governance .slick-governance .slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    border-radius: 50%;
    background-color: #dcdcdc;
}
.wrap-investor .governance .slick-governance .slick-dots li.slick-active
{
    background-color: #6aa847;
}
.wrap-investor .governance .slick-governance .slick-dots li button
{
    display: none;
}
.wrap-investor .protection
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-investor .protection
    {
        padding-top: 50px;
    }
}
.wrap-investor .protection .list
{
    margin-top: 30px;
}
.wrap-investor .protection .list ul
{
    overflow: hidden;

    padding: 10px;
}
.wrap-investor .protection .list ul li
{
    float: left;

    width: 33.33333333%;

    border-right: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-investor .protection .list ul li
    {
        width: 50%;
        margin-top: 0;

        border: none;
        border-bottom: 1px solid #dcdcdc;
    }
}
@media (max-width: 767px)
{
    .wrap-investor .protection .list ul li
    {
        width: 100%;
    }
}
.wrap-investor .protection .list ul li:nth-child(3n)
{
    border-right: none;
}
.wrap-investor .protection .list .item
{
    display: block;

    padding: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
}
@media (max-width: 991px)
{
    .wrap-investor .protection .list .item
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-investor .protection .list .item
    {
        padding: 10px 0;
    }
}
.wrap-investor .protection .list .item span.date
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 16px;
    line-height: 2;

    display: block;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-investor .protection .list .item span.date
    {
        font-size: 16px;
    }
}
.wrap-investor .protection .list .item b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    max-height: 80px;

    color: #135494;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-investor .protection .list .item b
    {

        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
.wrap-investor .protection .list .item p
{
    font-size: 16px;
    line-height: 32px;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 20px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-investor .protection .list .item p
    {
        font-size: 14px;
        line-height: 24px;

        height: 72px;
        margin: 10px 0 0 0;
    }
}
.wrap-investor .protection .list .item span.more
{
    font-size: 16px;
    line-height: 2;

    display: block;

    margin-top: 20px;

    color: #135494;
}
@media (max-width: 991px)
{
    .wrap-investor .protection .list .item span.more
    {
        font-size: 14px;
    }

}
.wrap-investor .protection .list .item:hover
{
    background-color: #135494;
}
.wrap-investor .protection .list .item:hover span.date,
.wrap-investor .protection .list .item:hover b,
.wrap-investor .protection .list .item:hover p,
.wrap-investor .protection .list .item:hover span.more
{
    color: #fff;
}
.wrap-investor .investor-contact
{
    padding-top: 70px;
}
.wrap-investor .investor-contact .info
{
    font-size: 0;

    margin-top: 50px;

    background-color: #f9f9f9;
}
.wrap-investor .investor-contact .info .pic,
.wrap-investor .investor-contact .info .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-investor .investor-contact .info .pic
{
    overflow: hidden;

    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-investor .investor-contact .info .pic
    {
        width: 100%;
    }
}
.wrap-investor .investor-contact .info .text
{
    width: 45%;
    padding: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-investor .investor-contact .info .text
    {
        width: 100%;
        padding: 30px 10px;
    }
}
.wrap-investor .investor-contact .info .text .note
{
    display: inline-block;

    text-align: left;
}
.wrap-investor .investor-contact .info .text .note p
{
    font-size: 24px;
    line-height: 40px;

    position: relative;

    margin: 14px 0;
    padding-left: 50px;
}
@media (max-width: 991px)
{
    .wrap-investor .investor-contact .info .text .note p
    {
        font-size: 18px;
    }
}

.wrap-investor .investor-contact .info .text .note p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e679';

    color: #777;
}
.wrap-investor .investor-contact .info .text .note p.email:before
{
    content: '\e63d';
}
.wrap-investor .investor-contact .info .text .note p.tel:before
{
    content: '\e6b6';
}
.wrap-investor .investor-contact .info .text .note p:hover
{
    color: #6aa847;
}
.wrap-investor .investor-contact .info .text .note p:hover:before
{
    color: #6aa847;
}
.page
{
    padding-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        padding-top: 40px;
    }
}
.page a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0 10px;
    padding: 0 4px;

    color: #999;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;

        padding: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #135494;

    border-bottom: 1px solid #135494;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.zoomDiv
{
    z-index: 8;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
#google_translate_element
{
    float: right;

    margin-top: 48px;
    margin-left: 30px;
}
@media (max-width: 1199px)
{
    #google_translate_element
    {
        display: none;
    }
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}


.fixed-message {
	width: 100%;
	max-width: 800px;
	display: none;
}
.fixed-message .item
{
    position: relative;

    margin-top: 26px;
}
@media (max-width: 991px)
{
    .fixed-message .item
    {
        margin-top: 16px;
    }
}
.fixed-message .item:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;

    line-height: 60px;

    position: absolute;
    top: 0;
    left: 0;

    width: 50px;


    content: '\e609';
    text-align: center;

    color: #afafaf;
}
.fixed-message .item-tel:before
{
    content: '\e61c';
}
.fixed-message .item-email:before
{
    content: '\e6a4';
}
.fixed-message .item-content:before
{
    content: '\e690';
}
.fixed-message .item input,
.fixed-message .item textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    padding: 15px 10px 15px 50px;

    border: 1px solid #d2d2d2;
    border-radius: 8px;
	outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .fixed-message .item input,
    .fixed-message .item textarea
    {
        font-size: 14px;
    }
}
.fixed-message .item input::-webkit-input-placeholder,
.fixed-message .item textarea::-webkit-input-placeholder
{
    color: #afafaf;
}
.fixed-message .item input:-o-placeholder,
.fixed-message .item textarea:-o-placeholder
{
    color: #afafaf;
}
.fixed-message .item input::-moz-placeholder,
.fixed-message .item textarea::-moz-placeholder
{
    color: #afafaf;
}
.fixed-message .item input:-ms-input-placeholder,
.fixed-message .item textarea:-ms-input-placeholder
{
    color: #afafaf;
}
.fixed-message .item input:focus::-webkit-input-placeholder,
.fixed-message .item textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.fixed-message .item input:focus::-o-placeholder,
.fixed-message .item textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.fixed-message .item input:focus::-moz-placeholder,
.fixed-message .item textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.fixed-message .item input:focus::-ms-input-placeholder,
.fixed-message .item textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.fixed-message .item-send
{
    margin-top: 40px;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .fixed-message .item-send
    {
        margin-top: 20px;
    }
}
.fixed-message .item-send:before
{
    display: none;
}
.fixed-message .item-send .reset,
.fixed-message .item-send .submit
{
    font-size: 20px;
    line-height: 60px;

    padding: 0 46px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 10px;
    outline: none;
    background-color: #999;
}
@media (max-width: 991px)
{
    .fixed-message .item-send .reset,
    .fixed-message .item-send .submit
    {
        font-size: 14px;
        line-height: 34px;

        padding: 0 30px;
    }
}
.fixed-message .item-send .reset:hover,
.fixed-message .item-send .submit:hover
{
    background-color: #3d8216;
}
.fixed-message .item-send .reset
{
    margin-right: 20px;

    background-color: #135494;
}

.wrap-online {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    display: none;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}
@media (max-width: 991px) {
    .wrap-online {
        display: none !important;
    }
}
.wrap-online .btn-online {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 60px;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.wrap-online .btn-online:after {
    font-family: 'iconfont' !important;
    content: '\e636';
    color: #6aa847;
}
.wrap-online.active-online {
    right: -60px;
}
.wrap-online.active-online .btn-online {
    -webkit-animation: fadeInRightonline 1s infinite linear 0s;
    animation: fadeInRightonline 1s infinite linear 0s;
}
.wrap-online.active-online .btn-online:after {
    content: '\e9bd';
}
.wrap-online ul {
    overflow: hidden;
    width: 60px;
    height: auto;
    border: 1px solid #e7e7e7;
}
.wrap-online ul li {
    border-bottom: 1px solid #e7e7e7;
}
.wrap-online ul li:last-child {
    border-bottom: none;
}
.wrap-online ul li a {
    display: block;
    width: 60px;
    height: 60px;
		line-height: 60px;
    text-align: center;
}
.wrap-online ul li a img {
    width: 100%; 
}
.wrap-online ul.open-online-ul {
    height: auto;
}
.gz-wx a::after{
	font-family: 'iconfont' !important;
	content: '\e604';
	font-size: 24px;
	color: #999;
}
.wrap-online .open-online {
    font-size: 30px;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #999;
    border: 1px solid #e7e7e7;
}
@-webkit-keyframes fadeInRightonline {
    from {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: none;
        transform: translate3d(0px, 0, 0);
        opacity: 1;
    }
}
@keyframes fadeInRightonline {
    from {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        -webkit-transform: translate3d(0px, 0, 0);
        transform: none;
        transform: translate3d(0px, 0, 0);
        opacity: 1;
    }
}
.fadeInRightonline {
    -webkit-animation-name: fadeInRightonline;
    animation-name: fadeInRightonline;
}

.protection .tel{
	text-align: center;
	margin-top: 50px;
}
.protection .tel p{
	display: inline-block;
	margin: 0;
	background-color: #145594;
	font-size: 24px;
	padding: 20px 50px;
	line-height: 40px;
	color: #ffffff;
	border-radius: 40px;
}
.protection .tel p span{
	font-size: 34px;
	font-family: 'ITC Avant Garde Gothic Book';
	font-weight: normal;
}
@media(max-width:767px){
	.protection .tel{
		margin-top: 30px;
	}
	.protection .tel p{
		font-size: 18px;
		line-height: 30px;
		padding: 10px 30px;
	}
	.protection .tel p span{
		font-size: 24px;
	}
}
.wrap-zhuanli
{
    display: none;
    overflow: hidden;

    border-radius: 10px;
}
.wrap-zhuanli .zhuanli
{
    max-width: 1230px;
    margin: 0 auto;
}
.wrap-zhuanli .zhuanli .list
{
    overflow-y: auto;

    max-height: 600px;
    margin-top: 20px;
}
.wrap-zhuanli .zhuanli .list::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-zhuanli .zhuanli .list::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.wrap-zhuanli .zhuanli .list::-webkit-scrollbar-thumb
{
    background-color: #135494;
}
.wrap-zhuanli .zhuanli ul
{
    font-size: 0;

    overflow: hidden;

    margin: 0;
}
.wrap-zhuanli .zhuanli ul li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    padding: 0;

    vertical-align: top;
}
.wrap-zhuanli .zhuanli .item
{
    display: block;

    padding: 8px;
}
.wrap-zhuanli .zhuanli .item img
{
    width: 100%;
}
.wrap-chengguo
{
    display: none;
    overflow: hidden;

    border-radius: 10px;
}
.wrap-chengguo .chengguo
{
    max-width: 1230px;
    margin: 0 auto;
}
.wrap-chengguo .text
{
    overflow-y: auto;

    max-height: 600px;
    margin-top: 20px;
    padding: 20px;
}
.wrap-chengguo .text::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-chengguo .text::-webkit-scrollbar-track
{
    background-color: #e5e5e5;
}
.wrap-chengguo .text::-webkit-scrollbar-thumb
{
    background-color: #135494;
}
.wrap-chengguo .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-chengguo .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
	.wrap-chengguo .text{
		padding: 20px 0;
	}
    .wrap-chengguo .text p
    {
        font-size: 14px;
    }
}
.wrap-chengguo .text .fangkuai
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: 10px;

    vertical-align: middle;

    background-color: #135494;
}
.wrap-technological .technological .item .text h4 a.more
{
    font-size: 14px;
    font-size: 20px;

    display: inline-block;
    float: right;

    cursor: pointer;
		line-height: 36px;
		border-radius: 18px;
		padding: 0 15px;
		padding: 5px 10px;
		border: 1px solid rgba(0,0,0,0.3);
		background: #135494;
		color: #fff;
}
.wrap-technological .technological .item .text h4 a.more:hover
{
    /* color: #6aa847; */
		/* border-color: #6aa847; */
}
@media (max-width: 767px){
	.wrap-technological .technological .item .text h4 a.more
	{
	    font-size: 14px;
			line-height: 28px;
			border-radius: 14px;
			padding: 0 10px;
	}
}


.wrap-abPic{
	float: left;
	width: 100%;
	padding: 36px 0;
	background: #f9f9f9;
	text-align: center;
}
.wrap-abPic a{
	display: inline-block;
	margin: 0 24px;
	text-align: center;
}
@media (max-width: 1660px){
	.wrap-abPic a{
		margin: 0 20px;
	}
}
@media (max-width: 1480px){
	.wrap-abPic a{
		margin: 0 16px;
	}
}
@media (max-width: 1366px){
	.wrap-abPic a img{
		height: 86px;
	}
}
@media (max-width: 1199px){
	.wrap-abPic a{
		margin: 0 12px;
	}
	.wrap-abPic a img{
		height: 68px;
	}
}
@media (max-width: 767px){
	.wrap-abPic{
		padding: 20px 0;
	}
	.wrap-abPic a{
		margin: 5px 15px;
	}
	.wrap-abPic a img{
		height: 60px;
	}
}

