/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    color: #222;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 100px;

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

    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .wechat
{
    position: relative;

    display: inline-block;
    float: right;
}
.header .wechat a
{
    font-size: 30px;
    line-height: 100px;

    display: block;

    padding-left: 20px;

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

    color: #696b6d;
}
@media (max-width: 1350px)
{
    .header .wechat a
    {
        padding-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .wechat a
    {
        line-height: 60px;

        display: none;

        padding-left: 0;
    }
}
.header .wechat a:before
{
    font-family: 'iconfont' !important;

    content: '\e68b';
}
.header .wechat a img
{
    position: absolute;
    top: 100%;
    left: -20px;

    display: none;

    width: 100px;
}
.header .logo
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 50px;
    margin: 25px 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 50px;
        margin: 5px 0;
    }
}
.header .logo a
{
    display: inline-block;

    height: 100%;

    vertical-align: middle;
}
.header .logo img
{
    position: relative;
    z-index: 2;

    display: inline-block;

    height: 100%;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;

        margin-top: 8px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #666;
}
.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: #666;
}
.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
    {
        position: relative;
        z-index: 2;

        float: right;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
}
@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-color: #0b8472;
    }
    .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
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 100px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav .nav-list1 > li:after
    {
        font-size: 14px;

        display: inline-block;

        content: '/';
        vertical-align: middle;

        color: #d7d9db;
    }
    .header .nav .nav-list1 > li:last-child:after
    {
        display: none;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 100%;
        padding: 20px 0;

        text-align: center;

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

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

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #0b8472;
    }
    .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: 120px;
        padding: 20px 0;

        text-align: left;

        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        border-bottom: 1px dashed rgba(255, 255, 255, .2);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        line-height: 30px;

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@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: 15px;
        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: #0b8472;
    }
    .header .nav-2 .img-box,
    .header .nav-3 .img-box
    {
        display: none;
    }
    .header .nav-2 .item,
    .header .nav-3 .item
    {
        display: block;
    }
    .header .nav-2 .item p,
    .header .nav-3 .item p
    {
        font-size: 14px;

        position: relative;
        top: 0;

        display: block;

        margin: 0;
        padding: 0;

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

        color: #fff;
    }
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    content: '\e9b5';
}
.header .nav-2 .nav-top .nav-title,
.header .nav-3 .nav-top .nav-title
{
    font-size: 18px;
    line-height: 40px;

    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: 18px;

        width: 100%;
    }
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2
{
    margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content
{
    overflow: auto;

    height: 80%;
    margin-top: 12%;
}
.header .nav-2 .content ul,
.header .nav-3 .content ul
{
    margin: 0;
    padding: 0;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul,
    .header .nav-3 .content ul
    {
        padding: 0 15px;
    }
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li
{
    line-height: 44px;

    clear: both;

    margin: 25px 0;

    text-align: left;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li,
    .header .nav-3 .content ul li
    {
        margin: 0;
    }
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more
{
    position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

    content: '\e72f';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .header .nav-2 .content ul li a,
    .header .nav-3 .content ul li a
    {
        font-size: 16px;
    }
}
.header .nav-2
{
    left: 100%;
}
.header .nav-3
{
    left: 200%;
}
.header .nav-3 .content ul li
{
    font-size: 15px;
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.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: 18px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .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(11, 132, 114, .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: '\e660';

    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: #0b8472;
}
.header .search-lg
{
    font-size: 14px;

    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: 100%;
    height: 60px;
    padding: 0 50px;

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

    color: #fff;
    border: none;
    outline: none;
}
.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-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e61b';

    color: #fff;
}
.header .find
{
    line-height: 100px;

    display: inline-block;
    float: right;

    margin-left: 20px;
    padding: 0 20px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .find
    {
        margin: 0;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        padding-right: 10px;
        padding-left: 0;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 24px;

    content: '\e660';
}
.header .find:hover
{
    color: #0b8472;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    background-color: rgba(255, 255, 255, .9);
}
@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 80px;
    }
    .header.fixed-header .logo
    {
        margin: 15px 0;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 80px;
    }
    .header.fixed-header .find
    {
        line-height: 80px;
    }
    .header.fixed-header .wechat a
    {
        line-height: 80px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        margin: 5px 0;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

    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;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

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

    border-radius: 0;
    background-color: #fff;
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #a1a5b3;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #0b8472;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@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: 0;

    -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: #0b8472;
    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 .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
.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;
    font-size: 24px !important;

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

    content: '\e616';
}
.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: '\e622';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;

    display: none;

    width: 100%;

    background-color: rgba(51, 51, 51, .9);
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block;
    }
}
.xs-online ul
{
    font-size: 0;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;

    list-style: none;

    vertical-align: top;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e68a';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.message > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.map > a:before
{
    font-weight: normal;

    content: '\e63e';
}
.xs-online ul li.product > a:before
{
    font-weight: normal;

    content: '\e7e9';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e622';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e64e';
}
.xs-online ul li.wechat
{
    position: relative;
}
.xs-online ul li.wechat > a:before
{
    font-weight: normal;

    content: '\e604';
}
.xs-online ul li.wechat img
{
    position: absolute;
    top: -90px;
    left: 50%;

    display: none;

    width: 90px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.xs-online ul li.wechat:hover img
{
    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner .slick-arrow
{
    line-height: 60px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 60%;
    left: 6%;

    overflow: hidden;

    width: 60px;
    height: 60px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border: 1px solid #fff;
    border-radius: 50%;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    content: '\e62b';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow.slick-next
{
    right: 6%;
    left: auto;
}
.banner .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .slick-arrow:hover
{
    color: #fff;
    border-color: rgba(11, 132, 114, .8);
    background-color: rgba(11, 132, 114, .8);
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0 10%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin: 0;
    margin: 0 6px;

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

    color: #e0e1e7;
    border-radius: 50%;
    background: none;
    background-color: rgba(255, 255, 255, 0);
}
.banner .slick-dots li:before
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 3px;
    left: 3px;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    background-color: rgba(255, 255, 255, .3);
}
.banner .slick-dots li button
{
    display: none;
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    max-width: 100%;
}
.banner .item a
{
    display: block;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.banner-in .text-in b
{
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .banner-in .text-in b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in b
    {
        font-size: 24px;
    }
}
.banner-in .text-in-white b
{
    color: #fff;
}
.banner-in .banner-nav
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;

    text-align: right;
}
.banner-in .banner-nav ul
{
    display: inline-block;
}
.banner-in .banner-nav ul li
{
    display: inline-block;
}
.banner-in .banner-nav ul li a
{
    font-size: 16px;
    line-height: 70px;

    display: block;

    padding: 0 70px;

    color: #fff;
    background-color: rgba(0, 0, 0, .7);
}
@media (max-width: 991px)
{
    .banner-in .banner-nav ul li a
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .banner-in .banner-nav ul li a
    {
        padding: 0 20px;
    }
}
.banner-in .banner-nav ul li.active a
{
    background-image: -webkit-gradient(linear, left top, right top, from(#e83928), to(#4f96d0));
    background-image: -webkit-linear-gradient(left, #e83928, #4f96d0);
    background-image:         linear-gradient(to right, #e83928, #4f96d0);
}
.banner .slick-current img
{
    -webkit-animation: narrow 6s 0s ease both;
            animation: narrow 6s 0s ease both;
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
       -webkit-transform: scale(1);
               transform: scale(1);

        opacity: 1;
    }
    70%
    {
        
 -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
        opacity: 1;
    }
	100%
	   {
	       
	-webkit-transform: scale(1.3);
	           -ms-transform: scale(1.3);
	               transform: scale(1.3);
	       opacity:1;
	   }
}
@keyframes narrow
{
    0%
    {
       -webkit-transform: scale(1);
               transform: scale(1);

        opacity: 1;
    }
    70%
    {
         -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
	100%
	{
	     -webkit-transform: scale(1.3);
	        -ms-transform: scale(1.3);
	            transform: scale(1.3);
	
	    opacity:1;
	}
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.box
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title span
{
    line-height: 2;

    display: block;

    margin-top: 6px;

    text-transform: uppercase;

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

    width: 58px;
    height: 4px;
    margin: 0 auto;

    content: '';

    background-color: #0b8472;
}
.title p
{
    font-size: 14px;
    line-height: 24px;

    margin: 30px 0 0 0;

    color: #666;
}
.indexcontent
{
    position: relative;
    z-index: 2;

    background-color: #f8f8f8;
}
.indexcontent .more a
{
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    background-color: #0b8472;
}
@media (max-width: 767px)
{
    .indexcontent .more a
    {
        font-size: 14px;
        line-height: 36px;

        padding: 0 40px;
    }
}
.indexcontent .more a:hover
{
    background-color: #036758;
}
.box-product
{
    background: url(../images/product_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-product .product
{
    margin-top: 20px;
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .box-product .product
    {
        padding: 0 15px;
    }
}
.box-product .product .row
{
    margin: 0 -10px;
}
@media (max-width: 767px)
{
    .box-product .product .row
    {
        margin: 0 -5px;
    }
}
.box-product .product .itembox
{
    padding: 10px;
}
@media (max-width: 767px)
{
    .box-product .product .itembox
    {
        padding: 5px;
    }
}
.box-product .product .item
{
    position: relative;

    display: block;

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

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

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

    opacity: .7;
}
.box-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .title-pic
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    padding: 20px;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .box-product .product .item .title-pic
    {
        padding: 10px;
    }
}
.box-product .product .item .title-pic b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
@media (max-width: 767px)
{
    .box-product .product .item .title-pic b
    {
        font-size: 18px;
    }
}
.box-product .product .item .title-pic p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
    .box-product .product .item .title-pic p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.box-product .product .item .mask
{
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;

    width: 100%;
    padding: 0 5%;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
.box-product .product .item .mask b
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .mask p
{
    font-size: 14px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 16px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-product .product .item .mask span.more
{
    line-height: 30px;

    display: inline-block;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 30px;
}
@media (min-width: 1200px)
{
    .box-product .product .item:hover
    {
        background-color: #0b8472;
    }
    .box-product .product .item:hover .title-pic
    {
        opacity: 0;
    }
    .box-product .product .item:hover .pic .img-box
    {
        opacity: .6;
    }
    .box-product .product .item:hover .pic .img-box img
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .box-product .product .item:hover .mask
    {
        opacity: 1;
    }
}
.box-product .more
{
    text-align: center;
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-news
    {
        background: url(../images/news_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-news .title
{
    display: inline-block;

    text-align: left;
}
.box-news .title span:after
{
    margin-left: 0;
}
.box-news .news-sort
{
    display: inline-block;
    float: right;

    margin-top: 30px;
}
.box-news .news-sort ul
{
    display: inline-block;

    margin: 0 -24px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .box-news .news-sort ul
    {
        margin: 0 -10px;
    }
}
.box-news .news-sort ul li
{
    display: inline-block;
}
.box-news .news-sort ul li a
{
    display: block;

    padding: 0 24px;
}
@media (max-width: 767px)
{
    .box-news .news-sort ul li a
    {
        padding: 0 10px;
    }
}
.box-news .news-sort ul li a:hover
{
    color: #0b8472;
}
.box-news .news-sort a.more
{
    display: inline-block;

    margin-left: 10px;

    vertical-align: middle;
}
.box-news .news-sort a.more:hover
{
    color: #0b8472;
}
.box-news .news
{
    clear: both;
}
.box-news .news .item
{
    margin-top: 30px;
}
.box-news .news .item .img-box
{
    padding-bottom: 63.63636364%;
}
.box-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item b
{
    font-size: 16px;
    line-height: 30px;

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

    height: 30px;
    margin-top: 14px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item span.date
{
    font-weight: bold;
    line-height: 30px;

    display: block;

    color: #999;
}
.box-news .news .item p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover b
{
    color: #0b8472;
}
.box-news .news .item-1
{
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    .box-news .news .item-1
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.box-news .news .item-1 b
{
    font-size: 20px;
    line-height: 30px;

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

    height: 30px;
    margin-top: 14px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-news .news .item-1 b
    {
        font-size: 18px;
    }
}
.box-news .news .item-1 span.date
{
    line-height: 30px;

    display: block;

    color: #999;
}
.box-news .news .item-1 p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 16px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item-1:hover b
{
    color: #0b8472;
}
.box-news .news .item-2
{
    position: relative;

    display: block;

    margin-top: 10px;
    padding-right: 90px;

    color: #666;
    border-bottom: 1px dashed #dcdcdc;
}
.box-news .news .item-2 span
{
    line-height: 40px;

    position: absolute;
    right: 0;
    bottom: 0;
}
.box-news .news .item-2 p
{
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-news .news .item-2:hover
{
    color: #0b8472;
}
.box-video .video
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    background-color: #000;
}
.box-video .video img
{
    width: 100%;

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

    opacity: .5;
}
@media (max-width: 991px)
{
    .box-video .video img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.box-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-video .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-video .video .play
{
    font-size: 60px;
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .box-video .video .play
    {
        font-size: 50px;
    }
}
.box-video .video .play:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    content: '\e619';
}
.box-video .video:hover img
{
    opacity: .8;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #999;
    background-color: #0e1a18;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 50px 0;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 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: 33.33333333%;
        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: 14px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-weight: normal;

        display: block;

        margin-top: 6px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e6d2';
    }
}
.footer .foot > ul > li .item
{
    text-align: left;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-1
    {
        display: none;

        max-width: 100%;
    }
}
.footer .foot > ul > li .item-1 p
{
    font-size: 14px;
    line-height: 20px;

    max-width: 220px;
    margin: 20px 0 0 0;
}
.footer .foot > ul > li .item-2 a
{
    font-size: 14px;
    line-height: 24px;

    display: block;
}
.footer .foot > ul > li .item-2 a:hover
{
    text-decoration: underline;

    color: #0b8472;
}
.footer .foot > ul > li .item-3 p
{
    font-size: 14px;
    line-height: 24px;

    margin: 0;
}
.footer .foot > ul > li .item-3 a:hover
{
    text-decoration: underline;

    color: #0b8472;
}
.footer .foot > ul > li .item-4 .info-down
{
    margin: 0;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-4 .info-down
    {
        display: none;
    }
}
.footer .foot > ul > li .info-down
{
    margin-top: 10px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        margin-top: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e628';
}
.footer .copyright
{
    font-size: 14px;

    padding: 12px 0;

    border-top: 1px solid #313232;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        font-size: 14px;

        position: relative;

        padding-bottom: 55px;
    }
}
.footer .copyright .link
{
    display: inline-block;
}
.footer .copyright .link b,
.footer .copyright .link a
{
    display: inline-block;

    vertical-align: middle;
}
.footer .copyright .link a
{
    margin-right: 6px;

    color: #666;
}
.footer .copyright .link a:hover
{
    text-decoration: underline;

    color: #0b8472;
}
.footer .copyright p
{
    line-height: 30px;

    display: inline-block;
    float: right;

    margin: 0;

    color: #666;
}
.footer .copyright p a
{
    margin-left: 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .footer .copyright p a
    {
        margin: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #0b8472;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 24px;
    }
}
.sidenav
{
    display: block;

    max-width: 1010px;
    margin: 0 auto;
    margin-top: 30px;

    text-align: center;

    border: 1px solid #dcdcdc;
}
.sidenav > ul > li
{
    position: relative;

    display: inline-block;

    vertical-align: middle;
}
.sidenav > ul > li > a
{
    font-size: 16px;
    line-height: 60px;

    position: relative;

    display: block;

    padding: 0 40px;

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

    color: #71737a;
}
@media (max-width: 1199px)
{
    .sidenav > ul > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .sidenav > ul > li > a
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .sidenav > ul > li > a
    {
        font-size: 15px;
        line-height: 50px;
    }
}
@media (max-width: 991px)
{
    .sidenav > ul > li.active
    {
        display: block;
    }
    .sidenav > ul > li.active > ul
    {
        display: block;
    }
}
.sidenav > ul > li > ul
{
    position: absolute;
    top: 100%;

    display: none;

    width: 100%;
    padding: 14px 0;

    border-top: 1px dashed rgba(255, 255, 255, .5);
    background-color: #0b8472;
}
@media (max-width: 991px)
{
    .sidenav > ul > li > ul
    {
        position: relative;
        top: auto;
    }
}
@media (max-width: 991px)
{
    .sidenav > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.sidenav > ul > li > ul > li a
{
    line-height: 2;

    display: block;

    padding: 0 10px;

    color: #fff;
}
.sidenav > ul > li > ul > li:hover a
{
    text-decoration: underline;
}
.sidenav > ul > li.active > a,
.sidenav > ul > li:hover > a
{
    color: #fff;
    background-color: #0b8472;
}
.wrap-about .about
{
    margin-top: 30px;
}
.wrap-about .about p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .about img
{
    max-width: 100%;
    height: auto !important;
}
@media (max-width: 1470px)
{
    .wrap-development .development
    {
        padding: 0 100px;
    }
}
@media (max-width: 991px)
{
    .wrap-development .development
    {
        padding: 0;
    }
}
.wrap-development .development .item
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 33.33333333%;
    padding: 30px 30px 20px 0;

    vertical-align: bottom;

    border-bottom: 1px dashed #0b8472;
}
@media (max-width: 767px)
{
    .wrap-development .development .item
    {
        width: 100%;
        padding: 30px 10px 14px 0;
    }
}
.wrap-development .development .item:after
{
    position: absolute;
    bottom: 0;
    left: -5px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 5px 10px 5px;
    border-style: solid;
    border-color: transparent transparent #0b8472 transparent;
}
.wrap-development .development .item .title-development
{
    position: relative;

    display: inline-block;

    padding: 0 16px;

    border-bottom: 1px solid #daddd8;
}
.wrap-development .development .item .title-development:before
{
    position: absolute;
    bottom: -7px;
    left: -7px;

    display: block;

    width: 15px;
    height: 15px;

    content: '';

    background: url(../images/dot-1.png) no-repeat center;
}
.wrap-development .development .item .title-development b
{
    font-size: 24px;
    font-style: italic;
    line-height: 40px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-development .development .item .title-development b
    {
        font-size: 20px;
    }
}
.wrap-development .development .item .text
{
    padding: 16px 16px 20px 16px;

    border-left: 1px solid #daddd8;
}
.wrap-development .development .item .text b
{
    line-height: 26px;

    display: block;

    color: #0b8472;
}
.wrap-development .development .item .text p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-development .development ul li
{
    font-size: 14px;
    font-size: 0;

    position: relative;
}
.wrap-development .development ul li:nth-child(1):before
{
    position: absolute;
    bottom: 0;
    left: -100px;

    width: 100px;
    height: 1px;

    content: '';

    border-bottom: 1px dashed #0b8472;
}
.wrap-development .development ul li:nth-child(1):after
{
    position: absolute;
    bottom: 0;
    left: -100px;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 0 10px 40px;
    border-style: solid;
    border-color: transparent transparent #0b8472 transparent;
}
.wrap-development .development ul li:nth-child(3n+2):after,
.wrap-development .development ul li:nth-child(3n+3):after
{
    position: absolute;
    top: -1px;
    right: -170px;

    width: 170px;
    height: -webkit-calc(100% + 1px);
    height:         calc(100% + 1px);

    content: '';

    border: 1px dashed #0b8472;
    border-left: none;
    border-radius: 0 200px 200px 0;
}
@media (max-width: 1470px)
{
    .wrap-development .development ul li:nth-child(3n+2):after,
    .wrap-development .development ul li:nth-child(3n+3):after
    {
        right: -140px;

        width: 140px;
    }
}
.wrap-development .development ul li:nth-child(3n+3):after
{
    right: auto;
    left: -170px;

    border: 1px dashed #0b8472;
    border-right: none;
    border-radius: 200px 0 0 200px;
}
@media (max-width: 1470px)
{
    .wrap-development .development ul li:nth-child(3n+3):after
    {
        left: -140px;

        width: 140px;
    }
}
.wrap-honor .honor .item
{
    display: block;

    margin-top: 30px;

    text-align: center;

    color: inherit;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor-1 .item .img-box
{
    padding-bottom: 133.33333333%;
}
.wrap-honor .honor-2
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-2
    {
        margin: 0;
    }
}
.wrap-honor .honor-2 .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-video .video
{
    position: relative;
    z-index: 2;

    overflow: hidden;

    margin-top: 30px;

    background-color: #000;
}
.wrap-video .video img
{
    width: 100%;

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

    opacity: .5;
}
@media (max-width: 991px)
{
    .wrap-video .video img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.wrap-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.wrap-video .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.wrap-video .video .play
{
    font-size: 60px;
    line-height: 60px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-video .video .play
    {
        font-size: 50px;
    }
}
.wrap-video .video .play:after
{
    font-family: 'iconfont' !important;
    font-weight: normal;

    display: block;

    content: '\e601';
}
.wrap-video .video:hover img
{
    opacity: .8;
}
.wrap-culture-connotation .culture-connotation
{
    margin-top: 50px;
}
.wrap-culture-connotation .culture-connotation .text
{
    margin-top: 30px;
}
.wrap-culture-connotation .culture-connotation .text p
{
    line-height: 30px;

    margin: 0;

    color: #666;
}
.wrap-culture-connotation .culture-connotation .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-culture-activity .culture-activity
{
    margin-top: 50px;
}
.wrap-culture-activity .culture-activity .list .item
{
    position: relative;

    display: block;

    margin-top: 30px;
}
.wrap-culture-activity .culture-activity .list .item .img-box
{
    padding-bottom: 53.62318841%;
}
.wrap-culture-activity .culture-activity .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture-activity .culture-activity .list .item p
{
    line-height: 50px;

    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;
    height: 50px;
    padding: 0 30px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-culture-activity .culture-activity .list .item p
    {
        line-height: 40px;

        height: 40px;
        padding: 0 10px;
    }
}
.wrap-culture-activity .culture-activity .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture-training .culture-training
{
    margin-top: 50px;
}
.wrap-culture-training .culture-training .text
{
    margin-top: 30px;
}
.wrap-culture-training .culture-training .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-culture-training .culture-training .list .item
{
    display: block;

    margin-top: 30px;
}
.wrap-culture-training .culture-training .list .item .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-culture-training .culture-training .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture-training .culture-training .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture-newspaper .culture-newspaper
{
    margin-top: 50px;
}
.wrap-culture-newspaper .culture-newspaper .text
{
    margin-top: 30px;
}
.wrap-culture-newspaper .culture-newspaper .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-culture-newspaper .culture-newspaper .list .item
{
    display: block;

    margin-top: 30px;
}
.wrap-culture-newspaper .culture-newspaper .list .item .pic
{
    border: 1px solid #e5e5e5;
}
.wrap-culture-newspaper .culture-newspaper .list .item .pic:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;

    content: '\e641';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
}
.wrap-culture-newspaper .culture-newspaper .list .item .img-box
{
    padding-bottom: 35.55555556%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-culture-newspaper .culture-newspaper .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture-newspaper .culture-newspaper .list .item p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-culture-newspaper .culture-newspaper .list .item:hover .pic:before
{
    opacity: .5;
}
.wrap-culture-newspaper .culture-newspaper .list .item:hover .img-box
{
    opacity: .5;
}
.wrap-culture-newspaper .culture-newspaper .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news
{
    background: url(../images/news_in_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-news .news .item
{
    margin-top: 30px;
}
.wrap-news .news .item .img-box
{
    padding-bottom: 63.63636364%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item b
{
    font-size: 16px;
    line-height: 30px;

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

    height: 30px;
    margin-top: 14px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item span.date
{
    font-weight: bold;
    line-height: 30px;

    display: block;

    color: #999;
}
.wrap-news .news .item p
{
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover b
{
    color: #0b8472;
}
.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: 24px;
    }
}
.wrap-news-show .title-news-show span
{
    font-size: 18px;

    display: block;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    font-size: 14px;
    line-height: 1.71428571;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .text p
    {
        font-size: 14px;
    }
}
.wrap-news-show .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product
{
    background: url(../images/product_in_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-product .product
{
    margin-top: 50px;
}
.wrap-product .product .title-in h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product .product .title-in h1
    {
        font-size: 24px;
    }
}
.wrap-product .product .text
{
    margin-top: 30px;
}
.wrap-product .product .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product .product .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product .product .list .item
{
    display: block;

    margin-top: 30px;
}
.wrap-product .product .list .item .img-box
{
    padding-bottom: 55.55555556%;
}
.wrap-product .product .list .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .list .item p
{
    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 .product .list .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-contact .contact .text
{
    margin-top: 10px;
}
.wrap-contact .contact .text .item
{
    margin-top: 30px;
    padding: 24px 10px;

    text-align: center;

    border: 1px solid #dcdcdc;
}
.wrap-contact .contact .text .item p
{
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .text .item p b
{
    font-size: 16px;

    color: #333;
}
@media (max-width: 1350px)
{
    .wrap-contact .contact .text .item p b
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .text .item p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 10px;

    content: '\e63d';

    color: #0b8472;
}
.wrap-contact .contact .text .item p a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact .text .item-email p:before
{
    content: '\e6c9';
}
.wrap-contact .contact .text .item-tel p:before
{
    content: '\e68a';
}
.wrap-contact .contact .map
{
    height: 450px;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .map
    {
        height: 340px;
    }
}
.wrap-contact .contact .map .map-content
{
    height: 100%;
}
.wrap-contact .message
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 50px;
    }
}
.wrap-contact .message .title-in p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 16px;
    line-height: 24px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: 1px solid #e6e6e6;
    background-color: none;
}
@media (max-width: 767px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        font-size: 14px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-size: 14px;
    line-height: 44px;

    width: 100%;
    margin-top: 10px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #0b8472;
}
.wrap-contact .message .submit:hover
{
    background-color: #036758;
}
.wrap-talent-development
{
    background: url(../images/talent_bg.jpg) no-repeat center;
    background-size: cover;
}
.wrap-talent-development .talent-development .text
{
    margin-top: 30px;
}
.wrap-talent-development .talent-development .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-talent-development .talent-development .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-talent-jobs .jobs
{
    margin-top: -70px;
}
.wrap-talent-jobs .list
{
    margin-top: 70px;
}
.wrap-talent-jobs .list .text
{
    margin-top: 30px;
}
.wrap-talent-jobs .list p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-talent-jobs .list img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-talent-jobs .list .note,
.wrap-talent-jobs .list .pic
{
    display: inline-block;

    vertical-align: top;
}
.wrap-talent-jobs .list table th
{
    background-color: #eee;
}
.wrap-talent-jobs .list table th,
.wrap-talent-jobs .list table td
{
    color: #666;
    border: none;
}
.wrap-talent-jobs .list table tr
{
    border: 1px solid #dcdcdc;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 70px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 50px;
    }
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;
    margin: 0 6px;
    padding: 0;

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

    color: #666;
    border: none;
    border: 1px solid #eee;
    border-radius: 4px;
    background: none;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-radius: 50%;
    background-color: #0b8472;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-radius: 50%;
    background-color: #0b8472;
}
