﻿li{list-style:none;}
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'DIN';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/DIN-Bold.eot');
    src: local('DIN-Bold'), url('../fonts/DIN-Bold-1.eot') format('embedded-opentype'), url('../fonts/DIN-Bold.woff2') format('woff2'), url('../fonts/DIN-Bold.woff') format('woff'), url('../fonts/DIN-Bold.ttf') format('truetype'), url('../fonts/DIN-Bold.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'DIN';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/DIN-Regular.eot');
    src: local('DIN-Regular'), url('../fonts/DIN-Regular-1.eot') format('embedded-opentype'), url('../fonts/DIN-Regular.woff2') format('woff2'), url('../fonts/DIN-Regular.woff') format('woff'), url('../fonts/DIN-Regular.ttf') format('truetype'), url('../fonts/DIN-Regular.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'Bebas Neue';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/BebasNeue-Regular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeue-Regular'), url('../fonts/BebasNeue-Regular-1.eot') format('embedded-opentype'), url('../fonts/BebasNeue-Regular.woff2') format('woff2'), url('../fonts/BebasNeue-Regular.woff') format('woff'), url('../fonts/BebasNeue-Regular.ttf') format('truetype'), url('../fonts/BebasNeue-Regular.svg') format('svg');
    font-display: swap;
}
@font-face
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/AvantGardeITCbyBT-Book.eot');
    src: local('AvantGardeITCbyBT-Book'), url('../fonts/AvantGardeITCbyBT-Book-1.eot') format('embedded-opentype'), url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'), url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'), url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'), url('../fonts/AvantGardeITCbyBT-Book.svg') format('svg');
    font-display: swap;
}
*[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;
}
@media (min-width: 1200px)
{
    html,
    body
    {
        position: relative;

        height: 100%;
    }
}
body
{
    font-family: 'PingFang SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;
	text-align: justify;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px)
{
    .swiper-container
    {
        width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .swiper-slide
    {
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display:         flex;
        overflow: hidden;

        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
                justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
                align-items: center;
    }
}
.flexwrap
{
    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;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (min-width: 1660px)
{
    .container
    {
        width: 1630px;
    }
}
@media (min-width: 1750px)
{
    .container
    {
        width: 1720px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7px;
    }
}
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;
}
.i-box
{
    position: relative;

    display: block;
    overflow: hidden;

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

    display: block;

    width: 100%;
    height: 100%;
}
.i-box img[src=''],
.i-box img:not([src])
{
    opacity: 0;
    border: 0;
}
ul
{
    margin: 0;
    padding: 0;
}
ul li
{
    list-style: none;
}
.w1360
{
    max-width: 1360px;
}
.com-txt p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;
}
@media (max-width: 991px)
{
    .com-txt p
    {
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 767px)
{
    .com-txt p
    {
        font-size: 14px;
    }
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

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

    -webkit-transition: background .4s;
            transition: background .4s;
    text-align: right;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 1199px)
{
    .header
    {
        top: 0;
        left: 0;

        width: 100%;
        height: 60px;
    }
}
.header .logo
{
    position: relative;
    display: inline-block;
    float: left;

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

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 5px;
    }
}
@media (max-width: 991px)
{
    .header .logo
    {
        height: 40px;
        margin-top: 10px;
    }
}
.header .logo a
{
    display: block;

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

    height: 100%;

    vertical-align: middle;
}
.header .logo .logo2
{
    display: none;
}
.header .tel
{
    display: inline-block; margin-left:50px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .tel
    {
        display: none;
    }
}
.header .tel h3
{
    font-size: 24px;
    line-height: 90px;

    margin: 0;
}
@media (max-width: 1350px)
{
    .header .tel h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .header .tel h3
    {
        line-height: 60px;
    }
}
.header .link
{
    display: inline-block;

    margin-left: 30px;

    vertical-align: middle;
}
@media (max-width: 1350px)
{
    .header .link
    {
        margin-left: 10px;
    }
}
.header .link .find
{
    font-size: 30px;
    line-height: 90px;

    position: relative;

    display: block;

    width: 100px;
    height: 90px;

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

    background-color: #ec1922;
}
@media (max-width: 1350px)
{
    .header .link .find
    {
        width: 70px;
    }
}
@media (max-width: 1199px)
{
    .header .link .find
    {
        line-height: 60px;

        height: 60px;
    }
}
.header .link .find img
{
    position: absolute;
    top: 100%;
    left: -40px;

    display: none;

    width: 120px;
    height: 120px;
}
.header .link .find:before
{
    font-family: 'iconfont' !important;

    content: '\e67b';

    color: #fff;
}
.header .link .find:hover
{
    color: #fff;
    border-color: #ec1922;
    background-color: #ec1922;
}
.header .menu
{
    line-height: 60px;

    display: inline-block;
    float: right;

    padding: 0 10px;

    cursor: pointer;
}
.header .menu .icon
{
    font-size: 30px;
}
.header .nav
{
    display: inline-block;

    vertical-align: top;
}
@media (min-width: 1200px)
{
    .header .nav ul.menu-level1 > li
    {
        position: relative;

        display: inline-block;

        padding: 0 26px;

        vertical-align: top;
    }
    .header .nav ul.menu-level1 > li > a
    {
        font-size: 18px;
        line-height: 90px; font-weight:600;

        position: relative;

        display: block;

        -webkit-transition: all .6s;
                transition: all .6s;
    }
    .header .nav ul.menu-level1 > li > a:after
    {
        position: absolute;
        bottom: 0;
        left: 50%;

        display: block;

        width: 0;
        height: 3px;

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

        background-color: #ec1922;
    }
    .header .nav ul.menu-level1 > li.active > a,
    .header .nav ul.menu-level1 > li:hover > a
    {
        color: #ec1922;
    }
    .header .nav ul.menu-level1 > li.active > a:after,
    .header .nav ul.menu-level1 > li:hover > a:after
    {
        width: 100%;
    }
    .header .nav ul.menu-level2
    {
        position: absolute;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;

        text-align: center;

        background-color: rgba(237, 236, 236, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav ul.menu-level2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 5px 20px;

        white-space: nowrap;

        color: #333;
    }
    .header .nav ul.menu-level2 > li > a:hover
    {
        color: #ec1922;
    }
}
@media (min-width: 1200px) and (max-width: 1560px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0 14px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav ul.menu-level1 > li
    {
        padding: 0 10px;
    }
}
@media (min-width: 1200px) and (max-width: 1199px)
{
    .header .nav ul.menu-level2
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;

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

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

        -webkit-transition: all .6s;
                transition: all .6s;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        text-align: left;

        color: #333;
        background-color: rgba(29,92,178,.9);

        -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;
    }
    .header .nav .close-menu
    {
        position: absolute;
        top: 15px;
        right: 15px;

        cursor: pointer;
    }
    .header .nav .close-menu .icon
    {
        font-size: 20px;
				color:#fff;
    }
    .header .nav .logo-nav
    {
        position: absolute;
        top: 15px;
        left: 15px;

        height: 40px;
    }
    .header .nav .logo-nav a
    {
        height: 100%;
    }
    .header .nav .logo-nav a img
    {
        height: 100%;
    }
    .header .nav .logo-nav p
    {
        line-height: 30px;

        display: block;

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

        color: #ec1922;
        border: 1px dashed #ec1922;
        border-radius: 30px;
    }
    .header .nav ul.menu-level1 > li
    {
        margin: .5em 0;

        text-align: center;
    }
    .header .nav ul.menu-level1 > li > a
    {
        font-size: 18px;
        line-height: 2;
        display: block;
        text-transform: capitalize;
				color:#fff;
    }
    .header .nav ul.menu-level2
    {
        font-size: 0;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav ul.menu-level2 > li
    {
        display: inline-block;

        padding: 0 10px;

        vertical-align: top;
    }
    .header .nav ul.menu-level2 > li a
    {
        font-size: 16px;

        display: block;

        text-align: center;
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .nav ul.menu-level2
    {
        display: none;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .nav ul.menu-level2
    {
        padding: 5px 0;
    }
}
@media (max-width: 1199px) and (max-width: 991px)
{
    .header .nav ul.menu-level2 > li a
    {
        font-size: 14px;
        line-height: 24px;

        color: #666;
    }
}
.header .open-search
{
    font-size: 14px;

    position: fixed;
    z-index: 2;
    top: 90px;
    left: 0;

    display: none;

    width: 100%;
    padding: 14px 0;

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

    display: inline-block;

    width: -webkit-calc(100% - 60px);
    width:         calc(100% - 60px);
}
.header .open-search form input
{
    line-height: 24px;

    width: 100%;
    padding: 4px 60px 4px 20px;

    color: #333;
    border: 1px solid #dcdcdc;
    outline: none;
}
.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: 32px;

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

    width: 40px;
    padding: 0;

    text-align: center;

    color: #999;
    background: none;
}
.header .open-search form .submit:before
{
    font-family: 'iconfont';
    font-size: 20px;

    content: '\e660';
}
.header .open-search form .submit:hover
{
    color: #999;
}
.header .open-search .search-close
{
    line-height: 30px;

    float: right;

    width: 60px;

    cursor: pointer;
    text-align: right;

    color: #fff;
}
.header .open-search .search-close:hover
{
    color: rgba(255, 255, 255, .8);
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header,
.header.header-in
{
    color: #333;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo .logo1,
.header.header-in .logo .logo1
{
    display: none;
}
.header.fixed-header .logo .logo2,
.header.header-in .logo .logo2
{
    display: block;
}
.header.fixed-header .tel,
.header.header-in .tel
{
    color: #333;
}
.open-nav .nav
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 70px;

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

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

    border-radius: 0;
    background-color: rgba(0, 0, 0, .8);
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

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

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

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

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

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 0;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        right: -60px;
        bottom: 90px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 48px;

    position: relative;

    display: block;

    width: 48px;
    height: 48px;
    margin-top: 4px;

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

    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}
.online-wrap .online a:hover
{
    text-decoration: none;
}
.online-wrap .online a:before
{
    font-size: 22px;
    font-weight: normal;

    color: #fff;
}
.online-wrap .online a:after
{
    display: block;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    opacity: .5;
    background-color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #898989;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 767px)
{
    .online-wrap .online a
    {
        line-height: 50px;

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

    padding-right: 5px;

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

    color: #fff;
    background-color: #b8080f;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
.online-wrap .online .cart
{
    position: relative;
}
.online-wrap .online .cart:before
{
    font-family: 'iconfont' !important;

    content: '\e633';
}
.online-wrap .online .cart span
{
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    color: #fff;
    border-radius: 50%;
    background-color: #ec1922;
}
.online-wrap .online .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .online .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .online .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e6a4';
}
.online-wrap .online .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e6b7';
}
.online-wrap .online .icon-line:before
{
    font-family: 'iconfont' !important;

    content: '\e640';
}
.online-wrap .online .icon-messenger:before
{
    font-family: 'iconfont' !important;

    content: '\e663';
}
.online-wrap .online .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e751';
}
.online-wrap .online .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .online .icon-arrow-top:before
{
    font-family: 'iconfont' !important;
    font-size: 26px !important;

    content: '\e614';
}
.online-wrap .online .icon-arrow-top:after
{
    display: none !important;
}
.online-wrap .online .code:before
{
    font-size: 24px;
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

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

    margin: 5px 0 8px 0;

    color: #888;
}
.xs-online
{
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #ec1922;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    overflow: hidden;

    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.mail > a:before
{
    font-weight: normal;

    content: '\e72e';
}
.xs-online ul li.whatsapp > a:before
{
    font-weight: normal;

    content: '\e621';
}
.xs-online ul li.feedback > a:before
{
    font-weight: normal;

    content: '\e826';
}
.xs-online ul li.top > a:before
{
    font-weight: normal;

    content: '\e60f';
}
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

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

    overflow: hidden;
}
@media (min-width: 1200px)
{
    .banner .item img
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 100%;
    }
}
@media (max-width: 1199px)
{
    .banner .item img
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .banner .item img
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .itempack
{
    position: relative;
}
.banner .slick-dots
{
    position: absolute;
    z-index: 6;
    bottom: 50px;

    display: block;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    position: relative;

    display: inline-block;

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

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

    border: 1px solid #fff;
    border-radius: 50%;
}
@media (max-width: 767px)
{
    .banner .slick-dots li
    {
        width: 20px;
        height: 20px;
    }
}
.banner .slick-dots li:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active:before
{
    opacity: 1;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    line-height: 60px;

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

    overflow: hidden;

    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: none;
    outline: none;
    background: none;
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        left: 8%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    content: '\e601';

    text-shadow: 0 0 4px #333;
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 2%;
    left: auto;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 10%;
    }
}
.banner .slick-arrow.slick-next:before
{
    right: 0;
    left: auto;

    content: '\e827';
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .txt
{
    position: absolute;
    top: 50%;

    width:90%;
	left: 5%;

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

    color: #fff;
}
@media (max-width: 767px)
{
    .banner .txt
    {
        padding: 0 6%;
    }
}
.banner .txt h2
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;
}
@media (max-width: 1199px)
{
    .banner .txt h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .banner .txt h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .txt h2
    {
        font-size: 20px;
    }
}
.banner .txt h2:after
{
    display: block;

    width: 429px;
    height: 4px;

    content: '';

    background: url(../images/l1.png) no-repeat center;
}
@media (max-width: 767px)
{
    .banner .txt h2:after
    {
        width: 200px;
    }
}
.banner .txt p
{
    font-size: 22px;
    line-height: 2.27272727;

    margin: 0;
}
@media (max-width: 1199px)
{
    .banner .txt p
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner .txt p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner .txt p
    {
        font-size: 14px;
        line-height: 1.2;
    }
}
.banner .slick-current .txt h2
{
    -webkit-animation: fadeInDown 1s 0.5s ease both;
            animation: fadeInDown 1s 0.5s ease both;
}
.banner .slick-current .txt p
{
    -webkit-animation: fadeInUp 1s 0.5s ease both;
            animation: fadeInUp 1s 0.5s ease both;
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 160%;
        margin-left: -30%;
    }
}
.banner-in .txt-inner
{
    position: absolute;
    top: 50%;

    width: 100%;

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

    color: #fff;
}
@media (max-width: 991px)
{
    .banner-in .txt-inner
    {
        top: 60%;
    }
}
.banner-in .txt-inner h3
{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .banner-in .txt-inner h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .txt-inner h3
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner-in .txt-inner h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner-in .txt-inner h3
    {
        font-size: 20px;
    }
}
.banner-in .txt-inner h4
{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;

    margin: 20px 0 0 0;
}
@media (max-width: 1470px)
{
    .banner-in .txt-inner h4
    {
        font-size: 22px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .txt-inner h4
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .banner-in .txt-inner h4
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .banner-in .txt-inner h4
    {
        font-size: 14px;

        margin-top: 10px;
    }
}
@-webkit-keyframes barrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px);

        opacity: 1;
    }
}
.barrow
{
    -webkit-animation-name: barrow;
            animation-name: barrow;
}
.p90
{
    padding-top: 90px;
}
@media (max-width: 1199px)
{
    .p90
    {
        padding: 50px 0;
    }
}
.slide-title
{
    text-align: center;
}
.slide-title h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    margin: 0;

    color: #ec1922;
}
@media (max-width: 1470px)
{
    .slide-title h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .slide-title h2
    {
        font-size: 24px;
    }
}
.slide-title h3
{
    font-size: 22px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    color: #666;
}
@media (max-width: 1470px)
{
    .slide-title h3
    {
        font-size: 20px;
    }
}
@media (max-width: 1350px)
{
    .slide-title h3
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .slide-title h3
    {
        font-size: 16px;
    }
}
.slide-title.white h2,
.slide-title.white h3
{
    color: #fff;
}
.slide-about .s-about
{
    font-size: 0;
}
.slide-about .s-about .about-l,
.slide-about .s-about .about-r
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.slide-about .s-about .about-l
{
    width: 45%;
    padding-right: 8%;
}
@media (max-width: 1199px)
{
    .slide-about .s-about .about-l
    {
        padding-right: 3%;
    }
}
@media (max-width: 767px)
{
    .slide-about .s-about .about-l
    {
        width: 100%;
        padding-right: 0;
    }
}
.slide-about .s-about .about-l .a-slide
{
    position: relative;
}
.slide-about .s-about .about-l .a-slide h3
{
    font-size: 64px;
    line-height: 1;

    position: absolute;
    bottom: -10px;
    left: 0;

    margin: 0;

    text-transform: uppercase;

    color:#AE0308;
}
@media (max-width: 1199px)
{
    .slide-about .s-about .about-l .a-slide h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .slide-about .s-about .about-l .a-slide h3
    {
        font-size: 30px;

        bottom: 0;
    }
}
.slide-about .s-about .about-l .a-slide h2
{
    font-size: 36px; font-weight:700;
    line-height: 1; color:#F8D4AC;

    margin: 0;
}
@media (max-width: 1199px)
{
    .slide-about .s-about .about-l .a-slide h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .slide-about .s-about .about-l .a-slide h2
    {
        font-size: 24px;
    }
}
.slide-about .s-about .about-l .about-txt
{
    display: -webkit-box;
    overflow: hidden;

    max-height: 144px;
    margin-top: 30px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; color:#fff;
}
.slide-about .s-about .about-l .about-txt p
{
    font-size: 18px;
    line-height: 36px;

    margin: 0;
}
@media (max-width: 991px)
{
    .slide-about .s-about .about-l .about-txt p
    {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .slide-about .s-about .about-l .about-txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.slide-about .s-about .about-l .more
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .slide-about .s-about .about-l .more
    {
        margin-top: 20px;
    }
}
.slide-about .s-about .about-l .more a
{
    line-height: 54px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 36px;

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

    border: 1px solid #e5e5e5;
    border-radius: 30px;
}
@media (max-width: 767px)
{
    .slide-about .s-about .about-l .more a
    {
        line-height: 44px;

        padding: 0 26px;
    }
}
.slide-about .s-about .about-l .more a:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

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

    background-color: #ec1922;
}
.slide-about .s-about .about-l .more a span
{
    position: relative;
    z-index: 2; color:#F8D4AC;
}
.slide-about .s-about .about-l .more a:hover
{
    color: #fff;
    border-color: #ec1922;
}
.slide-about .s-about .about-l .more a:hover:before
{
    width: 100%;
}
.slide-about .s-about .about-r
{
    width: 55%;
}
@media (max-width: 767px)
{
    .slide-about .s-about .about-r
    {
        width: 100%;
        margin-top: 30px;
    }
}
.slide-about .s-about .about-r img
{
    width: 100%;
}
.slide-about .a-number
{
    margin-top: 40px;
    padding-top: 20px;

    text-align: center;

    border-top: 1px solid #c7c7c7;
}
.slide-about .a-number ul li,
.inpage-about .a-number ul li,
.slide-about .number ul li,
.inpage-about .number ul li
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
.slide-about .a-number .group,
.inpage-about .a-number .group,
.slide-about .number .group,
.inpage-about .number .group
{
    display: inline-block;

    margin-top: 30px;

    text-align: left;
}
.slide-about .a-number .group h3,
.inpage-about .a-number .group h3,
.slide-about .number .group h3,
.inpage-about .number .group h3
{
    font-size: 100px;
    line-height: 1;

    margin: 0;

    color: #F8D4AC;
}
@media (max-width: 1470px)
{
    .slide-about .a-number .group h3,
    .inpage-about .a-number .group h3,
    .slide-about .number .group h3,
    .inpage-about .number .group h3
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .slide-about .a-number .group h3,
    .inpage-about .a-number .group h3,
    .slide-about .number .group h3,
    .inpage-about .number .group h3
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .slide-about .a-number .group h3,
    .inpage-about .a-number .group h3,
    .slide-about .number .group h3,
    .inpage-about .number .group h3
    {
        font-size: 50px;
    }
}
.slide-about .a-number .group h3 span,
.inpage-about .a-number .group h3 span,
.slide-about .number .group h3 span,
.inpage-about .number .group h3 span
{
    font-family: 'Bebas Neue';
}
.slide-about .a-number .group h3 sup,
.inpage-about .a-number .group h3 sup,
.slide-about .number .group h3 sup,
.inpage-about .number .group h3 sup
{
    font-size: 18px;

    top: 20px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .slide-about .a-number .group h3 sup,
    .inpage-about .a-number .group h3 sup,
    .slide-about .number .group h3 sup,
    .inpage-about .number .group h3 sup
    {
        font-size: 16px;
    }
}
.slide-about .a-number .group p,
.inpage-about .a-number .group p,
.slide-about .number .group p,
.inpage-about .number .group p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;color:#fff;
}
@media (max-width: 767px)
{
    .slide-about .a-number .group p,
    .inpage-about .a-number .group p,
    .slide-about .number .group p,
    .inpage-about .number .group p
    {
        font-size: 14px;
    }
}
.slide-culture
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 1199px)
{
    .slide-culture
    {
        height: 500px;
    }
}
@media (max-width: 767px)
{
    .slide-culture
    {
        height: 300px;
    }
}
.slide-culture ul
{
    height: 100%;
    margin: 0 !important;
    padding: 0;
}
.slide-culture ul li
{
    height: 100%;
    padding: 0 !important;
}
.slide-culture .c-group
{
    position: relative;

    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide-culture .c-group .c-txt
{
    position: relative;

    width: 100%;
    height: 100%;

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

    background-color: rgba(0, 0, 0, .4);
}
.slide-culture .c-group .c-txt .c-info
{
    position: absolute;
    bottom: 10%;

    padding: 0 8%;

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

    color: #fff;
}
.slide-culture .c-group .c-txt .t-txt h2
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .slide-culture .c-group .c-txt .t-txt h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .slide-culture .c-group .c-txt .t-txt h2
    {
        font-size: 24px;
    }
}
.slide-culture .c-group .c-txt .t-txt h2:after
{
    display: block;

    width: 71px;
    height: 4px;

    content: '';

    background: url(../images/l2.png) no-repeat center;
    background-size: cover;
}
.slide-culture .c-group .c-txt .t-txt h3
{
    font-family: 'ITC Avant Garde Gothic Book';
    font-size: 36px;
    line-height: 1.4;

    margin-top: 10px;

    text-transform: uppercase;
}
@media (max-width: 1199px)
{
    .slide-culture .c-group .c-txt .t-txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .slide-culture .c-group .c-txt .t-txt h3
    {
        font-size: 24px;
    }
}
.slide-culture .c-group .c-txt .not
{
    overflow: hidden;

    max-height: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
.slide-culture .c-group .c-txt .not p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px)
{
    .slide-culture .c-group .c-txt .not p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .slide-culture .c-group .c-txt .not p
    {
        font-size: 16px;
    }
}
.slide-culture .c-group:hover .c-txt
{
    background-color: rgba(236, 25, 34, .8);
}
.slide-culture .c-group:hover .c-txt .c-info
{
    bottom: 50%;

    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
}
.slide-culture .c-group:hover .c-txt .not
{
    max-height: 100vh;
}
.slide-news .t-slide
{
    text-align: center;
}
.slide-news .t-slide h2
{
    font-size: 42px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .slide-news .t-slide h2
    {
        font-size: 34px;
    }
}
@media (max-width: 991px)
{
    .slide-news .t-slide h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .slide-news .t-slide h2
    {
        font-size: 24px;
    }
}
.slide-news .news-slide
{
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
}
@media (max-width: 991px)
{
    .slide-news .news-slide
    {
        margin-right: -8px;
        margin-left: -8px;
    }
}
.slide-news .news-slide .slick-slide
{
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .slide-news .news-slide .slick-slide
    {
        padding: 0 8px;
    }
}
.slide-news .news-slide .group,
.inpage-news .news-slide .group,
.slide-news .news-top .group,
.inpage-news .news-top .group
{
    display: block;

    padding: 10px 10px 0 10px;

    background-color: #fff;
}
.slide-news .news-slide .group .i-box,
.inpage-news .news-slide .group .i-box,
.slide-news .news-top .group .i-box,
.inpage-news .news-top .group .i-box
{
    padding-bottom: 57.89473684%;
}
.slide-news .news-slide .group .i-box img,
.inpage-news .news-slide .group .i-box img,
.slide-news .news-top .group .i-box img,
.inpage-news .news-top .group .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.slide-news .news-slide .group .txt,
.inpage-news .news-slide .group .txt,
.slide-news .news-top .group .txt,
.inpage-news .news-top .group .txt
{
    padding: 24px 0 0 0;
}
.slide-news .news-slide .group .txt h3,
.inpage-news .news-slide .group .txt h3,
.slide-news .news-top .group .txt h3,
.inpage-news .news-top .group .txt h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .slide-news .news-slide .group .txt h3,
    .inpage-news .news-slide .group .txt h3,
    .slide-news .news-top .group .txt h3,
    .inpage-news .news-top .group .txt h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .slide-news .news-slide .group .txt h3,
    .inpage-news .news-slide .group .txt h3,
    .slide-news .news-top .group .txt h3,
    .inpage-news .news-top .group .txt h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
.slide-news .news-slide .group .txt .date,
.inpage-news .news-slide .group .txt .date,
.slide-news .news-top .group .txt .date,
.inpage-news .news-top .group .txt .date
{
    font-size: 16px;

    color: rgba(51, 51, 51, .7);
}
.slide-news .news-slide .group .txt p,
.inpage-news .news-slide .group .txt p,
.slide-news .news-top .group .txt p,
.inpage-news .news-top .group .txt p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 60px;
    margin: 14px 0 24px 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .slide-news .news-slide .group .txt p,
    .inpage-news .news-slide .group .txt p,
    .slide-news .news-top .group .txt p,
    .inpage-news .news-top .group .txt p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
        margin: 10px 0;
    }
}
.slide-news .news-slide .group .txt span.more,
.inpage-news .news-slide .group .txt span.more,
.slide-news .news-top .group .txt span.more,
.inpage-news .news-top .group .txt span.more
{
    font-size: 16px;
    line-height: 70px;

    display: block;

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

    color: #aeaeae;
    border-top: 1px solid #ececec;
}
@media (max-width: 991px)
{
    .slide-news .news-slide .group .txt span.more,
    .inpage-news .news-slide .group .txt span.more,
    .slide-news .news-top .group .txt span.more,
    .inpage-news .news-top .group .txt span.more
    {
        line-height: 50px;
    }
}
.slide-news .news-slide .group .txt span.more:after,
.inpage-news .news-slide .group .txt span.more:after,
.slide-news .news-top .group .txt span.more:after,
.inpage-news .news-top .group .txt span.more:after
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    margin-top: -4px;
    margin-left: 10px;

    content: '\e707';
    vertical-align: middle;
}
.slide-news .news-slide .group:hover .i-box img,
.inpage-news .news-slide .group:hover .i-box img,
.slide-news .news-top .group:hover .i-box img,
.inpage-news .news-top .group:hover .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.slide-news .news-slide .group:hover .txt h3,
.inpage-news .news-slide .group:hover .txt h3,
.slide-news .news-top .group:hover .txt h3,
.inpage-news .news-top .group:hover .txt h3
{
    color: #ec1922;
}
.slide-news .news-slide .group:hover .txt span.more,
.inpage-news .news-slide .group:hover .txt span.more,
.slide-news .news-top .group:hover .txt span.more,
.inpage-news .news-top .group:hover .txt span.more
{
    color: #ec1922;
}
@media (min-width: 1200px)
{
    .ani-slide .slide-about .s-about .about-l
    {
        -webkit-animation: fadeInLeft 1s 0s ease both;
                animation: fadeInLeft 1s 0s ease both;
    }
/*    .ani-slide .slide-about .s-about .about-r
    {
        -webkit-animation: fadeInRight 1s 0s ease both;
                animation: fadeInRight 1s 0s ease both;
    } */
    .ani-slide .slide-about .a-number
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
    .ani-slide .slide-culture ul li:nth-child(1)
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
    .ani-slide .slide-culture ul li:nth-child(2)
    {
        -webkit-animation: fadeInUp 1s .5s ease both;
                animation: fadeInUp 1s .5s ease both;
    }
    .ani-slide .slide-culture ul li:nth-child(3)
    {
        -webkit-animation: fadeInUp 1s 1s ease both;
                animation: fadeInUp 1s 1s ease both;
    }
    .ani-slide .slide-culture ul li:nth-child(4)
    {
        -webkit-animation: fadeInUp 1s 1.5s ease both;
                animation: fadeInUp 1s 1.5s ease both;
    }
    .ani-slide .slide-news .t-slide
    {
        -webkit-animation: fadeInDown 1s 0s ease both;
                animation: fadeInDown 1s 0s ease both;
    }
    .ani-slide .slide-news .news-slide
    {
        -webkit-animation: fadeInUp 1s 0s ease both;
                animation: fadeInUp 1s 0s ease both;
    }
    .ani-slideout .slide-about .s-about .about-l
    {
        -webkit-animation: fadeOutLeft 1s 0s ease both;
                animation: fadeOutLeft 1s 0s ease both;
    }
    .ani-slideout .slide-about .s-about .about-r
    {
        -webkit-animation: fadeOutRight 1s 0s ease both;
                animation: fadeOutRight 1s 0s ease both;
    }
    .ani-slideout .slide-about .a-number
    {
        -webkit-animation: fadeOutDown 1s 0s ease both;
                animation: fadeOutDown 1s 0s ease both;
    }
    .ani-slideout .slide-culture ul li:nth-child(1)
    {
        -webkit-animation: fadeOutDown 1s 1.5s ease both;
                animation: fadeOutDown 1s 1.5s ease both;
    }
    .ani-slideout .slide-culture ul li:nth-child(2)
    {
        -webkit-animation: fadeOutDown 1s 1s ease both;
                animation: fadeOutDown 1s 1s ease both;
    }
    .ani-slideout .slide-culture ul li:nth-child(3)
    {
        -webkit-animation: fadeOutDown 1s .5s ease both;
                animation: fadeOutDown 1s .5s ease both;
    }
    .ani-slideout .slide-culture ul li:nth-child(4)
    {
        -webkit-animation: fadeOutDown 1s 0s ease both;
                animation: fadeOutDown 1s 0s ease both;
    }
    .ani-slideout .slide-news .t-slide
    {
        -webkit-animation: fadeOutUp 1s 0s ease both;
                animation: fadeOutUp 1s 0s ease both;
    }
    .ani-slideout .slide-news .news-slide
    {
        -webkit-animation: fadeOutDown 1s 0s ease both;
                animation: fadeOutDown 1s 0s ease both;
    }
}
.footer-slide
{
    height: auto;
}
.footer
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;

    background: url(../images/footbg.jpg) top center;
	color:#fff;
}
.footer .foot
{
    font-size: 0;

    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 1660px)
{
    .footer .foot
    {
        padding: 40px 0;
    }
}
@media (max-width: 1199px)
{
    .footer .foot
    {
        padding: 30px 0;
    }
}
.footer .foot ul
{
    font-size: 0;
}
@media (min-width: 992px)
{
    .footer .foot ul
    {
        width: 100%;
        padding: 0;

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

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

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

    display: inline-block;

    max-width: 25%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .footer .foot ul li
    {
        width: 50%;
        max-width: 50%;
        margin: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .foot ul li
    {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}
.footer .foot .flogo img
{
    max-width: 140px;
}
@media (max-width: 767px)
{
    .footer .foot .flogo img
    {
        display: block;

        max-width: 80px;
        margin: 0 auto;
    }
}
.footer .foot .fshare
{
    max-width: 280px;
}
@media (max-width: 1199px)
{
    .footer .foot .fshare
    {
        max-width: 260px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .fshare
    {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot .fshare .ftel
{
    position: relative;
    /* padding-bottom: 14px;
    padding-left: 60px; */
    border-bottom: 1px solid #b0afaf;
		display: flex;
		align-items: center;
		justify-content: space-between;
}
.footer .foot .fshare .ftel:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    /* position: absolute;
    top: 0;
    left: 0; */

    content: '\e688';
}
.footer .foot .fshare .ftel p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 767px)
{
		.footer .foot .fshare .ftel {
			justify-content: flex-start;
		}
    .footer .foot .fshare .ftel p
    {
        font-size: 14px;
    }
		.footer .foot .fshare .ftel h3 {
			padding-left:20px;
		}
}
.footer .foot .fshare .ftel h3
{
    font-size: 28px;
    line-height: 40px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .foot .fshare .ftel h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .fshare .ftel h3
    {
        font-size: 20px;
    }
}
.footer .foot .fshare .ftxt
{
    margin-top: 10px;
}
.footer .foot .fshare .ftxt p
{
    font-size: 16px;
    line-height: 1.875;

    color: #fff;
}
@media (max-width: 767px)
{
    .footer .foot .fshare .ftxt p
    {
        font-size: 14px;
    }
}
.footer .foot .fshare .share
{
    margin-top: 20px;
}
@media (max-width: 767px)
{
    .footer .foot .fshare .share
    {
        margin-top: 10px;
    }
}
.footer .foot .fshare .share a
{
    font-weight: normal;
    line-height: 45px;

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

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

    color: #c9c8c8;
    border: none;
    background-color: #f0f0f0;

    -webkit-text-stroke-width: 0;
}
.footer .foot .fshare .share a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    content: '\e62d';
}
.footer .foot .fshare .share a:hover
{
    color: #fff;
    background-color: #ec1922;
}
.footer .foot .fshare .share .icon-wechat:before
{
    content: '\e604';
}
.footer .foot .fshare .share .icon-weibo:before
{
    content: '\e666';
}
.footer .foot .fshare .share .icon-qzone
{
    margin-right: 0;
}
.footer .foot .fshare .share .icon-qzone:before
{
    content: '\e667';
}
.footer .foot .title-foot
{
    position: relative;

    padding-left: 40px;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot
    {
        max-width: 100%;
        margin-top: 20px;
    }
}
.footer .foot .title-foot .icon
{
    font-size: 30px;

    position: absolute;
    left: 0;
}
.footer .foot .title-foot h3
{
    font-size: 24px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3
    {
        font-size: 20px;
    }
}
.footer .foot .flink
{
    max-width: 300px;
}
@media (max-width: 1199px)
{
    .footer .foot .flink
    {
        max-width: 340px;
    }
}
.footer .foot .flink .link
{
    padding-left: 30px;
}
.footer .foot .flink .link a
{
    font-size: 16px;
    line-height: 26px;

    display: inline-block;

    margin-top: 20px;
    padding: 6px;

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

    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}
@media (max-width: 1199px)
{
    .footer .foot .flink .link a
    {
        padding: 6px 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .flink .link a
    {
        font-size: 15px;

        margin-top: 10px;
    }
		.footer .foot .flink { display:none; }
		.footer .foot .ferweima { display:none; }
}
.footer .foot .flink .link a:hover
{
    color: #fff;
    border-color: #ec1922;
    background-color: #ec1922;
}
.footer .foot .ferweima .erweima
{
    max-width: 190px;
    margin-top: 20px;
    padding-left: 40px;

    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .foot .ferweima .erweima
    {
        max-width: 160px;
    }
}
.footer .foot .ferweima .erweima img
{
    max-width: 100%;
}
.footer .foot .ferweima .erweima p
{
    font-size: 16px;

    margin: 10px 0 0 0;
}
.footer .copyright
{
    font-size: 16px;
    line-height: 30px;
    padding: 25px 0;
    color: #fff;
}
@media (max-width: 1470px)
{
    .footer .copyright
    {
        padding: 20px 0;
    }
}
@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;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        line-height: 24px;
    }
}
.footer .copyright a.power
{
    line-height: 24px;

    display: inline-block;
    float: right;

    margin-left: 30px;
}
@media (max-width: 767px)
{
    .footer .copyright a.power
    {
        float: none;

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

    color: #ec1922;
}
.inpage
{
    overflow: hidden;

    padding: 120px 0;
}
@media (max-width: 1470px)
{
    .inpage
    {
        padding: 80px 0;
    }
}
@media (max-width: 991px)
{
    .inpage
    {
        padding: 40px 0;
    }
}
.title-in
{
    text-align: center;
}
.title-in h2
{
    font-size: 36px;
    line-height: 1;

    margin: 0;
}
@media (max-width: 1350px)
{
    .title-in h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title-in h2
    {
        font-size: 24px;
    }
}
.title-in h3
{
    font-family: 'Tungsten';
    font-size: 48px;
    line-height: 1;

    margin: 10px 0 0 0;

    text-transform: uppercase;

    color: #ec1922;
}
@media (max-width: 1350px)
{
    .title-in h3
    {
        font-size: 38px;
    }
}
@media (max-width: 991px)
{
    .title-in h3
    {
        font-size: 28px;
    }
}
.inpage-nav > ul
{
    margin: 0 -10px;
}
.inpage-nav > ul > li
{
    display: inline-block;

    padding: 0 10px;

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

    display: block;

    padding: 0 40px;

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

    background-color: #e5e5e5;
}
@media (max-width: 767px)
{
    .inpage-nav > ul > li > a
    {
        font-size: 16px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.inpage-nav > ul > li.active > a,
.inpage-nav > ul > li:hover > a
{
    color: #fff;
    background-color: #ec1922;
}
.inside-nav
{
    position: relative;

    overflow: hidden;

    text-align: center;

    border-bottom: 2px solid #ec1922;
    background: url(../images/cdbg.jpg);
}
@media (max-width: 991px)
{
    .inside-nav
    {
        border-bottom: none;
    }
}
@media (max-width: 991px)
{
    .inside-nav .flexwrap
    {
        display: block;
    }
}
.inside-nav .nav-wrap
{
    position: relative;
    z-index: 2;
}
@media (max-width: 991px)
{
    .inside-nav .nav-wrap
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap
    {
        background: none;
    }
}
.inside-nav .nav-wrap ul
{
    font-size: 0;
}
.inside-nav .nav-wrap ul > li
{
    position: relative;

    display: inline-block;

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

    position: relative;

    display: inline-block;

    padding: 20px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle; color:#fff;
}
@media (max-width: 1199px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .nav-wrap ul > li > a
    {
        font-size: 15px;

        padding: 10px;

        color: #fff;
    }
}
.inside-nav .nav-wrap ul > li.active:after,
.inside-nav .nav-wrap ul > li:hover:after
{
    color: #ec1922;
}
.inside-nav .nav-wrap ul > li.active > a,
.inside-nav .nav-wrap ul > li:hover > a
{
    color: #fff;
    background-color: #ec1922;
}
.inside-nav .location
{
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
@media (max-width: 991px)
{
    .inside-nav .location
    {
        font-size: 14px;

        display: block;
        float: none;

        border-top: 1px solid #dcdcdc;
    }
}
.inside-nav .location:before
{
    font-family: 'iconfont' !important;
    font-size: 14px;

    display: inline-block;

    margin-right: 4px;

    content: '\e9be';
    vertical-align: middle;
}
.inside-nav .location span,
.inside-nav .location ul
{
    display: inline-block;

    vertical-align: middle;
}
.inside-nav .location ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inside-nav .location ul > li:after
{
    content: '>';color: #fff;
}
.inside-nav .location ul > li:last-child a
{
    color: #fff;
}
.inside-nav .location ul > li:last-child:after
{
    display: none;
}
.inside-nav .location ul > li a
{
    display: inline-block;

    padding: 20px 4px;color:#fff;
}
@media (max-width: 1199px)
{
    .inside-nav .location ul > li a
    {
        padding: 10px 4px;
    }
}
@media (max-width: 767px)
{
    .inside-nav .location ul > li a
    {
        padding: 4px;
    }
}
.inside-nav .location ul > li a:hover
{
    text-decoration: underline;

    color: #ec1922;
}
.inpage-about .a-title h2
{
    font-size: 48px;
    font-weight: 300;
}
@media (max-width: 1470px)
{
    .inpage-about .a-title h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inpage-about .a-title h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inpage-about .a-title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .a-title h2
    {
        font-size: 24px;
    }
}
.inpage-about .a-title h3
{
    font-size: 24px;

    margin: 0;

    color: #ec1922;
}
@media (max-width: 1470px)
{
    .inpage-about .a-title h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-about .a-title h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-about .a-title h3
    {
        font-size: 14px;
    }
}
.inpage-about .about
{
    overflow: hidden;

    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inpage-about .about
    {
        margin-top: 30px;
    }
}
.inpage-video
{
    padding: 0;
}
.inpage-video .p-video .video-js
{
    width: 100%;
    padding-bottom: 48.4375%;
}
.inpage-video .p-video .video-js .play
{
    font-size: 80px;

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

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.inpage-video .p-video .video-js .play:after
{
    font-family: 'iconfont' !important;

    content: '\e72b';
}
.video-js .vjs-big-play-button
{
    top: 50%;
    left: 50%;

    width: 100%;
    height: auto;

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

    border: none;
    outline: none;
    background: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before
{
    font-family: 'iconfont' !important;
    font-size: 80px;

    position: relative;

    content: '\e72b';
}
@media (max-width: 767px)
{
    .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
    .video-js .vjs-play-control .vjs-icon-placeholder:before,
    .vjs-icon-play:before
    {
        font-size: 50px;
    }
}
.vjs-icon-placeholder
{
    line-height: 80px;

    display: block;

    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 50px;

    border-radius: 50%;
}
@media (max-width: 991px)
{
    .vjs-icon-placeholder
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
        margin-top: 20px;
    }
}
.video-js .vjs-big-play-button
{
    -webkit-transition: all .2s;
            transition: all .2s;
}
.video-js .vjs-big-play-button:before
{
    font-size: 48px;

    content: '';

    color: #fff;
}
@media (max-width: 1199px)
{
    .video-js .vjs-big-play-button:before
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .video-js .vjs-big-play-button:before
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .video-js .vjs-big-play-button:before
    {
        font-size: 24px;
    }
}
.video-js .vjs-big-play-button:hover
{
    color: #ec1922;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button
{
    background: none;
}
.inpage-chairman .chairman
{
    font-size: 0;
}
.inpage-chairman .chairman .chairman-l,
.inpage-chairman .chairman .chairman-r
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inpage-chairman .chairman .chairman-l,
    .inpage-chairman .chairman .chairman-r
    {
        width: 100%;
    }
}
.inpage-chairman .chairman .chairman-l
{
    padding-right: 5%;
}
.inpage-chairman .chairman .chairman-l img
{
    width: 100%;
}
@media (max-width: 991px)
{
    .inpage-chairman .chairman .chairman-r
    {
        margin-top: 30px;
    }
}
.inpage-chairman .chairman .chairman-r .title-chairman h2
{
    font-size: 48px;
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0;
    padding-bottom: 14px;

    border-bottom: 1px solid #ec1922;
}
@media (max-width: 1470px)
{
    .inpage-chairman .chairman .chairman-r .title-chairman h2
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .inpage-chairman .chairman .chairman-r .title-chairman h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-chairman .chairman .chairman-r .title-chairman h2
    {
        font-size: 24px;
    }
}
.inpage-chairman .chairman .chairman-r .title-chairman h2:before
{
    position: absolute;
    bottom: -2px;

    display: block;

    width: 70px;
    height: 3px;

    content: '';

    background-color: #ec1922;
}
.inpage-chairman .chairman .chairman-r .txt
{
    margin-top: 40px;
}
.inpage-chairman .chairman .chairman-r .txt h3
{
    font-size: 36px;
    font-weight: 300;
    line-height: 1.33333333;

    margin: 0;

    color: #ec1922;
}
@media (max-width: 1470px)
{
    .inpage-chairman .chairman .chairman-r .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-chairman .chairman .chairman-r .txt h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-chairman .chairman .chairman-r .txt h3
    {
        font-size: 20px;
    }
}
.inpage-culture .culture-txt h3
{
    font-size: 48px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-culture .culture-txt h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inpage-culture .culture-txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-culture .culture-txt h3
    {
        font-size: 20px;
    }
}
.inpage-culture .culture
{
    margin-top: 30px;
}
.inpage-culture .culture ul
{
    font-size: 0;
}
.inpage-culture .culture ul li
{
    font-size: 14px;

    display: inline-block;

    padding: 5px;

    vertical-align: top;
}
.inpage-culture .culture ul li:nth-child(1)
{
    width: 56.5%;
}
@media (max-width: 767px)
{
    .inpage-culture .culture ul li:nth-child(1)
    {
        width: 100%;
    }
}
.inpage-culture .culture ul li:nth-child(1) .i-box
{
    padding-bottom: 49.47368421%;
}
.inpage-culture .culture ul li:nth-child(2)
{
    width: 43.5%;
}
@media (max-width: 767px)
{
    .inpage-culture .culture ul li:nth-child(2)
    {
        width: 100%;
    }
}
.inpage-culture .culture ul li:nth-child(2) .i-box
{
    padding-bottom: 64.38356164%;
}
.inpage-culture .culture ul li:nth-child(3)
{
    width: 27.1%;
}
@media (max-width: 767px)
{
    .inpage-culture .culture ul li:nth-child(3)
    {
        width: 46.5%;
    }
}
.inpage-culture .culture ul li:nth-child(3) .i-box
{
    padding-bottom: 97.77777778%;
}
.inpage-culture .culture ul li:nth-child(4)
{
    width: 31.2%;
}
@media (max-width: 767px)
{
    .inpage-culture .culture ul li:nth-child(4)
    {
        width: 53.5%;
    }
}
.inpage-culture .culture ul li:nth-child(4) .i-box
{
    padding-bottom: 84.61538462%;
}
.inpage-culture .culture ul li:nth-child(5)
{
    width: 41.7%;
}
@media (max-width: 767px)
{
    .inpage-culture .culture ul li:nth-child(5)
    {
        width: 100%;
    }
}
.inpage-culture .culture ul li:nth-child(5) .i-box
{
    padding-bottom: 62.85714286%;
}
.inpage-culture .culture .itempack
{
    position: relative;
	overflow: hidden;
}
.inpage-culture .culture .itempack .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-culture .culture .itempack .txt
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

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

    color: #fff;
}
@media (max-width: 1199px)
{
    .inpage-culture .culture .itempack .txt
    {
        padding: 20px 15px;
    }
}
.inpage-culture .culture .itempack .txt h3
{
    font-size: 36px;
    line-height: 1.4;

    margin-top: 0;
}
@media (max-width: 1199px)
{
    .inpage-culture .culture .itempack .txt h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-culture .culture .itempack .txt h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-culture .culture .itempack .txt h3
    {
        font-size: 20px;
    }
}
.inpage-culture .culture .itempack .txt h3:after
{
    display: block;

    width: 140px;
    height: 2px;
    margin-top: 10px;

    content: '';

    background-color: #fff;
}
.inpage-culture .culture .itempack .txt p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inpage-culture .culture .itempack .txt p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-culture .culture .itempack .txt p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inpage-culture .culture .itempack .txt p
    {
        font-size: 12px;
    }
}
.inpage-culture .culture .itempack:hover .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-honor .honor-txt
{
    margin-top: 30px;
}
.inpage-honor .honor-txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;
}
@media (max-width: 767px)
{
    .inpage-honor .honor-txt p
    {
        font-size: 14px;
    }
}
.inpage-honor .honor .group
{
    display: block;

    margin-top: 30px;

    text-align: center;
}
.inpage-honor .honor .group .picbox
{
    padding: 10px;

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

    border: 1px solid #e5e5e5;
}
.inpage-honor .honor .group .picbox .i-box
{
    /* padding-bottom: 70%; */
}
.inpage-honor .honor .group .picbox  img
{
	width: 100%;
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-honor .honor .group p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 16px 0 0 0;

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

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inpage-honor .honor .group p
    {
        font-size: 14px;

        margin-top: 8px;
    }
}
.inpage-honor .honor .group:hover .picbox
{
    border-color: #ec1922;
}
.inpage-honor .honor .group:hover .picbox  img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-honor .honor .group:hover p
{
    color: #ec1922;
}
.inpage-green
{
    padding-bottom: 0;
}
.inpage-green .green-top
{
    padding-bottom: 80px;
}
@media (max-width: 991px)
{
    .inpage-green .green-top
    {
        padding-bottom: 50px;
    }
}
.inpage-green .green-top .title-green-top
{
    text-align: center;
}
.inpage-green .green-top .title-green-top h2
{
    font-size: 48px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-green .green-top .title-green-top h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inpage-green .green-top .title-green-top h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-green .green-top .title-green-top h2
    {
        font-size: 24px;
    }
}
.inpage-green .green-top .txt
{
    max-width: 1250px;
    margin: 0 auto;
    margin-top: 10px;

    text-align: center;
}
.inpage-green .green-top .txt p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-green .green-top .txt p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .inpage-green .green-top .txt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-green .green-top .txt p
    {
        font-size: 14px;
    }
}
.inpage-green .green
{
    overflow: hidden;

    background-color: #f8f8f8;
}
.inpage-green .green .green-info
{
    font-size: 0;
}
.inpage-green .green .green-nav,
.inpage-green .green .green-list
{
    font-size: 14px;

    display: inline-block;

    padding: 80px 0;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .inpage-green .green .green-nav,
    .inpage-green .green .green-list
    {
        padding: 50px 0;
    }
}
.inpage-green .green .green-nav
{
    position: relative;

    width: 420px;
    padding-right: 3%;
}
@media (max-width: 991px)
{
    .inpage-green .green .green-nav
    {
        width: 240px;
    }
}
@media (max-width: 767px)
{
    .inpage-green .green .green-nav
    {
        width: 100%;
        padding-right: 0;
    }
}
.inpage-green .green .green-nav:before
{
    position: absolute;
    top: -80px;
    left: -100%;

    display: block;

    width: 200%;
    height: 300%;

    content: '';

    background-color: #f2f0f0;
}
@media (max-width: 767px)
{
    .inpage-green .green .green-nav:before
    {
        display: none;
    }
}
.inpage-green .green .green-nav ul
{
    position: relative;
    z-index: 2;
}
.inpage-green .green .green-nav ul li
{
    border-bottom: 1px solid #dddddd;
}
.inpage-green .green .green-nav ul li a
{
    font-size: 20px;
    line-height: 36px;

    display: block;

    padding: 20px 10px;

    color: #333;
}
@media (max-width: 991px)
{
    .inpage-green .green .green-nav ul li a
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-green .green .green-nav ul li a
    {
        font-size: 16px;
        line-height: 24px;

        padding: 10px;
    }
}
.inpage-green .green .green-nav ul li.active a
{
    color: #ffffff;
	background-color: #ec1922;
}
.inpage-green .green .green-list
{
    width: -webkit-calc(100% - 420px);
    width:         calc(100% - 420px);
    padding-left: 5%;
}
@media (max-width: 991px)
{
    .inpage-green .green .green-list
    {
        width: -webkit-calc(100% - 240px);
        width:         calc(100% - 240px);
    }
}
@media (max-width: 767px)
{
    .inpage-green .green .green-list
    {
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }
}
.inpage-green .green .green-list .title-green h2
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-green .green .green-list .title-green h2
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .inpage-green .green .green-list .title-green h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-green .green .green-list .title-green h2
    {
        font-size: 20px;
    }
}
.inpage-green .green .green-list .txt
{
    margin-top: 20px;
}
.inpage-green .green .green-list .txt img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-industry .title-industry
{
    text-align: center;
}
.inpage-industry .title-industry h2
{
    font-size: 48px;
    line-height: 63px;

    display: inline-block;

    margin: 0;
    padding: 0 60px;

    background: url(../images/yinhao.png) no-repeat center left;
    background-size: contain;
}
@media (max-width: 1470px)
{
    .inpage-industry .title-industry h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .inpage-industry .title-industry h2
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .inpage-industry .title-industry h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .inpage-industry .title-industry h2
    {
        font-size: 24px;
        line-height: 40px;
    }
}
.inpage-industry .industry
{
    margin-top: 50px;
}
@media (min-width: 768px)
{
    .inpage-industry .industry ul li:nth-child(2n) .group .picbox
    {
        left: 50%;
    }
    .inpage-industry .industry ul li:nth-child(2n) .group .desc
    {
        right: 50%;
    }
}
.inpage-industry .industry .group
{
    font-size: 0;

    margin-top: 20px;

    background-color: #f9f9f9;
}
.inpage-industry .industry .group .picbox,
.inpage-industry .industry .group .desc
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inpage-industry .industry .group .picbox,
    .inpage-industry .industry .group .desc
    {
        width: 100%;
    }
}
.inpage-industry .industry .group .picbox img
{
    width: 100%;
}
.inpage-industry .industry .group .desc
{
    padding: 30px 5%;
}
@media (max-width: 767px)
{
    .inpage-industry .industry .group .desc
    {
        padding: 20px 15px;
    }
}
.inpage-industry .industry .group .desc .t-desc h3
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-industry .industry .group .desc .t-desc h3
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .inpage-industry .industry .group .desc .t-desc h3
    {
        font-size: 20px;
    }
}
.inpage-industry .industry .group .desc .tt
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .inpage-industry .industry .group .desc .tt
    {
        margin-top: 10px;
    }
}
.inpage-industry .industry .group .desc .tt p
{
    font-size: 20px;
    line-height: 1.8;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
@media (max-width: 1470px)
{
    .inpage-industry .industry .group .desc .tt p
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .inpage-industry .industry .group .desc .tt p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-industry .industry .group .desc .tt p
    {
        font-size: 14px;
    }
}
.inpage-strategic-top
{
    background-color: #fbfbfb;
}
@media (min-width: 1200px)
{
    .inpage-strategic-top
    {
        padding: 80px 0;
    }
}
.inpage-strategic-top .strategic-top
{
    background: url(../images/yinhao.png) no-repeat top left;
}
.inpage-strategic-top .strategic-top p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-strategic-top .strategic-top p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-strategic .title-strategic
{
    text-align: center;
}
.inpage-strategic .title-strategic h2
{
    font-size: 36px;
    line-height: 1.66666667;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-strategic .title-strategic h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-strategic .title-strategic h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-strategic .title-strategic h2
    {
        font-size: 20px;
    }
}
.inpage-strategic .strategic
{
    font-size: 0;

    margin-top: 60px;

    background-color: #f9f9f9;
}
@media (max-width: 767px)
{
    .inpage-strategic .strategic
    {
        margin-top: 30px;
    }
}
.inpage-strategic .strategic .picbox,
.inpage-strategic .strategic .desc
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inpage-strategic .strategic .picbox,
    .inpage-strategic .strategic .desc
    {
        width: 100%;
    }
}
.inpage-strategic .strategic .picbox
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .inpage-strategic .strategic .picbox img
    {
        width: 100%;
    }
}
.inpage-strategic .strategic .desc
{
    padding: 30px;
}
@media (max-width: 767px)
{
    .inpage-strategic .strategic .desc
    {
        padding: 20px 14px;
    }
}
.inpage-strategic .strategic .desc p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    text-indent: 2em;

    color: #666;
}
@media (max-width: 1560px)
{
    .inpage-strategic .strategic .desc p
    {
        line-height: 1.875;
    }
}
@media (max-width: 1350px)
{
    .inpage-strategic .strategic .desc p
    {
        font-size: 15px;
        line-height: 26px;
    }
}
@media (max-width: 767px)
{
    .inpage-strategic .strategic .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-news
{
    background: url(../images/news_in_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inpage-news
    {
        padding: 80px 0;
    }
}
.inpage-news .news-top
{
    margin-top: -30px;
}
.inpage-news .news-top .group
{
    margin-top: 30px;
}
.inpage-news .news
{
    margin-top: 60px;
}
@media (max-width: 767px)
{
    .inpage-news .news
    {
        margin-top: 30px;
    }
}
.inpage-news .news .group
{
    font-size: 0;

    display: block;

    margin-top: 30px;
    padding: 24px 0;

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

    background-color: #fff;
}
@media (max-width: 767px)
{
    .inpage-news .news .group
    {
        margin-top: 20px;
    }
}
.inpage-news .news .group .date,
.inpage-news .news .group .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inpage-news .news .group .date
{
    font-family: 'Bebas Neue';

    width: 140px;

    text-align: center;

    color: #e3e4e5;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 767px)
{
    .inpage-news .news .group .date
    {
        width: 100px;
    }
}
.inpage-news .news .group .date b
{
    font-size: 70px;
    font-weight: normal;
    line-height: 1;

    display: block;

    margin: 0;
}
@media (max-width: 767px)
{
    .inpage-news .news .group .date b
    {
        font-size: 50px;
    }
}
.inpage-news .news .group .date span
{
    font-size: 20px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-news .news .group .date span
    {
        font-size: 16px;
    }
}
.inpage-news .news .group .txt
{
    width: -webkit-calc(100% - 140px);
    width:         calc(100% - 140px);
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .inpage-news .news .group .txt
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.inpage-news .news .group .txt h3
{
    font-size: 26px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

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

        height: 24px;
    }
}
.inpage-news .news .group .txt p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 6px 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inpage-news .news .group .txt p
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.inpage-news .news .group .txt .more
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    color: #a3a2a2;
}
@media (max-width: 767px)
{
    .inpage-news .news .group .txt .more
    {
        font-size: 14px;
    }
}
.inpage-news .news .group:hover
{
    background-color: #ec1922;
}
.inpage-news .news .group:hover .date
{
    color: #fec5c8;
}
.inpage-news .news .group:hover .txt p
{
    color: #fec5c8;
}
.inpage-news .news .group:hover .txt h3,
.inpage-news .news .group:hover .txt .more
{
    color: #fff;
}
.inpage-news-show
{
    background-color: #f5f5f5;
}
@media (min-width: 1200px)
{
    .inpage-news-show
    {
        padding: 80px 0;
    }
}
.inpage-news-show .news-show-box
{
    padding: 70px 0;

    background-color: #fff;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-show-box
    {
        padding: 30px 0;
    }
}
.inpage-news-show .news-left
{
    padding: 0 50px;

    border-right: 1px solid #e5e5e5;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-left
    {
        padding: 0 15px;
    }
}
.inpage-news-show .title-news h1
{
    font-size: 32px;
    line-height: 1.53846154;

    display: block;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-news-show .title-news h1
    {
        font-size: 28px;
    }
}
@media (max-width: 991px)
{
    .inpage-news-show .title-news h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .title-news h1
    {
        font-size: 20px;
    }
}
.inpage-news-show .share-list
{
    overflow: hidden;

    margin-top: 10px;

    border-bottom: 1px solid #e5e5e5;
}
.inpage-news-show .share-list .date,
.inpage-news-show .share-list .view
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    vertical-align: top;

    color: #b9b8b8;
}
.inpage-news-show .share-list .date
{
    margin-right: 20px;
}
.inpage-news-show .share-list .share
{
    float: right;
}
@media (max-width: 767px)
{
    .inpage-news-show .share-list .share
    {
        float: none;
    }
}
.inpage-news-show .share-list .share a
{
    font-weight: normal;
    line-height: 30px;

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

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

    color: #c9c8c8;
    border: none;

    -webkit-text-stroke-width: 0;
}
.inpage-news-show .share-list .share a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;
    font-weight: normal;

    content: '\e62d';
}
.inpage-news-show .share-list .share a:hover
{
    color: #ec1922;
    background: none;
}
.inpage-news-show .share-list .share .icon-wechat:before
{
    content: '\e604';
}
.inpage-news-show .share-list .share .icon-weibo
{
    margin-right: 0;
}
.inpage-news-show .share-list .share .icon-weibo:before
{
    content: '\e666';
}
.inpage-news-show .share-list .share .icon-twitter:before
{
    content: '\e60b';
}
.inpage-news-show .news-show
{
    font-size: 16px;
    line-height: 30px;

    overflow: hidden;

    margin-top: 20px;

    color: #666;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-show
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-news-show .news-show p
{
    margin: 0;
}
.inpage-news-show .news-show img
{
    max-width: 100%;
    height: auto !important;
}
.inpage-news-show .news-relate
{
    position: relative;

    margin-top: 80px;
    padding-top: 40px;
    padding-right: 150px;

    border-top: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate
    {
        margin-top: 40px;
        padding-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-relate
    {
        padding-right: 0;
    }
}
.inpage-news-show .news-relate .prev,
.inpage-news-show .news-relate .next
{
    margin-top: 10px;
}
.inpage-news-show .news-relate .prev a,
.inpage-news-show .news-relate .next a
{
    font-size: 18px;
    line-height: 40px;

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

    height: 40px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate .prev a,
    .inpage-news-show .news-relate .next a
    {
        font-size: 16px;
    }
}
.inpage-news-show .news-relate .prev a span,
.inpage-news-show .news-relate .next a span
{
    display: inline-block;

    margin-right: 10px;
    padding: 0 24px;

    color: #fff;
    border-radius: 30px;
    background-color: #ec1922;
}
.inpage-news-show .news-relate .prev a:hover,
.inpage-news-show .news-relate .next a:hover
{
    color: #ec1922;
}
.inpage-news-show .news-relate .return
{
    font-size: 20px;
    line-height: 58px;

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

    display: inline-block;

    width: 130px;
    height: 58px;

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

    color: #ec1922;
    border: 1px solid #ec1922;
    border-radius: 40px;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-relate .return
    {
        font-size: 18px;
        line-height: 48px;

        height: 48px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-relate .return
    {
        font-size: 16px;

        position: relative;
        top: 0;

        display: block;

        margin-top: 20px;
    }
}
.inpage-news-show .news-relate .return:hover
{
    color: #fff;
    background-color: #ec1922;
}
.inpage-news-show .news-right
{
    padding: 0 30px 0 0;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-right
    {
        margin-top: 30px;
        padding: 0 15px;
    }
}
.inpage-news-show .news-right .title-news-right h2
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-news-show .news-right .title-news-right h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .inpage-news-show .news-right .title-news-right h2
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inpage-news-show .news-right .title-news-right h2
    {
        font-size: 20px;
    }
}
.inpage-news-show .news-right .list .group
{
    display: block;

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

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

    border-bottom: 1px solid #eee;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-right .list .group
    {
        margin-top: 10px;
    }
}
.inpage-news-show .news-right .list .group h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-news-show .news-right .list .group h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .inpage-news-show .news-right .list .group h3
    {
        font-size: 16px;
    }
}
.inpage-news-show .news-right .list .group p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inpage-news-show .news-right .list .group p
    {
        font-size: 14px;
        line-height: 24px;

        max-height: 48px;
    }
}
@media (min-width: 1200px)
{
    .inpage-news-show .news-right .list .group:hover h3
    {
        color: #ec1922;
    }
}
.inpage-invideo .video .group
{
    position: relative;

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

    border: 18px solid #f1f1f1;
}
@media (max-width: 1199px)
{
    .inpage-invideo .video .group
    {
        border-width: 10px;
    }
}
@media (max-width: 991px)
{
    .inpage-invideo .video .group
    {
        border-width: 5px;
    }
}
.inpage-invideo .video .group .i-box
{
    padding-bottom: 53.84615385%;
}
.inpage-invideo .video .group .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-invideo .video .group .txt
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 0 90px 0 18px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}
.inpage-invideo .video .group .txt h3
{
    font-size: 18px;
    line-height: 70px;

    display: -webkit-box;
    overflow: hidden;

    height: 70px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-invideo .video .group .txt h3
    {
        font-size: 16px;
        line-height: 50px;

        height: 50px;
    }
}
.inpage-invideo .video .group .txt .play
{
    font-size: 30px;
    line-height: 70px;

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

    width: 90px;

    cursor: pointer;
    text-align: center;
}
@media (max-width: 991px)
{
    .inpage-invideo .video .group .txt .play
    {
        line-height: 50px;
    }
}
.inpage-invideo .video .group .txt .play:before
{
    font-family: 'iconfont' !important;

    content: '\e72b';
}
.inpage-invideo .video .group .txt .play:hover
{
    color: #ec1922;
}
.inpage-invideo .video .group:hover
{
    border-color: #ec1922;
}
.inpage-invideo .video .group:hover .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-announcement .announcement
{
    margin-top: -30px;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement
    {
        margin-top: -20px;
    }
}
.inpage-announcement .announcement .group
{
    font-size: 0;

    display: block;

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

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

    border-bottom: 2px solid #e3e3e3;
    background-color: #f5f7fa;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group
    {
        margin-top: 20px;
        padding: 20px 0;
    }
}
.inpage-announcement .announcement .group .date,
.inpage-announcement .announcement .group .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inpage-announcement .announcement .group .date
{
    font-family: Arial, Helvetica, sans-serif;

    width: 120px;

    text-align: center;

    color: #d9d7d7;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .date
    {
        width: 100px;
    }
}
.inpage-announcement .announcement .group .date b
{
    font-size: 48px;
    font-weight: 900;
    line-height: 1.4;

    display: block;

    margin: 0;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .date b
    {
        font-size: 40px;
    }
}
.inpage-announcement .announcement .group .date span
{
    font-size: 16px;

    display: block;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .date span
    {
        font-size: 14px;
    }
}
.inpage-announcement .announcement .group .txt
{
    width: -webkit-calc(100% - 120px);
    width:         calc(100% - 120px);
    padding: 0 20px;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .txt
    {
        width: -webkit-calc(100% - 100px);
        width:         calc(100% - 100px);
    }
}
.inpage-announcement .announcement .group .txt h3
{
    font-size: 24px;
    line-height: 30px;

    position: relative;

    display: -webkit-box;
    overflow: hidden;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-announcement .announcement .group .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .txt h3
    {
        font-size: 18px;
        line-height: 24px;

        height: 24px;
    }
}
.inpage-announcement .announcement .group .txt h3:before
{
    position: absolute;
    top: 4px;
    left: 0;

    display: block;

    width: 21px;
    height: 23px;

    content: '';

    background: url(../images/pdf.png) no-repeat center;
}
.inpage-announcement .announcement .group .txt .link
{
    margin-top: 30px;

    text-align: right;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .txt .link
    {
        margin-top: 16px;
    }
}
.inpage-announcement .announcement .group .txt .link a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

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

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

    color: #9e9d9d;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .inpage-announcement .announcement .group .txt .link a
    {
        font-size: 14px;

        margin-left: 10px;
        padding: 0 20px;
    }
}
.inpage-announcement .announcement .group:hover
{
    border-bottom-color: #ec1922;
}
.inpage-announcement .announcement .group:hover .txt h3
{
    color: #ec1922;
}
.inpage-announcement .announcement .group:hover .link a
{
    color: #fff;
    background-color: #595959;
}
.inpage-announcement .announcement .group:hover .link a.more
{
    background-color: #ec1922;
}
.inpage-talents .talents
{
    margin-top: -60px;
}
@media (max-width: 1199px)
{
    .inpage-talents .talents
    {
        margin-top: -30px;
    }
}
@media (min-width: 1200px)
{
    .inpage-talents .talents ul
    {
        margin: 0 -36px;
    }
}
@media (min-width: 1200px)
{
    .inpage-talents .talents ul li
    {
        padding: 0 36px;
    }
}
.inpage-talents .talents ul li:nth-child(1) .group
{
    position: relative;
}
.inpage-talents .talents ul li:nth-child(1) .group .picbox
{
    overflow: hidden;

    border-radius: 30px 30px 0 0;
}
.inpage-talents .talents ul li:nth-child(1) .group .picbox .i-box
{
    padding-bottom: 40.47619048%;
}
@media (min-width: 1200px)
{
    .inpage-talents .talents ul li:nth-child(1) .group .txt
    {
        position: absolute;
        top: 50%;
        right: 30px;

        width: 48%;
        margin: 0;
        padding: 60px 40px;

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

        background-color: rgba(236, 25, 34, .7);
    }
    .inpage-talents .talents ul li:nth-child(1) .group .txt p
    {
        color: #fff;
    }
}
.inpage-talents .talents .group
{
    margin-top: 60px;
	overflow: hidden;
}
@media (max-width: 1199px)
{
    .inpage-talents .talents .group
    {
        margin-top: 30px;
    }
}
.inpage-talents .talents .group .picbox .i-box
{
    padding-bottom: 61.25%;
}
.inpage-talents .talents .group .txt
{
    margin-top: 40px;
}
@media (max-width: 991px)
{
    .inpage-talents .talents .group .txt
    {
        margin-top: 20px;
    }
}
.inpage-talents .talents .group .txt p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    text-indent: 2em;

    color: #666;
		text-align:justify;
}
@media (max-width: 991px)
{
    .inpage-talents .talents .group .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-environment .environment
{
    margin-top: -40px;
}
@media (max-width: 991px)
{
    .inpage-environment .environment
    {
        margin-top: -30px;
    }
}
.inpage-environment .environment .group
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .inpage-environment .environment .group
    {
        margin-top: 30px;
    }
}
.inpage-environment .environment .group .i-box
{
    /*padding-bottom: 68.75%;*/
}
.inpage-environment .environment .group .i-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-environment .environment .group .txt
{
    margin-top: 10px;
}
.inpage-environment .environment li .txt2
{
    margin-top: 20px;margin-bottom: 30px;display: flex;justify-content: center;
}
.inpage-environment .environment li .txt2 span
{
    border:1px solid #CFB28D;border-radius: 55px; padding:6px 20px; display:block; margin-left:10px; margin-right:10px;
}
.inpage-environment .environment .group .txt p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.inpage-environment .environment .group:hover .i-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-environment .environment .group:hover p
{
    color: #ec1922;
}
.inpage-join .stfix
{
    font-size: 0;
}
.inpage-join .stfix .join-left,
.inpage-join .stfix .join-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}

@media(max-width:1199px){

	.inpage-join .stfix .join-left{

		display: none;

	}

}
.inpage-join .stfix .join-left
{
    width: 290px;
}
.inpage-join .stfix .join-right
{
    width: -webkit-calc(100% - 290px);
    width:         calc(100% - 290px);
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .inpage-join .stfix .join-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inpage-join .join-tel
{
    padding: 100px 10px;

    background: url(../images/join_bg.jpg) no-repeat center;
}
.inpage-join .join-tel .tel
{
    padding: 30px 10px;

    background-color: #fff;
}
.inpage-join .join-tel .tel h3
{
    font-size: 28px;
    line-height: 40px;
}
.inpage-join .join-tel .tel h3 .icon
{
    font-size: 30px;

    display: inline-block;

    vertical-align: middle;
}
.inpage-join .join-tel .tel p
{
    font-size: 34px;
    line-height: 1.4;

    margin: 0;

    color: #ec1922;
}
.inpage-join .join-search form
{
    position: relative;

    padding-right: 160px;
}
.inpage-join .join-search form .submit
{
    font-size: 16px;
    line-height: 70px;

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

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

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

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #ec1922;
}
.inpage-join .join-search form .submit:hover
{
    background-color: #b8080f;
}
.inpage-join .join-search input
{
    font-size: 16px;
    line-height: 30px;

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

    color: #333;
    border: 1px solid #e5e5e5;
    outline: none;
}
@media (max-width: 991px)
{
    .inpage-join .join-search input
    {
        height: 50px;
        padding: 10px;
    }
}
.inpage-join .join-search input::-webkit-input-placeholder,
.inpage-join .join-search textarea::-webkit-input-placeholder
{
    color: #333;
}
.inpage-join .join-search input:-o-placeholder,
.inpage-join .join-search textarea:-o-placeholder
{
    color: #333;
}
.inpage-join .join-search input::-moz-placeholder,
.inpage-join .join-search textarea::-moz-placeholder
{
    color: #333;
}
.inpage-join .join-search input:-ms-input-placeholder,
.inpage-join .join-search textarea:-ms-input-placeholder
{
    color: #333;
}
.inpage-join .join-search input:focus::-webkit-input-placeholder,
.inpage-join .join-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inpage-join .join-search input:focus::-o-placeholder,
.inpage-join .join-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inpage-join .join-search input:focus::-moz-placeholder,
.inpage-join .join-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inpage-join .join-search input:focus::-ms-input-placeholder,
.inpage-join .join-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inpage-join .join
{
    margin-top: 30px;

    border: 1px solid #e5e5e5;
}
.inpage-join .join .title-join > ul
{
    font-size: 0;
}
.inpage-join .join .title-join > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 14.28571429%;
    padding: 0 10px;

    vertical-align: middle;
}
@media (max-width: 991px)
{
    .inpage-join .join .title-join > ul > li
    {
        padding: 0 10px;
    }
}
.inpage-join .join .title-join p
{
    margin: 0;
}
.inpage-join .join .title-join
{
    line-height: 30px;

    padding: 20px 0;

    background-color: #eee;
}
@media (max-width: 991px)
{
    .inpage-join .join .title-join
    {
        line-height: 24px;

        padding: 15px 0;
    }
}
.inpage-join .join .title-join p
{
    font-size: 16px;
}
@media (max-width: 991px)
{
    .inpage-join .join .title-join p
    {
        font-size: 14px;
    }
}
.inpage-join .join-list
{
    clear: both;
}
.inpage-join .join-list > ul > li
{
    border-bottom: 1px solid #e5e5e5;
}
.inpage-join .join-list > ul > li:last-child
{
    border-bottom: none;
}
.inpage-join .join-list .title-item
{
    cursor: pointer;
    text-align: left;
}
.inpage-join .join-list .title-item > ul
{
    font-size: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.inpage-join .join-list .title-item > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 14.28571429%;
    padding: 0 10px;

    vertical-align: top;

    border-right: 1px solid #e5e5e5;
}
@media (max-width: 767px)
{
    .inpage-join .join-list .title-item > ul > li
    {
        padding: 0 4px;
    }
}
.inpage-join .join-list .title-item > ul > li:last-child
{
    border-right: none;
}
.inpage-join .join-list .title-item > ul > li:last-child p:after
{
    content: '+';
}
.inpage-join .join-list .title-item p
{
    font-size: 16px;
    line-height: 30px;

    padding: 15px 0;
}
@media (max-width: 991px)
{
    .inpage-join .join-list .title-item p
    {
        font-size: 14px;
        line-height: 24px;

        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .inpage-join .join-list .title-item p
    {
        font-size: 12px;
        line-height: 18px;
    }
}
.inpage-join .join-list .desc
{
    font-size: 16px;
    line-height: 30px;

    display: none;
    overflow: hidden;

    padding: 30px 3%;

    color: #666;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .inpage-join .join-list .desc
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-join .join-list .desc p
{
    margin: 0;
}
.inpage-join .join-list .desc h3
{
    font-size: 18px;
    line-height: 24px;

    margin: 0;

    color: #ec1922;
}
@media (max-width: 991px)
{
    .inpage-join .join-list .desc h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inpage-join .join-list .desc h3
    {
        font-size: 14px;
    }
}
.inpage-join .join-list .link
{
    margin-top: 30px;
}
.inpage-join .join-list .link a
{
    font-size: 16px;
    line-height: 56px;

    display: inline-block;

    padding: 0 50px;

    color: #fff;
    background-color: #ec1922;
}
@media (max-width: 767px)
{
    .inpage-join .join-list .link a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 30px;
    }
}
.inpage-join .join-list .link a:hover
{
    background-color: #b8080f;
}
.inpage-join .join-list .current .title-item
{
    background-color: #f3f3f3;
}
.inpage-join .join-list .current .title-item > ul > li:last-child p:after
{
    content: '-';
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}
.fixed-message
{
    position: fixed;
    z-index: 11;
    top: 50%;
    left: 0;

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

    width: 100%;
    max-height: 90%;
    padding: 20px 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .fixed-message
    {
        padding: 20px;
    }
}
.fixed-message .messageinfo
{
    position: relative;

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

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

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

    display: block;

    margin: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .fixed-message .title-message h3
    {
        font-size: 18px;
    }
}
.fixed-message .title-message .m-close
{
    position: absolute;
    top: -20px;
    right: -20px;

    float: right;

    width: 42px;
    height: 42px;

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

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

    display: block;

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

    overflow: hidden;

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

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

    width: 110px;
    margin: 0;

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

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

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

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    background: #fff;
}
.fixed-message .radio
{
    font-size: 18px;
    line-height: 30px;

    display: inline-block;

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

    cursor: pointer;
    vertical-align: middle;
}
@media (max-width: 767px)
{
    .fixed-message .radio
    {
        font-size: 15px;
    }
}
.fixed-message .radio input[type='radio']
{
    position: absolute;

    opacity: 0;
}
.fixed-message .radio input[type='radio'] + .radio-label:before
{
    position: relative;
    top: 6px;

    display: inline-block;

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

    content: '';
    cursor: pointer;
    -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
    text-align: center;
    vertical-align: top;

    border: 1px solid #b4b4b4;
    border-radius: 100%;
    background: #f4f4f4;
}
.fixed-message .radio input[type='radio']:checked + .radio-label:before
{
    background-color: #ec1922;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.fixed-message .radio input[type='radio']:focus + .radio-label:before
{
    border-color: #ec1922;
    outline: none;
}
.fixed-message .radio input[type='radio'] + .radio-label:empty:before
{
    margin-right: 0;
}
.fixed-message .item-1
{
    padding-left: 0;

    text-align: center;
}
.fixed-message .btn
{
    font-size: 18px;
    line-height: 40px;

    display: inline-block;

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

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

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

    color: #333;
    background-color: #cecece;
}
@media (max-width: 991px)
{
    .fixed-message .btn.reset
    {
        margin-right: 20px;
    }
}
.fixed-message .btn:hover
{
    background-color: #b8080f;
}
.inpage-political .title-political
{
    text-align: center;
}
.inpage-political .title-political h2
{
    font-size: 32px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .inpage-political .title-political h2
    {
        font-size: 28px;
    }
}
@media (max-width: 1199px)
{
    .inpage-political .title-political h2
    {
        font-size: 24px;
    }
}
.inpage-political .political-top
{
    position: relative;
}
.inpage-political .political-top .p-img .i-box
{
    overflow: hidden;

    width: 0;
    margin: 0 auto;
    padding-bottom: 35.05644682%;

    -webkit-transition: all 1s;
            transition: all 1s;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inpage-political .political-top .p-img .i-box
    {
        padding-bottom: 130%;
    }
}
@media (max-width: 1199px)
{
    .inpage-political .political-top .p-img .i-box
    {
        width: 100%;
    }
}
.inpage-political .political-top .p-img .leftline
{
    position: absolute;

    width: 50px;
    height: 100%;

    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inpage-political .political-top .p-img .leftline
    {
        width: 30px;
    }
}
.inpage-political .political-top .p-img .rightline
{
    position: absolute;
    right: 0;

    width: 50px;
    height: 100%;

    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
@media (max-width: 767px)
{
    .inpage-political .political-top .p-img .rightline
    {
        width: 30px;
    }
}
.inpage-political .political-top .p-img.animated .i-box
{
    width: 100%;
}
.inpage-political .political-top .txt
{
    position: absolute;
    top: 50%;
    left: 20%;

    width: 60%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 1470px)
{
    .inpage-political .political-top .txt
    {
        left: 11%;

        width: 78%;
    }
}
.inpage-political .political-top .txt p
{
    font-size: 18px;
    line-height: 2;

    margin: 0;

    text-indent: 2em;

    color: #666;
		text-align: justify;
}
@media (max-width: 1470px)
{
    .inpage-political .political-top .txt p
    {
        font-size: 16px;
        line-height: 1.875;
    }
}
@media (max-width: 991px)
{
    .inpage-political .political-top .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inpage-political .political
{
    margin-top: 60px;
}
.inpage-political .political h3
{
    font-size: 20px;
    line-height: 30px;

    position: relative;

    margin: 0;
    padding-left: 40px;

    color: #ec1922;
}
@media (max-width: 991px)
{
    .inpage-political .political h3
    {
        font-size: 18px;
    }
}
.inpage-political .political h3:before
{
    position: absolute;
    top: 2px;
    left: 0;

    display: block;

    width: 23px;
    height: 21px;

    content: '';

    background: url(../images/l3.png) no-repeat center;
    background-size: cover;
}
.inpage-political .political p
{
    font-size: 16px;
    line-height: 2.25;

    margin: 0;

    color: #666;
		text-align:justify;
}
@media (max-width: 991px)
{
    .inpage-political .political p
    {
        line-height: 1.875;
    }
}
@media (max-width: 767px)
{
    .inpage-political .political p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (min-width: 1200px)
{
    .inpage-dynamic
    {
        padding: 60px 0;
    }
}
.inpage-dynamic .dynamic-top
{
    font-size: 0;

    display: block;

    padding: 30px;

    background-color: #f5f7fa; margin-bottom:30px;
}
@media (max-width: 991px)
{
    .inpage-dynamic .dynamic-top
    {
        padding: 14px;
    }
}
.inpage-dynamic .dynamic-top .p-img,
.inpage-dynamic .dynamic-top .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inpage-dynamic .dynamic-top .p-img
{
    overflow: hidden;

    width: 35%;
}
@media (max-width: 767px)
{
    .inpage-dynamic .dynamic-top .p-img
    {
        width: 100%;
    }
}
.inpage-dynamic .dynamic-top .p-img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inpage-dynamic .dynamic-top .txt
{
    width: 65%;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inpage-dynamic .dynamic-top .txt
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.inpage-dynamic .dynamic-top .txt .t-dynamic h3
{
    font-size: 24px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin-top: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1470px)
{
    .inpage-dynamic .dynamic-top .txt .t-dynamic h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inpage-dynamic .dynamic-top .txt .t-dynamic h3
    {
        font-size: 18px;
    }
}
.inpage-dynamic .dynamic-top .txt .not p
{
    font-size: 16px;
    line-height: 36px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 108px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .inpage-dynamic .dynamic-top .txt .not p
    {
        font-size: 14px;
        line-height: 24px;

        max-height: 72px;
    }
}
.inpage-dynamic .dynamic-top .txt .more
{
    font-size: 16px;
    line-height: 46px;

    position: relative;

    display: inline-block;
    overflow: hidden;

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

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

    color: #a8a8a8;
    border: 2px solid #e9ecf2;
}
@media (max-width: 1470px)
{
    .inpage-dynamic .dynamic-top .txt .more
    {
        margin-top: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-dynamic .dynamic-top .txt .more
    {
        line-height: 40px;

        padding: 0 20px;
    }
}
.inpage-dynamic .dynamic-top .txt .more:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 0;
    height: 100%;

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

    background-color: #ec1922;
}
.inpage-dynamic .dynamic-top .txt .more span
{
    position: relative;
    z-index: 2;
}
.inpage-dynamic .dynamic-top .txt .more:hover
{
    color: #fff;
    border-color: #ec1922;
}
.inpage-dynamic .dynamic-top .txt .more:hover:before
{
    width: 100%;
}
.inpage-dynamic .dynamic-top:hover .p-img img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inpage-dynamic .dynamic-top:hover .txt h3
{
    color: #ec1922;
}
@media (min-width: 1200px)
{
    .inpage-dynamic .dynamic ul
    {
        margin: 0 -20px;
    }
    .inpage-dynamic .dynamic ul li
    {
        padding: 0 20px;
    }
}
.inpage-dynamic .dynamic .group
{
    position: relative;

    display: block;

    margin-top: 40px;
    padding: 30px 8% 30px 30px;

    background-color: #f5f7fa;
}
@media (max-width: 991px)
{
    .inpage-dynamic .dynamic .group
    {
        margin-top: 20px;
        padding: 14px;
    }
}
.inpage-dynamic .dynamic .group:before
{
    position: absolute;
    top: 30px;
    right: 30px;

    display: block;

    width: 51px;
    height: 52px;

    content: '';

    background: url(../images/icon.png) no-repeat center;
    background-size: cover;
}
.inpage-dynamic .dynamic .group h3
{
    font-size: 20px;
    line-height: 30px;

    position: relative;
    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;

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

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inpage-dynamic .dynamic .group h3
    {
        font-size: 18px;
    }
}
.inpage-dynamic .dynamic .group .date
{
    font-size: 16px;
    line-height: 30px;

    z-index: 2;

    display: block;

    margin: 10px 0;

    color: #aaa9a9;
}
@media (max-width: 767px)
{
    .inpage-dynamic .dynamic .group .date
    {
        line-height: 24px;
    }
}
.inpage-dynamic .dynamic .group p
{
    font-size: 16px;
    line-height: 36px;

    z-index: 2;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 767px)
{
    .inpage-dynamic .dynamic .group p
    {
        font-size: 14px;
        line-height: 24px;

        height: 48px;
    }
}
.inpage-dynamic .dynamic .group:hover h3
{
    color: #ec1922;
}
.inpage-contact .contact
{
    font-size: 0;

    background-color: #f8f8f8;
}
.inpage-contact .contact .desc,
.inpage-contact .contact .map
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inpage-contact .contact .desc
{
    width: 530px;
    padding: 30px;
}
@media (max-width: 991px)
{
    .inpage-contact .contact .desc
    {
        padding: 20px 15px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .contact .desc
    {
        width: 100%;
    }
}
.inpage-contact .contact .desc h1
{
    font-size: 24px;
    line-height: 36px;
}
@media (max-width: 1470px)
{
    .inpage-contact .contact .desc h1
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .contact .desc h1
    {
        font-size: 18px;
    }
}
.inpage-contact .contact .desc p
{
    font-size: 16px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .inpage-contact .contact .desc p
    {
        font-size: 14px;
    }
}
.inpage-contact .contact .desc p.add,
.inpage-contact .contact .desc p.tel
{
    position: relative;

    padding-left: 30px;
}
.inpage-contact .contact .desc p.add:before,
.inpage-contact .contact .desc p.tel:before
{
    position: absolute;
    top: 6px;
    left: 0;

    display: block;

    width: 23px;
    height: 30px;

    content: '';

    background: url(../images/cion1.png) no-repeat center;
}
.inpage-contact .contact .desc p.tel
{
    font-size: 24px;
}
.inpage-contact .contact .desc p.tel::before
{
    background-image: url(../images/cion2.png);
}
.inpage-contact .contact .desc .erweima
{
    margin-top: 30px;
}
.inpage-contact .contact .desc .erweima img
{
    overflow: hidden;

    width: 145px;

    border-radius: 20px;
}
.inpage-contact .contact .map
{
    width: -webkit-calc(100% - 530px);
    width:         calc(100% - 530px);
    height: 530px;
}
@media (max-width: 991px)
{
    .inpage-contact .contact .map
    {
        height: 360px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .contact .map
    {
        width: 100%;
    }
}
.inpage-contact .message
{
    font-size: 0;

    overflow: hidden;

    margin-top: 60px;
}
@media (max-width: 991px)
{
    .inpage-contact .message
    {
        margin-top: 40px;
    }
}
.inpage-contact .message .mleft
{
    position: relative;

    float: left;

    width: 50%;
    padding: 50px 30px 70px;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .inpage-contact .message .mleft
    {
        padding: 50px 14px 70px 14px;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .message .mleft
    {
        width: 100%;
        padding: 20px 10px;
    }
}
.inpage-contact .message .mleft:after
{
    position: absolute;
    right: 0;
    bottom: -40px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-width: 0 30px 40px 0;
    border-style: solid;
    border-color: transparent #eaeaea transparent transparent;
}
@media (max-width: 767px)
{
    .inpage-contact .message .mleft:after
    {
        display: none;
    }
}
.inpage-contact .message .mleft .title-inner
{
    text-align: left;
}
.inpage-contact .message .mleft .title-inner h2
{
    font-size: 36px;
}
@media (max-width: 1470px)
{
    .inpage-contact .message .mleft .title-inner h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .inpage-contact .message .mleft .title-inner h2
    {
        font-size: 24px;
    }
}
.inpage-contact .message .mleft form
{
    margin-top: 10px;
}
.inpage-contact .message .mleft form ul
{
    margin: 0 -10px;
}
.inpage-contact .message .mleft form ul li
{
    margin-top: 20px;
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inpage-contact .message .mleft form ul li
    {
        margin-top: 10px;
    }
}
.inpage-contact .message .mleft form input,
.inpage-contact .message .mleft form textarea
{
    font-size: 14px;
    line-height: 30px;

    width: 100%;
    padding: 10px;

    border: none;
    outline: none;
    background-color: #fff;
}
.inpage-contact .message .mleft form input::-webkit-input-placeholder,
.inpage-contact .message .mleft form textarea::-webkit-input-placeholder
{
    color: #bebebe;
}
.inpage-contact .message .mleft form input:-o-placeholder,
.inpage-contact .message .mleft form textarea:-o-placeholder
{
    color: #bebebe;
}
.inpage-contact .message .mleft form input::-moz-placeholder,
.inpage-contact .message .mleft form textarea::-moz-placeholder
{
    color: #bebebe;
}
.inpage-contact .message .mleft form input:-ms-input-placeholder,
.inpage-contact .message .mleft form textarea:-ms-input-placeholder
{
    color: #bebebe;
}
.inpage-contact .message .mleft form input:focus::-webkit-input-placeholder,
.inpage-contact .message .mleft form textarea:focus::-webkit-input-placeholder
{
    color: #eee;
}
.inpage-contact .message .mleft form input:focus::-o-placeholder,
.inpage-contact .message .mleft form textarea:focus::-o-placeholder
{
    color: #eee;
}
.inpage-contact .message .mleft form input:focus::-moz-placeholder,
.inpage-contact .message .mleft form textarea:focus::-moz-placeholder
{
    color: #eee;
}
.inpage-contact .message .mleft form input:focus::-ms-input-placeholder,
.inpage-contact .message .mleft form textarea:focus::-ms-input-placeholder
{
    color: #eee;
}
.inpage-contact .message .mleft form .submit
{
    font-size: 14px;
    font-size: 16px;
    line-height: 50px;

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

    color: #fff;
    border-radius: 0;
    background-color: #ec1922;
}
.inpage-contact .message .pic
{
    float: left;

    width: 50%;
}
@media (max-width: 767px)
{
    .inpage-contact .message .pic
    {
        width: 100%;
    }
}
.inpage-contact .message .pic:before
{
    display: block;

    width: 101px;
    height: 125px;

    content: '';

    background: url(../images/line-2.jpg) no-repeat center;
}
@media (max-width: 767px)
{
    .inpage-contact .message .pic:before
    {
        display: none;
    }
}
@media (max-width: 767px)
{
    .inpage-contact .message .pic img
    {
        width: 100%;
    }
}
.page
{
    padding-top: 70px;

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

    display: inline-block;

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

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

    color: #999;
    border-radius: 50%;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .page a
    {
        font-size: 14px;
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}
.page a:hover,
.page a.active
{
    color: #fff;
    background-color: #ec1922;
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
a
{
    color: inherit;
}
a:hover
{
    color: inherit;
}



.fancybox-slide--iframe .fancybox-content {
	width: 80%!important;
	height: 80%!important;
}
@media (max-width:768px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 100%!important;
		height: 50%!important;
	}
}

.inpage-culture .culture .itempack .txt p { transition:all .5s; }
.inpage-culture .culture .itempack .txt h3 { transition:all .5s; }
.inpage-culture .culture .itempack .txt h3:after { transition:all .5s; }
.inpage-culture .culture .itempack .txt:hover p { color:#ec1922; }
.inpage-culture .culture .itempack .txt:hover h3 { color:#ec1922; }
.inpage-culture .culture .itempack .txt:hover h3:after { background-color: #ec1922; }

.banner-in img { 
	/* transition:all 2s; */
	transform:scale(1.2);
	animation: bannerin 1.5s linear;
	animation-fill-mode:both;
}
@keyframes bannerin {
	0% { transform:scale(1.2); }
	100% { transform:scale(1); }
}

.banner-in .txt-inner h3 {
  -webkit-animation: fadeInDown 1s 0s ease both;
  animation: fadeInDown 1s 0s ease both;
}
.banner-in .txt-inner h4 {
  -webkit-animation: fadeInUp 1s 0s ease both;
  animation: fadeInUp 1s 0s ease both;
}
.banner-in .txt-inner h3{
	display: inline-block;
}
.banner-in .txt-inner h3:after {
	content: '';
	width: 60px;
	height: 4px;
	display: block;
	margin-top: 20px;
	background-color: #fff;
	transition: all .6s;
}
.banner-in .txt-inner:hover h3:after{
	width: 100%;
}
.inpage-industry .industry .group .picbox img { transition:all .5s; }
.inpage-industry .industry .group .picbox { overflow:hidden; }
.inpage-industry .industry .group:hover .picbox img { transform:scale(1.1); }

.inpage-industry .industry .group .desc .t-desc { transition:all .5s; }
.inpage-industry .industry .group .desc .tt p { transition:all .5s; }
.inpage-industry .industry .group:hover .desc .t-desc { color:#ec1922; }
.inpage-industry .industry .group:hover .desc .tt p { color:#ec1922; }
.slide-about .s-about .about-r{
	position: relative;
	overflow: hidden;
}
.slide-about .s-about .about-r:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	  background-image: linear-gradient(to right,rgba(255,255,255,1) 30%, #ffffff 70%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 1.5s;

}
.ani-slide .slide-about .s-about .about-r:before{
	transform: translateX(100%);

}
.com-txt h3:nth-child(1){
	animation:fadeInLeft 1s 0s ease both;
}
.com-txt h3:nth-child(2){
	animation:fadeInLeft 1.5s 0s ease both;
}
.com-txt p:nth-child(1){
	animation:fadeInLeft 1.5s 0s ease both;
}
.com-txt p:nth-child(1){
	animation:fadeInLeft 1.5s 0s ease both;
}
.com-txt p:nth-child(2){
	animation:fadeInLeft 1.5s 0.3s ease both;
}
.com-txt p:nth-child(3){
	animation:fadeInLeft 1.5s .6s ease both;
}
.com-txt p:nth-child(4){
	animation:fadeInLeft 1.5s .9s ease both;
}
.com-txt p:nth-child(5){
	animation:fadeInLeft 1.5s 1.2s ease both;
}
.com-txt p:nth-child(6){
	animation:fadeInLeft 1.5s 1.5s ease both;
}
.com-txt p:nth-child(7){
	animation:fadeInLeft 1.5s 1.8s ease both;
}
.com-txt p:nth-child(8){
	animation:fadeInLeft 1.5s 2s ease both;
}
.com-txt p:nth-child(9){
	animation:fadeInLeft 1.5s 2.2s ease both;
}
.com-txt p:nth-child(10){
	animation:fadeInLeft 1.5s 2.4s ease both;
}
.com-txt p:nth-child(11){
	animation:fadeInLeft 1.5s 2.6s ease both;
}
.com-txt p:nth-child(12){
	animation:fadeInLeft 1.5s 2.8s ease both;
}
.com-txt p:nth-child(13){
	animation:fadeInLeft 1.5s 3s ease both;
}
.com-txt p:nth-child(14){
	animation:fadeInLeft 1.5s 3.2s ease both;
}
.inpage-chairman .chairman .chairman-r .txt{
	overflow: hidden;
}
.inpage-green .green .green-list{
	overflow: hidden;
}
.inpage-strategic .strategic .desc.animated p:nth-child(1){
	animation:fadeInLeft 1.5s 0s ease both;
}
.inpage-strategic .strategic .desc.animated p:nth-child(2){
	animation:fadeInLeft 1.5s 0.3s ease both;
}
.inpage-strategic .strategic .desc.animated p:nth-child(3){
	animation:fadeInLeft 1.5s .6s ease both;
}
.inpage-strategic .strategic .desc.animated p:nth-child(4){
	animation:fadeInLeft 1.5s .9s ease both;
}
.inpage-strategic .strategic .desc.animated p:nth-child(5){
	animation:fadeInLeft 1.5s 1.2s ease both;
}
.inpage-strategic .strategic .desc.animated p:nth-child(6){
	animation:fadeInLeft 1.5s 1.5s ease both;
}
.inpage-strategic .strategic .desc.animated p:nth-child(7){
	animation:fadeInLeft 1.5s 1.8s ease both;
}
.inpage-strategic .strategic .picbox{
	position: relative;
}
.inpage-strategic .strategic .picbox:before,
.inpage-join .join-left .img:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	  background-image: linear-gradient(to right,rgba(255,255,255,1) 30%, #ffffff 70%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 1.5s;

}

.inpage-strategic .strategic .picbox.animated:before,
.inpage-join .join-left .img.animated:before {
	transform: translateX(100%);
}
.inpage-join .join-left .img{
	position: relative;
	overflow: hidden;
}
.inpage-political .political p{
	transition: all .6s;
}
.inpage-political .political p:hover{
	transform: translateY(-10px);
}
.swiper-pagination{
	width: 50px;
}
.swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	background-color: #999;
	border-radius: 0;
	display: block;
	position: relative;
	transition: all .4s;

}
.swiper-pagination-bullet-active{
	width: 50px;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 20px 0;
}
.swiper-pagination-bullet:before{
	opacity: 0;
	transition: all .4s;

}
.swiper-pagination-bullet-active:before{
	opacity: 1;
}
.swiper-pagination-bullet:nth-child(2):before{
	content: '关于天禧';
	position: absolute;
	right: 110%;
	white-space: nowrap;
	top: 50%;
	transform: translateY(-50%);
	
}
.swiper-pagination-bullet:nth-child(3):before{
	content: '产品中心';position: absolute;
	right: 110%;
	white-space: nowrap; 
	transform: translateY(-50%);
}
.swiper-pagination-bullet:nth-child(4):before{
	content: '新闻动态';position: absolute;
	right: 110%;
	white-space: nowrap;
	transform: translateY(-50%);
}
.swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active:before{
	color: #ffffff;	
	text-shadow: 0 1px 1px #000;
}

@media (max-width:768px) {
	.slide-about .s-about .about-r:before { display:none; }
}

.pro{background: linear-gradient(to bottom, #f7ebde, #f3ddbd);box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%)}

.details-intro{min-height:300px;}

.menu-wrap .title {
  margin-bottom: 30px;
}
.menu-wrap .menu {
  position: relative;
  z-index: 1;
}
.menu-wrap .menu a {
  display: block;
}
.menu-wrap .menu1 {
  font-size: 16px;
}
@media (max-width: 1469px) {
  .menu-wrap .menu1 {
    font-size: 14px;
  }
}
.menu-wrap .menu1 .active > a {
  color: #ec1922;
}
.menu-wrap .menu1 > li {
  margin-bottom: 10px;
}
.menu-wrap .menu1 > li > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 17px 7.57575758%;
  position: relative;
  font-size: 1.125em;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #efefef;
  border-radius: 8px;
}
.menu-wrap .menu1 > li > a:after {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 0 auto;
  content: '\eb63';
  font-size: 0.85em;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  line-height: 1;
  padding-left: 5px;
}
.menu-wrap .menu1 > li > a > span {
  -webkit-box-flex: 1;
          flex: 1 0 0%;
}
@media (max-width: 1469px) {
  .menu-wrap .menu1 > li > a {
    padding: 14px 7.57575758%;
  }
}
@media (min-width: 1200px) {
  .menu-wrap .menu1 > li > a:hover {
    color: #ec1922;
  }
}
.menu-wrap .menu1 > li.active > a {
  border-radius: 8px 8px 0 0;
  background-color: #303030;
  color: #fff;
}
.menu-wrap .menu1 ul {
  display: block;
}
.menu-wrap .menu2 {
  color: #666666;
  padding: 15px 7.57575758% 10px;
  border: 1px solid #dcdcdf;
  border-top:0; margin-top:-4px;
  border-radius: 0 0 8px 8px;
}
.menu-wrap .menu2 > li {
  margin-bottom: 10px;
}
.menu-wrap .menu2 > li.active > a {
  text-decoration: underline;
}
.menu-wrap .menu2 a:hover {
  color: #ec1922;
}
.menu-wrap .menu3 {
  padding-bottom: 5px;
}
.menu-wrap .menu3 > li {
  padding-left: 20px;
  margin-bottom: 10px;
}
.menu-wrap .menu3 > li.active > a {
  color: #ec1922;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .menu-wrap .menu3 > li > a:hover {
    color: #ec1922;
    text-decoration: underline;
  }
}

.product-wrap .title,
.product-details-wrap .title {
  margin-top: 70px;margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-wrap .title,
  .product-details-wrap .title {
    margin-top: 10px;margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap {
    display: -webkit-box;
    display: flex;
  }
}
.product-details-wrap .carousel-wrap .carousel-box {
  font-size: 0;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .carousel-box:hover .slider-for .slick-arrow {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 45.71428571%;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .carousel-box {
    width: 480px;
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
.product-details-wrap .carousel-wrap .slider-for,
.product-details-wrap .carousel-wrap .slider-nav .item {
  border: 1px solid #dcdcdf;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-details-wrap .carousel-wrap .slider-for,
  .product-details-wrap .carousel-wrap .slider-nav .item {
    border-radius: 4px;
  }
}
.product-details-wrap .carousel-wrap .slider-for {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product-details-wrap .carousel-wrap .slider-for .slick-arrow {
  display: none !important;
  opacity: 1;
  z-index: 22;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-for .slick-arrow:hover {
    opacity: 1 !important;
  }
}
.product-details-wrap .carousel-wrap .slider-nav {
  margin-top: 10px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-list {
  margin: 0 -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-slide {
  padding: 0 5px;
}
@media (max-width: 575px) {
  .product-details-wrap .carousel-wrap .slider-nav {
    margin-top: 5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .slick-list {
    margin: 0 -5px;
  }
  .product-details-wrap .carousel-wrap .slider-nav .slick-slide {
    padding: 5px;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-arrow {
  background: none;
  font-weight: bold;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .product-details-wrap .carousel-wrap .slider-nav .slick-arrow:hover {
    color: #ec1922;
  }
}
.product-details-wrap .carousel-wrap .slider-nav .slick-prev {
  left: -5px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-next {
  right: -7px;
}
.product-details-wrap .carousel-wrap .slider-nav .slick-current .item {
  border-color: #ec1922;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video {
  position: relative;
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
}
.product-details-wrap .carousel-wrap .slider-nav .product-video:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e67c';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  font-size: 22px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  z-index: 3;
  background-color: #fff;
  color: #ec1922;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1469px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video:before {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .carousel-wrap .slider-nav .product-video:before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .product-details-wrap .carousel-wrap .info-box {
    width: 54.28571429%;
    padding-left: 4.28571429%;
  }
}
.product-details-wrap .carousel-wrap .breadcrumb {
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap .breadcrumb {
    padding-top: 0;
  }
}
.product-details-wrap .carousel-wrap .breadcrumb li {
  margin-bottom: 5px;
}
.product-details-wrap .carousel-wrap h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 30px 0 25px;
}
@media (max-width: 1469px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 32px;
    margin: 25px 0 20px;
  }
}
@media (max-width: 1199px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 28px;
    margin: 20px 0 15px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .carousel-wrap h1 {
    margin: 15px 0 10px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .carousel-wrap h1 {
    font-size: 24px;
  }
}
.product-details-wrap .carousel-wrap .description {
  color: #ec1922;
  margin-bottom: 5px;
}
.product-details-wrap .func-btn {
  padding-top: 40px;
  width: 370px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .product-details-wrap .func-btn {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .product-details-wrap .func-btn {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-details-wrap .func-btn {
    padding-top: 10px;
  }
}
.product-details-wrap .func-btn .row {
  margin: 0 -10px;
}
.product-details-wrap .func-btn li {
  margin-top: 20px;
  padding: 0 10px;
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn .row {
    margin: 0 -5px;
  }
  .product-details-wrap .func-btn li {
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  position: relative;
}
.product-details-wrap .func-btn a:before {
  margin-right: 10px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3em;
}
.product-details-wrap .func-btn a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.product-details-wrap .func-btn a:active span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .product-details-wrap .func-btn a:hover span {
    text-decoration: underline;
  }
}
@media (max-width: 575px) {
  .product-details-wrap .func-btn a {
    font-size: 14px;
    font-size: 3.3vmin;
    line-height: 40px;
    height: 40px;
    padding: 0 5px;
  }
}
.product-details-wrap .func-btn span {
  font-weight: bold;
}
.product-details-wrap .func-btn .inquiry-btn {
  background-color: #ec1922;
}
.product-details-wrap .func-btn .inquiry-btn:before {
  content: '\e7f1';
}
.product-details-wrap .func-btn .add-btn {
  background-color: #333;
}
.product-details-wrap .func-btn .add-btn:before {
  content: '\25BC';
}
.product-details-wrap .details-related .details-tit {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.product-details-wrap .related-arrow .slick-arrow {
  margin: 0;
}
.product-details-wrap .slick-related {
  margin: 0;
}
@media (min-width: 1200px) {
  .product-details-wrap .slick-related {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .product-details-wrap .slick-related {
    padding-top: 10px;
  }
}

.adtext{position:relative;width:100%; z-index:99;padding:40px 0; text-align:center; font-size:26px; color:#fff;background:#ec1922 url(../images/adtextbg.jpg);background-position: center;}

@media (max-width: 800px) {
  .adtext{z-index:99;top:0px; position:relative;}  
  .product-details-wrap .title{display:none;}
  .content-r{margin-top:15px;}
}    