
@media (min-width: 1200px)
{
    .container
    {
        width: 100%;
        padding: 0 4%;
    }
}
@media (min-width: 1561px)
{
    .container
    {
        width: 100%;
        padding: 0 5%;
    }
}
@media (max-width: 1349px)
{
    .container
    {
        padding: 0 15px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n+1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

    border: none;
    outline: none;
}
img
{
    border: 0;
}
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;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}







@media (max-width: 991px)
{
    .wrap-online
    {
        display: none;
    }
}
.wrap-online:after
{
    display: block;

    width: 1px;
    height: 44px;
    margin: 0 auto;
    margin-top: -20px;

    content: '';

    background: #494453;
}
.wrap-online:before
{
    display: block;

    width: 5px;
    height: 102px;
    margin: 0 auto;
    margin-bottom: 20px;

    content: '';

    background: url(../images/online.png) no-repeat;
}
.wrap-online .bdsharebuttonbox
{
    display: block;

    padding: 0 12px;

    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
}
.wrap-online .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 32px;

    position: relative;

    display: block;
    float: none;

    height: auto;
    margin: 0;
    padding: 0 12px;

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

    background: none;
}
.wrap-online .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;
    line-height: 32px;

    display: inline-block;

    height: 32px;

    content: '\e685';
    text-align: center;
}
.wrap-online .bdsharebuttonbox a:after
{
    display: block;

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

    content: '';

    border-radius: 50%;
    background-color: #494453;
}
.wrap-online .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.wrap-online .bdsharebuttonbox a:hover:before
{
    color: #e4312b;
}
.wrap-online .bdsharebuttonbox .bds_sqq:before
{
    content: '\e634';
}
.wrap-online .bdsharebuttonbox .bds_email:before
{
    content: '\e7a8';
}
.wrap-online .bdsharebuttonbox .bds_weixin:before
{
    content: '\e885';
}
.wrap-online .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}


.box
{
    overflow: hidden;

    padding: 150px 0;
}
@media (max-width: 1560px)
{
    .box
    {
        padding: 100px 0;
    }
}
@media (max-width: 991px)
{
    .box
    {
        padding: 60px 0;
    }
}
.title2
{
    text-align: center;
}
.title2:after
{
    display: block;

    width: 565px;
    height: 34px;
    margin: 0 auto;
    margin-top: 14px;

    content: '';

    background: url(../images/title-2.png) no-repeat;
}
@media (max-width: 767px)
{
    .title2:after
    {
        width: 80%;
        margin: 0 auto;
        margin-top: 14px;

        background-size: contain;
    }
}
.title2 h2
{
    font-size: 42px;
    font-weight: bold;

    display: inline-block;

    margin: 0;
}
.title2 h2 b
{
    color: #e4312b;
}
.title2 h2:before
{
    display: inline-block;

    width: 54px;
    height: 22px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background: url(../images/title-1.png) no-repeat;
}
.title2 h2:after
{
    display: inline-block;

    width: 54px;
    height: 22px;
    margin-left: 20px;

    content: '';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;

    background: url(../images/title-1.png) no-repeat;
}
@media (max-width: 1560px)
{
    .title2 h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .title2 h2
    {
        font-size: 24px;
    }
}
.title2 p
{
    font-size: 16px;
    font-weight: 300;

    margin: 12px 0 0 0;

    color: #999;
}
@media (max-width: 991px)
{
    .title2 p
    {
        font-size: 14px;
    }
}
.index-content
{
    position: relative;
    z-index: 9;
}
.box-about .about
{
    position: relative;

    overflow: hidden;

    max-width: 1260px;
    margin: 0 auto;
    margin-top: 70px;
    padding-left: 110px;
}
@media (max-width: 767px)
{
    .box-about .about
    {
        margin-top: 40px;
        padding-left: 0;
    }
}
.box-about .about .more
{
    position: absolute;
    top: 0;
    left: 0;

    width: 88px;
    height: 100%;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-about .about .more
    {
        position: relative;

        width: 100%;
        margin-top: 30px;
    }
    .box-about .about .more img
    {
        display: none;
    }
}
.box-about .about .more .link
{
    position: absolute;
    bottom: 0;

    text-align: center;
}
@media (max-width: 767px)
{
    .box-about .about .more .link
    {
        position: relative;
    }
}
.box-about .about .more .link a
{
    font-size: 16px;

    display: block;
}
.box-about .about .more .link a:before
{
    display: block;

    width: 88px;
    height: 77px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(../images/more.png) no-repeat;
}
.box-about .about .more .link a:hover
{
    color: #e4312b;
}
.box-about .text
{
    overflow: hidden;
}
@media (max-width: 767px)
{
    .box-about .text
    {
        text-align: left;
    }
}
.box-about .text p
{
    font-size: 18px;
    line-height: 54px;

    float: right;

    min-height: 440px;
    margin: 0;

    color: #666;
    border-left: 1px solid #d2d2d2;
}
@media (min-width: 1200px)
{
    .box-about .text p
    {
        -ms-writing-mode: tb-rl;

        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }
}
@media (max-width: 1300px)
{
    .box-about .text p
    {
        font-size: 16px;
        line-height: 45px;

        min-height: 400px;
    }
}
@media (max-width: 1199px)
{
    .box-about .text p
    {
        float: none;

        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 0;

        border-left: none;
    }
}
@media (max-width: 991px)
{
    .box-about .text p
    {
        font-size: 16px;
        line-height: 36px;
    }
}
@media (max-width: 767px)
{
    .box-about .text p
    {
        font-size: 15px;
    }
}
@media (max-width: 375px)
{
    .box-about .text p
    {
        font-size: 14px;
    }
}
.box-product
{
    overflow: hidden;

    padding: 0 2%;
    background: #fff; padding-top: 80px; padding-bottom:70px; 
}
@media (max-width: 1199px)
{
    .box-product
    {
        padding: 0;
        padding-bottom: 30px;
    }
}
.box-product .product
{
    margin-top: 20px;

    background-color: #000;
}
@media (max-width: 991px)
{
    .box-product .product
    {
        margin-top: 20px;
    }
}
.box-product .row
{
    margin: 0;
}
.box-product .row .list
{
    padding: 0;
}
.box-product .row .list:last-child .list:last-child
{
    background-color: #fff;
}
.box-product .row .item .img-box
{
    padding-bottom: 62.17391304%;
}
.box-product .row .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-product .row .item-1 .img-box
{
    padding-bottom: 61.52173913%;
}
.box-product .row .item-1 .pic
{
    position: absolute;
    top: 0;
    left: 0;

    width: 50%;
}
.box-product .row .item-1 .pic .img-box
{
    padding-bottom: 62.17391304%;
}
.box-product .row .item-1:hover .pic .img-box
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box-product .row .item .more
{
    font-size: 16px;

    position: absolute;
    top: 50%;

    display: block;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.box-product .row .item .more:before
{
    display: block;

    width: 88px;
    height: 77px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(../images/more.png) no-repeat;
}
.box-product .row .item .more:hover
{
    color: #e4312b;
}
.box-product .row .item .ipic:hover
{
    position: relative;
}
.box-product .row .item .ipic:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product .row .item .pic:hover > .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .row
{
    margin: 0 -40px;
}
@media (max-width: 1560px)
{
    .box-news .news .row
    {
        margin: 0 -20px;
    }
}
@media (max-width: 1199px)
{
    .box-news .news .row
    {
        margin: 0 -8px;
    }
}
.box-news .news .list
{
    padding: 0 40px;
}
@media (max-width: 1560px)
{
    .box-news .news .list
    {
        padding: 0 20px;
    }
}
@media (max-width: 1199px)
{
    .box-news .news .list
    {
        padding: 0 8px;
    }
}
.box-news .news .item
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        margin-top: 30px;
    }
}
.box-news .news .item .img-box
{
    padding-bottom: 61.53846154%;
}
.box-news .news .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.box-news .news .item .title2-news
{
    position: relative;

    margin-top: 30px;
    padding-bottom: 16px;

    border-bottom: 1px solid #dcdcdc;
}
.box-news .news .item .title2-news:after
{
    position: absolute;
    bottom: -1px;

    display: block;

    width: 160px;
    height: 3px;

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

    background-color: #e4312b;
}
.box-news .news .item .title2-news h3
{
    font-size: 24px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 1199px)
{
    .box-news .news .item .title2-news h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .title2-news h3
    {
        font-size: 18px;
        line-height: 30px;

        height: 60px;
    }
}
.box-news .news .item p
{
    font-size: 16px;
    line-height: 2;

    display: -webkit-box;
    overflow: hidden;

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

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .box-news .news .item p
    {
        font-size: 14px;

        height: 56px;
    }
}
.box-news .news .item a
{
    display: block;
}
.box-news .news .item a.more
{
    font-size: 18px;
    line-height: 46px;

    display: inline-block;

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

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

    color: #777;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
@media (max-width: 767px)
{
    .box-news .news .item a.more
    {
        font-size: 16px;

        margin-top: 30px;
    }
}
.box-news .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.box-news .news .item:hover .title2-news:after
{
    width: 100%;
}
.box-news .news .item:hover .title2-news h3
{
    color: #e4312b;
}
.box-news .news .item:hover a.more
{
    color: #fff;
    border-color: #e4312b;
    background-color: #e4312b;
}
.box-news .news-more
{
    margin-top: 80px;

    text-align: center;
}
@media (max-width: 991px)
{
    .box-news .news-more
    {
        margin-top: 40px;
    }
}
.box-news .news-more a
{
    font-size: 16px;

    display: inline-block;
}
.box-news .news-more a:before
{
    display: block;

    width: 88px;
    height: 77px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(../images/more.png) no-repeat;
}
.box-news .news-more a:hover
{
    color: #e4312b;
}
.bd_weixin_popup,
.bd_weixin_popup_bg
{
    width: 250px !important;
    height: 314px !important;
}
.footer
{
    position: relative;

    overflow: hidden;

    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.footer .foot
{
    padding: 60px 0 150px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        display: none;
    }
}
.footer .foot .container > ul
{
    font-size: 0;

    overflow: hidden;

    padding: 0;

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

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

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

        margin: 0 -15px;
    }
}
@media (min-width: 1200px)
{
    .footer .foot .container > ul > li
    {
        position: relative;

        display: inline-block;

        margin-bottom: -999px;
        padding-bottom: 999px;

        vertical-align: top;
        word-break: break-all;
    }
    .footer .foot .container > ul > li:after
    {
        position: absolute;
        top: 0;
        right: -60%;

        display: inline-block;

        width: 1px;
        height: 100%;

        content: '';

        background-color: rgba(255, 255, 255, .42);
    }
    .footer .foot .container > ul > li:last-child:after
    {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .footer .foot .container > ul > li:after
    {
        right: -40%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px)
{
    .footer .foot .container > ul > li:after
    {
        right: -30%;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul > li
    {
        display: inline-block;

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

        vertical-align: top;
    }
}
@media (max-width: 991px)
{
    .footer .foot .container > ul > li
    {
        width: 100%;
    }
}
.footer .foot .container > ul > li .item
{
    text-align: left;
}
@media (max-width: 1199px)
{
    .footer .foot .container > ul > li .item
    {
        margin-top: 30px;
    }
}
.footer .foot .container > ul > li .item-1 h3
{
    font-size: 24px;

    margin: 0 0 20px 0;

    color: #fff;
}
.footer .foot .container > ul > li .item-1 p
{
    font-size: 16px;
    line-height: 32px;

    margin: 0;

    color: #fff;
}
.footer .foot .container > ul > li .item-1 p:before
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    margin-right: 10px;

    content: '\e642';
}
.footer .foot .container > ul > li .item-1 p a:hover
{
    text-decoration: underline;
}
.footer .foot .container > ul > li .item-2 img
{
    max-width: 100%;
    margin-bottom: 14px;
}
.footer .foot .container > ul > li .item-2 p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #fff;
}
.footer .copyright
{
    overflow: hidden;

    padding: 15px 0;

    background-color: #cc0002;
}
@media (max-width: 991px)
{
    .footer .copyright
    {
        text-align: center;
    }
}
.footer .copyright .left
{
    float: left;

    width: 70%;
}
@media (max-width: 991px)
{
    .footer .copyright .left
    {
        float: none;

        width: 100%;
    }
}
.footer .copyright .left p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #fff;
}
.footer .copyright .left p span
{
    display: inline-block;

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

    color: #e4312b;
}
.footer .copyright .right
{
    font-size: 0;

    float: left;

    width: 30%;
    height: 30px;

    text-align: right;
}
@media (max-width: 991px)
{
    .footer .copyright .right
    {
        float: none;

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

        text-align: center;
    }
}
.footer .copyright .right .bdsharebuttonbox
{
    display: inline-block;

    height: 30px;
    padding: 0 12px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.footer .copyright .right .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;
    float: none;

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

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    vertical-align: top;

    color: #ef646b;
    background: none;
}
.footer .copyright .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;

    display: inline-block;

    content: '\e641';
    text-align: center;
}
.footer .copyright .right .bdsharebuttonbox a:after
{
    font-size: 12px;

    float: right;

    margin: 0 24px;

    content: '|';
}
.footer .copyright .right .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.footer .copyright .right .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.footer .copyright .right .bdsharebuttonbox a:hover:before
{
    color: #fff;
}
.footer .copyright .right .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.footer .copyright .right .bdsharebuttonbox .bds_email:before
{
    content: '\e7a8';
}
.footer .copyright .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.footer .copyright .right .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.wrap-sidenav
{
    position: relative;

    overflow: hidden;

    height: 70px;

    border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 991px)
{
    .wrap-sidenav
    {
        height: 50px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;

    max-width: 1200px;
    margin: 0 auto;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    position: relative;

    display: inline-block;
}
.wrap-sidenav .sidenav ul li:after
{
    font-size: 14px;
    line-height: 70px;

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

    float: right;

    content: '|';

    color: #ccc;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li:after
    {
        line-height: 50px;
    }
}
.wrap-sidenav .sidenav ul li:last-child:after
{
    display: none;
}
.wrap-sidenav .sidenav ul li a
{
    font-size: 18px;
    line-height: 70px;

    position: relative;

    display: block;

    height: 70px;
    padding: 0 26px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 18px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{
    color: #e4312b;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
.wrapper
{
    overflow: hidden;
}
.wrap
{
    padding: 70px 0 200px;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0 100px;
    }
}
.sort
{
    overflow: hidden;

    text-align: center;
}
.sort ul
{
    font-size: 0;

    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .sort ul
    {
        margin-top: 14px;
    }
}
.sort ul li
{
    line-height: 36px;

    display: inline-block;

    margin-top: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .sort ul li
    {
        line-height: 30px;

        margin-top: 0;
    }
}
.sort ul li:after
{
    font-size: 12px;

    float: right;

    content: '/';

    color: #a0a0a0;
}
.sort ul li:last-child:after
{
    display: none;
}
.sort ul li a
{
    font-size: 18px;

    display: inline-block;

    padding: 0 20px;

    color: #666;
}
.sort ul li.active a,
.sort ul li:hover a
{
    color: #e4312b;
}
.title2-in h2
{
    font-size: 32px;
    font-weight: bold;

    margin: 10px 0 0 0;

    color: #e4312b;
}
.title2-in h2:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: #69abdd;
}
@media (max-width: 991px)
{
    .title2-in h2
    {
        font-size: 24px;
    }
}
.wrap-content
{
    overflow: hidden;
}
.wrap-left
{
    float: left;

    width: 22%;

    will-change: min-height;
}
@media (max-width: 1560px)
{
    .wrap-left
    {
        width: 28%;
    }
}
@media (max-width: 991px)
{
    .wrap-left
    {
        width: 100%;
        margin-top: 50px;
    }
}
.wrap-left .sidebar__inner
{
    position: relative;

    -webkit-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);

    background-color: #fff;

    will-change: position, transform;
}
.wrap-left .title2-side h2
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
    padding-right: 50px;

    text-align: right;

    color: #e4312b;
}
@media (max-width: 991px)
{
    .wrap-left .title2-side h2
    {
        padding-right: 0;

        text-align: center;
    }
}
.wrap-left .sort
{
    overflow: hidden;

    padding: 20px 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-left .sort
    {
        text-align: center;
    }
}
.wrap-left .sort li
{
    display: block;

    padding: 0 50px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
@media (max-width: 991px)
{
    .wrap-left .sort li
    {
        padding: 0;
    }
}
.wrap-left .sort li a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: block;

    padding: 15px 0;

    color: #666;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-left .sort li a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 0;
    }
}
.wrap-left .sort li.active,
.wrap-left .sort li:hover
{
    background-color: #e4312b;
}
.wrap-left .sort li.active a,
.wrap-left .sort li:hover a
{
    color: #fff;
    border-bottom: 1px solid #e4312b;
}
.wrap-left.fopen .sidebar__inner
{
    margin-top: -60px;
}
.wrap-right
{
    float: right;

    width: 78%;
    padding-bottom: 170px;
    padding-left: 50px;

    vertical-align: top;

    border-left: 1px solid #dcdcdc;
}
@media (max-width: 1560px)
{
    .wrap-right
    {
        width: 72%;
    }
}
@media (max-width: 991px)
{
    .wrap-right
    {
        width: 100%;
        padding-bottom: 80px;
        padding-left: 0;

        border-left: none;
    }
}
.wrap-right .location
{
    margin-top: 20px;
}
.wrap-right .location a
{
    font-size: 16px;
    line-height: 2;

    display: inline-block;
}
.wrap-right .location a:after
{
    margin: 0 4px;

    content: '-';

    color: #333;
}
.wrap-right .location a:last-child:after
{
    display: none;
}
.wrap-right .location a:hover
{
    color: #e4312b;
}
.wrap-right .news
{
    overflow: hidden;

    margin-top: 40px;
}
.wrap-right .news .title2-news h2
{
    font-size: 24px;
    line-height: 2;

    display: inline-block;

    margin: 0;

    color: #e4312b;
    border-bottom: 2px solid #e4312b;
}
.wrap-right .news .item
{
    margin-top: 30px;

    border: 1px solid #e2e2e2;
}
.wrap-right .news .item .img-box
{
    padding-bottom: 74.79452055%;
}
.wrap-right .news .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-right .news .item .text
{
    padding: 20px 20px 50px 20px;
}
@media (max-width: 991px)
{
    .wrap-right .news .item .text
    {
        padding: 20px 10px;
    }
}
.wrap-right .news .item .text h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;

    display: -webkit-box;
    overflow: hidden;

    height: 52px;
    margin: 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-right .news .item .text h3
    {
        font-size: 18px;
    }
}
.wrap-right .news .item .text span
{
    font-size: 16px;

    display: block;

    color: #68aadc;
}
.wrap-right .news .item .text .note
{
    margin-top: 20px;
    padding-top: 20px;

    border-top: 1px solid #e3e3e3;
}
.wrap-right .news .item .text .note p
{
    font-size: 16px;
    line-height: 28px;

    display: -webkit-box;
    overflow: hidden;

    height: 112px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media (max-width: 991px)
{
    .wrap-right .news .item .text .note p
    {
        font-size: 15px;
    }
}
.wrap-right .news .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-right .news .item:hover .text h3
{
    color: #e4312b;
}
.wrap-right .news .showMorehandle
{
    margin-top: 60px;

    text-align: center;
}
.wrap-right .news .showMorehandle a
{
    font-size: 18px;
    line-height: 70px;

    display: inline-block;

    height: 70px;
    padding: 0 50px;

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

    color: #fff;
    border-radius: 50px;
    background-color: #e4312b;
}
@media (max-width: 1199px)
{
    .wrap-right .news .showMorehandle a
    {
        line-height: 50px;

        height: 50px;
        padding: 0 40px;
    }
}
.wrap-right .news .showMorehandle a:hover
{
    background-color: #d0050e;
}
.wrap-right .download
{
    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-right .download
    {
        margin-top: 40px;
    }
}
.wrap-right .download .title2-download h2
{
    font-size: 24px;
    line-height: 2;

    display: inline-block;

    margin: 0;

    color: #e4312b;
    border-bottom: 2px solid #e4312b;
}
.wrap-right .download ul
{
    overflow: hidden;

    margin: 0 -20px;
}
.wrap-right .download ul li
{
    float: left;

    width: 50%;
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .wrap-right .download ul li
    {
        width: 100%;
    }
}
.wrap-right .download ul li .item
{
    position: relative;

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

    border: 1px solid #e5e5e5;
}
@media (max-width: 1199px)
{
    .wrap-right .download ul li .item
    {
        padding: 15px 80px 15px 15px;
    }
}
.wrap-right .download ul li .item p
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #e4312b;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-right .download ul li .item p
    {
        font-size: 18px;
    }
}
.wrap-right .download ul li .item span
{
    font-size: 16px;

    display: block;

    color: #999;
}
.wrap-right .download ul li .item a.down
{
    line-height: 80px;

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

    width: 80px;
    height: 80px;

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

    color: #e4312b;
}
.wrap-right .download ul li .item a.down:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e640';
}
.wrap-right .download ul li .item:hover a.down
{
    color: #d0050e;
}
.wrap-story
{
    margin-top: 100px;
    padding: 0 2%;
}
@media (max-width: 1199px)
{
    .wrap-story
    {
        margin-top: 60px;
        padding: 0;
    }
}
.wrap-story .story
{
    overflow: hidden;
}
.wrap-story .story .pc
{
    position: relative;
}
.wrap-story .story .info-1
{
    position: relative;
}
.wrap-story .story .info-1 .pic img
{
    max-width: 100%;
}
.wrap-story .story .info-1 .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding-right: 10%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
@media (max-width: 1560px)
{
    .wrap-story .story .info-1 .text
    {
        padding-right: 4%;
    }
}
.wrap-story .story .info-1 .text .note
{
    display: inline-block;
    overflow: hidden;

    margin-right: 20px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-1 .text .note
    {
        display: none;
    }
}
.wrap-story .story .info-1 .text .note p
{
    font-size: 18px;
    line-height: 54px;

    float: right;

    min-height: 490px;
    margin: 0;

    vertical-align: top;

    color: #666;
    border-left: 1px solid #c5a98a;
}
.wrap-story .story .info-1 .text .note p b
{
    font-size: 28px;

    color: #e4312b;
}
@media (min-width: 1200px)
{
    .wrap-story .story .info-1 .text .note p
    {
        -ms-writing-mode: tb-rl;

        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }
}
@media (max-width: 1300px)
{
    .wrap-story .story .info-1 .text .note p
    {
        font-size: 16px;
        line-height: 45px;

        min-height: 400px;
    }
}
@media (max-width: 1199px)
{
    .wrap-story .story .info-1 .text .note p
    {
        float: none;

        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 0;

        border-left: none;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .info-1 .text .note p
    {
        font-size: 16px;
        line-height: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-story .story .info-1 .text .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 375px)
{
    .wrap-story .story .info-1 .text .note p
    {
        font-size: 14px;
    }
}
.wrap-story .story .info-1 .text .t1
{
    display: inline-block;

    vertical-align: top;
}
.wrap-story .story .info-1 .text .t1 img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-1 .text .t1
    {
        max-width: 100px;
    }
}
.wrap-story .story .info-1 .text .t2
{
    display: inline-block;

    margin-top: 70px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-1 .text .t2
    {
        margin-top: 0;
    }
}
.wrap-story .story .info-1 .text .t2 h2
{
    font-size: 36px;

    display: inline-block;

    width: 52px;
    margin: 0;
    padding: 10px 0;

    text-align: center;

    color: #555;
    border: 1px solid rgba(102, 102, 102, .69);
    border-radius: 5px;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-1 .text .t2 h2
    {
        font-size: 26px;

        width: 44px;
    }
}
.wrap-story .story .phone-text
{
    display: none;

    padding: 30px 15px 0 15px;
}
@media (max-width: 991px)
{
    .wrap-story .story .phone-text
    {
        display: block;
    }
}
.wrap-story .story .phone-text p
{
    font-size: 16px;
    line-height: 36px;

    margin: 0;
}
.wrap-story .story .phone-text b
{
    font-size: 20px;

    color: #e4312b;
}
.wrap-story .story .info-2
{
    position: relative;

    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-2
    {
        margin-top: 50px;
    }
}
.wrap-story .story .info-2 .pic img
{
    max-width: 100%;
}
.wrap-story .story .info-2 .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding-left: 16%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1560px)
{
    .wrap-story .story .info-2 .text
    {
        padding-left: 4%;
    }
}
.wrap-story .story .info-2 .text .note
{
    display: inline-block;
    overflow: hidden;

    margin-right: 110px;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 1560px)
{
    .wrap-story .story .info-2 .text .note
    {
        margin-right: 80px;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .info-2 .text .note
    {
        display: none;
    }
}
.wrap-story .story .info-2 .text .note p
{
    font-size: 18px;
    line-height: 54px;

    float: right;

    min-height: 340px;
    margin: 0;

    vertical-align: top;

    color: #fff;
    border-left: 1px solid #846e69;
}
.wrap-story .story .info-2 .text .note p b
{
    font-size: 28px;

    color: #e4312b;
}
@media (min-width: 1200px)
{
    .wrap-story .story .info-2 .text .note p
    {
        -ms-writing-mode: tb-rl;

        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }
}
@media (max-width: 1300px)
{
    .wrap-story .story .info-2 .text .note p
    {
        font-size: 16px;
        line-height: 45px;

        min-height: 400px;
    }
}
@media (max-width: 1199px)
{
    .wrap-story .story .info-2 .text .note p
    {
        float: none;

        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 0;

        border-left: none;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .info-2 .text .note p
    {
        font-size: 16px;
        line-height: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-story .story .info-2 .text .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 375px)
{
    .wrap-story .story .info-2 .text .note p
    {
        font-size: 14px;
    }
}
.wrap-story .story .info-2 .text .t1
{
    display: inline-block;

    margin-top: -220px;

    vertical-align: top;
}
.wrap-story .story .info-2 .text .t1 img
{
    max-width: 100%;
}
@media (max-width: 1560px)
{
    .wrap-story .story .info-2 .text .t1
    {
        margin-top: -140px;
    }
    .wrap-story .story .info-2 .text .t1 img
    {
        max-width: 230px;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .info-2 .text .t1
    {
        margin-top: 0;
    }
    .wrap-story .story .info-2 .text .t1 img
    {
        max-width: 120px;
    }
}
.wrap-story .story .info-3
{
    position: relative;

    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-3
    {
        margin-top: 50px;
    }
}
.wrap-story .story .info-3 .pic img
{
    max-width: 100%;
}
.wrap-story .story .info-3 .text
{
    position: absolute;
    top: 50%;

    width: 100%;
    padding-right: 10%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
@media (max-width: 1560px)
{
    .wrap-story .story .info-3 .text
    {
        padding-right: 4%;
    }
}
.wrap-story .story .info-3 .text .note
{
    display: inline-block;
    overflow: hidden;

    margin-right: 60px;

    text-align: left;
    vertical-align: top;

    border-right: 1px solid #c15959;
}
@media (max-width: 1560px)
{
    .wrap-story .story .info-3 .text .note
    {
        margin-right: 30px;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .info-3 .text .note
    {
        display: none;
    }
}
.wrap-story .story .info-3 .text .note p
{
    font-size: 18px;
    line-height: 54px;

    float: right;

    min-height: 520px;
    margin: 0;

    vertical-align: top;

    color: #fff;
    border-left: 1px solid #c15959;
}
.wrap-story .story .info-3 .text .note p b
{
    font-size: 28px;

    color: #e4312b;
}
@media (min-width: 1200px)
{
    .wrap-story .story .info-3 .text .note p
    {
        -ms-writing-mode: tb-rl;

        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: tb-rl;
        writing-mode: tb-rl;
    }
}
@media (max-width: 1300px)
{
    .wrap-story .story .info-3 .text .note p
    {
        font-size: 16px;
        line-height: 45px;

        min-height: 400px;
    }
}
@media (max-width: 1199px)
{
    .wrap-story .story .info-3 .text .note p
    {
        float: none;

        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 0;

        border-left: none;
    }
}
@media (max-width: 991px)
{
    .wrap-story .story .info-3 .text .note p
    {
        font-size: 16px;
        line-height: 36px;
    }
}
@media (max-width: 767px)
{
    .wrap-story .story .info-3 .text .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 375px)
{
    .wrap-story .story .info-3 .text .note p
    {
        font-size: 14px;
    }
}
.wrap-story .story .info-3 .text .t1
{
    display: inline-block;

    vertical-align: top;
}
.wrap-story .story .info-3 .text .t1 img
{
    max-width: 100%;
}
@media (max-width: 991px)
{
    .wrap-story .story .info-3 .text .t1
    {
        max-width: 80px;
    }
}
.wrap-story .story-link
{
    overflow: hidden;

    padding: 140px 0 70px;

    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-story .story-link
    {
        padding: 70px 15px 60px;
    }
}
.wrap-story .story-link p
{
    font-size: 20px;
    line-height: 2;
}
@media (max-width: 991px)
{
    .wrap-story .story-link p
    {
        font-size: 18px;
    }
}
.wrap-story .story-link img
{
    max-width: 100%;
}
.wrap-story .story-link ul
{
    margin: 0 -14px;
}
.wrap-story .story-link ul li
{
    display: inline-block;

    padding: 0 14px;
}
.wrap-story .story-link ul li a
{
    font-size: 16px;
    line-height: 44px;

    display: block;

    height: 44px;
    padding: 0 30px;

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

    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 50px;
    background-color: #e4312b;
}
.wrap-story .story-link ul li a:hover
{
    background-color: #d0050e;
}
.wrap-about .about
{
    overflow: hidden;

    max-width: 1110px;
    margin: 0 auto;
    margin-top: 60px;
}
.wrap-about .about .title2-about
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-about .about .title2-about
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-about .about .title2-about h2
{
    font-size: 42px;

    display: inline-block;

    width: 40px;
    margin: 0;
    margin-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-about .about .title2-about h2
    {
        font-size: 30px;
    }
}
.wrap-about .about .title2-about img
{
    display: inline-block;

    vertical-align: top;
}
.wrap-about .about .text
{
    float: left;

    width: 80%;
}
@media (max-width: 767px)
{
    .wrap-about .about .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-about .about .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-about .about .text p
    {
        font-size: 16px;
    }
}
.wrap-about .about .text a.more
{
    font-size: 20px;

    display: inline-block;

    margin-top: 90px;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-about .about .text a.more
    {
        margin-top: 40px;
    }
}
.wrap-about .about .text a.more:before
{
    display: inline-block;

    width: 88px;
    height: 77px;
    margin-right: 10px;

    content: '';
    vertical-align: middle;

    background: url(../images/more.png) no-repeat;
}
.wrap-about .about .text a.more:hover
{
    color: #e4312b;
}
.wrap-culture .culture
{
    overflow: hidden;

    max-width: 860px;
    margin: 0 auto;
    margin-top: 60px;
}
.wrap-culture .culture .title2-about
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .title2-about
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-culture .culture .title2-about h2
{
    font-size: 42px;

    display: inline-block;

    width: 40px;
    margin: 0;
    margin-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-culture .culture .title2-about h2
    {
        font-size: 30px;
    }
}
.wrap-culture .culture .title2-about img
{
    display: inline-block;

    vertical-align: top;
}
.wrap-culture .culture .text
{
    float: left;

    width: 80%;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-culture .culture .text ul
{
    display: table;
    overflow: hidden;

    width: 100%;
}
.wrap-culture .culture .text ul li
{
    display: table-cell;

    width: 20%;

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

    border-right: 1px solid #dcdcdc;
}
.wrap-culture .culture .text ul li:first-child
{
    border-left: 1px solid #dcdcdc;
}
.wrap-culture .culture .text ul li .item:first-child .left
{
    min-height: 90px;
}
.wrap-culture .culture .text ul li .item .left
{
    display: inline-block;

    width: 16px;
    min-height: 110px;

    vertical-align: top;
}
.wrap-culture .culture .text ul li .item span
{
    font-size: 12px;
    font-style: italic;

    display: block;

    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: left;
    white-space: nowrap;
    text-transform: uppercase;

    color: #ccc;
}
.wrap-culture .culture .text ul li .item .right
{
    display: inline-block;

    vertical-align: top;
}
.wrap-culture .culture .text ul li .item .right p
{
    font-size: 24px;
    font-style: italic;
    line-height: 1;

    width: 30px;
    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-culture .culture .text ul li .item .right p
    {
        font-size: 20px;
    }
}
.wrap-culture .culture .text ul li:last-child .item .left
{
    min-height: 130px;
}
.wrap-culture .news
{
    overflow: hidden;

    max-width: 1360px;
    margin: 0 auto;
    margin-top: 110px;
}
.wrap-culture .news .slick-news
{
    margin: 0 -30px;
}
.wrap-culture .news .list
{
    padding: 0 30px;
}
.wrap-culture .news .list .item .pic
{
    padding: 8px;

    border: 1px solid #e3e3e3;
}
.wrap-culture .news .list .item .pic .img-box
{
    padding-bottom: 61.53846154%;
}
.wrap-culture .news .list .item .text
{
    position: relative;

    display: table;

    width: 100%;
    min-height: 48px;
    margin-top: 20px;
    padding-left: 80px;
}
.wrap-culture .news .list .item .text .date
{
    position: absolute;
    left: 0;

    width: 60px;

    border-right: 1px solid #dcdcdc;
}
.wrap-culture .news .list .item .text .date h3
{
    font-size: 20px;

    margin: 0;

    color: #e4312b;
}
.wrap-culture .news .list .item .text .date span
{
    font-size: 14px;

    margin: 0;

    color: #e4312b;
}
.wrap-culture .news .list .item .text p
{
    font-size: 16px;
    line-height: 1.5;

    display: table-cell;

    margin: 0;

    vertical-align: middle;

    color: #666;
}
.wrap-culture .news .slick-dots
{
    width: 100%;
    margin-top: 40px;

    text-align: center;
}
.wrap-culture .news .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .wrap-culture .news .slick-dots li
    {
        width: 10px;
        height: 10px;
    }
}
.wrap-culture .news .slick-dots li.slick-active
{
    background-color: #e4312b;
}
.wrap-culture .news .slick-dots li button
{
    opacity: 0;
}
.wrap-honor .honor
{
    overflow: hidden;

    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.wrap-honor .honor .title2-about
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .title2-about
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-honor .honor .title2-about h2
{
    font-size: 42px;

    display: inline-block;

    width: 40px;
    margin: 0;
    margin-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .title2-about h2
    {
        font-size: 30px;
    }
}
.wrap-honor .honor .title2-about img
{
    display: inline-block;

    vertical-align: top;
}
.wrap-honor .honor .text
{
    float: left;

    width: 80%;
}
@media (max-width: 767px)
{
    .wrap-honor .honor .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-honor .honor .text ul li
{
    position: relative;

    padding: 10px 0;
    padding-left: 26px;

    border-bottom: 1px dashed #dcdcdc;
}
.wrap-honor .honor .text ul li:before
{
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 8px;
    height: 6px;

    content: '';

    background: url(../images/honor-icon.png) no-repeat;
}
.wrap-honor .honor .text ul li p
{
    font-size: 20px;
    line-height: 1.4;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .wrap-honor .honor .text ul li p
    {
        font-size: 16px;
    }
}
.wrap-honor .honor .text ul li p b
{
    color: #e4312b;
}
.wrap-honor .honor-scroll
{
    overflow: hidden;

    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .wrap-honor .honor-scroll
    {
        margin-top: 30px;
    }
}
.wrap-honor .honor-scroll .slick-honor
{
    margin: 0 -15px;
}
.wrap-honor .honor-scroll .item
{
    margin-top: 30px;
    padding: 0 15px;
}
.wrap-honor .honor-scroll .item .img-box
{
    padding-bottom: 67.12328767%;
}
.wrap-honor .honor-scroll .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-honor .honor-scroll .item p
{
    font-size: 18px;
    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;
}
@media (max-width: 991px)
{
    .wrap-honor .honor-scroll .item p
    {
        font-size: 16px;
    }
}
.wrap-honor .honor-scroll .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-honor .honor-scroll .slick-dots
{
    width: 100%;
    margin-top: 40px;

    text-align: center;
}
.wrap-honor .honor-scroll .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .wrap-honor .honor-scroll .slick-dots li
    {
        width: 10px;
        height: 10px;
    }
}
.wrap-honor .honor-scroll .slick-dots li.slick-active
{
    background-color: #e4312b;
}
.wrap-honor .honor-scroll .slick-dots li button
{
    opacity: 0;
}
.wrap-honor .activity
{
    max-width: 1460px;
    margin: 0 auto;
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .wrap-honor .activity
    {
        margin-top: 50px;
    }
}
.wrap-honor .activity .slick-activity
{
    padding: 0 10%;
}
.wrap-honor .activity .item .pic
{
    border: 2px solid #ababab;
}
.wrap-honor .activity .item .pic .img-box
{
    padding-bottom: 61.21212121%;
}
.wrap-honor .activity .item p
{
    margin: 10px 0 0 0;

    text-align: center;

    opacity: 0;
}
.wrap-honor .activity .slick-slide
{
    padding: 80px 0;
}
@media (max-width: 767px)
{
    .wrap-honor .activity .slick-slide
    {
        padding: 0;
    }
}
.wrap-honor .activity .slick-current
{
    position: relative;
    z-index: 2;
}
.wrap-honor .activity .slick-current .item
{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}
@media (max-width: 767px)
{
    .wrap-honor .activity .slick-current .item
    {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wrap-honor .activity .slick-current .item .pic
{
    border: 4px solid #e4312b;
}
@media (max-width: 767px)
{
    .wrap-honor .activity .slick-current .item .pic
    {
        border: 2px solid #e4312b;
    }
}
.wrap-honor .activity .slick-current .item p
{
    opacity: 1;
}
.wrap-honor .activity .slick-arrow
{
    font-size: 0;

    position: absolute;
    top: 50%;
    left: -10px;

    padding: 0;

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

    background: none;
}
.wrap-honor .activity .slick-arrow:before
{
    display: block;

    width: 88px;
    height: 77px;

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

    background: url(../images/prev.png) no-repeat;
    background-size: contain;
}
@media (max-width: 767px)
{
    .wrap-honor .activity .slick-arrow:before
    {
        width: 44px;
        height: 33px;
    }
}
.wrap-honor .activity .slick-arrow.slick-next
{
    right: -10px;
    left: auto;
}
.wrap-honor .activity .slick-arrow.slick-next:before
{
    background: url(../images/about-more.png) no-repeat;
    background-size: contain;
}
.wrap-honor .activity .slick-arrow:hover:before
{
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
.wrap-history
{
    overflow: hidden;
}
.wrap-history .history
{
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.wrap-history .history .title2-about
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-history .history .title2-about
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-history .history .title2-about h2
{
    font-size: 42px;

    display: inline-block;

    width: 40px;
    margin: 0;
    margin-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-history .history .title2-about h2
    {
        font-size: 30px;
    }
}
.wrap-history .history .title2-about img
{
    display: inline-block;

    vertical-align: top;
}
.wrap-history .history .text
{
    float: left;

    width: 80%;
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-history .history .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-history .history .text ul li
{
    position: relative;

    margin-top: 20px;
    padding: 0 150px;
}
@media (max-width: 991px)
{
    .wrap-history .history .text ul li
    {
        padding: 0 0 0 80px;
    }
}
.wrap-history .history .text ul li .date
{
    position: absolute;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wrap-history .history .text ul li .date h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 118px;

    display: inline-block;

    width: 118px;
    height: 118px;
    margin: 0;

    text-align: center;

    color: #fff;
    background: url(../images/history-num.png) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-history .history .text ul li .date h3
    {
        font-size: 20px;
        line-height: 70px;

        width: 70px;
        height: 70px;
    }
}
.wrap-history .history .text ul li .note p
{
    font-size: 20px;
    line-height: 1.4;

    position: relative;

    margin: 0;
    padding: 10px 0;
    padding-left: 26px;

    color: #666;
    border-bottom: 1px dashed #dcdcdc;
}
.wrap-history .history .text ul li .note p:before
{
    position: absolute;
    top: 20px;
    left: 0;

    display: block;

    width: 8px;
    height: 6px;

    content: '';

    background: url(../images/honor-icon.png) no-repeat;
}
@media (max-width: 991px)
{
    .wrap-history .history .text ul li .note p
    {
        font-size: 16px;
    }
}
.wrap-history .history .text ul li .note p b
{
    display: inline-block;

    width: 120px;

    vertical-align: top;

    color: #e4312b;
}
@media (max-width: 991px)
{
    .wrap-history .history .text ul li .note p b
    {
        width: 90px;
    }
}
.wrap-history .history .text ul li:nth-child(2n) .date
{
    right: 0;
    left: auto;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-history .history .text ul li:nth-child(2n) .date
    {
        right: auto;
        left: 0;

        text-align: left;
    }
}
.wrap-history .history .text ul li:nth-child(2n) .date h3
{
    text-align: center;
}
.wrap-shop .shop
{
    overflow: hidden;

    margin-top: 70px;
}
@media (max-width: 991px)
{
    .wrap-shop .shop
    {
        margin-top: 50px;
    }
}
.wrap-shop .shop .left,
.wrap-shop .shop .right
{
    float: left;
    overflow: hidden;

    width: 50%;
    height: 568px;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .left,
    .wrap-shop .shop .right
    {
        width: 100%;
        height: auto;
    }
}
.wrap-shop .shop .left .map
{
    height: 568px;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .left .map
    {
        height: 400px;
    }
}
.wrap-shop .shop .right
{
    height: 568px;
    padding: 60px 50px;

    background: url(../images/shop_bg.jpg) no-repeat;
    background-size: cover;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .right
    {
        height: auto;
        padding: 30px 15px;
    }
}
.wrap-shop .shop .right .info
{
    overflow: auto;

    height: 448px;
    padding-right: 50px;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .right .info
    {
        height: auto;
        padding-right: 0;
    }
}
.wrap-shop .shop .right .info ul li
{
    font-size: 0;

    padding: 18px 0;

    border-bottom: 1px dashed #bfbfbf;
}
.wrap-shop .shop .right .info ul li h3
{
    font-size: 22px;
    line-height: 1.63636364;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .right .info ul li h3
    {
        font-size: 18px;
    }
}
.wrap-shop .shop .right .info ul li p
{
    font-size: 18px;
    line-height: 2;

    position: relative;

    display: inline-block;

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

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .right .info ul li p
    {
        font-size: 16px;

        width: 100%;
    }
}
.wrap-shop .shop .right .info ul li p:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    line-height: 36px;

    position: absolute;
    left: 0;

    content: '\e608';

    color: #e4312b;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .right .info ul li p:before
    {
        font-size: 20px;
        line-height: 32px;
    }
}
.wrap-shop .shop .right .info ul li p.tel
{
    width: 40%;
}
@media (max-width: 991px)
{
    .wrap-shop .shop .right .info ul li p.tel
    {
        width: 100%;
    }
}
.wrap-shop .shop .right .info ul li p.tel:before
{
    content: '\e6f5';
}
.wrap-shop .shop .right .info::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 5px;
}
.wrap-shop .shop .right .info::-webkit-scrollbar-track
{
    background-color: #c9c9c9;
}
.wrap-shop .shop .right .info::-webkit-scrollbar-thumb
{
    background-color: #e4312b;
}
.BMapLabel
{
    font-size: 14px !important;

    color: #e4312b !important;
    border: none !important;
}
.wrap-enviorment .enviorment
{
    max-width: 1450px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0 15px;
}
.wrap-enviorment .enviorment .row
{
    margin: 0 -10px;
}
.wrap-enviorment .enviorment .list
{
    padding: 0 10px;
}
.wrap-enviorment .enviorment .item
{
    margin-top: 40px;
}
.wrap-enviorment .enviorment .item .img-box
{
    padding-bottom: 61.73913043%;
}
.wrap-enviorment .enviorment .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-enviorment .enviorment .item p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .wrap-enviorment .enviorment .item p
    {
        font-size: 16px;
    }
}
.wrap-enviorment .enviorment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-enviorment .enviorment .item:hover p
{
    color: #e4312b;
}
.wrap-environment-show
{
    margin-top: 100px;
    padding-bottom: 0;

    border-top: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .wrap-environment-show
    {
        margin-top: 60px;
    }
}
.wrap-environment-show .environment-show
{
    padding: 0 5%;
}
@media (max-width: 1199px)
{
    .wrap-environment-show .environment-show
    {
        padding: 0;
    }
}
.wrap-environment-show .environment-show .slick-environment
{
    padding: 0 10%;
}
@media (max-width: 991px)
{
    .wrap-environment-show .environment-show .slick-environment
    {
        padding: 0 50px;
    }
}
.wrap-environment-show .environment-show .slick-environment .item
{
    position: relative;
}
.wrap-environment-show .environment-show .slick-environment .item .img-box
{
    padding-bottom: 61.7816092%;
}
.wrap-environment-show .environment-show .slick-environment .slick-arrow
{
    font-size: 0;

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

    padding: 0;

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

    background: none;
}
.wrap-environment-show .environment-show .slick-environment .slick-arrow:before
{
    display: block;

    width: 88px;
    height: 77px;

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

    background: url(../images/en1.png) no-repeat;
    background-size: contain;
}
@media (max-width: 767px)
{
    .wrap-environment-show .environment-show .slick-environment .slick-arrow:before
    {
        width: 44px;
        height: 33px;
    }
}
.wrap-environment-show .environment-show .slick-environment .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-environment-show .environment-show .slick-environment .slick-arrow.slick-next:before
{
    background: url(../images/en2.png) no-repeat;
    background-size: contain;
}
.wrap-environment-show .environment-show .slick-environment .slick-arrow.slick-next:hover:before
{
    background: url(../images/about-more.png) no-repeat;
}
.wrap-environment-show .environment-show .slick-environment .slick-arrow:hover:before
{
    background: url(../images/prev.png) no-repeat;
}
.wrap-environment-show .environment-show .environment-info
{
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 15px;
}
.wrap-environment-show .environment-show .environment-info .title2:after
{
    display: none;
}
.wrap-environment-show .environment-show .environment-info .title2 h2
{
    color: #e4312b;
}
.wrap-environment-show .environment-show .environment-info .text
{
    margin-top: 30px;
}
.wrap-environment-show .environment-show .environment-info .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-environment-show .environment-show .environment-info .text p
    {
        font-size: 16px;
    }
}
.wrap-environment-show .environment-show .environment-info .text img
{
    max-width: 100%;
    margin-top: 10px;
}
.wrap-environment-show .recommended
{
    padding: 40px 15px 150px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-environment-show .recommended
    {
        padding-bottom: 90px;
    }
}
.wrap-environment-show .recommended .title2:after
{
    display: none;
}
.wrap-environment-show .recommended .title2 h2
{
    color: #e4312b;
}
.wrap-environment-show .recommended .list
{
    overflow: hidden;

    max-width: 1420px;
    margin: 0 auto;
}
.wrap-environment-show .recommended .itembox
{
    padding: 0 10px;
}
.wrap-environment-show .recommended .row
{
    margin: 0 -10px;
}
.wrap-environment-show .recommended .item
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-environment-show .recommended .item
    {
        margin-top: 30px;
    }
}
.wrap-environment-show .recommended .item .img-box
{
    padding-bottom: 61.73913043%;
}
.wrap-environment-show .recommended .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-environment-show .recommended .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-environment-show .recommended .more
{
    margin-top: 40px;

    text-align: center;
}
.wrap-environment-show .recommended .more a
{
    font-size: 16px;

    display: inline-block;
}
.wrap-environment-show .recommended .more a:before
{
    display: block;

    width: 88px;
    height: 77px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(../images/about-more.png) no-repeat;
}
.wrap-environment-show .recommended .more a:hover
{
    color: #e4312b;
}
.wrap-brand
{
    padding-right: 2%;
    padding-left: 2%;
}
@media (max-width: 1199px)
{
    .wrap-brand
    {
        padding-right: 0;
        padding-left: 0;
    }
}
.wrap-brand .text
{
    text-align: center;
}
.wrap-brand .text p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-brand .text p
    {
        font-size: 16px;
    }
}
.wrap-brand .list
{
    padding: 0;
}
.wrap-brand .picbox1
{
    overflow: hidden;

    margin: 60px 0;
}
.wrap-brand .picbox1 .pic-1 .img-box,
.wrap-brand .picbox1 .pic-4 .img-box
{
    padding-bottom: 61.73913043%;
}
.wrap-brand .picbox1 .pic-2 .img-box,
.wrap-brand .picbox1 .pic-3 .img-box
{
    padding-bottom: 123.47826087%;
}
.wrap-brand .picbox1 .pic-5 .img-box
{
    padding-bottom: 61.84782609%;
}
.wrap-brand .picbox1 .pic-6 .img-box,
.wrap-brand .picbox1 .pic-7 .img-box
{
    padding-bottom: 61.52173913%;
}
.wrap-brand .picbox2
{
    overflow: hidden;

    margin: 60px 0 0 0;
}
.wrap-brand .picbox2 .pic-1 .img-box
{
    padding-bottom: 61.73913043%;
}
.wrap-brand .picbox2 .pic-2 .img-box,
.wrap-brand .picbox2 .pic-3 .img-box
{
    padding-bottom: 61.73913043%;
}
.wrap-brand .picbox2 .pic-4 .img-box
{
    padding-bottom: 123.47826087%;
}
.wrap-job .title2-job
{
    text-align: center;
}
.wrap-job .title2-job h2
{
    font-size: 42px;
    font-weight: bold;

    display: inline-block;

    margin: 0;
}
.wrap-job .title2-job h2 b
{
    color: #e4312b;
}
.wrap-job .title2-job h2:before
{
    display: inline-block;

    width: 54px;
    height: 22px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background: url(../images/title-1.png) no-repeat;
}
.wrap-job .title2-job h2:after
{
    display: inline-block;

    width: 54px;
    height: 22px;
    margin-left: 20px;

    content: '';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;

    background: url(../images/title-1.png) no-repeat;
}
@media (max-width: 1560px)
{
    .wrap-job .title2-job h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .wrap-job .title2-job h2
    {
        font-size: 24px;
    }
}
.wrap-job .title2-job p
{
    font-size: 18px;
    font-weight: 300;

    margin: 12px 0 0 0;

    color: #666;
}
.wrap-job .title2-job p:before
{
    display: block;

    width: 565px;
    height: 4px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 14px;

    content: '';

    background: url(../images/title-job-bg.png) no-repeat;
}
@media (max-width: 767px)
{
    .wrap-job .title2-job p:before
    {
        width: 80%;
        margin: 0 auto;
        margin-top: 14px;

        background-size: contain;
    }
}
@media (max-width: 991px)
{
    .wrap-job .title2-job p
    {
        font-size: 14px;
    }
}
.wrap-job .job
{
    max-width: 870px;
    margin: 0 auto;
}
.wrap-job .job .info
{
    padding: 50px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-job .job .info ul
{
    font-size: 0;

    margin: 0 -8px;

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

    margin-top: 20px;
    padding: 0 8px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-job .job .info ul li
    {
        margin-top: 12px;
        padding: 0 4px;
    }
}
.wrap-job .job .info ul li p
{
    font-size: 20px;
    line-height: 48px;

    margin: 0;
    padding: 0 38px;

    color: #fff;
    border-radius: 50px;
    background-color: #e4312b;
}
@media (max-width: 991px)
{
    .wrap-job .job .info ul li p
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
.wrap-job .job .item
{
    overflow: hidden;

    padding: 50px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-job .job .item .title2-job h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 2;

    display: inline-block;

    margin: 0;
    padding: 0 20px;

    color: #e4312b;
    border: 1px dashed #e4312b;
    border-radius: 50px;
}
@media (max-width: 991px)
{
    .wrap-job .job .item .title2-job h3
    {
        font-size: 22px;
    }
}
.wrap-job .job .item ul
{
    font-size: 0;

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

    vertical-align: top;
}
.wrap-job .job .item ul li
{
    position: relative;

    display: inline-block;

    width: 50%;
    padding: 0 10px;
    padding-left: 30px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-job .job .item ul li
    {
        width: 100%;
    }
}
.wrap-job .job .item ul li:before
{
    position: absolute;
    top: 14px;
    left: 10px;

    display: inline-block;

    width: 12px;
    height: 12px;

    content: '';
    vertical-align: middle;

    border: 4px solid #e4312b;
    border-radius: 50%;
}
.wrap-job .job .item p
{
    font-size: 18px;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-job .job .item p
    {
        font-size: 16px;
    }
}
.wrap-job .job .item p b
{
    font-size: 22px;
}
@media (max-width: 991px)
{
    .wrap-job .job .item p b
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-job .job .item p b
    {
        font-size: 18px;
    }
}
.wrap-job .job .item p span
{
    font-size: 32px;
    font-weight: bold;

    color: #e4312b;
}
@media (max-width: 991px)
{
    .wrap-job .job .item p span
    {
        font-size: 24px;
    }
}
.wrap-job .job .item-2 ul li
{
    width: 25%;
}
@media (max-width: 991px)
{
    .wrap-job .job .item-2 ul li
    {
        width: 50%;
    }
}
.wrap-job .job .item-2 ul li:first-child
{
    width: 100%;
}
.wrap-job .job .tel
{
    padding-top: 50px;
}
.wrap-job .job .tel p
{
    font-size: 18px;
    line-height: 36px;

    margin: 0;

    word-break: break-word;
}
@media (max-width: 991px)
{
    .wrap-job .job .tel p
    {
        font-size: 16px;
    }
}
.wrap-job .job .tel p b
{
    font-size: 22px;

    border-bottom: 2px solid #e4312b;
}
@media (max-width: 991px)
{
    .wrap-job .job .tel p b
    {
        font-size: 20px;
    }
}
.wrap-job .job .tel p span
{
    font-size: 32px;
    font-weight: bold;

    margin: 0 30px;

    color: #e4312b;
}
@media (max-width: 991px)
{
    .wrap-job .job .tel p span
    {
        font-size: 18px;

        margin: 0;
        margin-right: 10px;
    }
}
.wrap-news
{
    padding-top: 60px;
}
.wrap-news .news
{
    overflow: hidden;

    max-width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrap-news .news ul li
{
    overflow: hidden;

    padding: 24px 0;

    border-bottom: 1px solid #dcdcdc;
}
.wrap-news .news .item .pic
{
    float: left;

    width: 24%;
    padding: 4px;

    border: 1px solid #e1e1e1;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .pic
    {
        width: 33%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 61.53846154%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-news .news .item .text
{
    float: left;

    width: 76%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .text
    {
        width: 67%;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text
    {
        width: 100%;
        margin-top: 14px;
        padding-left: 0;
    }
}
.wrap-news .news .item .text h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

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

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text h3
    {
        font-size: 18px;
    }
}
.wrap-news .news .item .text span
{
    font-size: 20px;

    display: block;

    color: #e4312b;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .text span
    {
        font-size: 16px;
    }
}
.wrap-news .news .item .text p
{
    font-size: 16px;
    line-height: 1.75;

    display: -webkit-box;
    overflow: hidden;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-news .news .item:hover .text h3
{
    color: #e4312b;
}
.wrap-news-show
{
    margin-top: 100px;
    padding-top: 40px;

    border-top: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .wrap-news-show
    {
        margin-top: 60px;
    }
}
.wrap-news-show .news-location a
{
    font-size: 16px;
    line-height: 2;

    display: inline-block;

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

    content: '>';

    color: #666;
}
.wrap-news-show .news-location a:hover
{
    color: #e4312b;
}
.wrap-news-show .news-location a:last-child:after
{
    display: none;
}
.wrap-news-show .title2-news
{
    margin-top: 10px;
}
.wrap-news-show .title2-news h1
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-news-show .title2-news h1
    {
        font-size: 20px;
    }
}
.wrap-news-show .info
{
    overflow: hidden;

    margin-top: 20px;
    padding: 15px 0;

    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .wrap-news-show .info
    {
        text-align: center;
    }
}
.wrap-news-show .info .left
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .left
    {
        width: 100%;
    }
}
.wrap-news-show .info .left span
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-right: 30px;

    color: #999;
}
.wrap-news-show .info .left span:last-child
{
    margin-right: 0;
}
.wrap-news-show .info .left .mask
{
    color: #e4312b;
}
.wrap-news-show .info .right
{
    float: right;

    width: 50%;

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-news-show .info .right .font
{
    display: inline-block;

    vertical-align: top;
}
.wrap-news-show .info .right .font a
{
    line-height: 30px;

    display: inline-block;

    height: 30px;

    vertical-align: top;
}
.wrap-news-show .info .right .font a:before
{
    font-family: 'iconfont';
    font-size: 24px;
    font-weight: bold;

    content: '\e626';

    color: #979797;
}
.wrap-news-show .info .right .font a.switcher-small:before
{
    content: '\e625';
}
.wrap-news-show .info .right .font a:after
{
    display: inline-block;
    float: right;

    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 2px;

    content: '';

    background-color: #e5e5e5;
}
.wrap-news-show .info .right .font a:hover:before
{
    color: #e4312b;
}
.wrap-news-show .info .right .bdsharebuttonbox
{
    display: inline-block;

    height: 30px;

    -webkit-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
}
.wrap-news-show .info .right .bdsharebuttonbox a
{
    display: inline-block;
    float: none;

    margin: 0;
    padding: 0;

    background: none;
}
.wrap-news-show .info .right .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 22px;
    line-height: 30px;

    display: inline-block;

    width: 30px;
    height: 30px;

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

    color: #979797;
    background-color: none;
}
@media (max-width: 767px)
{
    .wrap-news-show .info .right .bdsharebuttonbox a:before
    {
        width: 30px;
    }
}
.wrap-news-show .info .right .bdsharebuttonbox a:after
{
    display: inline-block;
    float: right;

    width: 1px;
    height: 25px;
    margin: 0 14px;
    margin-top: 2px;

    content: '';

    background-color: #e5e5e5;
}
.wrap-news-show .info .right .bdsharebuttonbox a:first-child
{
    padding-left: 0;
}
.wrap-news-show .info .right .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.wrap-news-show .info .right .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.wrap-news-show .info .right .bdsharebuttonbox a:hover:before
{
    color: #e4312b;
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_tsina:before
{
    content: '\e641';
}
.wrap-news-show .info .right .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-news-show .info .right .view
{
    font-size: 16px;
    line-height: 30px;

    display: inline-block;

    margin-left: 14px;

    vertical-align: top;

    color: #e4312b;
}
.wrap-news-show .info .right .view:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    float: left;

    margin-top: 2px;
    margin-right: 10px;

    content: '\e688';
}
.wrap-news-show .keyword
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-news-show .keyword
    {
        margin-top: 30px;
    }
}
.wrap-news-show .keyword span,
.wrap-news-show .keyword a
{
    font-size: 18px;
    line-height: 2;

    display: inline-block;
}
@media (max-width: 991px)
{
    .wrap-news-show .keyword span,
    .wrap-news-show .keyword a
    {
        font-size: 16px;
    }
}
.wrap-news-show .keyword a:hover
{
    text-decoration: underline;

    color: #e4312b;
}
.wrap-news-show .news-show
{
    overflow: hidden;
}
.wrap-news-show .news-show .news-left
{
    float: left;

    width: 70%;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-left
    {
        width: 100%;
    }
}
.wrap-news-show .news-show .news-right
{
    float: right;

    width: 20%;
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right
    {
        width: 100%;
    }
}
.wrap-news-show .news-show .news-right .title2-news-right
{
    border-top: 4px solid #e4312b;
}
.wrap-news-show .news-show .news-right .title2-news-right h2
{
    font-size: 24px;

    margin: 20px 0 0 0;

    color: #e4312b;
}
.wrap-news-show .news-show .news-right ul li
{
    padding: 16px 0;

    border-bottom: 1px solid #e5e5e5;
}
.wrap-news-show .news-show .news-right ul li span
{
    font-size: 16px;
    line-height: 2;

    display: inline-block;

    color: #e4312b;
    border-bottom: 1px solid #e4312b;
}
.wrap-news-show .news-show .news-right ul li p
{
    font-size: 18px;
    line-height: 1.33333333;

    display: -webkit-box;
    overflow: hidden;

    max-height: 48px;
    margin: 10px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .wrap-news-show .news-show .news-right ul li p
    {
        font-size: 16px;
    }
}
.wrap-news-show .news-show .news-right ul li:hover p
{
    color: #e4312b;
}
.wrap-news-show .text
{
    font-size: 18px;

    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .wrap-news-show .text
    {
        font-size: 15px;
    }
}
.wrap-news-show .text p
{
    line-height: 2;

    margin: 0;

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

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

    border-top: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate
    {
        margin-top: 30px;
    }
}
.wrap-news-show .relate ul
{
    overflow: hidden;
}
.wrap-news-show .relate ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li
    {
        width: 100%;
    }
}
.wrap-news-show .relate ul li a
{
    font-size: 18px;
    line-height: 77px;

    display: block;
    overflow: hidden;

    height: 77px;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li a
    {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-news-show .relate ul li a:before
{
    display: inline-block;
    float: left;

    width: 88px;
    height: 77px;
    margin-right: 20px;

    content: '';

    background: url(../images/about-more.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li a:before
    {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}
.wrap-news-show .relate ul li.prev
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li.prev
    {
        text-align: left;
    }
}
.wrap-news-show .relate ul li.prev a:before
{
    float: right;

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

    background: url(../images/prev.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .wrap-news-show .relate ul li.prev a:before
    {
        float: left;

        margin-right: 10px;
        margin-left: 0;
    }
}
.wrap-news-show .relate ul li:hover a
{
    color: #e4312b;
}
.wrap-contact .contact
{
    overflow: hidden;

    max-width: 1150px;
    margin: 0 auto;
    padding-top: 80px;
}
.wrap-contact .contact .title2-about
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .title2-about
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-contact .contact .title2-about h2
{
    font-size: 36px;

    display: inline-block;

    width: 40px;
    margin: 0;
    margin-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .title2-about h2
    {
        font-size: 30px;
    }
}
.wrap-contact .contact .title2-about img
{
    display: inline-block;

    vertical-align: top;
}
.wrap-contact .contact .text
{
    float: left;
    overflow: hidden;

    width: 80%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .contact .text .note
{
    float: left;

    width: 70%;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .note
    {
        width: 100%;
    }
}
.wrap-contact .contact .text .note p
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    margin: 0;
    padding-left: 50px;

    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .wrap-contact .contact .text .note p
    {
        font-size: 16px;

        padding-left: 40px;
    }
}
.wrap-contact .contact .text .note p:before
{
    font-family: 'iconfont' !important;
    font-size: 28px;

    position: absolute;
    left: 0;

    content: '\e608';
}
.wrap-contact .contact .text .note p.tel:before
{
    font-size: 24px;

    content: '\e6f5';
}
.wrap-contact .contact .text .note p.fax:before
{
    font-size: 30px;

    content: '\e644';
}
.wrap-contact .contact .text .pic
{
    float: left;

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

    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .text .pic
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;

        text-align: center;
    }
}
.wrap-contact .contact .text .pic img
{
    max-width: 100%;
}
.wrap-contact .box-map
{
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-contact .box-map
    {
        padding-top: 50px;
    }
}
.wrap-contact .box-map .map
{
    height: 560px;
}
@media (max-width: 767px)
{
    .wrap-contact .box-map .map
    {
        height: 360px;
    }
}
.wrap-contact .message
{
    overflow: hidden;

    max-width: 1150px;
    margin: 0 auto;
    padding-top: 140px;
}
@media (max-width: 991px)
{
    .wrap-contact .message
    {
        padding-top: 80px;
    }
}
.wrap-contact .message .title2-about
{
    float: left;

    width: 20%;
}
@media (max-width: 767px)
{
    .wrap-contact .message .title2-about
    {
        width: 100%;

        text-align: center;
    }
}
.wrap-contact .message .title2-about h2
{
    font-size: 36px;

    display: inline-block;

    width: 40px;
    margin: 0;
    margin-right: 14px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .wrap-contact .message .title2-about h2
    {
        font-size: 30px;
    }
}
.wrap-contact .message .title2-about img
{
    display: inline-block;

    vertical-align: top;
}
.wrap-contact .message .text
{
    float: left;
    overflow: hidden;

    width: 80%;
}
@media (max-width: 767px)
{
    .wrap-contact .message .text
    {
        width: 100%;
        margin-top: 30px;
    }
}
.wrap-contact .message .text form ul
{
    overflow: hidden;

    margin: 0 -10px;
}
.wrap-contact .message .text form ul li
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .wrap-contact .message .text form ul li
    {
        width: 100%;
    }
}
.wrap-contact .message .text form ul li:nth-child(3),
.wrap-contact .message .text form ul li:nth-child(4)
{
    width: 100%;
}
.wrap-contact .message .text form ul li:first-child input
{
    padding-right: 200px;
}
.wrap-contact .message .text form ul li input,
.wrap-contact .message .text form ul li textarea
{
    font-size: 16px;
    line-height: 30px;

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

    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fefefe;
}
@media (max-width: 1560px)
{
    .wrap-contact .message .text form ul li input,
    .wrap-contact .message .text form ul li textarea
    {
        line-height: 30px;

        min-height: 50px;
        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .text form ul li input,
    .wrap-contact .message .text form ul li textarea
    {
        font-size: 16px;
    }
}
.wrap-contact .message .text form ul li input::-webkit-input-placeholder,
.wrap-contact .message .text form ul li textarea::-webkit-input-placeholder
{
    color: #333;
}
.wrap-contact .message .text form ul li input:-o-placeholder,
.wrap-contact .message .text form ul li textarea:-o-placeholder
{
    color: #333;
}
.wrap-contact .message .text form ul li input::-moz-placeholder,
.wrap-contact .message .text form ul li textarea::-moz-placeholder
{
    color: #333;
}
.wrap-contact .message .text form ul li input:-ms-input-placeholder,
.wrap-contact .message .text form ul li textarea:-ms-input-placeholder
{
    color: #333;
}
.wrap-contact .message .text form ul li input:focus::-webkit-input-placeholder,
.wrap-contact .message .text form ul li textarea:focus::-webkit-input-placeholder
{
    color: #ccc;
}
.wrap-contact .message .text form ul li input:focus::-o-placeholder,
.wrap-contact .message .text form ul li textarea:focus::-o-placeholder
{
    color: #ccc;
}
.wrap-contact .message .text form ul li input:focus::-moz-placeholder,
.wrap-contact .message .text form ul li textarea:focus::-moz-placeholder
{
    color: #ccc;
}
.wrap-contact .message .text form ul li input:focus::-ms-input-placeholder,
.wrap-contact .message .text form ul li textarea:focus::-ms-input-placeholder
{
    color: #ccc;
}
.wrap-contact .message .text form ul li .btn
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

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

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

    color: #fff;
    border-radius: 0;
    background-color: #bf383e;
}
@media (max-width: 1560px)
{
    .wrap-contact .message .text form ul li .btn
    {
        line-height: 50px;

        height: 50px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message .text form ul li .btn
    {
        font-size: 18px;
        font-size: 16px;

        padding: 0 50px;
    }
}
.wrap-contact .message .text form ul li .btn.reset
{
    margin-left: 10px;

    background-color: #245c9a;
}
.wrap-contact .message .text form ul li .btn:hover
{
    background-color: #d0050e;
}
.wrap-contact .message .text form ul li .js-check
{
    font-size: 16px;
    line-height: 50px;

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

    height: 52px;

    color: #666;
}
.wrap-contact .message .text form ul li .js-check i
{
    display: inline-block;

    margin: 0 5px;
}
.wrap-contact .message .text form ul li .js-check span
{
    line-height: 58px;

    display: inline-block;

    vertical-align: top;
}
.wrap-contact .message .text form ul li .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-top: -4px;
    margin-right: 20px;
    padding-left: 20px;

    cursor: pointer;
    vertical-align: top;
}
.wrap-contact .message .text form ul li .js-check label input
{
    display: none;

    width: auto;

    cursor: pointer;
}
.wrap-contact .message .text form ul li .js-check label:after
{
    position: relative;
    position: absolute;
    top: 20px;
    left: 0;

    display: inline-block;
    float: left;

    width: 20px;
    height: 20px;

    content: '';
    cursor: pointer;

    border: 1px solid #c0c0c0;
    border-radius: 50%;
}
.wrap-contact .message .text form ul li .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 25px;
    left: 0;

    display: inline-block;

    width: 10px;
    height: 10px;

    border-radius: 50%;
}
.wrap-contact .message .text form ul li .js-check label.checked i
{
    background-color: #313131;
}
.wrap-contact .message .text form ul li .js-check input[type=radio]
{
    float: left;

    width: 30px;
    height: 30px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.wrap-product
{
    margin-top: 100px;

    border-top: 1px solid #ddd;
}
@media (max-width: 1199px)
{
    .wrap-product
    {
        margin-top: 60px;
    }
}
.wrap-product .product
{
    margin-top: 30px;
}
.wrap-product .product .row
{
    margin: 0 -10px;
}
.wrap-product .product .row .list
{
    padding: 0 10px;
}
.wrap-product .product .item-1
{
    position: relative;
}
.wrap-product .product .item-1 .img-box
{
    padding-bottom: 62.34042553% !important;
}
.wrap-product .product .item-1 .info
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.wrap-product .product .item-1 .info .pic
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product .product .item-1 .info .pic img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .wrap-product .product .item-1 .info .pic-1
    {
        max-width: 40px;
    }
}
.wrap-product .product .item-1 .info .pic-2
{
    margin-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-product .product .item-1 .info .pic-2
    {
        max-width: 150px;
        margin-left: 10px;
    }
}
.wrap-product .product .item-1 .info .title2-product
{
    display: inline-block;

    width: 90px;
    margin-left: 30px;
    padding: 0 20px;

    vertical-align: middle;

    border-left: 1px solid #7b7b78;
}
@media (max-width: 767px)
{
    .wrap-product .product .item-1 .info .title2-product
    {
        width: 50px;
        margin-left: 10px;
        padding: 0 10px;
    }
}
.wrap-product .product .item-1 .info .title2-product h2
{
    font-size: 32px;

    margin: 0;

    color: #fff;
}
@media (max-width: 767px)
{
    .wrap-product .product .item-1 .info .title2-product h2
    {
        font-size: 24px;
    }
}
.wrap-product .product .item-1 .info img
{
    width: auto;
    max-width: 100%;
}
.wrap-product .product .item-1:hover .img-box img
{
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}
.wrap-product .product .item
{
    margin-top: 20px;
}
.wrap-product .product .item .img-box
{
    padding-bottom: 61.73913043%;
}
.wrap-product .product .item .img-box img
{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.wrap-product .product .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-product-show
{
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 0;
}
.wrap-product-show .product-show
{
    padding: 0 2%;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show
    {
        margin-top: 60px;
        padding: 0;
    }
}
.wrap-product-show .product-show .slick-product .item
{
    position: relative;
}
.wrap-product-show .product-show .slick-product .item .img-box
{
    padding-bottom: 46.73913043%;
}
.wrap-product-show .product-show .slick-product .item .mask
{
    position: absolute;
    bottom: 70px;
    left: 70px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .slick-product .item .mask
    {
        bottom: 20px;
        left: 15px;
    }
}
.wrap-product-show .product-show .slick-product .item .mask h3
{
    font-size: 42px;

    display: inline-block;

    margin: 0;
    padding-bottom: 20px;

    color: #fff;
    border-bottom: 1px solid #666;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .slick-product .item .mask h3
    {
        font-size: 24px;

        padding-bottom: 10px;
    }
}
.wrap-product-show .product-show .slick-product .slick-dots
{
    position: absolute;
    bottom: 50px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .wrap-product-show .product-show .slick-product .slick-dots
    {
        bottom: 0;
    }
}
.wrap-product-show .product-show .slick-product .slick-dots li
{
    position: relative;

    display: inline-block;

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

    cursor: pointer;

    border-radius: 50%;
    background-color: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .slick-product .slick-dots li
    {
        width: 10px;
        height: 10px;
    }
}
.wrap-product-show .product-show .slick-product .slick-dots li.slick-active
{
    background-color: #e4312b;
}
.wrap-product-show .product-show .slick-product .slick-dots li button
{
    opacity: 0;
}
.wrap-product-show .product-show .product-location
{
    overflow: hidden;

    padding: 15px 60px;

    border-bottom: 1px solid #ccc;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-location
    {
        padding: 15px;
    }
}
.wrap-product-show .product-show .product-location .location
{
    float: left;

    width: 65%;
}
.wrap-product-show .product-show .product-location .location a
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;
}
@media (max-width: 767px)
{
    .wrap-product-show .product-show .product-location .location a
    {
        font-size: 14px;
    }
}
.wrap-product-show .product-show .product-location .location a:after
{
    content: '-';
}
.wrap-product-show .product-show .product-location .location a:last-child:after
{
    display: none;
}
.wrap-product-show .product-show .product-location .location a:hover
{
    color: #e4312b;
}
.wrap-product-show .product-show .product-location .share
{
    float: right;

    width: 35%;
    height: 30px;

    text-align: right;
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox
{
    display: inline-block;

    height: 30px;
    padding: 0 12px;

    -webkit-transition: all .2s;
    transition: all .2s;
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: inline-block;
    float: none;

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

    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
    vertical-align: top;

    color: #999;
    background: none;
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:before
{
    font-family: 'iconfont';
    font-size: 26px;

    display: inline-block;

    content: '\e641';
    text-align: center;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:before
    {
        font-size: 20px;
    }
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:after
{
    font-size: 12px;

    float: right;

    margin: 0 24px;

    content: '|';
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:after
    {
        margin: 0 6px;
    }
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:last-child:after
{
    display: none;
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:hover
{
    opacity: 1;
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox a:hover:before
{
    color: #e4312b;
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox .bds_sqq:before
{
    content: '\e62d';
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox .bds_email:before
{
    content: '\e7a8';
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox .bds_weixin:before
{
    content: '\e604';
}
.wrap-product-show .product-show .product-location .share .bdsharebuttonbox .bds_video:before
{
    content: '\e62a';
}
.wrap-product-show .product-show .product-info
{
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 15px;
}
.wrap-product-show .product-show .product-info .title2:after
{
    display: none;
}
.wrap-product-show .product-show .product-info .title2 h2
{
    color: #e4312b;
}
.wrap-product-show .product-show .product-info .text
{
    margin-top: 30px;
}
.wrap-product-show .product-show .product-info .text p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-info .text p
    {
        font-size: 16px;
    }
}
.wrap-product-show .product-show .product-info .text img
{
    max-width: 100%;
    margin-top: 10px;
}
.wrap-product-show .product-show .product-info .relate
{
    overflow: hidden;

    margin-top: 50px;
}
.wrap-product-show .product-show .product-info .relate ul
{
    overflow: hidden;
}
.wrap-product-show .product-show .product-info .relate ul li
{
    float: left;

    width: 50%;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-info .relate ul li
    {
        width: 100%;
    }
}
.wrap-product-show .product-show .product-info .relate ul li a
{
    font-size: 18px;
    line-height: 77px;

    display: block;
    overflow: hidden;

    height: 77px;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-info .relate ul li a
    {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
.wrap-product-show .product-show .product-info .relate ul li a:before
{
    display: inline-block;
    float: left;

    width: 88px;
    height: 77px;
    margin-right: 20px;

    content: '';

    background: url(../images/about-more.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-info .relate ul li a:before
    {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}
.wrap-product-show .product-show .product-info .relate ul li.prev
{
    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-info .relate ul li.prev
    {
        text-align: left;
    }
}
.wrap-product-show .product-show .product-info .relate ul li.prev a:before
{
    float: right;

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

    background: url(../images/prev.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px)
{
    .wrap-product-show .product-show .product-info .relate ul li.prev a:before
    {
        float: left;

        margin-right: 10px;
        margin-left: 0;
    }
}
.wrap-product-show .product-show .product-info .relate ul li:hover a
{
    color: #e4312b;
}
.wrap-product-show .news
{
    padding: 40px 15px 150px;

    background-color: #f9f9f9;
}
@media (max-width: 991px)
{
    .wrap-product-show .news
    {
        padding-bottom: 90px;
    }
}
.wrap-product-show .news .title2:after
{
    display: none;
}
.wrap-product-show .news .title2 h2
{
    color: #e4312b;
}
.wrap-product-show .news .list
{
    overflow: hidden;

    max-width: 930px;
    margin: 0 auto;
}
.wrap-product-show .news ul
{
    overflow: hidden;

    margin: 0 -40px;
}
.wrap-product-show .news ul li
{
    float: left;

    width: 50%;
    margin-top: 30px;
    padding: 0 40px;
}
@media (max-width: 991px)
{
    .wrap-product-show .news ul li
    {
        width: 100%;
    }
}
.wrap-product-show .news ul li .item
{
    position: relative;

    display: table;

    width: 100%;
    min-height: 48px;
    margin-top: 20px;
    padding-left: 80px;
}
.wrap-product-show .news ul li .item .date
{
    position: absolute;
    left: 0;

    width: 60px;

    border-right: 1px solid #dcdcdc;
}
.wrap-product-show .news ul li .item .date h3
{
    font-size: 20px;

    margin: 0;

    color: #e4312b;
}
.wrap-product-show .news ul li .item .date span
{
    font-size: 14px;

    margin: 0;

    color: #e4312b;
}
.wrap-product-show .news ul li .item p
{
    font-size: 16px;
    line-height: 1.5;

    display: table-cell;

    margin: 0;

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

    color: #666;
}
.wrap-product-show .news ul li .item:hover p
{
    color: #e4312b;
}
.wrap-product-show .news .more
{
    margin-top: 40px;

    text-align: center;
}
.wrap-product-show .news .more a
{
    font-size: 16px;

    display: inline-block;
}
.wrap-product-show .news .more a:before
{
    display: block;

    width: 88px;
    height: 77px;
    margin: 0 auto;
    margin-bottom: 10px;

    content: '';

    background: url(../images/about-more.png) no-repeat;
}
.wrap-product-show .news .more a:hover
{
    color: #e4312b;
}
/**
 * page
 */
.page
{
    clear: both;
    overflow: hidden;

    margin-top: 80px;

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

    position: relative;

    display: inline-block;

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

    text-align: center;

    color: #999;
    border-radius: 50%;
}
.page a:after
{
    font-size: 12px;

    position: absolute;
    right: -15px;

    display: inline-block;

    margin: 0 6px;

    content: '/';
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);

    color: #d3d3d3;
}
.page a:last-child:after
{
    display: none;
}
.page a.omit:hover
{
    color: #333;
    background-color: #e5e5e5;
}
.page a.prev
{
    font-size: 14px;
}
.page a.prev:after
{
    font-family: 'iconfont' !important;

    content: '\e601';
}
.page a.next
{
    font-size: 14px;
}
.page a.next:before
{
    font-family: 'iconfont' !important;

    content: '\e827';
}
.page a.active,
.page a:hover
{
    color: #fff;
    background: url(../images/page_bg.png) no-repeat center;
}
.bdshare_popup_box
{
    right: 0 !important;
    left: auto !important;

    display: none !important;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.bdshare_weixin_qrcode_dialog
{
    height: 310px !important;
}

@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;
    }
}
@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}