/**
 * style.less
 * 层叠样式表
 */
.ff
{
    font-family: 'iconfont' !important;
}
@font-face
{
    font-family: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/D-DINCondensed.eot');
    src: local('D-DIN Condensed'), local('D-DINCondensed'), url('../fonts/D-DINCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/D-DINCondensed.woff2') format('woff2'), url('../fonts/D-DINCondensed.woff') format('woff'), url('../fonts/D-DINCondensed.ttf') format('truetype'), url('../fonts/D-DINCondensed.svg#D-DINCondensed') format('svg');
    font-display: swap;
}
.textcolor
{
    background-image: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.bgcolor
{
    background: -webkit-gradient(linear, right top, left top, from(#18a7a3), to(#0f74e8));
    background: -webkit-linear-gradient(right, #18a7a3, #0f74e8);
    background:         linear-gradient(right, #18a7a3, #0f74e8);
}
.fz-16
{
    font-size: 16px;
    line-height: 2.25;
}
@media (max-width: 767px)
{
    .fz-16
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.fz-16 p
{
    margin: 0;
}
body
{
    font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;

    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-arrow
{
    font-size: 70px;
    line-height: 1;
    line-height: 60px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: -4%;

    overflow: hidden;

    width: 50px;
    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;

    border: none;
    outline: none;
    background: none;
}
@media (max-width: 1660px)
{
    .slick-arrow
    {
        font-size: 50px;

        left: -50px;
    }
}
@media (max-width: 991px)
{
    .slick-arrow
    {
        font-size: 30px;

        left: -15px;

        width: 30px;

        background-color: #ccc;
    }
}
.slick-arrow:before
{
    font-family: '宋体' !important;

    display: inline-block;

    content: '<';
}
.slick-arrow.slick-next
{
    right: -4%;
    left: auto;
}
@media (max-width: 1660px)
{
    .slick-arrow.slick-next
    {
        right: -50px;
    }
}
@media (max-width: 991px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    content: '>';
}
.slick-arrow:hover
{
    color: #0048a6;
}
.slick-dots
{
    margin-top: 40px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 16px;
    height: 16px;
    margin: 0 15px;

    vertical-align: top;

    border-radius: 50%;
    background-color: #e5e5e5;
}
@media (max-width: 991px)
{
    .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #cc1017;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0; background:#fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    height: 94px;
    padding: 0 2%;

    -webkit-transition: all .4s;
            transition: all .4s;

    color: #fff;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1199px)
{
    .header
    {
        position: fixed;
        height: 76px;
        padding: 0 15px;
    }
}
.header .logo
{
    display: inline-block;
    float: left;
    height: 72px; padding-top:6px;
    -webkit-transition: all .4s;
            transition: all .4s;
}

@media (max-width: 1560px)
{
    .header .logo
    {
        height: 56px;
    }
}

@media (max-width: 1440px)
{
    .header .logo
    {
        height: 46px;
    }
}



@media (max-width: 1199px)
{
    .header .logo
    {
        height: 40px; padding-top:0;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo .black
{
    display: none;
}
.header .logo img
{
    display: block;

    height: 100%;
}
.header .pc-search
{
    display: inline-block;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .header .pc-search
    {
        margin: 0;
    }
}
.header .pc-search .search-button
{
    font-size: 24px;
    line-height: 46px;

    display: inline-block;
    overflow: hidden;

    width: 46px;
    height: 46px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #cc1017;
}
.header .pc-search .search-button:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
    text-align: center;
}
.header .pc-search form
{
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    display: block;
    display: none;
    overflow: hidden;

    width: 100%;
    height: 60px;
    padding: 15px 10%;

    background-color: rgba(73, 189, 27, .8);
}
@media (max-width: 1199px)
{
    .header .pc-search form
    {
        padding: 15px 50px 15px 15px;
    }
}
.header .pc-search input
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;

    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    outline: none;
    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .close-search
{
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 5%;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 1199px)
{
    .header .pc-search .close-search
    {
        right: 10px;
    }
}
.header .pc-search .close-search:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    display: block;

    content: '\e629';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header .pc-search .submit
{
    font-size: 24px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 10%;

    width: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    outline: none;
    background: none;
    box-shadow: none;
}
@media (max-width: 1199px)
{
    .header .pc-search .submit
    {
        right: 50px;
    }
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e660';
}
.header .tel
{
    display: inline-block;

    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    color: rgba(230, 0, 0, .8);
}
@media (max-width: 1350px)
{
    .header .tel
    {
        margin-left: 20px;
    }
}
@media (max-width: 767px)
{
    .header .tel
    {
        margin-left: 10px;
    }
}
.header .tel p
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1350px)
{
    .header .tel p
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .header .tel p
    {
        font-size: 0;
        line-height: 60px;

        height: 60px;
    }
}
.header .tel p a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px; background:url(../images/onlineico1.png) 2px no-repeat; background-size:28px;
    content: '';
    text-align: center;
    vertical-align: top;
    color: #fff;
    border-radius: 50%;
    background-color: #cc1017;
}
@media (max-width: 1199px)
{
    .header .tel p a:before
    {
        line-height: 36px;
        vertical-align:middle;
        width: 36px;
        height: 36px;
    }
}
.header .header-menu
{
    line-height: 36px;

    position: relative;

    display: none;

    width: 36px;
    height: 36px;
    margin-left: 12px;
    padding: 0;

    cursor: pointer;
    text-align: center;

    border-radius: 50%;
    background: none;
    background-color: #0048a6;
}
@media (max-width: 1199px)
{
    .header .header-menu
    {
        display: inline-block;

        vertical-align: middle;
    }
    .header .header-menu.header-menu-1
    {
        position: absolute;
        z-index: 9999;
        top: 12px;
        right: 15px;

        display: block;

        border: none;
    }
    .header .header-menu.header-menu-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .header-menu
    {
        margin-left: 6px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .header-menu.header-menu-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .header-menu .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #fff;
}
.header .header-menu .btn-line:nth-child(3),
.header .header-menu .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #fff;
}
.header .header-menu .btn-line:nth-child(1)
{
    top: 35%;
}
.header .header-menu .btn-line:nth-child(2)
{
    top: 50%;
}
.header .header-menu .btn-line:nth-child(3)
{
    top: 65%;
}
.header .header-menu.active
{
    border-color: transparent;
}
.header .header-menu.active .btn-line
{
    background-color: #fff;
}
.header .header-menu.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .header-menu.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .header-menu.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
@media (min-width: 1200px)
{
    .header .menu
    {
        display: inline-block;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .menu .logo
    {
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .menu
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 15px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        color: #666;
        background: #fff;
    }
    .header .menu .logo
    {
        display: block;
        float: left;

        margin-top: 10px;
        padding-left: 0;
    }
    .header .menu .tbl
    {
        display: table;

        width: 100%;
        height: 90%;
        padding-top: 12%;
    }
    .header .menu .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: top;
    }
}
@media (min-width: 1200px)
{
    .header .menu .menu-list1
    {
        text-align: center;
    }
    .header .menu .menu-list1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 > li > a
    {
        font-size: 18px;
        line-height: 95px; font-weight:bold;
        position: relative;

        display: inline-block;

        padding: 0 24px;

        -webkit-transition: all .2s;
                transition: all .2s;
        vertical-align: middle;

        color: #333;
    }
    .header .menu .menu-list1 > li:hover > a,
    .header .menu .menu-list1 > li.active > a
    {
        color: #0048a6;
    }
    .header .menu .menu-list1 > li:hover > a
    {
        background-color: #fff;
    }
    .header .menu .menu-list1 .menu-list2
    {
        font-size: 0;

        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;
        overflow: hidden;

        width: 100%;
        max-width: 1100px;
        padding:8px 0;

        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .menu .menu-list1 .menu-about-list2
    {
        margin-left: -180px;
    }
    .header .menu .menu-list1 .menu-about-list2 ul > li
    {
        font-size: 18px;

        display: inline-block;

        width: 16.66666667%;

        vertical-align: top;

        color: #666;
    }
    .header .menu .menu-list1 .menu-about-list2 ul > li a
    {
        display: block;
    }
    .header .menu .menu-list1 .menu-about-list2 ul > li .number
    {
        font-family: 'D-DIN Condensed';
        font-size: 60px;
        font-style: normal;
        line-height: 1;

        display: block;

        color: rgba(51, 51, 51, .3);
    }
    .header .menu .menu-list1 .menu-about-list2 ul > li span:after
    {
        display: block;

        width: 0;
        height: 0;
        margin: 0 auto;
        margin-top: 10px;

        content: '';
        -webkit-transition: all .2s;
                transition: all .2s;

        opacity: 0;
        border-width: 10px 6px 0 6px;
        border-style: solid;
        border-color: #e60000 transparent transparent transparent;
    }
    .header .menu .menu-list1 .menu-about-list2 ul > li:hover span:after
    {
        opacity: 1;
    }
    .header .menu .menu-list1 .menu-product-list2
    {
        font-size: 0;

        max-width: 200px;

    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-left,
    .header .menu .menu-list1 .menu-product-list2 .product-nav-right
    {
        font-size: 14px;

        display: inline-block;

        width: 100%;
        padding: 0 5%;

        vertical-align: middle;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-left
    {
        text-align: left;

        border-right: 1px solid #e7e7e7;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-left a
    {
        font-size: 16px;
        line-height: 30px;

        position: relative;

        display: block;

        margin: 10px 0;
        padding-left: 20px;

        color: #666;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-left a:before
    {
        position: absolute;
        top: 10px;
        left: 0;

        display: block;

        width: 0;
        height: 0;

        content: '';
        -webkit-transition: all .2s;
                transition: all .2s;

        opacity: 0;
        border-width: 5px 0 5px 8px;
        border-style: solid;
        border-color: transparent transparent transparent #e60000;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-left li{border-bottom:1px dashed #ccc;}
    .header .menu .menu-list1 .menu-product-list2 .product-nav-left .active a:before
    {
        opacity: 1;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-right
    {
        padding: 0 4%;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-right .img
    {
        display: none;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-right .img:nth-child(1)
    {
        display: block;
    }
    .header .menu .menu-list1 .menu-product-list2 .product-nav-right .img img
    {
        width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1660px)
{
    .header .menu .menu-list1 > li > a
    {
        padding: 0 20px;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .menu .menu-list1 > li > a
    {
        font-size: 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .menu .menu-list1 > li > a
    {
        padding: 0 16px;
    }
}
@media (max-width: 1199px)
{
    .header .menu .menu-list1
    {
        overflow-y: auto;

        height: 100%;

        text-align: left;
    }
    .header .menu .menu-list1 > li
    {
        position: relative;

        margin: 10px 0;
    }
    .header .menu .menu-list1 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 4px 0;

        text-transform: uppercase;
    }
	
	 .header .menu .menu-list1 .current a{ background:#0048a6; color:#fff;}
	
	
    .header .menu .menu-list1 .open-menu
    {
        font-size: 20px;
        line-height: 30px;

        position: absolute;
        top: 0;
        right: 0;
    }
    .header .menu .menu-list1 .open-menu:after
    {
        font-family: 'iconfont' !important;

        content: '+';
    }
    .header .menu .menu-list1 .current .open-menu:after
    {
        font-family: 'iconfont' !important;

        content: '-';
    }
    .header .menu .menu-list1 .menu-list2
    {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li .icon
    {
        display: none;
    }
    .header .menu .menu-list1 .menu-list2 li > a
    {
        font-size: 14px;
        line-height: 30px;

        display: block; background:#fff;
        text-transform: uppercase;

        color: #666;
    }
    .header .menu .menu-list1 .menu-list2 li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3 > li a
    {
        line-height: 24px;

        padding: 0 4px;

        color: #999;
    }
    .header .menu .menu-list1 .menu-list2 .menu-list3 > li a:before
    {
        font-weight: bold;

        content: '·';
    }
}
@media (max-width: 1199px) and (max-width: 1199px)
{
    .header .menu .menu-list1 img,
    .header .menu .menu-list1 .menu-icon
    {
        display: none;
    }
    .header .menu .menu-list1 p
    {
        display: inline-block;
    }
    .header .menu .menu-list1 .menu-list2
    {
        overflow: hidden;
    }
    .header .menu .menu-list1 .nlist
    {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .nlist li
    {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .nlist li a
    {
        font-size: 15px;
        line-height: 30px;

        padding: 0 10px;

        color: #666;
    }
    .header .menu .menu-list1 .nlist li a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-sort
    {
        overflow: hidden;
    }
    .header .menu .menu-list1 .menu-sort ul
    {
        margin: 0 -10px;
    }
    .header .menu .menu-list1 .menu-sort li
    {
        display: inline-block;

        width: auto;

        vertical-align: top;
    }
    .header .menu .menu-list1 .menu-sort li a
    {
        font-size: 15px;
        line-height: 30px;

        margin-right: 10px;
        padding: 0;

        text-transform: uppercase;

        color: #999;
    }
    .header .menu .menu-list1 .menu-sort li a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .menu .menu-list1 .menu-product
    {
        display: none;
    }
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header.fixed-header,
.header.inner-header
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header.fixed-header .logo .white,
.header.inner-header .logo .white
{
    display: none;
}
.header.fixed-header .logo .black,
.header.inner-header .logo .black
{
    display: inline-block;
}
.header.fixed-header .menu .menu-list1 > li > a,
.header.inner-header .menu .menu-list1 > li > a
{
    color: #333;
}
.header.fixed-header .menu .menu-list1 > li.active > a,
.header.inner-header .menu .menu-list1 > li.active > a,
.header.fixed-header .menu .menu-list1 > li:hover > a,
.header.inner-header .menu .menu-list1 > li:hover > a
{
    color: #cc1017;
}
.header.fixed-header .menu .menu-list1 > li:hover > a,
.header.inner-header .menu .menu-list1 > li:hover > a
{
    background-color: #eee;
}
.header.fixed-header
{
    background-color: #fff;
}
.header.fixed-header:hover
{
    background-color: #fff;
}
.bodyblack .logo .white
{
    display: none;
}
.bodyblack .logo .black
{
    display: inline-block;
}
.bodyblack .header .menu .menu-list1 > li > a
{
    color: #333;
}
.bodyblack .banner .slick-arrow
{
    color: #333;
}
.bodyblack .banner .slick-dots li
{
    background-color: #666;
}
.bodyblack .banner .slick-dots li.slick-active
{
    background-color: #cc1017;
}
.customer-service
{
    position: fixed;
    z-index: 9;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.customer-service ul li
{
    margin: 2px 0;
}
.customer-service a
{
    position: relative;

    display: block;

    color: #fff;
}
.customer-service a .icon
{
    font-size: 30px;
    line-height: 60px;

    position: relative;
    z-index: 3;

    display: block;

    width: 60px;
    height: 60px;

    text-align: center;

    border-radius: 6px;
    background-color: #0048a6;
}
@media (max-width: 1470px)
{
    .customer-service a .icon
    {
        line-height: 50px;

        width: 50px;
        height: 50px;
    }
}
.customer-service a .icon img
{
    width: 30px;
    margin: 0 auto;
	margin-top:-10px;
}
.customer-service a p
{
    font-size: 16px;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 50px;

    margin: 0;
    padding: 10px;

    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    white-space: nowrap;

    background-color: #0048a6;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.customer-service a:hover p
{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
.customer-service .service-wechat p
{
    background-color: #0048a6;
}
.xs-customer-service
{
    position: fixed;
    z-index: 9;
    bottom: 0;

    width: 100%;

    text-align: center;

    background-color: #0048a6;
}
.xs-customer-service ul
{
    font-size: 0;
}
.xs-customer-service ul li
{
    display: inline-block;

    width: 33.33333333%;

    vertical-align: top;
}
.xs-customer-service a
{
    display: block;

    padding: 4px;

    color: #fff;
}
.xs-customer-service a .icon
{
    font-size: 30px;
    line-height: 1;

    display: block;
}
.xs-customer-service a span
{
    font-size: 14px;
    line-height: 1.5;

    display: block;
}
.banner
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden; 
	
    width: 100%;
}
@media (max-width: 991px)
{
    .banner .slick-banner
    {
        width: 120%;
        max-width: 120%;
        margin-left: -10%;
		
    }
	.banner{margin-top:75px;}
}
.banner .img img
{
    width: 100%;
}
.banner img
{
    display: block;
}
.banner .slick-dots
{
    font-size: 0;

    position: absolute;
    z-index: 9;
    right: 5%;
    bottom: 30px;

    height: 10px;

    text-align: right;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        right: 15%;
        bottom: 10px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        right: auto;
        left: 30%;
    }
}
.banner .slick-dots > li
{
    position: relative;

    display: inline-block;

    width: 120px;
    height: 1px;
    margin: 0;

    vertical-align: middle;

    opacity: .5;
    border-radius: 0;
    background-color: #fff;
}
@media (max-width: 1199px)
{
    .banner .slick-dots > li
    {
        width: 80px;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots > li
    {
        width: 30px;
    }
}
.banner .slick-dots .slick-active
{
    height: 3px;

    opacity: 1;
}
.banner .slick-dots button
{
    display: none;
}
.banner .slick-arrow
{
    font-size: 18px;
    line-height: 50px;

    position: absolute;
    top: auto;
    bottom: 28px;
    left: 3%;
	border:2px solid;
    width: 50px;
    height: 50px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;

    opacity: .5;
    color: #fff;
    border-radius: 50%;
    background: none;
}
@media (max-width: 1199px)
{
    .banner .slick-arrow
    {
        bottom: 10px;
    }
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 15%;
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        font-size: 14px;
        line-height: 30px;

        display: none !important;

        height: 30px;
    }
}
.banner .slick-arrow:before
{
    font-family:"宋体"!important;
    font-size: 32px; 
	font-weight:bold;


    content: '<';
}
@media (max-width: 991px)
{
    .banner .slick-arrow:before
    {
        font-size: 30px;
    }
}
.banner .slick-arrow:hover
{
    color: #fff;
}
.banner .slick-arrow.slick-next
{
    left: -webkit-calc(3% + 80px);
    left:         calc(3% + 80px);
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        left: -webkit-calc(14% + 80px);
        left:         calc(14% + 80px);
    }
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        left: -webkit-calc(14% + 50px);
        left:         calc(14% + 50px);
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '>';
}
.banner .subject
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .text
{
    font-size: 0;

    position: absolute;
    top: 55%;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
}
@media (max-width: 1470px)
{
    .banner .text
    {
        top: 55%;
    }
}
@media (max-width: 991px)
{
    .banner .text
    {
        padding: 0 0 0 28%;
    }
}
.banner .text .text-img
{
    text-align: center;
}
.banner .text .text-img img
{
    display: block;

    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 1660px)
{
    .banner .text .text-img img
    {
        max-width: 70%;
    }
}
@media (max-width: 991px)
{
    .banner .text .text-img img
    {
        max-width: 100%;
    }
}
.banner .text .text-left,
.banner .text .text-img
{
    font-size: 14px;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
.banner .text .iconlist
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .banner .text .iconlist
    {
        display: none;
    }
}
.banner .text .iconlist > ul
{
    font-size: 0;

    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .banner .text .iconlist > ul
    {
        margin: 0 -10px;
    }
}
.banner .text .iconlist > ul > li
{
    font-size: 14px;

    display: inline-block;

    width: 25%;
    max-width: 160px;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .banner .text .iconlist > ul > li
    {
        padding: 0 10px;
    }
}
.banner .text .iconlist .subject-icon
{
    text-align: center;
}
.banner .text .iconlist .subject-icon img
{
    width: 70px;
    margin: 0 auto;
}
@media (max-width: 991px)
{
    .banner .text .iconlist .subject-icon img
    {
        width: 50px;
    }
}
.banner .text .iconlist .subject-icon p
{
    font-size: 16px;
    line-height: 24px;

    margin: 14px 0 0 0;
}
@media (max-width: 991px)
{
    .banner .text .iconlist .subject-icon p
    {
        font-size: 14px;
    }
}
.banner .text-1
{
    color: #fff;
}
@media (max-width: 767px)
{
    .banner .text-1 .text-left
    {
        width: 100%;
    }
}
.banner .text-1 img
{
    max-width: 52px;
}
@media (max-width: 767px)
{
    .banner .text-1 img
    {
        max-width: 30px;
    }
}
.banner .text-1 h4
{
    font-family: 'D-DIN Condensed';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;

    text-transform: uppercase;
}
@media (max-width: 1660px)
{
    .banner .text-1 h4
    {
        font-size: 30px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h4
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h4
    {
        font-size: 16px;
    }
}
.banner .text-1 h2
{
    font-size: 60px;
    font-weight: bold;
}
@media (max-width: 1660px)
{
    .banner .text-1 h2
    {
        font-size: 40px;
    }
}
@media (max-width: 1350px)
{
    .banner .text-1 h2
    {
        font-size: 36px;
    }
}
@media (max-width: 1199px)
{
    .banner .text-1 h2
    {
        font-size: 30px;
    }
}
@media (max-width: 767px)
{
    .banner .text-1 h2
    {
        font-size: 18px;

        margin: 0;
    }
}
.banner .text-1 h2 span
{
    font-weight: 300;

    display: inline-block;

    padding: 12px;

    background-color: #e60000;
}
@media (max-width: 767px)
{
    .banner .text-1 h2 span
    {
        padding: 8px;
    }
}
.banner .text-1 .iconlist > ul > li
{
    border-right: 1px solid #fff;
}
.banner .text-1 .iconlist > ul > li:last-child
{
    border-right: none;
}
.banner .text-1 .iconlist > ul > li .subject-icon img
{
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.banner .text-1 .iconlist > ul > li .subject-icon p
{
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 991px)
{
    .banner .text-1 .iconlist > ul > li .subject-icon p
    {
        font-size: 14px;
    }
}
.banner .text-2 h2,
.banner .text-3 h2,
.banner .text-4 h2
{
    font-size: 36px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 1470px)
{
    .banner .text-2 h2,
    .banner .text-3 h2,
    .banner .text-4 h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h2,
    .banner .text-3 h2,
    .banner .text-4 h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h2,
    .banner .text-3 h2,
    .banner .text-4 h2
    {
        font-size: 18px;
    }
}
.banner .text-2 h2 span,
.banner .text-3 h2 span,
.banner .text-4 h2 span
{
    font-family: 'D-DIN Condensed';
    font-size: 48px;

    display: inline-block;

    padding: 12px;

    color: #fff;
    background-color: #e60000;
}
@media (max-width: 1470px)
{
    .banner .text-2 h2 span,
    .banner .text-3 h2 span,
    .banner .text-4 h2 span
    {
        font-size: 40px;
    }
}
@media (max-width: 1350px)
{
    .banner .text-2 h2 span,
    .banner .text-3 h2 span,
    .banner .text-4 h2 span
    {
        font-size: 36px;
    }
}
@media (max-width: 991px)
{
    .banner .text-2 h2 span,
    .banner .text-3 h2 span,
    .banner .text-4 h2 span
    {
        font-size: 28px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h2 span,
    .banner .text-3 h2 span,
    .banner .text-4 h2 span
    {
        font-size: 20px;

        display: block;

        max-width: 100px;
        margin-bottom: 10px;
        padding: 8px;

        text-align: center;
    }
}
.banner .text-2 h3,
.banner .text-3 h3,
.banner .text-4 h3
{
    font-size: 18px;
    line-height: 28px;

    max-width: 640px;
}
@media (max-width: 1470px)
{
    .banner .text-2 h3,
    .banner .text-3 h3,
    .banner .text-4 h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .banner .text-2 h3,
    .banner .text-3 h3,
    .banner .text-4 h3
    {
        display: none;
    }
}
.banner .text-4 .text-img img
{
    margin-bottom: 5%;
    margin-left: 9%;
}
@media (max-width: 1470px)
{
    .banner .text-4 .text-img img
    {
        max-width: 350px;
    }
}
@media (max-width: 991px)
{
    .banner .text-4 .text-img img
    {
        max-width: 240px;
    }
}
@media (max-width: 767px)
{
    .banner .text-4 .text-img img
    {
        max-width: 70%;
        margin-left: 0;
    }
}
.banner .slick-current .subject .img img
{
    -webkit-animation: bzoom 4s 0s ease both;
            animation: bzoom 4s 0s ease both;
}
.banner .slick-current .subject .iconlist .subject-icon img
{
    -webkit-animation: zoomIn 1s 0s ease both;
            animation: zoomIn 1s 0s ease both;
}
.banner .slick-current .subject .iconlist .subject-icon p
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .subject .text-1 .text-left h4
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .subject .text-1 .text-left h2
{
    -webkit-animation: fadeInUp 1s 0s ease both;
            animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .subject .text-2 .text-left h2,
.banner .slick-current .subject .text-3 .text-left h2,
.banner .slick-current .subject .text-4 .text-left h2,
.banner .slick-current .subject .text-2 .text-left h3,
.banner .slick-current .subject .text-3 .text-left h3,
.banner .slick-current .subject .text-4 .text-left h3
{
    -webkit-animation: fadeInDown 1s 0s ease both;
            animation: fadeInDown 1s 0s ease both;
}
.banner .slick-current .subject .text-2 .text-img img,
.banner .slick-current .subject .text-3 .text-img img,
.banner .slick-current .subject .text-4 .text-img img
{
    -webkit-animation: bzoom 1.5s 0s ease both;
            animation: bzoom 1.5s 0s ease both;
}
.banner-in
{
    position: relative;

    overflow: hidden;
}
.banner-in img
{
    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in img
    {
        width: 180%;
        margin-left: -40%;
    }
}
.banner-in .text-inner
{
    position: absolute;
    top: -webkit-calc(50% + 60px);
    top:         calc(50% + 60px);

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-inner
    {
        top: -webkit-calc(50% + 30px);
        top:         calc(50% + 30px);
    }
}
.banner-in .text-inner h2,
.banner-in .text-inner h3
{
    font-size: 36px;
    line-height: 1.4;

    margin: 0;

    color: #fff;
}
@media (max-width: 1199px)
{
    .banner-in .text-inner h2,
    .banner-in .text-inner h3
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .banner-in .text-inner h2,
    .banner-in .text-inner h3
    {
        font-size: 24px;
    }
}
.banner-in .text-inner h2
{
    font-weight: bold;
}
.banner-in .text-inner h3
{
    font-family: 'D-DIN Condensed';
}
.banner-products
{
    overflow: hidden;

    height: 110px;
}
@media (max-width: 1199px)
{
    .banner-products
    {
        height: 75px;
    }
}
.banner-products .item
{
    height: 100%;
}
.banner-products img
{
    width: 100%;
}
@media (max-width: 1470px)
{
    .banner-products img
    {
        width: auto;
        height: 100%;
    }
}
@-webkit-keyframes warn
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 0;
    }
}
@keyframes warn
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 0;
    }
}
@-webkit-keyframes bzoom
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes bzoom
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.bzoom
{
    -webkit-animation-name: bzoom;
            animation-name: bzoom;
}
@-webkit-keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
@keyframes bwidth
{
    0%
    {
                width: 0;

        opacity: 1;

        -webkit-width: 0;
            -ms-width: 0;
    }
    100%
    {
                width: 100%;

        opacity: 1;

        -webkit-width: 100%;
    }
}
.bwidth
{
    -webkit-animation-name: bwidth;
            animation-name: bwidth;
}
.spacing
{
    overflow: hidden;

    padding: 70px 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .spacing
    {
        padding: 50px 0;
    }
}
.spacing .more
{
    margin-top: 40px;

    text-align: center;
}
@media (max-width: 991px)
{
    .spacing .more
    {
        margin-top: 20px;
    }
}
.spacing .more a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    padding: 0 50px;

    color: #92bae1;
    border: 1px solid #c5d9f1;
}
@media (max-width: 991px)
{
    .spacing .more a
    {
        line-height: 40px;

        padding: 0 40px;
    }
}
@media (max-width: 767px)
{
    .spacing .more a
    {
        font-size: 14px;
    }
}
.spacing .more a span
{
    position: relative;
    z-index: 5;

    display: block;
}
.spacing .more a span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;

    margin-left: 6px;

    content: '\e610';
    vertical-align: middle;
}
.spacing .more a:before
{
    position: absolute;
    top: -110%;
    left: -10%;

    display: block;

    width: 120%;
    height: 0;
    padding-bottom: 120%;

    content: '';
    -webkit-transform: translateX(-68%) scale3d(0, 0, 0);
            transform: translateX(-68%) scale3d(0, 0, 0);

    border-radius: 50%;
    background: #ae090f;
}
.spacing .more a:after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translateX(102%);
        -ms-transform: translateX(102%);
            transform: translateX(102%);

    background: #ae090f;
}
.spacing .more a:hover:before
{
    -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1);
            transition:         transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
    -webkit-transform: translate(0) scale(1);
        -ms-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
}
.spacing .more a:hover:after
{
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 31.25ms;
            transition-duration: 31.25ms;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}
.spacing .more a:hover span
{
    -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
            animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.home-title
{
    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;
}
@media (max-width: 767px)
{
    .home-title
    {
        display: block;
    }
}
.home-title h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-title h2
    {
        font-size: 20px;
    }
}
.home-title h2 span
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    font-weight: normal;

    display: block;

    text-transform: uppercase;

    color: #0048a6;
}
@media (max-width: 1470px)
{
    .home-title h2 span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-title h2 span
    {
        font-size: 20px;
    }
}
.home-title p
{
    font-size: 16px;
    line-height: 36px;

    display: inline-block;

    padding: 0 20px;

    color: #fff;
    background-color: #0048a6;
}
@media (max-width: 767px)
{
    .home-title p
    {
        font-size: 14px;
    }
}
.home-title .more a,
.home-title .more span
{
    font-size: 16px;
    line-height: 30px;

    display: block;

    color: #777;
}
.home-title .more a:hover,
.home-title .more span:hover
{
    color: #cc1017;
}
.common-txt
{
    margin-top: 20px;
}
@media (max-width: 991px)
{
    .common-txt
    {
        margin-top: 10px;
    }
}
.common-txt p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .common-txt p
    {
        font-size: 14px;
    }
}
.home-about
{
    position: relative;

    padding: 50px 0;

    background: url(../images/about_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .home-about
    {
        background: url(../images/about_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.home-about .about
{
    font-size: 0;
}
.home-about .about .about-left,
.home-about .about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.home-about .about .about-left
{
    width: 470px;
}
@media (max-width: 1199px)
{
    .home-about .about .about-left
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .home-about .about .about-left
    {
        display: none;

        width: 100%;
    }
}
.home-about .about .about-left .img
{
    display: inline-block;

    background-color: #0048a6;
}
.home-about .about .about-left img
{
    max-width: 100%;

    -webkit-transform: translate3d(50px, 30px, 0);
            transform: translate3d(50px, 30px, 0);
}
@media (max-width: 1199px)
{
    .home-about .about .about-left img
    {
        -webkit-transform: translate3d(15px, 15px, 0);
                transform: translate3d(15px, 15px, 0);
    }
}
.home-about .about .about-right
{
    width: -webkit-calc(100% - 470px);
    width:         calc(100% - 470px);
    padding-left: 8%;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding-left: 3%;
    }
}
@media (max-width: 991px)
{
    .home-about .about .about-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.home-about .about .about-right .title-about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-bottom: 12px;

    border-bottom: 1px solid #ccc;

    -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;
}
.home-about .about .about-right .title-about h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .about-right .title-about h2
    {
        font-size: 20px;
    }
}
.home-about .about .about-right .title-about h2 span
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    font-weight: normal;

    display: block;

    color: #0048a6;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .title-about h2 span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .about-right .title-about h2 span
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .title-about img
    {
        max-width: 240px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .about-right .title-about img
    {
        max-width: 160px;
    }
}
.home-about .about .about-right .sign
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .sign
    {
        margin-top: 20px;
    }
}
.home-about .about .about-right .sign h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .sign h3
    {
        font-size: 20px;
    }
}
.home-about .about .about-right .sign img
{
    display: inline-block;

    width: 46px;

    vertical-align: middle;
}
.home-about .about .about-right .desc
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .desc
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .home-about .about .about-right .desc
    {
        margin-top: 0;
    }
}
.home-about .about .about-right .desc p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .desc p
    {
        font-size: 14px;
    }
}
.home-about .about .about-right .advantage > ul
{
    font-size: 0;
}
.home-about .about .about-right .advantage > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.home-about .about .about-right .advantage .subject
{
    font-size: 0;

    margin-top: 50px;
}
@media (max-width: 991px)
{
    .home-about .about .about-right .advantage .subject
    {
        margin-top: 30px;
    }
}
.home-about .about .about-right .advantage .subject .iconimg,
.home-about .about .about-right .advantage .subject .txt
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.home-about .about .about-right .advantage .subject .iconimg
{
    overflow: hidden;

    width: 88px;
    height: 88px;
    padding: 12px;

    border-radius: 20px;
    background-color: #0048a6;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .advantage .subject .iconimg
    {
        width: 66px;
        height: 66px;
        padding: 10px;
    }
}
.home-about .about .about-right .advantage .subject .iconimg img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.home-about .about .about-right .advantage .subject .txt
{
    width: -webkit-calc(100% - 88px);
    width:         calc(100% - 88px);
    padding: 0 20px;
}
@media (max-width: 1199px)
{
    .home-about .about .about-right .advantage .subject .txt
    {
        padding: 0 0 0 14px;
    }
}
.home-about .about .about-right .advantage .subject .txt h3
{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;

    margin: 0 0 10px 0;
}
.home-about .about .about-right .advantage .subject .txt p
{
    line-height: 18px;

    margin: 0;

    color: #777;
}
.home-products
{
    padding: 50px 0;

    background: url(../images/product_bg.jpg) no-repeat center;
}
@media (max-width: 1199px)
{
    .home-products
    {
        background: url(../images/product_bg.jpg) no-repeat center;
    }
}
.home-products .home-title
{
    text-align: center;
}
.home-products .home-title p
{
    margin-top: 20px;
}
.home-products .products-sort
{
    position: relative;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 1470px)
{
    .home-products .products-sort
    {
        margin-top: 30px;
    }
}
@media (max-width: 991px)
{
    .home-products .products-sort
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .home-products .products-sort
    {
        margin: 0;
    }
}
.home-products .products-sort > ul
{
    font-size: 0;

    margin: 0 -24px;
}
@media (max-width: 1470px)
{
    .home-products .products-sort > ul
    {
        margin: 0 -8px;
    }
}
.home-products .products-sort > ul > li
{
    font-size: 16px;

    position: relative;

    display: inline-block;

    padding: 6px 34px;
	color:#525252;
	background:#e6e4e4; border-radius:30px; margin-right:8px;
    
	position: relative;
}
@media (max-width: 1470px)
{
    .home-products .products-sort > ul > li
    {
        padding: 4px 15px;
    }
}
@media (max-width: 767px)
{
    .home-products .products-sort > ul > li
    {
        padding: 0px 8px;
    }
}

#bgli:after{
	display: none;
}
.home-products .products-sort > ul > li.active
{ background:#0048a6;
}
.home-products .products-sort > ul > li.active .subject h3
{
    color: #fff;
}
.home-products .products-sort .subject
{
    display: block;

    padding: 0 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-bottom: 3px solid rgba(204, 16, 23, 0);
}
.home-products .products-sort .subject h3
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #525252;
}
@media (max-width: 1470px)
{
    .home-products .products-sort .subject h3
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .home-products .products-sort .subject h3
    {
        font-size: 14px;

        margin: 4px 0 0 0;
    }
}
.home-products .products-desc
{
    margin-top: 50px;
    padding-bottom: 60px;
}
@media (max-width: 991px)
{
    .home-products .products-desc
    {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .home-products .products-desc
    {
        margin-top: 0;
    }
}
.home-products .products-desc .subject
{
    display: block;

    text-align: center;
}
.home-products .products-desc .subject .img
{
    padding: 30px 20px;
}
@media (max-width: 767px)
{
    .home-products .products-desc .subject .img
    {
        padding: 20px 5%;
    }
}
.home-products .products-desc .subject .img .ibox
{
    padding-bottom: 75%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-products .products-desc .subject .desc
{
    padding:0 20px 20px;
}
@media (max-width: 991px)
{
    .home-products .products-desc .subject .desc
    {
        padding: 10px;
    }
}
.home-products .products-desc .subject .desc h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-products .products-desc .subject .desc h3
    {
        font-size: 16px;
    }
}
.home-products .products-desc .subject .desc h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #ed1c24;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .home-products .products-desc .subject .desc h4
    {
        font-size: 14px;
    }
}
.home-products .products-desc .subject .desc .more
{
    display: block;

    margin: 0;
}
.home-products .products-desc .subject .desc .more img
{
    width: 36px;
    margin: 0 auto;
}
.home-products .products-desc .subject:hover .img .ibox
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-qualification-production
{
    position: relative;
    z-index: 2;
}
.home-qualification-production .qualification-production
{
    font-size: 0;

    overflow: hidden;

    margin-top: -60px;
}
.home-qualification-production .qualification-production .subject
{
    font-size: 0;

    display: inline-block;

    width: 50%;
    padding: 40px 4%;

    vertical-align: top;

    color: #fff;
    background: url(../images/qualification_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .home-qualification-production .qualification-production .subject
    {
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .home-qualification-production .qualification-production .subject
    {
        width: 100%;
    }
}
.home-qualification-production .qualification-production .subject .img,
.home-qualification-production .qualification-production .subject .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.home-qualification-production .qualification-production .subject .img
{
    width: 40%;

    border: 6px solid #ebebeb;
}
.home-qualification-production .qualification-production .subject .img .ibox
{
    padding-bottom: 72%;
}
.home-qualification-production .qualification-production .subject .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-qualification-production .qualification-production .subject .desc
{
    width: 60%;
    padding: 0 5%;
}
.home-qualification-production .qualification-production .subject .desc h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 767px)
{
    .home-qualification-production .qualification-production .subject .desc h3
    {
        font-size: 20px;
    }
}
.home-qualification-production .qualification-production .subject .desc h4
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 1.4;

    margin: 0;

    text-transform: uppercase;

    opacity: .5;
}
@media (max-width: 1470px)
{
    .home-qualification-production .qualification-production .subject .desc h4
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .home-qualification-production .qualification-production .subject .desc h4
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .home-qualification-production .qualification-production .subject .desc h4
    {
        font-size: 16px;
    }
}
.home-qualification-production .qualification-production .subject .desc .more
{
    display: block;
}
.home-qualification-production .qualification-production .subject .desc .more img
{
    width: 44px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
@media (max-width: 767px)
{
    .home-qualification-production .qualification-production .subject .desc .more img
    {
        width: 34px;
    }
}
.home-qualification-production .qualification-production .subject.production
{
    background: url(../images/production_bg.jpg) no-repeat center;
    background-size: cover;
}
.home-qualification-production .qualification-production .subject:hover .img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-cases
{
    background: url(../images/case_bg.jpg) no-repeat center;
    background-size: cover;
}
.home-cases .case
{
    overflow: hidden;
}
@media (max-width: 991px)
{
    .home-cases .case
    {
        margin-top: 20px;
    }
}
.home-cases .case .casebox
{
    font-size: 0;

    overflow: hidden;

    margin: 0 -20px;
}
@media (max-width: 991px)
{
    .home-cases .case .casebox
    {
        margin: 0 -5px;
    }
}
.home-cases .case .case-left,
.home-cases .case .case-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.home-cases .case .case-left
{
    width: 40.6%;
    margin-top: 40px;
    padding: 0 20px;
}
@media (max-width: 991px)
{
    .home-cases .case .case-left
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
@media (max-width: 767px)
{
    .home-cases .case .case-left
    {
        width: 100%;
    }
}
.home-cases .case .case-left .subject
{
    position: relative;

    display: block;
}
.home-cases .case .case-left .subject .ibox
{
    padding-bottom: 75%;
}
.home-cases .case .case-left .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-cases .case .case-left .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-cases .case .case-left .subject .title-case
{
    position: absolute;
    z-index: 2;
    bottom: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 20px 30px;

    color: #fff;
    background-color: rgba(12, 61, 151, .8);

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 991px)
{
    .home-cases .case .case-left .subject .title-case
    {
        padding: 10px;
    }
}
.home-cases .case .case-left .subject .title-case h3
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1470px)
{
    .home-cases .case .case-left .subject .title-case h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .home-cases .case .case-left .subject .title-case h3
    {
        font-size: 20px;
    }
}
.home-cases .case .case-left .subject .title-case h3 span
{
    font-family: 'D-DIN Condensed';

    display: block;
}
.home-cases .case .case-left .subject .title-case .more img
{
    width: 44px;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.home-cases .case .case-right
{
    width: 59.4%;
}
@media (max-width: 767px)
{
    .home-cases .case .case-right
    {
        width: 100%;
    }
}
.home-cases .case .case-right ul
{
    font-size: 0;
}
.home-cases .case .case-right ul li
{
    font-size: 14px;

    display: inline-block;

    width: 33.33333333%;
    margin-top: 40px;
    padding: 0 20px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .home-cases .case .case-right ul li
    {
        margin-top: 10px;
        padding: 0 5px;
    }
}
.home-cases .case .case-right .subject
{
    display: block;
}
.home-cases .case .case-right .subject .ibox
{
    padding-bottom: 75%;
}
.home-cases .case .case-right .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-cases .case .case-right .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .slick-arrow,
.home-partner .slick-arrow
{
    font-size: 36px; border:2px solid; border-radius:50%;
    z-index: 9; font-weight:bold;
    top: -90px; width:50px; height:50px; line-height:38px;
    right: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    color: #0048a6;
}
@media (max-width: 991px)
{
    .home-news .slick-arrow,
    .home-partner .slick-arrow
    {
        width: 40px;
        height: 40px;

        background: none;
    }
}
@media (max-width: 767px)
{
    .home-news .slick-arrow,
    .home-partner .slick-arrow
    {
        font-size: 28px;
    }
}
.home-news .slick-arrow.slick-prev,
.home-partner .slick-arrow.slick-prev
{
    right: 60px; margin-right:8px;
    left: auto;
}
.home-news .slick-arrow:before,
.home-partner .slick-arrow:before
{
    content: '<';
}
.home-news .slick-arrow.slick-next:before,
.home-partner .slick-arrow.slick-next:before
{
    content: '>';
}
.home-news .slick-arrow:hover,
.home-partner .slick-arrow:hover
{
    color: #ae090f;
}
.home-news
{
    padding-bottom: 0;
}
.home-news .news
{
    padding-bottom: 60px;

    border-bottom: 1px solid #eee;
}
.home-news .news-scroll
{
    margin: 0 -40px;
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .home-news .news-scroll
    {
        margin-right: -20px;
        margin-left: -20px;
    }
}
.home-news .subject
{
    display: block;

    padding: 0 40px;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-right: 1px solid #e9e9e9;
}
@media (max-width: 991px)
{
    .home-news .subject
    {
        padding: 0 20px;
    }
}
.home-news .subject .date
{
    font-family: 'D-DIN Condensed';
    font-size: 20px;

    display: block;

    color: #0048a6;
}
.home-news .subject h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .home-news .subject h3
    {
        font-size: 16px;
    }
}
.home-news .subject p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    color: #777;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .home-news .subject p
    {
        font-size: 14px;
    }
}
.home-news .subject .img
{
    margin-top: 50px;
}
@media (max-width: 991px)
{
    .home-news .subject .img
    {
        margin-top: 30px;
    }
}
.home-news .subject .img .ibox
{
    padding-bottom: 78.125%;
}
.home-news .subject .img .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.home-news .subject .more
{
    line-height: 30px;

    margin-top: 30px;
    padding-top: 14px;

    text-align: left;

    border-top: 1px solid #e5e5e5;
}
.home-news .subject .more span
{
    font-size: 16px;

    display: block;

    color: #999;
}
.home-news .subject .more span:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;
    float: right;

    content: '→';
}
.home-news .subject:hover .img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.home-news .subject:hover h3
{
    color: #cc1017;
}
.home-news .subject:hover .more span
{
    color: #0048a6;
}
@media (max-width: 991px)
{
    .home-news .slick-arrow
    {
        right: 15px;
    }
}
.home-partner .partner
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .home-partner .partner
    {
        margin-top: 30px;
    }
}
.home-partner .partner .partner-scroll
{
    margin: 0 -24px;
}
@media (max-width: 1350px)
{
    .home-partner .partner .partner-scroll
    {
        margin: 0 -10px;
    }
}
.home-partner .partner .slick-slide
{
    padding: 0 24px;
}
@media (max-width: 1350px)
{
    .home-partner .partner .slick-slide
    {
        padding: 0 10px;
    }
}
.home-partner .partner .subject
{
    border: 1px solid #f0eeef;
}
.home-partner .partner .subject .ibox
{
    padding-bottom: 50%;
}
.home-partner .slick-arrow
{
    top: -130px;
}
@media (max-width: 991px)
{
    .home-partner .slick-arrow
    {
        top: -90px;
    }
}
.footer
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    background-color: #2a2a2a;
}
@media (max-width: 767px)
{
    .footer
    {
        padding-bottom: 60px;
    }
}
.footer .foot
{
    overflow: hidden;

    padding: 60px 3% 80px;
}
@media (max-width: 767px)
{
    .footer .foot
    {
        padding: 15px;
    }
}
.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;

    text-align: left;
    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        width: 100%;
        margin: 4px 0;
    }
}
@media (max-width: 991px)
{
    .footer .foot > ul > li
    {
        display: block;
    }
}
.footer .foot .title-foot h3
{
     line-height: 30px;
     font-size: 18px; 
	 margin-bottom:18px;
	color: #f3f3f3;
}
.footer .foot .title-foot h3 a
{
    font-size: 18px;
    line-height: 24px;

    color: #f3f3f3;
}
@media (max-width: 767px)
{
    .footer .foot .title-foot h3 a
    {
        font-size: 16px;
    }
}
.footer .foot .text
{
    margin-top:0;
}
@media (max-width: 991px)
{
    .footer .foot .text
    {
        margin: 0;
        padding: 0 0 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-contact img
    {
        display: block;
    }
}
.footer .foot .item-contact p
{
    font-size: 15px;
    line-height: 30px; 
	color:#c8c8c8;
    position: relative;
}
@media (max-width: 1350px)
{
    .footer .foot .item-contact p
    {
        font-size: 18px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-contact p
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-contact p
    {
        font-size: 16px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-contact p
    {
        display: inline-block;

        margin-top: 10px;

        vertical-align: top;
    }
}

.footer .foot .item-contact p.email:before
{
    content: '\e72e';
}
.footer .foot .item-contact img
{
    max-width: 320px;
}
@media (max-width: 1350px)
{
    .footer .foot .item-contact img
    {
        max-width: 200px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-contact img
    {
        max-width: 140px;
    }
}
.footer .foot .item-contact a:hover
{
    text-decoration: underline;
}
.footer .foot .item-nav a
{
    font-size: 15px;
    line-height: 30px;

    display: block; margin-bottom:10px;
    vertical-align: top;

    color: #c8c8c8;
}
@media (max-width: 1360px)
{
    .footer .foot .item-nav a
    {
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .footer .foot .item-nav a
    {
        line-height: 24px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-nav a
    {
        display: inline-block;

        margin-right: 14px;

        vertical-align: top;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-nav a
    {
        display: inline-block;

        max-width: 100%;
        margin-right: 10px;

        vertical-align: top;
    }
}
.footer .foot .item-nav a:hover
{
    color: #0048a6;
}
.footer .foot .item-erweima
{
    text-align: center;
}
@media (max-width: 1199px)
{
    .footer .foot .item-erweima
    {
        text-align: left;
    }
}
.footer .foot .item-erweima .erweima
{
    display: inline-block;

    margin-left: 20px;

    text-align: center;
    vertical-align: top;
}
@media (max-width: 1350px)
{
    .footer .foot .item-erweima .erweima
    {
        margin-left: 10px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-erweima .erweima
    {
        margin-right: 10px;
        margin-left: 0;
    }
}
.footer .foot .item-erweima .erweima img
{
    max-width: 150px;
}
@media (max-width: 1350px)
{
    .footer .foot .item-erweima .erweima img
    {
        max-width: 120px;
    }
}
.footer .foot .item-erweima .erweima p
{
    font-size: 16px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #c8c8c8;
}
@media (max-width: 767px)
{
    .footer .foot .item-erweima .erweima p
    {
        font-size: 14px;
    }
}
.footer .copyright
{
    padding: 25px 3%; 
	color:#9a9a9a;
    background-color: #000;
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        padding: 10px 15px;
    }
}
.footer .copyright p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .copyright p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 12px;
    }
}
.footer .copyright p span
{
    margin-left: 3%;
}
@media (max-width: 767px)
{
    .footer .copyright p span
    {
        display: block;

        margin: 0;
    }
}
.footer .copyright p a
{
    margin-left: 30px;
}
@media (max-width: 767px)
{
    .footer .copyright p a
    {
        display: block;

        margin-left: 0;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;

    color: #fff;
}
.inner-wrap .container
{
    max-width: 1630px;
    margin: 0 auto;
}
.inner
{
    overflow: hidden;

    padding: 70px 0;
}
@media (max-width: 991px)
{
    .inner
    {
        padding: 30px 0;
    }
}
.inner-menu
{
    overflow: hidden;

    background-color: #ececec;
}
.inner-menu .menu-nav
{
    text-align: center;
}
.inner-menu .menu-nav > ul > li
{
    display: inline-block;

    vertical-align: top;
}
.inner-menu .menu-nav > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 25px 40px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 991px)
{
    .inner-menu .menu-nav > ul > li > a
    {
        font-size: 16px;

        padding: 15px 20px;
    }
}
@media (max-width: 767px)
{
    .inner-menu .menu-nav > ul > li > a
    {
        font-size: 14px;

        padding: 10px 10px;
    }
}
.inner-menu .menu-nav > ul > li.active > a,
.inner-menu .menu-nav > ul > li:hover > a
{
    color: #fff;
    background-color: #0048a6;
}
.inner-location
{
    padding: 30px 0;

    background-color: #ececec;
}
@media (max-width: 767px)
{
    .inner-location
    {
        padding: 10px 0;
    }
}
.inner-location .title-inner
{
    display: inline-block;
}
@media (max-width: 767px)
{
    .inner-location .title-inner
    {
        display: block;
    }
}
.inner-location .title-inner h2
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-location .title-inner h2
    {
        font-size: 20px;
    }
}
.inner-location .location
{
    display: inline-block;
    float: right;
}
@media (max-width: 767px)
{
    .inner-location .location
    {
        display: block;
        float: none;

        text-align: right;
    }
}
.inner-location .location .icon
{
    font-size: 20px;

    color: #cc1017;
}
.inner-location .location .icon,
.inner-location .location span,
.inner-location .location ul
{
    line-height: 30px;

    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul
{
    color: #666;
}
.inner-location .location ul li
{
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li:after
{
    display: inline-block;

    content: '>';
    vertical-align: top;
}
.inner-location .location ul li:last-child:after
{
    display: none;
}
.inner-location .location ul li a
{
    display: inline-block;

    vertical-align: top;
}
.inner-location .location ul li a:hover
{
    color: #0048a6;
}
.catalog
{
    padding: 26px;

    border: 1px solid #e4e4e4;
}
@media (max-width: 991px)
{
    .catalog
    {
        padding: 16px;
    }
}
@media (max-width: 767px)
{
    .catalog
    {
        padding: 6px;
    }
}
.catalog .menu ul.menunav-1 > li
{
    position: relative;

    margin-bottom: 5px;
}
.catalog .menu ul.menunav-1 > li .open-menu
{
    font-size: 20px;
    line-height: 60px;

    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #aaa;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li .open-menu
    {
        font-size: 18px;
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
}
.catalog .menu ul.menunav-1 > li .open-menu:before
{
    font-family: '宋体' !important;

    display: inline-block;

    content: '>';
    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
}
.catalog .menu ul.menunav-1 > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 15px 60px 15px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #555;
    background-color: #eee;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li > a
    {
        font-size: 15px;

        padding: 5px 50px 5px 10px;
    }
}
@media (max-width: 767px)
{
    .catalog .menu ul.menunav-1 > li > a
    {
        font-size: 14px;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2
{
    display: none;
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li
{
    margin-top: 4px;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a
{
    font-size: 14px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #777;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .catalog .menu ul.menunav-1 > li ul.menunav-2 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 14px;
    }
}
.catalog .menu ul.menunav-1 > li.current .open-menu:before
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            color: #fff;
}
.catalog .menu ul.menunav-1 > li:hover > a,
.catalog .menu ul.menunav-1 > li.active > a,
.catalog .menu ul.menunav-1 > li.current > a
{
    background-color: #0048a6;
    color: #fff;
}
@media (min-width: 1350px)
{
    .inner-left
    {
        width: 20%;
    }
    .inner-right
    {
        width: 80%;
    }
}
.innersidebar
{
    position: absolute;
    top: -webkit-calc(50% + 40px);
    top:         calc(50% + 40px);

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .innersidebar
    {
        position: relative;
        top: 0;

        margin-top: 30px;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        color: #666;
    }
}
.innersidebar .title-innersidebar h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    margin: 0;

    background-image: -webkit-linear-gradient(right, #fff, #b4b4b4, #fff);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
@media (max-width: 991px)
{
    .innersidebar .title-innersidebar h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .innersidebar .title-innersidebar h2
    {
        background-image: -webkit-linear-gradient(right, #666, #b4b4b4, #666);
    }
}
.innersidebar .sidebar
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar
    {
        margin-top: 20px;
    }
}
.innersidebar .sidebar > ul
{
    margin: 0 -34px;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar > ul
    {
        margin: 0 -10px;
    }
}
.innersidebar .sidebar > ul > li
{
    display: inline-block;

    padding: 0 34px;

    vertical-align: top;
}
@media (max-width: 991px)
{
    .innersidebar .sidebar > ul > li
    {
        padding: 0 10px;
    }
}
.innersidebar .sidebar > ul > li > a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    -webkit-transition: all .2s;
            transition: all .2s;

    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px)
{
    .innersidebar .sidebar > ul > li > a
    {
        font-size: 14px;
    }
}
.innersidebar .sidebar > ul > li > a:after
{
    position: absolute;
    bottom: -7px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;

    opacity: 0;
    border-width: 5px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.innersidebar .sidebar > ul > li.active > a,
.innersidebar .sidebar > ul > li:hover > a
{
    border-bottom: 2px solid #fff;
}
@media (max-width: 767px)
{
    .innersidebar .sidebar > ul > li.active > a,
    .innersidebar .sidebar > ul > li:hover > a
    {
        color: #cc1017;
    }
}
.innersidebar .sidebar > ul > li.active > a:after,
.innersidebar .sidebar > ul > li:hover > a:after
{
    opacity: 1;
}
.inner-about .about
{
    font-size: 0;
}
.inner-about .about .about-left,
.inner-about .about .about-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-about .about .about-left
{
    width: 520px;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-left
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .about-left
    {
        display: none;

        width: 100%;
    }
}
.inner-about .about .about-left .img
{
    display: inline-block;

    padding: 30px 0;

    background-color: #0048a6;
}
.inner-about .about .about-left img
{
    max-width: 100%;

    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
}
@media (max-width: 1199px)
{
    .inner-about .about .about-left img
    {
        -webkit-transform: translate3d(15px, 0, 0);
                transform: translate3d(15px, 0, 0);
    }
}
.inner-about .about .about-right
{
    width: -webkit-calc(100% - 520px);
    width:         calc(100% - 520px);
    padding-left: 5%;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
        padding-left: 3%;
    }
}
@media (max-width: 991px)
{
    .inner-about .about .about-right
    {
        width: 100%;
        padding-left: 0;
    }
}
.inner-about .about .about-right .title-about
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding-bottom: 12px;

    border-bottom: 1px solid #ccc;

    -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;
}
.inner-about .about .about-right .title-about h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .title-about h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-right .title-about h2
    {
        font-size: 20px;
    }
}
.inner-about .about .about-right .title-about h2 span
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    font-weight: normal;

    display: block;

    color: #0048a6;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .title-about h2 span
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-right .title-about h2 span
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .title-about img
    {
        max-width: 240px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-right .title-about img
    {
        max-width: 160px;
    }
}
.inner-about .about .about-right .sign
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .sign
    {
        margin-top: 20px;
    }
}
.inner-about .about .about-right .sign h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .sign h3
    {
        font-size: 20px;
    }
}
.inner-about .about .about-right .sign img
{
    display: inline-block;

    width: 46px;

    vertical-align: middle;
}
.inner-about .about .about-right .desc
{
    margin-top: 30px;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .desc
    {
        margin-top: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-right .desc
    {
        margin-top: 0;
    }
}
.inner-about .about .about-right .desc p
{
    font-size: 16px;
    line-height: 20px;

    margin: 0;

    color: #777;
}
@media (max-width: 1199px)
{
    .inner-about .about .about-right .desc p
    {
        font-size: 14px;
    }
}
.inner-about .about .about-right .about-logo
{
    margin-top: 100px;
}
@media (max-width: 991px)
{
    .inner-about .about .about-right .about-logo
    {
        margin-top: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-about .about .about-right .about-logo
    {
        font-size: 0;

        margin-top: 30px;
    }
}
.inner-about .about .about-right .about-logo img
{
    display: inline-block;

    max-width: 108px;
    margin-right: 5%;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .inner-about .about .about-right .about-logo img
    {
        max-width: 25%;
        margin: 0;
        padding: 0 4px;
    }
}
.inner-advantage
{
    padding: 0;

    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inner-advantage
    {
        background-attachment: fixed;
    }
}
.inner-advantage .advantage > ul
{
    font-size: 0;
}
.inner-advantage .advantage > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;

    border-right: 1px solid rgba(255, 255, 255, .3);
}
@media (max-width: 767px)
{
    .inner-advantage .advantage > ul > li
    {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
}
.inner-advantage .advantage > ul > li:last-child
{
    border-right: none;
}
.inner-advantage .advantage .subject
{
    padding: 140px 5%;

    -webkit-transition: all .5s;
            transition: all .5s;
    text-align: center;

    color: #fff;
}
@media (max-width: 1350px)
{
    .inner-advantage .advantage .subject
    {
        padding: 100px 3%;
    }
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .subject
    {
        padding: 60px 10px;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .subject
    {
        padding: 30px 10px;
    }
}
.inner-advantage .advantage .subject .iconimg
{
    display: block;

    width: 84px;
    height: 84px;
    margin: 0 auto;
}
@media (max-width: 1350px)
{
    .inner-advantage .advantage .subject .iconimg
    {
        width: 66px;
        height: 66px;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .subject .iconimg
    {
        width: 50px;
        height: 50px;
    }
}
.inner-advantage .advantage .subject .iconimg img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.inner-advantage .advantage .subject .txt
{
    max-width: 280px;
    margin: 0 auto;
    margin-top: 20px;
}
.inner-advantage .advantage .subject .txt h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;

    margin: 0 0 18px 0;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .subject .txt h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .subject .txt h3
    {
        font-size: 18px;

        margin-bottom: 10px;
    }
}
.inner-advantage .advantage .subject .txt p
{
    font-size: 16px;
    line-height: 24px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-advantage .advantage .subject .txt p
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .inner-advantage .advantage .subject .txt p
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.inner-advantage .advantage .subject:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.inner-advantage .advantage .subject:hover .iconimg
{
    -webkit-animation: flipInY 1s 0s ease both;
            animation: flipInY 1s 0s ease both;
}
.inner-about-qualification .qualification
{
    margin-top: 30px;
}
.inner-about-qualification .qualification-scroll
{
    margin: 0 -25px;
}
@media (max-width: 1199px)
{
    .inner-about-qualification .qualification-scroll
    {
        margin: 0 -10px;
    }
}
.inner-about-qualification .qualification-scroll .slick-slide
{
    padding: 0 25px;
}
@media (max-width: 1199px)
{
    .inner-about-qualification .qualification-scroll .slick-slide
    {
        padding: 0 10px;
    }
}
.inner-about-qualification .subject
{
    display: block;
}
.inner-about-qualification .subject .ibox
{
    padding-bottom: 80%;
}
.inner-about-qualification .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-about-qualification .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (max-width: 767px)
{
    .inner-about-qualification .slick-dots
    {
        margin-top: 20px;
    }
}
.inner-about-qualification .slick-dots li
{
    width: 30px;
    height: 12px;

    -webkit-transition: all .5s;
            transition: all .5s;

    border-radius: 10px;
    background-color: #d9d9d9;
}
@media (max-width: 767px)
{
    .inner-about-qualification .slick-dots li
    {
        width: 20px;
        height: 6px;
    }
}
.inner-about-qualification .slick-dots li.slick-active
{
    width: 90px;

    background-color: #cc1017;
}
@media (max-width: 991px)
{
    .inner-about-qualification .slick-dots li.slick-active
    {
        width: 50px;
    }
}
@media (max-width: 767px)
{
    .inner-about-qualification .slick-dots li.slick-active
    {
        width: 40px;
    }
}
.inner-culture-vision
{
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size: cover;
}
@media (min-width: 1200px)
{
    .inner-culture-vision
    {
        background-attachment: fixed;
    }
}
.inner-culture-vision .culture-vision .subject
{
    font-size: 0;

    margin: 10px 0;

    color: #fff;
}
.inner-culture-vision .culture-vision .subject .icon,
.inner-culture-vision .culture-vision .subject .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.inner-culture-vision .culture-vision .subject .icon
{
    display: inline-block;

    width: 70px;
    height: 70px;
}
@media (max-width: 767px)
{
    .inner-culture-vision .culture-vision .subject .icon
    {
        width: 50px;
        height: 50px;
    }
}
.inner-culture-vision .culture-vision .subject .icon img
{
    width: 100%;

    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
.inner-culture-vision .culture-vision .subject .desc
{
    position: relative;

    width: -webkit-calc(100% - 70px);
    width:         calc(100% - 70px);
    padding-left: 50px;
}
@media (max-width: 767px)
{
    .inner-culture-vision .culture-vision .subject .desc
    {
        width: -webkit-calc(100% - 50px);
        width:         calc(100% - 50px);
        padding-left: 40px;
    }
}
.inner-culture-vision .culture-vision .subject .desc:before
{
    position: absolute;
    top: 0;
    left: 25px;

    display: inline-block;

    width: 1px;
    height: 80px;

    content: '';
    vertical-align: middle;

    background-color: rgba(255, 255, 255, .5);
}
@media (max-width: 767px)
{
    .inner-culture-vision .culture-vision .subject .desc:before
    {
        left: 20px;

        height: 70px;
    }
}
.inner-culture-vision .culture-vision .subject .desc h3
{
    font-size: 30px;
    line-height: 1.4;

    margin: 0;
}
@media (max-width: 1350px)
{
    .inner-culture-vision .culture-vision .subject .desc h3
    {
        font-size: 26px;
    }
}
@media (max-width: 1199px)
{
    .inner-culture-vision .culture-vision .subject .desc h3
    {
        font-size: 24px;
    }
}
@media (max-width: 991px)
{
    .inner-culture-vision .culture-vision .subject .desc h3
    {
        font-size: 20px;
    }
}
.inner-culture-vision .culture-vision .subject .desc p
{
    font-size: 18px;
    line-height: 1.4;

    margin: 8px 0 0 0;
}
@media (max-width: 1350px)
{
    .inner-culture-vision .culture-vision .subject .desc p
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .inner-culture-vision .culture-vision .subject .desc p
    {
        font-size: 14px;
    }
}
.inner-history .history
{
    font-size: 0;

    margin-top: 30px;
}
.inner-history .history .history-left,
.inner-history .history .history-img
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-history .history .history-left
{
    font-size: 0;

    width: 84%;
    padding: 0 8%;
}

.inner-history .history .history-left img{ max-width:100%;}

@media (max-width: 1350px)
{
    .inner-history .history .history-left
    {
        padding: 0 5%;
    }
}
@media (max-width: 991px)
{
    .inner-history .history .history-left
    {
        padding: 0;
    }
}
@media (max-width: 767px)
{
    .inner-history .history .history-left
    {
        width: 100%;
    }
}
.inner-history .history .history-left .title-history,
.inner-history .history .history-left .history-list
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-history .history .history-left .title-history
{
    width: 100px;
    margin-top: 70px;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .title-history
    {
        width: 60px;
        margin-top: 60px;
    }
}
.inner-history .history .history-left .title-history h3
{
    font-family: 'D-DIN Condensed';
    font-size: 48px;
    font-weight: bold;

    margin: 0;

    color: #cc1017;
}
@media (max-width: 991px)
{
    .inner-history .history .history-left .title-history h3
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .title-history h3
    {
        font-size: 30px;
    }
}
.inner-history .history .history-left .history-list
{
    position: relative;

    width: -webkit-calc(100% - 100px);
    width:         calc(100% - 100px);
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list
    {
        width: -webkit-calc(100% - 60px);
        width:         calc(100% - 60px);
    }
}
.inner-history .history .history-left .history-list .his-more
{
    line-height: 30px;

    position: absolute;
    bottom: -50px;
    left: 0;

    width: 110px;

    cursor: pointer;
    text-align: center;
}
.inner-history .history .history-left .history-list .his-more:before
{
    font-family: 'iconfont' !important;
    font-size: 50px;

    display: block;

    content: '\e602';

    color: #cc1017;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .his-more:before
    {
        bottom: -30px;

        width: 80px;
    }
}
.inner-history .history .history-left .history-list ul
{
    position: relative;
}
.inner-history .history .history-left .history-list ul:before
{
    position: absolute;
    top: 0;
    left: 55px;

    display: block;

    width: 1px;
    height: 100%;

    content: '';

    background-color: #cc1017;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list ul:before
    {
        left: 40px;
    }
}
.inner-history .history .history-left .history-list ul li
{
    display: none;
}
.inner-history .history .history-left .history-list ul li:nth-child(1) .subject
{
    padding-top: 40px;
}
.inner-history .history .history-left .history-list ul li:nth-child(1),
.inner-history .history .history-left .history-list ul li:nth-child(2)
{
    display: block;
}
.inner-history .history .history-left .history-list .subject
{
    font-size: 0;

    position: relative;
    z-index: 2;

    padding-top: 80px;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .subject
    {
        padding-top: 40px;
    }
}
.inner-history .history .history-left .history-list .subject .year,
.inner-history .history .history-left .history-list .subject .desc
{
    display: inline-block;

    vertical-align: top;
}
.inner-history .history .history-left .history-list .subject .year
{
    width: 110px;
    height: 110px;

    text-align: center;

    border: 5px solid #cc1017;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .subject .year
    {
        width: 80px;
        height: 80px;

        border-width: 3px;
    }
}
.inner-history .history .history-left .history-list .subject .year h4
{
    font-family: 'D-DIN Condensed';
    font-size: 48px;
    line-height: 100px;

    margin: 0;

    color: #cc1017;
}
@media (max-width: 991px)
{
    .inner-history .history .history-left .history-list .subject .year h4
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .subject .year h4
    {
        font-size: 30px;
        line-height: 74px;
    }
}
.inner-history .history .history-left .history-list .subject .desc
{
    width: -webkit-calc(100% - 110px);
    width:         calc(100% - 110px);
    padding-top: 20px;
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .subject .desc
    {
        width: -webkit-calc(100% - 80px);
        width:         calc(100% - 80px);
        padding-top: 10px;
        padding-left: 14px;
    }
}
.inner-history .history .history-left .history-list .subject .desc p
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    margin: 20px 0;

    color: #666;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .subject .desc p
    {
        font-size: 16px;

        margin: 10px 0;
    }
}
.inner-history .history .history-left .history-list .subject .desc p b
{
    font-size: 22px;

    display: inline-block;

    min-width: 50px;
    margin-right: 10px;

    vertical-align: middle;

    color: #cc1017;
}
@media (max-width: 767px)
{
    .inner-history .history .history-left .history-list .subject .desc p b
    {
        font-size: 18px;
    }
}
.inner-history .history .history-left .history-list.active ul li
{
    display: block;
}
.inner-history .history .history-left .history-list.active .his-more
{
    display: none;
}
.inner-history .history .history-img
{
    width: 30%;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-history .history .history-img
    {
        width: 100%;
    }
}
.inner-history .history .history-img img
{
    max-width: 100%;
}
.inner-partner
{
    background-color: #f5f5f5;
}
#about,
#qualification,
#partner,
#history,
#culture
{
    position: relative;
    top: -80px;
}
.inner-news .news-top
{
    font-size: 0;

    display: block;
}
.inner-news .news-top .img,
.inner-news .news-top .desc
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    width: 50%;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .inner-news .news-top .img,
    .inner-news .news-top .desc
    {
        width: 100%;
    }
}
.inner-news .news-top .img
{
    position: relative;
    left: 50%;

    overflow: hidden;

    padding-bottom: 50px;
}
@media (max-width: 767px)
{
    .inner-news .news-top .img
    {
        left: 0;

        padding-bottom: 30px;
    }
}
.inner-news .news-top .img:before
{
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;

    width: 80%;
    height: 80%;

    content: '';

    background: #f3f3f3;
}
.inner-news .news-top .img img
{
    position: relative;
    z-index: 2;

    width: 90%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news-top .desc
{
    right: 50%;

    padding-right: 40px;
}
@media (max-width: 767px)
{
    .inner-news .news-top .desc
    {
        right: 0;
    }
}
.inner-news .news-top .desc .date
{
    font-family: 'D-DIN Condensed';
    font-size: 30px;
    line-height: 1.4;

    display: block;

    color: #e60000;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc .date
    {
        font-size: 24px;
    }
}
.inner-news .news-top .desc .title-desc
{
    padding-bottom: 10px;

    border-bottom: 1px solid #d0d0d0;
}
.inner-news .news-top .desc .title-desc h3
{
    font-size: 20px;
    line-height: 30px;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc .title-desc h3
    {
        font-size: 18px;
    }
}
.inner-news .news-top .desc .txt
{
    margin-top: 20px;
}
.inner-news .news-top .desc .txt p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc .txt p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-news .news-top .desc .more
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    width: 140px;
    margin-top: 50px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #e60000;
}
@media (max-width: 991px)
{
    .inner-news .news-top .desc .more
    {
        margin-top: 20px;
    }
}
.inner-news .news-top .desc .more:hover
{
    background-color: #cc1017;
}
.inner-news .news-top:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news-top:hover .desc h3
{
    color: #cc1017;
}
@media (min-width: 1200px)
{
    .inner-news .news ul
    {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px)
{
    .inner-news .news ul li
    {
        padding: 0 20px;
    }
}
.inner-news .news .subject
{
    display: block;

    margin-top: 40px;

    border-bottom: 2px solid #e60000;
}
@media (max-width: 767px)
{
    .inner-news .news .subject
    {
        margin-top: 20px;
    }
}
.inner-news .news .subject .ibox
{
    padding-bottom: 75%;
}
.inner-news .news .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-news .news .subject .ibox .date
{
    font-family: 'D-DIN Condensed';
    line-height: 1;

    position: absolute;
    z-index: 2;
    top: 0;
    left: 28px;

    padding: 10px;

    text-align: center;

    color: #fff;
    background-color: #e60000;
}
@media (max-width: 767px)
{
    .inner-news .news .subject .ibox .date
    {
        left: 0;

        padding: 5px;
    }
}
.inner-news .news .subject .ibox .date b
{
    font-size: 48px;
    font-weight: normal;

    display: block;
}
@media (max-width: 991px)
{
    .inner-news .news .subject .ibox .date b
    {
        font-size: 38px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .subject .ibox .date b
    {
        font-size: 30px;
    }
}
.inner-news .news .subject .ibox .date span
{
    font-size: 24px;
}
@media (max-width: 991px)
{
    .inner-news .news .subject .ibox .date span
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-news .news .subject .ibox .date span
    {
        font-size: 16px;
    }
}
.inner-news .news .subject .desc
{
    padding: 14px 0;
}
.inner-news .news .subject .desc h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news .news .subject .desc h3
    {
        font-size: 16px;
    }
}
.inner-news .news .subject .desc p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-news .news .subject .desc p
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.inner-news .news .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-news .news .subject:hover .desc h3
{
    color: #cc1017;
}
.inner-news-show
{
    padding-right: 0;
    padding-left: 0;
}
.inner-news-show .container
{
    max-width: 800px;
}

.inner-news-show .news-show
{
    margin-top: 30px;
}
@media (max-width: 991px)
{
    .inner-news-show .news-show
    {
        margin-top: 20px;
    }
}
.inner-news-show .title-news-show
{
    text-align: center;
}
.inner-news-show .title-news-show h1
{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .inner-news-show .title-news-show h1
    {
        font-size: 18px;
    }
}
.inner-news-show .title-news-show p
{
    font-size: 14px;
    line-height: 24px;

    margin: 10px 0 0 0;

    color: #999;
}
.inner-news-show .title-news-show p span
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.inner-news-show .text-top
{
    overflow: hidden;

    margin-top: 30px;
    padding: 10px 5%;

    color: #999;
    background-color: #f5f5f5;
}
.inner-news-show .text-top:before,
.inner-news-show .text-top:after
{
    font-family: Arial;
    font-size: 72px;
    line-height: 40px;

    display: block;

    content: '“';
}
.inner-news-show .text-top:before
{
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}
.inner-news-show .text-top:after
{
    float: right;

    content: '“';
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.inner-news-show .text-top .note
{
    padding: 20px 5%;
}
.inner-news-show .text-top p
{
    font-size: 14px;
    line-height: 30px;
}
.inner-news-show .text
{
    margin-top: 30px;

    color: #666;
}
.inner-news-show .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;
}
@media (max-width: 767px)
{
    .inner-news-show .text p
    {
        font-size: 14px;
    }
}
.inner-news-show .text img
{
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.inner-qualification .qualification
{
    margin-top: -40px;
}
@media (max-width: 767px)
{
    .inner-qualification .qualification
    {
        margin-top: -20px;
    }
}
.inner-qualification .qualification .subject
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-qualification .qualification .subject
    {
        margin-top: 20px;
    }
}
.inner-qualification .qualification .subject .ibox
{
    padding-bottom: 80%;
}
.inner-qualification .qualification .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-qualification .qualification .subject h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-qualification .qualification .subject h3
    {
        font-size: 16px;
    }
}
.inner-qualification .qualification .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-qualification .qualification .subject:hover h3
{
    color: #cc1017;
}
.inner-research .research
{
    margin-top: -40px;
}
@media (max-width: 767px)
{
    .inner-research .research
    {
        margin-top: -20px;
    }
}
.inner-research .research .subject
{
    display: block;

    margin-top: 40px;

    text-align: center;
}
@media (max-width: 767px)
{
    .inner-research .research .subject
    {
        margin-top: 20px;
    }
}
.inner-research .research .subject .ibox
{
    padding-bottom: 71.25%;
}
.inner-research .research .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-research .research .subject h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-research .research .subject h3
    {
        font-size: 16px;
    }
}
.inner-research .research .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-research .research .subject:hover h3
{
    color: #cc1017;
}
.inner-case .case-top
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media (max-width: 767px)
{
    .inner-case .case-top
    {
        display: block;
    }
}
.inner-case .case-top .img,
.inner-case .case-top .desc
{
    width: 50%;
}
@media (max-width: 767px)
{
    .inner-case .case-top .img,
    .inner-case .case-top .desc
    {
        width: 100%;
    }
}
.inner-case .case-top .img
{
    overflow: hidden;
}
.inner-case .case-top .img img
{
    width: 100%;

    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-case .case-top .desc
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    padding-left: 40px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 991px)
{
    .inner-case .case-top .desc
    {
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-case .case-top .desc
    {
        margin-top: 20px;
        padding-left: 0;
    }
}
.inner-case .case-top .desc .title-desc
{
    padding-bottom: 10px;

    border-bottom: 1px solid #d0d0d0;
}
.inner-case .case-top .desc .title-desc h3
{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;

    color: #e60000;
}
@media (max-width: 991px)
{
    .inner-case .case-top .desc .title-desc h3
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .inner-case .case-top .desc .title-desc h3
    {
        font-size: 18px;
    }
}
.inner-case .case-top .desc .text
{
    margin-top: 20px;
}
.inner-case .case-top .desc .text p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 991px)
{
    .inner-case .case-top .desc .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-case .case-top .desc .more
{
    font-size: 16px;
    line-height: 48px;

    display: inline-block;

    width: 140px;
    margin-top: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #e60000;
}
.inner-case .case-top .desc .more:hover
{
    background-color: #cc1017;
}
.inner-case .case-top:hover img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-case .case-top:hover .desc h3
{
    color: #cc1017;
}
@media (min-width: 1200px)
{
    .inner-case .case ul
    {
        margin: 0 -20px;
    }
}
@media (min-width: 1200px)
{
    .inner-case .case ul li
    {
        padding: 0 20px;
    }
}
.inner-case .case .subject
{
    display: block;

    margin-top: 40px;

    border-bottom: 2px solid #e60000;
}
@media (max-width: 767px)
{
    .inner-case .case .subject
    {
        margin-top: 20px;
    }
}
.inner-case .case .subject .ibox
{
    padding-bottom: 75%;
}
.inner-case .case .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-case .case .subject .desc
{
    padding: 14px 0;
}
.inner-case .case .subject .desc h3
{
    font-size: 18px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-case .case .subject .desc h3
    {
        font-size: 16px;
    }
}
.inner-case .case .subject .desc p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-case .case .subject .desc p
    {
        font-size: 14px;
        line-height: 24px;

        height: 24px;
    }
}
.inner-case .case .subject:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-case .case .subject:hover .desc h3
{
    color: #cc1017;
}
.inner-products
{
    padding-right: 0;
    padding-left: 0;
}
.inner-products .products
{
    margin-top: -40px;
}
.inner-products .products .subject
{
    font-size: 0;

    display: block;

    margin-top: 40px;

    text-align: center;
}
.inner-products .products .subject .img
{
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
}
.inner-products .products .subject .ibox
{
    padding-bottom: 75%;
}
.inner-products .products .subject .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-products .products .subject .desc
{
    margin-top: 20px;
}
.inner-products .products .subject .desc h3
{
    font-size: 18px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 24px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-products .products .subject .desc h3
    {
        font-size: 16px;
    }
}
.inner-products .products .subject .desc h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    margin: 0;

    color: #ed1c24;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 991px)
{
    .inner-products .products .subject .desc h4
    {
        font-size: 14px;
    }
}
.inner-products .products .subject:hover .img .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-products .products .subject:hover .text h3
{
    color: #cc1017;
}
.inner-product-show .product-show .products-show-scroll
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.inner-product-show .product-show .products-show-scroll .itempack
{
    cursor: crosshair;
}
.inner-product-show .product-show .products-show-scroll .itempack .ibox
{
    padding-bottom: 75%;
}
.inner-product-show .product-show .products-show-scroll .slick-arrow
{
    font-size: 24px;
    line-height: 1;
    line-height: 70px;

    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;

    overflow: hidden;

    width: 40px;
    height: 70px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #e3e3e3;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    background-color: #f7f7f7;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show .products-show-scroll .slick-arrow
    {
        font-size: 20px;
        line-height: 50px;

        width: 30px;
        height: 50px;

        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
}
.inner-product-show .product-show .products-show-scroll .slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e610';
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}
.inner-product-show .product-show .products-show-scroll .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.inner-product-show .product-show .products-show-scroll .slick-arrow.slick-next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.inner-product-show .product-show .products-show-scroll .slick-arrow:hover
{
    background-color: #cc1017;
}
.inner-product-show .product-show .title-product-show
{
    padding: 20px 30px;

    background-color: #ececec;
}
@media (max-width: 991px)
{
    .inner-product-show .product-show .title-product-show
    {
        margin-top: 20px;
    }
}
.inner-product-show .product-show .title-product-show h1
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    margin: 0;
}
.inner-product-show .product-show .desc
{
    min-height: 280px;
    margin-top: 20px;
}
@media (max-width: 1660px)
{
    .inner-product-show .product-show .desc
    {
        min-height: 230px;
    }
}
@media (max-width: 1470px)
{
    .inner-product-show .product-show .desc
    {
        min-height: 190px;
    }
}
@media (max-width: 991px)
{
    .inner-product-show .product-show .desc
    {
        min-height: auto;
    }
}
.inner-product-show .product-show .desc p
{
    font-size: 16px;
    line-height: 30px;

    margin: 0;

    color: #777;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show .desc p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-product-show .product-show .btn-contact
{
    margin-top: 20px;
}
.inner-product-show .product-show .btn-contact a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 28px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #777;
    border: 1px solid #e2e2e2;
}
.inner-product-show .product-show .btn-contact a:before
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-top: -2px;
    margin-right: 10px;

    content: '';
    -webkit-transition: all .2s;
            transition: all .2s;
    vertical-align: middle;

    border-width: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #e60000;
}
.inner-product-show .product-show .btn-contact a:hover
{
    color: #fff;
    background-color: #e60000;
}
.inner-product-show .product-show .btn-contact a:hover:before
{
    border-color: transparent transparent transparent #fff;
}
.inner-product-show .details
{
    padding-top: 50px;
}
.inner-product-show .details .details-sort
{
    padding: 14px 14px 0 14px;
}
@media (max-width: 767px)
{
    .inner-product-show .details .details-sort
    {
        padding: 10px 10px 0 10px;
    }
}
.inner-product-show .details .details-sort ul
{
    border-bottom: 1px solid #cc1017;
}
.inner-product-show .details .details-sort ul li
{
    position: relative;

    display: inline-block;

    vertical-align: top;

    border-bottom: none;
}
.inner-product-show .details .details-sort ul li a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 10px 30px;

    color: #777;
}
@media (max-width: 767px)
{
    .inner-product-show .details .details-sort ul li a
    {
        font-size: 14px;
        line-height: 30px;

        padding: 4px 10px;
    }
}
.inner-product-show .details .details-sort ul li.active a
{
    color: #fff;
    background-color: #cc1017;
}
.inner-product-show .details .details-list
{
    overflow: hidden;

    padding: 30px 14px;
}
.inner-product-show .details .details-list p
{
    font-size: 16px;
    line-height: 1.875;

    margin: 0;

    color: #666;
}
.inner-product-show .details .details-list img
{
    max-width: 100%;
    height: auto !important;
}
.inner-product-show .details .details-list table
{
    width: 100%;
}
.inner-product-show .details .details-list table td,
.inner-product-show .details .details-list table th
{
    padding: 10px;

    border: 1px solid #dcdcdc;
}
.inner-product-show .details .specifications
{
    font-size: 14px;
    line-height: 30px;

    color: #666;
}
.inner-product-show .details .video-list .item
{
    margin-top: 30px;

    background-color: #fff;
}
.inner-product-show .details .video-list .item .pic
{
    position: relative;

    background-color: #000;
}
.inner-product-show .details .video-list .item .pic:before
{
    font-family: iconfont !important;
    font-size: 50px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e608';
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
.inner-product-show .details .video-list .item .ibox
{
    padding-bottom: 75%;

    opacity: .8;
}
.inner-product-show .details .video-list .item .ibox img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.inner-product-show .details .video-list .item .note
{
    margin-top: 14px;
    padding: 10px 20px 20px;
}
.inner-product-show .details .video-list .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;

    overflow: hidden;

    height: 40px;
    margin: 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
    border-bottom: 1px solid #dcdcdc;
}
.inner-product-show .details .video-list .item .note p
{
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 48px;
    margin: 10px 0 0 0;

    word-break: break-all;

    color: #999;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner-product-show .details .video-list .item:hover .ibox img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.inner-product-show .details .video-list .item:hover .note h3
{
    color: #2ac0c4;
}
@media (max-width: 767px)
{
    .inner-product-show .details .video-list .item .note
    {
        padding: 0 10px 10px 10px;
    }
    .inner-product-show .details .video-list .item .note h3
    {
        font-size: 18px;
    }
}
.inner-teachers .teachers > ul > li
{
    margin-top: 30px;
}
.inner-teachers .teachers .subject
{
    font-size: 0;
}
.inner-teachers .teachers .subject .pic,
.inner-teachers .teachers .subject .desc
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.inner-teachers .teachers .subject .pic
{
    width: 250px;
}
@media (max-width: 767px)
{
    .inner-teachers .teachers .subject .pic
    {
        width: 150px;
    }
}
.inner-teachers .teachers .subject .pic .ibox
{
    padding-bottom: 133.19148936%;
}
.inner-teachers .teachers .subject .desc
{
    width: -webkit-calc(100% - 250px);
    width:         calc(100% - 250px);
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .inner-teachers .teachers .subject .desc
    {
        width: -webkit-calc(100% - 150px);
        width:         calc(100% - 150px);
        padding-left: 10px;
    }
}
.inner-teachers .teachers .subject .desc .title-text:after
{
    display: block;

    width: 32px;
    height: 6px;
    margin-top: 10px;

    content: '';

    background-color: #cc1017;
}
.inner-teachers .teachers .subject .desc .title-text h3
{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;

    display: -webkit-box;
    overflow: hidden;

    height: 40px;
    margin: 14px 0 0 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-teachers .teachers .subject .desc .title-text h3
    {
        font-size: 20px;
        line-height: 24px;

        height: 24px;
        margin: 0;
    }
}
.inner-teachers .teachers .subject .desc .title-text h4
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 14px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .inner-teachers .teachers .subject .desc .title-text h4
    {
        margin: 0;
    }
}
.inner-teachers .teachers .subject .desc .note
{
    margin-top: 14px;
}
.inner-teachers .teachers .subject .desc .note p
{
    font-size: 16px;
    line-height: 2;

    margin: 0;

    color: #666;
}
@media (max-width: 991px)
{
    .inner-teachers .teachers .subject .desc .note p
    {
        font-size: 15px;
    }
}
@media (max-width: 767px)
{
    .inner-teachers .teachers .subject .desc .note p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner-teachers .teachers .subject .desc .note img
{
    max-width: 100%;
    height: auto !important;
}
.inner-contact .contact
{
    margin-top: 50px;
}
@media (max-width: 767px)
{
    .inner-contact .contact
    {
        margin-top: 30px;
    }
}
.inner-contact .contact .desc h3
{
    font-size: 24px;
    font-weight: bold;

    margin-top: 0;
}
@media (max-width: 767px)
{
    .inner-contact .contact .desc h3
    {
        font-size: 20px;
    }
}
.inner-contact .contact .desc p
{
    font-size: 16px;
    line-height: 26px;

    margin: 0;
    padding: 15px 0;

    color: #666;
    border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 767px)
{
    .inner-contact .contact .desc p
    {
        font-size: 14px;
    }
}
.inner-contact .contact .desc p .icon
{
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;

    color: #cc1017;
}
.inner-contact .contact .desc p a:hover
{
    text-decoration: underline;

    color: #cc1017;
}
.inner-contact .contact .erweima
{
    margin-top: 30px;
}
.inner-contact .contact .erweima img
{
    max-width: 150px;
}
.inner-contact .map
{
    position: relative;

    height: 520px;
}
@media (max-width: 1199px)
{
    .inner-contact .map
    {
        height: auto;
    }
}
@media (max-width: 991px)
{
    .inner-contact .map
    {
        margin-top: 30px;
    }
}
.inner-contact .map .mapwrap
{
    height: 100%;
}
@media (max-width: 1199px)
{
    .inner-contact .map .mapwrap
    {
        height: 400px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .map .mapwrap
    {
        height: 300px;
    }
}
.inner-contact .facebook
{
    padding-top: 80px;
}
.inner-contact .facebook .sign
{
    display: block;

    text-align: center;
}

.img-captcha{ position:absolute; bottom:0; right:0;}
.yzm{ min-height:90px !important;}

@media (max-width: 767px)
{
    .inner-contact .facebook .sign
    {
        margin-top: 30px;
    }
	
	
}
.inner-contact .facebook .sign h3
{
    line-height: 1.4;

    margin: 0; text-align:left;

    color: #cc1017;
}
@media (max-width: 991px)
{
    .inner-contact .facebook .sign h3
    {
        font-size: 20px;
    }
	.yzm{ min-height:60px !important;}
}
@media (max-width: 767px)
{
    .inner-contact .facebook .sign h3
    {
        font-size: 16px;
    }
}
.inner-contact .facebook input,
.inner-contact .facebook textarea
{
    font-size: 18px;
    line-height: 30px;

    width: 100%;
    min-height: 60px;
    margin-top: 30px;
    padding: 15px;

    border-bottom: 1px solid #dcdcdc;
    background: none;
}
@media (max-width: 991px)
{
    .inner-contact .facebook input,
    .inner-contact .facebook textarea
    {
        font-size: 16px;

        min-height: 50px;
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .inner-contact .facebook input,
    .inner-contact .facebook textarea
    {
        font-size: 14px;

        margin-top: 14px;
    }
}
.inner-contact .facebook input::-webkit-input-placeholder,
.inner-contact .facebook textarea::-webkit-input-placeholder
{
    color: #666;
}
.inner-contact .facebook input:-o-placeholder,
.inner-contact .facebook textarea:-o-placeholder
{
    color: #666;
}
.inner-contact .facebook input::-moz-placeholder,
.inner-contact .facebook textarea::-moz-placeholder
{
    color: #666;
}
.inner-contact .facebook input:-ms-input-placeholder,
.inner-contact .facebook textarea:-ms-input-placeholder
{
    color: #666;
}
.inner-contact .facebook input:focus::-webkit-input-placeholder,
.inner-contact .facebook textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.inner-contact .facebook input:focus::-o-placeholder,
.inner-contact .facebook textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.inner-contact .facebook input:focus::-moz-placeholder,
.inner-contact .facebook textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.inner-contact .facebook input:focus::-ms-input-placeholder,
.inner-contact .facebook textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.inner-contact .facebook .submit
{
    font-size: 18px;
    line-height: 60px;

    height: 60px;
    margin-top: 30px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    background-color: #0048a6;
}
@media (max-width: 767px)
{
    .inner-contact .facebook .submit
    {
        font-size: 14px;
        line-height: 40px;

        height: 40px;
        margin-top: 20px;
    }
}
.inner-contact .facebook .submit:hover
{
    background-color: #000;
}
.inner-facebook .inner-location
{
    border-bottom: 1px solid #dcdcdc;
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 50px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
}
.pagination li.prev a span:before,
.pagination li.next a span:before
{
    font-family: 'iconfont' !important;

    content: '\eb60';
}
.pagination li.next a span:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #666;
    border: none;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 30px;

        width: 30px;
        height: 30px;
    }
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    background-color: #cc1017;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    background-color: #cc1017;
}
.zoom:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 33px;
    height: 33px;

    content: '';

    background: url(../images/icon.png);
}
.zoom img
{
    display: block;
}
.zoom img::-moz-selection
{
    background-color: transparent;
}
.zoom img::selection
{
    background-color: transparent;
}
.inner-product-show .product-show .ibox
{
    padding-bottom: 75%;
}
.inner-product-show .product-show .products-show-big-scroll
{
    font-size: 0;
}
.inner-product-show .product-show .products-show-big-scroll .itempack
{
    cursor: crosshair;
}
.inner-product-show .product-show .products-show-small-scroll
{
    padding: 20px 30px;

    background-color: #f9f9f9;
}
.inner-product-show .product-show .products-show-small-scroll .slick-slide
{
    padding: 0 10px;
}
@media (max-width: 767px)
{
    .inner-product-show .product-show .products-show-small-scroll .slick-slide
    {
        padding: 0 5px;
    }
}
.inner-product-show .product-show .products-show-small-scroll .slick-arrow
{
    left: 0;

    color: #2c2c2c;
    background: none;
	font-size: 28px;
}
.inner-product-show .product-show .products-show-small-scroll .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}



/*分页样式*/
.page_info{text-align:center;margin:30px auto;color:#aaa; width:100%; float:left;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:40px;line-height:40px;text-align:center;letter-spacing:0;font-size:15px;margin:30px auto; clear:both; padding-top:50px;}
.page_list a{display:inline-block;color:#aaa; width:40px; border-radius:50%; background-image: linear-gradient(#fff, #ddd); text-align:center;padding:0 8px;margin:0 3px; transition:all .3s ease;}
.page_list a:hover{color:#fff; background-image: linear-gradient(#e50315, #a40c18);}
.page_list a.on{color:#fff; background-image: linear-gradient(#e50315, #a40c18); font-weight:bold;}




.table_a table{border-right:1px solid #9ac4f1;border-bottom:1px solid #9ac4f1; width: 100%;}
.table_a table td{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; text-align:left; font-size:16px; height:30px; line-height:30px; padding: 0 0 0 5px; font-family:"Microsoft YaHei";}
.table_a table tr:nth-child(odd){background: #f5f5f5;}
.table_a table th{border-left:1px solid #9ac4f1;border-top:1px solid #9ac4f1; background:#eef8fa; color:#004fa3; font-weight:bold; text-align: left;font-size:16px; height:40px; line-height:40px; padding:5px; font-family:"Microsoft YaHei";}
.biao2{background:#f1f1f1;}