/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@font-face
{
    font-family: 'iconfont';

    src: url('../fonts/iconfont.eot?t=1481266234445');
    src: url('../fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?t=1481266234445') format('woff'), url('../fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('../fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-weight: 500;

    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 (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
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;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

    border: none;
    outline: none;
}
a
{
    text-decoration: none;

    color: inherit;
}
a:hover
{
    text-decoration: none;

    color: inherit;
}
a:visited,
a:link
{
    text-decoration: none;

    color: inherit;
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 82px;
    padding: 0 4%;

    -webkit-transition: all .4s;
            transition: all .4s;

    border-bottom: 1px solid rgba(255, 255, 255, .16);
}
@media (max-width: 1710px)
{
    .header
    {
        padding: 0 30px;
    }
}
@media (max-width: 1450px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;

        background-color: #017753;
    }
}
@media (max-width: 767px)
{
    .header
    {
        padding: 0 10px;
    }
}
.header-in
{
    background-color: rgba(0, 0, 0, .2);
}
@media (max-width: 1199px)
{
    .header-in
    {
        background-color: rgba(0, 0, 0, .9);
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 62px;
    margin-top: 10px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1560px)
{
    .header .logo
    {
        height: 52px;
        margin-top: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
@media (max-width: 360px)
{
    .header .logo
    {
        height: 34px;
        margin-top: 18px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: inline-block;

    height: 100%;
}
.header .language
{
    display: inline-block;
    float: right;
    overflow: hidden;

    margin-left: 2%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1570px)
{
    .header .language
    {
        margin-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .header .language
    {
        margin-right: 30px;
        margin-left: 0;
    }
}
.header .language ul li
{
    display: inline-block;

    text-align: center;
}
.header .language ul li:first-child:after
{
    display: inline-block;

    content: '.';
    vertical-align: middle;
}
.header .language ul li a
{
    font-size: 16px;
    line-height: 90px;

    display: inline-block;

    padding: 0 12px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .language ul li a
    {
        line-height: 70px;
    }
}
@media (max-width: 767px)
{
    .header .language ul li a
    {
        font-size: 14px;

        padding: 0 6px;
    }
}
@media (max-width: 400px)
{
    .header .language ul li a
    {
        font-size: 12px;

        padding: 0 2px;
    }
}
.header .language ul li:hover a,
.header .language ul li.active a
{
    color: #017753;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 10px;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    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: #fff;
}
.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: #fff;
}
.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;
        float: right;
    }
}
@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: #000;
    }
    .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 > li
    {
        float: left;

        padding: 0 16px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 15px;
        font-weight: bold;
        line-height: 82px;

        position: relative;

        display: block;
        overflow: hidden;

        -webkit-transition: all .4s;
                transition: all .4s;

        color: #fff;
    }
    .header .nav .nav-list1 > li > a:after
    {
        position: absolute;
        bottom: -1px;
        left: 0;

        display: block;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: all .6s;
                transition: all .6s;

        background-color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 120px;
        padding: 20px 0;

        text-align: center;
        text-align: left;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 30px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 5px 20px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        text-decoration: underline;

        color: #017753;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

        min-width: 280px;
        padding: 20px 0;

        text-align: left;

        background-color: rgba(255, 255, 255, .8);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 12px;
    }
}
@media (min-width: 1200px) and (max-width: 1450px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px)
{
    .header .nav .nav-list1 > li
    {
        padding: 0 6px;
    }
}
@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,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.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 .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 .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%;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    font-size: 18px;
    line-height: 50px;

    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: 18px;
}
.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.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        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 .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

    color: #fff;
}
.header .xs-language span
{
    margin: 0 5px;

    color: #fff;
}
.header .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

    width: 100%;
    height: 100%;
    margin-top: 20px;
    margin-top: 0;
    margin-right: 10px;
    padding: 0 3%;

    background-color: rgba(1, 119, 83, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

    border: 1px solid #dbdbdb;
    border-radius: 40px;
}
.header .search-box .search:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .search-box .input-text
{
    float: left;

    height: 38px;
    padding-left: 10%;

    background: none;
}
@media (min-width: 768px)
{
    .header .search-box .input-text
    {
        width: 100%;
        padding: 0 50px 0 3%;
    }
}
.header .search-box .input-submit
{
    line-height: 36px;

    float: right;

    width: 50px;

    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;

    background: none;
}
.header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e626';

    color: #fff;
}
@media (min-width: 768px)
{
    .header .search-box .input-submit
    {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}
.header .search-box.search-xs
{
    width: 100%;
    margin: 0;

    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    background: none;
}
@media (min-width: 1200px)
{
    .header .search-box.search-xs
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .search-box.search-xs
    {
        position: absolute;
        z-index: 0;
        top: auto;
        right: 0;
        bottom: 0;
        bottom: 30px;

        display: inline-block;

        height: 34px;
    }
}
.header .search-box.search-xs.show
{
    z-index: 66;
}
.header .search-box.search-xs.show .search
{
    left: 0;
}
.header .search-box.search-xs .search
{
    position: absolute;
    z-index: 888;
    top: 0;
    left: 120%;

    width: 100%;

    -webkit-transition: left .3s;
            transition: left .3s;

    border-color: #fff;
    background: #fff;
}
@media (max-width: 360px)
{
    .header .search-box.search-xs form .input-text
    {
        width: 74%;
    }
}
@media (max-width: 767px)
{
    .header .search-box.search-xs form .input-text
    {
        padding-left: 5%;
    }
}
.header .search-box.search-xs .input-submit
{
    line-height: 34px;

    background: #fff;
}
.header .search-box.search-xs .input-submit:before
{
    color: #104384;
}
.header .search-icon
{
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 15px;

    display: inline-block;

    cursor: pointer;
}
.header .search-icon:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e660';

    color: #017753;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 0 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    border-radius: 0;
}
.header .search-lg .search p
{
    margin-bottom: 50px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.header .search-lg .input-text
{
    font-size: 20px;
    line-height: 30px;

    width: 80%;
    height: 60px;
    padding: 0;
    padding-bottom: 30px;

    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
    text-align: center;

    color: #fff;
}
.header .search-lg .close-btn
{
    position: fixed;
    top: 34px;
    right: 18%;

    cursor: pointer;
}
@media (max-width: 1440px)
{
    .header .search-lg .close-btn
    {
        right: 8%;
    }
}
.header .search-lg .close-btn:before
{
    font-size: 20px;

    content: '\2716';

    color: #fff;
}
.header .find
{
    display: none;
    float: right;

    margin-top: 18px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .find
    {
        display: block;

        margin-right: 10px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 32px;

    display: block;

    width: 34px;
    height: 34px;

    content: '\e626';

    color: #999;
    border: 1px solid #ccc;
    border-radius: 50%;
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    background-color: #017753;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    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, .7);
}
@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: 8;
    right: 0;
    bottom: 23%;
}
 .online-wrap .online .online-list
{
    position: relative;
    right: 0px;
    -webkit-transition: right .3s;
            transition: right .3s;

}
.online-wrap .online.active .online-list
{
    right: -60px;
}
.online-wrap .online a
{
    font-size: 14px;
    line-height: 54px;

    position: relative;

    display: block;

    width: 54px;
    height: 54px;
    margin: 2px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .7);
    background-color: #333333\9;

}
.online-wrap .online a:before
{
    font-size: 22px;

    display: block;

    color: #fff;
    text-align: center;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #017753;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #028e63;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.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;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item
{
    display: block;
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 5%;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: none;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 14%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 86px;

    display: block;

    width: 35px;
    height: 86px;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .51);
}
@media (max-width: 767px)
{
    .banner .slick-arrow:before
    {
        font-size: 18px;
        line-height: 50px;

        width: 30px;
        height: 50px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 14%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow:hover:before
{
    background: #017753;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner-in .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
}
.wrap-banner
{
    position: relative;
}
.banner-arrow
{
    position: absolute;
    bottom: -23px;

    width: 100%;
}
.banner-arrow a
{
    font-size: 20px;
    line-height: 46px;

    display: block;

    width: 46px;
    height: 46px;
    margin: 0 auto;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #017753;
    border-radius: 50%;
    background-color: #fff;
}
.banner-arrow a:after
{
    font-family: 'iconfont' !important;

    content: '\e6cd';
}
.banner-arrow a:hover
{
    color: #fff;
    background-color: #017753;
}
.box
{
    overflow: hidden;

    padding: 110px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title b
{
    font-size: 34px;
    font-weight: normal;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
.title b:after
{
    font-family: 'iconfont' !important;
    line-height: 52px;

    display: block;

    width: 52px;
    height: 52px;
    margin: 0 auto;
    margin-top: 16px;

    content: '\e7e9';

    color: #fff;
    border-radius: 50%;
    background-color: #017753;
    text-align: center;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title p
{
    font-size: 14px;
    line-height: 1.85714286;

    max-width: 1270px;
    margin: 0 auto;
    margin-top: 14px;

    color: #666;
}
.box-service .service
{
    display: table;

    width: 100%;
    margin-top: 60px;

    background-color: #f6f6f6;
}
@media (max-width: 1199px)
{
    .box-service .service
    {
        display: block;
    }
}
.box-service .service .pic,
.box-service .service .list
{
    display: table-cell;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-service .service .pic,
    .box-service .service .list
    {
        display: block;

        width: 100%;
    }
}
.box-service .service .pic
{
    position: relative;
}
.box-service .service .pic img
{
    max-width: 100%;
}
.box-service .service .pic a.more
{
    line-height: 54px;

    position: absolute;
    right: 0;
    bottom: 0;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px 0 0 30px;
    background-color: #028e63;
}
.box-service .service .pic a.more:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e619';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
.box-service .service .pic a.more:hover
{
    background-color: #017753;
}
.box-service .service .list
{
    padding: 0 3%;
}
@media (max-width: 1400px)
{
    .box-service .service .list
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .box-service .service .list
    {
        padding: 30px 15px;
    }
}
@media (max-width: 767px)
{
    .box-service .service .list
    {
        padding: 30px 0;
    }
}
.box-service .service .list ul
{
    font-size: 0;
}
.box-service .service .list ul li
{
    display: inline-block;

    width: 50%;
    padding: 40px 30px;

    vertical-align: top;
}
@media (max-width: 1700px)
{
    .box-service .service .list ul li
    {
        padding: 20px 30px;
    }
}
@media (max-width: 1470px)
{
    .box-service .service .list ul li
    {
        padding: 20px 15px;
    }
}
@media (max-width: 1400px)
{
    .box-service .service .list ul li
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .box-service .service .list ul li
    {
        width: 100%;
    }
}
.box-service .service .list .item
{
    position: relative;

    min-height: 66px;
    padding-left: 100px;
}
@media (max-width: 767px)
{
    .box-service .service .list .item
    {
        padding-left: 80px;
    }
}
.box-service .service .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 66px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 66px;
    height: 66px;

    content: '\e66c';
    text-align: center;

    color: #017753;
    border: 1px solid #017753;
}
.box-service .service .list .item-bzh:before
{
    content: '\e62a';
}
.box-service .service .list .item-yfjz:before
{
    content: '\e6f9';
}
.box-service .service .list .item-anzd:before
{
    content: '\e62c';
}
.box-service .service .list .item-yjgl:before
{
    content: '\e625';
}
.box-service .service .list .item-fxpg:before
{
    content: '\e62b';
}
.box-service .service .list .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-bottom: 14px;
}
@media (max-width: 1300px)
{
    .box-service .service .list .item b
    {
        margin-bottom: 4px;
    }
}
.box-service .service .list .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
.box-service .service .list .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-about
{
    overflow: hidden;
}
.box-about .text
{
    float: left;

    width: 52%;
}
@media (max-width: 991px)
{
    .box-about .text
    {
        width: 100%;
    }
}
.box-about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.box-about .text .title-about
{
    margin-top: 70px;
}
.box-about .text .title-about:before
{
    display: block;

    width: 44px;
    height: 3px;
    margin-bottom: 10px;

    content: '';

    background-color: #017753;
}
.box-about .text .title-about b
{
    font-size: 34px;
    font-weight: normal;

    display: inline-block;
}
@media (max-width: 991px)
{
    .box-about .text .title-about b
    {
        font-size: 24px;
    }
}
.box-about .text .title-about p
{
    font-size: 18px;

    display: inline-block;

    margin: 0;

    vertical-align: bottom;

    color: #666;
}
@media (max-width: 991px)
{
    .box-about .text .title-about p
    {
        font-size: 15px;
    }
}
.box-about .list
{
    float: left;

    width: 48%;
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .box-about .list
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-about .list ul
{
    overflow: hidden;
}
.box-about .list ul li
{
    float: left;

    width: 33.33333333%;
}
@media (max-width: 767px)
{
    .box-about .list ul li
    {
        width: 50%;
    }
}
.box-about .list ul li:nth-child(2n) .item
{
    background-color: #f6f6f6;
}
@media (max-width: 767px)
{
    .box-about .list ul li:nth-child(4n+3) .item
    {
        background-color: #f6f6f6;
    }
    .box-about .list ul li:nth-child(4n+4) .item
    {
        background-color: #e9e9e9;
    }
}
.box-about .list .item
{
    display: block;

    padding: 60px 10px;
    min-height: 200px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #e9e9e9;
}
.box-about .list .item b
{
    font-size: 46px;
    line-height: 1;

    display: block;
}
@media (max-width: 767px)
{
    .box-about .list .item b
    {
        font-size: 36px;
    }
}
.box-about .list .item b sup
{
    font-size: 20px;

    top: 10px;

    vertical-align: top;
}
.box-about .list .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #666;
}
.box-about .list .item-more p
{
    line-height: 50px;

    color: #017753;
}
.box-about .list .item:hover
{
    color: #fff;
    background-color: #017753 !important;
}
.box-about .list .item:hover p
{
    color: #fff;
}
.box-product
{
    overflow: hidden;

    padding-top: 130px;
}
@media (max-width: 1199px)
{
    .box-product
    {
        padding-top: 80px;
    }
}
.box-product .product .itembox
{
    padding: 0;
}
.box-product .product .item
{
    position: relative;

    display: block;

    background-color: #000;
}
.box-product .product .item .pic .img-box
{
    padding-bottom: 156.25%;

    -webkit-transition: all .5s;
            transition: all .5s;

    opacity: .54;

    filter:alpha(opacity=54);
}
.box-product .product .item .text
{
    position: absolute;
    top: 26%;
    left: 0;

    width: 100%;
    padding: 0 50px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .box-product .product .item .text
    {
        top: 20%;

        padding: 0 30px;
    }
}
@media (max-width: 1350px)
{
    .box-product .product .item .text
    {
        top: 10%;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .text
    {
        padding: 0 15px;
    }
}
.box-product .product .item .text:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 96px;

    display: block;

    width: 96px;
    height: 96px;
    margin: 0 auto;

    content: '\e654';
    text-align: center;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .box-product .product .item .text:before
    {
        font-size: 30px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }
}
.box-product .product .item .text b
{
    font-size: 20px;
    line-height: 1;

    display: block;

    margin-top: 20px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-product .product .item .text b
    {
        font-size: 18px;
    }
}
.box-product .product .item .text p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 30px 0 0 0;

    color: #eaeaea;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-product .product .item .text p
    {
        margin-top: 14px;
    }
}
.box-product .product .item .text span.more
{
    line-height: 44px;

    display: inline-block;

    margin-top: 70px;

    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
@media (max-width: 1470px)
{
    .box-product .product .item .text span.more
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product .item .text span.more
    {
        line-height: 30px;

        margin-top: 10px;
    }
}
.box-product .product .item .number
{
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - 25px);
    left:         calc(50% - 25px);

    width: 50px;
    padding: 20px 0 30px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #fff;
    border-radius: 30px 30px 0 0;
    background-color: #017753;
}
@media (max-width: 767px)
{
    .box-product .product .item .number
    {
        width: 40px;
        padding: 15px 0;
    }
}
.box-product .product .item .number span
{
    line-height: 1;

    display: inline-block;

    width: 30px;
}
.box-product .product .item .number span.num1
{
    font-size: 26px;
}
@media (max-width: 767px)
{
    .box-product .product .item .number span.num1
    {
        font-size: 20px;
    }
}
.box-product .product .item .number span.num2
{
    font-size: 14px;
    line-height: 20px;

    display: none;
}
.box-product .product .item .number span.num2:after
{
    font-family: 'iconfont' !important;

    display: block;

    margin-top: 10px;

    content: '\e619';
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.box-product .product .item-khal .text:before
{
    font-size: 30px;
}
@media (max-width: 767px)
{
    .box-product .product .item-khal .text:before
    {
        font-size: 22px;
    }
}
.box-product .product .item-hzhb .text:before
{
    content: '\e618';
}
.box-product .product .item-ppys .text:before
{
    content: '\e675';
}
.box-product .product .item-ryzz .text:before
{
    content: '\e61a';
}
@media (min-width: 992px)
{
    .box-product .product .item:hover .pic .img-box
    {
        opacity: .9;
    }
    .box-product .product .item:hover .text:before
    {
        -webkit-animation: flipInY 1s 0s ease both;
                animation: flipInY 1s 0s ease both;
    }
    .box-product .product .item:hover .text span.more
    {
        display: none;
    }
    .box-product .product .item:hover .number
    {
        padding: 40px 0;
    }
    .box-product .product .item:hover .number span.num1
    {
        display: none;
    }
    .box-product .product .item:hover .number span.num2
    {
        display: inline-block;
    }
}
.box-news .title b:after
{
    content: '\e642';
}
.box-news .news .item
{
    display: block;
    overflow: hidden;

    margin-top: 40px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .box-news .news .item
    {
        margin-top: 20px;
    }
}
.box-news .news .item .pic
{
    position: relative;
}
.box-news .news .item .pic:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 50%;
    height: 5px;

    content: '';
    -webkit-transition: all .5s;
            transition: all .5s;

    background-color: #017753;
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .note
{
    padding: 30px 40px;
}
@media (max-width: 991px)
{
    .box-news .news .item .note
    {
        padding: 30px 20px;
    }
}
.box-news .news .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item .note span.date
{
    display: block;

    color: #017753;
}
.box-news .news .item .note p
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0 0 0;

    color: #666;
     display: -webkit-box;
    overflow: hidden;

    height:48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.box-news .news .item span.more
{
    line-height: 50px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #383b3a;
}
.box-news .news .item span.more:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e619';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
.box-news .news .item:hover .pic:after
{
    width: 100%;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .note b
{
    color: #017753;
}
.box-news .news .item:hover span.more
{
    float: right;

    -webkit-animation: fadeInLeft .8s 0s ease both;
            animation: fadeInLeft .8s 0s ease both;

    border-radius: 30px 0 0 30px;
    background-color: #017753;
}
.footer
{
    font-size: 0;

    position: relative;

    background-color: #383b3a;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 90px 0 60px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 0 0 30px 0;
    }
}
.footer .foot > ul
{
    padding: 0;

    text-align: justify;
    text-justify: distribute-all-lines;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 16px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 30px;
    }
}
.footer .foot > ul > li .item-1 img
{
    max-width: 131px;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li .item-1 img
    {
        display: block;

        margin: 0 auto;
    }
}
.footer .foot > ul > li .item-1 p
{
    font-size: 14px;
    line-height: 2;

    margin: 0;

    text-align: center;

    color: #fff;
}
.footer .foot > ul > li .item-2 p
{
    font-size: 14px;
    line-height: 2.14285714;

    max-width: 240px;
    margin: 0;

    color: rgba(255, 255, 255, .75);
    color:  #ffffff\9;
}
.footer .foot > ul > li .item-2 p a:hover
{
    color: #fff;
}
.footer .foot > ul > li .item-3 a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    color: rgba(255, 255, 255, .75);
    color:  #ffffff\9;
}
.footer .foot > ul > li .item-3 a:hover
{
    color: #fff;
}
.footer .foot > ul > li .item-4
{
    width: 330px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-4
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-4 input,
.footer .foot > ul > li .item-4 textarea
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    padding: 6px 20px;

    color: #fff;
    background-color: #424544;
}
.footer .foot > ul > li .item-4 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .31);
}
.footer .foot > ul > li .item-4 input:-o-placeholder,
.footer .foot > ul > li .item-4 textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .31);
}
.footer .foot > ul > li .item-4 input::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .31);
}
.footer .foot > ul > li .item-4 input:-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .31);
}
.footer .foot > ul > li .item-4 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-o-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-4 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-4 .submit
{
    line-height: 40px;

    margin-top: 20px;
    padding: 0 24px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #017753;
}
.footer .foot > ul > li .item-4 .submit:after
{
    font-family: 'iconfont' !important;

    display: inline-block;
    float: right;

    margin-left: 10px;

    content: '\e619';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
.footer .foot > ul > li .item-4 .submit:hover
{
    background-color: #028e63;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    padding: 40px 0;

    border-top: 1px solid #525453;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 15px 0;

        text-align: center;
    }
}
.footer .copyright .foot-nav
{
    display: inline-block;
}
.footer .copyright .foot-nav:before
{
    display: inline-block;

    width: 52px;
    height: 45px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background: url(../images/foot-logo.png) no-repeat center;
}
@media (max-width: 767px)
{
    .footer .copyright .foot-nav:before
    {
        display: block;

        margin: 0 auto;
    }
}
.footer .copyright .foot-nav ul
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .footer .copyright .foot-nav ul
    {
        margin: 0 -10px;
    }
}
.footer .copyright .foot-nav ul li
{
    display: inline-block;
}
.footer .copyright .foot-nav ul li a
{
    font-size: 14px;
    line-height: 25px;

    display: block;

    padding: 10px 18px;

    color: rgba(255, 255, 255, .75);
    color:  #ffffff\9;
}
@media (max-width: 767px)
{
    .footer .copyright .foot-nav ul li a
    {
        line-height: 30px;

        padding: 0 10px;
    }
}
.footer .copyright .foot-nav ul li a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 45px;

    display: inline-block;
    float: right;

    margin: 0;

    color: rgba(255, 255, 255, .75);
    color:  #ffffff\9;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        display: block;
        float: none;
    }
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 30px;
    }
}
.footer .copyright p a
{
    display: inline-block;

    margin-left: 30px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.cart-icon
{
    line-height: 30px;

    position: fixed;
    z-index: 10;
    right: 5px;
    bottom: 50px;

    display: none;
}
@media (max-width: 991px)
{
    .cart-icon
    {
        z-index: 9;

        display: block;
    }
}
.cart-icon a
{
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center;

    border-radius: 50%;
    background-color: #017753;
}
.cart-icon a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    content: '\e603';
}
.cart-icon span
{
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    z-index: 10;
    top: -6px;
    right: -3px;

    display: inline-block;

    width: 20px;
    height: 20px;

    vertical-align: super;

    color: #fff;
    border-radius: 50%;
    background-color: #333;
}
.cartpc-icon
{
    top: 20%;
    bottom: auto;

    display: block;
}
@media (max-width: 991px)
{
    .cartpc-icon
    {
        display: none !important;
    }
}
.wrapper
{
    overflow: hidden;
}
.wrap-sidenav
{
    padding: 20px 0;

    border-bottom: 1px solid #eee;
}
.wrap-sidenav .sidenav ul
{
    text-align: center;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    margin: 10px 0;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li
    {
        margin: 5px 0;
        padding: 0 4px;
    }
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
    line-height: 44px;

    display: block;

    min-width: 150px;
    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;

        min-width: 130px;
        padding: 0 14px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #fff;
    background-color: #017753;
}
.inside-nav
{
    position: relative;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    background-color: #017753;
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;
}
.inside-nav ul li:after
{
    position: relative;
    top: -5px;

    display: inline-block;

    width: 3px;
    height: 3px;

    content: '';
    vertical-align: middle;

    background-color: #333;
}
.inside-nav ul li:last-child:after
{
    display: none;
}
.inside-nav ul li a
{
    font-size: 14px;
    line-height: 44px;

    position: relative;

    display: inline-block;

    padding: 0 36px;

    color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        padding: 0 30px;
    }
}
@media (max-width: 767px)
{
    .inside-nav ul li a
    {
        padding: 0 20px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    font-weight: bold;
}
.wrap-about .about
{
    padding: 60px 0;
}
.wrap-about .about .text
{
    overflow: hidden;
}
.wrap-about .about .text img
{
    float: left;

    max-width: 100%;
    margin-right: 50px;
}
@media (max-width: 767px)
{
    .wrap-about .about .text img
    {
        max-width: 60%;
        margin: 0;
    }
}
.wrap-about .about .text h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.30769231;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-about .about .text h3
    {
        font-size: 20px;

        margin-top: 30px;
    }
}
.wrap-about .about .text h3:after
{
    display: block;

    width: 50px;
    height: 3px;
    margin-top: 16px;

    content: '';

    background-color: #017753;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .text p
    {
        font-size: 15px;
    }
}
.wrap-about .about .text .note
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text .note
    {
        margin-top: 30px;
    }
}
.wrap-about .number
{
    padding: 80px 0;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-about .number
    {
        padding: 30px 0;

        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.wrap-about .number .list ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .wrap-about .number .list ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-about .number .list ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.wrap-about .number .list ul li
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .number .list ul li
    {
        width: 33.33333333%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .number .list ul li
    {
        width: 50%;
    }
}
.wrap-about .number .list .item
{
    display: block;

    margin: 30px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-about .number .list .item
    {
        margin: 20px 0;
    }
}
.wrap-about .number .list .item b
{
    font-size: 46px;
    line-height: 1;

    display: block;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-about .number .list .item b
    {
        font-size: 36px;
    }
}
@media (max-width: 375px)
{
    .wrap-about .number .list .item b
    {
        font-size: 30px;
    }
}
.wrap-about .number .list .item b sup
{
    font-size: 20px;

    top: 10px;

    vertical-align: top;
}
.wrap-about .number .list .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 375px)
{
    .wrap-about .number .list .item p
    {
        font-size: 14px;
    }
}
.wrap-about .service
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-about .service
    {
        padding: 50px 0;
    }
}
.wrap-about .service .list ul
{
    font-size: 0;
}
@media (max-width: 767px)
{
    .wrap-about .service .list ul
    {
        margin: 0 -10px;
    }
}
.wrap-about .service .list ul li
{
    display: inline-block;

    width: 33.33333333%;
    padding: 0 100px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .wrap-about .service .list ul li
    {
        padding: 0 60px;
    }
}
@media (max-width: 1350px)
{
    .wrap-about .service .list ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .service .list ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-about .service .list ul li
    {
        padding: 0 10px;
    }
}
.wrap-about .service .list .item
{
    font-size: 14px;

    margin-top: 40px;

    text-align: center;
}
.wrap-about .service .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 76px;

    display: block;

    width: 76px;
    height: 76px;
    margin: 0 auto;

    content: '\e66c';
    text-align: center;

    color: #017753;
    background: url(../images/polygon.png) no-repeat;
}
.wrap-about .service .list .item-anpx:before
{
    font-size: 34px;
}
.wrap-about .service .list .item-bzh:before
{
    content: '\e62a';
}
.wrap-about .service .list .item-yfjz:before
{
    content: '\e6f9';
}
.wrap-about .service .list .item-anzd:before
{
    content: '\e62c';
}
.wrap-about .service .list .item-yjgl:before
{
    content: '\e625';
}
.wrap-about .service .list .item-fxpg:before
{
    content: '\e62b';
}
.wrap-about .service .list .item b
{
    font-size: 16px;
    line-height: 1.875;

    display: block;

    margin-top: 16px;
}
.wrap-about .service .list .item p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-about .service .list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.wrap-honor
{
    padding: 30px 0 120px;
}
@media (max-width: 991px)
{
    .wrap-honor
    {
        padding: 30px 0 70px;
    }
}
.wrap-honor .honor
{
    font-size: 0;
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 26px;

    text-align: center;
}
.wrap-honor .honor .item .pic
{
    -webkit-transition: all .4s;
            transition: all .4s;

    border: 1px solid #e5e5e5;
}
.wrap-honor .honor .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item p
    {
        font-size: 14px;
    }
}
.wrap-honor .honor .item:hover .pic
{
    border-color: #017753;
}
.wrap-honor .honor .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover p
{
    color: #017753;
}
.wrap-news
{
    padding: 30px 0 120px;
}
@media (max-width: 991px)
{
    .wrap-news
    {
        padding: 30px 0 70px;
    }
}
.wrap-news .news .item
{
    display: block;
    overflow: hidden;

    margin-top: 40px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
    }
}
.wrap-news .news .item .pic
{
    position: relative;
}
.wrap-news .news .item .pic:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 50%;
    height: 5px;

    content: '';
    -webkit-transition: all .5s;
            transition: all .5s;

    background-color: #017753;
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    padding: 30px 40px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note
    {
        padding: 30px 20px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item .note span.date
{
    display: block;

    color: #017753;
}
.wrap-news .news .item .note p
{
    font-size: 14px;
    line-height: 24px;

    margin: 20px 0 0 0;

    color: #666;
     display: -webkit-box;
    overflow: hidden;

    height:48px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item span.more
{
    line-height: 50px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #383b3a;
}
.wrap-news .news .item span.more:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 10px;

    content: '\e619';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    vertical-align: middle;
}
@media (min-width: 992px)
{
    .wrap-news .news .item:hover .pic:after
    {
        width: 100%;
    }
    .wrap-news .news .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-news .news .item:hover .note b
    {
        color: #017753;
    }
    .wrap-news .news .item:hover span.more
    {
        float: right;

        -webkit-animation: fadeInLeft .8s 0s ease both;
                animation: fadeInLeft .8s 0s ease both;

        border-radius: 30px 0 0 30px;
        background-color: #017753;
    }
}
.wrap-news-show
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-news-show
    {
        padding: 60px 0;
    }
}
.wrap-news-show .title-news-show
{
    text-align: center;
}
.wrap-news-show .title-news-show h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .title-news-show span.date
{
    font-size: 14px;
    line-height: 2;

    display: block;

    color: #028e63;
}
.wrap-news-show .news-show
{
    margin-top: 40px;
}
.wrap-news-show .news-show p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .news-relate
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate
    {
        margin-top: 50px;
    }
}
.wrap-news-show .news-relate ul
{
    overflow: hidden;
}
.wrap-news-show .news-relate ul li
{
    float: left;

    width: 50%;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li
    {
        width: 100%;
        margin-top: 10px;
    }
}
.wrap-news-show .news-relate ul li a
{
    line-height: 68px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 68px;
    padding: 0 68px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news-show .news-relate ul li a
    {
        line-height: 60px;

        height: 60px;
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li a
    {
        padding: 0 15px;
    }
}
.wrap-news-show .news-relate ul li.next
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate ul li.next
    {
        text-align: left;
    }
}
.wrap-news-show .news-relate ul li:hover a
{
    text-decoration: underline;

    color: #017753;
}
.wrap-experts
{
    padding: 10px 0 120px;
}
@media (max-width: 991px)
{
    .wrap-experts
    {
        padding: 30px 0 70px;
    }
}
.wrap-experts .experts .item
{
    display: block;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-experts .experts .item
    {
        margin-top: 30px;
    }
}
.wrap-experts .experts .item .note
{
    position: relative;

    padding: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;

    border-radius: 10px;
    background-color: #e8e7e5;
}
.wrap-experts .experts .item .note:after
{
    position: absolute;
    bottom: -8px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #e8e7e5 transparent transparent transparent;
}
.wrap-experts .experts .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-experts .experts .item .pic
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: 20px;
    padding-left: 110px;
}
.wrap-experts .experts .item .pic .left
{
    position: absolute;
    top: 0;
    left: 20px;

    overflow: hidden;

    width: 66px;
    height: 66px;

    border-radius: 50%;
}
.wrap-experts .experts .item .pic .right b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 4px;
}
.wrap-experts .experts .item .pic .right p
{
    line-height: 1.57142857;

    color: #999;
}
.wrap-experts .experts .item:hover .note
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    background-color: #017753;
}
.wrap-experts .experts .item:hover .note:after
{
    border-color: #017753 transparent transparent transparent;
}
.wrap-experts .experts .item:hover .note p
{
    color: #fff;
}
.wrap-experts .experts .item:hover .pic .right b,
.wrap-experts .experts .item:hover .pic .right p
{
    color: #017753;
}
.wrap-experts-show .experts-show
{
    font-size: 0;

    padding: 70px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-experts-show .experts-show .pic
{
    display: inline-block;

    width: 20%;
    padding: 10px;

    vertical-align: top;

    border: 1px solid #e5e5e5;
}
@media (max-width: 1350px)
{
    .wrap-experts-show .experts-show .pic
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-show .pic
    {
        display: block;

        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 767px)
{
    .wrap-experts-show .experts-show .pic
    {
        width: 80%;
    }
}
.wrap-experts-show .experts-show .text
{
    font-size: 14px;

    display: inline-block;

    width: 80%;
    padding-top: 30px;
    padding-left: 50px;

    vertical-align: top;
}
@media (max-width: 1350px)
{
    .wrap-experts-show .experts-show .text
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-show .text
    {
        display: block;

        width: 100%;
        padding-left: 0;
    }
}
.wrap-experts-show .experts-show .text .title-experts b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    margin-right: 10px;

    vertical-align: bottom;
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-show .text .title-experts b
    {
        font-size: 24px;
    }
}
.wrap-experts-show .experts-show .text .title-experts span
{
    font-size: 14px;
    line-height: 1;

    display: inline-block;

    vertical-align: bottom;

    color: #999;
}
.wrap-experts-show .experts-show .text p,
.wrap-experts-show .experts-show .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-show .text p,
    .wrap-experts-show .experts-show .note p
    {
        font-size: 15px;
    }
}
.wrap-experts-show .experts-show .note
{
    margin-top: 40px;
}
.wrap-experts-show .experts-relate
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-relate
    {
        padding: 50px 0;
    }
}
.wrap-experts-show .experts-relate .title-experts b
{
    font-size: 30px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-relate .title-experts b
    {
        font-size: 24px;
    }
}
.wrap-experts-show .experts-relate .title-experts b:before
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background-color: #017753;
}
.wrap-experts-show .experts-relate .item
{
    display: block;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-experts-show .experts-relate .item
    {
        margin-top: 30px;
    }
}
.wrap-experts-show .experts-relate .item .note
{
    position: relative;

    padding: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;

    border-radius: 10px;
    background-color: #e8e7e5;
}
.wrap-experts-show .experts-relate .item .note:after
{
    position: absolute;
    bottom: -8px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #e8e7e5 transparent transparent transparent;
}
.wrap-experts-show .experts-relate .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.wrap-experts-show .experts-relate .item .pic
{
    position: relative;

    margin-top: 20px;
    padding-left: 110px;
}
.wrap-experts-show .experts-relate .item .pic .left
{
    position: absolute;
    top: 0;
    left: 20px;

    overflow: hidden;

    width: 66px;
    height: 66px;

    border-radius: 50%;
}
.wrap-experts-show .experts-relate .item .pic .right b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 4px;
}
.wrap-experts-show .experts-relate .item .pic .right p
{
    line-height: 1.57142857;

    color: #999;
}
.wrap-experts-show .experts-relate .item:hover .note
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);

    background-color: #017753;
}
.wrap-experts-show .experts-relate .item:hover .note:after
{
    border-color: #017753 transparent transparent transparent;
}
.wrap-experts-show .experts-relate .item:hover .note p
{
    color: #fff;
}
.wrap-experts-show .experts-relate .item:hover .pic .right b,
.wrap-experts-show .experts-relate .item:hover .pic .right p
{
    color: #017753;
}
.wrap-service
{
    padding: 40px 0 100px;
}
@media (max-width: 991px)
{
    .wrap-service
    {
        padding: 20px 0 60px;
    }
}
.wrap-service .service .item
{
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 30px;

    background-color: #eee;
}
.wrap-service .service .item:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 3px;
    height: 100%;

    content: '';
    -webkit-transition: all .8s;
            transition: all .8s;

    background-color: #017753;
}
.wrap-service .service .item .note
{
    position: relative;
    z-index: 2;
}
.wrap-service .service .item .note b
{
    font-size: 16px;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-service .service .item .note span.date
{
    line-height: 24px;

    display: block;

    color: #017753;
}
.wrap-service .service .item .note p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-service .service .item .note span.more
{
    line-height: 34px;

    display: inline-block;

    height: 34px;
    margin-top: 14px;
    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #017753;
}
@media (min-width: 1200px)
{
    .wrap-service .service .item:hover:before
    {
        width: 100%;
    }
    .wrap-service .service .item:hover .note b
    {
        color: #fff;
    }
    .wrap-service .service .item:hover .note span.date
    {
        color: #fff;
    }
    .wrap-service .service .item:hover .note p
    {
        color: #fff;
    }
    .wrap-service .service .item:hover .note span.more
    {
        color: #017753;
        background-color: #fff;
    }
}
.wrap-case
{
    padding: 70px 0 120px;
}
@media (max-width: 991px)
{
    .wrap-case
    {
        padding: 50px 0 70px;
    }
}
.wrap-case .title-case
{
    text-align: center;
}
.wrap-case .title-case b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-case .title-case b
    {
        font-size: 24px;
    }
}
.wrap-case .title-case span
{
    line-height: 30px;

    display: block;

    margin-top: 4px;

    text-transform: uppercase;

    color: #999;
}
.wrap-case .title-case span:after
{
    display: block;

    width: 26px;
    height: 2px;
    margin: 0 auto;
    margin-top: 6px;

    content: '';

    background-color: #017753;
}
.wrap-case .title-case p
{
    font-size: 18px;
    line-height: 1.66666667;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-case .title-case p
    {
        font-size: 15px;
    }
}
.wrap-case .case
{
    margin-top: 20px;
}
.wrap-case .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.wrap-case .item .pic
{
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-case .item .pic
    {
        padding: 4px;
    }
}
.wrap-case .item .pic .img-box
{
    padding-bottom: 76.74418605%;
}
.wrap-case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case .item p
    {
        font-size: 14px;
    }
}
.wrap-case .item:hover .pic
{
    border-color: #017753;
}
.wrap-case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .item:hover p
{
    color: #017753;
}
.wrap-case .slick-case
{
    margin: 0 -15px;
}
.wrap-case .slick-slide
{
    padding: 0 15px;
}
.wrap-case .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 25px;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: none;
}
.wrap-case .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 54px;

    display: block;

    width: 54px;
    height: 54px;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .51);
}
.wrap-case .slick-arrow.slick-next
{
    right: 25px;
    left: auto;
}
.wrap-case .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-case .slick-arrow:hover:before
{
    background: #017753;
}
.wrap-customer
{
    padding: 80px 0;

    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-customer
    {
        padding: 60px 0;
    }
}
.wrap-customer .title-customer
{
    text-align: center;
}
.wrap-customer .title-customer b
{
    font-size: 40px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-customer .title-customer b
    {
        font-size: 24px;
    }
}
.wrap-customer .title-customer b span
{
    color: #017753;
}
.wrap-customer .title-customer p
{
    font-size: 20px;
    line-height: 1.71428571;

    margin: 14px 0 0 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-customer .title-customer p
    {
        font-size: 14px;
    }
}
.wrap-customer .customer
{
    margin-top: 20px;
}
.wrap-customer .customer .item
{
    display: block;

    margin-top: 30px;
}
.wrap-customer .customer .item .img-box
{
    padding-bottom: 54.54545455%;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-customer .customer .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 14px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product
{
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product
    {
        padding: 30px 10px;
    }
}
.wrap-product .product
{
    margin-top: -30px;
}
.wrap-product .product .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 30px;
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border: 1px solid #e5e5e5;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 74.19354839%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

    height: 50px;
    margin: 10px 0 0 0;
    padding-right: 40px;

    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item p:after
{
    font-family: 'iconfont' !important;
    line-height: 36px;

    position: absolute;
    top: 7px;
    right: 0;

    display: block;

    width: 36px;
    height: 36px;

    content: '\e649';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #017753;
}
@media (min-width: 992px)
{
    .wrap-product .product .item:hover .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .wrap-product .product .item:hover p
    {
        padding-right: 0;

        text-align: center;

        color: #fff;
        background-color: #017753;
    }
    .wrap-product .product .item:hover p:after
    {
        opacity: 0;
    }
}
.wrap-product-show
{
    padding: 40px 50px;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show
    {
        padding: 30px 10px;
    }
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 74.19354839%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    border: 1px solid #dedede;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    margin: 0 -7px;
    margin-top: 10px;
    padding: 0 20px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0 7px;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;

    padding: 4px;

    border: 1px solid #c9c9c9;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border: 1px solid #017753;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    width: 24px;
    height: 100%;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;

    background: none;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 30px;

    display: block;

    content: '\e601';
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slick-arrow:before
    {
        font-size: 16px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;

    text-align: right;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #017753;
}
.wrap-product-show .carousel-wrap .info-box
{
    position: relative;

    margin-left: 5%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info-box
    {
        margin-top: 30px;
        margin-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info-box .title-product-show h1,
.wrap-product-show .carousel-wrap .info-box .title-product-show b
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.66666667;

    display: block;

    margin: 0;

    text-transform: uppercase;
}
.wrap-product-show .carousel-wrap .info-box .text
{
    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info-box .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #4e4d4d;
}
.wrap-product-show .carousel-wrap .info-box .message
{
    margin-top: 50px;
}
.wrap-product-show .carousel-wrap .info-box .message form
{
    margin-top: 10px;
}
.wrap-product-show .carousel-wrap .info-box .message form .row
{
    margin: 0 -7px;
}
.wrap-product-show .carousel-wrap .info-box .message form .itembox
{
    padding: 0 7px;
}
.wrap-product-show .carousel-wrap .info-box .message form input,
.wrap-product-show .carousel-wrap .info-box .message form textarea
{
    line-height: 26px;

    width: 100%;
    margin-top: 14px;
    padding: 8px 20px;

    border: 1px solid #e7e7e7;
}
.wrap-product-show .carousel-wrap .info-box .message form input::-webkit-input-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .message form input:-o-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea:-o-placeholder
{
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .message form input::-moz-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea::-moz-placeholder
{
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .message form input:-ms-input-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-product-show .carousel-wrap .info-box .message form input:focus::-webkit-input-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .carousel-wrap .info-box .message form input:focus::-o-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .carousel-wrap .info-box .message form input:focus::-moz-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .carousel-wrap .info-box .message form input:focus::-ms-input-placeholder,
.wrap-product-show .carousel-wrap .info-box .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .carousel-wrap .info-box .message form .submit
{
    font-weight: bold;
    line-height: 44px;

    margin-top: 20px;
    padding: 0 40px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #017753;
}
.wrap-product-show .carousel-wrap .info-box .message form .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e6a0';
}
.wrap-product-show .carousel-wrap .info-box .message form .submit:hover
{
    background-color: #028e63;
}
.wrap-product-show .parameter
{
    padding-top: 50px;
}
.wrap-product-show .parameter .parameter-sort li
{
    display: inline-block;
}
.wrap-product-show .parameter .parameter-sort li a
{
    font-size: 16px;
    line-height: 45px;

    display: block;

    min-width: 156px;
    padding: 0 16px;

    text-align: center;

    color: #fff;
    background-color: #434343;
}
.wrap-product-show .parameter .parameter-sort li.active a
{
    background-color: #017753;
}
.wrap-product-show .parameter .list
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-product-show .parameter .list p
{
    font-size: 16px;
    line-height: 1.875;
}
.wrap-product-show .parameter .list .text
{
    display: inline-block;

    width: 40%;
    margin-right: -4px;
    padding: 0 30px;

    vertical-align: middle;
}
.wrap-product-show .parameter .list .text b
{
    font-size: 26px;
    line-height: 1;

    display: block;

    margin-bottom: 20px;
}
.wrap-product-show .parameter .list .pic
{
    display: inline-block;

    width: 60%;
    margin-right: -4px;

    vertical-align: middle;
}
.wrap-product-show .parameter .list .pic img
{
    max-width: 100%;
}
.wrap-product-show .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table td
{
    padding: 8px 20px !important;

    border: 1px solid #fff !important;
    background-color: #dcdcdc;
}
.wrap-product-show table td:first-child
{
    background-color: #b5b5b5;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-advantage
{
    padding: 80px 0;
}
.wrap-advantage .title-advantage
{
    text-align: center;
}
.wrap-advantage .title-advantage:after
{
    display: block;

    width: 110px;
    height: 3px;
    margin: 0 auto;
    margin-top: 24px;

    content: '';

    background-color: #017753;
}
@media (max-width: 991px)
{
    .wrap-advantage .title-advantage:after
    {
        width: 80px;
        margin-top: 14px;
    }
}
.wrap-advantage .title-advantage b
{
    font-size: 40px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-advantage .title-advantage b
    {
        font-size: 24px;
    }
}
.wrap-advantage .title-advantage b span
{
    font-weight: bold;

    color: #017753;
}
.wrap-advantage .title-advantage p
{
    font-size: 30px;
    line-height: 1.33333333;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-advantage .title-advantage p
    {
        font-size: 18px;
    }
}
.wrap-advantage .advantage ul li:nth-child(2n) .item
{
    background-color: #f6f6f6;
}
.wrap-advantage .advantage ul li:nth-child(2n) .item .pic
{
    float: right;
}
.wrap-advantage .advantage ul li:nth-child(2n) .item .text
{
    text-align: right;
}
.wrap-advantage .advantage ul li:nth-child(2n) .item .text .title-text
{
    margin-right: -30px;
    margin-left: auto;
}
.wrap-advantage .advantage ul li:nth-child(2n) .item .text .title-text b
{
    border-radius: 30px 0 0 30px;
}
.wrap-advantage .advantage .item
{
    overflow: hidden;

    margin: 0 -15px;
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item
    {
        padding: 50px 0;
    }
}
.wrap-advantage .advantage .item .pic,
.wrap-advantage .advantage .item .text
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .item .pic,
    .wrap-advantage .advantage .item .text
    {
        width: 100%;
    }
}
.wrap-advantage .advantage .item .pic .img-box
{
    padding-bottom: 57.97101449%;
}
.wrap-advantage .advantage .item .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text
    {
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-advantage .advantage .item .text
    {
        margin-top: 30px;
    }
}
.wrap-advantage .advantage .item .text .title-text
{
    margin-left: -30px;
}
.wrap-advantage .advantage .item .text .title-text b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 54px;

    display: inline-block;

    padding: 0 38px;

    color: #fff;
    border-radius: 0 30px 30px 0;
    background-color: #017753;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text .title-text b
    {
        font-size: 20px;
        line-height: 44px;
    }
}
.wrap-advantage .advantage .item .text .note
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text .note
    {
        margin-top: 20px;
    }
}
.wrap-advantage .advantage .item .text .note b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text .note b
    {
        font-size: 18px;
    }
}
.wrap-advantage .advantage .item .text .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .wrap-advantage .advantage .item .text .note p
    {
        font-size: 14px;
    }
}
.wrap-contact
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap-contact
    {
        padding: 60px 0;
    }
}
.wrap-contact .contact .title-contact b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title-contact b
    {
        font-size: 24px;
    }
}
.wrap-contact .contact .title-contact b:after
{
    display: block;

    width: 58px;
    height: 3px;
    margin-top: 14px;

    content: '';

    background-color: #017753;
}
.wrap-contact .contact .title-contact p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 14px 0 0 0;

    color: #666;
}
.wrap-contact .contact .text
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text
    {
        margin-bottom: 60px;
    }
}
.wrap-contact .contact .text p
{
    font-size: 16px;
    line-height: 3.125;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text p
    {
        font-size: 14px;
        line-height: 2.42857143;
    }
}
.wrap-contact .contact .text i
{
    font-style: normal;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text i
    {
        display: block;
    }
}
.wrap-contact .contact .text a:hover
{
    text-decoration: underline;

    color: #017753;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text span
    {
        margin-left: 0 !important;
    }
}
.wrap-contact .contact .message input,
.wrap-contact .contact .message textarea
{
    line-height: 24px;

    width: 100%;
    min-height: 44px;
    margin-top: 22px;
    padding: 10px 26px;

    background-color: #eee;
}
.wrap-contact .contact .message input::-webkit-input-placeholder,
.wrap-contact .contact .message textarea::-webkit-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:-o-placeholder,
.wrap-contact .contact .message textarea:-o-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input::-moz-placeholder,
.wrap-contact .contact .message textarea::-moz-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:-ms-input-placeholder,
.wrap-contact .contact .message textarea:-ms-input-placeholder
{
    color: #666;
}
.wrap-contact .contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .contact .message textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input:focus::-o-placeholder,
.wrap-contact .contact .message textarea:focus::-o-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input:focus::-moz-placeholder,
.wrap-contact .contact .message textarea:focus::-moz-placeholder
{
    color: #999;
}
.wrap-contact .contact .message input:focus::-ms-input-placeholder,
.wrap-contact .contact .message textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .contact .message .submit
{
    font-size: 16px;
    line-height: 44px;

    height: 44px;
    margin-top: 34px;
    padding: 0 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #017753;
}
.wrap-contact .contact .message .submit:hover
{
    background-color: #028e63;
}
.map .dituContent
{
    height: 380px;
    margin-top: 60px;
}
.page
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page li
{
    display: inline-block;

    vertical-align: top;
}
.page li a
{
    font-size: 16px;
    line-height: 46px;

    width: 46px;
    height: 46px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .page li a
    {
        line-height: 36px;

        width: 36px;
        height: 36px;
        margin: 0 2px;
    }
}
.page li a
{
    display: block;
}
.page li.omit a
{
    line-height: 36px;
}
@media (max-width: 991px)
{
    .page li.omit a
    {
        line-height: 26px;
    }
}
.page li.omit:hover a
{
    color: #666;
    border: 1px solid #ddd;
    background-color: #eee;
}
.page li.prev a
{
    margin-right: 10px;
}
.page li.next a
{
    margin-left: 10px;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e9b5';
}
.page li.next a:before
{
    content: '\e72f';
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #017753;
    background-color: #017753;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.banner img[data-lazy]
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}




.online-wrap .icon-close
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    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, .7);
}

.online-wrap .icon-close: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;
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .online.active .icon-close:before
{
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
}
