/**
 * style.less
 * 层叠样式表
 */
:root
{
    --color: #d9001b;
    --hover: #ca0404;
}
.ff
{
    font-family: 'iconfont' !important;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus
{
    outline: none !important;
}
.slick-slide a
{
    outline: none !important;
}
.header a,
.footer a
{
    color: inherit;
}
.header ul,
.footer ul
{
    margin: 0;
    padding: 0;
}
.header ul li,
.footer ul li
{
    list-style: none;
}
.header button,
.footer button
{
    border: none;
    outline: none;
}
@-ms-viewport
{
    width: auto !important;
}
body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'PingFang SC', 'Heiti SC', 'Hiragino Sans GB', sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1230px)
{
    .container
    {
        width: 1200px;
    }
}
@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;
    }
}
ul
{
    margin: 0;
    padding: 0;
}
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;
}
a:active,
a:link,
a:visited
{
    text-decoration: none;
}
.imgw
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.imgw img[src=''],
.imgw img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.slick-dots
{
    font-size: 0;

    margin-top: 50px;

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

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

    vertical-align: middle;

    background-color: #d8d8d6;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: var(--color);
}
.slick-arrow
{
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;

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

    width: 60px;
    height: 60px;
    padding: 0;

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

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        line-height: 40px;

        left: 0;

        width: 40px;
        height: 40px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e625';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slick-arrow.slick-next
{
    right: 30px;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: 0;
    }
}
.slick-arrow.slick-next:before
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.slick-arrow:hover
{
    color: var(--color);
}
.br
{
    border-right: 15px solid #ffb400;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    width: 100%;

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

    color: #fff;
    background-color: rgba(0, 0, 0, .46);
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .header
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
.header .header-top
{
    line-height: 30px;

    padding: 15px 0;

    text-align: right;

    background-color: var(--hover);
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        padding: 0;
    }
}
.header .header-top h4,
.header .header-top p,
.header .header-top .link
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.header .header-top h4
{
    font-size: 18px;
    font-weight: bold;
}
@media (max-width: 1199px)
{
    .header .header-top h4
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .header .header-top h4
    {
        font-size: 12px;
    }
}
.header .header-top p
{
    margin-left: 4px;
}
@media (max-width: 767px)
{
    .header .header-top p
    {
        font-size: 0;
    }
}
.header .header-top p .icon
{
    display: inline-block;

    margin-right: 4px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .header-top p .icon
    {
        font-size: 16px;
    }
}
.header .header-top p a:hover
{
    text-decoration: underline;
}
.header .header-top .link
{
    margin-left: 10px;
}
@media (max-width: 767px)
{
    .header .header-top .link
    {
        margin-left: 0;
    }
}
.header .header-top .link a
{
    display: inline-block;

    margin-left: 6px;
    width: 40px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;

}
.header .header-top .link a img{
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 767px)
{
    .header .header-top .link a
    {
        margin-left: 2px;
    }
}
.header .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 90px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .header .flex
    {
        height: 50px;
    }
}
.header .logo
{
    height: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .logo
    {
        height: 20px;
    }
}
.header .logo a
{
    display: block;

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

    vertical-align: middle;
}
.header .certified
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .certified
    {
        display: none;
    }
}
.header .certified .icon,
.header .certified p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.header .certified .icon
{
    font-size: 24px;

    margin-right: 10px;

    color: var(--color);
}
.header .certified p
{
    font-size: 16px;
    line-height: 24px;
}
@media (max-width: 1199px)
{
    .header .certified p
    {
        font-size: 14px;
        line-height: 18px;
    }
}
.header .certified p span
{
    display: block;
}
.header .open-quote
{
    line-height: 50px;

    display: inline-block;

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

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

    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .header .open-quote
    {
        line-height: 30px;

        margin-left: 10px;
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .header .open-quote
    {
        font-size: 12px;
        line-height: 24px;

        padding: 0 10px;
    }
}
.header .open-quote:hover
{
    text-decoration: underline;

    background-color: var(--hover);
}
.header .nav-collapse
{
    display: none;
    /* display: inline-block; */

    width: 20px;
    height: 60px;
    margin-left: 20px;
    padding: 0;

    cursor: pointer;
    vertical-align: middle;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        line-height: 60px;
        display: inline-block;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        margin-left: 10px;
    }
}
.header .nav-collapse:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e62e';
}
.header .nav
{
    display: inline-block;

    -webkit-transition: all .6s;
            transition: all .6s;
    vertical-align: middle;
}
.header .nav .close-nav
{
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;

    display: none;

    color: #333;
}
@media (max-width: 1199px)
{
    .header .nav .close-nav
    {
        display: inline-block;
    }
}
.header .nav .close-nav:before
{
    font-family: 'iconfont' !important;

    content: '\e62f';
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1
    {
        margin: 0 -30px;
    }
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        padding: 15px 0;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        line-height: 30px;

        position: relative;

        display: inline-block;

        padding: 0 30px;

        -webkit-transition: all .2s;
                transition: all .2s;
        text-transform: capitalize;

        border-radius: 5px;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #fff;
        background-color: var(--color);
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        padding: 0;

        background-color: rgba(0, 0, 0, .7);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 10px 20px;

        -webkit-transition: all .2s;
                transition: all .2s;
        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li:hover > a
    {
        color: #fff;
        background-color: #000;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1
    {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1
    {
        margin: 0 -16px;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;

        display: table;

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

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);

        background-color: #fff;
    }
    .header .nav .nav-list1
    {
        display: table-cell;
        overflow-y: auto;

        max-height: 80%;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li
    {
        font-size: 20px;
    }
    .header .nav .nav-list1 > li > a
    {
        font-weight: bold;
        line-height: 30px;

        display: block;

        padding: 10px 0;

        letter-spacing: 5px;
        text-transform: uppercase;
    }
    .header .nav .nav-list1 > li > a:before,
    .header .nav .nav-list1 > li > a:after
    {
        content: '';
    }
    .header .nav .nav-list1 > li .nav-list2
    {
        padding: 0 0 6px;
    }
    .header .nav .nav-list1 > li .nav-list2 > li
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a
    {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;

        margin-right: 10px;

        color: #666;
    }
    .header .nav .nav-list1 > li .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-img
    {
        display: none;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-right .tit-nav
    {
        display: none;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-list > ul > li
    {
        display: block;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-list > ul > li > a
    {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;

        display: block;

        color: #666;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-list > ul > li > ul
    {
        padding: 0 0 10px 0;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-list > ul > li > ul > li
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-list > ul > li > ul > li > a
    {
        font-size: 16px;
        line-height: 20px;

        margin-right: 10px;

        color: #999;
    }
    .header .nav .nav-list1 > li .nav-list2-all .nav-list > ul > li > ul > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list1 > li .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list1 > li .nav-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li .nav-list3 > li > a
    {
        font-size: 14px;

        padding: 0 6px;

        color: #666;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav .nav-list1 > li .nav-list2 > li .img
    {
        display: none;
    }
}
.header .search-menu
{
    display: inline-block;

    height: 90px;

    vertical-align: middle;
}
.header .find
{
    line-height: 80px;

    position: relative;
    z-index: 2;

    display: inline-block;

    padding-left: 40px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .find
    {
        padding-left: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .find
    {
        line-height: 60px;

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

        padding-left: 0;
    }
}
.header .find:after
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e63d';
}
.header .find:hover span
{
    opacity: 1;
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 130px;
    left: 60px;

    display: none;
    overflow: hidden;

    width: -webkit-calc(100% - 120px);
    width:         calc(100% - 120px);
    padding: 120px 0;

    background-color: rgba(255, 255, 255, .96);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header .open-search
    {
        top: 60px;
    }
}
@media (max-width: 991px)
{
    .header .open-search
    {
        color: #222;
    }
}
.header .open-search form
{
    position: relative;

    display: block;

    width: 100%;
    max-width: 960px;
    margin: 0 auto;

    border-bottom: 1px solid #ccc;
}
@media (max-width: 1199px)
{
    .header .open-search form
    {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .header .open-search form
    {
        width: 90%;
    }
}
.header .open-search form input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #333;
    border: none;
    outline: none;
    background: none;
}
.header .open-search form input::-webkit-input-placeholder,
.header .open-search form textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .open-search form input:-o-placeholder,
.header .open-search form textarea:-o-placeholder
{
    color: #999;
}
.header .open-search form input::-moz-placeholder,
.header .open-search form textarea::-moz-placeholder
{
    color: #999;
}
.header .open-search form input:-ms-input-placeholder,
.header .open-search form textarea:-ms-input-placeholder
{
    color: #999;
}
.header .open-search form input:focus::-webkit-input-placeholder,
.header .open-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-o-placeholder,
.header .open-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-moz-placeholder,
.header .open-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .open-search form input:focus::-ms-input-placeholder,
.header .open-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
@media (max-width: 991px)
{
    .header .open-search form input::-webkit-input-placeholder,
    .header .open-search form textarea::-webkit-input-placeholder
    {
        color: #666;
    }
    .header .open-search form input:-o-placeholder,
    .header .open-search form textarea:-o-placeholder
    {
        color: #666;
    }
    .header .open-search form input::-moz-placeholder,
    .header .open-search form textarea::-moz-placeholder
    {
        color: #666;
    }
    .header .open-search form input:-ms-input-placeholder,
    .header .open-search form textarea:-ms-input-placeholder
    {
        color: #666;
    }
    .header .open-search form input:focus::-webkit-input-placeholder,
    .header .open-search form textarea:focus::-webkit-input-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-o-placeholder,
    .header .open-search form textarea:focus::-o-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-moz-placeholder,
    .header .open-search form textarea:focus::-moz-placeholder
    {
        color: #c5c5c5;
    }
    .header .open-search form input:focus::-ms-input-placeholder,
    .header .open-search form textarea:focus::-ms-input-placeholder
    {
        color: #c5c5c5;
    }
}
.header .open-search form .submit
{
    line-height: 60px;

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

    width: 50px;
    padding: 0;

    text-align: center;

    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .header .open-search form .submit
    {
        font-size: 18px;
        line-height: 40px;

        top: 10px;
    }
}
.header .open-search form .submit .icon
{
    font-size: 24px;
}
.header .open-search form .submit:hover
{
    color: #222;
}
.header .open-search .search-close
{
    font-size: 30px;
    line-height: 60px;

    position: absolute;
    top: 50px;
    right: 5%;

    width: 40px;

    cursor: pointer;
    text-align: center;

    color: #ccc;
}
@media (max-width: 1199px)
{
    .header .open-search .search-close
    {
        line-height: 40px;
    }
}
@media (max-width: 767px)
{
    .header .open-search .search-close
    {
        right: 10px;
    }
}
.header .open-search .search-close:hover
{
    color: var(--color);
}
.header .open-search .search-close:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header
{
    top: -61px;
    left: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, .8);
}
@media (max-width: 1199px)
{
    .header.fixed-header
    {
        top: -31px;
    }
}
.header.fixed-header .open-search
{
    top: 90px;
    left: 0;

    width: 100%;
}
.header.fixed-header .flex
{
    height: 60px;
}
@media (max-width: 1199px)
{
    .header.fixed-header .flex
    {
        height: 50px;
    }
}
.navopen .nav
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    color: #333;
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    padding-top: 60px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 30px;
    }
}
.banner .item
{
    position: relative;
}
@media (max-width: 767px)
{
    .banner .item
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .item img
{
    width: 100%;
    height: auto;
}
.banner .banner-shuff
{
    overflow: hidden;
}
@media (max-width: 1199px)
{
    .banner .banner-shuff
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
    }
}
.banner .imgw
{
    padding-bottom: 47.39583333%;
}
.banner .imgw .video-box
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.banner .imgw video
{
    object-fit: cover;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 8;
    bottom: 3%;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    width: 12px;
    height: 12px;

    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}
.banner .slick-dots li.slick-active
{
    background-color: #fff;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 80px;

    position: absolute;
    z-index: 9;
    z-index: 8;
    top: 60%;
    left: 3%;

    overflow: hidden;

    height: 80px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
    border-radius: 0;
    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 0;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e625';
}
@media (max-width: 767px)
{
    .banner .slick-arrow:before
    {
        font-size: 40px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 3%;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 0;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\eb60';
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.banner .slick-arrow:hover
{
    color: var(--color);
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .ban-text
{
    font-size: 0;

    position: absolute;
    top: 60%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .ban-text
    {
        padding: 0 15%;
    }
}
.banner .ban-text h3
{
    font-size: 30px;
    line-height: 1.5;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .banner .ban-text h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .banner .ban-text h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text h3
    {
        font-size: 16px;
    }
}
.banner .ban-text h2
{
    font-size: 60px;
    font-weight: bold;

    max-width: 850px;

    text-transform: uppercase;
}
@media (max-width: 1560px)
{
    .banner .ban-text h2
    {
        font-size: 46px;

        max-width: 700px;
    }
}
@media (max-width: 1199px)
{
    .banner .ban-text h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner .ban-text h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text h2
    {
        font-size: 18px;
        line-height: 1;

        margin: 10px 0;
    }
}
.banner .ban-text .ban-link
{
    margin-top: 50px;
}
@media (max-width: 1199px)
{
    .banner .ban-text .ban-link
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text .ban-link
    {
        margin-top: 10px;
    }
}
.banner .ban-text .ban-link a
{
    font-size: 20px;
    line-height: 50px;

    display: inline-block;

    margin: 0 20px;
    padding: 0 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-transform: capitalize;

    color: #fff;
    border: 1px solid #fff;
}
@media (max-width: 1199px)
{
    .banner .ban-text .ban-link a
    {
        font-size: 18px;
        line-height: 40px;

        padding: 0 30px;
    }
}
@media (max-width: 991px)
{
    .banner .ban-text .ban-link a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .ban-text .ban-link a
    {
        font-size: 14px;
        line-height: 30px;

        margin: 0 20px 0 0;
        padding: 0 20px;
    }
}
.banner .ban-text .ban-link a:hover
{
    border-color: var(--color);
    background-color: var(--color);
}
.banner .slick-current .ban-text h2,
.banner .slick-current .ban-text h3
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .ban-text .ban-link
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner-inpage
{
    position: relative;

    overflow: hidden;
}
.banner-inpage img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-inpage img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-inpage .text-inpage
{
    font-size: 14px;
    font-weight: 500;

    position: absolute;
    z-index: 4;
    bottom: 5%;

    width: 100%;

    color: #fff;
}
.banner-inpage .text-inpage h2
{
    font-size: 44px;
    font-weight: bold;

    margin: 0;

    text-transform: capitalize;
}
@media (max-width: 1470px)
{
    .banner-inpage .text-inpage h2
    {
        font-size: 38px;
    }
}
@media (max-width: 1199px)
{
    .banner-inpage .text-inpage h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-inpage .text-inpage h2
    {
        font-size: 20px;
    }
}
.banner-inpage .text-inpage h2:before
{
    display: inline-block;

    width: 4px;
    height: 40px;
    margin-right: 16px;

    content: '';
    vertical-align: middle;

    background-color: var(--color);
}
@media (max-width: 767px)
{
    .banner-inpage .text-inpage h2:before
    {
        height: 30px;
    }
}
.banner-inpage .text-inpage .location
{
    line-height: 30px;

    position: relative;

    margin-top: 20px;
    padding-left: 40px;
}
@media (max-width: 767px)
{
    .banner-inpage .text-inpage .location
    {
        margin-top: 10px;
    }
}
.banner-inpage .text-inpage .location:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

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

    content: '\e685';
}
.banner-inpage .text-inpage .location > ul > li
{
    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;
}
.banner-inpage .text-inpage .location > ul > li:after
{
    display: inline-block;

    margin: 0 4px;

    content: '>';
    vertical-align: middle;
}
.banner-inpage .text-inpage .location > ul > li:last-child > a
{
    color: var(--color);
}
.banner-inpage .text-inpage .location > ul > li:last-child:after
{
    display: none;
}
.banner-inpage .text-inpage .location > ul > li > a
{
    font-size: 16px;

    display: inline-block;

    vertical-align: middle;
}
.banner-inpage .text-inpage .location > ul > li > a:hover
{
    text-decoration: underline;
}
@-webkit-keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes bannerscale
{
    0%
    {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
.index
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .index
    {
        padding: 50px 0;
    }
}
.index .i-more a,
.index .i-more span
{
    font-size: 18px;
    line-height: 50px;

    position: relative;

    display: inline-block;

    height: 50px;
    padding: 0 40px;

    cursor: pointer;
    -webkit-transition: ease-out .5s;
            transition: ease-out .5s;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;

    color: var(--color);
    border: 1px solid #114c76;
    border-radius: 10px 20px 0 10px;
    background: transparent;
    box-shadow: inset 0 0 0 0 var(--color);
}
@media (max-width: 1470px)
{
    .index .i-more a,
    .index .i-more span
    {
        padding: 0 20px;
    }
}
@media (max-width: 767px)
{
    .index .i-more a,
    .index .i-more span
    {
        font-size: 16px;

        padding: 0 20px;
    }
}
.index .i-more a:hover,
.index .i-more span:hover
{
    color: white;
    border-color: var(--color);
    box-shadow: inset 0 -100px 0 0 var(--color);
}
.index .i-more-hover:hover .i-more a,
.index .i-more-hover:hover .i-more span
{
    color: white;
    border-color: var(--color);
    box-shadow: inset 0 -100px 0 0 var(--color);
}
.t-index h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;

    color: #999;
}
@media (max-width: 767px)
{
    .t-index h3
    {
        font-size: 16px;
    }
}
.t-index h3::before
{
    display: inline-block;

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

    content: '';
    vertical-align: middle;

    background-color: var(--color);
}
.t-index h2
{
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .t-index h2
    {
        font-size: 26px;
    }
}
@media (max-width: 991px)
{
    .t-index h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .t-index h2
    {
        font-size: 20px;
    }
}
.t-index p
{
    font-size: 18px;
    line-height: 1.44444444;

    margin: 10px 0 0 0;
}
@media (max-width: 991px)
{
    .t-index p
    {
        font-size: 16px;
    }
}
.i-quote
{
    overflow: hidden;

    padding: 30px 0;

    background: #333;
}
.i-quote .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.i-quote .flex h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .i-quote .flex h1
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .i-quote .flex h1
    {
        font-size: 18px;
    }
}
.i-quote .flex .open-quote
{
    font-size: 12px;
    line-height: 36px;

    padding: 0 20px;

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

    background-color: #fff;
}
.i-quote .flex .open-quote:hover
{
    color: #fff;
    background-color: var(--color);
}
.i-project
{
    background-color: #f7f7f7;
}
.i-project .project
{
    margin-top: 30px;
}
.i-project .project ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -10px;
}
@media (max-width: 991px)
{
    .i-project .project ul
    {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
}
.i-project .project ul li
{
    width: 15%;
    height: 480px;
    padding: 0 10px;
}
@media (max-width: 991px)
{
    .i-project .project ul li
    {
        width: 50% !important;
        height: 280px;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .i-project .project ul li
    {
        height: 200px;
        margin-top: 10px;
    }
}
.i-project .project ul li:nth-child(1)
{
    width: 55%;
}
@media (max-width: 991px)
{
    .i-project .project ul li:nth-child(1)
    {
        width: 50% !important;
    }
}
.i-project .project ul li:nth-child(2n+1)
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .i-project .project ul li:nth-child(2n+1)
    {
        margin-top: 10px;
    }
}
.i-project .project .project-itempack
{
    position: relative;

    display: block;

    height: 100%;

    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.i-project .project .project-itempack:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, 0));
    background-image:         linear-gradient(right, rgba(0, 0, 0, .3) 10%, rgba(0, 0, 0, 0));
}
.i-project .project .project-itempack .t-project
{
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 0;
}
.i-project .project .project-itempack .t-project h2
{
    font-size: 20px;
    line-height: 1.5;
    color: #fb1834;
    margin: 0;
font-weight: bold;
        -ms-writing-mode: tb-lr;

    -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
}
@media screen and (max-width: 767px){
    .i-project .project .project-itempack .t-project{
        right: auto;
        left: 10px;
        width: calc(100% - 20px);
    }
    .i-project .project .project-itempack .t-project h2{
        -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    }
}
.i-project .project .project-itempack .desc
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fb1834;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

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

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

    opacity: 0;
    background-color: rgba(0, 0, 0, .6);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 991px)
{
    .i-project .project .project-itempack .desc
    {
        display: none;
    }
}
.i-project .project .project-itempack .desc h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 0;
}
.i-project .project .project-itempack .desc p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
.i-project .project .project-itempack .desc .icon
{
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;

    border: 1px solid #fb1834;
    border-radius: 50%;
}
.i-project .project .project-itempack:hover .t-project
{
    opacity: 0;
}
.i-project .project .project-itempack:hover .desc
{
    opacity: 1;
}
.i-about .about
{
    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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-about .about .history
{
    width: -webkit-calc(100% - 380px);
    width:         calc(100% - 380px);
    margin-top: 60px;
    padding-right: 5%;
}
@media (max-width: 991px)
{
    .i-about .about .history
    {
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
}
.i-about .about .history .history-part
{
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display:         flex;*/

    /*-webkit-flex-wrap: wrap;*/
    /*    -ms-flex-wrap: wrap;*/
    /*        flex-wrap: wrap;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*        align-items: center;*/
    display: flex;
    align-items: center;
    overflow: hidden;
}
.i-about .about .history .history-part .year
{
    font-size: 0;
}
.i-about .about .history .history-part .year:after
{
    display: inline-block;

    width: 100px;
    height: 2px;

    content: '';
    vertical-align: middle;

    background-color: #8c8c8c;
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .year:after
    {
        width: 30px;
    }
}
.i-about .about .history .history-part .year h3
{
    font-size: 28px;
    font-weight: bold;

    display: inline-block;

    width: 100px;
    height: 100px;
    margin: 0;
    padding: 6px;

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

    color: #fff;
    border: 1px solid #8c8c8c;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .year h3
    {
        font-size: 18px;

        width: 60px;
        height: 60px;
        padding: 4px;
    }
}
.i-about .about .history .history-part .year h3 span
{
    line-height: 87px;

    display: block;

    width: 87px;
    height: 87px;

    border-radius: 50%;
    background-color: #8c8c8c;
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .year h3 span
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.i-about .about .history .history-part .note
{
    position: relative;

    width: -webkit-calc(100% - 240px);
    width:         calc(100% - 240px);
    margin-left: 40px;
    padding: 20px 0;
    padding-left: 30px;

    border-left: 3px dotted #ddd;
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .note
    {
        width: -webkit-calc(100% - 90px);
        width:         calc(100% - 90px);
        margin-left: 0;
        padding-left: 20px;
    }
}
.i-about .about .history .history-part .note:before
{
    position: absolute;
    top: 60px;
    left: -11px;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    background: url(../images/dot.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .note:before
    {
        top: 70px;
    }
}
.i-about .about .history .history-part .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
}
@media (max-width: 991px)
{
    .i-about .about .history .history-part .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .note h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.i-about .about .history .history-part .note p
{
    font-size: 18px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    height: 66px;
    margin: 10px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .i-about .about .history .history-part .note p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .i-about .about .history .history-part .note p
    {
        font-size: 14px;
    }
}
.i-about .about .history .slick-current .history-part .year:after
{
    background-color: var(--color);
}
.i-about .about .history .slick-current .history-part .year h3
{
    border-color: var(--color);
}
.i-about .about .history .slick-current .history-part .year h3 span
{
    background-color: var(--color);
}
.i-about .about .history .slick-current .history-part .note:before
{
    background-image: url(../images/dot-active.webp);
}
.i-about .about .history .slick-current .history-part .note h3
{
    color: var(--color);
}
.i-about .about .img
{
    width: 380px;
}
@media (max-width: 991px)
{
    .i-about .about .img
    {
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .i-about .about .img
    {
        width: 100%;
    }
}
.i-about .about .img img
{
    max-width: 100%;
    height: auto;
}
.i-partner
{
    padding: 0;
}
.i-partner .partner
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .i-partner .partner
    {
        margin-top: 30px;
    }
}
.i-partner .partner img
{
    max-width: 100%;
    height: auto;
}
.i-news .news-part
{
    display: block;

    margin-top: 30px;
}
.i-news .news-part .imgw
{
    padding-bottom: 67.5%;
}
.i-news .news-part .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.i-news .news-part .note
{
    padding: 20px;

    border: 2px solid #eee;
}
@media (max-width: 767px)
{
    .i-news .news-part .note
    {
        padding: 14px;
    }
}
.i-news .news-part .note h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 0;

    color: var(--color);

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .i-news .news-part .note h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .i-news .news-part .note h3
    {
        font-size: 18px;
    }
}
.i-news .news-part .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .i-news .news-part .note p
    {
        font-size: 14px;
    }
}
.i-news .news-part .note .more
{
    font-size: 16px;
    line-height: 30px;

    margin-top: 14px;
    padding-top: 10px;

    color: var(--color);
    border-top: 2px solid #eee;
}
@media (max-width: 767px)
{
    .i-news .news-part .note .more
    {
        font-size: 14px;
    }
}
.i-news .news-part:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.i-news .news-part:hover .note h3
{
    text-decoration: underline;
}
.i-auotes
{
    overflow: hidden;

    background: url(../images/auotes_bg.webp) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .i-auotes
    {
        background-attachment: fixed;
    }
}
.i-auotes .auotes
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.i-auotes .auotes .t-index
{
    width: 45%;

    color: #fff;
}
@media (max-width: 991px)
{
    .i-auotes .auotes .t-index
    {
        width: 100%;
    }
}
@media (min-width: 1200px)
{
    .i-auotes .auotes .t-index h2
    {
        font-size: 30px;
    }
}
.i-auotes .auotes form
{
    width: 55%;
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .i-auotes .auotes form
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.i-auotes .auotes form ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -5px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.i-auotes .auotes form ul li
{
    width: 50%;
    padding: 0 5px;
}
@media (max-width: 767px)
{
    .i-auotes .auotes form ul li
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
        margin: 5px 0;
    }
}
.i-auotes .auotes form ul li:nth-child(1)
{
    width: -webkit-calc(50% - 120px);
    width:         calc(50% - 120px);
}
@media (max-width: 767px)
{
    .i-auotes .auotes form ul li:nth-child(1)
    {
        width: 100%;
    }
}
.i-auotes .auotes form ul li:nth-child(3)
{
    width: 120px;
}
.i-auotes .auotes form input
{
    line-height: 50px;

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

    outline: none;
}
.i-auotes .auotes form input::-webkit-input-placeholder,
.i-auotes .auotes form textarea::-webkit-input-placeholder
{
    color: #333;
}
.i-auotes .auotes form input:-o-placeholder,
.i-auotes .auotes form textarea:-o-placeholder
{
    color: #333;
}
.i-auotes .auotes form input::-moz-placeholder,
.i-auotes .auotes form textarea::-moz-placeholder
{
    color: #333;
}
.i-auotes .auotes form input:-ms-input-placeholder,
.i-auotes .auotes form textarea:-ms-input-placeholder
{
    color: #333;
}
.i-auotes .auotes form input:focus::-webkit-input-placeholder,
.i-auotes .auotes form textarea:focus::-webkit-input-placeholder
{
    color: #999;
}
.i-auotes .auotes form input:focus::-o-placeholder,
.i-auotes .auotes form textarea:focus::-o-placeholder
{
    color: #999;
}
.i-auotes .auotes form input:focus::-moz-placeholder,
.i-auotes .auotes form textarea:focus::-moz-placeholder
{
    color: #999;
}
.i-auotes .auotes form input:focus::-ms-input-placeholder,
.i-auotes .auotes form textarea:focus::-ms-input-placeholder
{
    color: #999;
}
.i-auotes .auotes form .send
{
    line-height: 50px;

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

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

    color: #fff;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: var(--color);
}
.i-auotes .auotes form .send:hover
{
    background-color: var(--hover);
}
.footer
{
    overflow: hidden;

    color: #fff;
    background: url(../images/footer_bg.webp) no-repeat center;
    background-size: cover;
}
.footer .flex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer .foot
{
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 15px;
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 60px 15px;
    }
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 30px 15px;
    }
}
.footer .tit-foot h3
{
    font-size: 36px;
    font-weight: bold;

    margin-top: 0;

    color: #fff;
}
@media (max-width: 1560px)
{
    .footer .tit-foot h3
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .footer .tit-foot h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .footer .tit-foot h3
    {
        font-size: 20px;
    }
}
.footer .tit-foot p
{
    font-size: 15px;
    line-height: 24px;

    margin: 10px 0 0 0;
}
@media (max-width: 1199px)
{
    .footer .tit-foot p
    {
        font-size: 14px;
    }
}
.footer .foot-info
{
    margin-top: 30px;
}
@media (max-width: 767px)
{
    .footer .foot-info
    {
        margin-top: 10px;
    }
}
.footer .foot-logo
{
    margin-top: 70px;
}
@media (max-width: 991px)
{
    .footer .foot-logo
    {
        width: 50%;
        margin-top: 30px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo
    {
        width: 100%;
        margin-top: 0;
    }
}
.footer .foot-logo img
{
    max-width: 185px;
    height: auto;
}
@media (max-width: 991px)
{
    .footer .foot-logo img
    {
        max-width: 140px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-logo img
    {
        max-width: 100px;
    }
}
.footer .foot-message
{
    max-width: 480px;
}
@media (max-width: 1470px)
{
    .footer .foot-message
    {
        max-width: 380px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-message
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-message
    {
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-message
    {
        max-width: 100%;
    }
}
.footer .foot-message form ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 0 -6px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.footer .foot-message form ul li
{
    width: 100%;
    margin-bottom: 16px;
    padding: 0 6px;
}
.footer .foot-message form ul li:nth-child(1),
.footer .foot-message form ul li:nth-child(2)
{
    width: 50%;
}
.footer .foot-message form input,
.footer .foot-message form textarea
{
    font-size: 16px;
    line-height: 30px;

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

    border: 1px solid #fff;
    border-radius: 5px;
    outline: none;
    background: none;
}
.footer .foot-message form textarea{
    height: 142px;
}
@media (max-width: 1199px)
{
    .footer .foot-message form input,
    .footer .foot-message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px;
    }
}
.footer .foot-message form input::-webkit-input-placeholder,
.footer .foot-message form textarea::-webkit-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-o-placeholder,
.footer .foot-message form textarea:-o-placeholder
{
    color: #fff;
}
.footer .foot-message form input::-moz-placeholder,
.footer .foot-message form textarea::-moz-placeholder
{
    color: #fff;
}
.footer .foot-message form input:-ms-input-placeholder,
.footer .foot-message form textarea:-ms-input-placeholder
{
    color: #fff;
}
.footer .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot-message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-o-placeholder,
.footer .foot-message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-moz-placeholder,
.footer .foot-message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form input:focus::-ms-input-placeholder,
.footer .foot-message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot-message form .send
{
    font-size: 16px;
    line-height: 50px;

    padding: 0 30px;

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

    color: #fff;
    border-radius: 5px;
    outline: none;
    background-color: var(--color);
}
@media (max-width: 767px)
{
    .footer .foot-message form .send
    {
        line-height: 40px;
    }
}
.footer .foot-message form .send:hover
{
    background-color: var(--hover);
}
@media (max-width: 991px)
{
    .footer .foot-nav
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .footer .foot-nav
    {
        width: 100%;
        margin-top: 20px;
    }
}
.footer .foot-nav .foot-info a
{
    font-size: 16px;
    line-height: 2;

    position: relative;

    display: block;

    padding-left: 15px;
}
@media (max-width: 767px)
{
    .footer .foot-nav .foot-info a
    {
        display: inline-block;

        margin-right: 20px;

        vertical-align: top;
    }
}
.footer .foot-nav .foot-info a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';

    background-color: var(--color);
}
.footer .foot-nav .foot-info a:hover
{
    text-decoration: underline;
}
.footer .foot-text
{
    max-width: 400px;
}
@media (max-width: 1560px)
{
    .footer .foot-text
    {
        max-width: 350px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot-text
    {
        max-width: 250px;
    }
}
@media (max-width: 991px)
{
    .footer .foot-text
    {
        max-width: 50%;
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .footer .foot-text
    {
        max-width: 100%;
    }
}
.footer .foot-text .foot-info p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot-text .foot-info p
    {
        font-size: 14px;
    }
}
.footer .foot-text .foot-info p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.footer .copyright
{
    font-size: 16px;
    line-height: 30px;

    padding: 20px 0;

    background-color: #222;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;

    vertical-align: middle;
}
.footer .copyright a
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;
    text-decoration: underline;
}
.footer .copyright a:hover
{
    color: var(--color);
}
.footer .copyright .sitemap
{
    float: right;
}
.footer .copyright .sitemap .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.fix-online
{
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .fix-online
    {
        top: auto;
        bottom: 0;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
}
.fix-online ul li
{
    margin: 2px 0;
}
.fix-online ul li a
{
    position: relative;

    display: block;

    text-align: center;
}
.fix-online ul li a .icon
{
    font-size: 30px;
    line-height: 70px;

    position: relative;
    z-index: 2;

    display: block;

    width: 70px;
    height: 70px;

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

    color: #fff;
    border-radius: 10px;
    background-color: #1a1a1a;
}
@media (max-width: 1470px)
{
    .fix-online ul li a .icon
    {
        font-size: 20px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.fix-online ul li a p
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

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

    padding: 20px 30px;

    -webkit-transition: all .6s;
            transition: all .6s;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%);
    white-space: nowrap;

    color: #fff;
    border-radius: 10px;
    background-color: var(--hover);
}
@media (max-width: 1470px)
{
    .fix-online ul li a p
    {
        font-size: 18px;

        padding: 10px 20px;
    }
}
.fix-online ul li a:hover .icon
{
    background-color: var(--hover);
}
.fix-online ul li a:hover p
{
    -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
            transform: translateX(-2%);
}
.inpage
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .inpage
    {
        padding: 40px 0;
    }
}
.inpage .container
{
    max-width: 1300px;
}
.t-inpage
{
    text-align: center;
}
.t-inpage h2
{
    font-size: 48px;
    font-weight: bold;

    text-transform: capitalize;

    background: url(../images/tinpage_bg.png) no-repeat bottom center;
}
@media (max-width: 1470px)
{
    .t-inpage h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .t-inpage h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .t-inpage h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .t-inpage h2
    {
        font-size: 26px;

        background-size: auto 20px;
    }
}
.inpage-text
{
    margin-top: 20px;
}
.inpage-text p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
@media (max-width: 1470px)
{
    .inpage-text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-text img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-desc
{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 5%;

    text-align: center;

    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
@media (max-width: 1199px)
{
    .inpage-desc
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-desc
    {
        margin-top: 20px;
        padding: 14px 0;
    }
}
.inpage-desc p
{
    font-size: 24px;
    line-height: 1.6;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-desc p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-desc p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-desc p
    {
        font-size: 14px;
    }
}
.inpage-location
{
    padding: 30px 0;
}
.inpage-location .location
{
    position: relative;

    padding-bottom: 20px;
    padding-left: 30px;
}
.inpage-location .location:before
{
    position: absolute;
    top: 10px;
    left: 0;

    display: block;

    width: 24px;
    height: 24px;

    content: '';

    background: url(../images/locaion.png) no-repeat bottom center;
    background-size: cover;
}
.inpage-location ul
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inpage-location ul
    {
        font-size: 14px;
        line-height: 30px;
    }
}
.inpage-location ul li
{
    display: inline-block;

    vertical-align: middle;
}
.inpage-location ul li:after
{
    display: inline-block;

    margin: 0 2px;

    content: '>';
    vertical-align: middle;
}
.inpage-location ul li:last-child:after
{
    display: none;
}
.inpage-location ul li a
{
    display: inline-block;

    vertical-align: middle;
    text-transform: capitalize;
}
.inpage-location ul li a:hover
{
    text-decoration: underline;
}
.inpage-left
{
    font-size: 14px;

    display: inline-block;

    width: 380px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inpage-left
    {
        width: 100%;
    }
}
.inpage-left .title-sidemenu
{
    padding: 30px 10px;

    text-align: center;

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 1199px)
{
    .inpage-left .title-sidemenu
    {
        padding: 15px 10px;
    }
}
.inpage-left .title-sidemenu h3
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-left .title-sidemenu h3
    {
        font-size: 24px;
    }
}
.inpage-left .inpage-nav
{
    text-align: left;
}
.inpage-left .inpage-nav > ul > li
{
    margin-top: 5px;
}
@media (max-width: 1199px)
{
    .inpage-left .inpage-nav > ul > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.inpage-left .inpage-nav > ul > li a
{
    font-size: 18px;
    line-height: 30px;

    position: relative;

    display: block;

    padding: 20px 60px 20px 30px;

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

    background: #eee;
}
@media (max-width: 1199px)
{
    .inpage-left .inpage-nav > ul > li a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px 15px;
    }
}
.inpage-left .inpage-nav > ul > li a:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    position: absolute;
    top: 50%;
    right: 20px;

    content: '\e629';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1199px)
{
    .inpage-left .inpage-nav > ul > li a:after
    {
        display: none;
    }
}
.inpage-left .inpage-nav > ul > li.active a,
.inpage-left .inpage-nav > ul > li:hover a
{
    color: #fff;
    background-color: var(--color);
}
.inpage-right
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(100% - 380px);
    width:         calc(100% - 380px);
    padding-left: 3%;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .inpage-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-about .about ul li
{
    margin-top: 20px;
}
.inpage-about .about .about-part
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part
    {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
                align-items: center;
    }
}
.inpage-about .about .about-part:after
{
    position: absolute;
    top: 100px;
    left: 70px;

    display: block;

    width: 2px;
    height: -webkit-calc(100% - 80px);
    height:         calc(100% - 80px);

    content: '';

    background-color: #878787;
}
@media (max-width: 767px)
{
    .inpage-about .about .about-part:after
    {
        top: 80px;
        left: 0;
    }
}
.inpage-about .about .about-part:before
{
    position: absolute;
    z-index: 2;
    top: -webkit-calc(50% + 60px);
    top:         calc(50% + 60px);
    left: 60px;

    display: block;

    width: 22px;
    height: 22px;

    content: '';

    background: url(../images/dot-active.webp) no-repeat center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inpage-about .about .about-part:before
    {
        left: -10px;
    }
}
.inpage-about .about .about-part .year
{
    width: 200px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part .year
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.inpage-about .about .about-part .year p
{
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;

    position: relative;

    display: inline-block;

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

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

    color: #fff;
    background: #525252;
}
@media (max-width: 767px)
{
    .inpage-about .about .about-part .year p
    {
        font-size: 24px;
        line-height: 40px;

        width: 100px;
        height: 40px;
    }
}
.inpage-about .about .about-part .year p:after
{
    position: absolute;
    top: 50%;
    right: -47px;

    display: block;

    width: 40px;
    height: 2px;

    content: '';

    background-color: #878787;
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part .year p:after
    {
        display: none;
    }
}
.inpage-about .about .about-part .note
{
    width: -webkit-calc(50% - 100px);
    width:         calc(50% - 100px);
    padding: 20px;

    border-top: 30px solid #fff;
    border-bottom: 30px solid #fff;
    background: #eee;
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part .note
    {
        width: -webkit-calc(50% - 50px);
        width:         calc(50% - 50px);
        margin-left: 100px;

        border: none;
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .about-part .note
    {
        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
        margin-left: 20px;
    }
}
.inpage-about .about .about-part .note h3
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;

    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 6px;

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

    border-bottom: 2px solid #dcdcdc;
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part .note h3
    {
        font-size: 20px;
    }
}
.inpage-about .about .about-part .note p
{
    font-size: 18px;
    line-height: 1.33333333;

    margin: 0;
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part .note p
    {
        font-size: 16px;
    }
}
.inpage-about .about .about-part .img
{
    width: -webkit-calc(50% - 100px);
    width:         calc(50% - 100px);
}
@media (max-width: 991px)
{
    .inpage-about .about .about-part .img
    {
        width: -webkit-calc(50% - 50px);
        width:         calc(50% - 50px);
    }
}
@media (max-width: 767px)
{
    .inpage-about .about .about-part .img
    {
        width: -webkit-calc(100% - 20px);
        width:         calc(100% - 20px);
        margin-left: 20px;
    }
}
.inpage-about .about .about-part .img img
{
    width: 100%;
}
.inpage-about .about .about-part:hover .year p
{
    background-color: var(--color);
}
.inpage-about .about .about-part:hover .note h3
{
    color: var(--color);
}
.inpage-video .v-itempack
{
    position: relative;

    overflow: hidden;

    margin-top: 40px;

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

    border: 2px solid #eee;
}
@media (max-width: 1199px)
{
    .inpage-video .v-itempack
    {
        margin-top: 30px;
    }
}
.inpage-video .v-itempack .img
{
    position: relative;
}
.inpage-video .v-itempack .imgw
{
    padding-bottom: 64%;
}
.inpage-video .v-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-video .v-itempack .play
{
    line-height: 44px;

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

    width: 60px;
    height: 44px;

    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    text-align: center;

    color: #fff;
    border-radius: 10px;
    background: #ffb400;
}
.inpage-video .v-itempack .play .icon
{
    font-size: 20px;
}
@media (max-width: 767px)
{
    .inpage-video .v-itempack .play .icon
    {
        font-size: 18px;
    }
}
.inpage-video .v-itempack h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    text-transform: capitalize;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inpage-video .v-itempack h3
    {
        font-size: 16px;
        line-height: 40px;

        height: 40px;
        margin: 0;
    }
}
.inpage-video .v-itempack:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inpage-video .v-itempack:hover .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-message
{
    background-color: #eee;
}
.inpage-message .message
{
    padding-top: 50px;
}
@media (max-width: 767px)
{
    .inpage-message .message
    {
        padding-top: 30px;
    }
}
.inpage-message .message form ul li
{
    margin: 10px 0;
}
.inpage-message .message form input,
.inpage-message .message form textarea
{
    font-size: 14px;
    line-height: 24px;

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

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
}
@media (max-width: 991px)
{
    .inpage-message .message form input,
    .inpage-message .message form textarea
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-message .message form input,
    .inpage-message .message form textarea
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-message .message form input::-webkit-input-placeholder,
.inpage-message .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inpage-message .message form input:-o-placeholder,
.inpage-message .message form textarea:-o-placeholder
{
    color: #666;
}
.inpage-message .message form input::-moz-placeholder,
.inpage-message .message form textarea::-moz-placeholder
{
    color: #666;
}
.inpage-message .message form input:-ms-input-placeholder,
.inpage-message .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.inpage-message .message form input:focus::-webkit-input-placeholder,
.inpage-message .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-message .message form input:focus::-o-placeholder,
.inpage-message .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-message .message form input:focus::-moz-placeholder,
.inpage-message .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-message .message form input:focus::-ms-input-placeholder,
.inpage-message .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-message .message form .send
{
    text-align: center;
}
.inpage-message .message form .send .btn
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 5px;
    background: none;
    background-color: #000;
}
.inpage-message .message form .send .btn .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.inpage-message .message form .send .btn:hover
{
    background-color: var(--hover);
}
.inpage-news .news
{
    margin-top: -30px;
}
.inpage-news .n-itempack
{
    display: block;

    margin-top: 30px;

    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .13);
}
.inpage-news .n-itempack .n-img
{
    padding: 12px;
}
.inpage-news .n-itempack .imgw
{
    padding-bottom: 76.66666667%;
}
.inpage-news .n-itempack .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-news .n-itempack .n-txt
{
    padding: 10px 20px 0;
}
.inpage-news .n-itempack .n-txt h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-news .n-itempack .n-txt h3
    {
        font-size: 18px;
    }
}
.inpage-news .n-itempack .n-txt p
{
    font-size: 12px;
    line-height: 20px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.inpage-news .n-itempack:hover .n-img .imgw img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-news .n-itempack:hover .n-txt h3
{
    color: var(--color);
}
.inpage-news .n-itempack:hover .n-txt .more span
{
    left: -webkit-calc(100% - 98px);
    left:         calc(100% - 98px);
}
.inpage-news-show .news-show
{
    font-size: 0;
}
.inpage-news-show .news-left
{
    font-size: 14px;

    display: inline-block;

    width: -webkit-calc(100% - 350px);
    width:         calc(100% - 350px);
    padding-right: 5%;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inpage-news-show .news-left
    {
        width: -webkit-calc(100% - 340px);
        width:         calc(100% - 340px);
    }
}
@media (max-width: 1199px)
{
    .inpage-news-show .news-left
    {
        display: block;

        width: 100%;
    }
}
.inpage-news-show .title-news-show h1
{
    font-size: 30px;
    font-weight: bold;

    margin: 0;
    padding-left: 10px;

    border-left: 4px solid var(--color);
}
@media (max-width: 991px)
{
    .inpage-news-show .title-news-show h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .title-news-show h1
    {
        font-size: 20px;
    }
}
.inpage-news-show .desc
{
    margin-top: 30px;
}
.inpage-news-show .desc img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-news-show .desc h3
{
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
}
@media (max-width: 1199px)
{
    .inpage-news-show .desc h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inpage-news-show .desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .desc h3
    {
        font-size: 18px;
    }
}
.inpage-news-show .news-relate
{
    position: relative;

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

    border-top: 1px solid #e6e6e6;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-relate
    {
        padding-top: 20px;
    }
}
.inpage-news-show .news-relate ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-news-show .news-relate a
{
    font-size: 18px;
    line-height: 46px;

    display: inline-block;

    padding: 0 20px;

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

    color: #fff;
    background-color: var(--color);
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate a
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-relate a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 14px;
    }
}
.inpage-news-show .news-relate a:hover
{
    background-color: var(--hover);
}
.inpage-news-show .news-message
{
    padding-top: 50px;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-message
    {
        padding-top: 30px;
    }
}
.inpage-news-show .news-message form ul li
{
    margin: 10px 0;
}
.inpage-news-show .news-message form input,
.inpage-news-show .news-message form textarea
{
    font-size: 14px;
    line-height: 24px;

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

    border: none;
    border: 1px solid #e5e5e5;
    outline: none;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-message form input,
    .inpage-news-show .news-message form textarea
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-message form input,
    .inpage-news-show .news-message form textarea
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-news-show .news-message form input::-webkit-input-placeholder,
.inpage-news-show .news-message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inpage-news-show .news-message form input:-o-placeholder,
.inpage-news-show .news-message form textarea:-o-placeholder
{
    color: #666;
}
.inpage-news-show .news-message form input::-moz-placeholder,
.inpage-news-show .news-message form textarea::-moz-placeholder
{
    color: #666;
}
.inpage-news-show .news-message form input:-ms-input-placeholder,
.inpage-news-show .news-message form textarea:-ms-input-placeholder
{
    color: #666;
}
.inpage-news-show .news-message form input:focus::-webkit-input-placeholder,
.inpage-news-show .news-message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-message form input:focus::-o-placeholder,
.inpage-news-show .news-message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-message form input:focus::-moz-placeholder,
.inpage-news-show .news-message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-message form input:focus::-ms-input-placeholder,
.inpage-news-show .news-message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-message form .send .btn
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 5px;
    background: none;
    background-color: var(--color);
}
.inpage-news-show .news-message form .send .btn .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.inpage-news-show .news-message form .send .btn:hover
{
    background-color: var(--hover);
}
.inpage-news-show .news-right
{
    font-size: 14px;

    display: inline-block;

    width: 350px;

    vertical-align: top;
}
@media (max-width: 1470px)
{
    .inpage-news-show .news-right
    {
        width: 340px;
    }
}
@media (max-width: 1199px)
{
    .inpage-news-show .news-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-news-show .news-right .news-search form
{
    position: relative;

    padding-right: 40px;
}
.inpage-news-show .news-right .news-search form input
{
    line-height: 40px;

    width: 100%;
    height: 40px;
    padding: 0 10px;

    border: 1px solid #dcdcdc;
    outline: none;
}
.inpage-news-show .news-right .news-search form input::-webkit-input-placeholder,
.inpage-news-show .news-right .news-search form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inpage-news-show .news-right .news-search form input:-o-placeholder,
.inpage-news-show .news-right .news-search form textarea:-o-placeholder
{
    color: #666;
}
.inpage-news-show .news-right .news-search form input::-moz-placeholder,
.inpage-news-show .news-right .news-search form textarea::-moz-placeholder
{
    color: #666;
}
.inpage-news-show .news-right .news-search form input:-ms-input-placeholder,
.inpage-news-show .news-right .news-search form textarea:-ms-input-placeholder
{
    color: #666;
}
.inpage-news-show .news-right .news-search form input:focus::-webkit-input-placeholder,
.inpage-news-show .news-right .news-search form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-right .news-search form input:focus::-o-placeholder,
.inpage-news-show .news-right .news-search form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-right .news-search form input:focus::-moz-placeholder,
.inpage-news-show .news-right .news-search form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-right .news-search form input:focus::-ms-input-placeholder,
.inpage-news-show .news-right .news-search form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-news-show .news-right .news-search form .btn-submit
{
    line-height: 40px;

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

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

    text-align: center;

    color: #fff;
    border-radius: 0;
    background-color: var(--color);
}
.inpage-news-show .news-right .title-news-right h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-right .title-news-right h3
    {
        font-size: 20px;
    }
}
.inpage-news-show .news-right .news-right-list
{
    margin-top: 30px;
}
.inpage-news-show .news-right .news-right-list .n-itempack
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 15px 0;

    border-bottom: 1px solid #dcdcdc;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.inpage-news-show .news-right .news-right-list .n-itempack .n-img
{
    width: 40%;
}
.inpage-news-show .news-right .news-right-list .n-itempack .n-img .imgw
{
    padding-bottom: 76.66666667%;
}
.inpage-news-show .news-right .news-right-list .n-itempack .n-img .imgw img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-news-show .news-right .news-right-list .n-itempack .n-txt
{
    width: 60%;
    padding-left: 5%;
}
.inpage-news-show .news-right .news-right-list .n-itempack .n-txt h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-right .news-right-list .n-itempack .n-txt h3
    {
        font-size: 16px;
    }
}
.inpage-news-show .news-right .news-right-list .n-itempack .n-txt .date
{
    line-height: 24px;

    color: #999;
}
.inpage-news-show .news-right .news-contact
{
    margin-top: 30px;
}
.inpage-news-show .news-right .news-contact .info
{
    margin-top: 20px;
}
.inpage-news-show .news-right .news-contact .info p
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

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

    color: #666;
}
.inpage-news-show .news-right .news-contact .info p .icon
{
    font-size: 24px;
    line-height: 30px;

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

    color: var(--color);
}
.inpage-news-show .news-right .news-contact .info p a:hover
{
    text-decoration: underline;
}
.inpage-project .t-project h1
{
    font-size: 36px;
    font-weight: 900;

    margin: 0;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .inpage-project .t-project h1
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-project .t-project h1
    {
        font-size: 24px;
    }
}
.inpage-project .project
{
    margin-top: 30px;
}
.inpage-project .project img
{
    max-width: 100%;
}
@media (max-width: 767px)
{
    .inpage-project .project img
    {
        max-width: 100% !important;
    }
}
.inpage-project .project h3
{
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .inpage-project .project h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-project .project h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-project .project h3
    {
        font-size: 16px;
    }
}
.inpage-project .project p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-project .project p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-project .project p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-project .project p
    {
        font-size: 15px;
    }
}
.inpage-contact .contact
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.inpage-contact .contact-left
{
    width: 50%;
}
@media (max-width: 1199px)
{
    .inpage-contact .contact-left
    {
        width: 60%;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .contact-left
    {
        width: 100%;
    }
}
.inpage-contact .contact-left .info
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

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

    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .13);

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info
    {
        padding: 20px 14px;
    }
}
.inpage-contact .contact-left .info .info-left
{
    width: 160px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-left
    {
        width: 100px;
    }
}
.inpage-contact .contact-left .info .info-left .img
{
    overflow: hidden;

    border-radius: 50%;
}
.inpage-contact .contact-left .info .info-left .img img
{
    width: 100%;
}
.inpage-contact .contact-left .info .info-left .alibaba
{
    font-size: 20px;
    font-weight: 800;
    line-height: 2;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-left .alibaba
    {
        font-size: 14px;
    }
}
.inpage-contact .contact-left .info .info-right
{
    width: -webkit-calc(100% - 160px);
    width:         calc(100% - 160px);
    padding-left: 20px;
}
@media (max-width: 991px)
{
    .inpage-contact .contact-left .info .info-right
    {
        padding-left: 10px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-right
    {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}
.inpage-contact .contact-left .info .info-right .group
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 18px 0;
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-right .group
    {
        margin: 10px 0;
    }
}
.inpage-contact .contact-left .info .info-right .group .icon
{
    font-size: 24px;
    line-height: 30px;

    width: 40px;

    color: var(--color);
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-right .group .icon
    {
        width: 30px;
    }
}
.inpage-contact .contact-left .info .info-right .group p
{
    font-size: 18px;
    line-height: 30px;

    width: -webkit-calc(100% - 40px);
    width:         calc(100% - 40px);
    margin: 0;

    word-break: break-word;
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-right .group p
    {
        font-size: 16px;
    }
}
.inpage-contact .contact-left .info .info-right .group p b
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-contact .contact-left .info .info-right .group p b
    {
        font-size: 16px;
    }
}
.inpage-contact .contact-left .info .info-right .group p a:hover
{
    text-decoration: underline;
}
.inpage-contact .contact-right
{
    width: 260px;
}
@media (max-width: 991px)
{
    .inpage-contact .contact-right
    {
        width: 100%;
    }
}
.inpage-contact .contact-right .desc h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.inpage-contact .contact-right .desc h3:after
{
    display: block;

    width: 41px;
    height: 2px;

    content: '';

    background-color: var(--color);
}
.inpage-contact .contact-right .desc p
{
    line-height: 30px;

    margin: 0;
}
.inpage-contact .contact-right .desc p a:hover
{
    text-decoration: underline;
}
.inpage-contact .contact-right .follow
{
    margin-top: 40px;
}
.inpage-contact .contact-right .follow ul li
{
    display: inline-block;

    vertical-align: top;
}
.inpage-contact .contact-right .follow ul li a
{
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

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

    color: #fff;
    border-radius: 50%;
    background-color: var(--color);
}
.inpage-contact .contact-right .follow ul li a:hover
{
    background-color: var(--hover);
}
.inpage-map
{
    position: relative;

    padding: 0;
}
@media (min-width: 1200px)
{
    .inpage-map .messagebox
    {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 14%;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}
@media (max-width: 1470px)
{
    .inpage-map .messagebox
    {
        left: 5%;
    }
}
.inpage-map .messagebox .message
{
    width: 100%;
    max-width: 540px;
    padding: 30px;

    background-color: rgba(255, 255, 255, .8);
}
@media (max-width: 767px)
{
    .inpage-map .messagebox .message
    {
        padding: 0 15px 15px 15px;
    }
}
.inpage-map .messagebox .message form ul li
{
    margin: 10px 0;
}
.inpage-map .messagebox .message form input,
.inpage-map .messagebox .message form textarea
{
    font-size: 18px;
    line-height: 24px;

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

    border: none;
    border: 1px solid #676767;
    border-radius: 5px;
    outline: none;
}
@media (max-width: 991px)
{
    .inpage-map .messagebox .message form input,
    .inpage-map .messagebox .message form textarea
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-map .messagebox .message form input,
    .inpage-map .messagebox .message form textarea
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-map .messagebox .message form input::-webkit-input-placeholder,
.inpage-map .messagebox .message form textarea::-webkit-input-placeholder
{
    color: #666;
}
.inpage-map .messagebox .message form input:-o-placeholder,
.inpage-map .messagebox .message form textarea:-o-placeholder
{
    color: #666;
}
.inpage-map .messagebox .message form input::-moz-placeholder,
.inpage-map .messagebox .message form textarea::-moz-placeholder
{
    color: #666;
}
.inpage-map .messagebox .message form input:-ms-input-placeholder,
.inpage-map .messagebox .message form textarea:-ms-input-placeholder
{
    color: #666;
}
.inpage-map .messagebox .message form input:focus::-webkit-input-placeholder,
.inpage-map .messagebox .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-map .messagebox .message form input:focus::-o-placeholder,
.inpage-map .messagebox .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-map .messagebox .message form input:focus::-moz-placeholder,
.inpage-map .messagebox .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-map .messagebox .message form input:focus::-ms-input-placeholder,
.inpage-map .messagebox .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-map .messagebox .message form .send
{
    text-align: center;
}
.inpage-map .messagebox .message form .send .btn
{
    font-size: 16px;
    line-height: 40px;

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

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

    color: #fff;
    border-radius: 0;
    background: none;
    background-color: var(--hover);
}
.inpage-map .messagebox .message form .send .btn .icon
{
    font-size: 20px;

    display: inline-block;

    margin-top: -2px;

    vertical-align: middle;
}
.inpage-map .messagebox .message form .send .btn:hover
{
    background-color: var(--color);
}
.inpage-map .mapwrap
{
    height: 630px;
}
@media (max-width: 1199px)
{
    .inpage-map .mapwrap
    {
        height: 350px;
    }
}
.online-message
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: -400px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    width: 400px;

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

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 767px)
{
    .online-message
    {
        right: -300px;

        width: 300px;
    }
}
.online-message .title-online
{
    position: relative;

    padding: 20px;

    text-align: center;

    color: #fff;
    background-color: var(--hover);
}
.online-message .title-online h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;

    margin: 0;

    text-transform: capitalize;
}
.online-message .title-online .message-close
{
    font-weight: bold;
    line-height: 40px;

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

    width: 40px;
    height: 40px;

    cursor: pointer;
    text-align: center;

    color: var(--hover);
    border-radius: 50%;
    background-color: #fff;
}
.online-message .message
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .online-message .message
    {
        padding: 20px 14px;
    }
}
.online-message .title-message h3
{
    font-size: 24px;
    font-weight: bold;

    margin: 0;
}
@media (max-width: 1199px)
{
    .online-message .title-message h3
    {
        font-size: 20px;
    }
}
.online-message .title-message p
{
    font-size: 12px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #666;
}
.online-message .col-xs-12
{
    margin-top: 20px;
}
.online-message .col-xs-12 p{
    margin: 0;
}
@media (max-width: 991px)
{
    .online-message .col-xs-12
    {
        margin-top: 10px;
    }
}
.online-message span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #666;
}
@media (max-width: 767px)
{
    .online-message span
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.online-message input,
.online-message textarea
{
    font-size: 14px;
    line-height: 24px;

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

    resize: vertical;

    border: 1px solid #ccc;
    outline: none;
}
.online-message textarea{
    height: 118px;
}
@media (max-width: 991px)
{
    .online-message input,
    .online-message textarea
    {
        padding: 10px 15px;
    }
}
@media (max-width: 767px)
{
    .online-message input,
    .online-message textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
    }
}
.online-message input::-webkit-input-placeholder,
.online-message textarea::-webkit-input-placeholder
{
    color: #999;
}
.online-message input:-o-placeholder,
.online-message textarea:-o-placeholder
{
    color: #999;
}
.online-message input::-moz-placeholder,
.online-message textarea::-moz-placeholder
{
    color: #999;
}
.online-message input:-ms-input-placeholder,
.online-message textarea:-ms-input-placeholder
{
    color: #999;
}
.online-message input:focus::-webkit-input-placeholder,
.online-message textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.online-message input:focus::-o-placeholder,
.online-message textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.online-message input:focus::-moz-placeholder,
.online-message textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.online-message input:focus::-ms-input-placeholder,
.online-message textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.online-message .send p
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 30px;

    text-align: center;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px)
{
    .online-message .send p
    {
        margin-top: 20px;
    }
}
.online-message .submit,
.online-message .reset
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    width: 45%;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: top;

    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .online-message .submit,
    .online-message .reset
    {
        font-size: 14px;
        line-height: 40px;

        width: 150px;
    }
}
.online-message .submit:hover,
.online-message .reset:hover
{
    text-decoration: underline;

    color: #fff;
    background-color: var(--color);
}
.online-message .reset
{
    margin-right: 20px;
}
@media (max-width: 767px)
{
    .online-message .reset
    {
        margin-right: 10px;
    }
}
.online-message .submit
{
    color: #fff;
    background-color: #1a1a1a;
}
.online-message.active
{
    right: 0;
}
nav
{
    text-align: center;
}
.pagination
{
    width: 100%;
    margin: 70px 0 0 0;
    padding: 0;
    padding-top: 30px;

    text-align: center;

    border-top: 1px solid #ccc;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination a, .pagination span
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 0;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;

    content: '<';
}
.pagination li.pprev a,
.pagination li.nnext a
{
    border-radius: 0;
}
.pagination li.pprev a:before,
.pagination li.nnext a:before
{
    content: '<<';
}
.pagination li.next a:before
{
    content: '>';
}
.pagination li.nnext a:before
{
    content: '>>';
}
.pagination a, .pagination span
{
    font-size: 18px;
    line-height: 34px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

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

    color: #666;
    border: none;
    background: none;
}
@media (max-width: 991px)
{
    .pagination a, .pagination span
    {
        line-height: 28px;

        width: 30px;
        height: 30px;
        margin: 0 4px;
    }
}
.pagination a, .pagination span:after
{
    position: absolute;
    top: -32px;
    left: 0;
    left: 50%;

    display: block;

    width: 0;
    height: 2px;

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

    background-color: var(--hover);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #222;
    background: none;
}
.pagination > .active > a:after,
.pagination > .active > a:focus:after,
.pagination > .active > a:hover:after,
.pagination > .active > span:after,
.pagination > .active > span:focus:after,
.pagination > .active > span:hover:after
{
    width: 100%;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #222;
    background: none;
}
.pagination > li > a:focus:after,
.pagination > li > a:hover:after,
.pagination > li > span:focus:after,
.pagination > li > span:hover:after
{
    width: 100%;
}
.lazy
{
    background-image: url(../js/scroll/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}
@-webkit-keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
@keyframes Mouse
{
    0%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50%
    {
        -webkit-transform: translateY(8px);
                transform: translateY(8px);
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}
.fluid_pseudo_poster,
.fluid_controls_container
{
    display: none;
}
.header .lan{
    display: inline-block;
}
.header .lan a{
    display: inline-block;
    line-height: 30px;
    padding: 0 0 0 10px;
}
.header .lan a .icon{
    font-size: 20px;
    display:inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 480px){
    .header .lan a .icon{
        font-size: 16px;
    }
    .header .open-quote{
        padding: 0 5px;
    }
    .header .nav-collapse:before{
        font-size: 20px;
    }
    .header .nav-collapse{
        margin-left: 5px;
    }
}
@media screen and (max-width: 380px){
    .header .lan{
        display: none;
    }

    .header .header-top h4{
        display: none;
    }
    .banner .ban-text h2{
        font-size: 16px;
    }
    .banner .ban-text h3{
        font-size: 14px;
    }
    .banner .ban-text .ban-link a{
        line-height: 24px;
        margin: 0 10px 0 0;
        padding: 0 10px;
    }
}




.wp-pagenavi{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0;
    margin: 70px 0 0;
    border-top: 1px solid #ccc;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
    font-size: 18px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wp-pagenavi a:after, .wp-pagenavi span:after{
    content: '';
    width: 0;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #ca0404;
    transition: all .35s;
}
.wp-pagenavi .current:after{
    width: 100%;
}
.wp-pagenavi a:hover:after, .wp-pagenavi span:hover:after{
    width: 100%;
}