/**
 * style.less
 * 层叠样式表
 */
@font-face
{
    font-family: 'Tungsten';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Tungsten-Bold.eot');
    src: local('Tungsten Bold'), local('Tungsten-Bold'), url('../fonts/Tungsten-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tungsten-Bold.woff2') format('woff2'), url('../fonts/Tungsten-Bold.woff') format('woff'), url('../fonts/Tungsten-Bold.ttf') format('truetype'), url('../fonts/Tungsten-Bold.svg#Tungsten-Bold') format('svg');
    font-display: swap;
}
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: 'Microsoft YaHei', 'Heiti SC', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive .btn-search .icon-fangdajing:before
{
    content: '\e61b';
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@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;
    }
}
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;
}
.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;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.header
{
    position: fixed;
    z-index: 9;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
            flex-direction: row;

    width: 100%;
    height: 120px;
    padding: 20px 50px;

    -webkit-transition: all .4s;
            transition: all .4s;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
    -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;
}
@media (max-width: 1470px)
{
    .header
    {
        height: 80px;
        padding: 0 50px;
    }
}
@media (max-width: 1199px)
{
    .header
    {
        height: 60px;
        padding: 0 15px;
    }
}
.open-header .top {
    text-align: center;
}
.header .logo
{
    position: relative;
    z-index: 9;

    float: left;
    overflow: hidden;

    height: 50px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 20px;
    }
}
.header .logo .blue-logo
{
    display: none;
}
.header .logo p
{
    font-size: 16px;
    line-height: 32px;

    display: inline-block;
    float: left;

    margin: 15px 0 0 0;
    padding: 0 20px;

    -webkit-transition: all 1s;
            transition: all 1s;

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 20px;
}
@media (max-width: 991px)
{
    .header .logo p
    {
        display: none;
    }
}
.header .logo img
{
    display: block;
    float: left;

    height: 100%;
    margin-right: 24px;
}
.header .menu
{
    position: absolute;
    right: 0;
    left: 0;

    width: 117px;
    height: 24px;
    margin: auto;

    cursor: pointer;
    -webkit-transition: all 1s;
            transition: all 1s;

    background: url(../images/menu.png) no-repeat;
    background-size: cover;
}
@media (max-width: 767px)
{
    .header .menu
    {
        width: 88px;
        height: 18px;
    }
}
.header .right
{
    position: relative;

    float: right;
}
.header .right .open-search
{
    position: absolute;
    top: 50%;
    right: 50px;

    display: none;

    width: 200px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.header .right .open-search input
{
    line-height: 24px;

    width: 100%;
    padding: 10px;

    color: #fff;
    border: 1px solid #fff;
    outline: none;
    background: none;
}
.header .right .open-search .submit
{
    font-size: 30px;
    line-height: 34px;

    position: absolute;
    top: 0;
    right: 0;

    width: 40px;
    height: 44px;
    padding: 0;

    color: #fff;
    outline: none;
    background: none;
}
.header .right .open-search .submit .icon
{
    font-size: 18px;
    line-height: 44px;
}
.header .right .btn-search
{
    line-height: 80px;

    float: left;

    width: 30px;

    color: #fff;
}
.header .right .btn-search .icon
{
    font-size: 24px;

    cursor: pointer;
}
.header .right .language
{
    float: right;

    margin-left: 26px;
}
.header .right .language ul li
{
    display: inline-block;

    margin-top: 23px;
}
.header .right .language ul li a
{
    line-height: 34px;

    display: block;

    width: 34px;
    height: 34px;

    -webkit-transition: all 1s;
            transition: all 1s;
    text-align: center;

    border-radius: 50%;
    background-color: #fff;
}
.header-in
{
    position: fixed;
    top: 0;

    background-color: #fff;
}
.header.fixed-header
{
    height: 80px;
    padding: 0 50px;

    background-color: #333;
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        height: 60px;
        padding: 0 15px;
    }
}
.open-header
{
    position: fixed;
    z-index: 10;
    top: 0;

    overflow: hidden;

    width: 100%;
    padding: 30px 50px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(-102%);
        -ms-transform: translateY(-102%);
            transform: translateY(-102%);

    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
@media (max-width: 767px)
{
    .open-header
    {
        height: 100%;
        padding: 0 15px;
    }
}
.open-header .logo
{
    position: relative;
    z-index: 9;

    display: inline-block;
    overflow: hidden;

    height: 52px;
    margin-top: 9px;

    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
@media (max-width: 767px)
{
    .open-header .logo
    {
        height: 40px;
        margin-top: 15px;
    }
}
.open-header .logo p
{
    font-size: 16px;
    line-height: 32px;

    display: inline-block;
    float: left;

    margin: 15px 0 0 0;
    padding: 0 20px;

    color: #fdac11;
    border: 1px dashed #fdac11;
    border-radius: 20px;
}
@media (max-width: 991px)
{
    .open-header .logo p
    {
        display: none;
    }
}
.open-header .logo img
{
    display: block;
    float: left;

    height: 100%;
    margin-right: 24px;
}
.open-header .h-close
{
    line-height: 50px;

    position: absolute;
    z-index: 9;
    top: 20px;
    right: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;

    cursor: pointer;
}
@media (max-width: 767px)
{
    .open-header .h-close
    {
        top: 10px;
        right: 0;
    }
}
.open-header .h-close:after
{
    font-family: 'iconfont';
    font-size: 40px;

    content: '\e61b';

    color: #fdac11;
}
@media (max-width: 767px)
{
    .open-header .h-close:after
    {
        font-size: 30px;
    }
}
.open-header .nav
{
    clear: both;
}
@media (max-width: 767px)
{
    .open-header .nav
    {
        padding-top: 0;
    }
}
.open-header .nav .level-1
{
    overflow: hidden;
}
.open-header .nav .level-1 > li
{
    display: inline-block;

    width: 25%;
    margin-top: 20px;
    margin-right: -6px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .open-header .nav .level-1 > li
    {
        width: 33.33333%;
        margin-top: 10px;
    }
}
.open-header .nav .level-1 > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 10px 20px;

    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .open-header .nav .level-1 > li > a
    {
        border-top: none;
    }
}
.open-header .nav .level-1 > li > a:hover:after
{
    position: absolute;
    bottom: 0;

    display: block;

    width: 66px;
    height: 4px;

    content: '';

    background-color: #fdac11;
}
.open-header .nav .level-1 > li > ul.level-2
{
    overflow: hidden;

    padding: 30px 4px 40px;
}
@media (max-width: 1320px)
{
    .open-header .nav .level-1 > li > ul.level-2
    {
        padding: 30px 4px 10px;
    }
}
@media (max-width: 767px)
{
    .open-header .nav .level-1 > li > ul.level-2
    {
        padding: 10px 4px 10px;
    }
}
.open-header .nav .level-1 > li > ul.level-2 li
{
    position: relative;

    border-left: 1px solid #ddd;
}
.open-header .nav .level-1 > li > ul.level-2 li:before
{
    position: absolute;
    top: 18px;
    left: -4px;

    display: inline-block;

    width: 7px;
    height: 7px;

    content: '';

    border: 1px solid #bac5dd;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .open-header .nav .level-1 > li > ul.level-2 li:before
    {
        top: 10px;
    }
}
.open-header .nav .level-1 > li > ul.level-2 li:first-child:after
{
    position: absolute;
    top: 0;
    left: -1px;

    display: block;

    width: 1px;
    height: 18px;

    content: '';

    background-color: #fff;
}
.open-header .nav .level-1 > li > ul.level-2 li:last-child:after
{
    position: absolute;
    bottom: 0;
    left: -1px;

    display: block;

    width: 1px;
    height: 17px;

    content: '';

    background-color: #fff;
}
.open-header .nav .level-1 > li > ul.level-2 li a
{
    font-size: 16px;
    line-height: 22px;

    display: inline-block;

    margin-left: 10px;
    padding: 10px 14px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #999;
}
@media (max-width: 767px)
{
    .open-header .nav .level-1 > li > ul.level-2 li a
    {
        font-size: 14px;

        padding: 5px;
    }
}
.open-header .nav .level-1 > li > ul.level-2 li a:hover
{
    color: #fff;
    border-radius: 30px;
    background-color: #fdac11;
}
.open-header .h-bottom
{
    padding: 40px 0;

    border-top: 1px solid #ddd;
}
.open-header .h-bottom .tel
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .open-header .h-bottom .tel
    {
        display: none;
    }
}
.open-header .h-bottom .tel p
{
    line-height: 42px;

    margin: 0;

    -webkit-transition: all 1s;
            transition: all 1s;

    color: #fdac11;
}
.open-header .h-bottom .tel p:before
{
    display: inline-block;
    float: left;

    width: 19px;
    height: 24px;
    margin-top: 8px;
    margin-right: 14px;

    content: '';

    background: url(../images/tel2.png) no-repeat;
}
.open-header .h-bottom .language
{
    float: right;

    margin-left: 10px;
}
@media (max-width: 1199px)
{
    .open-header .h-bottom .language
    {
        display: none;
    }
}
.open-header .h-bottom .language ul
{
    padding: 2px 0;
}
.open-header .h-bottom .language ul li
{
    line-height: 38px;

    float: left;

    height: 38px;

    border: 1px solid #fdac11;
    border-radius: 30px 0 0 30px;
}
.open-header .h-bottom .language ul li a
{
    display: block;

    padding: 0 14px;

    color: #fdac11;
}
.open-header .h-bottom .language ul li:last-child
{
    border-left: none;
    border-radius: 0 30px 30px 0;
}
.open-header .h-bottom .language ul li:hover
{
    background-color: #fdac11;
}
.open-header .h-bottom .language ul li:hover a
{
    color: #fff;
}
.open-header .h-bottom .share
{
    position: relative;

    float: right;

    height: 42px;
    margin-left: 10px;
}
@media (max-width: 991px)
{
    .open-header .h-bottom .share
    {
        display: none;
    }
}
.open-header .h-bottom .share a
{
    line-height: 42px;

    position: relative;

    display: inline-block;

    width: 42px;
    height: 42px;
    margin: 0 5px;
    padding: 0;

    -webkit-transition: all .5s;
            transition: all .5s;
    vertical-align: top;

    color: #fff;
    border: none;
    background: none;
    background-color: #fdac11;
}
.open-header .h-bottom .share a:before
{
    font-family: 'iconfont';
    font-size: 24px;

    display: block;

    content: '\e62d';
    text-align: center;

    border-radius: 50%;
    background-color: none;
}
.open-header .h-bottom .share a:first-child
{
    padding-left: 0;
}
.open-header .h-bottom .share a:hover
{
    opacity: 1;
}
.open-header .h-bottom .share a:hover:before
{
    background-color: #ed9e07;
}
.open-header .h-bottom .share .bds_sqq:before
{
    content: '\e746';
}
.open-header .h-bottom .share .icon-weibo:before
{
    content: '\e632';
}
.open-header .h-bottom .share .icon-wechat:before
{
    content: '\e62c';
}
.open-header .h-bottom .share .bds_email:before
{
    content: '\e625';
}
.open-header .h-bottom .search
{
    position: relative;

    float: right;

    width: 190px;
    height: 38px;
    margin-top: 2px;
    margin-left: 15px;
}
@media (max-width: 767px)
{
    .open-header .h-bottom .search
    {
        width: 100%;
    }
}
.open-header .h-bottom .search input
{
    line-height: 38px;

    padding: 0 16px;

    border: 1px solid #8c9fc7;
    border-radius: 50px;
}
@media (max-width: 767px)
{
    .open-header .h-bottom .search input
    {
        width: 100%;
    }
}
.open-header .h-bottom .search .submit
{
    line-height: 36px;

    position: absolute;
    top: 0;
    right: 20px;

    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;

    outline: none;
    background: none;
}
.open-header .h-bottom .search .submit:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e60e';

    color: #fdac11;
}
.open-header .h-bottom .job
{
    float: right;

    margin-top: 2px;
    margin-left: 10px;
}
@media (max-width: 991px)
{
    .open-header .h-bottom .job
    {
        display: none;
    }
}
.open-header .h-bottom .job a
{
    font-size: 16px;
    line-height: 38px;

    display: inline-block;

    height: 38px;
    padding: 0 20px;

    color: #fff;
    border-radius: 30px;
    background-color: #fdac11;
}
.open-header .h-bottom .job a:before
{
    font-family: 'iconfont';
    font-size: 18px;

    margin-right: 10px;

    content: '\e6ae';
}
.open-header .h-bottom .job a:hover
{
    background-color: #25b7ff;
}
.open-header .h-bottom .link
{
    float: right;
}
@media (max-width: 767px)
{
    .open-header .h-bottom .link
    {
        display: none;
    }
}
.open-header .h-bottom .link ul li
{
    position: relative;

    display: inline-block;
}
.open-header .h-bottom .link ul li .erweima
{
    position: absolute;
    top: -200px;

    display: none;

    width: 176px;
    height: 176px;
    padding: 10px;

    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);

    border: 1px dashed #333;
    border-radius: 10px;
}
.open-header .h-bottom .link ul li .erweima:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 0;
    height: 0;
    margin: auto;

    content: '';

    border-top: 10px solid #fdac11;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.open-header .h-bottom .link ul li .erweima img
{
    width: 100%;

    border: 18px solid #fdac11;
    border-radius: 10px;
}
.open-header .h-bottom .link ul li:hover a
{
    border-color: #ed9e07;
}
.open-header .h-bottom .link ul li:hover a:before
{
    color: #ed9e07;
}
.open-header .h-bottom .link ul li:hover .erweima
{
    display: block;
}
.open-header .h-bottom .link ul li a
{
    line-height: 42px;

    display: inline-block;

    width: 42px;
    height: 42px;
    margin: 0 9px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border: 1px solid #fdac11;
    border-radius: 50%;
}
.open-header .h-bottom .link ul li a:before
{
    font-family: 'iconfont';
    font-size: 24px;

    content: '\e617';

    color: #fdac11;
}
.open-header .h-bottom .link ul li a:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    text-decoration: none;

    opacity: 1;
}
.open-header .h-bottom .link ul li.link-2 a:before
{
    font-size: 22px;
    line-height: 40px;

    content: '\e617';
}
.open-header .h-bottom .link ul li.link-3 a:before
{
    content: '\e604';
}
.open-header .video
{
    display: inline-block;
}
.open-header .video .iframe
{
    display: none;

    width: 100%;
}
.open-header .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

    opacity: .5;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;

    color: #fff;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin: 2px auto;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:before
{
    font-size: 20px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        text-decoration: none;

        background-color: #fdac11;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #fdac11;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;
    font-size: 24px !important;

    content: '\e65e';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e622';
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #fdac11;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.product > a:before
{
    content: '\e6cf';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.home > a:before
{
    font-weight: normal;

    content: '\e6c8';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
}
.banner img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner img
    {
        position: absolute;
        top: 50%;
        left: 50%;
    }
}
@media (max-width: 1199px)
{
    .banner img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner img
    {
        width: 110%;
        margin-left: -5%;
    }
}
.banner .slickbanner
{
    display: block;
}
@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 .item
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 6px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    opacity: .5;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    width: 20px;

    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    left: 5%;

    overflow: hidden;

    width: 60px;
    height: 60px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 5px;
    outline: none;
    background: none;
    background-color: rgba(0, 0, 0, .15);
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        line-height: 40px;

        left: 10%;

        width: 40px;
        height: 40px;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.banner .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner .slick-arrow:hover
{
    background-color: rgba(253, 172, 17, .8);
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    position: absolute;
    top: -webkit-calc(50% + 30px);
    top:         calc(50% + 30px);

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
.banner .text b
{
    font-size: 48px;
    line-height: 1;

    display: block;
}
@media (max-width: 1470px)
{
    .banner .text b
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner .text b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text b
    {
        font-size: 20px;
    }
}
.banner .text p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 24px 0 0 0;
}
@media (max-width: 1199px)
{
    .banner .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text p
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
.banner .text a.more
{
    font-size: 16px;
    line-height: 60px;

    display: inline-block;

    margin-top: 40px;
    padding: 0 60px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 30px;
    background-color: #fdac11;
}
@media (max-width: 1199px)
{
    .banner .text a.more
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .banner .text a.more
    {
        font-size: 12px;

        margin-top: 10px;
        padding: 0 30px;
    }
}
.banner .text a.more:hover
{
    background-color: #ed9e07;
}
.banner-in img
{
    display: block;
}
@media (min-width: 1200px)
{
    .banner-in img
    {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1199px)
{
    .banner-in img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 100%;
    }
}
.banner-in .text
{
    top: 50%;
}
@media (max-width: 991px)
{
    .banner-in .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .text
{
    top: 55%;
}
.banner .slick-current b,
.banner .slick-current a.more
{
    -webkit-animation: fadeInLeft 1s 0s ease both;
            animation: fadeInLeft 1s 0s ease both;
}
.banner .slick-current p
{
    -webkit-animation: fadeInRight 1s 0s ease both;
            animation: fadeInRight 1s 0s ease both;
}
.box
{
    overflow: hidden;

    padding: 90px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.fp-tableCell
{
    vertical-align: middle;
}
.section-product .fp-tableCell
{
    vertical-align: middle;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span
{
    background-color: #fdac11;
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-about
{
    overflow: hidden;

    padding: 80px 0;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-about
    {
        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-about .title
{
    text-align: center;

    color: #fff;
}
.box-about .title b
{
    font-size: 32px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .box-about .title b
    {
        font-size: 24px;
    }
}
.box-about .title p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.box-about .about
{
    display: table;
    overflow: hidden;

    width: 100%;
    margin-top: 40px;

    color: #fff;
}
@media (max-width: 1199px)
{
    .box-about .about
    {
        display: block;
    }
}
.box-about .about .text,
.box-about .about .video
{
    display: table-cell;

    width: 58%;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .box-about .about .text,
    .box-about .about .video
    {
        display: block;

        width: 100%;
    }
}
.box-about .about .text
{
    padding: 30px 20px;

    border: 2px solid #fff;
    border-right: none;
}
@media (max-width: 1199px)
{
    .box-about .about .text
    {
        padding: 30px 10px;

        border-right: 2px solid #fff;
        border-bottom: none;
    }
}
.box-about .about .text b
{
    font-size: 24px;
    line-height: 30px;

    display: block;
}
@media (max-width: 991px)
{
    .box-about .about .text b
    {
        font-size: 20px;
    }
}
.box-about .about .text p
{
    font-size: 14px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    margin: 20px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .box-about .about .text p
    {
        margin: 10px 0;
    }
}
.box-about .about .text a.more
{
    line-height: 50px;

    display: inline-block;

    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #fdac11;
}
.box-about .about .text a.more:hover
{
    background-color: #ed9e07;
}
.box-about .video
{
    position: relative;

    overflow: hidden;

    width: 42%;

    background-color: #000;
}
@media (max-width: 1199px)
{
    .box-about .video
    {
        width: 100%;
    }
}
.box-about .video img
{
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: .8;
}
@media (max-width: 1199px)
{
    .box-about .video img
    {
        width: 100%;
    }
}
.box-about .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}
.box-about .video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.box-about .video .play
{
    font-size: 60px;
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: inline-block;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: 1;
    color: #fff;
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        font-size: 40px;
    }
}
.box-about .video .play:after
{
    font-family: 'iconfont' !important;

    content: '\e679';
}
.box-about .video:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-about .video:hover .play
{
    opacity: .8;
}
.box-about-list
{
    overflow: hidden;

    background-color: #fff;
}
.box-about-list ul
{
    font-size: 0;
}
.box-about-list ul li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;

    vertical-align: top;

    border-right: 1px solid #e7e5e5;
}
@media (max-width: 767px)
{
    .box-about-list ul li
    {
        width: 50%;
    }
}
.box-about-list .item
{
    display: block;

    padding: 60px 10px;

    text-align: center;

    color: inherit;
}
@media (max-width: 767px)
{
    .box-about-list .item
    {
        padding: 30px 10px;
    }
}
.box-about-list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 36px;
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto;

    content: '\e633';
    text-align: center;

    color: #fdac11;
    border-radius: 50%;
    background-color: #f2f2f2;
}
.box-about-list .item-culture:before
{
    content: '\e6a8';
}
.box-about-list .item-idea:before
{
    content: '\e62e';
}
.box-about-list .item-honor:before
{
    content: '\e63c';
}
.box-about-list .item b
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    margin-top: 10px;
}
.box-about-list .item p
{
    font-size: 16px;
    line-height: 24px;

    margin: 4px 0 0 0;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 767px)
{
    .box-about-list .item p
    {
        font-size: 12px;
    }
}
.box-about-list .item:hover:before
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.box-product
{
    position: relative;

    overflow: hidden;
}
.box-product .pic img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .box-product .pic img
    {
        width: 200%;
        margin-left: -50%;
    }
}
.box-product .product-sort
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
@media (max-width: 767px)
{
    .box-product .product-sort
    {
        height: 33.33%;
    }
}
.box-product .product-sort > ul
{
    font-size: 0;

    height: 100%;
}
.box-product .product-sort > ul > li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 33.33%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    border-right: 1px solid rgba(255, 255, 255, .2);
}
@media (min-width: 1200px)
{
    .box-product .product-sort > ul > li:hover
    {
        background-color: rgba(253, 172, 17, .7);
    }
    .box-product .product-sort > ul > li:hover .item
    {
        bottom: 50%;

        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%);
    }
    .box-product .product-sort > ul > li:hover .item .text
    {
        max-height: 180px;
    }
    .box-product .product-sort > ul > li:hover .item .more
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .box-product .product-sort > ul > li
    {
        width: 100%;

        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}
.box-product .product-sort .item
{
    position: absolute;
    bottom: 0;

    width: 100%;
    padding: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-product .product-sort .item
    {
        padding: 15px;
    }
}
.box-product .product-sort .item .title-item h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 1199px)
{
    .box-product .product-sort .item .title-item h2
    {
        font-size: 26px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-sort .item .title-item h2
    {
        font-size: 22px;
    }
}
.box-product .product-sort .item .title-item h2:after
{
    display: block;

    width: 60px;
    height: 1px;
    margin-top: 10px;

    content: '';

    background-color: #fff;
}
.box-product .product-sort .item .title-item h3
{
    font-family: 'Tungsten';
    font-size: 48px;
    line-height: 1.2;

    margin: 0;

    opacity: .3;
}
@media (max-width: 1199px)
{
    .box-product .product-sort .item .title-item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-sort .item .title-item h3
    {
        font-size: 24px;
    }
}
.box-product .product-sort .item .text
{
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 0;
    margin-top: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.box-product .product-sort .item .text p
{
    margin: 0;
}
.box-product .product-sort .item .more
{
    display: none;

    margin-top: 20px;
}
.box-product .product-sort .item .more span
{
    line-height: 48px;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border: 1px solid #fff;
}
.box-product .product-sort .item .more span:hover
{
    color: #fdac11;
    background-color: rgba(255, 255, 255, .8);
}
.box-news
{
    overflow: hidden;

    padding: 0;

    background: url(../images/news_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-news
    {
        background: url(../images/news_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-news .news-left
{
    float: left;

    width: 25%;
    padding: 200px 2%;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-news .news-left
    {
        display: block;

        width: 100%;
        padding: 60px 15px;
    }
}
.box-news .news-left .title
{
    text-align: left;

    color: #fff;
}
.box-news .news-left .title:after
{
    display: block;

    width: 56px;
    height: 3px;
    margin-top: 10px;

    content: '';

    background-color: #333;
}
.box-news .news-left .title b
{
    font-family: 'Tungsten';
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    display: block;

    text-transform: uppercase;

    color: #fdac11;
}
@media (max-width: 1470px)
{
    .box-news .news-left .title b
    {
        font-size: 40px;
    }
}
@media (max-width: 767px)
{
    .box-news .news-left .title b
    {
        font-size: 30px;
    }
}
.box-news .news-left .title p
{
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;

    margin: 0;

    color: #333;
}
@media (max-width: 1470px)
{
    .box-news .news-left .title p
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .box-news .news-left .title p
    {
        font-size: 22px;
    }
}
.box-news .news-left .news-sort
{
    margin-top: 30px;

    text-align: left;
}
.box-news .news-left .news-sort ul
{
    display: inline-block;

    border-radius: 30px;
    background: #fff;
}
.box-news .news-left .news-sort ul li
{
    display: inline-block;
}
.box-news .news-left .news-sort ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .box-news .news-left .news-sort ul li a
    {
        font-size: 15px;
    }
}
.box-news .news-left .news-sort ul li:hover a
{
    color: #fff;
    background-color: #fdac11;
}
.box-news .news-right
{
    float: right;

    width: 75%;
}
@media (max-width: 991px)
{
    .box-news .news-right
    {
        display: block;

        width: 100%;
    }
}
.box-news .news-right .slick-news
{
    font-size: 0;

    padding-right: 15%;
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news
    {
        padding: 0;
    }
}
.box-news .news-right .slick-news .item
{
    position: relative;

    display: block;

    height: 100vh;

    text-align: center;

    color: inherit;
    border-right: 1px solid #e5e5e5;
    background: #f8f7f7;
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news .item
    {
        height: auto;
        padding: 20px 0 0 0;
    }
}
.box-news .news-right .slick-news .item .text
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news .item .text
    {
        position: relative;
        top: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.box-news .news-right .slick-news .item span.date
{
    font-family: 'Tungsten';
    font-size: 36px;
    line-height: 1.4;

    position: relative;

    display: block;

    border-bottom: 1px solid #e5e5e5;
}
.box-news .news-right .slick-news .item span.date:after
{
    display: block;

    width: 40px;
    height: 2px;
    margin: 0 auto;

    content: '';

    background-color: #e5e5e5;
}
.box-news .news-right .slick-news .item .desc
{
    padding: 20px 40px;
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news .item .desc
    {
        padding: 20px 14px;
    }
}
.box-news .news-right .slick-news .item .desc b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;
}
.box-news .news-right .slick-news .item .desc p
{
    font-size: 14px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 108px;
    margin: 10px 0 0 0;

    text-align: left;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news .item .desc p
    {
        line-height: 24px;

        height: 72px;
    }
}
.box-news .news-right .slick-news .item .mask
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);

    opacity: 0;
    color: #fff;
    background-color: #fdac11;
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news .item .mask
    {
        position: relative;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);

        opacity: 1;
    }
}
.box-news .news-right .slick-news .item .mask .pic
{
    overflow: hidden;

    height: 50%;
}
.box-news .news-right .slick-news .item .mask .pic .img-box
{
    padding-bottom: 104.76190476%;
}
.box-news .news-right .slick-news .item .mask .note
{
    height: 50%;
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-news .item .mask .note
    {
        display: none;
    }
}
.box-news .news-right .slick-news .item .mask .note span.date
{
    border-bottom: none;
}
.box-news .news-right .slick-news .item .mask .note span.more
{
    display: block;

    margin-top: 40px;
}
.box-news .news-right .slick-news .item .mask .note span.more:before
{
    font-family: 'iconfont' !important;
    font-size: 70px;
    line-height: 1;

    z-index: 2;

    content: '\e628';
    text-align: center;

    color: #fff;
}
.box-news .news-right .slick-news .item .mask .note p
{
    color: #fff;
}
.box-news .news-right .slick-news .item:hover .text
{
    opacity: 0;
}
.box-news .news-right .slick-news .item:hover .mask
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}
.box-news .news-right .slick-arrow
{
    line-height: 50px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 50%;
    right: 10%;

    overflow: hidden;

    width: 50px;
    height: 50px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 50%;
    outline: none;
    background: none;
    background-color: #333;
}
@media (max-width: 1470px)
{
    .box-news .news-right .slick-arrow
    {
        right: 8%;
    }
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-arrow
    {
        line-height: 40px;

        top: 10%;
        left: 2%;

        width: 40px;
        height: 40px;
    }
}
.box-news .news-right .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e601';
}
.box-news .news-right .slick-arrow.slick-next
{
    right: 5%;
    left: auto;
}
@media (max-width: 1470px)
{
    .box-news .news-right .slick-arrow.slick-next
    {
        right: 2%;
    }
}
@media (max-width: 767px)
{
    .box-news .news-right .slick-arrow.slick-next
    {
        right: 2%;
    }
}
.box-news .news-right .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.box-news .news-right .slick-arrow:hover
{
    background-color: rgba(253, 172, 17, .8);
}
.box-case
{
    position: relative;

    overflow: hidden;

    background: url(../images/case_bg.jpg) no-repeat top right;
}
.box-case .case-sort
{
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;

    width: 34%;
    padding: 40px 0;

    background-color: #fdac11;
}
@media (max-width: 767px)
{
    .box-case .case-sort
    {
        position: relative;

        width: 100%;
        padding: 10px 0;
    }
}
.box-case .case-sort ul li
{
    display: inline-block;

    margin-left: 30px;

    vertical-align: top;
}
.box-case .case-sort ul li a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;

    display: block;

    padding: 0 30px;

    color: #fff;
}
.box-case .case-sort ul li.active a
{
    background-color: #ed9d05;
}
.box-case .case
{
    font-size: 0;

    position: relative;
    z-index: 1;
}
.box-case .case .pic,
.box-case .case .text
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-case .case .pic
{
    position: relative;

    overflow: hidden;

    width: 66%;
}
@media (max-width: 767px)
{
    .box-case .case .pic
    {
        width: 100%;
    }
}
.box-case .case .pic img
{
    width: 100%;
}
.box-case .case .text
{
    width: 33%;
    padding: 0 12% 0 60px;
}
@media (max-width: 1470px)
{
    .box-case .case .text
    {
        padding: 0 6% 0 30px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .text
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.box-case .case .text .title-case b
{
    font-size: 48px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1350px)
{
    .box-case .case .text .title-case b
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .text .title-case b
    {
        font-size: 24px;
    }
}
.box-case .case .text .title
{
    margin-top: 70px;
}
@media (max-width: 1470px)
{
    .box-case .case .text .title
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .text .title
    {
        margin-top: 20px;
    }
}
.box-case .case .text .title b
{
    font-size: 40px;
    line-height: 1;

    display: block;
}
@media (max-width: 1350px)
{
    .box-case .case .text .title b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-case .case .text .title b
    {
        font-size: 20px;
    }
}
.box-case .case .text .note
{
    margin-top: 20px;
}
.box-case .case .text .note p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-case .case .text .note p
    {
        line-height: 2;
    }
}
.box-case .case .text .link a
{
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    color: #fff;
    background-color: #323232;
}
@media (max-width: 767px)
{
    .box-case .case .text .link a
    {
        font-size: 14px;
        line-height: 38px;
    }
}
.box-case .case .text .link a:first-child
{
    background-color: #fdac11;
}
.box-case .case .text .link a:hover
{
    background-color: #ed9e07;
}
.box-case .slick-dots
{
    display: none !important;
}
.box-case .btn-case
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    width: 200px;
    height: 130px;
    padding: 0 10px;

    color: #fff;
    background-color: rgba(253, 172, 17, .7);
}
@media (max-width: 767px)
{
    .box-case .btn-case
    {
        width: 150px;
        height: 90px;
    }
}
.box-case .btn-case .prev,
.box-case .btn-case .next
{
    font-family: 'Tungsten';

    display: inline-block;

    padding: 0 10px;

    vertical-align: bottom;
}
.box-case .btn-case .prev
{
    font-size: 64px;

    position: relative;
}
.box-case .btn-case .prev:after
{
    position: absolute;
    top: 20px;
    right: -10px;

    display: inline-block;

    width: 1px;
    height: 60px;

    content: '';
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);

    background-color: #fff;
}
.box-case .btn-case .next
{
    font-size: 36px;
}
.box-case .slick-arrow
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    z-index: 9;
    right: -webkit-calc(43% + 80px);
    right:         calc(43% + 80px);
    bottom: 10px;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fdac11;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .box-case .slick-arrow
    {
        right: 50px;

        color: #fff;
        background-color: #fdac11;
    }
}
.box-case .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.box-case .slick-arrow.slick-next
{
    right: -webkit-calc(43% + 30px);
    right:         calc(43% + 30px);
}
@media (max-width: 767px)
{
    .box-case .slick-arrow.slick-next
    {
        right: 0;
    }
}
.box-case .slick-arrow.slick-next:before
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.box-case .slick-arrow:hover
{
    color: #fff;
    background-color: #333;
}
.box-contact
{
    background: url(../images/contact_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-contact .text
{
    text-align: center;

    color: #fff;
}
.box-contact .text b
{
    font-size: 32px;
    line-height: 1.4;

    display: block;
}
@media (max-width: 767px)
{
    .box-contact .text b
    {
        font-size: 24px;
    }
}
.box-contact .text p
{
    line-height: 24px;

    margin: 0;
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    color: #666;
    border-top: 4px solid #f4f2f2;
    background: #fff;
}
.footer-in
{
    background-color: #f4f2f2;
}
.footer .foot
{
    position: relative;
    z-index: 2;

    padding: 60px;
}
@media (max-width: 1470px)
{
    .footer .foot
    {
        padding: 40px 30px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot > ul
{  
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    flex-shrink: 1;
}
.footer .foot > ul:after
{
    display: inline-block;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;

    content: '';
}
@media (max-width: 1199px)
{
    .footer .foot > ul:after
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul
    {
        display: block;
        overflow: hidden;

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        vertical-align: top;
        word-break: break-all;
    }
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li
    {
        display: inline-block;

        width: 25%;
        margin-right: -4px;
        padding: 0 15px;

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        width: 100%;
    }
}
.footer .foot > ul > li h3
{
    font-size: 14px;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 0;
}
@media (min-width: 992px)
{
    .footer .foot > ul > li h3:after
    {
        display: block;

        width: 20px;
        height: 1px;
        margin-top: 30px;

        content: '';

        background-color: #333;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li h3
    {
        font-size: 16px;
    }
    .footer .foot > ul > li h3:after
    {
        font-family: 'iconfont' !important;
        font-size: 14px;

        float: right;

        content: '\e628';
    }
    .footer .foot > ul > li h3:before
    {
        display: none;
    }
}
.footer .foot > ul > li .item
{
    font-size: 14px;

    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot > ul > li .item
    {
        margin-top: 14px;
    }
}
.footer .foot > ul > li .item-1 a
{
    line-height: 36px;

    display: block;
}
.footer .foot > ul > li .item-1 a:hover
{
    text-decoration: underline;

    color: #fdac11;
}
.footer .foot > ul > li .item-2 .note,
.footer .foot > ul > li .item-2 .pic
{
    display: inline-block;

    vertical-align: top;
}
.footer .foot > ul > li .item-2 .note
{
    padding-right: 60px;
}
.footer .foot > ul > li .item-2 .note p
{
    line-height: 1.71428571;
}
.footer .foot > ul > li .item-2 .pic
{
    text-align: center;
}
.footer .foot > ul > li .item-2 .pic img
{
    overflow: hidden;

    max-width: 120px;

    border: 3px solid #e1e0e0;
    border-radius: 4px;
}
.footer .foot > ul > li .item-2 .pic p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
.footer .foot > ul > li .item-3
{
    width: 370px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .item-3
    {
        width: 100%;
    }
}
.footer .foot > ul > li .item-3 form
{
    position: relative;

    width: 100%;
}
.footer .foot > ul > li .item-3 form ul
{
    overflow: hidden;

    margin: 0 -10px;
}
.footer .foot > ul > li .item-3 form ul li
{
    float: left;

    width: 100%;
    padding: 0 10px;
}
.footer .foot > ul > li .item-3 form ul li:nth-child(1),
.footer .foot > ul > li .item-3 form ul li:nth-child(2)
{
    width: 50%;
}
.footer .foot > ul > li .item-3 form input,
.footer .foot > ul > li .item-3 form textarea
{
    line-height: 24px;

    width: 100%;
    margin-top: 10px;
    padding: 8px 10px;

    resize: vertical;

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
    background: none;
    background-color: #fff;
}
.footer .foot > ul > li .item-3 form input::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 form textarea::-webkit-input-placeholder
{
    color: #8a8a8a;
}
.footer .foot > ul > li .item-3 form input:-o-placeholder,
.footer .foot > ul > li .item-3 form textarea:-o-placeholder
{
    color: #8a8a8a;
}
.footer .foot > ul > li .item-3 form input::-moz-placeholder,
.footer .foot > ul > li .item-3 form textarea::-moz-placeholder
{
    color: #8a8a8a;
}
.footer .foot > ul > li .item-3 form input:-ms-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:-ms-input-placeholder
{
    color: #8a8a8a;
}
.footer .foot > ul > li .item-3 form input:focus::-webkit-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form input:focus::-o-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form input:focus::-moz-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form input:focus::-ms-input-placeholder,
.footer .foot > ul > li .item-3 form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot > ul > li .item-3 form .submit
{
    font-size: 14px;
    line-height: 40px;

    height: 40px;
    margin-top: 10px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #fdac11;
}
.footer .foot > ul > li .item-3 form .submit:hover
{
    background-color: #ed9e07;
}
.footer .foot > ul > li .info-down
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .footer .foot > ul > li .info-down
    {
        display: none;

        padding-bottom: 10px;
    }
}
.footer .foot > ul > li .info-down img
{
    max-width: 100%;
}
.footer .foot > ul > li.current .title-foot h3:after
{
    content: '\e623';
}
.footer .copyright
{
    font-size: 14px;
    font-size: 0;

    padding: 80px 60px;

    color: #fff;
    background: url(../images/copyright_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 1470px)
{
    .footer .copyright
    {
        padding: 50px 30px;
    }
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 15px;
    }
}
.footer .copyright .copyright-left,
.footer .copyright .copyright-right
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .copyright .copyright-left,
    .footer .copyright .copyright-right
    {
        width: 100%;
    }
}
.footer .copyright p
{
    line-height: 36px;

    display: inline-block;

    margin: 0;

    vertical-align: top;
}
.footer .copyright p a
{
    display: block;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright .share
{
    display: inline-block;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .copyright .share
    {
        margin-top: 10px;
    }
}
.footer .copyright .share a
{
    position: relative;

    display: inline-block;

    padding: 0 6px;

    vertical-align: top;
}
.footer .copyright .share a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 44px;

    display: block;

    width: 44px;
    height: 44px;

    content: '\e746';
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fdac11;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .footer .copyright .share a:before
    {
        font-size: 20px;
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.footer .copyright .share a img
{
    position: absolute;
    top: 100%;
    left: -10px;

    width: 80px;

    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
}
.footer .copyright .share a.wechat:before
{
    content: '\e62c';
}
.footer .copyright .share a.wechat:hover img
{
    opacity: 1;
}
.footer .copyright .share a.weibo:before
{
    font-size: 36px;

    content: '\e62f';
}
@media (max-width: 767px)
{
    .footer .copyright .share a.weibo:before
    {
        font-size: 26px;
    }
}
.footer .copyright .share a:hover:before
{
    color: #fff;
    background-color: #fdac11;
}
.footer .copyright .copyright-right
{
    text-align: right;
}
@media (max-width: 767px)
{
    .footer .copyright .copyright-right
    {
        margin: 0 -6px;
        margin-top: 10px;

        text-align: left;
    }
}
.footer .copyright .copyright-right a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 14px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .copyright .copyright-right a
    {
        padding: 0 6px;
    }
}
.footer .copyright .copyright-right a:hover
{
    text-decoration: underline;
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 50px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 36px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.wrap-location
{
    padding: 20px 0;

    border-bottom: 1px solid #d7dbdb;
}
.wrap-location .location ul li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-location .location ul li:after
{
    content: '/';
}
.wrap-location .location ul li:last-child:after
{
    display: none;
}
.wrap-location .location ul li a
{
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;

    display: inline-block;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 767px)
{
    .wrap-location .location ul li a
    {
        line-height: 20px;
    }
}
.wrap-location .location ul li a:hover
{
    color: #fdac11;
}
.wrap-left
{
    position: relative;

    display: inline-block;

    width: 24%;
    margin-top: 10px;
    margin-right: -4px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
    }
}
.wrap-left .sidenav
{
    position: relative;
    z-index: 2;

    margin-top: 30px;
}
.wrap-left .sidenav ul
{
    margin: 0;
    padding: 0;
}
.wrap-left .sidenav ul li
{
    display: block;

    list-style: none;
}
.wrap-left .sidenav ul.side-level1 > li
{
    margin-bottom: 20px;

    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li
    {
        margin-bottom: 10px;
    }
}
.wrap-left .sidenav ul.side-level1 > li > a
{
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;

    position: relative;

    display: block;

    padding: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        padding: 10px 20px;
    }
}
.wrap-left .sidenav ul.side-level1 > li:hover > a,
.wrap-left .sidenav ul.side-level1 > li.active > a
{
    text-decoration: none;

    color: #fdac11;
}
.wrap-left .sidenav ul.side-level1 > li.active ul.side-level2
{
    display: block;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2
{
    display: none;

    padding: 0 20px 20px 20px;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li
{
    margin-top: 12px;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li:first-child
{
    margin: 0;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li > a
{
    font-size: 18px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 6px 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #666;
    border-radius: 30px;
    background-color: #f6f6f6;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li > a
    {
        font-size: 16px;
    }
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li > a:before
{
    position: absolute;
    top: 18px;
    left: 10px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #f6f6f6;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li.active > a,
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li:hover > a
{
    text-decoration: none;

    color: #fff;
    background-color: #fdac11;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li.active > a:before,
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li:hover > a:before
{
    background-color: #fff;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li.active ul.side-level3
{
    display: block;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3
{
    display: none;

    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3
    {
        padding: 10px 0;
    }
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li
    {
        display: inline-block;
    }
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li a
{
    font-size: 16px;
    line-height: 28px;

    position: relative;

    display: block;

    padding: 6px 20px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li a
    {
        font-size: 14px;

        padding: 0 10px;
    }
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 0;
    height: 6px;

    content: '';
    -webkit-transition: all .6s;
            transition: all .6s;

    background-color: rgba(253, 172, 17, .1);
}
@media (max-width: 991px)
{
    .wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li a:before
    {
        display: none;
    }
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li.active a,
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li:hover a
{
    text-decoration: none;

    color: #fdac11;
}
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li.active a:before,
.wrap-left .sidenav ul.side-level1 > li ul.side-level2 > li ul.side-level3 > li:hover a:before
{
    width: 100%;
}
.wrap-right
{
    display: inline-block;

    width: 76%;
    margin-right: -4px;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inside-nav
{
    position: relative;

    overflow: hidden;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    background-color: #f3f3f2;
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        margin: 0 -15px;
    }
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    font-size: 0;

    position: relative;

    display: inline-block;

    margin: 0;
    padding: 0;

    white-space: nowrap;
}
.inside-nav ul li
{
    display: inline-block;
}
.inside-nav ul li a
{
    font-size: 18px;
    font-weight: normal;
    line-height: 66px;

    position: relative;

    display: inline-block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        padding: 0 15px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #fff;
    background-color: #fdac11;
}
.wrap-about
{
    position: relative;

    padding-bottom: 0;
}
.wrap-about .about-text
{
    position: absolute;
    top: 180px;
    left: -100px;
}
@media (max-width: 991px)
{
    .wrap-about .about-text
    {
        display: none;
    }
}
.wrap-about .about-text b
{
    font-family: Arial;
    font-size: 60px;
    font-weight: 900;

    display: block;

    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    text-transform: uppercase;

    color: #eee;
}
.wrap-about .about
{
    position: relative;
    z-index: 2;

    overflow: hidden;
}
.wrap-about .about-2
{
    overflow: hidden;

    background-color: #f5f5f4;
}
.wrap-about .text
{
    margin-top: 40px;
    padding: 0 5%;
}
@media (max-width: 1470px)
{
    .wrap-about .text
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .text
    {
        margin: 0;
        padding: 30px 15px;
    }
}
.wrap-about .text h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .text h4
    {
        font-size: 16px;
    }
}
.wrap-about .text p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .wrap-about .text p
    {
        line-height: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .text p
    {
        line-height: 26px;
    }
}
.wrap-about img
{
    width: 100%;
}
.wrap-about .title-about
{
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-about .title-about
    {
        padding: 0 15px;
    }
}
.wrap-about .title-about:after
{
    display: block;

    width: 90px;
    height: 3px;
    margin-top: 10px;

    content: '';

    background-color: #fdac11;
}
.wrap-about .title-about b
{
    font-size: 24px;

    display: block;
}
.wrap-about .about-left
{
    float: left;

    width: 58%;
}
@media (max-width: 991px)
{
    .wrap-about .about-left
    {
        width: 100%;
        padding: 0;
    }
}
.wrap-about .about-right
{
    float: left;
    overflow: hidden;

    width: 42%;
}
@media (max-width: 991px)
{
    .wrap-about .about-right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-culture
{
    clear: both;

    padding-bottom: 0;
}
.wrap-culture .culture
{
    position: relative;

    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-culture .culture
    {
        margin-top: 20px;
    }
}
.wrap-culture .culture img
{
    width: 100%;
}
.wrap-culture .culture-sort
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-culture .culture-sort > ul
{
    font-size: 0;

    height: 100%;
}
.wrap-culture .culture-sort > ul > li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 25%;
    height: 100%;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    background-color: rgba(0, 0, 0, .2);
}
.wrap-culture .culture-sort > ul > li:hover
{
    background-color: rgba(253, 172, 17, .2);
}
.wrap-culture .culture-sort > ul > li:hover .item .text
{
    max-height: 144px;
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sort > ul > li:hover .item .text
    {
        max-height: 96px;
    }
}
.wrap-culture .culture-sort > ul > li:hover .item .more
{
    display: block;
}
.wrap-culture .culture-sort .item
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-sort .item
    {
        padding: 20px 10px;
    }
}
.wrap-culture .culture-sort .item .title-item
{
    text-align: center;
}
.wrap-culture .culture-sort .item .title-item h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-sort .item .title-item h2
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sort .item .title-item h2
    {
        font-size: 18px;
    }
}
.wrap-culture .culture-sort .item .text
{
    font-size: 18px;
    line-height: 36px;

    display: -webkit-box;
    display: inline-block;
    overflow: hidden;

    max-height: 0;
    margin-top: 30px;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: left;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media (max-width: 991px)
{
    .wrap-culture .culture-sort .item .text
    {
        margin-top: 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-culture .culture-sort .item .text
    {
        font-size: 14px;
        line-height: 24px;

        margin: 0;
    }
}
.wrap-culture .culture-sort .item .text p
{
    margin: 0;
}
.wrap-honor
{
    padding-bottom: 0;
}
.wrap-honor .honor .item
{
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 0 40px;

    background-color: #eee;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .item
    {
        margin-top: 20px;
    }
}
.wrap-honor .honor .item .img-box
{
    padding-bottom: 136.66666667%;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.wrap-honor .honor .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .honor .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-team .team .item
{
    display: block;

    margin-top: 30px;

    color: inherit;
}
.wrap-team .team .item .img-box
{
    padding-bottom: 64.47368421%;
}
.wrap-team .team .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-team .team .item .note
{
    margin-top: 16px;
}
.wrap-team .team .item .note p
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-team .team .item .note p
    {
        font-size: 14px;
    }
}
.wrap-team .team .item .note span.date
{
    font-style: italic;
    line-height: 30px;

    display: inline-block;
    float: right;

    color: #cecdcd;
}
.wrap-team .team .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .wrap-case .case
    {
        margin-top: -14px;
    }
}
.wrap-case .case .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-case .case .item
    {
        margin-top: 14px;
    }
}
.wrap-case .case .item .pic
{
    padding: 20px;

    background-color: #f3f3f2;
}
@media (max-width: 1199px)
{
    .wrap-case .case .item .pic
    {
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-case .case .item .pic
    {
        padding: 5px;
    }
}
.wrap-case .case .item .pic .img-box
{
    padding-bottom: 62.72727273%;
}
.wrap-case .case .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 14px;
    margin-bottom: 0;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case .case .item h3
    {
        font-size: 16px;
    }
}
.wrap-case .case .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover h3
{
    color: #fdac11;
}
.wrap-case-show
{
    padding-right: 4%;
    padding-left: 4%;
}
.wrap-case-show .title-case-show h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .title-case-show h1
    {
        font-size: 24px;
    }
}
.wrap-case-show .case-show
{
    overflow: hidden;

    margin-top: 24px;
}
.wrap-case-show .case-show .case-left
{
    float: left;

    width: 70%;
    padding-right: 4%;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-case-show .case-show .case-slide
{
    padding: 48px;

    background-color: #f3f3f2;
}
@media (max-width: 1199px)
{
    .wrap-case-show .case-show .case-slide
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-slide
    {
        padding: 10px;
    }
}
.wrap-case-show .case-show .case-slide .item .img-box
{
    padding-bottom: 62.72727273%;
}
.wrap-case-show .case-show .case-slide .slick-arrow
{
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 48px;

    width: 60px;
    height: 60px;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 1199px)
{
    .wrap-case-show .case-show .case-slide .slick-arrow
    {
        font-size: 24px;
        line-height: 40px;

        left: 20px;

        width: 40px;
        height: 40px;
    }
}
.wrap-case-show .case-show .case-slide .slick-arrow:before
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.wrap-case-show .case-show .case-slide .slick-arrow.slick-next
{
    right: 48px;
    left: auto;
}
@media (max-width: 1199px)
{
    .wrap-case-show .case-show .case-slide .slick-arrow.slick-next
    {
        right: 20px;
    }
}
.wrap-case-show .case-show .case-slide .slick-arrow.slick-next:before
{
    content: '\e827';
}
.wrap-case-show .case-show .case-slide .slick-arrow:hover
{
    background-color: rgba(253, 172, 17, .6);
}
.wrap-case-show .case-show .case-details
{
    margin-top: 30px;
}
.wrap-case-show .case-show .case-details .title-details h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .case-details .title-details h3
    {
        font-size: 20px;
    }
}
.wrap-case-show .case-show .case-details .txt
{
    margin-top: 10px;
}
.wrap-case-show .case-show .case-details .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .case-details .txt p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-details .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-case-show .case-show .case-details .txt h4
{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .case-details .txt h4
    {
        font-size: 18px;
    }
}
.wrap-case-show .case-show .case-right
{
    float: right;

    width: 30%;
    padding-left: 4%;

    border-left: 1px solid #dfdfdd;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;

        border: none;
    }
}
.wrap-case-show .case-show .case-right .title-case h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-right .title-case h2
    {
        font-size: 20px;
    }
}
.wrap-case-show .case-show .case-right .case-list .item
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-right .case-list .item
    {
        margin-top: 14px;
    }
}
.wrap-case-show .case-show .case-right .case-list .item .pic
{
    background-color: #f3f3f2;
}
.wrap-case-show .case-show .case-right .case-list .item .pic .img-box
{
    padding-bottom: 62.72727273%;
}
.wrap-case-show .case-show .case-right .case-list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case-show .case-show .case-right .case-list .item h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 14px;
    margin-bottom: 0;

    color: #333;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-case-show .case-show .case-right .case-list .item h3
    {
        font-size: 16px;
    }
}
.wrap-case-show .case-show .case-right .case-list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case-show .case-show .case-right .case-list .item:hover h3
{
    color: #fdac11;
}
.wrap-news .news
{
    margin-top: -40px;
}
@media (max-width: 1199px)
{
    .wrap-news .news
    {
        margin-top: -20px;
    }
}
.wrap-news .news .item
{
    font-size: 0;

    margin-top: 40px;
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 34%;
}
@media (max-width: 1470px)
{
    .wrap-news .news .item .pic
    {
        width: 36%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .pic
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 69.81132075%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .note
{
    width: 66%;
    padding: 0 20px;
}
@media (max-width: 1470px)
{
    .wrap-news .news .item .note
    {
        width: 64%;
    }
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note
    {
        width: 60%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        padding: 10px 0 0 0;
    }
}
.wrap-news .news .item .note b
{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note b
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note p
{
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 10px 0;

    color: #9a9a9a;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        margin: 0;
    }
}
.wrap-news .news .item .note a.more
{
    line-height: 44px;

    display: block;

    height: 44px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #c5c5c5;
}
.wrap-news .news .item a
{
    color: inherit;
}
.wrap-news .news .item:hover
{
    background-color: #f3f3f2;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news .item:hover .note b
{
    color: #fdac11;
}
.wrap-news .news .item:hover .note a.more
{
    color: #fdac11;
}
.wrap-news-show .title-news-show
{
    text-align: center;

    border-bottom: 1px solid #e9e9e9;
}
.wrap-news-show .title-news-show h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show p
{
    line-height: 24px;

    margin: 0;

    color: #b5b5b4;
}
.wrap-news-show .title-news-show p span
{
    display: inline-block;

    margin: 10px;
}
.wrap-news-show .news-show
{
    max-width: 1370px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-news-show .news-show p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-news-show .news-show p
    {
        line-height: 24px;
    }
}
.wrap-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
    margin-top: 30px;
}
.wrap-news-show .news-relate
{
    margin-top: 50px;
}
.wrap-news-show .news-relate a
{
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: inherit;
    border: 1px dashed #d2d2d2;
    border-radius: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-relate a
    {
        line-height: 44px;

        height: 44px;
        margin-top: 10px;
    }
}
.wrap-news-show .news-relate a:hover
{
    color: #fff;
    border-color: #fdac11;
    background-color: #fdac11;
}
.wrap-product
{
    overflow: hidden;

    border-bottom: 6px solid #ecefed;
}
.wrap-product .product-left,
.wrap-product .product-right
{
    float: left;
}
.wrap-product .product-left
{
    width: 52%;
    padding: 0 5%;
}
@media (max-width: 991px)
{
    .wrap-product .product-left
    {
        width: 100%;
        padding: 0 15px;
    }
}
.wrap-product .product-left .title-product h1
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-product .product-left .title-product h1
    {
        font-size: 20px;
    }
}
.wrap-product .product-left .txt
{
    margin-top: 30px;
}
.wrap-product .product-left .txt p
{
    line-height: 2.57142857;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-product .product-left .txt p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product-left .txt p
    {
        line-height: 24px;
    }
}
.wrap-product .product-right
{
    width: 48%;
}
@media (max-width: 991px)
{
    .wrap-product .product-right
    {
        width: 100%;
        margin-top: 30px;
    }
    .wrap-product .product-right img
    {
        width: 100%;
    }
}
.wrap-relate-case .case
{
    margin-top: 30px;
}
.wrap-process .process ul li:nth-child(2n + 1) .item .txt
{
    right: 50%;
}
@media (max-width: 767px)
{
    .wrap-process .process ul li:nth-child(2n + 1) .item .txt
    {
        right: 0;
    }
}
.wrap-process .process ul li:nth-child(2n + 1) .item .pic
{
    left: 50%;
}
@media (max-width: 767px)
{
    .wrap-process .process ul li:nth-child(2n + 1) .item .pic
    {
        left: 0;
    }
}
.wrap-process .process .item
{
    font-size: 0;
}
.wrap-process .process .item .txt,
.wrap-process .process .item .pic
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-process .process .item .txt,
    .wrap-process .process .item .pic
    {
        display: block;

        width: 100%;
    }
}
.wrap-process .process .item .pic
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .wrap-process .process .item .pic img
    {
        width: 100%;
    }
}
.wrap-process .process .item .txt
{
    padding: 30px 5%;
}
@media (max-width: 991px)
{
    .wrap-process .process .item .txt
    {
        padding: 20px;
    }
}
.wrap-process .process .item .txt .title-number:before,
.wrap-process .process .item .txt .title-number:after
{
    display: inline-block;

    width: 37px;
    height: 11px;

    content: '';
    vertical-align: middle;

    background: url(../images/line-1.png) no-repeat center;
    background-size: cover;
}
.wrap-process .process .item .txt .title-number span
{
    font-family: 'Tungsten';
    font-size: 48px;

    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;

    color: #b4b7b5;
}
.wrap-process .process .item .txt .title-txt:after
{
    display: block;

    width: 70px;
    height: 3px;
    margin: 10px 0;

    content: '';

    background-color: #fdac11;
}
.wrap-process .process .item .txt .title-txt h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;

    margin: 0;
}
.wrap-process .process .item .txt .desc
{
    margin-top: 20px;
}
.wrap-process .process .item .txt .desc p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-process .process .item .txt .desc p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .wrap-process .process .item .txt .desc p
    {
        font-size: 14px;
    }
}
.wrap-jobs .jobs
{
    margin-top: -30px;
}
.wrap-jobs .jobs .itembox
{
    margin-top: 30px;
    padding: 50px 5%;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-jobs .jobs .itembox
    {
        padding: 30px 15px;
    }
}
.wrap-jobs .jobs .itembox .tit-itembox h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .wrap-jobs .jobs .itembox .tit-itembox h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .itembox .tit-itembox h3
    {
        font-size: 18px;
    }
}
.wrap-jobs .jobs .itembox .txt
{
    display: none;
}
.wrap-jobs .jobs .itembox .more
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .itembox .more
    {
        margin-top: 14px;
    }
}
.wrap-jobs .jobs .itembox .more span
{
    font-size: 26px;
    line-height: 60px;

    display: block;

    width: 60px;
    height: 60px;
    margin: 0 auto;

    text-align: center;

    color: #d5d2d2;
    border-radius: 50%;
    background-color: #eee;
}
@media (max-width: 1470px)
{
    .wrap-jobs .jobs .itembox .more span
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-jobs .jobs .itembox .more span
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.wrap-jobs .jobs .itembox:hover
{
    color: #fff;
    border-color: #fdac11;
    background-color: #fdac11;
}
.wrap-jobs .jobs .itembox:hover .more span
{
    color: #fdac11;
    background-color: #fff;
}
.fixed-jobs
{
    width: 90%;
}
.fixed-jobs .jobs
{
    padding: 80px 5%;
}
@media (max-width: 1199px)
{
    .fixed-jobs .jobs
    {
        padding: 30px 0;
    }
}
.fixed-jobs .tit-jobs
{
    text-align: center;

    background: url(../images/titjob_bg_03.jpg) repeat-x center;
}
.fixed-jobs .tit-jobs h3
{
    font-size: 26px;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    background-color: #fff;
}
@media (max-width: 1470px)
{
    .fixed-jobs .tit-jobs h3
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{
    .fixed-jobs .tit-jobs h3
    {
        font-size: 18px;
    }
}
.fixed-jobs .txt p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .fixed-jobs .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.fixed-jobs .txt h4
{
    font-size: 32px;

    display: inline-block;

    margin: 0;
    padding: 20px 30px;

    color: #fff;
    background-color: #fdac11;
}
@media (max-width: 991px)
{
    .fixed-jobs .txt h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .fixed-jobs .txt h4
    {
        font-size: 20px;

        padding: 10px;
    }
}
.fixed-jobs .txt h4 .icon
{
    font-size: 40px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .fixed-jobs .txt h4 .icon
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .fixed-jobs .txt h4 .icon
    {
        font-size: 24px;
    }
}
.wrap-contact .title-in
{
    text-align: left;
}
.wrap-contact .title-in b
{
    font-size: 28px;
    font-weight: normal;
}
@media (max-width: 991px)
{
    .wrap-contact .title-in b
    {
        font-size: 24px;
    }
}
.wrap-contact .contact
{
    padding: 40px;

    border: 1px solid #eee;
}
@media (max-width: 1199px)
{
    .wrap-contact .contact
    {
        padding: 20px;
    }
}
.wrap-contact .message form
{
    margin-top: 10px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    line-height: 26px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 12px;

    resize: vertical;

    border: none;
    outline: none;
    background: none;
    background-color: #f4f3f3;
}
@media (max-width: 991px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        margin-top: 20px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #b6b4b4;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #b6b4b4;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #b6b4b4;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #b6b4b4;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit,
.wrap-contact .message form .reset
{
    font-size: 16px;
    line-height: 46px;

    display: inline-block;

    height: 46px;
    margin-top: 20px;
    margin-right: 10px;
    padding: 0 30px;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;
    border-radius: 0;
    background-color: #fdac11;
}
@media (max-width: 991px)
{
    .wrap-contact .message form .submit,
    .wrap-contact .message form .reset
    {
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
    }
}
.wrap-contact .message form .submit:hover,
.wrap-contact .message form .reset:hover
{
    background-color: #ed9e07;
}
.wrap-contact .message form .reset
{
    background-color: #565656;
}
.wrap-contact .txt
{
    padding-bottom: 30px;
    padding-left: 30px;

    border-left: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .wrap-contact .txt
    {
        margin-top: 30px;
        padding-bottom: 0;
        padding-left: 0;

        border: none;
    }
}
.wrap-contact .txt .desc
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-contact .txt .desc
    {
        margin-top: 10px;
    }
}
.wrap-contact .txt .desc p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-contact .txt .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-contact .txt .erweima .item
{
    display: inline-block;

    margin-top: 30px;
    margin-right: 20px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-contact .txt .erweima .item
    {
        margin-right: 10px;
    }
}
.wrap-contact .txt .erweima .item .pic
{
    padding: 8px;

    background-color: #f4f3f3;
}
.wrap-contact .txt .erweima .item .pic img
{
    max-width: 100px;
}
.wrap-contact .txt .erweima .item p
{
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #727c83;
}
.wrap-contact .map
{
    margin-top: 50px;
}
.wrap-contact .map #dituContent
{
    height: 440px;
}
@media (max-width: 991px)
{
    .wrap-contact .map #dituContent
    {
        height: 360px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 40px;
    }
}
.pagination li a
{
    font-size: 18px;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    color: #0c2840;
    border: none;
    border: 1px solid #e5e5e5;
    border-radius: 50% !important;
}
@media (max-width: 767px)
{
    .pagination li a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border: 1px solid #fdac11;
    background-color: #fdac11;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border: 1px solid #fdac11;
    background-color: #fdac11;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 12px;
    }
}
@media (max-width: 480px)
{
    .table-box table td,
    .table-box table th
    {
        font-size: 2.7vmin;

        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table td
{
    font-size: 12px;
}
.stuck
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 88px !important;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .stuck
    {
        height: 70px !important;
    }
}
.fp-viewing-page2 .header,
.fp-viewing-page3 .header,
.fp-viewing-page4 .header,
.fp-viewing-page5 .header,
.fp-viewing-page6 .header
{
    height: 80px;
    padding: 0 50px;

    background-color: #333;
}
