@charset 'utf-8';
@-ms-viewport
{
    width: auto !important;
}
.ff
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.all
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
body
{
    font-family: 'Source Han Sans CN', 'Noto Sans TC', 'Microsoft YaHei', 'PingFang SC', 'Helvetica Condensed', Arial, Helvetica, 'Helvetica Neue', 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;

    overflow-x: hidden;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.fixed .header
{
    z-index: 10000002;
}
body.visit
{
    overflow-y: hidden;
}
body.visit.visited
{
    overflow-y: auto;
}
body.visit.visited .guide-pages .info p,
body.visit.visited .guide-pages .info .pic-box
{
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);

    opacity: 0;
}
.guide-pages
{
    position: fixed;
    z-index: 10000000000;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: #383334;
}
.guide-pages .info
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}
.guide-pages .info .pic-box,
.guide-pages .info p
{
    -webkit-transition: .7s;
            transition: .7s;
}
.guide-pages .info .pic-box
{
    max-width: 80%;
    margin: 0 auto 30px;
    padding-right: 15px;

    -webkit-transition-delay: .5s;
            transition-delay: .5s;
}
.guide-pages .info .pic-box img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 767px)
{
    .guide-pages .info .pic-box img
    {
        max-width: 60%;
    }
}
.guide-pages .info p
{
    font-size: 24px;
    font-weight: 300;

    position: relative;

    margin: 0;
    padding: 0 30px 0 45px;

    color: #fff;
}
.guide-pages .info p:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 32px;
    height: 32px;

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

    background: url(../images/page-loading.gif) no-repeat top center;
    background-size: contain;
}
@media (max-width: 767px)
{
    .guide-pages .info p
    {
        font-size: 18px;
    }
}
@media (max-width: 480px)
{
    .guide-pages .info p
    {
        font-size: 4.5vmin;

        padding: 0 15px 0 30px;
    }
    .guide-pages .info p:before
    {
        width: 28px;
        height: 28px;
    }
}
@media only screen and (min-width: 1340px)
{
    .container
    {
        width: 1320px;
    }
}
@media only screen and (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

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

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

    border: none;
    outline: none;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.txt-over1
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.page
{
    text-align: center;
}
.page li
{
    line-height: 36px;

    display: inline-block;

    width: 38px;
    height: 38px;
    margin: 0 3px;

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

    color: #848484;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
}
@media (max-width: 767px)
{
    .page li
    {
        font-size: 12px;
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 1px;
    }
}
.page li.active,
.page li:hover
{
    color: #fff;
    border-color: #e5322e;
    background-color: #e5322e;
}
.page li.active
{
    border-radius: 50%;
}
.page li a
{
    display: block;
}
.page li.prev:before,
.page li.next:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page li.prev:before
{
    content: '\e9b5';
}
.page li.next:before
{
    content: '\e72f';
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    width: 100%;
    max-width: 100%;

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

    color: #666;
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 19px 30px !important;

    border: 1px solid #ddd !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 15px 23px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 15px !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table td:first-child
{
    color: #333;
}
.clearfix
{
    zoom: 1;
}
.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
img.lazy
{
    min-width: 1px;
    min-height: 1px;
}
.lazy
{
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 800px;
    max-width: 80%;
    height: 600px;
    max-height: 50%;
    margin: 0;
}
.fancybox-slide--video video
{
    max-width: 80%;
    padding: 0;
}
@media (max-width: 767px)
{
    .fancybox-slide--video video
    {
        max-width: 95%;
    }
}
img
{
            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}
.header
{
    position: relative;
}
.header .top
{
    font-size: 0;
    line-height: 45px;

    overflow-x: hidden;
    zoom: 1;

    margin-bottom: -10px;
    padding-bottom: 10px;

    letter-spacing: -8px;

    color: #efefef;
    background-color: #383334;
    background-clip: content-box;
}
@media (max-width: 991px)
{
    .header .top
    {
        display: none;
    }
}
.header .top:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.header .top .info,
.header .top .contact
{
    font-size: 13px;

    letter-spacing: 0;
}
.header .top .info
{
    font-size: 0;

    float: left;

    letter-spacing: -8px;
}
.header .top .info span
{
    font-size: 13px;

    display: inline-block;

    vertical-align: middle;
    letter-spacing: 0;
}
.header .top .info .address
{
    position: relative;

    margin-left: 45px;
    padding-left: 25px;
}
.header .top .info .address:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

    content: '\e633';
    vertical-align: middle;
}
.header .top .contact
{
    line-height: 50px;

    position: relative;

    float: right;

    padding-left: 10px;

    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);

    color: #fff;
    background-color: #e5322e;
}
.header .top .contact:after
{
    position: absolute;
    top: 0;
    left: 100%;

    display: block;

    width: 500px;
    height: 100%;
    margin-left: -1px;

    content: '';

    background-color: #e5322e;
}
.header .top .contact:before
{
    position: absolute;
    top: 0;
    right: 100%;

    display: block;

    width: 0;
    height: 0;
    margin-right: -1px;

    content: '';

    border-width: 50px 25px 0 0;
    border-style: solid;
    border-color: transparent #e5322e transparent transparent;
}
.header .top .contact a
{
    margin-left: 60px;
}
.header .top .contact a:hover span
{
    text-decoration: underline;
}
.header .logo
{
    display: block;
    float: left;
}
.header .logo > a
{
    display: inline-block;

    padding: 17px 0;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .header .logo > a
    {
        width: 210px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .header .logo > a
    {
        width: 140px;
        padding: 8px 0;
    }
}
.header .logo img
{
    width: 100%;
}
.header .logo .logo-txt
{
    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo .logo-txt
    {
        width: 380px;
        margin-left: 10px;
    }
}
@media (max-width: 991px)
{
    .header .logo .logo-txt
    {
        display: none;
    }
}
.header .header-r
{
    float: right;
}
@media (max-width: 1199px)
{
    .header .header-r
    {
        padding: 41px 0;
    }
}
@media (max-width: 991px)
{
    .header .header-r
    {
        padding: 30px 0;
    }
}
@media (max-width: 767px)
{
    .header .header-r
    {
        padding: 15px 0;
    }
}
.header .header-r > div
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .header-r > div.nav
    {
        display: none;
    }
}
.header .header-r .language
{
    display: inline-block;
}
.header .header-r .language a
{
    line-height: 28px;

    display: block;

    width: 30px;
    height: 30px;

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

    color: #999;
    border: 1px solid #cecece;
    border-radius: 50%;
}
@media (min-width: 1200px)
{
    .header .header-r .language a:hover
    {
        color: #fff;
        border-color: #e5322e;
        background-color: #e5322e;
    }
}
.header .header-r .find
{
    display: inline-block;

    margin: 0 60px 0 35px;

    cursor: pointer;
    vertical-align: middle;

    color: #999;
}
.header .header-r .find:after
{
    font-family: 'iconfont' !important;
    font-size: 28px;
    font-style: normal;

    content: '\e68d';
    vertical-align: top;
}
@media (min-width: 1200px)
{
    .header .header-r .find:hover
    {
        color: #e5322e;
    }
}
@media (max-width: 1469px)
{
    .header .header-r .find
    {
        margin: 0 30px 0 10px;
    }
}
@media (max-width: 1199px)
{
    .header .header-r .find
    {
        margin: 0 20px 0 0;
    }
}
@media (max-width: 767px)
{
    .header .header-r .find
    {
        margin-right: 10px;
    }
}
@media (min-width: 1200px)
{
    .nav
    {
        position: relative;
        z-index: 30;

        text-align: center;
    }
    .nav.fixed .tbl
    {
        position: fixed;
        z-index: 888;
        top: 0;
        left: 0;

        width: 100%;

        background-color: #f9f9f9;
        box-shadow: 0 0 16px 0 rgba(7, 17, 27, .2);
    }
}
@media (max-width: 1199px)
{
    .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

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

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

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

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

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .nav .container
    {
        overflow: auto;

        width: 100%;
    }
}
@media (max-width: 767px)
{
    .nav
    {
        width: 100%;
    }
}
.nav.left-100
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.nav.left-200
{
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
}
.nav.left-300
{
    -webkit-transform: translate3d(-300%, 0, 0);
            transform: translate3d(-300%, 0, 0);
}
.nav.left-400
{
    -webkit-transform: translate3d(-400%, 0, 0);
            transform: translate3d(-400%, 0, 0);
}
.nav.left-500
{
    -webkit-transform: translate3d(-500%, 0, 0);
            transform: translate3d(-500%, 0, 0);
}
.nav .nav-list1 > li > a
{
    text-transform: uppercase;
}
@media (min-width: 1200px)
{
    .nav .nav-list1
    {
        zoom: 1;
    }
    .nav .nav-list1:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .nav .nav-list1 li a
    {
        white-space: nowrap;
    }
    .nav .nav-list1 > li
    {
        position: relative;

        float: left;

        padding: 0 35px;
    }
    .nav .nav-list1 > li:first-child
    {
        margin-left: 0;
        padding-left: 0;
    }
    .nav .nav-list1 > li:first-child > a
    {
        padding-left: 0;
    }
    .nav .nav-list1 > li > a
    {
        font-size: 16px;

        position: relative;

        display: block;

        padding: 51px 0;

        -webkit-transition: .3s;
                transition: .3s;
        text-transform: uppercase;

        color: #333;
    }
    .nav .nav-list1 > li:hover > a
    {
        color: #e5322e;
    }
    .nav .nav-list1 > li:hover > a:after
    {
        border-color: #e5322e transparent transparent transparent;
    }
    .nav .nav-list1 ul
    {
        display: none;
    }
    .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 10;
        top: 100%;
        left: 50%;

        min-width: 180px;
        padding: 10px 0;

        text-align: left;

        border-top: 1px solid transparent;
        background-color: #fff;
        box-shadow: 1px 4px 10px 2px rgba(0, 0, 0, .2);
    }
    .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        padding: 0 5px;

        -webkit-transition: .2s;
                transition: .2s;
        white-space: nowrap;

        border-top: 1px solid rgba(255, 255, 255, .3);
    }
    .nav .nav-list1 .nav-list2 > li:first-child
    {
        border-top: none;
    }
    .nav .nav-list1 .nav-list2 > li > a
    {
        display: block;

        padding: 5px 10px;

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

        color: #888;
    }
    .nav .nav-list1 .nav-list2 > li > a:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);

        color: #e5322e;
    }
}
@media (min-width: 1200px) and (max-width: 1469px)
{
    .nav .nav-list1 > li
    {
        padding: 0 30px;
    }
}
@media (min-width: 1200px) and (max-width: 1339px)
{
    .nav .nav-list1 > li
    {
        padding: 0 22px;
    }
}
@media (max-width: 1199px)
{
    .nav .nav-list1
    {
        margin: 20px 0;

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

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

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

        margin-top: 5px;

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

        display: block;
        overflow: hidden;

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

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

        color: #fff;
        background: #fafafa;
        background: #000;
    }
}
.nav .nav-2 .nav-top,
.nav .nav-3 .nav-top,
.nav .nav-4 .nav-top,
.nav .nav-5 .nav-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    content: '\e9b5';
}
.nav .nav-2 .nav-top .nav-title,
.nav .nav-3 .nav-top .nav-title,
.nav .nav-4 .nav-top .nav-title,
.nav .nav-5 .nav-top .nav-title
{
    font-size: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .nav .nav-2 .nav-top .nav-title,
    .nav .nav-3 .nav-top .nav-title,
    .nav .nav-4 .nav-top .nav-title,
    .nav .nav-5 .nav-top .nav-title
    {
        font-size: 20px;
    }
}
.nav .nav-2 .nav-top .nav-collapse-2,
.nav .nav-3 .nav-top .nav-collapse-2,
.nav .nav-4 .nav-top .nav-collapse-2,
.nav .nav-5 .nav-top .nav-collapse-2
{
    margin: 0;
}
.nav .nav-2 .nav-top .nav-collapse-2 .btn-line,
.nav .nav-3 .nav-top .nav-collapse-2 .btn-line,
.nav .nav-4 .nav-top .nav-collapse-2 .btn-line,
.nav .nav-5 .nav-top .nav-collapse-2 .btn-line
{
    background-color: #fff;
}
.nav .nav-2 .content,
.nav .nav-3 .content,
.nav .nav-4 .content,
.nav .nav-5 .content
{
    overflow: auto;

    max-height: 70vh;
    margin-top: 4%;
}
@media (max-width: 767px)
{
    .nav .nav-2 .content ul,
    .nav .nav-3 .content ul,
    .nav .nav-4 .content ul,
    .nav .nav-5 .content ul
    {
        padding: 0 15px;
    }
}
.nav .nav-2 .content ul li,
.nav .nav-3 .content ul li,
.nav .nav-4 .content ul li,
.nav .nav-5 .content ul li
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 24px;
    line-height: 50px;

    margin: 20px 0;

    text-align: left;
}
@media (max-width: 991px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li,
    .nav .nav-4 .content ul li,
    .nav .nav-5 .content ul li
    {
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .nav .nav-2 .content ul li,
    .nav .nav-3 .content ul li,
    .nav .nav-4 .content ul li,
    .nav .nav-5 .content ul li
    {
        font-size: 5vmin;
        line-height: 2;

        margin: 0;
    }
}
.nav .nav-2 .content ul li.more,
.nav .nav-3 .content ul li.more,
.nav .nav-4 .content ul li.more,
.nav .nav-5 .content ul li.more
{
    position: relative;
}
.nav .nav-2 .content ul li.more:after,
.nav .nav-3 .content ul li.more:after,
.nav .nav-4 .content ul li.more:after,
.nav .nav-5 .content ul li.more:after
{
    font-family: 'iconfont' !important;
    font-size: 16px;

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

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

    color: #fff;
}
.nav .nav-2 .content ul li a,
.nav .nav-3 .content ul li a,
.nav .nav-4 .content ul li a,
.nav .nav-5 .content ul li a
{
    display: block;
}
.nav .nav-2
{
    left: 100%;
}
.nav .nav-3
{
    left: 200%;
}
.nav .nav-3 .content ul li
{
    font-size: 4.5vmin;
}
.nav .nav-4
{
    left: 300%;
}
.nav .nav-5
{
    left: 400%;
}
.nav.fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .nav.fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .nav.fade-out ul.nav-list1
    {
        overflow: auto;

        max-height: 80vh;

        opacity: 1;
    }
    .nav.fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .nav.fade-out ul.nav-list1 > li
    {
        zoom: 1;

        margin: 20px 0;

        -webkit-transform: translateX(-15px) rotateX(90deg);
                transform: translateX(-15px) rotateX(90deg);
    }
    .nav.fade-out ul.nav-list1 > li:after
    {
        display: block;
        visibility: hidden;
        clear: both;

        height: 0;

        content: '';
    }
    .nav.fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0) rotateX(0deg);
                transform: translateX(0) rotateX(0deg);

        opacity: 1;
    }
    .nav.fade-out ul.nav-list1 > li.more > a:before
    {
        font-family: 'iconfont' !important;
        font-size: 25px;

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

        content: '\e72f';

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

        position: relative;

        display: block;
    }
    .nav.fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px) and (orientation: landscape)
{
    .nav.fade-out ul.nav-list1
    {
        max-height: 57vh;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .nav.fade-out ul.nav-list1 > li
    {
        height: 55px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .nav.fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .nav.fade-out ul.nav-list1 > li.more
    {
        padding-right: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px)
{
    .nav.fade-out ul.nav-list1 > li.more.show
    {
        padding-right: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .nav.fade-out ul.nav-list1 > li > a
    {
        font-size: 6.5vmin;
        line-height: 1.7;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .nav.fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .nav.fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.nav-collapse
{
    position: relative;

    display: none;

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

    cursor: pointer;

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

        margin-left: 15px;

        vertical-align: middle;
    }
    .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 30px;

        display: block;

        margin-top: 10px;

        border: none;
    }
    .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .nav-collapse
    {
        margin-left: 5px;

        border: none;
    }
}
.nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 25px;
    height: 2px;

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

    background: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(3),
.nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 25px;
    height: 2px;

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

    background: #999;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .nav-collapse .btn-line:nth-child(3),
    .nav-collapse .btn-line:nth-child(1)
    {
        width: 30px;
    }
}
.nav-collapse .btn-line:nth-child(1)
{
    top: 32%;
}
.nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.nav-collapse .btn-line:nth-child(3)
{
    top: 68%;
}
.nav-collapse.active
{
    border-color: transparent;
}
.nav-collapse.active .btn-line
{
    background-color: #fff;
}
.nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

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

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

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.search-wrap
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    background-color: rgba(0, 0, 0, .97);
}
.search-wrap input::-webkit-input-placeholder,
.search-wrap textarea::-webkit-input-placeholder
{
    color: #666;
}
.search-wrap input:-o-placeholder,
.search-wrap textarea:-o-placeholder
{
    color: #666;
}
.search-wrap input::-moz-placeholder,
.search-wrap textarea::-moz-placeholder
{
    color: #666;
}
.search-wrap input:-ms-input-placeholder,
.search-wrap textarea:-ms-input-placeholder
{
    color: #666;
}
.search-wrap input:focus::-webkit-input-placeholder,
.search-wrap textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.search-wrap input:focus::-o-placeholder,
.search-wrap textarea:focus::-o-placeholder
{
    color: #999;
}
.search-wrap input:focus::-moz-placeholder,
.search-wrap textarea:focus::-moz-placeholder
{
    color: #999;
}
.search-wrap input:focus::-ms-input-placeholder,
.search-wrap textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.search-wrap.active .search
{
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}
.search-wrap .search
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    width: 800px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;

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

    border: none;
    border-radius: 0;
}
.search-wrap .search p
{
    font-size: 18px;

    margin-bottom: 50px;

    text-align: center;
    letter-spacing: 2px;

    color: #fff;
}
.search-wrap .search .input-text
{
    font-size: 20px;
    line-height: 40px;

    width: 100%;
    padding: 0 35px 5px 20px;

    text-align: center;

    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    background: none;
}
@media (max-width: 767px)
{
    .search-wrap .search .input-text
    {
        padding-left: 5px;
    }
}
.search-wrap .search .input-submit
{
    line-height: 36px;

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

    width: 50px;

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

    content: '\e660';

    color: #ccc;
}
.search-wrap .search-close
{
    position: absolute;
    top: 30px;
    right: 10%;

    cursor: pointer;
}
.search-wrap .search-close:before
{
    font-family: 'iconfont' !important;
    font-size: 22px;

    content: '\e61b';

    color: #fff;
}
.slick-dots
{
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

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

    cursor: pointer;
    -webkit-transition: .3s;
            transition: .3s;

    border-radius: 10px;
    background: #e5e5e5;
}
@media (max-width: 767px)
{
    .slick-dots li
    {
        width: 8px;
        height: 8px;

        border-radius: 8px;
    }
}
.slick-dots li.slick-active,
.slick-dots li:hover
{
    background-color: #e5322e;
}
.slick-dots li button
{
    display: none;
}
.banner
{
    position: relative;

    overflow: hidden;

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

    overflow: hidden;
}
.banner .img-box
{
    padding-bottom: 41.14583333%;
}
.banner .img-box img
{
    display: block;

    -webkit-transition: 5s;
            transition: 5s;
}
.banner .slick
{
    font-size: 0;

    position: relative;

    letter-spacing: -8px;
}
.banner .pic-box
{
    position: relative;
}
@media (max-width: 991px)
{
    .banner .pic-box
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
@media (max-width: 767px)
{
    .banner .pic-box
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    bottom: 30px;
    left: 50%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 20px;

        display: none;
    }
}
.banner .slick-dots li
{
    margin: 0 4px;

    border: 1px solid #e5322e;
    background: none;
}
.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover
{
    background-color: #e5322e;
}
.banner .slick-dots li.slick-active
{
    width: 30px;
}
.index-box
{
    overflow: hidden;

    max-width: 100%;
    padding: 90px 0 100px;
}
@media (max-width: 1199px)
{
    .index-box
    {
        padding: 80px 0 90px;
    }
}
@media (max-width: 991px)
{
    .index-box
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .index-box
    {
        padding: 50px 0;
    }
}
.index-box .title
{
    text-align: center;
}
.index-box .title > span
{
    font-weight: 300;

    color: #999;
}
.index-box .title h3
{
    font-size: 36px;

    margin: 15px 0 0;
}
.index-box .title h3 b
{
    position: relative;

    display: inline-block;

    padding: 0 70px;
}
.index-box .title h3 b:before,
.index-box .title h3 b:after
{
    position: absolute;
    bottom: 0;

    width: 52px;
    height: 3px;

    content: '';

    background-color: #333;
}
.index-box .title h3 b:before
{
    left: 0;
}
.index-box .title h3 b:after
{
    right: 0;
}
@media (max-width: 991px)
{
    .index-box .title h3
    {
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .index-box .title h3
    {
        font-size: 26px;
    }
    .index-box .title h3 b
    {
        padding: 0 50px;
    }
    .index-box .title h3 b:before,
    .index-box .title h3 b:after
    {
        width: 40px;
    }
}
.index-about .intro
{
    position: relative;

    overflow: hidden;

    margin-top: 80px;
}
@media only screen and (min-width: 768px)
{
    .index-about .intro
    {
        padding-right: 150px;
    }
}
@media (max-width: 1199px)
{
    .index-about .intro
    {
        margin-top: 70px;
    }
}
@media (max-width: 991px)
{
    .index-about .intro
    {
        margin-top: 60px;
    }
}
@media (max-width: 767px)
{
    .index-about .intro
    {
        margin-top: 40px;
    }
}
.index-about .intro > b
{
    font-size: 16px;

    display: block;

    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .index-about .intro > b
    {
        margin-bottom: 15px;
    }
}
.index-about .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #777;
}
.index-about .intro .more
{
    display: block;

    color: #666;
}
@media only screen and (min-width: 768px)
{
    .index-about .intro .more
    {
        position: absolute;
        right: 0;
        bottom: 15px;
    }
}
@media (max-width: 767px)
{
    .index-about .intro .more
    {
        float: right;

        margin-top: 10px;
    }
}
.index-about .intro .more:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    margin-right: 15px;

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

    color: #d1d1d1;
}
.index-about .intro .more span
{
    display: inline-block;

    padding: 2px 0;

    vertical-align: middle;

    border-bottom: 1px solid #949494;
}
.index-about .intro .more:hover,
.index-about .intro .more:hover:before
{
    -webkit-transition: .2s;
            transition: .2s;

    color: #e5322e;
}
.index-about .intro .more:hover span
{
    border-color: #e5322e;
}
.index-about .list
{
    font-size: 0;

    margin: 0 -10px;

    letter-spacing: -8px;
}
@media (max-width: 991px)
{
    .index-about .list
    {
        margin-top: -20px;
    }
}
@media (max-width: 480px)
{
    .index-about .list
    {
        margin: -10px -5px 0;
    }
}
.index-about .list li
{
    font-size: 14px;

    display: inline-block;

    width: 20%;
    padding: 0 10px;

    letter-spacing: 0;
}
@media (max-width: 991px)
{
    .index-about .list li
    {
        width: 33.3333%;
        margin-top: 20px;
    }
}
@media (max-width: 480px)
{
    .index-about .list li
    {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }
}
.index-about .list .img-box
{
    padding-bottom: 63.90977444%;
}
.index-num
{
    z-index: 5;

    overflow: hidden;

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

    border-top: 1px solid #e9e9e9;
}
@media (max-width: 767px)
{
    .index-num
    {
        padding: 30px 0;
    }
}
.index-num .row
{
    margin: 0 -35px 0 -50px;
}
@media (max-width: 1339px)
{
    .index-num .row
    {
        margin: 0 -25px;
    }
}
@media (max-width: 480px)
{
    .index-num .row
    {
        margin: 0 -5px;
    }
}
.index-num ul
{
    font-size: 0;

    letter-spacing: -8px;
}
@media (min-width: 992px)
{
    .index-num ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .index-num ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 767px)
{
    .index-num ul
    {
        margin: 0 -5px;
    }
}
.index-num ul li
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    padding: 0 35px 0 50px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
.index-num ul li:after
{
    position: absolute;
    top: 35px;
    right: 0;

    display: block;

    width: 1px;
    height: 20px;

    content: '';

    background-color: rgba(199, 212, 224, .35);
}
@media (max-width: 1199px)
{
    .index-num ul li:after
    {
        top: 25px;
    }
}
@media (max-width: 991px)
{
    .index-num ul li:after
    {
        top: 20px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li:after
    {
        top: 12px;
    }
}
.index-num ul li:last-child:after
{
    display: none;
}
.index-num ul li:last-child .item
{
    padding-right: 25px;
}
@media only screen and (min-width: 992px)
{
    .index-num ul li
    {
        max-width: 20%;
    }
}
@media (max-width: 1339px)
{
    .index-num ul li
    {
        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .index-num ul li
    {
        width: 33.33333%;
    }
}
@media (max-width: 480px)
{
    .index-num ul li
    {
        width: 50%;
        margin: 10px 0;
        padding: 0 10px;
    }
    .index-num ul li:nth-child(odd):before
    {
        display: none;
    }
    .index-num ul li:last-child:after
    {
        display: none;
    }
}
.index-num ul li .timer
{
    font-size: 60px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    color: #e5322e;
}
@media (max-width: 1339px)
{
    .index-num ul li .timer
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .index-num ul li .timer
    {
        font-size: 44px;
    }
}
@media (max-width: 991px)
{
    .index-num ul li .timer
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li .timer
    {
        font-size: 32px;
    }
}
.index-num ul li .timer:after
{
    font-size: 18px;

    position: absolute;
    top: 15px;
    left: 100%;

    margin-left: 15px;

    content: '+';
}
@media (max-width: 1199px)
{
    .index-num ul li .timer:after
    {
        top: 5px;
    }
}
@media (max-width: 767px)
{
    .index-num ul li .timer:after
    {
        margin-left: 10px;
    }
}
.index-num ul li p
{
    font-weight: 300;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
.index-product
{
    background-color: #f8f8f8;
}
.index-product .pro-nav
{
    overflow-x: auto;

    margin: 45px 0 60px;

    text-align: center;
    white-space: nowrap;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.index-product .pro-nav::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.index-product .pro-nav::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(229, 50, 46, .6);
}
.index-product .pro-nav::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(229, 50, 46, .2);
}
.index-product .pro-nav::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(229, 50, 46, .6);
}
@media (max-width: 1199px)
{
    .index-product .pro-nav
    {
        padding-bottom: 5px;
    }
}
@media (max-width: 991px)
{
    .index-product .pro-nav
    {
        margin: 40px 0 20px;
    }
}
@media (max-width: 767px)
{
    .index-product .pro-nav
    {
        margin: 35px 0 10px;
    }
}
.index-product .pro-nav li
{
    font-size: 16px;
    font-weight: 300;

    display: inline-block;

    color: #7f7f7f;
}
.index-product .pro-nav li:before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    border-radius: 2px;
    background-color: #333;
}
.index-product .pro-nav li.active
{
    color: #e5322e;
}
.index-product .pro-nav li:first-child:before
{
    display: none;
}
@media (max-width: 1469px)
{
    .index-product .pro-nav li:before
    {
        margin: 0 40px;
    }
}
@media (max-width: 1339px)
{
    .index-product .pro-nav li:before
    {
        margin: 0 25px;
    }
}
@media (max-width: 1199px)
{
    .index-product .pro-nav li:before
    {
        margin: 0 15px;
    }
}
@media (max-width: 767px)
{
    .index-product .pro-nav li
    {
        font-size: 14px;
    }
    .index-product .pro-nav li:before
    {
        width: 2px;
        height: 2px;
        margin: 0 7px;
    }
}
.index-product .pro-nav li a
{
    display: inline-block;

    vertical-align: middle;
}
.index-product .product-slick-wrap
{
    overflow: hidden;

    padding-left: 13.28125%;
}
@media (max-width: 1469px)
{
    .index-product .product-slick-wrap
    {
        padding-left: 5%;
    }
}
@media (max-width: 991px)
{
    .index-product .product-slick-wrap
    {
        padding-left: 15px;
    }
}
@media (max-width: 480px)
{
    .index-product .product-slick-wrap
    {
        padding-left: 10px;
    }
}
.index-product .slick-wrap
{
    position: relative;

    padding-left: 245px;
}
@media only screen and (min-width: 992px)
{
    .index-product .slick-wrap:after
    {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 100%;

        display: block;

        width: 900px;
        height: 100%;
        margin-right: -360px;

        content: '';

        background-color: #383334;
    }
}
@media (max-width: 991px)
{
    .index-product .slick-wrap
    {
        padding-left: 0;
    }
}
.index-product .slick-product
{
    position: relative;
    z-index: 5;
}
.index-product .slick-product .slick-dots
{
    display: none !important;
}
.index-product .slick-product .slick-track
{
    margin: 0;
}
.index-product .product-list .slick-slide
{
    padding: 55px 35px;
}
@media (max-width: 1469px)
{
    .index-product .product-list .slick-slide
    {
        padding: 55px 15px;
    }
}
@media (max-width: 991px)
{
    .index-product .product-list .slick-slide
    {
        padding: 25px 10px;
    }
}
.index-product .product-list .slick-slide .intro-wrap
{
    padding-bottom: 25px;
}
.index-product .product-list .slick-slide .item-box
{
    padding: 0;
}
.index-product .product-list .item
{
    overflow: hidden;

    background-color: #fff;
}
.index-product .product-list .item:hover .read-more
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    background-color: #654d8d;
}
.index-product .product-list .item:hover .read-more span
{
    opacity: 1;
}
@media only screen and (min-width: 992px)
{
    .index-product .info
    {
        position: absolute;
        z-index: 10;
        bottom: 50px;
        left: 0;

        width: 210px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1339px)
{
    .index-product .info
    {
        width: 150px;
    }
}
@media (max-width: 991px)
{
    .index-product .product-btn
    {
        display: none;
    }
}
.index-product .product-btn span
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 56px;
    height: 56px;
    margin: 0 auto;

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

    color: #fff;
    border: 3px solid #52484c;
    border-radius: 50%;
}
.index-product .product-btn span:after
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-product .product-btn span:hover
{
    color: #e5322e;
}
.index-product .product-btn .prev
{
    margin-bottom: 20px;
}
.index-product .product-btn .prev:after
{
    content: '\eb5f';
}
.index-product .product-btn .next:after
{
    content: '\eb60';
}
.index-product .num-box
{
    font-size: 24px;

    position: relative;

    margin-top: 50px;
    padding-bottom: 10px;

    text-align: center;

    color: #52484c;
    border-bottom: 2px solid #52484c;
}
.index-product .num-box:after
{
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;

    display: block;

    width: 50%;
    height: 2px;

    content: '';

    background-color: #e5322e;
}
.index-product .num-box span
{
    font-size: 60px;
    font-weight: bold;

    margin-right: 15px;

    color: #fff;
}
@media (max-width: 1339px)
{
    .index-product .num-box
    {
        font-size: 20px;
    }
    .index-product .num-box span
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .index-product .num-box
    {
        font-size: 18px;

        display: block;

        width: 150px;
        margin: 10px auto 0;
    }
    .index-product .num-box span
    {
        font-size: 34px;

        color: #e5322e;
    }
}
.index-news .slick-news
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .index-news .slick-news
    {
        margin-top: 45px;
    }
}
@media (max-width: 767px)
{
    .index-news .slick-news
    {
        margin-top: 35px;
    }
}
.index-news .slick-news .slick-list
{
    margin: 0 -15px;
}
.index-news .slick-news .slick-slide
{
    padding: 0 15px;
}
.index-news .slick-news .slick-arrow
{
    position: absolute;
    z-index: 20;
    top: 50%;

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

    color: #e2e2e2;
    background: none;
}
.index-news .slick-news .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.index-news .slick-news .slick-arrow.slick-prev
{
    left: -60px;
}
.index-news .slick-news .slick-arrow.slick-prev:before
{
    content: '\eb5f';
}
.index-news .slick-news .slick-arrow.slick-next
{
    right: -60px;
}
.index-news .slick-news .slick-arrow.slick-next:before
{
    content: '\eb60';
}
.index-news .slick-news .slick-arrow:hover
{
    color: #e5322e;
}
.index-news .slick-news .slick-dots
{
    margin-top: 15px;
}
.index-news .slick-news .item-box > a
{
    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    padding-bottom: 10px;
}
.index-news .slick-news .item-box > a:after
{
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 12.12121212%;

    display: block;

    width: 15px;
    height: 15px;
    margin-top: -18px;

    content: '';
    -webkit-transition: .5s;
            transition: .5s;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
}
@media (min-width: 1200px)
{
    .index-news .slick-news .item-box > a:hover,
    .index-news .slick-news .item-box > a:hover .news-title,
    .index-news .slick-news .item-box > a:hover p,
    .index-news .slick-news .item-box > a:hover .date,
    .index-news .slick-news .item-box > a:hover .date:before
    {
        color: #fff;
    }
    .index-news .slick-news .item-box > a:hover .item,
    .index-news .slick-news .item-box > a:hover:after
    {
        border-color: #e5322e;
        background-color: #e5322e;
    }
    .index-news .slick-news .item-box > a:hover .item .num
    {
        opacity: 1;
        color: #fff;
    }
}
.index-news .item
{
    font-weight: 300;

    position: relative;

    overflow: hidden;

    padding: 12.12121212%;

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

    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
.index-news .item .news-title
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin-bottom: 10px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .item p
{
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-news .item .date
{
    margin-top: 20px;

    color: #999;
}
.index-news .item .date:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    margin-right: 10px;

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

    color: #e5322e;
}
.index-news .item .date span
{
    vertical-align: middle;
}
.index-news .item .num
{
    font-size: 72px;
    font-weight: bold;
    line-height: 1;

    position: absolute;
    right: 10px;
    bottom: -15px;

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

    opacity: .06;
    color: #e5322e;
}
.public-banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
}
.public-banner img
{
    width: 100%;
}
@media (max-width: 1199px)
{
    .public-banner img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
@media (max-width: 991px)
{
    .public-banner img
    {
        width: 180%;
        max-width: 180%;
        margin-left: -40%;
    }
}
@media (max-width: 767px)
{
    .public-banner img
    {
        width: 220%;
        max-width: 220%;
        margin-left: -60%;
    }
}
.breadcrumb
{
    position: absolute;
    right: 15px;
    bottom: 0;

    margin: 0;
    padding: 0;

    background: none;
}
@media (max-width: 480px)
{
    .breadcrumb
    {
        max-width: -webkit-calc(100% - 150px);
        max-width:         calc(100% - 150px);
    }
}
.breadcrumb li
{
    font-size: 16px;
}
.breadcrumb li a:hover
{
    text-decoration: underline;
}
.breadcrumb > li + li:before
{
    clear: #fff;

    margin: 0;
    padding: 0;

    content: '>';
}
.inside-nav
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;

    border-bottom: 1px solid #d7d7d7;
}
.inside-nav .nav-wrap
{
    overflow-x: auto;

    padding: 5px 0;

    -webkit-overflow-scrolling: touch;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
    /*滑块效果*/
}
.inside-nav .nav-wrap::-webkit-scrollbar
{
    width: 5px;
    height: 5px;

    background-color: #fefefe;
}
.inside-nav .nav-wrap::-webkit-scrollbar-track
{
    border-radius: 5px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .1);
}
.inside-nav .nav-wrap::-webkit-scrollbar-thumb:hover
{
    border-radius: 5px;
    background: rgba(0, 0, 0, .3);
}
.inside-nav ul
{
    position: relative;

    color: #7f7f7f;
}
@media (min-width: 1200px)
{
    .inside-nav ul
    {
        font-size: 0;

        width: 100%;
        padding: 0 5%;

        text-align: justify;
        text-justify: distribute-all-lines;
        letter-spacing: -8px;
    }
    .inside-nav ul:after
    {
        display: inline-block;
        overflow: hidden;

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

        content: '';
    }
}
@media (max-width: 1199px)
{
    .inside-nav ul
    {
        font-size: 15px;

        display: inline-block;

        white-space: nowrap;
    }
}
.inside-nav li
{
    font-size: 14px;
    font-weight: 300;

    display: inline-block;

    padding: 0 15px;

    letter-spacing: 0;
}
@media (max-width: 767px)
{
    .inside-nav li
    {
        font-size: 13px;

        padding: 5px 10px;
    }
}
.inside-nav li a
{
    display: block;

    padding: 10px 0;
}
.inside-nav li a:hover
{
    color: #e5322e;
}
.inside-nav li.active a
{
    font-weight: bold;

    color: #e5322e;
}
.inside-page .title
{
    font-weight: 300;

    margin-bottom: 50px;
}
@media (max-width: 480px)
{
    .inside-page .title
    {
        margin-bottom: 30px;
    }
}
.inside-page .title h3
{
    font-size: 24px;

    margin: 0 0 35px;

    text-align: center;
}
@media (max-width: 480px)
{
    .inside-page .title h3
    {
        font-size: 22px;

        margin-bottom: 20px;
    }
}
.inside-page .title p
{
    line-height: 2.14285714;

    margin: 0;

    color: #666;
}
@media (max-width: 480px)
{
    .inside-page .title p
    {
        font-size: 13px;
        line-height: 2;
    }
}
.inside-page .content
{
    position: relative;

    padding: 100px 0;
}
@media (max-width: 1199px)
{
    .inside-page .content
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .inside-page .content
    {
        padding: 60px 0;
    }
}
@media (max-width: 767px)
{
    .inside-page .content
    {
        padding: 50px 0;
    }
}
.strength-wrap .list li
{
    margin-bottom: 40px;
}
@media (max-width: 1199px)
{
    .strength-wrap .list li
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 480px)
{
    .strength-wrap .list li
    {
        width: 100%;
        margin-bottom: 25px;
    }
}
.strength-wrap .list .item
{
    display: block;
}
@media (min-width: 1200px)
{
    .strength-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .strength-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .strength-wrap .list .item:hover p
    {
        color: #e5322e;
    }
}
.strength-wrap .list .img-box
{
    padding-bottom: 60%;
}
.strength-wrap .list p
{
    font-size: 16px;
    font-weight: 300;

    overflow: hidden;

    height: 22px;
    margin: 25px 0 0;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
@media (max-width: 480px)
{
    .strength-wrap .list p
    {
        margin-top: 10px;
    }
}
@media (max-width: 1199px)
{
    .strength-wrap .page
    {
        padding-top: 10px;
    }
}
@media (max-width: 480px)
{
    .strength-wrap .page
    {
        padding-top: 0;
    }
}
.product-list li .item,
.product-list .slick-slide .item,
.product-list .item-box .item
{
    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
@media (min-width: 1200px)
{
    .product-list li .item img,
    .product-list .slick-slide .item img,
    .product-list .item-box .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .product-list li .item:hover img,
    .product-list .slick-slide .item:hover img,
    .product-list .item-box .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .product-list li .item:hover,
    .product-list .slick-slide .item:hover,
    .product-list .item-box .item:hover
    {
        box-shadow: 0 6px 16px 1px rgba(7, 17, 27, .1);
    }
    .product-list li .item:hover .intro .name,
    .product-list .slick-slide .item:hover .intro .name,
    .product-list .item-box .item:hover .intro .name
    {
        color: #e5322e;
    }
    .product-list li .item:hover .more:after,
    .product-list .slick-slide .item:hover .more:after,
    .product-list .item-box .item:hover .more:after
    {
        color: #e5322e;
    }
}
.product-list li .img-box,
.product-list .slick-slide .img-box,
.product-list .item-box .img-box
{
    padding-bottom: 60.86956522%;
}
.product-list li .intro-wrap,
.product-list .slick-slide .intro-wrap,
.product-list .item-box .intro-wrap
{
    position: relative;

    padding: 0 30px;
}
@media (max-width: 767px)
{
    .product-list li .intro-wrap,
    .product-list .slick-slide .intro-wrap,
    .product-list .item-box .intro-wrap
    {
        padding: 0 10px;
    }
}
.product-list li .intro,
.product-list .slick-slide .intro,
.product-list .item-box .intro
{
    padding: 20px 5px;
}
.product-list li .intro .name,
.product-list .slick-slide .intro .name,
.product-list .item-box .intro .name
{
    font-size: 16px;

    overflow: hidden;

    height: 22px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.product-list li .intro .type,
.product-list .slick-slide .intro .type,
.product-list .item-box .intro .type
{
    font-weight: 300;

    margin-top: 10px;

    color: #654d8d;
}
.product-list li .more,
.product-list .slick-slide .more,
.product-list .item-box .more
{
    overflow: hidden;

    padding: 20px 5px;

    color: #777;
    border-top: 1px solid #e9e9e9;
}
.product-list li .more:after,
.product-list .slick-slide .more:after,
.product-list .item-box .more:after
{
    font-family: 'iconfont' !important;

    float: right;

    content: '\e738';
}
.product-list li .read-more,
.product-list .slick-slide .read-more,
.product-list .item-box .read-more
{
    line-height: 25px;

    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;

    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    text-align: center;

    background-color: #362b2f;
}
.product-list li .read-more span,
.product-list .slick-slide .read-more span,
.product-list .item-box .read-more span
{
    font-size: 12px;
    font-weight: bold;

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

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .product-list li .read-more,
    .product-list .slick-slide .read-more,
    .product-list .item-box .read-more
    {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        background-color: #654d8d;
    }
    .product-list li .read-more span,
    .product-list .slick-slide .read-more span,
    .product-list .item-box .read-more span
    {
        opacity: 1;
    }
}
.product-list .item-box
{
    padding: 0 15px;
}
.product-list li
{
    margin-bottom: 50px;
}
@media (max-width: 767px)
{
    .product-list li
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 480px)
{
    .product-list li
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px)
{
    .product-list.row
    {
        margin: 0 -10px;
    }
    .product-list li,
    .product-list .iem-box
    {
        padding: 0 10px;
    }
}
.product-wrap .page
{
    padding-top: 10px;
}
.product-details-wrap
{
    overflow: hidden;
}
.product-details-wrap .carousel-wrap
{
    zoom: 1;
}
.product-details-wrap .carousel-wrap:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '';
}
.product-details-wrap .carousel-wrap .img-box
{
    padding-bottom: 60.86956522%;
}
.product-details-wrap .carousel
{
    width: 691px;
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .product-details-wrap .carousel
    {
        margin-bottom: 25px;
    }
}
.product-details-wrap .info-box
{
    padding: 45px 40px 0 25px;
}
@media (max-width: 1469px)
{
    .product-details-wrap .info-box
    {
        padding-top: 20px;
    }
}
@media (max-width: 1339px)
{
    .product-details-wrap .info-box
    {
        padding-top: 0;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .info-box
    {
        padding: 0;
    }
}
.product-details-wrap .info-box .type
{
    font-weight: 300;

    padding-left: 25px;

    color: #e5322e;
}
.product-details-wrap .info-box h1
{
    font-size: 24px;

    position: relative;

    margin: 15px 0 20px;
    padding-left: 25px;

    color: #666;
}
.product-details-wrap .info-box h1:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 5px;
    height: 100%;

    content: '';

    background-color: #e5322e;
}
@media (max-width: 480px)
{
    .product-details-wrap .info-box h1
    {
        font-size: 22px;

        padding-left: 15px;
    }
}
@media only screen and (min-width: 992px)
{
    .product-details-wrap .info-box .intro
    {
        min-height: 255px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991px)
{
    .product-details-wrap .info-box .intro
    {
        margin-bottom: 35px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .info-box .intro
    {
        margin-bottom: 25px;
    }
}
.product-details-wrap .info-box .intro p
{
    font-weight: 300;
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.product-details-wrap .slider-for
{
    padding-right: 1px;
}
.product-details-wrap .slider-nav
{
    position: relative;
}
.product-details-wrap .slider-nav .slick-track
{
    margin: 0;
}
.product-details-wrap .slider-nav .slick-list
{
    margin: 0 -12px;
}
@media (max-width: 480px)
{
    .product-details-wrap .slider-nav .slick-list
    {
        margin: 0 -5px;
    }
}
.product-details-wrap .slider-nav .slick-slide
{
    padding: 0 12px;
}
@media (max-width: 480px)
{
    .product-details-wrap .slider-nav .slick-slide
    {
        padding: 0 5px;
    }
}
.product-details-wrap .slider-nav .slick-slide .item
{
    -webkit-transition: .3s;
            transition: .3s;

    border: 3px solid #383334;
}
@media (max-width: 480px)
{
    .product-details-wrap .slider-nav .slick-slide .item
    {
        border-width: 2px;
    }
}
.product-details-wrap .slider-nav .slick-current .item
{
    border-color: #e5322e;
}
.product-details-wrap .slider-nav .slick-arrow
{
    font-size: 20px;

    position: absolute;
    top: 50%;

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

    color: #c4c4c4;
    background: none;
}
.product-details-wrap .slider-nav .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-details-wrap .slider-nav .slick-arrow:hover
{
    color: #e5322e;
}
.product-details-wrap .slider-nav .slick-prev
{
    left: -45px;
}
.product-details-wrap .slider-nav .slick-prev:before
{
    content: '\eb5e';
}
.product-details-wrap .slider-nav .slick-next
{
    right: -45px;
}
.product-details-wrap .slider-nav .slick-next:before
{
    content: '\e738';
}
.product-details-wrap .inquiry-form
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .product-details-wrap .inquiry-form
    {
        margin-top: 80px;
    }
}
@media (max-width: 767px)
{
    .product-details-wrap .inquiry-form
    {
        margin-top: 60px;
    }
}
@media (max-width: 480px)
{
    .product-details-wrap .inquiry-form
    {
        margin-top: 40px;
    }
}
.product-details-wrap .inquiry-form h3
{
    position: relative;

    margin: 0 0 35px;
    padding-left: 25px;
}
.product-details-wrap .inquiry-form h3:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 5px;
    height: 100%;

    content: '';

    background-color: #e5322e;
}
@media (max-width: 480px)
{
    .product-details-wrap .inquiry-form h3
    {
        font-size: 20px;

        margin-bottom: 25px;
        padding-left: 15px;
    }
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder
{
    color: #888;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder
{
    color: #888;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder
{
    color: #888;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder
{
    color: #888;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inquiry-form p
{
    font-size: 18px;
    line-height: 2.11111111;

    margin: 0;
}
.inquiry-form p span
{
    display: block;
}
.inquiry-form form
{
    margin-top: 20px;
}
.inquiry-form form .pro-name
{
    color: #333;
}
.inquiry-form form input,
.inquiry-form form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 20px;
    padding: 14px 18px;

    color: #666;
    border: 1px solid #dadbde;
}
@media (max-width: 767px)
{
    .inquiry-form form input,
    .inquiry-form form textarea
    {
        font-size: 14px;

        padding: 12px 15px;
    }
}
.inquiry-form form textarea
{
    height: 195px;
    margin-bottom: 30px;
}
.inquiry-form form .submit
{
    font-weight: 500;
    line-height: 40px;

    display: block;

    width: 150px;
    height: 40px;

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

    color: #fff;
    background-color: #e5322e;
}
.inquiry-form form .submit:before
{
    font-family: 'iconfont' !important;

    margin-right: 20px;

    content: '\e612';
}
.inquiry-form form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.about-wrap .list
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .about-wrap .list li
    {
        float: left;

        width: 50%;
    }
    .about-wrap .list li .item-box:first-child .pic-box:before
    {
        right: 0;

        width: 0;
        height: 0;

        border-width: 13px 13px 13px 0;
        border-style: solid;
        border-color: transparent #e5322e transparent transparent;
    }
    .about-wrap .list li .item-box:last-child .pic-box:before
    {
        left: 0;

        width: 0;
        height: 0;

        border-width: 13px 0 13px 13px;
        border-style: solid;
        border-color: transparent transparent transparent #e5322e;
    }
}
@media (max-width: 1199px)
{
    .about-wrap .list li .item-box:first-child
    {
        background-color: #e5322e;
    }
    .about-wrap .list li .item-box:last-child
    {
        background-color: #383334;
    }
}
@media (min-width: 1200px)
{
    .about-wrap .list .list1 .item-box:first-child
    {
        background-color: #e5322e;
    }
    .about-wrap .list .list1 .item-box:last-child
    {
        background-color: #383334;
    }
    .about-wrap .list .list1 .item-box:last-child .pic-box:before
    {
        border-color: transparent transparent transparent #383334;
    }
    .about-wrap .list .list2 .item-box:first-child
    {
        background-color: #383334;
    }
    .about-wrap .list .list2 .item-box:first-child .pic-box:before
    {
        border-color: transparent #383334 transparent transparent;
    }
    .about-wrap .list .list2 .item-box:last-child
    {
        background-color: #e5322e;
    }
}
.about-wrap .list .pic-box
{
    position: relative;
}
.about-wrap .list .pic-box:before
{
    position: absolute;
    z-index: 10;
    top: 10%;

    display: block;

    content: '';
}
.about-wrap .list .item-box
{
    overflow: hidden;
}
@media (max-width: 480px)
{
    .about-wrap .list .item-box
    {
        margin-bottom: 20px;
    }
}
@media (min-width: 481px)
{
    .about-wrap .list .item-box > div
    {
        display: table-cell;

        vertical-align: middle;
    }
}
@media (min-width: 481px) and (max-width: 1199px)
{
    .about-wrap .list .item-box > div.pic-box
    {
        width: 352px;
    }
}
@media (min-width: 481px) and (max-width: 991px)
{
    .about-wrap .list .item-box > div.pic-box
    {
        width: 45%;
    }
}
@media (min-width: 1200px)
{
    .about-wrap .list .item-box > div
    {
        width: 50%;
    }
}
.about-wrap .list .item
{
    padding: 0 14.28571429%;

    color: #fff;
}
@media (max-width: 1469px)
{
    .about-wrap .list .item
    {
        padding: 0 8%;
    }
}
@media (max-width: 480px)
{
    .about-wrap .list .item
    {
        padding: 8% 10%;
    }
}
.about-wrap .list .item > b
{
    font-size: 16px;
    font-weight: bold;

    display: block;

    margin-bottom: 15px;
}
@media (max-width: 1339px)
{
    .about-wrap .list .item > b
    {
        margin-bottom: 10px;
    }
}
.about-wrap .list .item > b:before
{
    font-family: 'iconfont' !important;
    font-weight: bold;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-wrap .list .item > b .iconfont,
.about-wrap .list .item > b span
{
    vertical-align: middle;
}
.about-wrap .list .item > b .iconfont
{
    font-size: 28px;
    font-weight: normal;

    margin-right: 15px;
}
.about-wrap .list .item p
{
    line-height: 1.71428571;

    margin: 0;
}
@media (max-width: 1339px)
{
    .about-wrap .list .item p
    {
        font-size: 13px;
    }
}
@media (min-width: 481px)
{
    .about-wrap .list .visible-hidden
    {
        display: none !important;
    }
}
@media (max-width: 480px)
{
    .about-wrap .list .xs-hidden
    {
        display: none !important;
    }
}
.news-wrap .list li
{
    margin-bottom: 40px;
}
@media (max-width: 480px)
{
    .news-wrap .list li
    {
        width: 100%;
        margin-bottom: 30px;
    }
}
.news-wrap .list .img-box
{
    padding-bottom: 66.66666667%;
}
.news-wrap .list .item
{
    display: block;

    -webkit-transition: .3s;
            transition: .3s;
}
@media (min-width: 1200px)
{
    .news-wrap .list .item img
    {
        -webkit-transition:         transform .7s;
        -webkit-transition: -webkit-transform .7s;
                transition: -webkit-transform .7s;
                transition:         transform .7s;
                transition:         transform .7s, -webkit-transform .7s;
    }
    .news-wrap .list .item:hover img
    {
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07);
    }
}
@media (min-width: 1200px)
{
    .news-wrap .list .item:hover
    {
        box-shadow: 0 4px 16px 1px rgba(7, 17, 27, .2);
    }
    .news-wrap .list .item:hover .more .m-show
    {
        opacity: 0;
    }
    .news-wrap .list .item:hover .more .m-hover
    {
        opacity: 1;
    }
}
.news-wrap .list .intro
{
    padding: 20px;
}
@media (max-width: 1199px)
{
    .news-wrap .list .intro
    {
        padding: 20px 0 0;
    }
}
.news-wrap .list .intro > b
{
    font-size: 16px;
    line-height: 1.5;

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

    height: 48px;
    margin: 10px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-wrap .list .intro p
{
    font-weight: 300;
    line-height: 1.71428571;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    color: #888;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news-wrap .list .date
{
    font-weight: 300;

    letter-spacing: 1px;

    color: #888;
}
.news-wrap .list .more
{
    font-size: 12px;
    line-height: 30px;

    position: relative;

    margin-top: 15px;

    text-align: right;
}
.news-wrap .list .more .m-show
{
    -webkit-transition: .8s;
            transition: .8s;

    opacity: 1;
}
.news-wrap .list .more .m-show:before
{
    display: inline-block;

    width: 30px;
    height: 1px;
    margin-right: 20px;

    content: '';
    vertical-align: middle;

    background-color: #aaa;
}
.news-wrap .list .more .m-hover
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    width: 125px;

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

    opacity: 0;
    color: #fff;
    background-color: #e5322e;
}
.news-details-wrap .news-title h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33333333;

    margin: 0;
}
.news-details-wrap .info
{
    margin: 25px 0;

    color: #888;
}
@media (max-width: 767px)
{
    .news-details-wrap .info
    {
        margin: 15px 0;
    }
}
.news-details-wrap .info span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-style: normal;

    display: inline-block;

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

    vertical-align: middle;

    color: #999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-details-wrap .info .date:before
{
    content: '\e8a9';
}
.news-details-wrap .intro img
{
    display: block;

    max-width: 100%;
    margin-top: 20px;
}
.news-details-wrap .intro p
{
    line-height: 2.14285714;

    margin: 0;

    color: #888;
}
.news-details-wrap .news-page
{
    overflow: hidden;

    margin-top: 50px;
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page
    {
        margin-top: 35px;
    }
}
.news-details-wrap .news-page a
{
    position: relative;

    display: block;

    -webkit-transition: .5s;
            transition: .5s;
}
.news-details-wrap .news-page a:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;

    position: absolute;
    top: 50%;

    display: block;

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

    color: #bfbfbf;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 1200px)
{
    .news-details-wrap .news-page a:hover:before
    {
        color: #e5322e;
    }
    .news-details-wrap .news-page a:hover p
    {
        color: #e5322e;
    }
}
.news-details-wrap .news-page p
{
    overflow: hidden;

    margin: 0;
    padding: 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #888;
}
.news-details-wrap .news-page .prev > a
{
    padding-left: 40px;
}
.news-details-wrap .news-page .prev > a:before
{
    left: 0;

    content: '\eb62';
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .prev > a
    {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px){
    .news-details-wrap .news-page .next
    {
        text-align: right;
    }
}
.news-details-wrap .news-page .next > a
{
    padding-right: 40px;
}
.news-details-wrap .news-page .next > a:before
{
    right: 0;

    content: '\eb61';
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next > a
    {
        padding-right: 0;
        padding-left: 30px;
    }
    .news-details-wrap .news-page .next > a:before
    {
        right: auto;
        left: 0;
    }
}
@media (max-width: 767px)
{
    .news-details-wrap .news-page .next
    {
        margin-top: 20px;
    }
}
.contact-wrap
{
    position: relative;

    overflow: hidden;

    padding-bottom: 0;
}
.contact-wrap .contact-list
{
    margin-bottom: 100px;
    padding: 70px 60px;

    background-color: #fff;
    box-shadow: 0 0 10px 2px #e2e2e2;
}
@media (max-width: 1199px)
{
    .contact-wrap .contact-list
    {
        margin-bottom: 80px;
    }
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .contact-list
    {
        min-height: 570px;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .contact-list
    {
        margin-bottom: 60px;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .contact-list
    {
        margin-bottom: 45px;
        padding: 35px 25px;
    }
}
.contact-wrap .info
{
    background: #fff url(../images/imgs/contact-bg.jpg) right bottom no-repeat;
}
@media (max-width: 1469px)
{
    .contact-wrap .info
    {
        background-size: 60%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .info
    {
        background-size: 50%;
    }
}
@media (max-width: 480px)
{
    .contact-wrap .info
    {
        padding-top: 15px;
        padding-bottom: 90px;

        background-size: 60%;
    }
}
.contact-wrap .info .list
{
    position: relative;
}
.contact-wrap .info .list li
{
    line-height: 1.46666667;

    position: relative;

    margin-top: 20px;
    padding: 17px 0;
    padding-left: 85px;

    color: #666;
}
.contact-wrap .info .list li:before
{
    font-family: 'iconfont' !important;
    font-size: 26px;
    font-style: normal;
    line-height: 52px;

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

    width: 54px;
    height: 54px;

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

    color: #e5322e;
    border: 1px solid #e5322e;
    border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 480px)
{
    .contact-wrap .info .list li
    {
        padding-left: 45px;
    }
    .contact-wrap .info .list li:before
    {
        font-size: 18px;
        line-height: 33px;

        width: 35px;
        height: 35px;
    }
}
.contact-wrap .info .list li a:hover
{
    text-decoration: underline;

    color: #e5322e;
}
.contact-wrap .info .list li p
{
    margin: 0;
}
.contact-wrap .info .list li p b
{
    font-size: 16px;

    color: #333;
}
.contact-wrap .info .list .address:before
{
    content: '\e633';
}
.contact-wrap .info .list .tel:before
{
    content: '\e623';
}
.contact-wrap .info .list .fax:before
{
    content: '\e63b';
}
.contact-wrap .info .list .mail:before
{
    content: '\e641';
}
.contact-wrap .info .list .name:before
{
    content: '\e787';
}
.contact-wrap .message
{
    position: relative;
}
@media (max-width: 991px)
{
    .contact-wrap .message
    {
        margin-top: 40px;
    }
}
.contact-wrap .message b
{
    font-size: 16px;

    display: block;

    margin-bottom: 30px;
}
@media (max-width: 480px)
{
    .contact-wrap .message b
    {
        margin-bottom: 15px;
    }
}
.contact-wrap .message form
{
    padding-top: 5px;
}
.contact-wrap .message form .row
{
    margin: 0 -10px;
}
.contact-wrap .message form .row li
{
    padding: 0 10px;
}
.contact-wrap .message form input::-webkit-input-placeholder,
.contact-wrap .message form textarea::-webkit-input-placeholder
{
    color: #888;
}
.contact-wrap .message form input:-o-placeholder,
.contact-wrap .message form textarea:-o-placeholder
{
    color: #888;
}
.contact-wrap .message form input::-moz-placeholder,
.contact-wrap .message form textarea::-moz-placeholder
{
    color: #888;
}
.contact-wrap .message form input:-ms-input-placeholder,
.contact-wrap .message form textarea:-ms-input-placeholder
{
    color: #888;
}
.contact-wrap .message form input:focus::-webkit-input-placeholder,
.contact-wrap .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-o-placeholder,
.contact-wrap .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-moz-placeholder,
.contact-wrap .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input:focus::-ms-input-placeholder,
.contact-wrap .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.contact-wrap .message form input,
.contact-wrap .message form textarea
{
    display: block;

    width: 100%;
    margin-bottom: 15px;
    padding: 13px 20px;

    color: #888;
    border: 1px solid #dbdbdb;
}
@media (max-width: 767px)
{
    .contact-wrap .message form input,
    .contact-wrap .message form textarea
    {
        padding: 12px 15px;
    }
}
.contact-wrap .message form textarea
{
    height: 125px;
}
.contact-wrap .message form .submit
{
    line-height: 40px;

    display: block;

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

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

    color: #fff;
    background-color: #e5322e;
}
.contact-wrap .message form .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    margin-right: 18px;
    margin-left: -10px;

    content: '\e6a7';
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .contact-wrap .message form .submit
    {
        width: 150px;
    }
}
.contact-wrap .message form .submit:hover
{
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, .3);
}
.contact-wrap .map
{
    position: relative;
}
@media only screen and (min-width: 992px)
{
    .contact-wrap .map
    {
        top: 0;
        left: 0;

        height: 500px;
    }
    .contact-wrap .map .dituContent
    {
        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 100%;
    }
}
@media (max-width: 991px)
{
    .contact-wrap .map .dituContent
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .contact-wrap .map .dituContent
    {
        height: 280px;
    }
}
.online-wrap .btn
{
    line-height: 38px;

    position: fixed;
    z-index: 100;
    right: 2px;
    bottom: 50px;

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

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

    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #fff;
}
@media (min-width: 768px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

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

    display: none;

    max-width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .online-wrap .code-pic
    {
        right: 55px;
        bottom: 370px;
    }
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

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

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

    -webkit-transition: right .3s;
            transition: right .3s;
}
@media (max-width: 767px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 2px;
    }
}
.online-wrap .online a
{
    line-height: 44px;

    position: relative;

    display: block;

    width: 46px;
    height: 46px;

    text-align: center;

    color: #9b9b9b;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online a:not(:first-child)
{
    border-top: transparent;
}
.online-wrap .online a:before
{
    font-size: 24px;
}
@media (min-width: 1200px)
{
    .online-wrap .online a:hover
    {
        color: #fff;
        background-color: #9b9b9b;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 38px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 18px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p
{
    margin: 0;
    padding: 0 15px;

    color: #666;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: 0;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    padding: 5px;

    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.share
{
    font-weight: 500;

    color: #fff;
}
.share a
{
    display: inline-block;
    overflow: hidden;

    margin-left: 7px;

    -webkit-transition:         transform .3s;
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    text-align: center;
    vertical-align: middle;
}
.share a:first-child
{
    margin-left: 0;
}
.share a:before
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    width: 30px;
    height: 30px;

    color: #fff;
    border-radius: 50%;
}
.share a:hover
{
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
}
.share.color .icon-facebook:before
{
    background-color: #ccc69a;
}
.share.color .icon-tuite:before
{
    background-color: #d1b78b;
}
.share.color .icon-linkedin:before
{
    background-color: #adb69a;
}
.share.color .icon-youtube:before,
.share.color .icon-youtube1:before
{
    background-color: #6ca1bc;
}
.share.color .icon-instagram:before
{
    background-color: #8db4c7;
}
.share.color .icon-google:before,
.share.color .icon-google1:before
{
    background-color: #73a086;
}
.footer
{
    color: #d9d9d9;
    background-color: #313030;
}
.footer .footer-wrap
{
    overflow: hidden;
}
.footer .footer-row
{
    font-size: 0;

    margin: 0 -15px;
    padding: 70px 0 90px;

    text-align: justify;
    text-justify: distribute-all-lines;
    letter-spacing: -8px;
}
@media (max-width: 1199px)
{
    .footer .footer-row
    {
        padding: 60px 0;
    }
}
@media (max-width: 991px)
{
    .footer .footer-row
    {
        padding: 55px 0;
    }
}
@media (max-width: 767px)
{
    .footer .footer-row
    {
        padding: 40px 0;
    }
}
.footer .footer-row:after
{
    display: inline-block;
    overflow: hidden;

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

    content: '';
}
.footer .foot-list
{
    font-size: 14px;

    display: inline-block;

    padding: 0 15px;

    text-align: left;
    vertical-align: top;
    letter-spacing: 0;
}
@media (min-width: 1200px)
{
    .footer .foot-list
    {
        min-width: 230px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-list
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-list
    {
        width: 100%;
        margin-top: 0;
    }
}
.footer .foot-list li
{
    position: relative;
}
.footer .foot-list li a
{
    position: relative;

    display: inline-block;

    -webkit-transition: .3s;
            transition: .3s;
}
.footer .foot-list li a:after
{
    margin-left: 20px;

    content: '>';
}
@media only screen and (min-width: 1200px)
{
    .footer .foot-list li a:hover
    {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px);

        color: #e5322e;
    }
}
.footer .foot-list p,
.footer .foot-list li
{
    line-height: 1.5;
}
@media (max-width: 1199px)
{
    .footer .foot-list p a:active,
    .footer .foot-list li a:active
    {
        color: #fff;
    }
}
.footer .foot-list h4
{
    font-size: 16px;
    font-weight: 300;

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

    color: #fff;
    border-bottom: 1px solid #454444;
}
@media (max-width: 767px)
{
    .footer .foot-list h4
    {
        margin-bottom: 20px;
        padding-top: 25px;
        padding-bottom: 0;

        border-top: 1px solid #454444;
        border-bottom: none;
    }
}
.footer .foot-other li
{
    margin-top: 10px;
}
@media (min-width: 1200px)
{
    .footer .foot-info
    {
        width: 380px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-info
    {
        width: 310px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-info
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-info
    {
        width: 100%;
    }
}
.footer .foot-info .footer-logo
{
    max-width: 100%;
    margin-bottom: 25px;
}
@media (max-width: 480px)
{
    .footer .foot-info .footer-logo
    {
        width: 280px;
    }
}
.footer .foot-info .footer-logo img
{
    display: block;

    max-width: 100%;
}
.footer .foot-info .list > p
{
    line-height: 1.5;

    position: relative;

    padding-left: 30px;

    color: #dbdbdb;
}
.footer .foot-info .list > p:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;

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

    color: #e5322e;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .foot-info .list > p a:hover
{
    text-decoration: underline;
}
.footer .foot-info .list .address:before
{
    content: '\e63e';
}
.footer .foot-info .list .tel:before
{
    content: '\e638';
}
.footer .foot-info .list .mail:before
{
    content: '\e6a4';
}
.footer .foot-info .list .fax:before
{
    content: '\e64f';
}
.footer .foot-contact .pic-box
{
    width: 100px;
    margin-top: 20px;
    padding: 10px;

    border: 1px solid #5c5c5c;
}
.footer .foot-contact .pic-box img
{
    display: block;

    width: 100%;
}
.footer .foot-message
{
    overflow: hidden;
}
@media (min-width: 1200px)
{
    .footer .foot-message
    {
        width: 330px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .footer .foot-message
    {
        width: 260px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        width: 100%;
    }
}
.footer .foot-message form
{
    overflow: hidden;
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #bfbfbf;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #bfbfbf;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #bfbfbf;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #bfbfbf;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #999;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.footer .foot-message form .row
{
    margin: 0 -5px;
}
.footer .foot-message form .row li
{
    line-height: 1;

    padding: 0 5px;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    font-size: 13px;

    display: block;

    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;

    color: #bfbfbf;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
    background: #292828;
}
@media (max-width: 767px)
{
    .footer .foot-message form input,
    .footer .foot-message form textarea
    {
        padding: 10px 20px;
    }
}
.footer .foot-message form textarea
{
    height: 100px;
}
.footer .foot-message form .submit
{
    margin-top: 5px;

    color: #fff;
    background: none;
}
.footer .foot-message form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 12px;

    margin-left: 6px;

    content: '\e634';
}
.footer .foot-message form .submit:hover span
{
    text-decoration: underline;
}
.footer .copyright
{
    padding: 20px 0;

    text-align: center;

    background-color: #282727;
}
.footer .copyright p
{
    margin: 0;

    color: #e4e4e4;
}
.footer .copyright p a
{
    font-style: italic;

    margin-left: 20px;

    color: #b2b2b2;
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
