/**
 * 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');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Rajdhani';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Rajdhani-Regular.eot');
    src: url('../fonts/Rajdhani-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rajdhani-Regular.woff2') format('woff2'), url('../fonts/Rajdhani-Regular.woff') format('woff'), url('../fonts/Rajdhani-Regular.ttf') format('truetype'), url('../fonts/Rajdhani-Regular.svg#Rajdhani-Regular') format('svg');
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 100%;
        padding: 0 5.5%;
    }
}
@media (max-width: 1700px)
{
    .container
    {
        width: 100%;
        padding: 0 15px;
    }
}
@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: 140px;

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

    border-bottom: 1px solid #d5d5d5;
    background: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 70px;
    margin-top: 35px;

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

        width: 100%;
        height: 40px;
        margin-top: 10px;

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

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

    height: 100%;
}
.header .nav-collapse
{
    z-index: 11;
    top: 0;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;

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

        display: block;

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

        display: block;

        margin-top: 10px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 10px;
        right: 15px;

        margin-top: 0;
    }
}
@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
    {
        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: #2257ef;
    }
    .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
    {
        position: relative;

        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 14px;
        font-weight: bold;
        line-height: 140px;

        position: relative;

        display: inline-block;

        padding: 0 34px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #2257ef;
    }
    .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: 100%;

        display: none;

        min-width: 100%;

        text-align: left;

        background-color: rgba(34, 87, 239, .8);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 ul
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        position: relative;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li:last-child > a
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 60px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

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

        color: #fff;
        border-bottom: 1px dashed rgba(255, 255, 255, .3);
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: rgba(255, 255, 255, .8);
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: -20px;
        left: 100%;

        display: none;

        padding: 20px 0;

        background-color: rgba(255, 255, 255, .8);
        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 (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 18px;
    }
}
@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: #2257ef;
    }
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before
{
    font-family: 'iconfont';
    font-size: 26px;

    position: absolute;
    top: 15px;

    content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2
{
    font-size: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 767px)
{
    .header .nav-2 .nav-top h2,
    .header .nav-3 .nav-top h2
    {
        font-size: 20px;

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

    height: 80%;
    margin-top: 12%;
}
@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, .8);
}
.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: rgba(255, 255, 255, .8);
}
@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: #2257ef;
}
.header .search-lg
{
    top: 0;
}
.header .search-lg .logo
{
    margin-top: 20px;
    margin-left: 0;
}
.header .search-lg .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

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

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

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

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

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

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

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

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

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

    content: '\2716';

    color: #fff;
}
.header .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: 140px;

    float: right;

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

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

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

    float: left;

    content: '\e61a';
}
@media (max-width: 1199px)
{
    .header .find
    {
        float: left;
    }
}
.header .find:hover
{
    color: #2257ef;
}
.header .language-box
{
    position: relative;

    float: right;

    margin-left: 80px;
}
@media (max-width: 1400px)
{
    .header .language-box
    {
        margin-left: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .language-box
    {
        display: none;
    }
}
.header .language-box p
{
    font-size: 12px;
    line-height: 140px;

    margin: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-transform: uppercase;

    color: #2257ef;
}
.header .language-box p:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

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

    content: '\e62e';
}
.header .language-box p:after
{
    font-family: 'iconfont' !important;

    display: inline-block;

    margin-left: 4px;

    content: '\e602';
    vertical-align: middle;
}
.header .language-box p.cn:before
{
    font-size: 24px;

    content: '\e612';
}
@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
{
    font-size: 12px;
    line-height: 30px;

    position: relative;

    display: block;

    text-transform: uppercase;

    color: #fff;
}
.header .language-box ul li a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: left;

    width: 22px;
    height: 14px;
    margin-right: 4px;

    content: '\e62e';
}
.header .language-box ul li a:hover
{
    text-decoration: underline;
}
.header .language-box ul .cn a:before
{
    font-size: 24px;

    margin-left: 2px;

    content: '\e612';
}
.header .language-box.language-header
{
    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .language-box.language-header ul
{
    top: 80%;

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

    background-color: rgba(34, 87, 239, .8);
}
@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.fixed-header
{
    height: 80px;

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
    }
}
.header.fixed-header .logo
{
    height: 60px;
    margin-top: 10px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 60px;
    }
}
.header.fixed-header .find
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .find
    {
        line-height: 60px;
    }
}
.header.fixed-header .share a:before
{
    line-height: 80px;
}
.header.fixed-header .language-box p
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .language-box p
    {
        line-height: 60px;
    }
}
.online-wrap .btn
{
    line-height: 36px;

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

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .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: #2257ef;
    }
}
@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: #2257ef;
    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%;
    margin-top: 140px;
}
@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 60px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: -45px;

    margin: 0;
    padding: 0;

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

    background: none;
}
@media (max-width: 991px)
{
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 70px;

    display: block;

    width: 90px;
    height: 90px;
    padding: 10px;

    content: '\e666';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.banner .slick-arrow.slick-next
{
    right: -45px;
    left: auto;

    text-align: left;
}
@media (max-width: 991px)
{
}
.banner .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.banner .slick-arrow:hover:before
{
    color: #2257ef;
    border-color: #2257ef;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 38px;

    width: 100%;
    padding: 0 10%;

    text-align: right;
}
@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: 8px;
    height: 8px;
    margin: 0 5px;

    cursor: pointer;

    background-color: #2257ef;
}
.banner .slick-dots li.slick-active
{
    background-color: #fff;
}
.banner .slick-dots li button
{
    opacity: 0;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 38.54166667%;
}
.banner .mouse
{
    position: absolute;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;
}
.banner .mouse a
{
    font-size: 30px;

    position: absolute;

    display: inline-block;

    -webkit-animation: jump 1s infinite;
            animation: jump 1s infinite;

    color: #fff;
}
.banner .mouse a:after
{
    font-family: 'iconfont' !important;

    content: '\e6a5';
}
.banner-in .img-box
{
    padding-bottom: 20.83333333%;
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
@-webkit-keyframes jump
{
    0%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
    }
    55%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-in;
    }
    65%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
    }
    95%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
    }
    100%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
    }
}
@keyframes jump
{
    0%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    55%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    65%
    {
        bottom: 30px;

        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    95%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100%
    {
        bottom: 36px;

        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}
.box
{
    overflow: hidden;

    padding: 110px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        font-size: 18px;
    }
}
.title h2:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background: url(../images/line-1.png) no-repeat;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-about-news
{
    overflow: hidden;
}
.box-about-news .about
{
    float: left;

    width: 44%;
}
@media (max-width: 991px)
{
    .box-about-news .about
    {
        width: 100%;
    }
}
.box-about-news .about h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0 0 30px 0;
}
@media (max-width: 991px)
{
    .box-about-news .about h3
    {
        font-size: 16px;
    }
}
.box-about-news .about p
{
    line-height: 2.14285714;

    margin: 0;
}
.box-about-news .about a
{
    font-weight: bold;

    color: #2257ef;
}
.box-about-news .about a:hover
{
    color: #0a38be;
}
.box-about-news .about img
{
    max-width: 100%;
}
.box-about-news .about .video
{
    position: relative;

    overflow: hidden;

    margin-top: 20px;

    background-color: #000;
}
.box-about-news .about .video .img-box
{
    padding-bottom: 72.85714286%;
}
.box-about-news .about .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.box-about-news .about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.box-about-news .about .video .play
{
    position: absolute;
    bottom: 30px;
    left: 30px;

    display: inline-block;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about-news .about .video .play
    {
        bottom: 15px;
        left: 15px;
    }
}
.box-about-news .about .video .play:before
{
    display: block;

    width: 76px;
    height: 76px;

    content: '';

    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-about-news .about .video .play:before
    {
        width: 50px;
        height: 50px;
    }
}
.box-about-news .about .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about-news .news
{
    float: right;

    width: 51%;
}
@media (max-width: 991px)
{
    .box-about-news .news
    {
        width: 100%;
        margin-top: 50px;
    }
}
.box-about-news .news .text
{
    margin-top: 30px;
}
.box-about-news .news .text p
{
    line-height: 2.14285714;

    margin: 0;
}
.box-about-news .news .text a
{
    font-weight: bold;

    color: #2257ef;
}
.box-about-news .news .text a:hover
{
    color: #0a38be;
}
.box-about-news .news ul
{
    margin-top: 60px;
}
.box-about-news .news ul li
{
    margin-top: -1px;

    border: 1px solid #eee;
    background-color: #f8f8f8;
}
.box-about-news .news ul li .title-on h3
{
    font-size: 14px;
    font-weight: bold;

    position: relative;

    margin: 0;
    padding: 0 60px 0 30px;
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .title-on h3
    {
        padding: 0 40px 0 15px;
    }
}
.box-about-news .news ul li .title-on h3:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;

    position: absolute;
    right: 30px;

    content: '\e628';

    color: #686868;
}
@media (max-width: 1440px)
{
    .box-about-news .news ul li .title-on h3:after
    {
        line-height: 56px;
    }
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .title-on h3:after
    {
        right: 15px;
    }
}
.box-about-news .news ul li .title-on h3 a
{
    line-height: 66px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    max-width: 80%;
    height: 66px;

    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 1440px)
{
    .box-about-news .news ul li .title-on h3 a
    {
        line-height: 56px;

        height: 56px;
    }
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .title-on h3 a
    {
        max-width: 70%;
    }
}
.box-about-news .news ul li .title-on h3 span
{
    font-size: 12px;
    font-weight: normal;

    display: inline-block;

    margin-left: 40px;

    vertical-align: middle;

    color: #999;
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .title-on h3 span
    {
        margin-left: 10px;
    }
}
.box-about-news .news ul li .note
{
    display: none;
    overflow: hidden;

    padding: 0 30px 30px 30px;
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .note
    {
        padding: 0 15px 15px 15px;
    }
}
.box-about-news .news ul li .note .left
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .note .left
    {
        width: 100%;
    }
}
.box-about-news .news ul li .note .left p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    max-height: 120px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.box-about-news .news ul li .note .left a
{
    display: inline-block;
}
.box-about-news .news ul li .note .left a.more
{
    display: inline-block;

    margin-top: 40px;

    color: #2257ef;
}
@media (max-width: 1440px)
{
    .box-about-news .news ul li .note .left a.more
    {
        margin-top: 20px;
    }
}
.box-about-news .news ul li .note .left a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e666';
}
.box-about-news .news ul li .note .right
{
    float: left;

    width: 50%;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .box-about-news .news ul li .note .right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.box-about-news .news ul li .note .right .img-box
{
    padding-bottom: 58.82352941%;
}
.box-about-news .news ul li.active
{
    background-color: #fff;
}
.box-about-news .news ul li.active .title-on h3:after
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    color: #2257ef;
}
.box-about-news .news ul li.active .title-on h3 a
{
    color: #2257ef;
}
.box-about-news .news ul li.active .note
{
    display: block;
}
.box-advantage
{
    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-advantage .title-advantage
{
    text-align: center;

    color: #fff;
}
.box-advantage .title-advantage h2
{
    font-size: 24px;

    margin: 0;
}
.box-advantage .title-advantage p
{
    line-height: 2.57142857;

    max-width: 690px;
    margin: 0 auto;
    margin-top: 20px;
}
.box-advantage .advantage
{
    overflow: hidden;
}
.box-advantage .advantage ul
{
    font-size: 0;

    margin: 0 -15px;
}
.box-advantage .advantage ul li
{
    display: inline-block;

    width: 25%;
    margin-top: 90px;
    padding: 0 15px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .box-advantage .advantage ul li
    {
        width: 50%;
        margin-top: 40px;
    }
}
.box-advantage .advantage ul li .item
{
    max-width: 260px;
    margin: 0 auto;

    text-align: center;

    color: #fff;
}
.box-advantage .advantage ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 130px;

    display: inline-block;

    width: 120px;
    height: 120px;

    content: '\e838';

    color: #2257ef;
    background: url(../images/icon-1.png) no-repeat;
}
.box-advantage .advantage ul li .item h3
{
    font-size: 16px;
    font-weight: bold;

    margin: 30px 0 0 0;
}
.box-advantage .advantage ul li .item p
{
    font-size: 14px;
    line-height: 2.14285714;

    margin: 20px 0 0 0;
}
.box-advantage .advantage ul li .item-2:before
{
    content: '\e61f';
}
.box-advantage .advantage ul li .item-3:before
{
    content: '\e6cb';
}
.box-advantage .advantage ul li .item-4:before
{
    content: '\e65e';
}
.box-advantage .advantage ul li .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.box-product .title
{
    position: relative;
}
.box-product .title .sort
{
    position: absolute;
    top: 0;
    right: 0;
}
@media (max-width: 767px)
{
    .box-product .title .sort
    {
        position: relative;

        margin-top: 20px;
    }
}
.box-product .title .sort li
{
    display: inline-block;
}
.box-product .title .sort li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 24px;
}
@media (max-width: 991px)
{
    .box-product .title .sort li a
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .box-product .title .sort li a
    {
        font-size: 14px;
    }
}
.box-product .title .sort li.active a
{
    color: #2257ef;
}
.box-product .product .item
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-product .product .item
    {
        margin-top: 30px;
    }
}
.box-product .product .item .pic
{
    position: relative;
}
.box-product .product .item .pic .img-box
{
    z-index: 4;
}
.box-product .product .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-product .product .item .note
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .box-product .product .item .note
    {
        margin-top: 20px;
    }
}
.box-product .product .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #2257ef;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item .note h3
    {
        font-size: 16px;
    }
}
.box-product .product .item .note p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .box-product .product .item .note p
    {
        font-size: 14px;
    }
}
.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-1 .item .pic .img-box
{
    padding-bottom: 76.92307692%;
}
.box-product .product-1 .item .pic:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
}
.box-product .product-1 .item .pic:before
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 50%;

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

    background-color: #f6f7f7;
}
.box-product .product-1 .item:hover .pic:before
{
    height: 35%;
}
.box-product .product-1 .item:hover .pic:after
{
    opacity: 1;
}
.box-message
{
    overflow: hidden;

    padding: 80px 0;

    background: url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-message
    {
        padding: 60px 0;
    }
}
.box-message .left
{
    float: left;

    width: 30%;
}
@media (max-width: 767px)
{
    .box-message .left
    {
        width: 100%;
    }
}
.box-message .left h3
{
    font-size: 24px;
    line-height: 1.75;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-message .left h3
    {
        font-size: 20px;
    }
}
.box-message .left h3 span
{
    color: #2257ef;
}
.box-message .left h3 b
{
    display: block;
}
.box-message .right
{
    float: right;

    width: 70%;
    margin-top: 15px;

    text-align: right;
}
@media (max-width: 767px)
{
    .box-message .right
    {
        width: 100%;
    }
}
.box-message .right form
{
    position: relative;

    display: inline-block;

    width: 100%;
    max-width: 770px;
    padding-right: 170px;
}
@media (max-width: 767px)
{
    .box-message .right form
    {
        padding-right: 130px;
    }
}
.box-message .right form input
{
    line-height: 30px;

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

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-message .right form input
    {
        padding: 10px 15px;
    }
}
.box-message .right form input::-webkit-input-placeholder,
.box-message .right form textarea::-webkit-input-placeholder
{
    color: #999;
}
.box-message .right form input:-o-placeholder,
.box-message .right form textarea:-o-placeholder
{
    color: #999;
}
.box-message .right form input::-moz-placeholder,
.box-message .right form textarea::-moz-placeholder
{
    color: #999;
}
.box-message .right form input:-ms-input-placeholder,
.box-message .right form textarea:-ms-input-placeholder
{
    color: #999;
}
.box-message .right form input:focus::-webkit-input-placeholder,
.box-message .right form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.box-message .right form input:focus::-o-placeholder,
.box-message .right form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.box-message .right form input:focus::-moz-placeholder,
.box-message .right form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.box-message .right form input:focus::-ms-input-placeholder,
.box-message .right form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.box-message .right form .submit
{
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    height: 50px;
    padding: 0 26px;

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

    color: #fff;
    border: 1px solid #aeb0b0;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .box-message .right form .submit
    {
        padding: 0 15px;
    }
}
.box-message .right form .submit:after
{
    font-family: 'iconfont' !important;

    margin-left: 10px;

    content: '\e666';

    color: #bfbfbf;
}
.box-message .right form .submit:hover
{
    border-color: #2257ef;
    background-color: #2257ef;
}
.box-customer .text
{
    margin-top: 20px;
    padding-right: 12%;
}
.box-customer .text p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
.box-customer .customer
{
    overflow: hidden;
}
.box-customer .customer ul
{
    overflow: hidden;

    margin: 0 -5px;
}
.box-customer .customer ul li
{
    float: left;

    width: 25%;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .box-customer .customer ul li
    {
        width: 50%;
    }
}
.box-customer .customer ul li:nth-child(2) .item .note
{
    background-color: #2257ef;
}
.box-customer .customer ul li:nth-child(3) .item .note
{
    background-color: #229bef;
}
.box-customer .customer ul li:nth-child(4) .item .note
{
    background-color: #d922ef;
}
.box-customer .customer .item .img-box
{
    margin-top: 10px;
    padding-bottom: 65.71428571%;
}
.box-customer .customer .item .note
{
    margin-top: 10px;
    padding: 20px;

    text-align: center;

    background-color: #0b2f9b;
}
.box-customer .customer .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-customer .customer .item .note p span
{
    display: block;
}
.footer
{
    padding: 80px 0;

    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .footer
    {
        padding: 60px 0 40px;
    }
}
.footer .foot-nav
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    padding-bottom: 20px;

    border-bottom: 1px solid #102970;
}
.footer .foot-nav .foot-logo
{
    display: inline-block;

    width: 20%;

    vertical-align: bottom;
}
.footer .foot-nav .foot-logo img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-logo
    {
        width: 100%;
    }
    .footer .foot-nav .foot-logo img
    {
        max-width: 150px;
    }
}
.footer .foot-nav ul
{
    display: inline-block;

    width: 80%;

    text-align: right;
    vertical-align: bottom;
}
@media (max-width: 767px)
{
    .footer .foot-nav ul
    {
        width: 100%;
        margin: 0 -17px;
        margin-top: 20px;

        text-align: left;
    }
}
.footer .foot-nav ul li
{
    display: inline-block;
}
.footer .foot-nav ul li a
{
    font-size: 14px;
    line-height: 30px;

    padding: 0 17px;

    color: #fff;
}
.footer .foot-nav ul li a:hover
{
    color: #2257ef;
}
.footer .foot-nav ul li:last-child a
{
    padding-right: 0;
}
.footer .foot
{
    overflow: hidden;
}
.footer .foot .text
{
    float: left;

    width: 66%;
    margin: 0 -40px;
    margin-top: 50px;
}
@media (max-width: 1700px)
{
    .footer .foot .text
    {
        width: 70%;
        margin: 0 -20px;
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .text
    {
        width: 100%;
    }
}
.footer .foot .text p
{
    line-height: 1.71428571;

    position: relative;

    display: inline-block;

    min-height: 60px;
    padding: 0 40px;
    padding-left: 130px;

    color: #fff;
}
@media (max-width: 1700px)
{
    .footer .foot .text p
    {
        padding: 0 20px;
        padding-left: 110px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .text p
    {
        padding-left: 90px;
    }
}
.footer .foot .text p span
{
    display: block;

    margin-top: 6px;
}
@media (max-width: 767px)
{
    .footer .foot .text p span
    {
        margin-top: 0;
    }
}
.footer .foot .text p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    left: 40px;

    display: block;

    width: 60px;
    height: 60px;

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

    color: #2257ef;
    border: 1px dashed #2257ef;
    border-radius: 10px;
}
@media (max-width: 1700px)
{
    .footer .foot .text p:before
    {
        left: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .text p:before
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.footer .foot .text p.tel:before
{
    font-size: 26px;

    content: '\e626';
}
.footer .foot .text p.address:before
{
    font-size: 22px;

    content: '\e625';
}
.footer .foot .text p a:hover
{
    text-decoration: underline;
}
.footer .foot .copyright
{
    float: right;

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

    text-align: right;
}
@media (max-width: 1700px)
{
    .footer .foot .copyright
    {
        width: 30%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .copyright
    {
        width: 100%;
        margin-top: 30px;

        text-align: left;
    }
}
.footer .foot .copyright p
{
    font-size: 12px;
    line-height: 30px;

    color: #666;
}
.footer .foot .copyright p a
{
    display: inline-block;

    margin-left: 10px;
}
@media (max-width: 767px)
{
    .footer .foot .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.footer .foot .copyright p a:hover
{
    color: #2257ef;
}
.footer .foot .copyright .share ul li
{
    display: inline-block;

    margin-left: 12px;
}
@media (max-width: 1199px)
{
    .footer .foot .copyright .share ul li
    {
        margin-right: 6px;
        margin-left: 0;
    }
}
.footer .foot .copyright .share ul li a
{
    display: block;

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

    color: #999;
}
.footer .foot .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 24px;

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

    border-radius: 50%;
}
.footer .foot .copyright .share ul li.twitter a:before
{
    content: '\e60b';
}
.footer .foot .copyright .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.footer .foot .copyright .share ul li.instagram a:before
{
    font-size: 14px;

    content: '\e62b';
}
.footer .foot .copyright .share ul li.youtube a:before
{
    font-size: 15px;

    content: '\e6fa';
}
.footer .foot .copyright .share ul li.google a:before
{
    font-size: 18px;

    position: relative;
    top: 2px;

    content: '\e645';
}
.footer .foot .copyright .share ul li:hover a
{
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #2257ef;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 60px 0 120px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 24px;
    font-weight: bold;

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

    max-width: 680px;
    margin: 0 auto;
    margin-top: 24px;

    color: #999;
}
@media (max-width: 991px)
{
    .title-in p
    {
        line-height: 2;
    }
}
.sidenav
{
    overflow: hidden;

    padding: 10px 0;

    border-bottom: 1px solid #e5e5e5;
    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .sidenav
    {
        padding: 0;

        border-bottom: none;
    }
}
.sidenav .container > ul
{
    position: relative;

    display: inline-block;

    margin: 0 -50px;
}
@media (max-width: 991px)
{
    .sidenav .container > ul
    {
        margin: 0 -20px;
        padding: 5px 0;
    }
}
@media (max-width: 767px)
{
    .sidenav .container > ul
    {
        margin: 0 -14px;
    }
}
@media (max-width: 375px)
{
    .sidenav .container > ul
    {
        margin: 0 -10px;
    }
}
.sidenav .container > ul > li
{
    display: inline-block;

    margin: 5px 0;
}
.sidenav .container > ul > li:after
{
    content: '|';

    color: #e5e5e5;
}
.sidenav .container > ul > li:last-child:after
{
    display: none;
}
.sidenav .container > ul > li > a
{
    line-height: 30px;

    position: relative;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .sidenav .container > ul > li > a
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .sidenav .container > ul > li > a
    {
        padding: 0 14px;
    }
}
@media (max-width: 375px)
{
    .sidenav .container > ul > li > a
    {
        padding: 0 10px;
    }
}
.sidenav .container > ul > li.active > a,
.sidenav .container > ul > li:hover > a
{
    color: #2257ef;
    border-color: #2257ef;
}
.sidenav .container > ul > li.active .level-2
{
    display: block;
}
.sidenav .location
{
    float: right;
}
@media (max-width: 991px)
{
    .sidenav .location
    {
        position: relative;

        display: block;
        float: none;

        padding-top: 5px;

        background-color: #fff;
    }
    .sidenav .location:after
    {
        position: absolute;
        z-index: 0;
        top: 0;
        left: -20%;

        display: block;

        width: 140%;
        height: 40px;

        content: '';

        border-top: 1px solid #e5e5e5;
        background-color: #fff;
    }
}
.sidenav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 40px;

    position: relative;
    z-index: 4;

    display: inline-block;

    height: 40px;
    margin-right: 6px;

    content: '\e64b';
    vertical-align: middle;

    color: #b5b5b5;
}
.sidenav .location a
{
    font-size: 12px;
    line-height: 30px;

    position: relative;
    z-index: 4;

    display: inline-block;

    margin: 5px 0;
}
.sidenav .location a:after
{
    float: right;

    margin: 0 2px;

    content: '>';
}
.sidenav .location a:last-child
{
    text-decoration: underline;

    color: #2257ef;
}
.sidenav .location a:last-child:after
{
    display: none;
}
.sidenav .location a:hover
{
    color: #2257ef;
}
.pro-side
{
    position: relative;

    display: table-cell;

    width: 20%;
    padding: 90px 0;

    vertical-align: top;

    background-color: #f8f8f8;
}
.pro-side:before
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .pro-side
    {
        display: none;
    }
}
.pro-side .pro-level-1 > li
{
    position: relative;

    margin-bottom: 30px;
}
.pro-side .pro-level-1 > li a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 30px;
}
.pro-side .pro-level-1 > li a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    right: 30px;

    content: '\e827';

    color: #666;
}
.pro-side .pro-level-1 > li.active,
.pro-side .pro-level-1 > li:hover
{
    color: #fff;
    background-color: #2257ef;
}
.pro-side .pro-level-1 > li.active:before,
.pro-side .pro-level-1 > li:hover:before
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-color: #2257ef;
}
.pro-side .pro-level-1 > li.active:after,
.pro-side .pro-level-1 > li:hover:after
{
    position: absolute;
    top: 0;
    right: -5px;

    display: block;

    width: 10px;
    height: 50px;

    content: '';

    border-radius: 50%;
    background-color: #2257ef;
}
.pro-side .pro-level-1 > li.active a:after,
.pro-side .pro-level-1 > li:hover a:after
{
    color: #fff;
}
.pro-side .pro-level-1.active .pro-level-2
{
    display: block;
}
.wrap-about .about .video
{
    position: relative;

    overflow: hidden;

    margin-top: 20px;

    background-color: #000;
}
.wrap-about .about .video .img-box
{
    padding-bottom: 72.85714286%;
}
.wrap-about .about .video img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.wrap-about .about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

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

    width: 100% !important;
    height: 100% !important;
}
.wrap-about .about .video .play
{
    position: absolute;
    bottom: 30px;
    left: 30px;

    display: inline-block;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-about .about .video .play
    {
        bottom: 15px;
        left: 15px;
    }
}
.wrap-about .about .video .play:before
{
    display: block;

    width: 76px;
    height: 76px;

    content: '';

    background: url(../images/play.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-about .about .video .play:before
    {
        width: 50px;
        height: 50px;
    }
}
.wrap-about .about .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-about .about .text
{
    margin-top: 30px;
}
.wrap-about .about .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-about .about-pic .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-about .about-pic .item
    {
        margin-top: 30px;
    }
}
.wrap-about .about-pic .item .img-box
{
    padding-bottom: 75.47169811%;
}
.wrap-about .about-pic .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-about .about-pic .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture
{
    overflow: hidden;
}
.wrap-culture .culture .text
{
    margin-top: 50px;
}
.wrap-culture .culture .text p
{
    font-size: 14px;
    line-height: 2;

    position: relative;

    margin-bottom: 20px;
    padding-left: 30px;

    color: #666;
}
.wrap-culture .culture .text p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #2257ef;
}
.wrap-culture .culture .text p b
{
    font-size: 16px;
    font-weight: normal;

    color: #333;
}
.wrap-culture .culture .pic img
{
    max-width: 100%;
}
.wrap-culture .guidelines
{
    overflow: hidden;

    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-culture .guidelines
    {
        margin-top: 50px;
    }
}
.wrap-culture .guidelines .text
{
    margin-top: 30px;
}
.wrap-culture .guidelines .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-culture .guidelines .text p
    {
        font-size: 16px;
    }
}
.wrap-culture .guidelines .text img
{
    max-width: 100%;
}
.wrap-culture .activity
{
    margin-top: 90px;
}
@media (max-width: 991px)
{
    .wrap-culture .activity
    {
        margin-top: 50px;
    }
}
.wrap-culture .activity .item
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-culture .activity .item
    {
        margin-top: 16px;
    }
}
.wrap-culture .activity .item .img-box
{
    padding-bottom: 66.03773585%;
}
.wrap-culture .activity .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-culture .activity .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 20px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-culture .activity .item p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.wrap-culture .activity .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-culture .activity .item:hover p
{
    color: #2257ef;
}
.wrap-honor .text
{
    text-align: center;
}
.wrap-honor .text p
{
    font-weight: 500;
    line-height: 2.14285714;

    margin: 0;
}
.wrap-honor .honor
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor
    {
        margin-top: 20px;
    }
}
.wrap-honor .item
{
    margin-top: 30px;
    padding: 14px 14px 0 14px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-honor .item
    {
        padding: 5px 5px 0 5px;
    }
}
@media (max-width: 767px)
{
    .wrap-honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .item .img-box
{
    padding-bottom: 113.88888889%;
}
.wrap-honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 20px 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-honor .item p
    {
        font-size: 14px;

        margin: 10px 0;
    }
}
.wrap-honor .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.wrap-honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-factory .factory
{
    margin-top: 30px;
}
.wrap-factory .factory .item
{
    position: relative;

    margin-top: 30px;
}
.wrap-factory .factory .item .img-box
{
    padding-bottom: 49.38271605%;
}
.wrap-factory .factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-factory .factory .item p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;

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

    width: 40%;
    margin: 0;
    padding: 7px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background: -webkit-linear-gradient(left, #2257ef, transparent);
    background:         linear-gradient(to right, #2257ef, transparent);
}
@media (max-width: 991px)
{
    .wrap-factory .factory .item p
    {
        font-size: 16px;

        width: 50%;
    }
}
.wrap-factory .factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-equipment .equipment
{
    margin-top: 30px;
}
.wrap-equipment .equipment .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item
    {
        margin-top: 24px;
    }
}
.wrap-equipment .equipment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-equipment .equipment .item .mask
{
    position: absolute;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    opacity: 0;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item .mask
    {
        position: relative;

        opacity: 1;
    }
}
.wrap-equipment .equipment .item p
{
    font-size: 16px;
    line-height: 2;

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

    width: 100%;
    margin: 0;
    padding: 7px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background-color: #2257ef;
}
@media (max-width: 991px)
{
    .wrap-equipment .equipment .item p
    {
        font-size: 14px;
        line-height: 30px;

        position: relative;
        top: 0;

        display: -webkit-box;
        overflow: hidden;

        height: 30px;

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

        color: #666;
        background: none;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-equipment .equipment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .4;
}
.wrap-equipment .equipment .item:hover .mask
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.wrap-production-line .production-line-sort
{
    overflow: hidden;

    margin-top: 40px;

    text-align: center;
}
.wrap-production-line .production-line-sort ul
{
    margin: 0 -14px;
}
@media (max-width: 991px)
{
    .wrap-production-line .production-line-sort ul
    {
        margin: 0 -4px;
    }
}
.wrap-production-line .production-line-sort ul li
{
    display: inline-block;

    margin-top: 10px;
    padding: 0 14px;
}
@media (max-width: 991px)
{
    .wrap-production-line .production-line-sort ul li
    {
        padding: 0 4px;
    }
}
.wrap-production-line .production-line-sort ul li a
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    padding: 0 56px;

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

    color: #999;
    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-production-line .production-line-sort ul li a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 26px;
    }
}
.wrap-production-line .production-line-sort ul li.active a,
.wrap-production-line .production-line-sort ul li:hover a
{
    color: #fff;
    border-color: #2257ef;
    background-color: #2257ef;
}
.wrap-production-line .production-line
{
    margin-top: 30px;
}
.wrap-production-line .production-line .item
{
    position: relative;

    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-production-line .production-line .item
    {
        margin-top: 24px;
    }
}
.wrap-production-line .production-line .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-production-line .production-line .item .mask
{
    position: absolute;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    opacity: 0;
}
@media (max-width: 991px)
{
    .wrap-production-line .production-line .item .mask
    {
        position: relative;

        opacity: 1;
    }
}
.wrap-production-line .production-line .item p
{
    font-size: 16px;
    line-height: 2;

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

    width: 100%;
    margin: 0;
    padding: 7px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    background-color: #2257ef;
}
@media (max-width: 991px)
{
    .wrap-production-line .production-line .item p
    {
        font-size: 14px;
        line-height: 30px;

        position: relative;
        top: 0;

        display: -webkit-box;
        overflow: hidden;

        height: 30px;

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

        color: #666;
        background: none;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.wrap-production-line .production-line .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .4;
}
.wrap-production-line .production-line .item:hover .mask
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.wrap-news
{
    overflow: hidden;
}
.wrap-news .news-left
{
    float: left;

    width: 73%;
}
@media (max-width: 991px)
{
    .wrap-news .news-left
    {
        width: 100%;
    }
}
.wrap-news .news-left .news ul
{
    border: 1px solid #e5e5e5;
}
.wrap-news .news-left .news ul li
{
    padding: 20px;

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

    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
@media (max-width: 991px)
{
    .wrap-news .news-left .news ul li
    {
        padding: 10px;
    }
}
.wrap-news .news-left .news ul li:last-child
{
    border-bottom: none;
}
.wrap-news .news-left .news ul li .item
{
    overflow: hidden;
}
.wrap-news .news-left .news ul li .item .pic
{
    float: left;

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

    width: 64%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news-left .news ul li .item .note
    {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-left .news ul li .item .note
    {
        width: 100%;
        padding: 10px 0 20px 0;
    }
}
.wrap-news .news-left .news ul li .item .note h3
{
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 767px)
{
    .wrap-news .news-left .news ul li .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-news .news-left .news ul li .item .note h3 a
{
    line-height: 20px;

    position: relative;

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

    height: 20px;
    padding-right: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news-left .news ul li .item .note h3 a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 20px;

    position: absolute;
    top: 0;
    right: 0;

    content: '\e666';

    opacity: 0;
    color: #2257ef;
}
.wrap-news .news-left .news ul li .item .note span
{
    font-size: 12px;

    color: #999;
}
.wrap-news .news-left .news ul li .item .note span:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e651';
}
.wrap-news .news-left .news ul li .item .note p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 1560px)
{
    .wrap-news .news-left .news ul li .item .note p
    {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news-left .news ul li .item .note p
    {
        display: -webkit-box;
        overflow: hidden;

        max-height: 90px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}
.wrap-news .news-left .news ul li .item .note p a
{
    display: block;
}
.wrap-news .news-left .news ul li:hover
{
    position: relative;
    z-index: 3;

    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.wrap-news .news-left .news ul li:hover .item .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-left .news ul li:hover .item .note h3
{
    color: #2257ef;
}
.wrap-news .news-left .news ul li:hover .item .note h3 a:after
{
    -webkit-animation: fadeInRight .4s 0s ease both;
            animation: fadeInRight .4s 0s ease both;
}
.wrap-news .news-right
{
    float: left;

    width: 27%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-news .news-right .list
{
    margin-bottom: 50px;
}
@media (max-width: 991px)
{
    .wrap-news .news-right .list
    {
        margin-top: 30px;
        margin-bottom: 0;
    }
}
.wrap-news .news-right .list .title-news-right
{
    position: relative;

    padding-right: 60px;
}
.wrap-news .news-right .list .title-news-right h3
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

    margin: 0;

    color: #ef9b22;
}
.wrap-news .news-right .list .title-news-right a.more
{
    font-size: 14px;
    line-height: 30px;

    position: absolute;
    top: 0;
    right: 0;

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

    color: #999;
}
.wrap-news .news-right .list .title-news-right a.more:after
{
    font-family: 'iconfont' !important;

    margin-left: 8px;

    content: '\e827';
}
.wrap-news .news-right .list .title-news-right a.more:hover
{
    color: #2257ef;
}
.wrap-news .news-right .list ul
{
    margin-top: 20px;

    border-top: 1px solid #eee;
}
.wrap-news .news-right .list ul li
{
    border-bottom: 1px solid #eee;
}
.wrap-news .news-right .list ul li a
{
    line-height: 52px;

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

    height: 52px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news-right .list ul li:hover a
{
    color: #2257ef;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show p
{
    margin: 30px 0 0 0;
}
.wrap-news-show .title-news-show p span
{
    line-height: 24px;

    display: inline-block;

    color: #2257ef;
}
.wrap-news-show .title-news-show p span.date,
.wrap-news-show .title-news-show p span.view
{
    color: #999;
}
.wrap-news-show .title-news-show p span.date:before,
.wrap-news-show .title-news-show p span.view:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e651';
}
.wrap-news-show .title-news-show p span.date
{
    margin-right: 30px;
}
.wrap-news-show .title-news-show p span.view
{
    margin-right: 80px;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show p span.view
    {
        margin-right: 30px;
    }
}
.wrap-news-show .title-news-show p span.view:before
{
    font-size: 18px;

    content: '\e691';
}
.wrap-news-show .text
{
    margin-top: 30px;
}
.wrap-news-show .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-news-show .text img
{
    max-width: 100%;
    margin: 10px 0;
}
.wrap-news-show .relate
{
    overflow: hidden;

    margin-top: 60px;

    border-top: 1px solid #dcdcdc;
}
.wrap-news-show .relate a
{
    line-height: 20px;

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

    margin-top: 20px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a
    {
        width: 100%;
    }
}
.wrap-news-show .relate a span
{
    color: #999;
}
.wrap-news-show .relate a:hover
{
    color: #2257ef;
}
.wrap-news-show .relate a:hover:before,
.wrap-news-show .relate a:hover:after
{
    color: #2257ef;
}
.side-news
{
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .side-news
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.side-news ul li
{
    padding: 20px 0;

    border-bottom: 1px dotted #e5e5e5;
}
.side-news ul li p
{
    font-weight: bold;
    line-height: 1.85714286;

    display: -webkit-box;
    overflow: hidden;

    height: 26px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.side-news ul li p a
{
    display: block;
}
.side-news ul li span
{
    font-size: 12px;
    line-height: 24px;

    display: inline-block;

    color: #999;
}
.side-news ul li span:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

    content: '\e62f';
}
.side-news ul li span.view
{
    margin-right: 30px;
}
.side-news ul li span.date:before
{
    content: '\e61f';
}
.side-news ul li:hover p
{
    color: #2257ef;
}
.wrap-product
{
    overflow: hidden;

    padding: 0;
}
.wrap-product .conproduct
{
    display: table;

    width: 100%;
}
.wrap-product .product
{
    display: table-cell;

    width: 80%;
    padding: 84px 0;
    padding-left: 60px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        padding: 60px 0;
        padding-left: 0;

        border-left: none;
    }
}
.wrap-product .product .title
{
    padding-bottom: 20px;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-product .product .title h2
{
    display: inline-block;
}
.wrap-product .product .title .location
{
    float: right;
}
@media (max-width: 991px)
{
}
.wrap-product .product .title .location:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 40px;

    position: relative;
    z-index: 4;

    display: inline-block;

    height: 40px;
    margin-right: 6px;

    content: '\e64b';
    vertical-align: middle;

    color: #b5b5b5;
}
.wrap-product .product .title .location a
{
    font-size: 12px;
    line-height: 30px;

    position: relative;
    z-index: 4;

    display: inline-block;

    margin: 5px 0;
}
.wrap-product .product .title .location a:after
{
    float: right;

    margin: 0 2px;

    content: '>';
}
.wrap-product .product .title .location a:last-child
{
    text-decoration: underline;

    color: #2257ef;
}
.wrap-product .product .title .location a:last-child:after
{
    display: none;
}
.wrap-product .product .title .location a:hover
{
    color: #2257ef;
}
.wrap-product .product .item
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-product .product .item
    {
        margin-top: 30px;
    }
}
.wrap-product .product .item .pic
{
    position: relative;
}
.wrap-product .product .item .pic .img-box
{
    z-index: 4;

    padding-bottom: 76.92307692%;
}
.wrap-product .product .item .pic:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
}
.wrap-product .product .item .pic:before
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 50%;

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

    background-color: #f6f7f7;
}
.wrap-product .product .item .note
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #2257ef;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-product .product .item .note p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product .product .item .note p
    {
        font-size: 14px;
    }
}
.wrap-product .product .item:hover .pic:before
{
    height: 35%;
}
.wrap-product .product .item:hover .pic:after
{
    opacity: 1;
}
.wrap-product-show
{
    overflow: hidden;

    padding-top: 140px;
}
@media (max-width: 1199px)
{
    .wrap-product-show
    {
        padding-top: 60px;
    }
}
.wrap-product-show .product-show
{
    padding: 50px 10%;

    background-color: #f8f9fb;
}
@media (max-width: 1560px)
{
    .wrap-product-show .product-show
    {
        padding: 50px 0;
    }
}
.wrap-product-show .product-show .location:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 40px;

    position: relative;
    z-index: 4;

    display: inline-block;

    height: 40px;
    margin-right: 6px;

    content: '\e64b';
    vertical-align: middle;

    color: #b5b5b5;
}
.wrap-product-show .product-show .location a
{
    font-size: 12px;
    line-height: 30px;

    position: relative;
    z-index: 4;

    display: inline-block;

    margin: 5px 0;
}
.wrap-product-show .product-show .location a:after
{
    float: right;

    margin: 0 2px;

    content: '>';
}
.wrap-product-show .product-show .location a:last-child
{
    text-decoration: underline;

    color: #2257ef;
}
.wrap-product-show .product-show .location a:last-child:after
{
    display: none;
}
.wrap-product-show .product-show .location a:hover
{
    color: #2257ef;
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;

    margin-top: 30px;
}
.wrap-product-show .carousel-wrap .carousel
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    position: relative;

    padding: 0;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item .promask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item .promask img
{
    width: 100%;
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 76.92307692%;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav
{
    position: relative;

    margin-top: 50px;
    padding: 0 60px;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-slide
{
    padding: 0;

    outline: none;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .slick-current .item
{
    border-color: #2257ef;
}
.wrap-product-show .carousel-wrap .carousel .slider-nav .item
{
    position: relative;
    z-index: 15;

    margin: 0 4px;
    padding: 0;

    border: 1px solid #999;
    background-color: #fff;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 15px;

    margin: 0;
    padding: 0;

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

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

    display: block;

    width: 30px;

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

    color: #b5b5b5;
    border: 1px solid #999;
    border-radius: 6px;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next
{
    right: 15px;
    left: auto;
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover:before
{
    color: #fff;
    border-color: #2257ef;
    background-color: #2257ef;
}
.wrap-product-show .carousel-wrap .info
{
    padding-left: 80px;
}
@media (max-width: 1560px)
{
    .wrap-product-show .carousel-wrap .info
    {
        padding-left: 40px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info
    {
        margin-top: 40px;
        padding-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;

    color: #2257ef;
}
.wrap-product-show .carousel-wrap .info h1 span
{
    font-size: 16px;
    font-weight: normal;

    display: inline-block;

    margin-left: 20px;

    color: #999;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .carousel-wrap .info .note
{
    margin-top: 14px;
}
.wrap-product-show .carousel-wrap .info .note p
{
    line-height: 2.14285714;

    position: relative;

    color: #999;
}
.wrap-product-show .carousel-wrap .info .link
{
    position: relative;

    margin-top: 60px;
    padding-right: 80px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info .link
    {
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry,
.wrap-product-show .carousel-wrap .info .link a.btn-relate
{
    line-height: 50px;

    display: inline-block;

    height: 50px;
    margin-top: 20px;
    padding: 0 46px;

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

    color: #fff;
    background-color: #2257ef;
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry:before,
.wrap-product-show .carousel-wrap .info .link a.btn-relate:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    float: left;

    margin-right: 10px;

    content: '\e698';
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry:hover,
.wrap-product-show .carousel-wrap .info .link a.btn-relate:hover
{
    color: #fff;
    background-color: #0a38be;
}
.wrap-product-show .carousel-wrap .info .link a.btn-inquiry
{
    margin-right: 20px;
}
.wrap-product-show .carousel-wrap .info .link a.btn-relate
{
    color: #666;
    background-color: #eee;
}
.wrap-product-show .carousel-wrap .info .link a.btn-relate:before
{
    content: '\e62a';
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn
{
    position: absolute;
    top: 0;
    right: 0;

    margin-top: 20px;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a
{
    line-height: 48px;

    display: inline-block;

    cursor: pointer;

    color: #666;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:hover
{
    text-decoration: underline;

    color: #2257ef;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:hover:before,
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:hover:after
{
    color: #2257ef;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:before,
.wrap-product-show .carousel-wrap .info .link .carousel-btn a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    vertical-align: middle;

    color: #b5b5b5;
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn .prev
{
    margin-right: 10px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .info .link .carousel-btn .prev
    {
        margin-right: 10px;
    }
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn .prev:after
{
    float: right;

    margin-left: 10px;

    content: '\e9bb';
}
.wrap-product-show .carousel-wrap .info .link .carousel-btn .next:before
{
    float: left;

    margin-right: 10px;

    content: '\e6ad';
}
.wrap-product-show .carousel-wrap .info .share
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .info .share
    {
        margin-top: 50px;
    }
}
.wrap-product-show .carousel-wrap .info .share ul li
{
    display: inline-block;

    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .wrap-product-show .carousel-wrap .info .share ul li
    {
        margin-right: 6px;
        margin-left: 0;
    }
}
.wrap-product-show .carousel-wrap .info .share ul li a
{
    font-size: 12px;

    display: block;

    margin: 4px 0;
    padding: 0 12px;

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

    color: #fff;
    background-color: #4661a4;
}
.wrap-product-show .carousel-wrap .info .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;

    display: inline-block;

    width: 24px;
    margin-right: 4px;

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

    border-radius: 50%;
}
.wrap-product-show .carousel-wrap .info .share ul li.twitter a
{
    background-color: #07a7f1;
}
.wrap-product-show .carousel-wrap .info .share ul li.twitter a:before
{
    content: '\e60b';
}
.wrap-product-show .carousel-wrap .info .share ul li.linkedin a:before
{
    content: '\e6f0';
}
.wrap-product-show .carousel-wrap .info .share ul li.instagram a:before
{
    font-size: 14px;

    content: '\e62b';
}
.wrap-product-show .carousel-wrap .info .share ul li.youtube a
{
    background-color: #d11e21;
}
.wrap-product-show .carousel-wrap .info .share ul li.youtube a:before
{
    font-size: 15px;

    content: '\e6fa';
}
.wrap-product-show .carousel-wrap .info .share ul li.google a
{
    background-color: #e05036;
}
.wrap-product-show .carousel-wrap .info .share ul li.google a:before
{
    font-size: 16px;

    position: relative;
    top: 2px;

    content: '\e645';
}
.wrap-product-show .carousel-wrap .info .share ul li:hover a
{
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.wrap-product-show .parameter
{
    overflow: hidden;

    margin-top: 60px;
}
.wrap-product-show .parameter .category
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 60px;

    background-color: #015a9e;
}
.wrap-product-show .parameter .category ul
{
    overflow: hidden;
}
.wrap-product-show .parameter .category ul li
{
    position: relative;

    float: left;

    height: 60px;

    list-style: none;
}
.wrap-product-show .parameter .category ul li a
{
    font-weight: bold;
    line-height: 60px;

    display: block;

    height: 60px;
    padding: 0 80px;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .category ul li a
    {
        padding: 0 15px;
    }
}
.wrap-product-show .parameter .category ul li.active a,
.wrap-product-show .parameter .category ul li:hover a
{
    background-color: #0a38be;
}
.wrap-product-show .parameter .text
{
    padding: 40px 80px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter .text
    {
        padding: 30px 15px;
    }
}
.wrap-product-show .parameter .text p
{
    line-height: 2.14285714;
}
.wrap-product-show .title-product
{
    background-color: #2257ef;
}
.wrap-product-show .title-product h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;

    height: 60px;
    margin: 0;
    padding: 0 80px;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product h3
    {
        padding: 0 15px;
    }
}
.wrap-product-show .inquire-wrap
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire-wrap
    {
        margin-top: 60px;
    }
}
.wrap-product-show .inquire-wrap .message
{
    margin-top: 30px;
}
.wrap-product-show .inquire-wrap .message p
{
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-product-show .inquire-wrap .message input,
.wrap-product-show .inquire-wrap .message textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding: 10px 30px;

    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .wrap-product-show .inquire-wrap .message input,
    .wrap-product-show .inquire-wrap .message textarea
    {
        margin-top: 20px;
    }
}
.wrap-product-show .inquire-wrap .message input::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input:-o-placeholder,
.wrap-product-show .inquire-wrap .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input::-moz-placeholder,
.wrap-product-show .inquire-wrap .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input:-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-product-show .inquire-wrap .message input:focus::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message input:focus::-o-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message input:focus::-moz-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message input:focus::-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquire-wrap .message .read input::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:-o-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input::-moz-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-webkit-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-o-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-o-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-moz-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-moz-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquire-wrap .message .read textarea:focus::-ms-input-placeholder
{
    color: #333;
}
.wrap-product-show .inquire-wrap .message .submit
{
    font-weight: bold;
    line-height: 56px;

    display: block;

    width: 100%;
    height: 56px;
    margin-top: 30px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #2257ef;
}
.wrap-product-show .inquire-wrap .message .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;

    display: inline-block;

    margin-right: 20px;

    content: '\e618';
    vertical-align: middle;
}
.wrap-product-show .inquire-wrap .message .submit:hover
{
    background-color: #0a38be;
}
.wrap-product-show .relate-product
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product
    {
        margin-top: 60px;
    }
}
.wrap-product-show .relate-product .item
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item
    {
        margin-top: 30px;
    }
}
.wrap-product-show .relate-product .item .pic
{
    position: relative;
}
.wrap-product-show .relate-product .item .pic .img-box
{
    z-index: 4;

    padding-bottom: 76.92307692%;
}
.wrap-product-show .relate-product .item .pic:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background: url(../images/mask.png) no-repeat center;
    background-size: cover;
}
.wrap-product-show .relate-product .item .pic:before
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 50%;

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

    background-color: #f6f7f7;
}
.wrap-product-show .relate-product .item .note
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note
    {
        margin-top: 20px;
    }
}
.wrap-product-show .relate-product .item .note h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #2257ef;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-product-show .relate-product .item .note p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .note p
    {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item:hover .pic:before
{
    height: 35%;
}
.wrap-product-show .relate-product .item:hover .pic:after
{
    opacity: 1;
}
.wrap-contact
{
    overflow: hidden;
}
.wrap-contact .title-contact h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact h3
    {
        font-size: 18px;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 30px;
    padding: 10px 30px;

    border: 1px solid #e5e5e5;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        margin-top: 20px;
        padding: 10px 20px;
    }
}
.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 .submit
{
    font-weight: bold;
    line-height: 50px;

    display: block;

    height: 50px;
    margin-top: 40px;
    padding: 0 60px;

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

    color: #fff;
    border-radius: 0;
    background-color: #2257ef;
}
@media (max-width: 991px)
{
    .wrap-contact .message .submit
    {
        margin-top: 30px;
    }
}
.wrap-contact .message .submit:hover
{
    background-color: #0a38be;
}
.wrap-contact .text
{
    padding: 0 10%;

    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-contact .text
    {
        margin-top: 40px;
        padding: 0 15px;
    }
}
.wrap-contact .text ul li
{
    padding: 30px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-contact .text ul li:last-child
{
    border-bottom: none;
}
.wrap-contact .text .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    height: 40px;

    content: '\e626';

    color: #999;
}
.wrap-contact .text .item h3
{
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 991px)
{
    .wrap-contact .text .item h3
    {
        font-size: 16px;
    }
}
.wrap-contact .text .item p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .text .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .text .item a:hover
{
    color: #2257ef;
}
.wrap-contact .text .item-2:before
{
    content: '\e625';
}
.wrap-contact .text .item-3:before
{
    content: '\e618';
}
.wrap-map
{
    position: relative;
}
.wrap-map .map
{
    height: 500px;
}
@media (max-width: 991px)
{
    .wrap-map .map
    {
        height: 340px;
    }
}
.wrap-download .download
{
    margin-top: 30px;
}
.wrap-download .download .item
{
    font-size: 0;

    position: relative;

    display: table;

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

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

    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}
@media (max-width: 991px)
{
    .wrap-download .download .item
    {
        padding: 10px;
    }
}
.wrap-download .download .item .pic
{
    display: table-cell;

    width: 40%;

    vertical-align: top;
}
.wrap-download .download .item .img-box
{
    padding-bottom: 140%;
}
.wrap-download .download .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-download .download .item .note
{
    position: relative;

    display: table-cell;

    width: 60%;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note
    {
        padding-left: 10px;
    }
}
.wrap-download .download .item .note h3
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-download .download .item .note h3
    {
        font-size: 16px;
    }
}
.wrap-download .download .item .note p
{
    font-size: 14px;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 96px;
    margin: 20px 0 0 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note p
    {
        margin-top: 10px;
    }
}
.wrap-download .download .item .note .link
{
    position: absolute;
    bottom: 0;

    width: 100%;
}
.wrap-download .download .item .note .link a
{
    font-size: 14px;
    line-height: 28px;

    display: inline-block;

    width: 50%;

    vertical-align: top;

    color: #333;
}
.wrap-download .download .item .note .link a:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;
    font-weight: bold;

    float: left;

    margin-right: 10px;

    content: '\e633';

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-download .download .item .note .link a:before
    {
        font-size: 18px;

        margin-right: 6px;
    }
}
.wrap-download .download .item .note .link a.view:before
{
    font-weight: normal;

    content: '\e691';
}
.wrap-download .download .item .note .link a:hover
{
    color: #2257ef;
}
.wrap-download .download .item .note .link a:hover:before
{
    color: #2257ef;
}
.wrap-download .download .item:hover
{
    border-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.wrap-download .download .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 15px;
    }
}
.popup b
{
    font-size: 22px;

    display: block;

    margin-bottom: 30px;
    padding-bottom: 25px;

    color: #666;
    border-bottom: 1px solid #e5e5e5;
}
.popup b:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;

    margin-right: 10px;

    content: '\e63b';

    color: #397bd1;
}
@media (max-width: 767px)
{
    .popup b
    {
        font-size: 20px;
    }
}
.popup p
{
    position: relative;
}
.popup p input
{
    display: block;

    width: 100%;
    padding: 15px 10px 15px 30%;

    background-color: #f8f8f8;
}
.popup p label
{
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;

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

    width: 25%;
    height: 50px;

    text-align: center;

    color: #fff;
    background-color: #d2d2d2;
}
.popup .submit
{
    line-height: 50px;

    display: block;

    width: 150px;
    height: 50px;
    margin: 30px auto 0;

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

    color: #fff;
    background-color: #397bd1;
}
.popup .submit:hover
{
    background-color: #0a38be;
}
@media (max-width: 767px)
{
    .popup .submit
    {
        line-height: 40px;

        width: 120px;
        height: 40px;
    }
}
.down-fancybox .fancybox-skin
{
    background-color: #fff;
}
.down-fancybox .fancybox-close
{
    top: 30px;
    right: 20px;

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

    color: #397bd1;
    background: none;
}
.down-fancybox .fancybox-close:hover
{
    color: #0a38be;
}
.down-fancybox .fancybox-close:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 1;

    content: '\e7be';
}
.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 4px;

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

    color: #999;
    border: 1px solid #eee;
    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: #2257ef;
    background-color: #2257ef;
}
.page li a
{
    display: block;
}
.page li.omit
{
    color: #333;
    border-color: #fff;
    background-color: #fff;
}
.page li.prev,
.page li.next
{
    overflow: hidden;

    text-align: center;

    background-color: #eee;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    content: '\e601';
}
.page li.prev:hover,
.page li.next:hover
{
    border-color: #2257ef;
    background-color: #2257ef;
}
.page li.next a:before
{
    content: '\e827';
}
.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;
    }
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
table
{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    border-spacing: 0;
    border-collapse: collapse;

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

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

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

    background: none !important;
}


#product,
#top{
    display: block;
    position: relative;
    top: -70px;
}
.wrap-job{
	padding-bottom: 0;
}
.wrap-job .job-text
{
    font-size: 0;

    overflow: hidden;

    /* margin-top: 60px; */

    color: #fff;
    background: url(../images/job_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-job .job-text
    {
        background: url(../images/job_bg.jpg) no-repeat left top;
        background-size: cover;
    }
}
.wrap-job .job-text .left
{
    display: inline-block;

    width: 70%;
    padding: 60px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .left
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-job .job-text .left h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0 0 14px 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .left h3
    {
        font-size: 16px;
    }
}
.wrap-job .job-text .left p
{
    font-size: 14px;
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    margin-top: 6px;
    padding-left: 18px;

    color: rgba(255, 255, 255, .8);
}
.wrap-job .job-text .left p:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: inline-block;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #2257ef;
}
.wrap-job .job-text .right
{
    display: inline-block;

    width: 30%;
    padding: 60px 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .right
    {
        width: 100%;
        padding: 0 15px 30px 15px;
    }
}
.wrap-job .job-text .right h3
{
    font-size: 16px;
    line-height: 1.33333333;

    margin: 0 0 14px 0;

    color: #fff;
}
.wrap-job .job-text .right h4
{
    font-size: 24px;
    font-weight: bold;

    color: #2257ef;
}
@media (max-width: 991px)
{
    .wrap-job .job-text .right h4
    {
        font-size: 20px;
    }
}
.wrap-job .info
{
    /* margin-top: 90px; */
    padding: 90px 0;

}

.wrap-job .job-list{
	padding: 90px 0;
    background-color: #f4f6fa;

}
@media (max-width: 991px)
{
    .wrap-job .info
    {
        margin-top: 50px;
        padding: 50px 0;
    }
    .wrap-job .job-list{
    	padding: 50px 0;
    }
}
.wrap-job .info .job ul li
{
    margin-top: 10px;
}
.wrap-job .info .job ul li .title-job
{
    position: relative;

    padding: 0 80px 0 50px;

    cursor: pointer;

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-job .info .job ul li .title-job
    {
        padding: 0 50px 0 15px;
    }
}
.wrap-job .info .job ul li .title-job:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 70px;

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

    content: '\e646';
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-job .info .job ul li .title-job:after
    {
        font-size: 20px;
        line-height: 50px;

        right: 15px;
    }
}
.wrap-job .info .job ul li .title-job h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 70px;

    margin: 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-job .info .job ul li .title-job h3
    {
        font-size: 15px;
        line-height: 50px;
    }
}
.wrap-job .info .job ul li .text
{
    display: none;

    padding: 40px 70px;

    border: 1px solid #e5e5e5;
    background-color: #edf0f4;
}
@media (max-width: 991px)
{
    .wrap-job .info .job ul li .text
    {
        padding: 30px 15px;
    }
}
.wrap-job .info .job ul li .text h3
{
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14285714;

    margin: 0;
}
.wrap-job .info .job ul li .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-job .info .job ul li.current .title-job
{
    background-color: #333;
}
.wrap-job .info .job ul li.current .title-job:after
{
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.wrap-job .job-note
{
    margin-top: 50px;
}
.wrap-job .job-note ul
{
    overflow: hidden;

    border: 1px solid #dcdcdc;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-job .job-note ul
    {
        padding: 10px 0;
    }
}
.wrap-job .job-note ul li
{
    float: left;

    width: 33.33333333%;
    padding: 15px 4%;

    border-right: 1px solid #dcdcdc;
}
.wrap-job .job-note ul li:last-child
{
    border-right: none;
}
@media (max-width: 991px)
{
    .wrap-job .job-note ul li
    {
        width: 100%;
        padding: 10px 15px;

        border-right: none;
    }
}
.wrap-job .job-note ul li p
{
    line-height: 20px;

    margin: 0;
    padding-left: 10px;

    border-left: 2px solid #2257ef;
}
.wrap-job .job-note ul li a:hover
{
    text-decoration: underline;

    color: #2257ef;
}


.showMorehandle{
	margin-top: 60px;
	text-align: center;
}
.showMorehandle a{
	display: inline-block;
	background-color: #2257ef;
	height: 46px;
	line-height: 46px;
	padding: 0 60px;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
}
