/**
 * 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');
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (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: 110px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1740px)
{
    .header
    {
        padding: 0 15px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 60px;
    margin-top: 25px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        float: none;

        width: 100%;
        height: 50px;
        margin-top: 5px;

        text-align: center;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;
}
.header .nav-collapse
{
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 20px;

    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: 6px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 10px;

        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
    {
        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 50px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: #cd302f;
    }
    .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 a
    {
        white-space: nowrap;
    }
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        line-height: 110px;

        position: relative;

        display: inline-block;

        padding: 0 24px;

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

        color: #fff;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: rgba(255, 255, 255, .8);
    }
    .header .nav .nav-list1 > li:hover > a:after,
    .header .nav .nav-list1 > li.active > a:after
    {
        width: 40px;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 80%;

        display: none;

        padding: 20px 0;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 .list
    {
        width: 100%;
        max-width: 1410px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        padding: 0 30px;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li h3
    {
        font-size: 13px;
        font-weight: 600;

        margin: 0 0 12px 0;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;
        text-decoration: underline;
        letter-spacing: .46px;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 2;

        position: relative;
        z-index: 1;

        display: block;

        -webkit-transition: -webkit-transform .6s ease;
                transition: -webkit-transform .6s ease;
                transition:         transform .6s ease;
                transition:         transform .6s ease, -webkit-transform .6s ease;

        color: #666;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);
        text-decoration: underline;

        color: #cd302f;
    }
    .header .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2
    {
        right: 0;
        left: 0;

        overflow: hidden;

        width: 100%;
        max-width: 1290px;
        margin: auto;
        padding-bottom: 20px;

        border-bottom: 40px solid #fff;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li
    {
        width: 14.28571429%;
        margin-right: -4px;
        margin-bottom: -999px;
        padding: 0 25px 0 15px;
        padding-bottom: 999px;

        border-left: 1px solid #e7e7e7;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li .pic
    {
        max-width: 130px;
        margin-left: 0;
    }
    .header .nav .nav-list1 .nav-list2.pronav-list2 > li h4
    {
        font-size: 13px;
        font-weight: bold;

        margin-top: 24px;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

        padding: 20px 0;

        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li > a
    {
        font-size: 12px;
        line-height: 2;
    }
}
@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: #cd302f;
    }
}
.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 h2,
.header .nav-3 .nav-top h2
{
    font-size: 18px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        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%;
}
@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: 20px;
    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: 19px;
}
.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: 22px;
        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(0, 0, 0, .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: #343434;
}
@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: #cd302f;
}
.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: 3px solid #1f1e1e;
    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 .right
{
    float: right;

    margin-left: 30px;
}
@media (max-width: 1560px)
{
    .header .right
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header .right
    {
        float: left;
    }
}
.header .find
{
    line-height: 110px;

    float: right;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

        position: absolute;
        top: 0;
        left: 14px;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 18px;

    float: left;

    content: '\e660';
}
@media (max-width: 1199px)
{
    .header .find
    {
        float: left;
    }
}
.header .find:hover
{
    color: rgba(255, 255, 255, .8);
}
.header .share
{
    float: right;

    margin-top: 30px;
    margin-left: 50px;
}
@media (max-width: 1740px)
{
    .header .share
    {
        margin-left: 20px;
    }
}
@media (max-width: 1300px)
{
    .header .share
    {
        display: none;
    }
}
.header .share ul li
{
    display: inline-block;
}
.header .share ul li a
{
    display: block;

    -webkit-transition: all .5s;
            transition: all .5s;
}
.header .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    margin: 0 4px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #0742ae;
}
.header .share ul li.twitter a:before
{
    content: '\e60b';

    background-color: #13b5b1;
}
.header .share ul li.linkedin a:before
{
    content: '\e6f0';

    background-color: #0075a9;
}
.header .share ul li.instagram a:before
{
    content: '\e607';
}
.header .share ul li.youtube a:before
{
    content: '\e6d7';

    background-color: #0068b7;
}
.header .share ul li.google a:before
{
    content: '\e60c';

    background-color: #89c997;
}
.header .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.header .language-box
{
    position: relative;

    float: right;

    margin-left: 60px;
}
@media (max-width: 1740px)
{
    .header .language-box
    {
        margin-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box p
{
    line-height: 90px;

    margin: 0;

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

    color: #666;
}
.header .language-box p:before,
.header .language-box p:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.header .language-box p:before
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header .language-box p.en:before
{
    background-position: -30px 0;
}
.header .language-box p:after
{
    display: block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 42px;
    margin-left: 8px;

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

    border-top: 4px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
@media (min-width: 768px)
{
    .header .language-box ul
    {
        position: absolute;
        z-index: 900;
        left: 50%;

        display: none;

        min-width: 120px;

        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        white-space: nowrap;
    }
}
@media (min-width: 1680px)
{
    .header .language-box ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box ul li
{
    margin: 10px 0;
}
.header .language-box ul li a
{
    position: relative;

    display: block;

    padding-left: 30px;

    color: #666;
}
.header .language-box ul li a:before
{
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 20px;
    height: 20px;

    content: '';

    background-image: url(../images/language.png);
    background-size: cover;

    coverbackground-repeat: no-repeat;
}
.header .language-box ul li a:hover
{
    text-decoration: underline;
}
.header .language-box ul .en a:before
{
    background-position: -22px 0;
}
.header .language-box.language-header
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box.language-header ul
{
    top: 100%;

    width: 100%;
    padding: 12px 20px;

    background-color: #fff;
}
@media (min-width: 768px)
{
    .header .language-box.language-header ul
    {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
.header .language-box.language-header li
{
    white-space: nowrap;
}
.header .back-btn
{
    position: absolute;
}
.header.fixed-header
{
    height: 80px;

    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    margin-top: 9px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 50px;
        margin-top: 5px;
    }
}
.header.fixed-header .logo .logo-a
{
    display: none;
}
.header.fixed-header .logo .logo-b
{
    display: block;
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;

    color: #666;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 80px;

    color: #666;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;
    }
}
.header.fixed-header .share
{
    margin-top: 25px;
}
.header.fixed-header .nav .nav-list1 .nav-list2
{
    top: 100%;

    background-color: #fff;
}
.header.fixed-header .language-box p
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language-box p
    {
        line-height: 60px;
    }
}
.header.fixed-header .language-box p:after
{
    margin-top: 36px;
}
.header.fixed-header .nav-collapse .btn-line,
.header.fixed-header .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line:nth-child(1)
{
    background-color: #999;
}
.online-wrap .btn
{
    line-height: 40px;

    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, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.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: 9;
    right: 0;
    bottom: 23%;

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 54px;

    position: relative;

    display: block;

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

    text-align: center;

    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 22px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #cd302f;
    }
}
@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: #cd302f;
    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
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.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-arrow-top:before
{
    font-family: 'iconfont' !important;

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 8px;

    cursor: pointer;

    border: 1px solid #fff;
    border-radius: 5px;
}
.banner .slick-dots li.slick-active
{
    background-color: #fff;
}
.banner .slick-dots li button
{
    opacity: 0;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .banner .text
    {
        padding: 0 15%;
    }
}
.banner .text h3
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text h3
    {
        font-size: 20px;
    }
}
.banner .text p
{
    font-size: 24px;
    font-style: italic;
    line-height: 1.66666667;

    margin: 10px 0 0 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner .text p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .text p
    {
        font-size: 14px;
    }
}
.banner .img-box
{
    padding-bottom: 50%;
}
.banner .slick-active .text h3
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-active .text p
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
.banner-in .img-box
{
    padding-bottom: 26.04166667%;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title
{
    text-align: center;
}
.title h2
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 20px;
    }
}
.title p
{
    font-size: 15px;
    line-height: 1.71428571;

    margin: 0 auto;
    margin-top: 20px;

    color: #666;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-about
{
    overflow: hidden;

    background-color: #fff;
}
.box-about .about .pic,
.box-about .about .text
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 991px)
{
    .box-about .about .pic,
    .box-about .about .text
    {
        width: 100%;
    }
    .box-about .about .pic img,
    .box-about .about .text img
    {
        max-width: 100%;
    }
}
.box-about .text
{
    padding: 60px 15px 0 15px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-about .text
    {
        padding: 40px 15px;
    }
}
.box-about .text .note
{
    margin-top: 20px;
}
.box-about .text p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.box-about .text p span
{
    color: #50d4e0;
}
.box-about .text a
{
    display: block;
}
.box-number
{
    overflow: hidden;

    padding: 30px 0;

    background-color: #f4f4f4;
}
.box-number .number
{
    font-size: 0;

    text-align: center;
}
.box-number .number .list
{
    display: inline-block;
    float: none;

    margin: 20px 0;

    text-align: center;
    vertical-align: top;

    border-right: 1px solid #e9e9e9;
}
@media (min-width: 992px)
{
    .box-number .number .list
    {
        width: auto;
        padding: 0 8%;
    }
    .box-number .number .list:first-child
    {
        padding-left: 0;
    }
    .box-number .number .list:last-child
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px)
{
    .box-number .number .list
    {
        padding: 0 6%;
    }
}
.box-number .number .list:last-child
{
    border-right: none;
}
@media (max-width: 991px)
{
    .box-number .number .list:nth-child(2n)
    {
        border-right: none;
    }
}
.box-number .number .item
{
    display: inline-block;

    text-align: center;
}
.box-number .number .item h3
{
    font-size: 64px;
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-number .number .item h3
    {
        font-size: 30px;
    }
}
.box-number .number .item h3 span
{
    display: inline-block;
}
.box-number .number .item h3 i
{
    font-size: 12px;
    font-style: normal;

    display: inline-block;

    vertical-align: top;
}
.box-number .number .item p
{
    font-size: 13px;
    line-height: 1.71428571;

    margin-top: 14px;

    color: #666;
}
.box-product
{
    border-bottom: 1px solid #ededed;
}
.box-product .product
{
    margin-top: 10px;
}
.box-product .product .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
.box-product .product .item p
{
    font-weight: bold;

    position: absolute;
    top: 30px;
    left: 0;

    width: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);

    color: #fff;
    background-color: rgba(205, 48, 47, .8);
}
.box-product .product .item p a
{
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    padding: 0 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item-1 .img-box,
.box-product .product .item-4 .img-box
{
    padding-bottom: 134.14634146%;
}
.box-product .product .item-2 .img-box
{
    padding-bottom: 68.29268293%;
}
.box-product .product .item-3 .img-box
{
    padding-bottom: 87.80487805%;
}
.box-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-product .product .item:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.box-achievement .slick-achievement
{
    margin-top: 44px;
}
.box-achievement .slick-achievement .item .img-box
{
    padding-bottom: 68.75%;
}
.box-achievement .slick-achievement .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-achievement .slick-achievement .item .note
{
    padding: 20px 40px;
}
@media (max-width: 991px)
{
    .box-achievement .slick-achievement .item .note
    {
        padding: 10px;
    }
}
.box-achievement .slick-achievement .item .note h3
{
    font-size: 15px;
    font-weight: bold;

    position: relative;

    margin: 0 0 8px 0;
}
.box-achievement .slick-achievement .item .note h3:before
{
    position: absolute;
    left: -16px;

    display: block;

    width: 3px;
    height: 20px;

    content: '';

    background-color: #cd302f;
}
@media (max-width: 991px)
{
    .box-achievement .slick-achievement .item .note h3:before
    {
        left: -8px;
    }
}
.box-achievement .slick-achievement .item .note p
{
    font-size: 13px;
    line-height: 1.69230769;

    margin: 0;

    color: #666;
}
.box-achievement .slick-achievement .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-achievement .slick-achievement .slick-dots
{
    margin-top: 40px;
    padding: 0 15px;

    text-align: center;
}
.box-achievement .slick-achievement .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 34px;
    height: 3px;
    margin: 0 10px;

    cursor: pointer;

    border-radius: 0;
    background-color: #d6d6d6;
}
@media (max-width: 991px)
{
    .box-achievement .slick-achievement .slick-dots li
    {
        width: 20px;
        margin: 0 3px;
    }
}
.box-achievement .slick-achievement .slick-dots li.slick-active
{
    background-color: #8f8f8f;
}
.box-achievement .slick-achievement .slick-dots li button
{
    opacity: 0;
}
.box-choose
{
    padding-bottom: 0;

    background-color: #f5f5f5;
}
.box-choose .choose .item
{
    position: relative;

    margin-top: 50px;
    padding-left: 82px;
}
@media (max-width: 991px)
{
    .box-choose .choose .item
    {
        margin-top: 30px;
    }
}
.box-choose .choose .item:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    line-height: 60px;

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

    display: block;

    width: 60px;
    height: 60px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #cd302f;
}
@media (max-width: 991px)
{
    .box-choose .choose .item:before
    {
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.box-choose .choose .item .note
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;

    border-left: 1px solid #e9e9e9;
}
.box-choose .choose .item .note h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 10px 0;

    text-transform: uppercase;
}
.box-choose .choose .item .note p
{
    font-size: 13px;
    line-height: 2.30769231;

    position: relative;

    margin: 0;
    padding-left: 12px;

    color: #666;
}
.box-choose .choose .item .note p:before
{
    position: absolute;
    top: 14px;
    left: 0;

    display: block;

    width: 4px;
    height: 4px;

    content: '';

    border-radius: 50%;
    background-color: #616161;
}
.box-choose .choose .item-2:before
{
    content: '\e640';
}
.box-choose .choose .item-3:before
{
    content: '\e633';
}
.box-choose .choose .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-choose .video
{
    position: relative;

    overflow: hidden;

    height: 410px;
    margin-top: 40px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .box-choose .video
    {
        height: 300px;
    }
}
.box-choose .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.box-choose .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.box-choose .video .play
{
    position: absolute;
    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%);
    text-align: center;

    color: #fff;
}
.box-choose .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;

    display: block;

    content: '\e67f';
}
.box-choose .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-partner
{
    border-bottom: 1px solid #ededed;
}
.box-partner .partner
{
    margin-top: 30px;
}
.box-partner .partner .row
{
    margin: 0 -9px;
}
.box-partner .partner .list
{
    padding: 0 9px;
}
.box-partner .partner .item
{
    margin-top: 18px;

    border: 1px solid #ededed;
}
.box-partner .partner .item .img-box
{
    padding-bottom: 55%;
}
.box-findus .map
{
    height: 420px;
    margin-top: 40px;

    border: 1px solid #e9e9e8;
}
@media (max-width: 767px)
{
    .box-findus .map
    {
        height: 340px;
    }
}
.footer
{
    position: relative;

    background-color: #323232;
}
.footer .foot
{
    overflow: hidden;

    padding: 80px 0 20px;
}
@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;

        max-width: 22%;

        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:first-child
    {
        display: none;
    }
}
.footer .foot > ul > li h3
{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;

    height: 20px;
    margin: 0;

    letter-spacing: 1px;

    color: #fff;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 15px;
    }
    .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
{
    margin-bottom: -999px;
    padding: 0 16px;
    padding-bottom: 999px;

    border-left: 1px solid #3b3b3b;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item-1
    {
        margin-bottom: 0;
        padding: 0;
        padding-bottom: 0;

        border-left: none;
    }
}
.footer .foot > ul > li .item-1 a
{
    font-size: 13px;
    line-height: 2.76923077;

    display: block;

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

    color: #b7b7b7;
}
.footer .foot > ul > li .item-1 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    text-decoration: underline;

    color: #fff;
}
.footer .foot > ul > li .item-2 img
{
    margin-bottom: 20px;
}
.footer .foot > ul > li .item-2 p
{
    font-size: 13px;
    line-height: 1.53846154;

    position: relative;

    max-width: 270px;
    margin: 20px 0 0 0;
    padding-left: 28px;

    color: #b7b7b7;
}
.footer .foot > ul > li .item-2 p.address:before,
.footer .foot > ul > li .item-2 p.tel:before,
.footer .foot > ul > li .item-2 p.fax:before,
.footer .foot > ul > li .item-2 p.email:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    left: 0;

    content: '\e60d';

    color: #fff;
}
.footer .foot > ul > li .item-2 p.tel:before
{
    content: '\e61c';
}
.footer .foot > ul > li .item-2 p.fax:before
{
    content: '\e64f';
}
.footer .foot > ul > li .item-2 p.email:before
{
    font-size: 14px;

    content: '\e64e';
}
.footer .foot > ul > li .item-2 p a:hover
{
    text-decoration: underline;
}
.footer .foot > ul > li .item-2 .info-down
{
    margin-top: 0;
}
.footer .foot > ul > li .item-3 input,
.footer .foot > ul > li .item-3 textarea
{
    font-size: 12px;
    line-height: 38px;

    width: 100%;
    min-height: 38px;
    margin-top: 10px;
    padding: 0 15px;

    color: #fff;
    border: 1px solid #3b3b3b;
    background: none;
}
.footer .foot > ul > li .item-3 input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea::-webkit-input-placeholder
{
    color: #b7b7b7;
}
.footer .foot > ul > li .item-3 input:-o-placeholder,
.footer .foot > ul > li .item-3 textarea:-o-placeholder
{
    color: #b7b7b7;
}
.footer .foot > ul > li .item-3 input::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea::-moz-placeholder
{
    color: #b7b7b7;
}
.footer .foot > ul > li .item-3 input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:-ms-input-placeholder
{
    color: #b7b7b7;
}
.footer .foot > ul > li .item-3 input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 .submit
{
    font-size: 13px;

    margin-top: 20px;
    padding: 0;

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

    color: #fff;
    border-radius: 0;
    background: none;
}
.footer .foot > ul > li .item-3 .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 6px;

    content: '\e646';
}
.footer .foot > ul > li .item-3 .submit:hover
{
    color: #cd302f;
}
.footer .foot > ul > li .info-down
{
    margin-top: 16px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .share
{
    text-align: center;

    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
}
.footer .bdsharebuttonbox
{
    font-size: 0;

    display: inline-block;

    padding: 10px 0;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.footer .bdsharebuttonbox a
{
    font-size: 12px;
    line-height: 25px;

    display: inline-block;

    height: 25px;
    margin: 0 25px;
    padding: 0;

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

    color: #fff;
    background: none;
}
.footer .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;
    margin-right: 8px;

    content: '\e62d';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}
.footer .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.footer .bdsharebuttonbox a:hover
{
    opacity: 1;
    color: #cd302f;
}
.footer .bdsharebuttonbox a:hover:before
{
    color: #cd302f;
    border-color: #cd302f;
}
.footer .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.footer .bdsharebuttonbox .bds_tel:before
{
    content: '\e61c';
}
.footer .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.footer .copyright
{
    line-height: 30px;

    overflow: hidden;

    padding: 20px 0;

    background-color: #313131;
}
.footer .copyright p
{
    font-size: 12px;
    line-height: 30px;

    margin: 0;

    color: #b7b7b7;
}
.footer .copyright p a
{
    float: right;

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

        margin: 0;

        text-align: center;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    margin-top: 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .title-in
    {
        margin-top: 50px;
    }
}
.title-in h2
{
    font-size: 20px;
    font-weight: bold;

    margin: 0;
}
.wrap-location
{
    border-bottom: 1px solid #eee;
}
.wrap-location ul:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-right: 10px;

    content: '\e612';

    color: #f67800;
}
.wrap-location ul li
{
    display: inline-block;
}
.wrap-location ul li a
{
    font-weight: 500;
    line-height: 50px;

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

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-location ul li a
    {
        font-size: 12px;
    }
}
.wrap-location ul li a:after
{
    margin: 0 10px;

    content: '/';

    color: #666;
}
.wrap-location ul li a:hover
{
    color: #f67800;
}
.wrap-location ul li:last-child a:after
{
    display: none;
}
.wrap-location ul li:last-child a:hover
{
    color: #666;
}
.sidenav
{
    height: 40px;
    margin-top: 30px;

    text-align: center;
}
.sidenav .category
{
    position: relative;

    height: 40px;
}
.sidenav .category:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e5e5e5;
}
@media (max-width: 991px)
{
    .sidenav .category:after
    {
        left: -50%;

        width: 200%;
    }
}
.sidenav .category > ul
{
    position: relative;
    position: absolute;
    left: 0;

    margin: 0 -5px;

    white-space: nowrap;
}
.sidenav .category > ul > li
{
    display: inline-block;

    padding: 0 5px;
}
.sidenav .category > ul > li > a
{
    font-size: 14px;
    line-height: 38px;

    position: relative;

    display: block;

    padding: 0 36px;

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

    color: #666;
    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .sidenav .category > ul > li > a
    {
        padding: 0 20px;
    }
}
.sidenav .category > ul > li.active > a,
.sidenav .category > ul > li:hover > a
{
    color: #fff;
    border-color: #cd302f;
    background-color: #cd302f;
}
.wrap-about .about .text p
{
    font-size: 13px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-about .about .pic
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic
    {
        margin-top: 30px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .number
{
    font-size: 0;

    padding: 50px 0;

    text-align: center;
}
.wrap-about .number .list
{
    display: inline-block;
    float: none;

    margin: 20px 0;

    text-align: center;
    vertical-align: top;

    border-right: 1px solid #e9e9e9;
}
@media (min-width: 992px)
{
    .wrap-about .number .list
    {
        width: auto;
        padding: 0 8%;
    }
    .wrap-about .number .list:first-child
    {
        padding-left: 0;
    }
    .wrap-about .number .list:last-child
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .number .list
    {
        padding: 0 6%;
    }
}
.wrap-about .number .list:last-child
{
    border-right: none;
}
@media (max-width: 991px)
{
    .wrap-about .number .list:nth-child(2n)
    {
        border-right: none;
    }
}
.wrap-about .number .item
{
    display: inline-block;

    text-align: center;
}
.wrap-about .number .item h3
{
    font-size: 64px;
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .number .item h3
    {
        font-size: 30px;
    }
}
.wrap-about .number .item h3 span
{
    display: inline-block;
}
.wrap-about .number .item h3 i
{
    font-size: 12px;
    font-style: normal;

    display: inline-block;

    vertical-align: top;
}
.wrap-about .number .item p
{
    font-size: 13px;
    line-height: 1.71428571;

    margin-top: 14px;

    color: #666;
}
.wrap-about .about-pic img
{
    max-width: 100%;
}
.wrap-honor .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-honor .item
{
    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .item .pic
{
    position: relative;

    overflow: hidden;

    border: 1px solid #e5e5e5;
}
.wrap-honor .item .pic .down
{
    line-height: 30px;

    position: absolute;
    bottom: 0;

    width: 100%;
    height: 50px;
    padding: 10px;

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

    color: #fff;
    background-color: #cd302f;
}
@media (max-width: 991px)
{
    .wrap-honor .item .pic .down
    {
        height: 30px;
        padding: 0 10px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.wrap-honor .item .pic .down:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 8px;

    content: '\e62a';
    vertical-align: middle;
}
.wrap-honor .item .img-box
{
    padding-bottom: 85.36585366%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-honor .item:hover .pic
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-honor .item:hover .pic .down
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.popup
{
    z-index: 888;

    display: none;

    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;

    background-color: #fff;
}
@media (max-width: 767px)
{
    .popup
    {
        padding: 20px 6px;
    }
}
.popup h3
{
    font-size: 20px;
    font-weight: bold;

    display: block;
}
.popup p
{
    font-size: 13px;

    margin: 10px 0 0 0;

    color: #999;
}
.popup form
{
    margin-top: 20px;
}
.popup input
{
    font-size: 13px;
    line-height: 30px;

    width: 100%;
    min-height: 40px;
    margin-top: 15px;
    padding: 5px 20px;

    border: 1px solid #f0f0f0;
    background-color: #f6f6f6;
}
.popup input::-webkit-input-placeholder,
.popup textarea::-webkit-input-placeholder
{
    color: #999;
}
.popup input:-o-placeholder,
.popup textarea:-o-placeholder
{
    color: #999;
}
.popup input::-moz-placeholder,
.popup textarea::-moz-placeholder
{
    color: #999;
}
.popup input:-ms-input-placeholder,
.popup textarea:-ms-input-placeholder
{
    color: #999;
}
.popup input:focus::-webkit-input-placeholder,
.popup textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.popup input:focus::-o-placeholder,
.popup textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.popup input:focus::-moz-placeholder,
.popup textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.popup input:focus::-ms-input-placeholder,
.popup textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.popup .submitdown
{
    font-size: 13px;
    line-height: 42px;

    display: block;

    height: 42px;
    margin-top: 24px;
    padding: 0 58px;

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

    color: #fff;
    background-color: #cd302f;
}
.popup .submitdown:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    float: left;

    margin-right: 6px;

    content: '\e62a';
}
.popup .submitdown:hover
{
    background-color: #9b0105;
}
.down-fancybox .fancybox-skin
{
    background-color: #fff;
}
.down-fancybox .fancybox-close
{
    top: 30px;
    right: 20px;

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

    color: #333;
    background: none;
}
.down-fancybox .fancybox-close:hover
{
    color: #9b0105;
}
.down-fancybox .fancybox-close:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 1;

    display: inline-block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wrap-factory .text p
{
    font-size: 13px;
    line-height: 2;
}
.wrap-factory .factory
{
    margin-top: 10px;
}
.wrap-factory .item
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-factory .item
    {
        margin-top: 16px;
    }
}
.wrap-factory .item .img-box
{
    padding-bottom: 68.29268293%;
}
.wrap-factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-achievement .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-achievement .achievement
{
    font-size: 0;
}
.wrap-achievement .achievement .list
{
    display: inline-block;
    float: none;

    vertical-align: top;
}
.wrap-achievement .achievement .item
{
    overflow: hidden;

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

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

    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
@media (max-width: 767px)
{
    .wrap-achievement .achievement .item
    {
        padding: 20px 10px 10px 10px;
    }
}
.wrap-achievement .achievement .item h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;
}
.wrap-achievement .achievement .item .info
{
    overflow: hidden;
}
.wrap-achievement .achievement .item .info .pic
{
    float: left;

    width: 35%;
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .wrap-achievement .achievement .item .info .pic
    {
        width: 100%;
    }
}
.wrap-achievement .achievement .item .info .pic .img-box
{
    padding-bottom: 68.75%;
}
.wrap-achievement .achievement .item .info .note
{
    float: left;

    width: 65%;
    margin-top: 20px;
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-achievement .achievement .item .info .note
    {
        width: 100%;
        margin-top: 0;
        padding: 30px 5px 20px 5px;
    }
}
.wrap-achievement .achievement .item .info .note p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-achievement .achievement .item:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.wrap-join .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-join .join
{
    margin-top: 40px;
}
.wrap-join .join ul li
{
    font-size: 0;

    border-bottom: 1px solid #f4f4f4;
}
.wrap-join .join ul li:first-child
{
    background-color: #f2f2f2;
}
.wrap-join .join ul li:first-child p
{
    font-weight: bold;

    color: #333;
}
.wrap-join .join ul li p
{
    font-size: 13px;
    line-height: 30px;

    display: inline-block;

    width: 20%;
    margin: 0;
    padding: 10px 20px;

    text-align: center;
    vertical-align: middle;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-join .join ul li p
    {
        font-size: 12px;

        padding: 10px 4px;
    }
}
.wrap-join .join ul li p:first-child
{
    text-align: left;
}
.wrap-join .join-contact
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-join .join-contact
    {
        margin-top: 50px;
    }
}
.wrap-join .join-contact h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 0;

    text-align: center;
}
.wrap-join .join-contact ul
{
    font-size: 0;

    overflow: hidden;
}
.wrap-join .join-contact ul li
{
    display: inline-block;

    width: 25%;
    margin-top: 40px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-join .join-contact ul li
    {
        width: 50%;
    }
}
.wrap-join .join-contact ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    color: #cd302f;
    border: 1px solid #cd302f;
    border-radius: 50%;
}
.wrap-join .join-contact ul li .item-2:before
{
    content: '\e61c';
}
.wrap-join .join-contact ul li .item-3:before
{
    font-size: 20px;

    content: '\e618';
}
.wrap-join .join-contact ul li .item-4:before
{
    content: '\e609';
}
.wrap-join .join-contact ul li .item p
{
    font-size: 13px;
    line-height: 2;

    margin: 20px 0 0 0;

    color: #666;
}
.wrap-join .join-contact ul li .item a:hover
{
    text-decoration: underline;

    color: #cd302f;
}
.wrap-join .join-contact ul li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-news .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-news ul li
{
    overflow: hidden;

    padding: 40px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-news ul li:first-child
{
    padding-top: 0;
}
.wrap-news ul li:last-child
{
    border-bottom: none;
}
.wrap-news ul li:nth-child(2n) .item .pic
{
    float: right;
}
.wrap-news ul li .item
{
    overflow: hidden;

    margin: 0 -15px;
}
.wrap-news ul li .item .pic,
.wrap-news ul li .item .note
{
    float: left;

    width: 50%;
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-news ul li .item .pic,
    .wrap-news ul li .item .note
    {
        width: 100%;
    }
}
.wrap-news ul li .item .pic .img-box
{
    padding-bottom: 56.4516129%;
}
.wrap-news ul li .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news ul li .item .note
{
    padding-top: 40px;
}
@media (max-width: 1199px)
{
    .wrap-news ul li .item .note
    {
        padding-top: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-news ul li .item .note
    {
        padding-top: 0;
    }
}
@media (max-width: 767px)
{
    .wrap-news ul li .item .note
    {
        padding-top: 30px;
    }
}
.wrap-news ul li .item .note span
{
    font-size: 13px;

    color: #999;
}
.wrap-news ul li .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news ul li .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-news ul li .item .note p
{
    font-size: 13px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;
    margin: 26px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news ul li .item .note p
    {
        margin: 10px 0 0 0;
    }
}
.wrap-news ul li .item .note a.more
{
    line-height: 38px;

    display: inline-block;

    height: 38px;
    margin-top: 40px;
    padding: 0 40px;

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

    color: #cd302f;
    border: 1px solid #cd302f;
}
@media (max-width: 991px)
{
    .wrap-news ul li .item .note a.more
    {
        margin-top: 20px;
    }
}
.wrap-news ul li .item .note a.more:hover
{
    color: #fff;
    background-color: #cd302f;
}
.wrap-news ul li .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news ul li .item:hover .note h3
{
    color: #cd302f;
}
.wrap-news-show .location a
{
    font-size: 13px;
    line-height: 2;

    display: inline-block;

    color: #666;
}
.wrap-news-show .location a:after
{
    display: inline-block;
    float: right;

    margin: 0 5px;

    content: '/';

    color: #999;
}
.wrap-news-show .location a:last-child:after
{
    display: none;
}
.wrap-news-show .location a:last-child:hover
{
    color: #666;
}
.wrap-news-show .location a:hover
{
    color: #cd302f;
}
.wrap-news-show .title-news
{
    margin-top: 40px;

    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 18px;
    }
}
.wrap-news-show .title-news p
{
    font-size: 13px;

    margin: 8px 0 0 0;

    color: #999;
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    font-size: 13px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
}
.wrap-news-show .relate
{
    margin-top: 70px;
    padding-top: 24px;

    border-top: 1px solid #e5e5e5;
}
.wrap-news-show .relate ul li a
{
    line-height: 2.30769231;

    display: block;
    overflow: hidden;

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

    color: #666;
}
.wrap-news-show .relate ul li:hover a
{
    color: #cd302f;
}
.wrap-news-show .relate ul li:hover a span
{
    text-decoration: none;

    color: #333;
}
.wrap-product .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-product .product
{
    margin-top: 25px;
}
.wrap-product .product ul li
{
    padding: 15px 0;
}
.wrap-product .product ul li .item
{
    overflow: hidden;

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

    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.wrap-product .product ul li .item .pic
{
    float: left;

    width: 42%;
}
@media (max-width: 991px)
{
    .wrap-product .product ul li .item .pic
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product ul li .item .pic
    {
        width: 100%;
    }
}
.wrap-product .product ul li .item .pic .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product .product ul li .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product ul li .item .note
{
    float: left;

    width: 58%;
    padding: 60px 70px 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-product .product ul li .item .note
    {
        padding: 30px 15px 0 15px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product ul li .item .note
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product ul li .item .note
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-product .product ul li .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product ul li .item .note p
{
    font-size: 13px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

    max-height: 78px;
    margin: 20px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-product .product ul li .item .note p
    {
        margin-top: 10px;
    }
}
.wrap-product .product ul li .item .note a
{
    display: inline-block;
}
.wrap-product .product ul li .item .note a.more
{
    line-height: 38px;

    display: inline-block;

    height: 38px;
    margin-top: 40px;
    padding: 0 40px;

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

    color: #cd302f;
    border: 1px solid #cd302f;
}
@media (max-width: 991px)
{
    .wrap-product .product ul li .item .note a.more
    {
        margin-top: 20px;
    }
}
.wrap-product .product ul li .item .note a.more:hover
{
    color: #fff;
    background-color: #cd302f;
}
.wrap-product .product ul li .item:hover
{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
.wrap-product .product ul li .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product ul li .item:hover .note h3
{
    color: #cd302f;
}
.wrap-product-show .location a
{
    font-size: 13px;

    display: inline-block;

    color: #666;
}
.wrap-product-show .location a:after
{
    margin: 0 6px;

    content: '/';

    color: #999;
}
.wrap-product-show .location a:last-child:after
{
    display: none;
}
.wrap-product-show .location a:last-child:hover
{
    color: #666;
}
.wrap-product-show .location a:hover
{
    color: #cd302f;
}
.wrap-product-show .product-show
{
    overflow: hidden;

    margin-top: 50px;

    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.wrap-product-show .product-show .proleft
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .proleft
    {
        width: 100%;
    }
}
.wrap-product-show .product-show .proleft .img-box
{
    padding-bottom: 66.66666667%;
}
.wrap-product-show .product-show .proleft .slick-dots
{
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .proleft .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .proleft .slick-dots
    {
        bottom: 12px;

        display: none;
    }
}
.wrap-product-show .product-show .proleft .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 5px;
    background-color: #d7d7d7;
}
.wrap-product-show .product-show .proleft .slick-dots li.slick-active
{
    background-color: #cd302f;
}
.wrap-product-show .product-show .proleft .slick-dots li button
{
    opacity: 0;
}
.wrap-product-show .product-show .proright
{
    float: left;

    width: 50%;
    padding: 50px 40px 0 20px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .proright
    {
        width: 100%;
        padding: 40px 15px;
    }
}
.wrap-product-show .product-show .proright .title-pro h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
.wrap-product-show .product-show .proright .note
{
    margin-top: 20px;
}
.wrap-product-show .product-show .proright .note p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;
}
.wrap-product-show .product-show .proright .note p span
{
    color: #f67800;
}
.wrap-product-show .product-show .proright .btn-pro ul li
{
    display: inline-block;

    margin-top: 30px;
}
.wrap-product-show .product-show .proright .btn-pro ul li a
{
    font-size: 13px;
    line-height: 38px;

    display: block;

    height: 38px;
    padding: 0 30px;

    color: #fff;
    background-color: #cd302f;
}
.wrap-product-show .product-show .proright .btn-pro ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-right: 10px;

    content: '\e64e';
}
.wrap-product-show .product-show .proright .btn-pro ul li a.btn-relate
{
    margin-right: 0;

    color: #333;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .proright .btn-pro ul li a.btn-relate
    {
        margin-right: 0;
    }
}
.wrap-product-show .product-show .proright .btn-pro ul li a.btn-relate:before
{
    font-family: 'iconfont' !important;

    content: '\e642';
}
.wrap-product-show .product-show .proright .btn-pro ul li a:hover
{
    color: #fff;
    background-color: #cd302f;
}
.wrap-product-show .product-show .proright .contact
{
    margin-top: 50px;
    padding-top: 40px;

    border-top: 1px solid #e5e5e5;
}
.wrap-product-show .product-show .proright .contact h3
{
    font-size: 14px;
    font-weight: bold;

    margin: 0;
}
.wrap-product-show .product-show .proright .contact p
{
    font-size: 13px;
    line-height: 25px;

    display: inline-block;

    margin: 20px 0 0 0;
    margin-right: 36px;

    color: #666;
}
.wrap-product-show .product-show .proright .contact p:before
{
    font-family: 'iconfont' !important;
    font-size: 15px;

    display: inline-block;

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

    content: '\e61c';
    text-align: center;
    vertical-align: middle;

    color: #bdbdbd;
    background-color: #efefef;
}
.wrap-product-show .product-show .proright .contact p.email:before
{
    content: '\e64e';
}
.wrap-product-show .product-show .proright .contact p a:hover
{
    text-decoration: underline;

    color: #cd302f;
}
.wrap-product-show .parameter
{
    padding: 60px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-product-show .parameter .title-parameter h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .parameter .info
{
    overflow: hidden;
}
.wrap-product-show .parameter .info .text
{
    float: left;

    width: 64%;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info .text
    {
        width: 100%;
    }
}
.wrap-product-show .parameter .info .text h3
{
    font-size: 14px;
    font-weight: bold;

    color: #cd302f;
}
.wrap-product-show .parameter .info .text p
{
    font-size: 13px;
    line-height: 1.84615385;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .info .pic
{
    float: left;

    width: 36%;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .info .pic
    {
        width: 100%;
        margin-top: 40px;
    }
}
.wrap-product-show .parameter .info .pic .img-box
{
    overflow: hidden;

    border-radius: 50%;
}
.wrap-product-show .title-inquiry h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

    margin: 0;
}
.wrap-product-show .inquiry
{
    padding-top: 60px;
}
.wrap-product-show .inquiry p
{
    font-size: 13px;
    line-height: 2;

    margin: 30px 0 0 0;
}
.wrap-product-show .inquiry .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .item
{
    margin-top: 20px;
    padding: 0 8px;
}
.wrap-product-show .inquiry input,
.wrap-product-show .inquiry textarea
{
    font-size: 13px;
    line-height: 30px;

    width: 100%;
    min-height: 42px;
    padding: 6px 20px;

    border: 1px solid #f0f0f0;
    background-color: #f6f6f6;
}
.wrap-product-show .inquiry .read
{
    font-weight: bold;
}
.wrap-product-show .inquiry .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-o-placeholder,
.wrap-product-show .inquiry .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input::-moz-placeholder,
.wrap-product-show .inquiry .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-o-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquiry input::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input:-o-placeholder,
.wrap-product-show .inquiry textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input::-moz-placeholder,
.wrap-product-show .inquiry textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input:-ms-input-placeholder,
.wrap-product-show .inquiry textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquiry input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-o-placeholder,
.wrap-product-show .inquiry textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-moz-placeholder,
.wrap-product-show .inquiry textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry .submit
{
    line-height: 42px;

    height: 42px;
    margin-top: 10px;
    padding: 0 76px;

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

    color: #fff;
    border-radius: 0;
    background-color: #cd302f;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry .submit
    {
        margin-top: 20px;
    }
}
.wrap-product-show .inquiry .submit:hover
{
    background-color: #9b0105;
}
.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;

    text-align: center;
}
.wrap-product-show table tr,
.wrap-product-show table td
{
    width: auto !important;
    height: auto !important;

    vertical-align: middle;
}
.wrap-product-show table tr:nth-child(odd)
{
    background-color: #f2f2f2;
}
.wrap-product-show table td
{
    padding: 8px !important;

    border: 1px solid #ccc !important;
}
.wrap-product-show table tr p,
.wrap-product-show table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-contact .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-contact .contact ul
{
    font-size: 0;

    overflow: hidden;

    margin-top: 30px;
}
.wrap-contact .contact ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .contact ul li
    {
        margin-top: 40px;

        text-align: center;
    }
}
.wrap-contact .contact ul li .item
{
    display: inline-block;

    text-align: center;
}
.wrap-contact .contact ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

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

    color: #cd302f;
    border: 1px solid #cd302f;
    border-radius: 50%;
}
.wrap-contact .contact ul li .item-3:before
{
    content: '\e61c';
}
.wrap-contact .contact ul li .item-2:before
{
    font-size: 20px;

    content: '\e618';
}
.wrap-contact .contact ul li .item-4:before
{
    content: '\e64f';
}
.wrap-contact .contact ul li .item p
{
    font-size: 13px;
    line-height: 2;

    margin: 20px 0 0 0;

    color: #666;
}
.wrap-contact .contact ul li .item a:hover
{
    text-decoration: underline;

    color: #cd302f;
}
.wrap-contact .contact ul li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-contact .contact .map
{
    overflow: hidden;

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

    border: 1px solid #e9e9e8;
}
.wrap-message .text p
{
    font-size: 13px;
    line-height: 2;

    color: #666;
}
.wrap-message .message
{
    margin-top: 10px;
}
.wrap-message .message .row
{
    margin: 0 -10px;
}
.wrap-message .message .item
{
    margin-top: 20px;
    padding: 0 8px;
}
.wrap-message .message input,
.wrap-message .message textarea
{
    font-size: 13px;
    line-height: 30px;

    width: 100%;
    min-height: 42px;
    padding: 6px 20px;

    border: 1px solid #f0f0f0;
    background-color: #f6f6f6;
}
.wrap-message .message input::-webkit-input-placeholder,
.wrap-message .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-message .message input:-o-placeholder,
.wrap-message .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-message .message input::-moz-placeholder,
.wrap-message .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-message .message input:-ms-input-placeholder,
.wrap-message .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-message .message input:focus::-webkit-input-placeholder,
.wrap-message .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-o-placeholder,
.wrap-message .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-moz-placeholder,
.wrap-message .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message input:focus::-ms-input-placeholder,
.wrap-message .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-message .message .submit
{
    line-height: 42px;

    height: 42px;
    margin-top: 10px;
    padding: 0 76px;

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

    color: #fff;
    border-radius: 0;
    background-color: #cd302f;
}
@media (max-width: 767px)
{
    .wrap-message .message .submit
    {
        margin-top: 20px;
    }
}
.wrap-message .message .submit:hover
{
    background-color: #9b0105;
}
.page
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page li
{
    line-height: 40px;

    display: inline-block;

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

    cursor: pointer;
    text-align: center;
    vertical-align: top;

    color: #666;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #cd302f;
    background-color: #cd302f;
}
.page li a
{
    display: block;
}
.page li.omit
{
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.prev,
.page li.next
{
    font-size: 18px;
    line-height: 38px;
}
.fancybox-caption
{
    font-size: 16px;

    text-align: center;

    border: none;
}
.stuck
{
    position: fixed !important;
    z-index: 10;
    top: 0;

    width: 100%;
}
.zoomDiv
{
    z-index: 9;

    display: none;
    overflow: hidden;

    text-align: center;

    border: 1px solid #ccc;
    background: #fff;
}
@media (min-width: 768px)
{
    .zoomDiv
    {
        position: absolute;
    }
}
.zoomMask
{
    position: absolute;
    z-index: 1;

    cursor: move;

    background: url('../images/mask.png') repeat scroll 0 0 transparent;
}
@media (max-width: 767px)
{
    .zoomMask
    {
        display: none;
    }
}
#bdshare_weixin_qrcode_dialog
{
    height: 310px !important;
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
