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

    height: 0;

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

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

    color: #333;

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

    overflow: hidden;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
input[type=number]
{
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
ul
{
    margin: 0;
    padding: 0;
}
button,
input,
textarea
{
    resize: none;

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

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 140px;

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

    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header
    {
        height: 100px;
    }
}
.header .top
{
    position: relative;
    z-index: 11;

    height: 50px;

    text-align: right;

    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .top
    {
        height: 30px;
    }
}
.header .top span
{
    font-size: 13px;
    line-height: 50px;

    display: inline-block;
    float: left;

    color: #777;
}
@media (max-width: 1199px)
{
    .header .top span
    {
        line-height: 30px;
    }
}
.header .top p
{
    font-size: 13px;
    line-height: 50px;

    display: inline-block;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px)
{
    .header .top p
    {
        display: none;
    }
}
.header .top p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    content: '\e636';
    vertical-align: middle;
}
.header .top p.email
{
    margin-left: 40px;
}
.header .top p.email:before
{
    content: '\e6dc';
}
.header .top p a:hover
{
    text-decoration: underline;
}
.header .top .language
{
    float: right;
}
.header .top .language a
{
    line-height: 40px;

    display: inline-block;

    margin-left: 40px;

    color: rgba(255, 255, 255, .64);
}
@media (max-width: 1199px)
{
    .header .top .language a
    {
        line-height: 30px;
    }
}
.header .top .language a:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background: url(../images/language.png) no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .header .top .language a:before
    {
        width: 20px;
        height: 20px;
    }
}
.header .top .language a.en:before
{
    background-position: -49px 0;
}
@media (max-width: 1199px)
{
    .header .top .language a.en:before
    {
        background-position: -35px 0;
    }
}
.header .top .language a:hover
{
    text-decoration: underline;
}
.header .top-nav .container
{
    position: relative;
}
.header .logo
{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 50%;

    display: inline-block;

    width: 130px;
    height: 70px;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        width: 100px;
        height: 50px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
    margin: 0 auto;
}
.header .logo a:before
{
    position: absolute;
    bottom: -26px;

    display: block;

    width: 130px;
    height: 130px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .header .logo a:before
    {
        bottom: -16px;

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

    display: block;

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

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

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

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .top-nav .container
{
    position: relative;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

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

        background: #fafafa;
        background-color: #000;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;
        line-height: 90px;

        position: relative;

        display: block;
        overflow: hidden;

        padding: 0 60px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header .nav .nav-list1 > li:nth-child(3)
    {
        margin-right: 150px;
    }
    .header .nav .nav-list1 > li:nth-child(5)
    {
        margin-right: 150px;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #36c;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 90px;

        display: none;

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

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

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

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        line-height: 40px;

        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;
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
                transform: translateX(6px);

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

        display: none;

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

        text-align: left;

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

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li:nth-child(3)
    {
        margin-right: 120px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li:nth-child(5)
    {
        margin-right: 120px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}
.header .nav-2,
.header .nav-3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav-2,
    .header .nav-3
    {
        position: absolute;
        z-index: 9999;
        top: 0;

        display: block;
        overflow: hidden;

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

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

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

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

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .xs-language
{
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 35px;
}
@media (min-width: 1200px)
{
    .header .xs-language
    {
        display: none;
    }
}
.header .xs-language a
{
    font-size: 16px;

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

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

    display: none;
    overflow: hidden;

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

    background-color: rgba(51, 102, 204, .96);
}
.header .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e650';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

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

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

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

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

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

    content: '\2716';

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

    display: none;
    float: right;

    margin-left: 40px;

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

        position: absolute;
        left: 15px;

        display: inline-block;

        margin-left: 0;

        color: #666;
    }
}
.header .find:before
{
    font-family: 'iconfont';
    font-size: 20px;

    float: left;

    content: '\e650';
}
.header .find:hover
{
    color: #36c;
}
@media (max-width: 1199px)
{
    .header .right
    {
        display: inline-block;
        float: right;

        margin-right: 0;
    }
}
.header .pc-search
{
    position: absolute;
    top: 30px;
    right: 10%;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search form
{
    position: relative;
}
.header .pc-search form input
{
    line-height: 30px;

    width: 80px;
    padding: 0 30px 0 12px;

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

    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
.header .pc-search form input:focus
{
    width: 120px;
}
.header .pc-search form .submit
{
    line-height: 30px;

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

    padding: 0;

    color: #c8c7c7;
    outline: none;
    background: none;
    box-shadow: none;
}
.header .pc-search form .submit:after
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .pc-search form input::-webkit-input-placeholder,
.header .pc-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .pc-search form input:-o-placeholder,
.header .pc-search form textarea:-o-placeholder
{
    color: #999;
}
.header .pc-search form input::-moz-placeholder,
.header .pc-search form textarea::-moz-placeholder
{
    color: #999;
}
.header .pc-search form input:-ms-input-placeholder,
.header .pc-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header .pc-search form input:focus::-webkit-input-placeholder,
.header .pc-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search form input:focus::-o-placeholder,
.header .pc-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search form input:focus::-moz-placeholder,
.header .pc-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search form input:focus::-ms-input-placeholder,
.header .pc-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.online-wrap .btn
{
    line-height: 40px;

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

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

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

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 23%;

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

    position: relative;

    display: block;

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

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

    border-radius: 6px;
    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: #36c;
    }
}
@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: #3976f1;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

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

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

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

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

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

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

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

    position: relative;

    overflow: hidden;

    width: 100%;
}
/* @media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    }
} */
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 5%;

    padding: 0;

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

    background: none;
}
/* @media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 20%;
    }
} */
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

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

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

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
/* @media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 20%;
    }
} */
.banner .slick-arrow.slick-next:before
{
    content: '\e9bc';
}
.banner .slick-arrow:hover:before
{
    background: #36c;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .img-box
{
    padding-bottom: 30.72916667%;
}
.xs-banner{
        display: none;
    }
@media(max-width: 991px){
    .xs-banner{
        display: block;
    }
    .lg-banner{
        display: none;
    }
    .banner .img-box{
        padding-bottom: 57.14285714%;
    }
}
@media (max-width: 991px)
{
    /* .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    } */
}
@media (max-width: 767px)
{
    /* .banner-in .slickbanner
    {
        width: 160%;
        max-width: 160%;
        margin-left: -30%;
    } */
}
.banner-in .img-box
{
    padding-bottom: 21.35416667%;
}
.xs-banner-in .img-box{
    padding-bottom: 47.619047619%;
}

.xs-banner-in{
    display: none;
}
@media(max-width: 991px){
    .banner-in{
        display: none;
    }

    .xs-banner-in{
        display: block;
    }
}
.banner-in .location
{
    position: absolute;
    bottom: 20px;
    left: 0;

    width: 100%;

    text-align: right;
}
@media (max-width: 991px)
{
    .banner-in .location
    {
        bottom: 10px;
    }
}
.banner-in .location ul
{
    display: inline-block;
}
.banner-in .location ul:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-right: 10px;

    content: '\e630';

    color: #fff;
}
.banner-in .location ul li
{
    font-size: 14px;

    display: inline-block;

    color: #fff;
}
.banner-in .location ul li:after
{
    margin: 0 6px;

    content: '>';
}
.banner-in .location ul li:last-child:after
{
    display: none;
}
.banner-in .location ul li a
{
    line-height: 24px;

    display: inline-block;
}
.banner-in .location ul li a:hover
{
    text-decoration: underline;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title
{
    text-align: center;
}
.title b
{
    font-size: 30px;

    color: #36c;
}
.title b:after
{
    display: block;

    width: 149px;
    height: 4px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 991px)
{
    .title b
    {
        font-size: 20px;
    }
}
.title p
{
    line-height: 1.71428571;

    margin-top: 14px;

    color: #777;
}
.box-product .product
{
    margin-top: 40px;
}
.box-product .product ul
{
    overflow: hidden;
}
.box-product .product ul li
{
    float: left;

    width: 20%;
    padding: 1px;
}
@media (max-width: 991px)
{
    .box-product .product ul li
    {
        width: 33.33333333%;
    }
}
@media (max-width: 767px)
{
    .box-product .product ul li
    {
        width: 50%;
    }
}
.box-product .product ul li .item
{
    position: relative;

    display: block;

    background-color: #000;
}
.box-product .product ul li .item .pic .img-box
{
    padding-bottom: 102.63157895%;
}
.box-product .product ul li .item .pic .img-box img
{
    opacity: .6;
}
.box-product .product ul li .item .note
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    padding: 0 30px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-product .product ul li .item .note
    {
        bottom: 10px;

        padding: 0 10px;
    }
}
.box-product .product ul li .item .note b
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .product ul li .item .note b
    {
        font-size: 16px;
    }
}
.box-product .product ul li .item .note p
{
    font-size: 12px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 20px;
    margin: 0;

    color: #f6f3f3;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-product .product ul li .item .maskbg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(0, 0, 0, .41);
}
.box-product .product ul li .item .maskbg .mask
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.box-product .product ul li .item .maskbg .mask .pic-mask
{
    max-width: 50%;
    margin: 0 auto;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .68);
}
.box-product .product ul li .item .maskbg .mask p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 20px 0 0 0;

    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-product .product ul li .item .maskbg .mask p
    {
        font-size: 16px;

        margin-top: 10px;
    }
}
.box-product .product ul li .item .maskbg .mask p:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: block;

    margin: 0 auto;

    content: '\e63b';

    color: #36c;
}
@media (min-width: 1200px)
{
    .box-product .product ul li .item:hover .note
    {
        opacity: 0;
    }
    .box-product .product ul li .item:hover .maskbg
    {
        opacity: 1;
    }
}
.box-about
{
    padding-top: 0;
}
.box-about .about .itembox
{
    position: relative;

    margin-top: 50px;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .box-about .about .itembox
    {
        margin-top: 30px;
    }
}
.box-about .about .itembox .item
{
    position: relative;
}
.box-about .about .itembox .item .img-box
{
    padding-bottom: 77.77777778%;

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

    opacity: 0;
}
.box-about .about .itembox .item .text
{
    position: absolute;
    top: 0;
    left: 0;

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

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .item .text
    {
        padding: 20px 15px;
    }
}
.box-about .about .itembox .item .text .note p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .item .text .note p
    {
        line-height: 24px;

        height: 96px;
    }
}
.box-about .about .itembox .item .pic
{
    font-size: 0;

    margin-top: 30px;
}
.box-about .about .itembox .item .pic .left
{
    display: inline-block;
    overflow: hidden;

    width: 30%;

    vertical-align: middle;

    border-radius: 50%;
}
.box-about .about .itembox .item .pic .left .img-box
{
    padding-bottom: 100%;

    opacity: 1;
}
.box-about .about .itembox .item .pic .right
{
    display: inline-block;

    width: 70%;
    padding-left: 10%;

    vertical-align: middle;
}
.box-about .about .itembox .item .pic .right b
{
    /*font-size: 28px;*/
    font-size: 22px;
    line-height: 1.25;

    display: block;

    color: #666;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .item .pic .right b
    {
        font-size: 20px;
    }
}
.box-about .about .itembox .item .pic .right p
{
    font-size: 14px;
    line-height: 1.42857143;

    margin: 0;

    text-transform: uppercase;

    color: #666;
}
.box-about .about .itembox .maskbg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

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

    opacity: 0;
    background-color: rgba(51, 102, 204, .9);
}
.box-about .about .itembox .maskbg .mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 20px 40px;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .maskbg .mask
    {
        padding: 20px 15px;
    }
}
.box-about .about .itembox .maskbg .mask .title-about
{
    text-align: center;
}
.box-about .about .itembox .maskbg .mask .title-about b
{
    font-size: 24px;
    line-height: 1.25;

    display: block;

    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .maskbg .mask .title-about b
    {
        font-size: 20px;
    }
}
.box-about .about .itembox .maskbg .mask .title-about p
{
    font-size: 14px;
    line-height: 1.42857143;

    margin: 0;

    text-transform: uppercase;

    color: #a3bbec;
}
.box-about .about .itembox .maskbg .mask .note
{
    overflow: auto;

    height: 80%;
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .maskbg .mask .note
    {
        height: 70%;
    }
}
.box-about .about .itembox .maskbg .mask .note p
{
    line-height: 2.14285714;

    margin: 0;

    color: #dee6f8;
}
@media (max-width: 991px)
{
    .box-about .about .itembox .maskbg .mask .note p
    {
        line-height: 1.71428571;
    }
}
.box-about .about .itembox:hover .item .img-box
{
    opacity: 1;
}
.box-about .about .itembox:hover .item .text
{
    opacity: 0;
}
.box-about .about .itembox:hover .maskbg
{
    opacity: 1;
}
.box-about .about .itembox .maskbg .mask .note::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 2px;
}
.box-about .about .itembox .maskbg .mask .note::-webkit-scrollbar-track
{
    background-color: #dcdcdc;
}
.box-about .about .itembox .maskbg .mask .note::-webkit-scrollbar-thumb
{
    background-color: #9f9f9f;
}
.box-aboutlist
{
    position: relative;

    padding-top: 130px;
    padding-bottom: 0;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-aboutlist
    {
        padding-top: 130px;
    }
}
.box-aboutlist:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 40%;

    content: '';

    background-color: #fff;
}
.box-aboutlist .about-wrap .more
{
    position: relative;
    z-index: 4;

    margin-top: -1px;

    background-color: #d4d5d9;
}
.box-aboutlist .about-wrap .more a
{
    line-height: 90px;

    display: block;

    width: 33.333%;
    height: 90px;
    margin: 0 auto;

    text-align: center;

    background-color: #c0c1c3;
}
.box-aboutlist .about-wrap .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-weight: bold;

    margin-left: 20px;

    content: '\e727';
}
.box-aboutlist .about-wrap .more:hover a
{
    color: #36c;
}
.box-aboutlist ul
{
    position: relative;
    z-index: 5;

    color: #e8ebf1;
}
.box-aboutlist ul h3,
.box-aboutlist ul h4
{
    color: #fff;
}
.box-aboutlist ul p
{
    line-height: 2;

    margin: 0;
}
.box-aboutlist ul li
{
    float: left;

    width: 35%;
}
@media (max-width: 991px)
{
    .box-aboutlist ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-aboutlist ul li
    {
        width: 100%;
    }
}
.box-aboutlist ul li.intro
{
    width: 30%;
    padding: 10px;

    background-color: #706f78;
}
@media (max-width: 991px)
{
    .box-aboutlist ul li.intro
    {
        display: none;
    }
}
.box-aboutlist ul li.intro a
{
    position: relative;

    display: block;

    padding: 70px 15%;

    border: 1px dashed #9b9aa0;
}


@media (min-width: 1500px) and (max-width: 1600px)
{
    .box-aboutlist ul li.intro a
    {


        padding: 61px 15% !important;

    }
}


.box-aboutlist ul li.intro b
{
    font-size: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #fff;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-aboutlist ul li.intro b:after
{
    display: block;

    width: 118px;
    height: 4px;
    margin-top: 10px;

    content: '';

    background: url(../images/line-2.png) no-repeat;
}
.box-aboutlist ul li.intro span
{
    font-family: Impact;
    font-size: 50px;

    position: absolute;
    top: 50px;

    display: block;

    text-transform: uppercase;

    color: rgba(165, 164, 167, .15);
}
.box-aboutlist ul li.intro .aboutmore
{
    line-height: 45px;

    width: 160px;
    margin: 0 auto;
    margin-top: 277px;

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

    border: 1px solid #939296;
    border-radius: 30px;
}
.box-aboutlist ul li.intro:hover .aboutmore
{
    color: #fff;
    border-color: #36c;
    background-color: #36c;
}
.box-aboutlist ul li.list:nth-of-type(2) .item,
.box-aboutlist ul li.list:nth-of-type(5) .item
{
    background-color: #e5cfbf;
}
.box-aboutlist ul li.list:nth-of-type(2) .item h4,
.box-aboutlist ul li.list:nth-of-type(5) .item h4
{
    color: #333;
}
.box-aboutlist ul li.list:nth-of-type(2) .item p,
.box-aboutlist ul li.list:nth-of-type(5) .item p
{
    color: #7f6e62;
}
@media (max-width: 991px)
{
    .box-aboutlist ul li.list:nth-of-type(4) .item
    {
        background-color: #e5cfbf;
    }
    .box-aboutlist ul li.list:nth-of-type(4) .item h4
    {
        color: #333;
    }
    .box-aboutlist ul li.list:nth-of-type(4) .item p
    {
        color: #7f6e62;
    }
    .box-aboutlist ul li.list:nth-of-type(5) .item
    {
        background-color: #716f78;
    }
    .box-aboutlist ul li.list:nth-of-type(5) .item h4
    {
        color: #fff;
    }
    .box-aboutlist ul li.list:nth-of-type(5) .item p
    {
        color: #fff;
    }
}
.box-aboutlist ul .item
{
    position: relative;

    overflow: hidden;

    padding: 50px 180px 50px 50px;

    background-color: #716f78;
}
@media only screen and (min-width: 1441px) and (max-width: 1679px)
{
    .box-aboutlist ul .item
    {
        padding: 45px 160px 46px 30px;
    }
}
@media (max-width: 991px)
{
    .box-aboutlist ul .item
    {
        padding: 30px 150px 30px 15px;
    }
}
.box-aboutlist ul .item h4
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 20px 0;
}
.box-aboutlist ul .item h4:after
{
    display: block;

    width: 30px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #36c;
}
.box-aboutlist ul .item p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 120px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-aboutlist ul .item .img-box
{
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: -50px;

    width: 0;
    padding-bottom: 59.57446809%;

    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
@media (min-width: 992px)
{
    .box-aboutlist ul .item:hover .img-box
    {
        right: 0;
        bottom: 0;

        width: 100%;

        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}
.box-aboutlist ul .pic-box
{
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: 50px;

    overflow: hidden;

    width: 100px;
    height: 100px;

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

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .box-aboutlist ul .pic-box
    {
        right: 20px;
    }
}
.box-aboutlist ul .pic-box img
{
    display: block;
}
.box-news .news
{
    overflow: hidden;

    margin-top: 40px;
}
.box-news .news .list
{
    padding: 0;
}
.box-news .news .item
{
    display: block;
    overflow: hidden;
}
.box-news .news .item .pic,
.box-news .news .item .text
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .box-news .news .item .pic,
    .box-news .news .item .text
    {
        width: 100%;
    }
}
.box-news .news .item .pic .img-box
{
    padding-bottom: 63.26530612%;
}
.box-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .news .item .text
{
    padding: 0 50px;

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

    background-color: #f5f5f5;
}
@media (max-width: 1350px)
{
    .box-news .news .item .text
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .text
    {
        padding: 30px 15px 30px 15px;
    }
}
.box-news .news .item .text b
{
    font-size: 16px;
    line-height: 24px;

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

    height: 24px;
    margin-top: 50px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1350px)
{
    .box-news .news .item .text b
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .text b
    {
        margin: 0;
    }
}
.box-news .news .item .text span
{
    font-size: 14px;

    display: block;

    margin-top: 6px;

    color: #999;
}
.box-news .news .item .text span:before
{
    font-family: 'iconfont' !important;

    float: left;

    margin-right: 10px;

    content: '\e667';
}
.box-news .news .item .text p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-news .news .item .text .more
{
    font-weight: bold;
    line-height: 2;

    display: block;

    margin-top: 30px;

    color: #36c;
}
@media (max-width: 767px)
{
    .box-news .news .item .text .more
    {
        margin-top: 20px;
    }
}
.box-news .news .item-1 .text
{
    position: relative;
}
.box-news .news .item-1 .text:before
{
    position: absolute;
    top: 50%;
    left: -25px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-width: 25px 25px 25px 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
}
@media (max-width: 767px)
{
    .box-news .news .item-1 .text:before
    {
        display: none;
    }
}
.box-news .news .item-1:hover .text:before
{
    border-color: transparent #36c transparent transparent;
}
.box-news .news .item-2 .pic
{
    float: right;
}
.box-news .news .item-2 .text
{
    position: relative;
}
.box-news .news .item-2 .text:before
{
    position: absolute;
    top: 50%;
    right: -25px;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    border-width: 25px 0 25px 25px;
    border-style: solid;
    border-color: transparent transparent transparent #f5f5f5;
}
@media (max-width: 767px)
{
    .box-news .news .item-2 .text:before
    {
        display: none;
    }
}
.box-news .news .item-2:hover .text:before
{
    border-color: transparent transparent transparent #36c;
}
.box-news .news .item-3 .pic,
.box-news .news .item-3 .text
{
    width: 100%;
}
@media (max-width: 991px)
{
    .box-news .news .item-3 .pic,
    .box-news .news .item-3 .text
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item-3 .pic,
    .box-news .news .item-3 .text
    {
        width: 100%;
    }
}
.box-news .news .item-3 .text
{
    position: relative;
}
.box-news .news .item-3 .text:before
{
    position: absolute;
    top: -25px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-width: 0 25px 25px 25px;
    border-style: solid;
    border-color: transparent transparent #f5f5f5 transparent;
}
@media (max-width: 991px)
{
    .box-news .news .item-3 .text:before
    {
        position: absolute;
        top: 50%;
        left: -25px;

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

        border-width: 25px 25px 25px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item-3 .text:before
    {
        display: none;
    }
}
.box-news .news .item-3:hover .text:before
{
    border-color: transparent transparent #36c transparent;
}
.box-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .news .item:hover .text
{
    color: #fff;
    background-color: #36c;
}
.box-news .news .item:hover .text span
{
    color: #b1c2f1;
}
.box-news .news .item:hover .text p
{
    color: #d9dee9;
}
.box-news .news .item:hover .text .more
{
    text-align: center;
    text-decoration: underline;

    color: #ff9714;
}
.box-news .newstext
{
    margin-top: 40px;
}
.box-news .newstext p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.box-news .newsmore
{
    margin-top: 20px;

    text-align: center;
}
.box-news .newsmore a
{
    line-height: 45px;

    display: inline-block;

    padding: 0 50px;

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

    color: #fff;
    border: 1px solid #01b3ff;
    border-radius: 30px;
    background-color: #36c;
}
.box-news .newsmore a:hover
{
    background-color: #3976f1;
}
.footer
{
    font-size: 0;

    position: relative;

    margin-top: 40px;

    background-color: #36c;
}
.footer:before
{
    position: absolute;
    top: -40px;
    left: 50%;

    display: block;

    width: 100px;
    height: 100px;
    margin-left: -50px;

    content: '';

    border-radius: 50%;
    background: url(../images/logo.png) no-repeat center #36c;
}
.footer .foot
{
    padding: 120px 0 30px;
}
@media (max-width: 992px)
{
    .footer .foot
    {
        padding: 30px 0 30px;
    }
}
.footer .foot .container > ul
{
    padding: 0;

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

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

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

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

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

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

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

    margin: 0;

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

        float: right;

        content: '\e628';
    }
}
.footer .foot .container > ul > li .item
{
    text-align: left;
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li .item
    {
        margin-top: 30px;
    }
}
.footer .foot .container > ul > li .item-1
{
    font-size: 0;
}
.footer .foot .container > ul > li .item-1 .note
{
    display: inline-block;

    width: 50%;
    padding-right: 30px;

    vertical-align: top;
}

.footer .foot .container > ul > li .item-1 .note1
{
    /*width: 55%;*/
    /*padding-right: 30px;*/
}

.footer .foot .container > ul > li .item-1 .note2
{
    /*width: 45%;*/
    /*padding-right: 10px;*/
}


@media (min-width: 1200px) {
    #on1{
        min-width: 45%;
    }
}
@media (max-width: 767px)
{
    .footer .foot .container > ul > li .item-1 .note
    {
        width: 100%;
    }
}
.footer .foot .container > ul > li .item-1 p
{
    font-size: 13px;
    line-height: 2.61538462;

    position: relative;

    margin: 0;
    padding-left: 26px;

    color: #b8cdf6;
}
.footer .foot .container > ul > li .item-1 p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    line-height: 34px;

    position: absolute;
    left: 0;

    content: '\e675';

    color: #0d44b2;
}
.footer .foot .container > ul > li .item-1 p.tel:before
{
    content: '\e619';
}
.footer .foot .container > ul > li .item-1 p.fax:before
{
    content: '\e8bd';
}
.footer .foot .container > ul > li .item-1 p.email:before
{
    content: '\e634';
}
.footer .foot .container > ul > li .item-1 p.website:before
{
    content: '\e62a';
}
.footer .foot .container > ul > li .item-1 p.wechat:before
{
    content: '\e658';
}
.footer .foot .container > ul > li .item-1 p.skype:before
{
    content: '\e6d5';
}
.footer .foot .container > ul > li .item-1 p.qq:before
{
    content: '\e625';
}
.footer .foot .container > ul > li .item-1 p a:hover
{
    text-decoration: underline;
}
.footer .foot .container > ul > li .item-2
{
    overflow: hidden;

    max-width: 360px;
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li .item-2
    {
        max-width: 100%;
    }
}
.footer .foot .container > ul > li .item-2 a
{
    font-size: 13px;
    line-height: 2.61538462;

    display: inline-block;
    float: left;

    width: 50%;

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

    color: #b8cdf6;
}
.footer .foot .container > ul > li .item-2 a:before
{
    content: '-';
}
.footer .foot .container > ul > li .item-2 a:hover
{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);

    color: #ff9714;
}
.footer .foot .container > ul > li .item-3 .erweima img
{
    max-width: 114px;
}
.footer .foot .container > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li .info-down
    {
        display: none;

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

    text-align: center;

    border-top: 1px solid #2d60c4;
}
.footer .copyright p
{
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    margin: 0;

    vertical-align: middle;

    color: #98b5ed;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright p a
{
    display: inline-block;

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

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

    color: #fff;
}
.footer .copyright .share
{
    display: inline-block;

    margin-left: 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .footer .copyright .share
    {
        float: none;

        margin-top: 10px;
        margin-left: 0;

        text-align: center;
    }
}
.footer .copyright .share ul li
{
    display: inline-block;
}
.footer .copyright .share ul li a
{
    display: block;

    margin-right: 10px;

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

    color: #cddaf4;
}
.footer .copyright .share ul li a:before
{
    font-family: 'iconfont';
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;

    display: inline-block;

    width: 36px;
    height: 36px;

    content: '\e625';
    text-align: center;
    vertical-align: top;

    border-radius: 50%;
    background-color: #2258c2;
}
.footer .copyright .share ul li.sina a:before
{
    content: '\e62e';
}
.footer .copyright .share ul li.wechat a:before
{
    content: '\e658';
}
.footer .copyright .share ul li.skype a:before
{
    font-size: 18px;

    content: '\e61a';
}
.footer .copyright .share ul li.email a:before
{
    content: '\e634';
}
.footer .copyright .share ul li:hover a
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #fff;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 70px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.sidenav
{
    margin-top: 30px;
}
.sidenav ul
{
    font-size: 0;

    text-align: center;
}
.sidenav ul li
{
    display: inline-block;

    margin-top: -1px;
    margin-left: -1px;
}
.sidenav ul li a
{
    font-size: 14px;
    line-height: 50px;

    display: block;

    padding: 0 60px;

    color: #666;
    border: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .sidenav ul li a
    {
        padding: 0 20px;
    }
}
.sidenav ul li.active a,
.sidenav ul li:hover a
{
    color: #fff;
    background-color: #36c;
}
.wrap-about .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-about .text
    {
        margin-top: 20px;
    }
}
.wrap-about .text p
{
    line-height: 2.28571429;

    margin: 0;

    color: #777;
}
.wrap-about .pic
{
    margin-top: 40px;
}
.wrap-about .pic img
{
    max-width: 100%;
}
.wrap-culture .culture ul
{
    font-size: 0;
}
.wrap-culture .culture ul li
{
    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .culture ul li
    {
        width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture ul li
    {
        width: 100%;
    }
}
.wrap-culture .culture ul li:nth-child(2)
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-culture .culture ul li:nth-child(2)
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture ul li:nth-child(2)
    {
        width: 100%;
    }
}
.wrap-culture .culture .item
{
    position: relative;

    min-height: 110px;
    padding-left: 150px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item
    {
        padding-left: 100px;
    }
}
.wrap-culture .culture .item:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;
    line-height: 110px;

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

    display: block;

    width: 110px;
    height: 110px;

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

    color: #fff;
    border-radius: 50%;
    background-color: #173d5b;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .item:before
    {
        font-size: 30px;
        line-height: 80px;

        width: 80px;
        height: 80px;
    }
}
.wrap-culture .culture .item b
{
    font-size: 18px;

    display: block;

    margin: 14px 0;
}
.wrap-culture .culture .item p
{
    font-size: 15px;
    line-height: 2;

    margin: 0;

    color: #666;
}
.wrap-culture .culture .item-vision:before
{
    content: '\e985';

    background-color: #e7e7b1;
}
.wrap-culture .culture .item-value:before
{
    content: '\e62f';

    background-color: #fb7c30;
}
.wrap-culture .culture .item:hover:before
{
    -webkit-animation: swing 1s 0s ease both;
            animation: swing 1s 0s ease both;
}
.wrap-honor .honor
{
    margin-top: -10px;
}
.wrap-honor .honor .item
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item
    {
        margin-top: 16px;
    }
}
.wrap-honor .honor .item .pic
{
    padding: 8px;

    border: 1px dashed #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .item .pic
    {
        padding: 5px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 148.14814815%;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

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

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item p
    {
        font-size: 15px;
    }
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-honor .honor .item:hover p
{
    color: #36c;
}
.wrap-news .news .item
{
    display: block;

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

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

    border: 1px solid #eee;
}
@media (max-width: 991px)
{
    .wrap-news .news .item
    {
        margin-top: 30px;
        padding: 8px;
    }
}
.wrap-news .news .item .img-box
{
    padding-bottom: 63.26530612%;
}
.wrap-news .news .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item b
{
    font-size: 15px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news .news .item span
{
    font-size: 14px;

    display: block;

    margin-top: 6px;

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

    float: left;

    margin-right: 10px;

    content: '\e667';
}
.wrap-news .news .item p
{
    line-height: 2.14285714;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item .more
{
    font-weight: bold;
    line-height: 2;

    display: block;

    margin-top: 20px;

    color: #36c;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .more
    {
        margin-top: 10px;
    }
}
.wrap-news .news .item:hover
{
    background-color: #36c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.wrap-news .news .item:hover b
{
    color: #fff;
}
.wrap-news .news .item:hover span
{
    color: #b1c2f1;
}
.wrap-news .news .item:hover p
{
    color: #d9dee9;
}
.wrap-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .more
{
    text-align: center;

    color: #ff9714;
}
.wrap-news-show .title-news
{
    text-align: center;
}
.wrap-news-show .title-news h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
.wrap-news-show .title-news h1:after
{
    display: block;

    width: 149px;
    height: 4px;
    margin: 0 auto;
    margin-top: 10px;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news span
{
    line-height: 1.71428571;

    display: block;

    margin-top: 14px;

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

    margin: 0;

    color: #999;
}
.wrap-news-show .text img
{
    max-width: 100%;
    margin: 5px 0;
}
.wrap-news-show .relate
{
    margin-top: 60px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 40px;
        padding: 10px 0;
    }
}
.wrap-news-show .relate a
{
    line-height: 50px;

    position: relative;

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

    height: 50px;
    padding: 0 50px;

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

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-news-show .relate a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-right: 10px;

    content: '\e62c';
    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate a
    {
        line-height: 40px;

        height: 40px;
        padding: 0 10px;
    }
}
.wrap-news-show .relate a:hover
{
    color: #36c;
}
.wrap-news-show .relate .next a
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate .next a
    {
        text-align: left;
    }
}
.wrap-news-show .relate .next a:before
{
    content: '\e646';
}
.wrap-product .product .item
{
    display: block;

    margin-top: 40px;

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

    border: 1px solid #fff;
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        margin-top: 20px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 78.33333333%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-weight: bold;
    line-height: 70px;

    position: relative;

    overflow: hidden;

    height: 70px;
    margin: 0;
    padding: 0 50px 0 30px;

    color: #fff;
    background-color: #36c;
}
@media (max-width: 767px)
{
    .wrap-product .product .item p
    {
        line-height: 40px;

        height: 40px;
        padding: 0 30px 0 15px;
    }
}
.wrap-product .product .item p:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e9bc';

    color: #ff9714;
}
@media (max-width: 767px)
{
    .wrap-product .product .item p:after
    {
        right: 10px;
    }
}
.wrap-product .product .item:hover
{
    border-color: #36c;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product-sort,
.wrap-product-show .product-sort
{
    padding: 20px 0 50px 0;

    box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
}
.wrap-product .product-sort .slick-product,
.wrap-product-show .product-sort .slick-product
{
    padding: 0 60px;
}
@media (max-width: 767px)
{
    .wrap-product .product-sort .slick-product,
    .wrap-product-show .product-sort .slick-product
    {
        padding: 0 30px;
    }
}
.wrap-product .product-sort .slick-product .item,
.wrap-product-show .product-sort .slick-product .item
{
    position: relative;

    display: block;

    margin: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product .product-sort .slick-product .item,
    .wrap-product-show .product-sort .slick-product .item
    {
        margin: 0 5px;
    }
}
.wrap-product .product-sort .slick-product .item .img-box,
.wrap-product-show .product-sort .slick-product .item .img-box
{
    padding-bottom: 102.63157895%;
}
.wrap-product .product-sort .slick-product .item .img-box img,
.wrap-product-show .product-sort .slick-product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product-sort .slick-product .item .note,
.wrap-product-show .product-sort .slick-product .item .note
{
    position: absolute;
    bottom: 0;

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

    color: #fff;
    background: -webkit-linear-gradient(transparent, #36c);
    background:         linear-gradient(transparent, #36c);
}
@media (max-width: 767px)
{
    .wrap-product .product-sort .slick-product .item .note,
    .wrap-product-show .product-sort .slick-product .item .note
    {
        padding: 30px 6px 10px 6px;
    }
}
.wrap-product .product-sort .slick-product .item .note b,
.wrap-product-show .product-sort .slick-product .item .note b
{
    line-height: 20px;

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

    height: 20px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product-sort .slick-product .item .note p,
.wrap-product-show .product-sort .slick-product .item .note p
{
    font-size: 12px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    color: #c5d1e8;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product-sort .slick-product .item:hover .img-box img,
.wrap-product-show .product-sort .slick-product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product-sort .slick-arrow,
.wrap-product-show .product-sort .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 20px;

    padding: 0;

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

    background: none;
}
@media (max-width: 767px)
{
    .wrap-product .product-sort .slick-arrow,
    .wrap-product-show .product-sort .slick-arrow
    {
        left: 5px;
    }
}
.wrap-product .product-sort .slick-arrow:before,
.wrap-product-show .product-sort .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    line-height: 50px;

    display: block;

    height: 50px;

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

    color: #c4c1c1;
}
.wrap-product .product-sort .slick-arrow.slick-next,
.wrap-product-show .product-sort .slick-arrow.slick-next
{
    right: 20px;
    left: auto;
}
@media (max-width: 767px)
{
    .wrap-product .product-sort .slick-arrow.slick-next,
    .wrap-product-show .product-sort .slick-arrow.slick-next
    {
        right: 5px;
    }
}
.wrap-product .product-sort .slick-arrow.slick-next:before,
.wrap-product-show .product-sort .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-product .product-sort .slick-arrow:hover:before,
.wrap-product-show .product-sort .slick-arrow:hover:before
{
    color: #36c;
}
.wrap-product .title-product,
.wrap-product-show .title-product
{
    position: relative;

    margin-top: 60px;
    padding-left: 16px;
}
.wrap-product .title-product:before,
.wrap-product-show .title-product:before
{
    position: absolute;
    top: 6px;
    /*top: 8px;*/
    left: 0;

    display: inline-block;

    width: 3px;
    height: 24px;
    /*height: 42px;*/

    content: '';

    background-color: #36c;
}
@media (max-width: 767px)
{
    .wrap-product .title-product:before,
    .wrap-product-show .title-product:before
    {
        top: 4px;
    }
}
.wrap-product .title-product b,
.wrap-product-show .title-product b
{
    font-size: 24px;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-product .title-product b,
    .wrap-product-show .title-product b
    {
        font-size: 20px;
    }
}
.wrap-product .title-product p,
.wrap-product-show .title-product p
{
    font-size: 12px;
    line-height: 1.66666667;

    margin: 0;

    color: #666;
}
.wrap-product-show .pro-show
{
    overflow: hidden;

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

    border: 1px solid #f8f7f7;
}
.wrap-product-show .pro-show .left
{
    float: left;

    width: 24%;

    border-right: 1px dashed #e5e5e5;
}
@media (max-width: 1350px)
{
    .wrap-product-show .pro-show .left
    {
        width: 30%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .left
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .pro-show .left
    {
        width: 100%;
    }
}
.wrap-product-show .pro-show .left .slick-product-show .item .img-box
{
    padding-bottom: 78.33333333%;
}
.wrap-product-show .pro-show .left .slick-dots
{
    position: absolute;
    bottom: 0;

    width: 100%;

    text-align: center;
}
.wrap-product-show .pro-show .left .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border: 1px solid #36c;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-product-show .pro-show .left .slick-dots li.slick-active
{
    background-color: #36c;
}
.wrap-product-show .pro-show .left .slick-dots li button
{
    display: none;
}
.wrap-product-show .pro-show .right
{
    float: left;

    width: 76%;
    padding: 0 30px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .pro-show .right
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .pro-show .right
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .pro-show .right
    {
        width: 100%;
        margin-top: 40px;
        padding: 0 15px;
    }
}
.wrap-product-show .pro-show .right .title-product-show h1
{
    font-size: 18px;
    font-weight: bold;

    margin: 0;
}
.wrap-product-show .pro-show .right .text
{
    margin-top: 30px;
}
.wrap-product-show .pro-show .right .text p
{
    line-height: 2.14285714;

    position: relative;

    margin: 0;
    padding-left: 16px;

    color: #888;
}
.wrap-product-show .pro-show .right .text p:before
{
    position: absolute;
    top: 12px;
    left: 0;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #36c;
}
.wrap-product-show .parameter
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter
    {
        margin-top: 50px;
    }
}
.wrap-product-show .parameter .title-parameter b
{
    font-size: 18px;

    display: block;
}
.wrap-product-show .parameter .text
{
    margin-top: 30px;
}
.wrap-product-show .parameter .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
}
.wrap-contact
{
    overflow: hidden;
}
.wrap-contact .contact-text
{
    margin-top: 30px;
}
.wrap-contact .contact-text ul
{
    font-size: 0;
}
.wrap-contact .contact-text ul li
{
    display: inline-block;

    width: 20%;

    vertical-align: top;

    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px dashed #e5e5e5;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-text ul li
    {
        width: 33.33333333%;
        margin-top: -1px;
    }
    .wrap-contact .contact-text ul li:nth-child(3)
    {
        border-right: 1px dashed #e5e5e5;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .contact-text ul li
    {
        width: 100%;

        border-right: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }
}
.wrap-contact .contact-text ul li:last-child
{
    border-right: 1px dashed #e5e5e5;
}
.wrap-contact .contact-text ul li .item
{
    padding: 50px 20px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact-text ul li .item
    {
        padding: 30px 15px;
    }
}
.wrap-contact .contact-text ul li .item:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 40px;

    content: '\e630';

    color: #36c;
}
.wrap-contact .contact-text ul li .item-tel:before
{
    font-size: 40px;

    content: '\e618';
}
.wrap-contact .contact-text ul li .item-fax:before
{
    content: '\ebaf';
}
.wrap-contact .contact-text ul li .item-email:before
{
    font-size: 28px;

    content: '\e632';
}
.wrap-contact .contact-text ul li .item-website:before
{
    content: '\e62a';
}
.wrap-contact .contact-text ul li .item b
{
    font-size: 18px;

    display: block;

    margin-top: 20px;
}
.wrap-contact .contact-text ul li .item p
{
    font-size: 14px;
    line-height: 1.42857143;

    margin: 10px 0 0 0;

    color: #666;
}
.wrap-contact .contact-text ul li .item a:hover
{
    text-decoration: underline;
}
.wrap-contact .contact-text ul li .item:hover
{
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);

    background-color: #dce3f2;
}
.wrap-contact .message
{
    position: relative;

    margin-top: 60px;
    padding-top: 50px;
}
.wrap-contact .message:before
{
    position: absolute;
    top: 0;
    left: -50%;

    display: block;

    width: 200%;

    content: '';

    border-top: 1px dashed #e5e5e5;
}
.wrap-contact .message .map
{
    height: 470px;
}
@media (max-width: 991px)
{
    .wrap-contact .message .map
    {
        height: 360px;
        margin-bottom: 30px;
    }
}
.wrap-contact .message b
{
    font-size: 16px;
    line-height: 1.875;

    display: block;
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    line-height: 30px;

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

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        margin-top: 10px;
        padding: 10px;
    }
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #999;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #999;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #999;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .send
{
    text-align: center;
}
.wrap-contact .message .submit
{
    font-weight: bold;
    line-height: 50px;

    display: block;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #36c;
}
.wrap-contact .message .submit:hover
{
    background-color: #3976f1;
}
.wrap-job .job .title-job
{
    font-size: 0;

    background-color: #36c;
}
.wrap-job .job .title-job p
{
    font-size: 14px;
    line-height: 26px;

    display: inline-block;

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

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-job .job .title-job p
    {
        font-size: 12px;
    }
}
.wrap-job .job ul li
{
    font-size: 0;

    border-bottom: 1px dashed #eee;
}
.wrap-job .job ul li .title-item
{
    cursor: pointer;
}
.wrap-job .job ul li .title-item p
{
    font-size: 14px;
    line-height: 36px;

    display: inline-block;

    width: 20%;
    padding: 15px 10px;

    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .title-item p
    {
        font-size: 13px;
        line-height: 26px;

        width: 22.5%;
    }
    .wrap-job .job ul li .title-item p:last-child
    {
        font-size: 12px;

        width: 10%;
        padding: 15px 0;
    }
}
.wrap-job .job ul li .title-item p span
{
    line-height: 36px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    background-color: #36c;
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .title-item p span
    {
        line-height: 26px;

        padding: 0;
    }
}
.wrap-job .job ul li .text
{
    font-size: 14px;

    display: none;

    padding: 24px 76px;

    background-color: #f5f5f5;
}
@media (max-width: 991px)
{
    .wrap-job .job ul li .text
    {
        padding: 20px 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job ul li .text
    {
        font-size: 12px;
    }
}
.wrap-job .job ul li .text b
{
    font-weight: normal;
    line-height: 2.14285714;

    display: block;

    margin: 0;

    color: #36c;
}
.wrap-job .job ul li .text p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
.wrap-job .job ul li.current,
.wrap-job .job ul li:hover
{
    color: #36c;
}
.wrap-job .jobtext
{
    margin-top: 60px;
    padding: 14px 90px;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .wrap-job .jobtext
    {
        padding: 14px 15px;
    }
}
.wrap-job .jobtext b
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    margin: 10px 0;
}
@media (max-width: 767px)
{
    .wrap-job .jobtext b
    {
        font-size: 18px;

        display: block;
    }
}
.wrap-job .jobtext p
{
    line-height: 40px;

    position: relative;

    display: inline-block;

    margin: 10px 0;
    margin-left: 4%;
    padding-left: 58px;
}
@media (max-width: 767px)
{
    .wrap-job .jobtext p
    {
        display: block;

        margin-left: 0;
    }
}
.wrap-job .jobtext p:before
{
    font-family: 'iconfont' !important;
    font-size: 40px;

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

    content: '\e62b';

    color: #36c;
}
.wrap-job .jobtext p.tel:before
{
    font-size: 34px;

    content: '\e62a';
}
.wrap-job .jobtext p a:hover
{
    text-decoration: underline;

    color: #36c;
}
.page
{
    margin-top: 60px;

    text-align: center;
}
@media (max-width: 991px)
{
    .page
    {
        margin-top: 50px;
    }
}
.page li
{
    display: inline-block;
}
.page li.active a,
.page li:hover a
{
    color: #fff;
    border-color: #36c;
    background-color: #36c;
}
.page li a
{
    line-height: 32px;

    display: block;

    width: 32px;
    height: 32px;
    margin: 0 4px;

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

    color: #666;
    border-radius: 4px;
    background: #fff;
}
.page li.omit:hover
{
    color: #666;
    border-color: #e5e5e5;
    background-color: #fff;
}
.page li.total
{
    width: auto;

    border: none;
}
.page li.total:hover
{
    color: #666;
    background: none;
}
.page li.prev a,
.page li.next a
{
    border: 1px solid #fff;
}
.page li.prev a:before,
.page li.next a:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page li.prev a:hover,
.page li.next a:hover
{
    color: #fff;
    border-color: #36c;
    background-color: #36c;
}
.page li.next a:before
{
    content: '\e827';
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.stuck
{
    position: fixed;
    z-index: 10;
    top: 0;

    width: 100%;
    height: 70px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.stuck .nav .nav-list1 .nav-list2
{
    top: 70px;
}
.stuck .logo
{
    height: 60px;
}
@media (max-width: 1199px)
{
    .stuck .logo
    {
        height: 50px;
    }
}
.stuck .logo a:after
{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.stuck .nav .nav-list1 > li > a
{
    line-height: 68px;
}
.stuck .find
{
    line-height: 70px;
}
.stuck .pc-search
{
    top: 20px;
}
.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;
}


.pic-mask > .img-box > img{
    border-radius: 50%;
    /*opacity:0.4;*/
}
