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

    height: 0;

    content: '';
}
@font-face
{
    font-family: 'iconfont';

    src: url('/fonts/iconfont.eot?t=1481266234445');
    src: url('/fonts/iconfont.eot?t=1481266234445#iefix') format('embedded-opentype'), url('/fonts/iconfont.woff?t=1481266234445') format('woff'), url('/fonts/iconfont.ttf?t=1481266234445') format('truetype'), url('/fonts/iconfont.svg?t=1481266234445#iconfont') format('svg');
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 3:41 AM */
@font-face
{
    font-family: 'Tungsten';
    font-weight: 600;
    font-style: normal;

    src: url('/fonts/Tungsten-Semibold.eot');
    src: url('/fonts/Tungsten-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/Tungsten-Semibold.woff2') format('woff2'), url('/fonts/Tungsten-Semibold.woff') format('woff'), url('/fonts/Tungsten-Semibold.ttf') format('truetype'), url('/fonts/Tungsten-Semibold.svg#Tungsten-Semibold') format('svg');
}
@font-face
{
    font-family: 'Book Antiqua';
    font-weight: 500;
    font-style: normal;

    src: url('/fonts/BookAntiqua.eot');
    src: url('/fonts/BookAntiqua.eot?#iefix') format('embedded-opentype'), url('/fonts/BookAntiqua.woff2') format('woff2'), url('/fonts/BookAntiqua.woff') format('woff'), url('/fonts/BookAntiqua.ttf') format('truetype'), url('/fonts/BookAntiqua.svg#BookAntiqua') format('svg');
}
@font-face
{
    font-family: 'Tw Cen MT';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/hinted-TwCenMT-Regular.eot');
    src: local('/fonts/Tw Cen MT'), local('TwCenMT-Regular'), url('/fonts/hinted-TwCenMT-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/hinted-TwCenMT-Regular.woff2') format('woff2'), url('/fonts/hinted-TwCenMT-Regular.woff') format('woff'), url('/fonts/hinted-TwCenMT-Regular.ttf') format('truetype'), url('/fonts/hinted-TwCenMT-Regular.svg#TwCenMT-Regular') format('svg');
}
@font-face
{
    font-family: 'Agency FB';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/AgencyFB-Reg.eot');
    src: url('/fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'), url('/fonts/AgencyFB-Reg.woff2') format('woff2'), url('/fonts/AgencyFB-Reg.woff') format('woff'), url('/fonts/AgencyFB-Reg.ttf') format('truetype'), url('/fonts/AgencyFB-Reg.svg#AgencyFB-Reg') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;
    font-style: normal;

    src: url('/fonts/AvantGarde-Demi.eot');
    src: url('/fonts/AvantGarde-Demi.eot?#iefix') format('embedded-opentype'), url('/fonts/AvantGarde-Demi.woff2') format('woff2'), url('/fonts/AvantGarde-Demi.woff') format('woff'), url('/fonts/AvantGarde-Demi.ttf') format('truetype'), url('/fonts/AvantGarde-Demi.svg#AvantGarde-Demi') format('svg');
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: 400;
    font-style: normal;

    src: url('/fonts/AvantGardeITCbyBT-Book.eot');
    src: url('/fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'), url('/fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('/fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('/fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('/fonts/AvantGardeITCbyBT-Book.svg#AvantGardeITCbyBT-Book') format('svg');
}
html,
body
{
    position: relative;

    height: 100%;
}
body
{
    font-family: "weikaisi","AlibabaSans-Heavy","微软正黑体","Microsoft JhengHei","SimHei","黑体","Microsoft Yahei",Tahoma, Geneva,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

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

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.swiper-container
{
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.swiper-slide
{
    overflow: hidden;
}
#i-c1 .swiper-slide
{
    height: auto;
}
.container
{
    width: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1460px)
{
    .container
    {
        width: 1430px;
    }
}
@media (min-width: 1560px)
{
    .container
    {
        width: 1530px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

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

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

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

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

    display: block;
    overflow: hidden;

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

    display: block;

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

    width: 100%;
    height: 98px;
    padding: 0 2% 0 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.header .menu
{
    position: absolute;
    right: 0;
    left: 50%;

    width: 118px;
    height: 24px;
    margin: auto;
    margin-top: 46px;
    margin-left: -59px;

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

    background: url(../images/menu.png) no-repeat;
    background-size: contain;
}
@media (max-width: 991px)
{
    .header .menu
    {
        right: 15px;
        left: auto;

        width: 70px;
        margin-top: 26px;
        margin-left: 0;
    }
}
.header .logo,
.open-header .logo
{
    position: relative;
    z-index: 9;

    float: left;
    overflow: hidden;

    height: 80px;
    margin-top: 20px;

    -webkit-transition: all .4s ease;
            transition: all .4s ease;
}
@media (max-width: 991px)
{
    .header .logo,
    .open-header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a,
.open-header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img,
.open-header .logo img
{
    display: block;
    float: left;

    height: 100%;
}
.header .right,
.open-header .right
{
    float: right;
}
.header .right .find,
.open-header .right .find
{
    line-height: 120px;

    display: inline-block;

    margin-left: 6px;

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

    color: #fff;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .header .right .find,
    .open-header .right .find
    {
        line-height: 60px;

        display: none;
    }
}
.header .right .find::before,
.open-header .right .find::before
{
    font-family: 'iconfont';
    font-size: 30px;

    display: inline-block;

    content: '\e60e';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .right .find::before,
    .open-header .right .find::before
    {
        font-size: 18px;
    }
}
.header .right .find:hover,
.open-header .right .find:hover
{
    color: #e50012;
}
.header .right .search-box,
.open-header .right .search-box
{
    position: fixed;
    z-index: 888;
    top: 100%;
    left: 0;

    display: none;
    overflow: hidden;

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

    background-color: rgba(16, 107, 203, .96);
}
.header .right .search-box .search,
.open-header .right .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

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

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

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

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

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

    content: '\2716';

    color: #fff;
}
.open-header
{
    position: fixed;
    z-index: 10;
    top: 0;

    overflow: hidden;

    width: 100%;

    -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: 991px)
{
    .open-header
    {
        height: 100%;
    }
}
.open-header .top
{
    height: 100px;
    padding: 0 50px;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .open-header .top
    {
        height: 60px;
        padding: 0 15px;
    }
}
.open-header .top .logo img
{
    display: inline-block;

    height: 60px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .open-header .top .logo img
    {
        height: 40px;
    }
}
.open-header .top .logo p
{
    font-size: 18px;
    line-height: 32px;

    display: inline-block;

    margin: 0;
    padding-left: 30px;

    color: #e50012;
}
@media (max-width: 991px)
{
    .open-header .top .logo p
    {
        display: none;
    }
}
.open-header .top .logo p span
{
    font-size: 16px;

    display: block;

    color: #333;
}
.open-header .h-close
{
    font-size: 36px;
    line-height: 100px;

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

    display: block;

    width: 50px;
    margin: auto;
    margin-left: -25px;

    cursor: pointer;
    text-align: center;

    color: #e50012;
}
@media (max-width: 991px)
{
    .open-header .h-close
    {
        line-height: 60px;

        right: 15px;
        left: auto;
    }
}
.open-header .h-close:after
{
    font-family: 'iconfont';

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.open-header .right .find
{
    color: #e50012;
}
.open-header .navbox
{
    max-width: 1620px;
    margin: 0 auto;
    padding: 30px 0 100px;
}
@media (max-width: 1350px)
{
    .open-header .navbox
    {
        padding-bottom: 50px;
    }
}
@media (max-width: 991px)
{
    .open-header .navbox
    {
        overflow-y: auto;

        width: 100%;
        height: -webkit-calc(100% - 128px);
        height:         calc(100% - 128px);
        padding: 20px 0;
    }
}
.open-header .navbox .nav
{
    overflow: hidden;

    margin: 0 -40px;
}
@media (max-width: 991px)
{
    .open-header .navbox .nav
    {
        margin: 0;
        padding: 0 10px;
    }
}
.open-header .navbox .level-1
{
    font-size: 0;

    overflow: hidden;

    width: 100%;
}
.open-header .navbox .level-1 > li
{
    display: inline-block;
    overflow: hidden;

    width: 12.5%;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .open-header .navbox .level-1 > li
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .open-header .navbox .level-1 > li
    {
        width: 33.33333333%;
    }
}
.open-header .navbox .level-1 > li > a
{
    font-size: 14px;
    font-size: 20px;
    line-height: 60px;

    position: relative;

    display: block;

    border-bottom: 1px solid #ddd;
}
@media (max-width: 767px)
{
    .open-header .navbox .level-1 > li > a
    {
        font-size: 14px;
        line-height: 40px;
    }
}
.open-header .navbox .level-1 > li ul.level-2
{
    font-size: 14px;

    display: inline-block;

    padding: 20px 0;
}
@media (max-width: 767px)
{
    .open-header .navbox .level-1 > li ul.level-2
    {
        padding: 10px 0;
    }
}
.open-header .navbox .level-1 > li ul.level-2 li
{
    display: block;

    text-align: left;
}
.open-header .navbox .level-1 > li ul.level-2 li a
{
    font-size: 16px;
    line-height: 46px;

    display: block;

    color: #e50012;
}
@media (max-width: 767px)
{
    .open-header .navbox .level-1 > li ul.level-2 li a
    {
        font-size: 13px;
        line-height: 26px;
    }
}
.open-header .navbox .level-1 > li ul.level-2 li a:hover
{
    font-weight: bold;
}
.open-header .navbox .level-1 > li:hover > a:after
{
    position: absolute;
    bottom: -2px;
    left: -webkit-calc(50% - 50px);
    left:         calc(50% - 50px);

    display: block;

    width: 100%;
    width: 100px;
    height: 3px;

    content: '';

    background-color: #e50012;
}
.open-header .header-bottom
{
    overflow: hidden;

    padding: 20px 50px;

    border-top: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .open-header .header-bottom
    {
        padding: 10px 5%;
    }
}
.open-header .header-bottom p
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin: 0;

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

    display: inline-block;

    margin-right: 10px;

    content: '\e72e';
    vertical-align: middle;
}
.open-header .header-bottom p.tel
{
    margin-left: 2%;
}
.open-header .header-bottom p.tel:before
{
    content: '\e62f';
}
.open-header .header-bottom .bottom-right
{
    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
    .open-header .header-bottom .bottom-right
    {
        display: block;
        float: none;
    }
}
.open-header .header-bottom .share
{
    display: inline-block;

    vertical-align: top;
}
.open-header .header-bottom .link
{
    display: inline-block;

    vertical-align: top;
}
.open-header .header-bottom .link a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    height: 40px;
    padding: 0 24px;

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

    color: #fff;
    border-radius: 30px;
    background-color: #e50012;
}
@media (max-width: 991px)
{
    .open-header .header-bottom .link a
    {
        padding: 0 14px;
    }
}
.open-header .header-bottom .link a:before
{
    font-family: 'iconfont' !important;

    margin-right: 10px;

    content: '\e63d';
}
.open-header .header-bottom .link a:hover
{
    background-color: #08509b;
}
.header-in
{
    position: fixed;
    z-index: 9;
    z-index: 10;
    top: 0;

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

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

    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
}
@media (max-width: 1560px)
{
    .header-in
    {
        padding-left: 15px;
    }
}
@media (max-width: 1199px)
{
    .header-in
    {
        height: 60px;
    }
}
.header-in .logo
{
    position: relative;

    float: left;

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

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

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

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

    display: none;
    float: right;

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

    cursor: pointer;

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

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

        display: block;

        margin-top: 8px;

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

    width: 20px;
    height: 2px;

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

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

    display: block;

    width: 20px;
    height: 2px;

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

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

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

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

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



        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

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

        position: relative;

        display: block;

        padding: 0 36px;

        -webkit-transition: all .4s;
                transition: all .4s;
    }
    .header-in .nav .nav-list1 > li:hover > a,
    .header-in .nav .nav-list1 > li.active > a
    {
        color: #fff;
        background-color: #e50012;
    }
    .header-in .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 140px;
        padding: 0;

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

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

        display: inline-block;

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

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 30px;

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

        color: #fff;
    }
    .header-in .nav .nav-list1 .nav-list2 li > a:hover
    {
        background-color: #e50012;
    }
    .header-in .nav .nav-list1 .nav-list2 li img
    {
        max-width: 400px;
    }
    .header-in .nav .nav-list1 .nav-list3
    {
        position: absolute;
        top: 0;
        left: 100%;

        display: none;

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

        text-align: left;

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

        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1700px)
{
    .header-in .nav .nav-list1 > li > a
    {
        padding: 0 26px;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header-in .nav .nav-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header-in .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

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

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

    margin: 0;

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

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

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

    margin: 25px 0;

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

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

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

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

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

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

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

        margin-top: -14px;

        content: '\e72f';

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

        display: block;

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

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

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

    display: none;
    overflow: hidden;

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

    background-color: rgba(16, 107, 203, .96);
}
.header-in .search-box .search
{
    line-height: 40px;

    overflow: hidden;
    zoom: 1;

    width: 240px;

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

    height: 0;

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

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

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

    float: right;

    width: 50px;

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

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

    content: '\e660';

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

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

        display: inline-block;

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

    width: 100%;

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

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

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

    display: inline-block;

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

    content: '\e660';

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

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

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

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

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

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

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

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

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

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

    content: '\2716';

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

    display: inline-block;
    float: right;

    margin-left: 40px;
    padding: 0 30px;

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

    color: #fff;
    background-color: #e50012;
}
@media (max-width: 1560px)
{
    .header-in .find
    {
        margin-left: 10px;
    }
}
@media (max-width: 1199px)
{
    .header-in .find
    {
        line-height: 60px;

        position: absolute;
        right: 50px;

        margin-left: 0;
    }
}
.header-in .find:before
{
    font-family: 'iconfont';
    font-size: 24px;

    float: left;

    content: '\e60e';
}
.header-in .find:hover
{
    background-color: #2f2f31;
}
.header-in .back-btn
{
    position: absolute;
    left: 15px;
}
.header-in.fixed-header
{
    height: 70px;
}
@media (max-width: 1199px)
{
    .header-in.fixed-header
    {
        height: 60px;
    }
}
.header-in.fixed-header .logo
{
    height: 50px;
}
.header-in.fixed-header .nav .nav-list1 > li > a
{
    line-height: 70px;
}
.header-in.fixed-header .find
{
    line-height: 70px;
}
@media (max-width: 1199px)
{
    .header-in.fixed-header .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.banner .item
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.banner img
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100%;
}
.banner .owl-pagination
{
    position: absolute;
    bottom: 5%;

    width: 100%;
}
@media (max-width: 991px)
{
    .banner .owl-pagination
    {
        bottom: 3%;
    }
}
.banner .owl-pagination .owl-page
{
    display: inline-block;
}
.banner .owl-pagination .owl-page span
{
    display: inline-block;

    width: 52px;
    height: 5px;
    margin: 0;

    opacity: 1;
    border-radius: 0;
    background: none;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}
@media (max-width: 991px)
{
    .banner .owl-pagination .owl-page span
    {
        width: 20px;
    }
}
.banner .owl-pagination .owl-page.active span
{
    background-color: #e50012;
}
@media (max-width: 991px)
{
    .banner .owl-buttons
    {
        display: none;
    }
}
.banner .owl-buttons .owl-prev,
.banner .owl-buttons .owl-next
{
    line-height: 50px;

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

    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

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

    opacity: 1;
    border-radius: 50%;
    background: none;
    background: rgba(0, 0, 0, .8) !important;
}
@media (max-width: 991px)
{
    .banner .owl-buttons .owl-prev,
    .banner .owl-buttons .owl-next
    {
        display: none;
    }
}
.banner .owl-buttons .owl-prev:before,
.banner .owl-buttons .owl-next:before
{
    font-family: 'iconfont';
    font-size: 18px;
    font-weight: bold;

    content: '\e601';

    color: #fff;
}
.banner .owl-buttons .owl-prev:hover,
.banner .owl-buttons .owl-next:hover
{
    background-color: #e50012 !important;
}
.banner .owl-buttons .owl-prev:hover:before,
.banner .owl-buttons .owl-next:hover:before
{
    color: #fff;
}
.banner .owl-buttons .owl-next
{
    right: 2%;
    left: auto;
}
.banner .owl-buttons .owl-next:before
{
    content: '\e827';
}
.banner .text-1
{
    position: absolute;
    z-index: 9;
    top: 38%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .text-1
    {
        padding: 0 15px;
    }
}
.banner .text-1 .note
{
    color: #fff;
}
.banner .text-1 .note h3,
.banner .text-1 .note h4
{
    font-size: 44px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;

    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 1440px)
{
    .banner .text-1 .note h3,
    .banner .text-1 .note h4
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 .note h3,
    .banner .text-1 .note h4
    {
        font-size: 20px;
    }
}
.banner .text-1 .note h3:after
{
    display: block;

    width: 165px;
    height: 5px;
    margin: 10px auto;

    content: '';

    background: url(../images/line-1.png) no-repeat;
}
.banner .text-1 .note p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1440px)
{
    .banner .text-1 .note p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .banner .text-1 .note p
    {
        font-size: 13px;

        display: none;
    }
}
.banner .active .text-1 .note
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in .owl-theme a > img
{
    width: auto;
    max-width: auto;
}
.banner-in .owl-theme a > img
{
    width: auto;
    margin-left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 991px)
{
    .banner-in .owl-theme a > img
    {
        width: 150%;
    }
}
.banner-in .text-in
{
    position: absolute;
    z-index: 9;
    top: 46%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .banner-in .text-in
    {
        top: 50%;
    }
}
.banner-in .text-in .note
{
    color: #fff;
}
.banner-in .wrap-sidenav
{
    position: absolute;
    top: 0;
    left: 0;

    width: 330px;
    height: 100%;

    background-color: rgba(229, 0, 18, .8);
}
@media (max-width: 1199px)
{
    .banner-in .wrap-sidenav
    {
        background: none;
    }
}
.banner-in .wrap-sidenav .title-banner
{
    padding: 38px 30px;
}
@media (max-width: 1199px)
{
    .banner-in .wrap-sidenav .title-banner
    {
        position: absolute;
        top: 50%;

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

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
.banner-in .wrap-sidenav .title-banner:after
{
    display: block;

    width: 54px;
    height: 3px;
    margin-top: 6px;

    content: '';

    background-color: #fff;
}
.banner-in .wrap-sidenav .title-banner b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .wrap-sidenav .title-banner b
    {
        font-size: 24px;
    }
}
.banner-in .wrap-sidenav .title-banner b span
{
    font-family: 'ITC Avant Garde Gothic';
    font-weight: normal;

    margin-left: 10px;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .banner-in .wrap-sidenav .list
    {
        display: none;
    }
}
.banner-in .wrap-sidenav .list ul li
{
    margin-bottom: 0px;
}
.banner-in .wrap-sidenav .list ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 15px 30px;

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

    color: #fff;
}
.banner-in .wrap-sidenav .list ul li a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    float: right;

    content: '\e6c1';

    opacity: 0;
}
.banner-in .wrap-sidenav .list ul li.active a,
.banner-in .wrap-sidenav .list ul li:hover a
{
    font-weight: bold;

    background-color: #e50012;
}
.banner-in .wrap-sidenav .list ul li.active a:after,
.banner-in .wrap-sidenav .list ul li:hover a:after
{
    opacity: 1;
}
.banner-in .text-case
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.banner-in .text-case .note
{
    position: relative;

    display: inline-block;
}
.banner-in .text-case .note:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 120px;
    height: 12px;

    content: '';

    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
@media (max-width: 991px)
{
    .banner-in .text-case .note:after
    {
        width: 80px;
        height: 6px;
    }
}
.banner-in .text-case b
{
    font-size: 46px;
    font-weight: normal;
    line-height: 1;

    display: block;

    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 991px)
{
    .banner-in .text-case b
    {
        font-size: 30px;
    }
}
.banner-in .text-case p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 40px;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: inline-block;

    margin: 6px 0 0 0;

    text-transform: uppercase;

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .text-case p
    {
        font-size: 20px;
    }
}
.banner-in .text-merchants
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.banner-in .text-merchants .note:after
{
    display: block;

    width: 4px;
    height: 52px;
    margin-top: 4%;

    content: '';

    background-color: rgba(255, 255, 255, .6);
}
@media (max-width: 991px)
{
    .banner-in .text-merchants .note:after
    {
        display: none;
    }
}
.banner-in .text-merchants b
{
    font-size: 42px;
    font-weight: normal;
    line-height: 1;
}
@media (max-width: 991px)
{
    .banner-in .text-merchants b
    {
        font-size: 28px;
    }
}
.banner-in .text-merchants h3
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 42px;
    font-weight: bold;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-merchants h3
    {
        font-size: 22px;
    }
}
.banner-in .text-merchants p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    line-height: 1;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .banner-in .text-merchants p
    {
        font-size: 16px;
    }
}
.box-banner
{
    position: relative;

    margin-top: 80px;
}
@media (max-width: 1199px)
{
    .box-banner
    {
        margin-top: 60px;
    }
}
.banner-about
{
    background-color: #e50012;
}
.banner-about .owl-theme a > img
{
    width: auto;
}
@media (max-width: 991px)
{
    .banner-about .owl-theme a > img
    {
        width: auto;
    }
}
.banner-about .text-in
{
    text-align: left;
}
.banner-about .text-in img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .banner-about .text-in img
    {
        max-width: 200px;
    }
}
.banner-about .text-in p
{
    font-size: 18px;
    line-height: 2;
}
@media (max-width: 767px)
{
    .banner-about .text-in p
    {
        font-size: 15px;
    }
}
@media (max-width: 375px)
{
    .banner-about .text-in p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.banner-about .text-in i.dot
{
    position: relative;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 20px;

    vertical-align: middle;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .32);
}
@media (max-width: 767px)
{
    .banner-about .text-in i.dot
    {
        margin-right: 10px;
    }
}
.banner-about .text-in i.dot:before
{
    position: absolute;
    top: 3px;
    left: 3px;

    display: inline-block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.box
{
    position: relative;

    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.box .box-slide-center
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.swiper-slide
{
    position: relative;

    width: 100%;
    height: 100%;
}
.swiper-button-next
{
    z-index: 9;
    top: auto;
    right: auto;
    bottom: 50px;
    left: 50%;

    width: 26px;
    height: 40px;

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

    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    background: none;
}
.swiper-button-next .wheel
{
    position: absolute;
    left: 11px;

    display: inline-block;

    width: 2px;
    height: 5px;

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

    background-color: rgba(255, 255, 255, .5);
    background-size: cover;
}
.fixed .swiper-wrapper
{
    z-index: 11;
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
    display: inline-block;

    width: 8px;
    height: auto;

    opacity: 1;
    background: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet:before
{
    display: block;

    width: 8px;
    height: 8px;
    margin: 20px auto;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.swiper-pagination
{
    width: 20px;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active
{
    background: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet-active:before
{
    height: 40px;

    border-radius: 5px;
}
.swiper-container-vertical > .swiper-pagination-bullets
{
    right: 20px;
}
@media (max-width: 1560px)
{
    .swiper-container-vertical > .swiper-pagination-bullets
    {
        right: 5px;
    }
}
.swiper-button-disabled
{
    display: none;
}
.swiper-pagination-left

{
    right: auto;
    left: 20px;
}
@media (max-width: 1560px)
{
    .swiper-pagination-left
    {
        right: auto;
        left: 5px;
    }
}
.title
{
    text-align: center;

    color: #fff;
}
.title b
{
    font-family: 'Tw Cen MT';
    font-size: 56px;
    font-weight: normal;
    line-height: 1;

    display: block;

    text-transform: uppercase;
}
@media (max-width: 1440px)
{
    .title b
    {
        font-size: 46px;
    }
}
@media (max-width: 767px)
{
    .title b
    {
        font-size: 30px;
    }
}
@media (max-width: 375px)
{
    .title b
    {
        font-size: 24px;
    }
}
.title b:after
{
    display: block;

    width: 86px;
    height: 1px;
    margin: 14px auto;

    content: '';

    background-color: #fff;
}
@media (max-width: 1440px)
{
    .title b:after
    {
        margin: 6px auto;
    }
}
@media (max-width: 767px)
{
    .title b:after
    {
        width: 66px;
    }
}
.title p
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .title p
    {
        font-size: 18px;
    }
}
.box-about
{
    background: url(../images/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-about .title-about
{
    text-align: center;

    color: #fff;
}
.box-about .title-about b
{
    font-size: 34px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px)
{
    .box-about .title-about b
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .box-about .title-about b
    {
        font-size: 20px;
    }
}
.box-about .title-about p
{
    font-size: 22px;
    line-height: 1.36363636;

    margin: 10px 0 0 0;
}
@media (max-width: 1560px)
{
    .box-about .title-about p
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-about .title-about p
    {
        font-size: 16px;
    }
}
.box-about .title-about p:before,
.box-about .title-about p:after
{
    display: inline-block;

    width: 210px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 991px)
{
    .box-about .title-about p:before,
    .box-about .title-about p:after
    {
        display: none;
    }
}
.box-about .text
{
    margin-top: 30px;

    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-about .text
    {
        margin-top: 20px;
    }
}
.box-about .text p
{
    font-size: 14px;
    line-height: 1.875;

    margin: 0;
	text-shadow: 1px 1px 1px #000;
}
@media (max-width: 767px)
{
    .box-about .text p
    {
        font-size: 13px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        max-height: 96px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
}
.box-about .more
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-about .more
    {
        margin-top: 20px;
    }
}
.box-about .more a
{
    font-size: 16px;
    line-height: 22px;

    display: inline-block;

    padding: 15px 30px;

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

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .box-about .more a
    {
        font-size: 15px;

        padding: 6px 30px;
    }
}
.box-about .more a:after
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    margin-left: 10px;

    content: '\e6c1';
}
@media (max-width: 767px)
{
    .box-about .more a:after
    {
        font-size: 20px;
    }
}
.box-about .more a:hover
{
    color: #e50012;
    background-color: #fff;
}
.box-about .number
{
    margin-top: 8%;
}
@media (max-width: 1560px)
{
    .box-about .number
    {
        margin-top: 4%;
    }
}
@media (max-width: 767px)
{
    .box-about .number
    {
        margin-top: 20px;
    }
}
.box-about .number ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .box-about .number ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .box-about .number ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
.box-about .number ul li
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-about .number ul li
    {
        width: 25%;
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .box-about .number ul li
    {
        width: 50%;
    }
}
.box-about .number .item
{
    font-size: 14px;

    color: #fff;
}
@media (max-width: 767px)
{
    .box-about .number .item
    {
        margin-top: 10px;
    }
}
.box-about .number .item b
{
    font-family: impact;
    font-size: 80px;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px)
{
    .box-about .number .item b
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .box-about .number .item b
    {
        font-size: 30px;
    }
}
.box-about .number .item b span
{
    font-size: 86px;
}
@media (max-width: 1560px)
{
    .box-about .number .item b span
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .box-about .number .item b span
    {
        font-size: 36px;
    }
}
.box-about .number .item p
{
    font-size: 14px;
    line-height: 1.66666667;

    margin: 6px 0 0 0;
}
@media (max-width: 767px)
{
    .box-about .number .item p
    {
        font-size: 14px;
    }
}
.box-solution
{
    background: url(../images/solution_bg.jpg) no-repeat center;
    background-size: cover;
}
.image-container {
  position: relative;
  display: inline-block;
}
 
.box-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.5); /* 红色半透明背景 */
  z-index: -1; /* 确保背景在图片下方 */
}
.box-solution .solution ul
{
    font-size: 0;

    overflow: hidden;

    margin: -1px;
}
.box-solution .solution ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;

    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.box-solution .solution ul li:nth-child(1),
.box-solution .solution ul li:nth-child(2),
.box-solution .solution ul li:nth-child(3)
{
    border-top: none;
}
@media (max-width: 991px)
{
    .box-solution .solution ul li
    {
        width: 50%;

        border: none;
    }
}
.box-solution .solution .item
{
    position: relative;

    display: block;
    overflow: hidden;

    text-align: center;

    background-color: #000;
}
@media (max-width: 991px)
{
    .box-solution .solution .item
    {
        background: none;
    }
}
.box-solution .solution .item .img-box
{
    padding-bottom: 78.125%;
}
.box-solution .solution .item .img-box img
{
    opacity: .7;
}
@media (max-width: 991px)
{
    .box-solution .solution .item .img-box img
    {
        opacity: 0;
    }
}
.box-solution .solution .item .note
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
.box-solution .solution .item .note:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;
    line-height: 80px;

    /*content: '\e641';*/
}
@media (max-width: 991px)
{
    .box-solution .solution .item .note:before
    {
        font-size: 60px;
        line-height: 60px;

        text-shadow: 1px 1px 1px #666;
    }
}
.box-solution .solution .item .note b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .box-solution .solution .item .note b
    {
        font-size: 20px;

        text-shadow: 1px 1px 1px #666;
    }
}
@media (max-width: 767px)
{
    .box-solution .solution .item .note b
    {
        font-size: 16px;
    }
}
.box-solution .solution .item .maskbg
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.box-solution .solution .item .maskbg:before
{
    position: absolute;
    top: -90%;
    left: -240%;

    display: block;

    width: 200%;
    height: 200%;

    content: '';
    -webkit-transition: all 1s;
            transition: all 1s;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

   background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.box-solution .solution .item .maskbg .mask
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 10%;

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

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

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.box-solution .solution .item .maskbg .mask p
{
    font-size: 16px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box-solution .solution .item-2 .note:before
{
    /*content: '\e647';*/
}
.box-solution .solution .item-3 .note:before
{
    font-size: 70px;

    /*content: '\e6e1';*/
}
@media (max-width: 991px)
{
    .box-solution .solution .item-3 .note:before
    {
        font-size: 50px;
    }
}
.box-solution .solution .item-4 .note:before
{
    /*content: '\e642';*/
}
.box-solution .solution .item-5 .note:before
{
    /*content: '\e7a9';*/
}
.box-solution .solution .item-6 .note:before
{
   /* content: '\e640';*/
}
@media (min-width: 992px)
{
    .box-solution .solution .item:hover .maskbg
    {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .box-solution .solution .item:hover .maskbg:before
    {
        left: -30%;
    }
    .box-solution .solution .item:hover .maskbg .mask
    {
        display: block;

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

        opacity: 1;
    }
}
.box-technology
{
    background: url(../images/technology_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-technology
    {
        background-position: left center;
    }
}
.box-technology .technology
{
    width: 50%;
    padding: 0 5%;
}
@media (max-width: 1560px)
{
    .box-technology .technology
    {
        width: 56%;
        padding: 0 3%;
    }
}
@media (max-width: 767px)
{
    .box-technology .technology
    {
        width: 100%;
        padding: 0 15px;
    }
}
.box-technology .technology .title-technology
{
    color: #fff;
}
.box-technology .technology .title-technology b
{
    font-family: 'Agency FB';
    font-size: 50px;
    font-weight: normal;
    line-height: 1;

    display: block;
}
@media (max-width: 1560px)
{
    .box-technology .technology .title-technology b
    {
        font-size: 44px;
    }
}
@media (max-width: 1350px)
{
    .box-technology .technology .title-technology b
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .box-technology .technology .title-technology b
    {
        font-size: 24px;
    }
}
.box-technology .technology .title-technology b span
{
    font-weight: bold;
}
.box-technology .technology .text
{
    margin-top: 5%;

    color: #fff;
}
.box-technology .technology .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-technology .technology .text p
    {
        font-size: 14px;
        line-height: 1.71428571;
    }
}
.box-technology .technology .more
{
    margin-top: 5%;
}
.box-technology .technology .more a
{
    font-size: 18px;
    line-height: 24px;

    display: inline-block;

    padding: 15px 40px;

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

    color: #fff;
    border: 1px dashed #fff;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .box-technology .technology .more a
    {
        font-size: 15px;

        padding: 6px 30px;
    }
}
.box-technology .technology .more a:hover
{
    color: #e50012;
    background-color: #fff;
}
.box-advantage
{
    padding-top: 40px;

    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .box-advantage
    {
        background-position: right center;
    }
}
.box-advantage .text
{
    position: relative;

    float: right;

    width: 62%;
    height: 100%;
}
@media (max-width: 1560px)
{
    .box-advantage .text
    {
        width: 70%;
    }
}
@media (max-width: 991px)
{
    .box-advantage .text
    {
        width: 100%;
        margin: 0;
    }
}
.box-advantage .text .list
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 100%;
    padding-right: 80px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .box-advantage .text .list
    {
        padding-right: 0;
    }
}
.box-advantage .text .list ul
{
    margin: 0 -20px;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list ul
    {
        margin: 0 -10px;
    }
}
.box-advantage .text .list ul li
{
    float: left;
    overflow: hidden;

    width: 33.33333333%;
    padding: 20px;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list ul li
    {
        padding: 10px;
    }
}
@media (max-width: 991px)
{
    .box-advantage .text .list ul li
    {
        padding: 5px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list ul li
    {
        width: 50%;
    }
}
.box-advantage .text .list .item
{
    display: block;

    padding: 14px;

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

    background-color: rgba(255, 255, 255, .4);
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item
    {
        padding: 4px;
    }
}
.box-advantage .text .list .item .note
{
    padding: 30px;

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

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 1560px)
{
    .box-advantage .text .list .item .note
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item .note
    {
        padding: 10px;
    }
}
.box-advantage .text .list .item .note b
{
    font-size: 24px;
    line-height: 32px;

    display: block;

    height: 32px;
    margin-bottom: 20px;

    text-align: center;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list .item .note b
    {
        font-size: 20px;

        margin-bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item .note b
    {
        font-size: 16px;
    }
}
.box-advantage .text .list .item .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 1560px)
{
    .box-advantage .text .list .item .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .box-advantage .text .list .item .note p
    {
        font-size: 13px;
        line-height: 1.69230769;
    }
}
@media (min-width: 1199px)
{
    .box-advantage .text .list .item:hover
    {
       background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
    }
    .box-advantage .text .list .item:hover .note
    {
        background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
    }
    .box-advantage .text .list .item:hover .note b,
    .box-advantage .text .list .item:hover .note p
    {
        color: #fff;
    }
    .box-advantage .text .list .item:hover .note b
    {
        font-size: 30px;
    }
}
.box-news
{
    background: url(../images/news_bg.jpg) no-repeat center;
    background-size: cover;
}
.box-news .title-news
{
    float: left;

    width: 24%;
    margin-top: 40px;
    padding: 0 15px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-news .title-news
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .box-news .title-news
    {
        margin-top: 40px;

        text-align: left;
    }
}
.box-news .title-news .tt
{
    display: inline-block;

    text-align: left;
}
.box-news .title-news .tt:after
{
    display: block;

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

    content: '';

    border-bottom: 1px solid #fff;
    background-color: #e50012;
}
.box-news .title-news p
{
    font-family: 'Agency FB';
    font-size: 30px;
    line-height: 1.33333333;

    margin: 0;

    text-transform: uppercase;

    color: #e50012;
    text-shadow: 1px 1px 1px #fff;
}
@media (max-width: 767px)
{
    .box-news .title-news p
    {
        font-size: 18px;
    }
}
.box-news .title-news b
{
    font-size: 30px;
    line-height: 1.66666667;

    display: block;

    color: #e50012;
    text-shadow: 1px 1px 1px #fff;
}
@media (max-width: 767px)
{
    .box-news .title-news b
    {
        font-size: 18px;
    }
}
.box-news .list
{
    float: left;

    width: 76%;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .box-news .list
    {
        width: 100%;
        margin-top: 0;
    }
}
.box-news .list ul
{
    font-size: 0;

    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .box-news .list ul
    {
        margin: 0 -10px;
    }
}
.box-news .list ul li
{
    display: inline-block;

    width: 50%;
    padding: 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .box-news .list ul li
    {
        padding: 10px;
    }
}
.box-news .list .item
{
    font-size: 0;

    display: block;

    padding: 20px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .box-news .list .item
    {
        padding: 10px;
    }
}
.box-news .list .item .pic
{
    display: inline-block;

    width: 44%;

    vertical-align: middle;
}
@media (max-width: 1400px)
{
    .box-news .list .item .pic
    {
        width: 48%;
    }
}
@media (max-width: 767px)
{
    .box-news .list .item .pic
    {
        width: 100%;
    }
}
.box-news .list .item .pic .img-box
{
    padding-bottom: 71.875%;
}
.box-news .list .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-news .list .item .note
{
    display: inline-block;

    width: 56%;
    padding-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1400px)
{
    .box-news .list .item .note
    {
        width: 52%;
    }
}
@media (max-width: 767px)
{
    .box-news .list .item .note
    {
        width: 100%;
        padding: 10px 0;
    }
}
.box-news .list .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1350px)
{
    .box-news .list .item .note b
    {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
@media (max-width: 767px)
{
    .box-news .list .item .note b
    {
        font-size: 16px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;


        height: 24px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}
.box-news .list .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 20px 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1560px)
{
    .box-news .list .item .note p
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .box-news .list .item .note p
    {
        font-size: 13px;
        line-height: 24px;

        display: -webkit-box;
        overflow: hidden;

        height: 24px;
        margin: 0;

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

    display: block;

    color: #e50012;
}
.box-news .list .item .note span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-left: 10px;

    content: '\e6c1';
}
.box-news .list .item:hover
{
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.box-news .list .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .list .item:hover .note b
{
    color: #fff;
}
.box-news .list .item:hover .note p
{
    color: #fff;
}
.box-news .list .item:hover .note span.more
{
    color: #fff;
}
.swiper-slide-active .box-about .title-about,
.swiper-slide-active .box-about .text,
.swiper-slide-active .box-about .more
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.swiper-slide-active .box-about .number
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.swiper-slide-active .box-solution .solution ul li:nth-child(1)
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.swiper-slide-active .box-solution .solution ul li:nth-child(2)
{
    -webkit-animation: zoomIn 1s .2s ease both;
            animation: zoomIn 1s .2s ease both;
}
.swiper-slide-active .box-solution .solution ul li:nth-child(3)
{
    -webkit-animation: zoomIn 1s .4s ease both;
            animation: zoomIn 1s .4s ease both;
}
.swiper-slide-active .box-solution .solution ul li:nth-child(4)
{
    -webkit-animation: zoomIn 1s .6s ease both;
            animation: zoomIn 1s .6s ease both;
}
.swiper-slide-active .box-solution .solution ul li:nth-child(5)
{
    -webkit-animation: zoomIn 1s .8s ease both;
            animation: zoomIn 1s .8s ease both;
}
.swiper-slide-active .box-solution .solution ul li:nth-child(6)
{
    -webkit-animation: zoomIn 1s 1s ease both;
            animation: zoomIn 1s 1s ease both;
}
.swiper-slide-active .box-technology .technology
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
.swiper-slide-active .box-advantage .text .list ul li:nth-child(1)
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.swiper-slide-active .box-advantage .text .list ul li:nth-child(2)
{
    -webkit-animation: zoomIn 1s .2s ease both;
            animation: zoomIn 1s .2s ease both;
}
.swiper-slide-active .box-advantage .text .list ul li:nth-child(3)
{
    -webkit-animation: zoomIn 1s .4s ease both;
            animation: zoomIn 1s .4s ease both;
}
.swiper-slide-active .box-advantage .text .list ul li:nth-child(4)
{
    -webkit-animation: zoomIn 1s .6s ease both;
            animation: zoomIn 1s .6s ease both;
}
.swiper-slide-active .box-advantage .text .list ul li:nth-child(5)
{
    -webkit-animation: zoomIn 1s .8s ease both;
            animation: zoomIn 1s .8s ease both;
}
.swiper-slide-active .box-advantage .text .list ul li:nth-child(6)
{
    -webkit-animation: zoomIn 1s 1s ease both;
            animation: zoomIn 1s 1s ease both;
}
.swiper-slide-active .box-news .title-news
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
            animation: fadeInLeftBig 1s 0s ease both;
}
@media (max-width: 991px)
{
    .swiper-slide-active .box-news .title-news
    {
        -webkit-animation: fadeInDown 1s 0s ease both;
                animation: fadeInDown 1s 0s ease both;
    }
}
.swiper-slide-active .box-news .list
{
    -webkit-animation: fadeInRightBig 1s 0s ease both;
            animation: fadeInRightBig 1s 0s ease both;
}
@media (max-width: 991px)
{
    .swiper-slide-active .box-news .list
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
}
.ani-slideout .box-about .title-about,
.ani-slideout .box-about .text,
.ani-slideout .box-about .more
{
    -webkit-animation: fadeOutUp 1s 0s ease both;
            animation: fadeOutUp 1s 0s ease both;
}
.ani-slideout .box-about .number
{
    -webkit-animation: fadeOutDown 1s 0s ease both;
            animation: fadeOutDown 1s 0s ease both;
}
.ani-slideout .box-solution .solution ul li:nth-child(1)
{
    -webkit-animation: zoomOut 1s 1s ease both;
            animation: zoomOut 1s 1s ease both;
}
.ani-slideout .box-solution .solution ul li:nth-child(2)
{
    -webkit-animation: zoomOut 1s .8s ease both;
            animation: zoomOut 1s .8s ease both;
}
.ani-slideout .box-solution .solution ul li:nth-child(3)
{
    -webkit-animation: zoomOut 1s .6s ease both;
            animation: zoomOut 1s .6s ease both;
}
.ani-slideout .box-solution .solution ul li:nth-child(4)
{
    -webkit-animation: zoomOut 1s .4s ease both;
            animation: zoomOut 1s .4s ease both;
}
.ani-slideout .box-solution .solution ul li:nth-child(5)
{
    -webkit-animation: zoomOut 1s .2s ease both;
            animation: zoomOut 1s .2s ease both;
}
.ani-slideout .box-solution .solution ul li:nth-child(6)
{
    -webkit-animation: zoomOut 1s 0s ease both;
            animation: zoomOut 1s 0s ease both;
}
.ani-slideout .box-technology .technology
{
    -webkit-animation: fadeOutLeftBig 1s 0s ease both;
            animation: fadeOutLeftBig 1s 0s ease both;
}
.ani-slideout .box-advantage .text .list ul li:nth-child(1)
{
    -webkit-animation: zoomOut 1s 1s ease both;
            animation: zoomOut 1s 1s ease both;
}
.ani-slideout .box-advantage .text .list ul li:nth-child(2)
{
    -webkit-animation: zoomOut 1s .8s ease both;
            animation: zoomOut 1s .8s ease both;
}
.ani-slideout .box-advantage .text .list ul li:nth-child(3)
{
    -webkit-animation: zoomOut 1s .6s ease both;
            animation: zoomOut 1s .6s ease both;
}
.ani-slideout .box-advantage .text .list ul li:nth-child(4)
{
    -webkit-animation: zoomOut 1s .4s ease both;
            animation: zoomOut 1s .4s ease both;
}
.ani-slideout .box-advantage .text .list ul li:nth-child(5)
{
    -webkit-animation: zoomOut 1s .2s ease both;
            animation: zoomOut 1s .2s ease both;
}
.ani-slideout .box-advantage .text .list ul li:nth-child(6)
{
    -webkit-animation: zoomOut 1s 0s ease both;
            animation: zoomOut 1s 0s ease both;
}
.ani-slideout .box-news .title-news
{
    -webkit-animation: fadeOutLeftBig 1s 0s ease both;
            animation: fadeOutLeftBig 1s 0s ease both;
}
@media (max-width: 991px)
{
    .ani-slideout .box-news .title-news
    {
        -webkit-animation: fadeOutUp 1s 0s ease both;
                animation: fadeOutUp 1s 0s ease both;
    }
}
.ani-slideout .box-news .list
{
    -webkit-animation: fadeOutRightBig 1s 0s ease both;
            animation: fadeOutRightBig 1s 0s ease both;
}
@media (max-width: 991px)
{
    .ani-slideout .box-news .list
    {
        -webkit-animation: fadeOutDown 1s 0s ease both;
                animation: fadeOutDown 1s 0s ease both;
    }
}
.box-copyright
{
    padding: 20px 50px;
}
@media (max-width: 991px)
{
    .box-copyright
    {
        padding: 20px 15px;

        text-align: center;
    }
}
.box-copyright p
{

    line-height: 2.14285714;

    display: inline-block;

    margin: 0;

    vertical-align: top;

    color: #666;
}
.box-copyright .right
{
    display: inline-block;
    float: right;
}
@media (max-width: 991px)
{
    .box-copyright .right
    {
        display: block;
        float: none;
    }
}
.box-copyright .right p
{
    line-height: 2.14285714;

    display: inline-block;

    margin: 0;

    vertical-align: top;

    color: #666;
}
.box-copyright .right a
{
    line-height: 2.14285714;

    display: inline-block;

    margin-left: 40px;

    color: #666;
}
@media (max-width: 767px)
{
    .box-copyright .right a
    {
        display: block;
        float: none;

        margin-left: 0;
    }
}
.box-copyright .right a:hover
{
    color: #e50012;
}
.box-footer
{
    height: auto;
}
.box-footer-in
{
    overflow: hidden;

    background-color: #2f2f31;
}
.box-footer-in .foot
{
    padding: 50px;
}
@media (max-width: 1199px)
{
    .box-footer-in .foot
    {
        display: none;
    }
}
.box-footer-in .foot-nav
{
    position: relative;

    padding-bottom: 40px;

    border-bottom: 1px solid #8d8c8b;
}
.box-footer-in .foot-nav:after
{
    position: absolute;
    bottom: -3px;

    display: block;

    width: 50px;
    height: 5px;

    content: '';

    background-color: #fff;
}
.box-footer-in .foot-nav img
{
    display: inline-block;

    max-width: 200px;
}
.box-footer-in .foot-nav .link
{
    display: inline-block;
    float: right;
}
.box-footer-in .foot-nav .link ul
{
    margin: 0 -30px;
}
@media (max-width: 1560px)
{
    .box-footer-in .foot-nav .link ul
    {
        margin: 0 -15px;
    }
}
.box-footer-in .foot-nav .link ul li
{
    display: inline-block;
}
.box-footer-in .foot-nav .link ul li a
{
    font-size: 16px;
    line-height: 30px;

    padding: 0 30px;

    color: #fff;
}
@media (max-width: 1560px)
{
    .box-footer-in .foot-nav .link ul li a
    {
        padding: 0 15px;
    }
}
.box-footer-in .foot-text
{
    padding-top: 20px;
    overflow: hidden;
}
.box-footer-in .foot-text .text
{
    display: inline-block;

    color: #fff;
}
.box-footer-in .foot-text .text b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.66666667;

    display: block;
}
@media (max-width: 1560px)
{
    .box-footer-in .foot-text .text b
    {
        font-size: 18px;
    }
}
.box-footer-in .foot-text .text p
{
    font-size: 20px;
    line-height: 1.5;

    margin: 0;
}
.box-footer-in .foot-text .note
{
    display: inline-block;
    float: right;
    max-width: 66%;
    text-align: right;
}
@media (max-width: 1560px)
{
    .box-footer-in .foot-text .note
    {
        max-width: 60%;

        text-align: right;
    }
}
.box-footer-in .foot-text .list
{
    color: #fff;
}
.box-footer-in .foot-text .list p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;

    margin-left: 50px;
    padding-left: 30px;

    color: #fff;
}
@media (max-width: 1700px)
{
    .box-footer-in .foot-text .list p
    {
        margin-left: 15px;
    }
}
@media (max-width: 1560px)
{
    .box-footer-in .foot-text .list p
    {
        font-size: 14px;
    }
}
.box-footer-in .foot-text .list p:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    position: absolute;
    left: 0;

    content: '\e64b';
}
.box-footer-in .foot-text .list p.tel:before
{
    content: '\e64a';
}
.box-footer-in .foot-text .list p.email:before
{
    content: '\e649';
}
.box-footer-in .foot-text .share
{
    text-align: right;
}
.box-footer-in .foot-text .share .at-resp-share-element .at-share-btn .at-icon-wrapper
{
    float: none;
}
.box-footer-in .foot-text .share .at-resp-share-element .at-share-btn
{
    outline: none;
    background: none !important;
}
.box-footer-in .foot-text .share .at-resp-share-element .at-share-btn svg

{

    fill: #fff !important;
}
.box-footer-in .copyright
{
    padding: 10px 15px;

    text-align: center;

    background-color: #28282b;
}
.box-footer-in .copyright p
{
    line-height: 30px;

    margin: 0;

    color: #ffffff;
}
@media (max-width: 767px)
{
    .box-footer-in .copyright p
    {
        line-height: 24px;
    }
}
.box-footer-in .copyright p span
{
    margin: 0 15px;
}
@media (max-width: 767px)
{
    .box-footer-in .copyright p span
    {
        display: block;

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

    color: #fff;
}
.inside-nav
{
    position: relative;

    display: none;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1199px)
{
    .inside-nav
    {
        display: block;
    }
    .inside-nav .container
    {
        padding: 0;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.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;

    white-space: nowrap;
}
.inside-nav ul li
{
    position: relative;

    display: inline-block;

    margin-left: -3px;
}
.inside-nav ul li a
{
    font-size: 16px;
    line-height: 58px;

    display: inline-block;

    padding: 0 24px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .inside-nav ul li a
    {
        font-size: 15px;
        line-height: 50px;
    }
}
.inside-nav ul li.active a,
.inside-nav ul li:hover a
{
    color: #fff;
    background-color: #e50012;
}
.wrap
{
    padding: 60px 0 100px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in b
{
    font-size: 30px;
    line-height: 1;

    color: #e50012;
}
@media (max-width: 991px)
{
    .title-in b
    {
        font-size: 24px;
    }
}
.title-in b:before,
.title-in b:after
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background-color: rgba(16, 107, 203, .5);
}
@media (max-width: 991px)
{
    .title-in b:before,
    .title-in b:after
    {
        width: 6px;
        height: 6px;
        margin: 0 10px;
    }
}
.wrap-about .about
{
    font-size: 0;

    position: relative;
    z-index: 2;

    padding: 70px 0;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-about .about
    {
        padding: 50px 0;
    }
}
.wrap-about .about .pic,
.wrap-about .about .text
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-about .about .pic,
    .wrap-about .about .text
    {
        width: 100%;
    }
}
.wrap-about .about .pic
{
    margin-top: -160px;
}
@media (max-width: 1560px)
{
    .wrap-about .about .pic
    {
        margin-top: -120px;
    }
}
@media (max-width: 1199px)
{
    .wrap-about .about .pic
    {
        margin-top: 0;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .about .text
{
    padding-left: 40px;
}
@media (max-width: 991px)
{
    .wrap-about .about .text
    {
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .brand
{
    overflow: hidden;

    padding: 80px 0 0 0;
}
.wrap-about .brand .title-brand
{
    text-align: center;
}
.wrap-about .brand .title-brand:after
{
    display: block;

    width: 6px;
    height: 65px;
    margin: 0 auto;

    content: '';

    background: url(../images/line-2.png) no-repeat center;
}
.wrap-about .brand .title-brand b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-about .brand .title-brand b
    {
        font-size: 24px;
    }
}
.wrap-about .brand .title-brand p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: 300;

    margin: 0;

    color: #aeaeae;
}
@media (max-width: 991px)
{
    .wrap-about .brand .title-brand p
    {
        font-size: 26px;
    }
}
.wrap-about .brand .brandlist
{
    font-size: 0;

    margin-top: 30px;

    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-about .brand .brandlist .pic,
.wrap-about .brand .brandlist .text
{
    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-about .brand .brandlist .pic,
    .wrap-about .brand .brandlist .text
    {
        width: 100%;
    }
}
.wrap-about .brand .brandlist .pic img
{
    max-width: 100%;
}
.wrap-about .brand .brandlist .text
{
    padding: 30px 5%;
	
}
@media (max-width: 1460px)
{
    .wrap-about .brand .brandlist .text
    {
        padding: 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .brand .brandlist .text
    {
        padding: 30px 15px;
    }
}
.wrap-about .brand .brandlist .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    color: #fff;
}
@media (max-width: 1460px)
{
    .wrap-about .brand .brandlist .text p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .wrap-about .brand .brandlist .text p
    {
        font-size: 14px;
    }
}
.wrap-about .history
{
    overflow: hidden;

    padding: 80px 0;
}
.wrap-about .history .title-history
{
    text-align: center;
}
.wrap-about .history .title-history b
{
    font-size: 32px;
    font-weight: normal;
    line-height: 1;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-about .history .title-history b
    {
        font-size: 24px;
    }
}
.wrap-about .history .title-history p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    font-weight: 300;

    margin: 0;

    color: #aeaeae;
}
@media (max-width: 991px)
{
    .wrap-about .history .title-history p
    {
        font-size: 26px;
    }
}
.wrap-about .history .historylist
{
    margin-top: 50px;
}
.wrap-about .history .historylist ul li
{
    position: relative;
}
.wrap-about .history .historylist ul li:before
{
    position: absolute;
    z-index: 2;
    top: 28px;
    left: -webkit-calc(50% - 5px);
    left:         calc(50% - 5px);

    display: block;

    width: 10px;
    height: 10px;

    content: '';

    border-radius: 50%;
    background-color: #e50012;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li:before
    {
        top: 0;
        left: -5px;
    }
}
.wrap-about .history .historylist ul li:after
{
    position: absolute;
    top: 0;
    left: 50%;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    border-left: 1px dashed #d2d2d2;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li:after
    {
        left: 0;
    }
}
.wrap-about .history .historylist ul li:first-child:before,
.wrap-about .history .historylist ul li:last-child:before
{
    top: 0;
}
.wrap-about .history .historylist ul li:last-child:after
{
    display: none;
}
.wrap-about .history .historylist ul li .item
{
    font-size: 0;

    overflow: hidden;

    padding-bottom: 40px;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li .item
    {
        padding-bottom: 30px;
    }
}
.wrap-about .history .historylist ul li .item .pic,
.wrap-about .history .historylist ul li .item .note
{
    display: inline-block;

    width: 50%;
    padding: 0 40px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .wrap-about .history .historylist ul li .item .pic,
    .wrap-about .history .historylist ul li .item .note
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li .item .pic,
    .wrap-about .history .historylist ul li .item .note
    {
        display: block;

        width: 100%;
        padding: 0 0 0 20px;
    }
}
.wrap-about .history .historylist ul li .item .note
{
    font-size: 14px;

    padding-top: 20px;
}
.wrap-about .history .historylist ul li .item .note p
{
    font-size: 16px;
    line-height: 1.875;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li .item .note p
    {
        font-size: 14px;
    }
}
.wrap-about .history .historylist ul li .item .pic
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li .item .pic
    {
        text-align: left;
    }
}
.wrap-about .history .historylist ul li .item .pic img
{
    max-width: 100%;
}
.wrap-about .history .historylist ul li:nth-child(2n) .pic
{
    float: right;

    text-align: left;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li:nth-child(2n) .pic
    {
        float: none;
    }
}
.wrap-about .history .historylist ul li:nth-child(2n) .note
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-about .history .historylist ul li:nth-child(2n) .note
    {
        text-align: left;
    }
}
.wrap-honor
{
    overflow: hidden;
}
.wrap-honor .row
{
    margin: 0 -20px;
}
@media (max-width: 767px)
{
    .wrap-honor .row
    {
        margin: 0 -10px;
    }
}
.wrap-honor .itembox
{
    margin-top: 40px;
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .wrap-honor .itembox
    {
        margin-top: 20px;
        padding: 0 8px;
    }
}
.wrap-honor .item
{
    text-align: center;
}
.wrap-honor .item .pic
{
    display: block;

    border: 1px solid #d2d2d2;
}
.wrap-honor .item img
{
    max-width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-honor .item-1 .img-box
{
    padding-bottom: 71.42857143%;
}
.wrap-honor .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

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

    margin-top: 40px;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 61.72839506%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-product .product .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 10px 0 0 0;

    text-align: center;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-product .product .item:hover p
{
    color: #e50012;
}
.wrap-product-show
{
    overflow: hidden;

    padding-bottom: 0;
}
.wrap-product-show .product-show
{
    font-size: 0;

    padding-bottom: 50px;
}
.wrap-product-show .product-show .pic,
.wrap-product-show .product-show .text
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .pic,
    .wrap-product-show .product-show .text
    {
        width: 100%;
    }
}
.wrap-product-show .product-show .pic img
{
    max-width: 100%;
}
.wrap-product-show .product-show .text
{
    font-size: 14px;

    padding-left: 60px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text
    {
        padding-left: 0;
    }
}
.wrap-product-show .product-show .text .title-product-show
{
    border-bottom: 1px solid #d2d2d2;
}
.wrap-product-show .product-show .text .title-product-show h1
{
    font-size: 34px;
    font-weight: normal;
    line-height: 1.47058824;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text .title-product-show h1
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-show .text .note
{
    margin-top: 20px;
}
.wrap-product-show .product-show .text .note:after
{
    display: block;

    width: 50px;
    height: 2px;
    margin-top: 20px;

    content: '';

    background-color: #e50012;
}
.wrap-product-show .product-show .text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text .note p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .text .detail
{
    margin-top: 20px;
}
.wrap-product-show .product-show .text .detail p
{
    font-size: 18px;
    line-height: 2.11111111;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .text .detail p
    {
        font-size: 16px;
    }
}
.wrap-product-show .product-show .text .detail p span
{
    color: #e50012;
}
.wrap-product-show .product-parameter
{
    padding: 50px 0;

    background-color: #f9f9f9;
}
.wrap-product-show .product-parameter .title-parameter
{
    font-size: 0;

    position: relative;
}
.wrap-product-show .product-parameter .title-parameter:after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 100%;
    height: 1px;

    content: '';
    vertical-align: middle;

    background-color: #b3ceeb;
}
.wrap-product-show .product-parameter .title-parameter b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1;

    position: relative;
    z-index: 2;

    display: inline-block;

    padding-right: 20px;

    color: #e50012;
    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .title-parameter b
    {
        font-size: 24px;
    }
}
.wrap-product-show .product-parameter .title-parameter b:after
{
    position: absolute;
    top: -webkit-calc(50% - 2px);
    top:         calc(50% - 2px);
    right: -60px;

    display: block;

    width: 60px;
    height: 5px;

    content: '';

    background-color: #e50012;
}
.wrap-product-show .product-parameter .text
{
    margin-top: 20px;
}
.wrap-product-show .product-parameter .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-parameter .text img
{
    max-width: 100%;
}
.wrap-case .case .item
{
    display: block;

    margin-top: 30px;
}
.wrap-case .case .item .img-box
{
    padding-bottom: 61.72839506%;
}
.wrap-case .case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case .case .item p
{
    font-size: 16px;
    line-height: 60px;


    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

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

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

        height: 40px;
    }
}
.wrap-case .case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case .case .item:hover p
{
    color: #fff;
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-case-show
{
    overflow: hidden;
}
.wrap-case-show .case-show
{
    font-size: 0;

    padding-bottom: 50px;
}
.wrap-case-show .case-show .pic,
.wrap-case-show .case-show .text
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .pic,
    .wrap-case-show .case-show .text
    {
        width: 100%;
    }
}
.wrap-case-show .case-show .pic img
{
    max-width: 100%;
}
.wrap-case-show .case-show .text
{
    font-size: 14px;

    padding-left: 60px;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .text
    {
        padding-left: 0;
    }
}
.wrap-case-show .case-show .text .title-case-show
{
    border-bottom: 1px solid #d2d2d2;
}
.wrap-case-show .case-show .text .title-case-show h1
{
    font-size: 34px;
    font-weight: normal;
    line-height: 1.47058824;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .text .title-case-show h1
    {
        font-size: 24px;
    }
}
.wrap-case-show .case-show .text .note
{
    margin-top: 20px;
}
.wrap-case-show .case-show .text .note span.date
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

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

    color: #fff;
    border-radius: 30px;
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-case-show .case-show .text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-show .text .note p
    {
        font-size: 14px;
    }
}
.wrap-case-show .case-show .text .note p span
{
    color: #e50012;
}
.wrap-case-show .case-parameter
{
    padding: 50px 0;

    background-color: #f9f9f9;
}
.wrap-case-show .case-parameter .title-parameter
{
    position: relative;
}
.wrap-case-show .case-parameter .title-parameter b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 1;

    display: inline-block;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-parameter .title-parameter b
    {
        font-size: 24px;
    }
}
.wrap-case-show .case-parameter .title-parameter b:after
{
    display: block;

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

    content: '';

    background-color: #e50012;
}
.wrap-case-show .case-parameter .text
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-parameter .text
    {
        margin-top: 30px;
    }
}
.wrap-case-show .case-parameter .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-case-show .case-parameter .text p span
{
    color: #e50012;
}
.wrap-case-show .case-parameter .text img
{
    max-width: 100%;
    margin: 5px 0;
}
.wrap-case-show .case-other
{
    padding-top: 60px;
}
.wrap-case-show .case-other .title-other:before
{
    position: relative;
    top: -4px;

    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #e50012;
}
.wrap-case-show .case-other .title-other b
{
    font-size: 26px;
    line-height: 1;

    display: inline-block;
    float: none;
}
.wrap-case-show .case-other .title-other b span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    text-transform: uppercase;

    color: #999;
}
.wrap-case-show .case-other .slick-case
{
    margin: 0 -15px;
    margin-top: 20px;
}
.wrap-case-show .case-other .slick-case .slick-slide
{
    padding: 0 15px;
}
.wrap-case-show .case-other .slick-case .item
{
    display: block;
}
.wrap-case-show .case-other .slick-case .item .img-box
{
    padding-bottom: 61.72839506%;
}
.wrap-case-show .case-other .slick-case .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-case-show .case-other .slick-case .item p
{
    font-size: 16px;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-case-show .case-other .slick-case .item p
    {
        font-size: 15px;
        line-height: 40px;

        height: 40px;
    }
}
.wrap-case-show .case-other .slick-case .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-case-show .case-other .slick-case .item:hover p
{
    color: #fff;
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-news
{
    overflow: hidden;
}
.wrap-news .row
{
    margin: 0 -50px;
}
@media (max-width: 1460px)
{
    .wrap-news .row
    {
        margin: 0 -20px;
    }
}
.wrap-news .itembox
{
    padding: 0 50px;
}
@media (max-width: 1460px)
{
    .wrap-news .itembox
    {
        padding: 0 20px;
    }
}
.wrap-news .news-top .item
{
    display: block;
    overflow: hidden;

    margin-top: 40px;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item
    {
        margin-top: 20px;
    }
}
.wrap-news .news-top .item .pic
{
    float: left;

    width: 40%;
}
@media (max-width: 1460px)
{
    .wrap-news .news-top .item .pic
    {
        width: 44%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news-top .item .pic .img-box
{
    padding-bottom: 71.875%;
}
.wrap-news .news-top .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news-top .item .note
{
    float: left;

    width: 60%;
    padding-top: 10px;
    padding-left: 20px;
}
@media (max-width: 1460px)
{
    .wrap-news .news-top .item .note
    {
        width: 56%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .note
    {
        width: 100%;
        padding: 20px 0;
    }
}
.wrap-news .news-top .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;

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

    max-height: 68px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .wrap-news .news-top .item .note b
    {
        font-size: 16px;
        line-height: 28px;

        max-height: 56px;
    }
}
.wrap-news .news-top .item .note span.date
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin: 4px 0;

    color: #999;
}
.wrap-news .news-top .item .note p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news-top .item .note span.more
{
    line-height: 24px;

    display: block;

    margin-top: 10px;

    color: #e50012;
}
.wrap-news .news-top .item .note span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    margin-left: 10px;

    content: '\e6c1';
}
.wrap-news .news-top .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-news .news-top .item:hover .note b
{
    color: #e50012;
}
.wrap-news .news
{
    margin-top: 40px;
}
.wrap-news .news .item
{
    position: relative;

    display: block;

    margin-top: 40px;
    padding-left: 130px;

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

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
        padding-left: 100px;
    }
}
.wrap-news .news .item .date
{
    font-family: 'ITC Avant Garde Gothic';

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

    width: 130px;
    height: 100%;
    padding-top: 24px;

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

    color: #fff;
    background-color: #e50012;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date
    {
        width: 100px;
        padding-top: 28px;
    }
}
.wrap-news .news .item .date b
{
    font-size: 50px;
    line-height: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date b
    {
        font-size: 30px;
    }
}
.wrap-news .news .item .date p
{
    font-size: 18px;

    margin: 0;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .date p
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .note
{
    padding: 20px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        padding: 10px;
    }
}
.wrap-news .news .item .note b
{
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 36px;
    margin: 0;

    -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
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover
{
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-news .news .item:hover .date
{
    background-color: #e50012;
}
.wrap-news .news .item:hover .note b,
.wrap-news .news .item:hover .note p
{
    color: #fff;
}
.wrap-news-show .title-news-show h1
{
    font-size: 24px;
    line-height: 1.66666667;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .title-news-show .info
{
    overflow: hidden;

    margin-top: 10px;
    padding: 5px 0;

    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}
.wrap-news-show .title-news-show .info span
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;

    margin-right: 50px;

    vertical-align: middle;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show .info span
    {
        font-size: 13px;

        margin-right: 10px;
    }
}
.wrap-news-show .title-news-show .info a.return
{
    font-size: 16px;
    line-height: 24px;

    display: inline-block;
    float: right;

    color: #e50012;
}
@media (max-width: 767px)
{
    .wrap-news-show .title-news-show .info a.return
    {
        font-size: 14px;
    }
}
.wrap-news-show .title-news-show .info a.return:hover
{
    color: #08509b;
}
.wrap-news-show .left
{
    float: left;

    width: 73%;
    padding-right: 60px;
}
@media (max-width: 991px)
{
    .wrap-news-show .left
    {
        width: 100%;
        padding-right: 0;
    }
}
.wrap-news-show .left .text
{
    margin-top: 30px;
}
.wrap-news-show .right
{
    float: left;

    width: 27%;
}
@media (max-width: 991px)
{
    .wrap-news-show .right
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-news-show .news-show
{
    overflow: hidden;
}
.wrap-news-show .news-show img
{
    max-width: 100%;
}
.wrap-news-show .news-show p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show p
    {
        font-size: 14px;
    }
}
.wrap-news-show .relate
{
    margin-top: 50px;
}
.wrap-news-show .relate a
{
    line-height: 48px;

    display: inline-block;
    overflow: hidden;

    height: 48px;
    margin-top: 14px;
    padding: 0 20px;

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

    color: #9e9e9e;
    border: 1px dashed #bfbfbf;
    border-radius: 30px;
}
.wrap-news-show .relate a:hover
{
    color: #e50012;
    border-color: #e50012;
}
.wrap-news-show .relate .next a
{
    float: right;
}
@media (max-width: 1199px)
{
    .wrap-news-show .relate .next a
    {
        float: none;
    }
}
@media (max-width: 991px)
{
    .wrap-news-show .hot-news
    {
        margin-top: 40px;
    }
}
.wrap-news-show .hot-news .title-hot b
{
    font-size: 26px;
    line-height: 1.5;

    display: block;
}
@media (max-width: 991px)
{
    .wrap-news-show .hot-news .title-hot b
    {
        font-size: 20px;
    }
}
.wrap-news-show .hot-news .title-hot b:after
{
    display: block;

    width: 104px;
    height: 4px;

    content: '';

    background: url(../images/line-3.jpg) no-repeat;
}
.wrap-news-show .hot-news .list ul li
{
    border-bottom: 1px dashed #d2d2d2;
}
.wrap-news-show .hot-news .list ul li:last-child
{
    border-bottom: none;
}
.wrap-news-show .hot-news .list .item
{
    display: block;
    overflow: hidden;

    padding: 24px 0;
}
.wrap-news-show .hot-news .list .item b
{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;

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

    height: 30px;

    color: #666;

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

    color: #999;
}
.wrap-news-show .hot-news .list .item p
{
    font-size: 14px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 0;

    color: #999;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news-show .hot-news .list .item:hover b
{
    color: #e50012;
}
.wrap-join
{
    position: relative;

    overflow: hidden;

    background: url(../images/join_bg.jpg) no-repeat center top;
}
.wrap-join .join-text
{
    margin-top: 30px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-join .join-text
    {
        margin-top: 0;
    }
}
.wrap-join .join-text p
{
    font-size: 18px;
    line-height: 2.33333333;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-join .join-text p
    {
        font-size: 14px;
    }
}
.wrap-join .join-item
{
    display: table;

    width: 100%;
    margin-top: 70px;
    padding: 30px 0;

    background-color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-join .join-item
    {
        display: block;

        margin-top: 50px;
        padding: 30px 0;
    }
}
.wrap-join .join-item .text
{
    display: table-cell;

    width: 55%;
    padding: 0 5%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-join .join-item .text
    {
        display: block;

        width: 100%;
        padding: 0 15px;
    }
}
.wrap-join .join-item .text-1
{
    position: relative;

    width: 45%;

    border-right: 1px solid #fff;
}
@media (max-width: 991px)
{
    .wrap-join .join-item .text-1
    {
        width: 100%;

        border: none;
    }
}
.wrap-join .join-item .text-1:after
{
    position: absolute;
    top: 50%;
    right: -3px;

    display: block;

    width: 6px;
    height: 30px;

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

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-join .join-item .text-1:after
    {
        display: none;
    }
}
.wrap-join .join-item .text p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-join .join-item .text p
    {
        font-size: 14px;
    }
}
.wrap-join .join
{
    padding-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-join .join
    {
        padding-top: 50px;
    }
}
.wrap-join .join .title-join
{
    text-align: center;
}
.wrap-join .join .title-join b
{
    font-size: 30px;
    line-height: 1;

    display: block;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-join .join .title-join b
    {
        font-size: 24px;
    }
}
.wrap-join .join .title-join p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 36px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-join .join .title-join p
    {
        font-size: 26px;
    }
}
.wrap-join .join .title-join p span
{
    font-weight: bold;

    color: #e50012;
}
.wrap-join .list
{
    overflow-x: auto;

    margin-top: 40px;
}
.wrap-join .list > ul
{
    overflow: hidden;

    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.wrap-join .list > ul > li
{
    font-size: 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-join .list > ul > li:first-child
{
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f4f4f4;
}
.wrap-join .list > ul > li:first-child .tlist .titem p
{
    font-size: 20px;
    line-height: 30px;

    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li:first-child .tlist .titem p
    {
        font-size: 12px;
    }
}
.wrap-join .list > ul > li .tlist
{
    display: table;
    overflow: hidden;

    width: 100%;
}
.wrap-join .list > ul > li .tlist .titem
{
    font-size: 16px;

    display: table-cell;

    width: 16%;
    min-height: 60px;

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

    border-left: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .tlist .titem
    {
        font-size: 12px;
    }
}
.wrap-join .list > ul > li .tlist .titem:first-child
{
    border-left: none;
}
.wrap-join .list > ul > li .tlist .titem:nth-child(3),
.wrap-join .list > ul > li .tlist .titem:nth-child(5)
{
    width: 26%;
}
.wrap-join .list > ul > li .tlist .titem p
{
    margin: 0;
    padding: 14px 30px;
}
@media (max-width: 767px)
{
    .wrap-join .list > ul > li .tlist .titem p
    {
        font-size: 12px;

        padding: 10px 4px;
    }
}
.wrap-join .list > ul > li .tlist .titem a
{
    font-size: 16px;
    line-height: 2;

    display: inline-block;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .tlist .titem a
    {
        font-size: 12px;

        padding: 0 0;
    }
}
.wrap-join .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';
    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    border-width: 0 4px 4px 4px;
    border-style: solid;
    border-color: transparent transparent #e50012 transparent;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .tlist .titem a.more:after
    {
        margin-left: 4px;
    }
}
.wrap-join .list > ul > li .tlist .titem a.apply
{
    margin-left: 5%;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .tlist .titem a.apply
    {
        margin-left: 0;
    }
}
.wrap-join .list > ul > li .tlist .titem a.apply:hover
{
    color: #08509b;
}
.wrap-join .list > ul > li.current
{
    background-color: #f4f4f4;
}
.wrap-join .list > ul > li.current .tlist .titem a.more:after
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-join .list > ul > li .note
{
    display: none;

    padding: 30px 30px;

    border-top: 1px solid #ddd;
    background-color: #f4f4f4;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .note
    {
        padding: 30px 0;
    }
}
.wrap-join .list > ul > li .note p
{
    font-size: 18px;

    display: inline-block;

    margin: 6px 28px;
}
@media (max-width: 991px)
{
    .wrap-join .list > ul > li .note p
    {
        font-size: 14px;

        display: block;

        margin: 6px 10px;
    }
}
.wrap-join .list > ul > li .note p b
{
    color: #e60012;
}
.wrap-join .message
{
    position: fixed;
    z-index: 11;
    top: 5%;
    left: 0;

    display: none;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    max-height: 90%;
    padding: 20px 0;
}
@media (max-width: 991px)
{
    .wrap-join .message
    {
        padding: 20px;
    }
}
.wrap-join .message .messageinfo
{
    position: relative;

    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10% 30px 10%;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .wrap-join .message .messageinfo
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-join .message form
{
    overflow: hidden;
}
.wrap-join .message .col-xs-12
{
    margin-top: 6px;
}
.wrap-join .message form
{
    margin-top: 30px;
}
.wrap-join .message .title-message
{
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-join .message .title-message h3
{
    font-size: 20px;
    line-height: 2;

    display: block;

    margin: 0;

    text-align: center;
}
.wrap-join .message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

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

    color: #666;
    border-radius: 50%;
    background-color: #fff;
}
.wrap-join .message .title-message .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 42px;

    display: block;

    content: '\e628';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wrap-join .message .title-message .m-close:hover
{
    color: #fff;
    background-color: #e50012;
}
.wrap-join .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 50px;
    padding-left: 120px;
}
@media (max-width: 991px)
{
    .wrap-join .message .item
    {
        padding-left: 90px;
    }
}
.wrap-join .message p
{
    font-size: 16px;
    line-height: 48px;

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

    width: 110px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-join .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-join .message input,
.wrap-join .message textarea,
.wrap-join .message select
{
    font-size: 14px;
    line-height: 28px;

    width: 100%;
    max-width: 250px;
    min-height: 38px;
    padding: 5px 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.wrap-join .message .js-check
{
    font-size: 16px;
    line-height: 48px;

    float: left;

    width: 100%;
    height: 50px;

    color: #666;
}
.wrap-join .message .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.wrap-join .message .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    cursor: pointer;
}
.wrap-join .message .js-check label input
{
    width: auto;

    cursor: pointer;
}
.wrap-join .message .js-check label:after
{
    position: relative;
    position: absolute;
    top: 16px;
    left: 5px;

    display: inline-block;
    float: left;

    width: 18px;
    height: 18px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}
.wrap-join .message .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 21px;
    left: 0;

    display: inline-block;

    width: 8px;
    height: 8px;

    border-radius: 50%;
}
.wrap-join .message .js-check label.checked i
{
    background-color: #000;
}
.wrap-join .message .js-check input[type=radio]
{
    width: 30px;
    height: 30px;
    min-height: auto;
    margin: 0 0 0 8px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.wrap-join .message .item-1
{
    padding-left: 0;

    text-align: center;
}
.wrap-join .message .btn
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 6px;
    outline: none;
    background-color: #e50012;
}
@media (max-width: 1560px)
{
    .wrap-join .message .btn
    {
        font-size: 16px;
    }
}
.wrap-join .message .btn.reset
{
    margin-right: 100px;

    background-color: #cecece;
}
@media (max-width: 991px)
{
    .wrap-join .message .btn.reset
    {
        margin-right: 20px;
    }
}
.wrap-join .message .btn:hover
{
    background-color: #08509b;
}
.maskbg-join
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .6);
}
.wrap-contact .map
{
    display: inline-block;

    width: 60%;
    height: 580px;
    margin-top: -140px;
    margin-right: -4px;

    vertical-align: middle;

    border: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .wrap-contact .map
    {
        width: 100%;
        height: 380px;
        margin-top: 0;
    }
}
.wrap-contact .text
{
    display: inline-block;

    width: 40%;
    margin-right: -4px;
    padding-left: 60px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-contact .text
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.wrap-contact .text b
{
    font-size: 28px;
    font-weight: normal;
    line-height: 1;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-contact .text b
    {
        font-size: 20px;
    }
}
.wrap-contact .text .note
{
    padding: 20px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-contact .text .note p
{
    font-size: 16px;
    line-height: 36px;

    position: relative;

    margin: 0;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-contact .text .note p
    {
        font-size: 15px;
    }
}
.wrap-contact .text .note p:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

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

    content: '\e897';

    color: #696969;
}
.wrap-contact .text .note p.email:before
{
    content: '\e72e';
}
.wrap-contact .text .note p.name:before
{
    content: '\e648';
}
.wrap-contact .text .note p.tel:before
{
    content: '\e62f';
}
.wrap-contact .text .note p.address:before
{
    content: '\e60d';
}
.wrap-contact .text .erweima
{
    display: inline-block;

    margin-top: 20px;

    text-align: center;
}
.wrap-contact .text .erweima img
{
    max-width: 130px;

    border: 1px solid #d2d2d2;
}
.wrap-contact .text .erweima p
{
    line-height: 2;

    margin: 6px 0 0 0;
}
.wrap-contact .message
{
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 60px;
    }
}
.wrap-contact .message .title-message
{
    text-align: center;
}
.wrap-contact .message .title-message b
{
    font-size: 32px;
    line-height: 1;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message b
    {
        font-size: 26px;
    }
}
.wrap-contact .message .title-message p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 26px;
    line-height: 1;

    margin: 6px 0 0 0;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title-message p
    {
        font-size: 20px;
    }
}
.wrap-contact .message input,
.wrap-contact .message textarea
{
    font-size: 16px;
    line-height: 30px;

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

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-contact .message input,
    .wrap-contact .message textarea
    {
        padding: 10px 0;
    }
}
.wrap-contact .message input:focus,
.wrap-contact .message textarea:focus
{
    border-bottom-color: #e50012;
}
.wrap-contact .message input::-webkit-input-placeholder,
.wrap-contact .message textarea::-webkit-input-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input:-o-placeholder,
.wrap-contact .message textarea:-o-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input::-moz-placeholder,
.wrap-contact .message textarea::-moz-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input:-ms-input-placeholder,
.wrap-contact .message textarea:-ms-input-placeholder
{
    color: #c1c1c1;
}
.wrap-contact .message input:focus::-webkit-input-placeholder,
.wrap-contact .message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-o-placeholder,
.wrap-contact .message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-moz-placeholder,
.wrap-contact .message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message input:focus::-ms-input-placeholder,
.wrap-contact .message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message .submit,
.wrap-contact .message .reset
{
    font-size: 18px;
    line-height: 58px;

    display: block;

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

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

    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-contact .message .submit,
    .wrap-contact .message .reset
    {
        font-size: 16px;

        margin-top: 30px;
    }
}
.wrap-contact .message .submit:hover,
.wrap-contact .message .reset:hover
{
    color: #fff;
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-contact .message .submit
{
    color: #fff;
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
    background-image: linear-gradient(-131deg, #e5732d 0%, #e31924 52%);
}
.wrap-vocs .vocs .title-vocs
{
    text-align: center;
}
.wrap-vocs .vocs .title-vocs b
{
    font-size: 32px;
    font-weight: normal;

    display: inline-block;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs .title-vocs b
    {
        font-size: 24px;
    }
}
.wrap-vocs .vocs .title-vocs b:before,
.wrap-vocs .vocs .title-vocs b:after
{
    display: inline-block;

    width: 180px;
    height: 2px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background-color: rgba(16, 107, 203, .5);
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs .title-vocs b:before,
    .wrap-vocs .vocs .title-vocs b:after
    {
        width: 30px;
    }
}
.wrap-vocs .vocs .info
{
    overflow: hidden;

    padding-bottom: 60px;
}
.wrap-vocs .vocs .info .pic,
.wrap-vocs .vocs .info .text
{
    float: left;

    width: 49%;
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs .info .pic,
    .wrap-vocs .vocs .info .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-vocs .vocs .info .pic img,
.wrap-vocs .vocs .info .text img
{
    max-width: 100%;
}
.wrap-vocs .vocs .info .text
{
    width: 51%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs .info .text
    {
        width: 100%;
        padding-left: 0;
    }
}
.wrap-vocs .vocs .info .text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs .info .text p
    {
        font-size: 14px;
    }
}
.wrap-vocs .vocs-parameter
{
    padding: 60px 0;

    background-color: #f8f8f8;
}
.wrap-vocs .vocs-parameter .note p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs-parameter .note p
    {
        font-size: 14px;
    }
}
.wrap-vocs .vocs-parameter .info
{
    margin-top: 30px;
}
.wrap-vocs .vocs-parameter .info h3
{
    font-size: 26px;
    line-height: 52px;

    display: inline-block;

    padding: 0 28px;

    color: #fff;
    border-radius: 30px;
    background-color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs-parameter .info h3
    {
        font-size: 22px;
        line-height: 42px;
    }
}
.wrap-vocs .vocs-parameter .info h4
{
    font-size: 24px;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs-parameter .info h4
    {
        font-size: 18px;
    }
}
.wrap-vocs .vocs-parameter .info p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-vocs .vocs-parameter .info p
    {
        font-size: 14px;
    }
}
.wrap-vocs .vocs-parameter .info p span
{
    color: #e50012;
}
.wrap-vocs .vocs-parameter .info > ul > li
{
    overflow: hidden;
}
.wrap-vocs .vocs-parameter .info > ul > li .pic,
.wrap-vocs .vocs-parameter .info > ul > li .text
{
    float: left;
    overflow: hidden;

    width: 50%;
}
@media (max-width: 1199px)
{
    .wrap-vocs .vocs-parameter .info > ul > li .pic,
    .wrap-vocs .vocs-parameter .info > ul > li .text
    {
        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .wrap-vocs .vocs-parameter .info > ul > li .pic img
    {
        max-width: 100%;
    }
}
.wrap-vocs .vocs-parameter .info > ul > li .text
{
    padding: 20px 0 0 30px;
}
@media (max-width: 1199px)
{
    .wrap-vocs .vocs-parameter .info > ul > li .text
    {
        padding: 30px 0;
    }
}
.wrap-vocs .vocs-parameter .info > ul > li .text > ul > li
{
    position: relative;

    padding-left: 36px;
}
.wrap-vocs .vocs-parameter .info > ul > li .text > ul > li span.num
{
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    text-align: center;

    color: #fff;
    background-color: #e50012;
}
@media (max-width: 1199px)
{
    .wrap-vocs .vocs-parameter .info > ul > li .text > ul > li span.num
    {
        top: 4px;
    }
}
.wrap-vocs .vocs-parameter .info > ul > li:nth-child(2n+1) .pic
{
    float: right;
}
.wrap-vocs .vocs-parameter .info > ul > li:nth-child(2n+1) .text
{
    padding: 10px 30px 0 0;
}
@media (max-width: 1199px)
{
    .wrap-vocs .vocs-parameter .info > ul > li:nth-child(2n+1) .text
    {
        padding: 30px 0;
    }
}
.wrap-vocs .detail
{
    padding-top: 60px;
}
.wrap-vocs .detail h4
{
    font-size: 24px;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-vocs .detail h4
    {
        font-size: 18px;
    }
}
.wrap-vocs .detail p
{
    font-size: 16px;
    line-height: 2.125;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-vocs .detail p
    {
        font-size: 14px;
    }
}
.wrap-merchants
{
    padding-top: 0;
}
.wrap-merchants .advantage .title-advantage
{
    display: inline-block;
    overflow: hidden;

    margin-top: -60px;

    color: #fff;
    background-color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage
    {
        margin-top: 50px;
    }
}
.wrap-merchants .advantage .title-advantage .left,
.wrap-merchants .advantage .title-advantage .right
{
    display: inline-block;

    padding: 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .left,
    .wrap-merchants .advantage .title-advantage .right
    {
        display: block;

        padding: 20px;
    }
}
.wrap-merchants .advantage .title-advantage .left p,
.wrap-merchants .advantage .title-advantage .right p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 28px;
    line-height: 30px;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .left p,
    .wrap-merchants .advantage .title-advantage .right p
    {
        font-size: 16px;
    }
}
.wrap-merchants .advantage .title-advantage .left b,
.wrap-merchants .advantage .title-advantage .right b
{
    font-size: 30px;
    font-weight: normal;
    line-height: 38px;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .left b,
    .wrap-merchants .advantage .title-advantage .right b
    {
        font-size: 22px;
    }
}
.wrap-merchants .advantage .title-advantage .left
{
    text-align: center;

    border-right: 1px solid #70a6e0;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .left
    {
        border: none;
    }
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .right
    {
        padding-top: 0;
    }
}
.wrap-merchants .advantage .title-advantage .right b
{
    font-size: 38px;
    line-height: 38px;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .right b
    {
        font-size: 20px;
    }
}
.wrap-merchants .advantage .title-advantage .right p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 22px;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage .title-advantage .right p
    {
        font-size: 16px;
    }
}
.wrap-merchants .advantage-list
{
    overflow: hidden;
}
.wrap-merchants .advantage-list .list-text
{
    padding-top: 40px;
}
.wrap-merchants .advantage-list .list-text .tt b
{
    font-size: 32px;
    line-height: 1.25;

    margin: 0;

    color: #e50012;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage-list .list-text .tt b
    {
        font-size: 20px;
    }
}
.wrap-merchants .advantage-list .list-text .tt p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 20px;
    line-height: 1.6;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage-list .list-text .tt p
    {
        font-size: 15px;
    }
}
.wrap-merchants .advantage-list .list-text .note
{
    padding: 30px 0;
}
.wrap-merchants .advantage-list .list-text .note p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage-list .list-text .note p
    {
        font-size: 14px;
    }
}
.wrap-merchants .advantage-list .list-text-1 .note
{
    border-bottom: 1px dashed #e50012;
}
.wrap-merchants .advantage-list .list-text-2 .tt b
{
    color: #e50012;
}
.wrap-merchants .advantage-list .list-text-2 .tt-list ul
{
    font-size: 0;

    margin: 0 -16px;
}
.wrap-merchants .advantage-list .list-text-2 .tt-list ul li
{
    display: inline-block;

    width: 20%;
    padding: 0 16px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage-list .list-text-2 .tt-list ul li
    {
        width: 33.33333333%;
        margin-top: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-merchants .advantage-list .list-text-2 .tt-list ul li
    {
        width: 100%;
    }
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item
{
    font-size: 14px;

    padding: 20px;

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

    border-radius: 10px;
    background-color: #e50012;
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item .num
{
    font-size: 24px;
    line-height: 46px;

    position: relative;

    display: block;

    width: 46px;
    height: 46px;
    margin: 0 auto;
    margin-bottom: 20px;

    text-align: center;

    color: #e50012;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .3);
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item .num:before
{
    line-height: 34px;

    position: absolute;
    top: 6px;
    left: 6px;

    display: block;

    width: 34px;
    height: 34px;

    content: '';

    border-radius: 50%;
    background-color: #fff;
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item .num span
{
    position: relative;
    z-index: 2;
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-merchants .advantage-list .list-text-2 .tt-list .item p
    {
        font-size: 14px;
    }
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item:hover
{
    background-color: #e50012;
}
.wrap-merchants .advantage-list .list-text-2 .tt-list .item:hover .num
{
    color: #e50012;
}
.wrap-merchants .advantage-list .list-text-3
{
    margin-top: 60px;

    background-color: #f9f9f9;
}
.wrap-merchants .merchants
{
    overflow: hidden;

    padding: 100px 15px;

    background: url(../images/merchants_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-merchants .merchants
    {
        padding: 60px 15px;
    }
}
.wrap-merchants .merchants .text
{
    max-width: 980px;
    margin: 0 auto;
    padding: 50px;

    color: #fff;
    background: rgba(16, 107, 203, .8);
}
@media (max-width: 991px)
{
    .wrap-merchants .merchants .text
    {
        padding: 30px 15px;
    }
}
.wrap-merchants .merchants .text b
{
    font-size: 36px;
    line-height: 1.11111111;

    display: block;

    margin-bottom: 20px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-merchants .merchants .text b
    {
        font-size: 24px;
    }
}
.wrap-merchants .merchants .text p
{
    font-size: 18px;
    line-height: 1.77777778;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-merchants .merchants .text p
    {
        font-size: 14px;
    }
}
.wrap-merchants .merchants .text h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;

    margin: 20px 0 0 0;

    border-bottom: 2px solid #fff;
}
@media (max-width: 991px)
{
    .wrap-merchants .merchants .text h3
    {
        font-size: 16px;
    }
}
.wrap-merchants .support
{
    overflow: hidden;

    padding-top: 70px;
}
@media (max-width: 767px)
{
    .wrap-merchants .support
    {
        padding-top: 50px;
    }
}
.wrap-merchants .support .info
{
    font-size: 0;

    background-color: #f8f8f8;
}
.wrap-merchants .support .info .pic
{
    display: inline-block;
    overflow: hidden;

    width: 44%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-merchants .support .info .pic
    {
        width: 100%;
    }
}
.wrap-merchants .support .info .pic img
{
    max-width: 100%;
}
.wrap-merchants .support .info .note
{
    font-size: 14px;

    display: inline-block;

    width: 56%;
    padding: 40px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .wrap-merchants .support .info .note
    {
        width: 100%;
        padding: 30px 15px;
    }
}
.wrap-merchants .support .info .note b
{
    font-size: 32px;
    line-height: 1.5625;

    position: relative;

    display: block;

    margin-bottom: 20px;

    border-bottom: 1px solid #cadcef;
}
@media (max-width: 991px)
{
    .wrap-merchants .support .info .note b
    {
        font-size: 24px;
    }
}
.wrap-merchants .support .info .note b:after
{
    position: absolute;
    bottom: -3px;

    display: block;

    width: 128px;
    height: 5px;

    content: '';

    background-color: #e50012;
}
.wrap-merchants .support .info .note b span
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    font-weight: normal;

    display: inline-block;

    margin-left: 10px;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 991px)
{
    .wrap-merchants .support .info .note b span
    {
        font-size: 14px;
    }
}
.wrap-merchants .support .info .note p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-merchants .support .info .note p
    {
        font-size: 15px;
    }
}
.wrap-merchants .support .list
{
    position: relative;

    padding-top: 80px;
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list
    {
        padding-top: 50px;
    }
}
.wrap-merchants .support .list .title-support
{
    position: absolute;
    top: 100px;
    left: -200px;

    width: 420px;
    padding: 78px 0;

    text-align: center;

    color: #fff;
    background-color: #e50012;
}
@media (max-width: 1560px)
{
    .wrap-merchants .support .list .title-support
    {
        left: -30px;

        width: 240px;
    }
}
@media (max-width: 1199px)
{
    .wrap-merchants .support .list .title-support
    {
        position: relative;
        top: 0;

        padding: 30px 0;
    }
}
.wrap-merchants .support .list .title-support b
{
    font-size: 32px;
    line-height: 1;
}
@media (max-width: 1560px)
{
    .wrap-merchants .support .list .title-support b
    {
        font-size: 24px;
    }
}
.wrap-merchants .support .list .title-support p
{
    font-family: 'ITC Avant Garde Gothic';
    font-size: 24px;
    line-height: 1.4;

    margin: 4px 0 0 0;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .wrap-merchants .support .list .title-support p
    {
        font-size: 20px;
    }
}
.wrap-merchants .support .list ul
{
    font-size: 0;

    position: relative;

    margin: 0 -50px;
}
@media (max-width: 1560px)
{
    .wrap-merchants .support .list ul
    {
        margin: 0 -30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-merchants .support .list ul
    {
        margin: 0 -15px;
    }
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list ul
    {
        margin: 0 -5px;
        margin-top: 30px;
    }
}
.wrap-merchants .support .list ul:after
{
    position: absolute;
    top: 50%;
    right: -18px;

    display: block;

    width: 68px;
    height: 298px;

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

    background: url(../images/support-1.jpg) no-repeat;
}
@media (max-width: 1560px)
{
    .wrap-merchants .support .list ul:after
    {
        right: -40px;
    }
}
@media (max-width: 1199px)
{
    .wrap-merchants .support .list ul:after
    {
        display: none;
    }
}
.wrap-merchants .support .list ul li
{
    position: relative;

    display: inline-block;

    width: 20%;
    padding: 0 50px;

    vertical-align: top;
}
@media (max-width: 1560px)
{
    .wrap-merchants .support .list ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 1199px)
{
    .wrap-merchants .support .list ul li
    {
        width: 33.33333333%;
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list ul li
    {
        width: 50%;
        padding: 0 5px;
    }
}
.wrap-merchants .support .list ul li:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 30px;

    position: absolute;
    top: 50%;
    right: -25px;


    width: 50px;

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

    color: #e50012;
}
@media (max-width: 1199px)
{
    .wrap-merchants .support .list ul li:after
    {
        display: none;
    }
}
.wrap-merchants .support .list ul li:nth-child(1):after,
.wrap-merchants .support .list ul li:nth-child(2):after,
.wrap-merchants .support .list ul li:nth-child(3):after,
.wrap-merchants .support .list ul li:nth-child(4):after
{
    top: 46%;

    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.wrap-merchants .support .list ul li:first-child
{
    margin-left: 20%;
}
@media (max-width: 1199px)
{
    .wrap-merchants .support .list ul li:first-child
    {
        margin-left: 0;
    }
}
.wrap-merchants .support .list .item
{
    font-size: 14px;

    margin: 20px 0;
    padding: 40px 15px;

    text-align: center;

    border: 1px solid #e50012;
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list .item
    {
        margin: 5px 0;
        padding: 30px 10px;
    }
}
.wrap-merchants .support .list .item:before
{
    font-family: 'iconfont' !important;
    font-size: 66px;
    line-height: 80px;

    display: block;

    margin-bottom: 10px;

    content: '\e648';

    color: #e50012;
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list .item:before
    {
        font-size: 40px;
        line-height: 60px;
    }
}
.wrap-merchants .support .list .item-2:before
{
    content: '\e651';
}
.wrap-merchants .support .list .item-3:before
{
    content: '\e64e';
}
.wrap-merchants .support .list .item-4:before
{
    content: '\e654';
}
.wrap-merchants .support .list .item-5:before
{
    content: '\e655';
}
.wrap-merchants .support .list .item-6:before
{
    content: '\e652';
}
.wrap-merchants .support .list .item-7:before
{
    content: '\e650';
}
.wrap-merchants .support .list .item-8:before
{
    content: '\e64c';
}
.wrap-merchants .support .list .item-9:before
{
    content: '\e64d';
}
.wrap-merchants .support .list .item b
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;

    display: block;
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list .item b
    {
        font-size: 18px;
    }
}
.wrap-merchants .support .list .item p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 2px 0 0 0;

    text-transform: uppercase;

    color: #999;
}
@media (max-width: 767px)
{
    .wrap-merchants .support .list .item p
    {
        font-size: 14px;
    }
}
.page
{
    margin-top: 60px;

    text-align: center;
}
.page a
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    height: 30px;
    padding: 0 16px;

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

    color: #c7c7c7;
}
@media (max-width: 991px)
{
    .page a
    {
        padding: 0 6px;
    }
}
.page a:hover,
.page a.active
{
    text-decoration: underline;

    color: #e50012;
}
.table-box
{
    overflow-x: auto;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.BMapLabel
{
    padding: 0 !important;

    border: none !important;
    background: none !important;
}


.fixed-qq{
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9;
}

.fixed-qq-left{
    right: auto;
    left: 0;
}

/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #e50012;
  border: 1px solid #e50012;
}
.pagination a.page-num-current {
  color: #fff;
  background: #e50012;
  border: 1px solid #e50012;
}
/* ----- PB分页数字条效果 结束 ----- */