﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: '微软雅黑','Microsoft YaHei','Arial';
    background-color: #fff;
    font-size: 14px;
    color: #797272;
}

a {
    color: #333;
}

    a:hover {
        color: #333;
    }

p {
    line-height: 24px;
}


.img_block {
    width: 100%;
}

.mg_auto {
    float: none;
    margin: 0 auto;
}

.text {
    line-height: 24px;
    padding-top: 45px;
    padding-bottom: 30px;
}

    .text img {
        max-width: 100%!important;
        height: auto!important;
    }

.page_fluid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #E70012;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #E70012;
}

.swiper-pics .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23E70012'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pics .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23E70012'%2F%3E%3C%2Fsvg%3E") !important;
}

.color_white {
    color: #fff;
}

.page_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .page_banner .page_banner_wraper {
    }

.page_banner_wraper img {
    width: 100%;
}

.page_menus {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D7D7D7;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .page_menus a {
        display: inline-block;
        height: 38px;
        line-height: 36px;
        border: 1px solid #fff;
        padding-left: 25px;
        padding-right: 25px;
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
        font-size: 14px;
        -webkit-transition: border-color 0.2s 0s ease-in-out;
        -moz-transition: border-color 0.2s 0s ease-in-out;
        -o-transition: border-color 0.2s 0s ease-in-out;
        -ms-transition: border-color 0.2s 0s ease-in-out;
        transition: border-color 0.2s 0s ease-in-out;
    }

        .page_menus a:hover {
            color: #E60012;
            border: 1px solid #C0C0C0;
            box-shadow: 0 0 5px 0px #dedede;
        }

        .page_menus a.cur {
            color: #E60012;
            border: 1px solid #C0C0C0;
            box-shadow: 0 0 5px 0px #dedede;
        }

            .page_menus a.cur:after, .page_menus a:hover:after {
                content: '';
                position: absolute;
                right: -1px;
                top: 50%;
                margin-top: -4px;
                width: 1px;
                height: 8px;
                background-color: #fff;
                z-index: 999999;
            }

            .page_menus a.cur:before, .page_menus a:hover:before {
                content: '';
                position: absolute;
                left: -1px;
                top: 50%;
                margin-top: -4px;
                width: 1px;
                height: 8px;
                background-color: #fff;
                z-index: 999999;
            }

.bg_gray {
    background-color: #FAFAFA;
}

.border_gray {
    border: 1px solid #E6E6E6;
}
/*animate*/
@keyframes flipInY2 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(5deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes flipInY2 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(5deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInY2 {
    0% {
        -moz-transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -moz-transform: perspective(400px) rotateY(-5deg);
    }

    70% {
        -moz-transform: perspective(400px) rotateY(5deg);
    }

    100% {
        -moz-transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

/*页头样式*/


.qt-docs-nav {
    height: 95px;
    border-bottom: 0px;
    margin-bottom: 0px;
    -webkit-transition: height 0.3s 0s linear;
    -moz-transition: height 0.3s 0s linear;
    -o-transition: height 0.3s 0s linear;
    -ms-transition: height 0.3s 0s linear;
    transition: height 0.3s 0s linear;
}

.sliding {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 10px #bbb;
    height: 65px;
}

.qt-docs-nav .icon-bar {
    background-color: #E60012;
}

.navbar-nav {
    margin: 0px;
    padding: 0px;
    float: right;
}

    .navbar-nav li {
        height: 95px;
        line-height: 95px;
        margin: 0px;
        -webkit-transition: height 0.3s 0s linear;
        -moz-transition: height 0.3s 0s linear;
        -o-transition: height 0.3s 0s linear;
        -ms-transition: height 0.3s 0s linear;
        transition: height 0.3s 0s linear;
    }

#qt-navbar .navbar-nav:last-child li:first-child a {
    width: 86px;
    text-align: center;
}

#qt-navbar .navbar-nav li.search_box {
    opacity: 0;
    width: 0px;
    -webkit-transition: opacity 0.3s 0s linear;
    -moz-transition: opacity 0.3s 0s linear;
    -o-transition: opacity 0.3s 0s linear;
    -ms-transition: opacity 0.3s 0s linear;
    transition: opacity 0.3s 0s linear;
}

#qt-navbar .nav_search {
    width: 50%;
}

    #qt-navbar .nav_search li {
        display: none;
    }

        #qt-navbar .nav_search li.search_box {
            display: block;
            opacity: 1;
            width: 100%;
        }

        #qt-navbar .nav_search li input {
            height: 42px;
            line-height: 42px;
            border: 1px solid #dedede;
            border-radius: 5px;
            width: 100%;
            text-indent: 10px;
        }

.navbar-nav li a {
    width: 100%;
    height: 95px;
    line-height: 65px;
    color: #5C5353;
    font-size: 14px;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    -ms-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear;
}

.sliding .navbar-nav li a {
    height: 65px;
    line-height: 35px;
    font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

.logo {
    height: 95px;
    -webkit-transition: height 0.3s 0s linear;
    -moz-transition: height 0.3s 0s linear;
    -o-transition: height 0.3s 0s linear;
    -ms-transition: height 0.3s 0s linear;
    transition: height 0.3s 0s linear;
}

.sliding .logo {
    height: 65px;
}

.navbar-nav li a.cur, .navbar-nav li a:hover, .navbar-nav li a:active {
    background-color: #E60012;
    color: #fff;
}

.nav-right {
    float: right;
}

    .nav-right li a:hover, .nav-right li a:active {
        background-color: transparent;
        color: #5C5353;
    }

    .nav-right .btn-group .btn {
        border: 0px;
    }

        .nav-right .btn-group .btn:hover, .nav-right .btn-group .btn:active, .nav-right .btn-group .btn:visited {
            background-color: transparent;
            color: #5C5353;
            border-radius: 0px;
        }



.navbar-nav li a.icon_search {
    width: 50px;
    background: url('../images/icon_header_search.png') center center no-repeat;
}

.navbar-nav li a.icon_ch {
    padding-left: 24px;
    background: url('../images/icon_ch.png') left center no-repeat;
}

    .navbar-nav li a.icon_ch span {
        padding-left: 4px;
        padding-right: 18px;
        background: url('../images/icon_chevron_down.png') right center no-repeat;
    }


.navbar-nav li.versions {
    position: relative;
}

    .navbar-nav li.versions .version_items {
        position: absolute;
        top: 95px;
        width: 150%;
        left: -50%;
        background-color: #fff;
        box-shadow: 0px 0px 5px #dedede;
        display: none;
    }

.sliding .navbar-nav li.versions .version_items {
    top: 65px;
}

.navbar-nav li .version_items a {
    height: 32px;
    line-height: 32px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    background-color: rgba(230,0,18,0);
    text-decoration: none;
    -webkit-transition: background-color 0.2s 0.2s ease-in-out;
    -moz-transition: background-color 0.2s 0.2s ease-in-out;
    -o-transition: background-color 0.2s 0.2s ease-in-out;
    -ms-transition: background-color 0.2s 0.2s ease-in-out;
    transition: background-color 0.2s 0.2s ease-in-out;
}

    .navbar-nav li .version_items a:hover {
        background-color: rgba(230,0,18,1);
        color: #fff;
    }

.navbar-nav li .version_items .icon_en {
    padding-left: 42px;
    background: url('../images/icon_en.png') 16px center no-repeat;
}

.navbar-nav li.versions:hover .version_items {
    display: block;
}

.search_box {
}

    .search_box input {
        height: 32px;
        line-height: 32px;
        width: 100%;
        border: 0px;
    }

.swiper-banners {
    width: 100%;
}

    .swiper-banners .swiper-slide {
    }

        .swiper-banners .swiper-slide .slide_text {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            align-content: center;
            color: #fff;
            text-align: center;
        }

            .swiper-banners .swiper-slide .slide_text .slide_text_title {
                width: 100%;
                font-size: 40px;
                line-height: 98px;
                word-spacing: 8px;
                letter-spacing: 5px;
                font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
            }

            .swiper-banners .swiper-slide .slide_text .slide_text_desc {
                width: 100%;
                line-height: 32px;
                font-size: 18px;
                font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
            }

            .swiper-banners .swiper-slide .slide_text .slide_text_link {
                display: inline-block;
                border: 1px solid #FFFFFF;
                padding-left: 30px;
                padding-right: 30px;
                line-height: 32px;
                padding-top: 5px;
                padding-bottom: 5px;
                color: #fff;
                margin-top: 20px;
                font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
            }

                .swiper-banners .swiper-slide .slide_text .slide_text_link::before {
                }

                .swiper-banners .swiper-slide .slide_text .slide_text_link:hover {
                }

    .swiper-banners img {
        width: 100%;
    }


/*页脚样式*/
.footer {
    background-color: #2D2D2D;
    width: 100%;
    float: left;
    margin-top: 15px;
}

.footer_box {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

    .footer_box .footer_links {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }

        .footer_box .footer_links ul {
            margin: 0px;
            padding: 0px;
            float: left;
            width: 13.33%;
            margin-right: 4%;
        }

            .footer_box .footer_links ul:last-child {
                margin-right: 0px;
            }

            .footer_box .footer_links ul li {
                width: 100%;
                float: left;
                height: 32px;
                line-height: 32px;
                list-style: none;
                margin: 0px;
                padding: 0px;
            }

                .footer_box .footer_links ul li.footer_links_title {
                    height: 42px;
                    line-height: 42px;
                    color: #DBDBDB;
                    font-weight: bold;
                    border-bottom: 1px solid #646464;
                    margin-bottom: 15px;
                }

                    .footer_box .footer_links ul li.footer_links_title span {
                        float: left;
                        height: 42px;
                        line-height: 42px;
                        border-bottom: 1px solid #FFFFFF;
                    }

        .footer_box .footer_links a {
            color: #A0A0A0;
            text-decoration: none;
            font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
        }

.footer_share {
    float: right;
}

    .footer_share a {
        height: 32px;
        width: 32px;
    }

        .footer_share a.bds_weixin {
            background: url('../images/icon_share_wechat.png') center center no-repeat;
        }

        .footer_share a.bds_tsina {
            background: url('../images/icon_share_tsina.png') center center no-repeat;
        }

        .footer_share a.bds_qzone {
            background: url('../images/icon_share_qzone.png') center center no-repeat;
        }

        .footer_share a.bds_tqq {
            background: url('../images/icon_share_tqq.png') center center no-repeat;
        }

        .footer_share a.bds_renren {
            background: url('../images/icon_share_renren.png') center center no-repeat;
        }

        .footer_share a.bds_weixin:hover {
            background: url('../images/icon_share_wechat.png') center center no-repeat;
        }

        .footer_share a.bds_tsina:hover {
            background: url('../images/icon_share_tsina.png') center center no-repeat;
        }

        .footer_share a.bds_qzone:hover {
            background: url('../images/icon_share_qzone.png') center center no-repeat;
        }

        .footer_share a.bds_tqq:hover {
            background: url('../images/icon_share_tqq.png') center center no-repeat;
        }

        .footer_share a.bds_renren:hover {
            background: url('../images/icon_share_renren.png') center center no-repeat;
        }

.footer_box .footer_text {
    width: 100%;
    float: left;
    border-top: 1px solid #383838;
    color: #D4D4D4;
}

.footer_box .footer_contact {
    line-height: 48px;
    float: left;
}

    .footer_box .footer_contact span {
        float: left;
    }

        .footer_box .footer_contact span.footer_contact_tel {
            background: url('../images/icon_tel.png') 4px center no-repeat;
            padding-left: 24px;
            padding-right: 24px;
        }

        .footer_box .footer_contact span.footer_contact_address {
            background: url('../images/icon_address.png') 4px center no-repeat;
            padding-left: 24px;
            padding-right: 24px;
        }
.customers {
    position:fixed;
    bottom:20px;
    right:10px;
    width:48px;
    background-color:#333333;
    z-index:999999;
}
    .customers .customer_item {
    width:48px;
    height:48px;
    border-bottom:1px solid #676767;
            position:relative;
    }
        .customers .customer_item a {
            display:block;
            width:48px;
            height:48px;
        }
            .customers .customer_item  div {
            display:none;
            }
                  .customers .customer_item:hover div {
                      position:absolute;
 width:120px;
 height:120px;
                                           right:48px;
                      top:-36px;
            display:block;
            }
                    .customers .customer_item:hover div img {
                  width:120px;
                  height:120px;
                    }
            .customers .customer_item a.qq {
                background:url('../images/icon_c_qq.png') center center no-repeat;
            }
              .customers .customer_item a.qq:hover{
                background:url('../images/icon_c_qq_hover.png') center center no-repeat;
            }
                .customers .customer_item a.wechat {
                background:url('../images/icon_c_wechat.png') center center no-repeat;
            }
              .customers .customer_item a.wechat:hover{
                background:url('../images/icon_c_wechat_hover.png') center center no-repeat;
            }
                  .customers .customer_item a.tsina {
                background:url('../images/icon_c_weibo.png') center center no-repeat;
            }
              .customers .customer_item a.tsina:hover{
                background:url('../images/icon_c_weibo_hover.png') center center no-repeat;
            }
                 .customers .customer_item a.address {
                background:url('../images/icon_c_address.png') center center no-repeat;
            }
              .customers .customer_item a.address:hover{
                background:url('../images/icon_c_address_hover.png') center center no-repeat;
            }
                .customers .customer_item a.backTop {
                background:url('../images/icon_c_backTop.png') center center no-repeat;
            }
              .customers .customer_item a.backTop:hover{
                background:url('../images/icon_c_backTop_hover.png') center center no-repeat;
            }
.copy_right {
    width: 100%;
    float: left;
    background-color: #1A1A1A;
    color: #AAAAAA;
    line-height: 42px;
    font-size: 12px;
    text-align: right;
}

    .copy_right a {
        color: #fff;
    }
/*index*/
.index_box {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_box_bg1 {
    background: url('../images/index_bg_1.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.index_box_bg2 {
    background: url('../images/index_bg_2.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.common_title {
    width: 100%;
    float: left;
    height: 109px;
    text-align: center;
    position: relative;
}

.common_title_left {
    width: 50%;
    height: 109px;
    padding-right: 90px;
    float: left;
    background: url('../images/line_gray.png') center center repeat-x;
    background-clip: content-box;
}

.common_title_right {
    width: 50%;
    height: 109px;
    padding-left: 90px;
    float: left;
    background: url('../images/line_gray.png') center center repeat-x;
    background-clip: content-box;
}

.common_title h3 {
    position: absolute;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 180px;
    height: 109px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 32px;
    background: url('../images/common_title_bg.png') center center no-repeat;
    left: 50%;
    margin-left: -90px;
    font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

    .common_title h3 small {
        display: block;
        line-height: 28px;
    }

.common_title_links h3 {
    background: none;
    line-height: 64px;
}

.index_about {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
}

.index_desc {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}

.index_about_items {
    width: 100%;
    float: left;
}

.index_about_item {
}

    .index_about_item a {
        text-decoration: none;
    }

    .index_about_item h2 {
        text-align: center;
        font-size: 26px;
        font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
    }

        .index_about_item h2 small {
            display: block;
            text-transform: uppercase;
            line-height: 32px;
        }

    .index_about_item:hover h2 {
        color: #E2373D;
    }

        .index_about_item:hover h2 small {
            color: #E2373D;
        }

    .index_about_item p {
        line-height: 24px;
    }

    .index_about_item .about_icon {
        width: 175px;
        height: 175px;
        border-radius: 100%;
        background: #eaeaea;
        margin: 0 auto;
        position: relative;
        display: table;
        border: 8px solid #f3f3f3;
        box-shadow: 0 0 0 30px transparent;
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        -ms-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
    }

        .index_about_item .about_icon .red-bak {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
            border-radius: 100%;
            background: #e2373d;
            z-index: 9;
            opacity: 0;
        }

    .index_about_item:hover .about_icon {
        box-shadow: 0 0 0 0 #f3f3f3;
        -webkit-transition: box-shadow .4s ease-in-out;
        -moz-transition: box-shadow .4s ease-in-out;
        -o-transition: box-shadow .4s ease-in-out;
        -ms-transition: box-shadow .4s ease-in-out;
        transition: box-shadow .4s ease-in-out;
    }

        .index_about_item:hover .about_icon .red-bak {
            -webkit-animation: flipInY2 1s .2s ease both;
            -moz-animation: flipInY2 1s .2s ease both;
            animation: flipInY2 1s .2s ease both;
        }

    .index_about_item .icon {
        z-index: 10;
        display: block;
        position: absolute;
        left: 50%;
        height: 79px;
        top: 38px;
        width: 80px;
        margin-left: -40px;
        vertical-align: middle;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .index_about_item .icon_1 {
        background: url('../images/icon_about_1.png') center center no-repeat;
    }

    .index_about_item:hover .icon_1 {
        background: url('../images/icon_about_1_hover.png') center center no-repeat;
    }

    .index_about_item .icon_2 {
        background: url('../images/icon_about_2.png') center center no-repeat;
    }

    .index_about_item:hover .icon_2 {
        background: url('../images/icon_about_2_hover.png') center center no-repeat;
    }

    .index_about_item .icon_3 {
        background: url('../images/icon_about_3.png') center center no-repeat;
    }

    .index_about_item:hover .icon_3 {
        background: url('../images/icon_about_3_hover.png') center center no-repeat;
    }

.index_about_linkmore {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

    .index_about_linkmore a {
        text-decoration: none;
        border: #9f9f9f 1px solid;
        background: rgba(255,255,255,.0);
        width: 300px;
        height: 50px;
        display: block;
        margin: 50px auto 0;
        line-height: 50px;
        font-size: 20px;
        color: #9f9f9f;
        transition: all ease-out .3s;
        border-radius: 25px;
        font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
    }

        .index_about_linkmore a::after {
            content: "";
            display: block;
            width: 0;
            height: 50px;
            background-color: #E60012;
            margin-top: -51px;
            border-radius: 25px;
            transition: all 0.6s ease 0s;
        }

        .index_about_linkmore a:hover::after {
            width: 300px;
            height: 50px;
            border-radius: 25px;
        }

        .index_about_linkmore a:hover {
            color: #fff;
            border-color: #E60012;
        }

.index_links_box {
    padding-top: 0px;
}

.index_linkmore {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

    .index_linkmore a {
        text-decoration: none;
        border: #9f9f9f 1px solid;
        background: rgba(255,255,255,.0);
        width: 300px;
        height: 50px;
        display: block;
        margin: 50px auto 0;
        line-height: 50px;
        font-size: 20px;
        color: #9f9f9f;
        transition: all ease-out .3s;
        border-radius: 25px;
        font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
    }

        .index_linkmore a::after {
            content: "";
            display: block;
            width: 0;
            height: 50px;
            background-color: #E60012;
            margin-top: -51px;
            border-radius: 25px;
            transition: all 0.6s ease 0s;
        }

        .index_linkmore a:hover::after {
            width: 300px;
            height: 50px;
            border-radius: 25px;
        }

        .index_linkmore a:hover {
            color: #fff;
            border-color: #E60012;
        }

.index_cert {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
}

.cert_box {
    width: 100%;
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

    .cert_box .swiper-slide {
        width: 20%;
        padding-left: 25px;
        padding-right: 25px;
    }

        .cert_box .swiper-slide a {
            width: 100%;
            float: left;
        }

            .cert_box .swiper-slide a img {
                width: 100%;
                float: left;
            }

.index_products {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 24px;
}

.swiper-pros {
    width: 100%;
    float: left;
}

    .swiper-pros .swiper-slide {
        width: 25%;
        float: left;
        overflow: hidden;
    }

        .swiper-pros .swiper-slide .index_products_item {
            width: 100%;
            float: left;
            overflow: hidden;
            padding: 10px;
        }

        .swiper-pros .swiper-slide a {
            display: block;
            width: 100%;
            float: left;
            position: relative;
            color: #fff;
            text-align: center;
            overflow: hidden;
        }

            .swiper-pros .swiper-slide a:hover {
                box-shadow: 0px 0px 5px #dedede;
            }

            .swiper-pros .swiper-slide a img {
                width: 100%;
                height: auto;
                transition: all ease-out .3s;
            }

            .swiper-pros .swiper-slide a:hover img {
                transform: scale(1.3,1.3);
                -moz-transform: scale(1.3,1.3);
                -webkit-transform: scale(1.3,1.3);
                -o-transform: scale(1.3,1.3);
            }

            .swiper-pros .swiper-slide a .shade {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                /*background: url('../images/shade_bg.png') repeat;*/
                background: #000;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flexbox;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                opacity: 0;
                -webkit-transition: opacity 0.2s 0.2s ease-in-out;
                -moz-transition: opacity 0.2s 0.2s ease-in-out;
                -o-transition: opacity 0.2s 0.2s ease-in-out;
                -ms-transition: opacity 0.2s 0.2s ease-in-out;
                transition: opacity 0.2s 0.2s ease-in-out;
            }

                .swiper-pros .swiper-slide a .shade span {
                    padding-bottom: 42px;
                    transition: all ease-out .3s;
                    margin-top: 30px;
                    background: url('../images/icon_search.png') center -50px no-repeat;
                }

            .swiper-pros .swiper-slide a:hover .shade span {
                margin-top: 0;
                background: url('../images/icon_search.png') center bottom no-repeat;
            }

            .swiper-pros .swiper-slide a:hover .shade {
                opacity: 0.8;
            }
/*end*/
.index_products_control {
    width: 100%;
    float: left;
    text-align: center;
}

    .index_products_control a {
        display: inline-block;
        height: 32px;
        width: 32px;
        line-height: 32px;
        background-color: #F7F7F7;
        border: 1px solid #DFDFDF;
        color: #393333;
    }

        .index_products_control a :hover {
            color: #E60012;
        }

.index_partner {
    width: 100%;
    float: left;
    padding-top: 35px;
}

    .index_partner .partner_box {
        width: 100%;
        float: left;
        position: relative;
        padding: 45px;
    }

        .index_partner .partner_box .swiper-slide {
            width: 16.66%;
            padding-left: 25px;
            padding-right: 25px;
        }

    .index_partner .index_partner_desc p {
        width: 100%;
        float: left;
        line-height: 32px;
        color: #fff;
    }

    .index_partner .index_partner_desc .link_more {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

        .index_partner .index_partner_desc .link_more a {
            float: left;
            height: 32px;
            line-height: 32px;
            color: #fff;
            border: 1px solid #fff;
            padding-left: 15px;
            padding-right: 15px;
        }

.index_news {
    width: 100%;
    float: left;
    padding-top: 35px;
    padding-bottom: 35px;
}

    .index_news .swiper-news .swiper-slide {
        position: relative;
    }

        .index_news .swiper-news .swiper-slide .swiper-slide-text {
            position: absolute;
            width: 100%;
            left: 0px;
            bottom: 0px;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            background: url('../images/shade_bg.png') repeat;
            color: #fff;
            text-indent: 12px;
        }

    .index_news .swiper-news .swiper-pagination-news {
        text-align: right;
        z-index: 999999;
    }

.index_news_items {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .index_news_items li {
        width: 100%;
        float: left;
        height: 70px;
        line-height: 48px;
        list-style: none;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .index_news_items li:last-child {
            margin-bottom: 0px;
        }

        .index_news_items li a {
            display: block;
            width: 100%;
            float: left;
            height: 70px;
            line-height: 40px;
            text-decoration: none;
            background-color: #EAEAEA;
            padding-top: 15px;
            padding-bottom: 15px;
            transition: all 0.3s ease-out 0s;
        }

            .index_news_items li a .date {
                float: left;
                height: 42px;
                line-height: 24px;
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                padding-left: 15px;
                padding-right: 15px;
                border-right: 1px solid #C8AEAE;
                margin-right: 10px;
                font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
            }

                .index_news_items li a .date small {
                    line-height: 18px;
                    display: block;
                    font-weight: normal;
                    font-size: 12px;
                }

            .index_news_items li a .link {
                float: right;
                height: 42px;
                line-height: 42px;
                color: #E60012;
                padding-left: 10px;
                padding-right: 10px;
            }

            .index_news_items li a:hover {
                background-color: #E60012;
                color: #fff;
                text-indent: 10px;
            }

                .index_news_items li a:hover .date {
                    border-right: 1px solid #FFF;
                }

                .index_news_items li a:hover .link {
                    color: #fff;
                    text-indent: 10px;
                }

.index_links {
    width: 100%;
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}

    .index_links .swiper-links .swiper-slide {
        width: 12.5%;
        float: left;
        padding: 10px;
    }
    .index_links .swiper-button-next,.index_links .swiper-button-prev {
    border-radius:50%;
    background:none;
    height:32px;
    width:32px;
    text-align:center;
    line-height:32px;
    }
        .index_links .swiper-button-next:hover, .index_links .swiper-button-prev:hover {
        background-color:#E60012;
        color:#fff;
        }

.picture_items {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .picture_items .picture_item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .picture_items .picture_item a {
            display: block;
            width: 100%;
            float: left;
            position: relative;
            text-decoration: none;
        }


            .picture_items .picture_item a .shade {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                background: url('../images/shade_bg.png') repeat;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flexbox;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                z-index: 9;
                padding-bottom: 42px;
                background-clip: content-box;
                opacity: 0;
                -webkit-transition: opacity 0.5s 0.1s ease-in-out;
                -moz-transition: opacity 0.5s 0.1s ease-in-out;
                -o-transition: opacity 0.5s 0.1s ease-in-out;
                -ms-transition: opacity 0.5s 0.1s ease-in-out;
                transition: opacity 0.5s 0.1s ease-in-out;
            }

            .picture_items .picture_item a .item_title {
                width: 100%;
                height: 42px;
                line-height: 42px;
                text-align: center;
                z-index: 10;
                -webkit-transition: background 0.5s 0.1s ease-in-out,color 0.5s 0.1s ease-in-out;
                -moz-transition: background 0.5s 0.1s ease-in-out,color 0.5s 0.1s ease-in-out;
                -o-transition: background 0.5s 0.1s ease-in-out,color 0.5s 0.1s ease-in-out;
                -ms-transition: background 0.5s 0.1s ease-in-out,color 0.5s 0.1s ease-in-out;
                transition: background 0.5s 0.1s ease-in-out,color 0.5s 0.1s ease-in-out;
            }

            .picture_items .picture_item a:hover .shade {
                opacity: 1;
            }

            .picture_items .picture_item a:hover .item_title {
                background-color: #E60012;
                color: #fff;
            }

.photo_items {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .photo_items .photo_item {
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .photo_items .photo_item a {
            display: block;
            width: 100%;
            float: left;
            position: relative;
            text-decoration: none;
            -webkit-transition: box-shadow 0.5s 0.1s ease-in-out,;
            -moz-transition: box-shadow 0.5s 0.1s ease-in-out;
            -o-transition: box-shadow 0.5s 0.1s ease-in-out;
            -ms-transition: box-shadow 0.5s 0.1s ease-in-out;
            transition: box-shadow 0.5s 0.1s ease-in-out;
        }


            .photo_items .photo_item a .shade {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                background: url('../images/shade_bg.png') repeat;
                display: -webkit-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flexbox;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                z-index: 9;
                padding-bottom: 42px;
                background-clip: content-box;
                opacity: 0;
                -webkit-transition: opacity 0.5s 0.1s ease-in-out,;
                -moz-transition: opacity 0.5s 0.1s ease-in-out;
                -o-transition: opacity 0.5s 0.1s ease-in-out;
                -ms-transition: opacity 0.5s 0.1s ease-in-out;
                transition: opacity 0.5s 0.1s ease-in-out;
            }

            .photo_items .photo_item a .item_title {
                width: 100%;
                height: 42px;
                line-height: 42px;
                text-align: center;
                z-index: 10;
            }

            .photo_items .photo_item a:hover {
                box-shadow: 0 5px 10px #dedede;
            }

                .photo_items .photo_item a:hover .shade {
                    opacity: 1;
                }

                .photo_items .photo_item a:hover .item_title {
                }

.photos_box {
    width: 100%;
    float: left;
    background: url('../images/photos_bg.jpg') center center no-repeat;
    background-size: cover;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 30px;
    padding-top: 5%;
    padding-bottom: 5%;
    border: 1px solid #dedede;
}
.flipster{
	overflow:hidden!important;
}

    .photos_box .photos_title {
        width: 100%;
        float: left;
        height: 64px;
        line-height: 64px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }

.flipster {
    width: 100%;
}

.customers_desc {
    width: 100%;
    float: left;
    line-height: 32px;
    color: #9A9A9A;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #9A9A9A;
}

.customers_items {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .customers_items .customers_item {
        width: 20%;
        float: left;
        padding: 10px;
    }

        .customers_items .customers_item a {
            width: 100%;
            float: left;
            border: 1px solid #D8D8D8;
        }

            .customers_items .customers_item a:hover {
                border: 1px solid #fff;
                box-shadow: 0px 0px 10px #dedede;
            }

            .customers_items .customers_item a img {
                width: 100%;
                float: left;
            }

    .customers_items .customers_tab {
        width: 100%;
        float: left;
        height: 42px;
        line-height: 32px;
        text-align: center;
        margin-top: 10px;
    }

        .customers_items .customers_tab a {
            display: inline-block;
            height: 32px;
            line-height: 32px;
            font-size: 14px;
            font-weight: normal;
            border: 1px solid #ADADAD;
            padding-left: 15px;
            padding-right: 15px;
            color: #A9A9A9;
        }

            .customers_items .customers_tab a:hover {
                color: #E60012;
            }
/*products*/
.lib_items {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .lib_items .lib_item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .lib_items .lib_item a {
            float: left;
            width: 100%;
            background-color: #fff;
            border: 1px solid #E4E4E4;
            text-decoration: none;
            padding-top: 15px;
            transition: all 0.3s ease-out 0s;
            overflow: hidden;
        }

            .lib_items .lib_item a:hover {
                box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
                border: 1px solid #ccc;
            }

            .lib_items .lib_item a img {
                width: 100%;
                float: left;
                transition: all ease-out .3s;
            }

        .lib_items .lib_item .lib_item_title {
            height: 60px;
            /*background: url('../images/demo/icon_demo.jpg') 15px center no-repeat;*/
            padding-left: 80px;
            background-size: contain;
            transition: all ease-out .3s;
        }

        .lib_items .lib_item a:hover .lib_item_title {
            padding-left: 95px;
            color: #E60012;
        }

        .lib_items .lib_item .lib_item_title span {
            height: 60px;
            line-height: 32px;
            font-size: 18px;
            font-family: 'Microsoft JhengHei', 'Microsoft YaHei',Arial, Helvetica, sans-serif;
        }

            .lib_items .lib_item .lib_item_title span small {
                display: block;
                line-height: 24px;
            }

.prod_items {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .prod_items .prod_item {
        border: 1px solid #D0D0D0;
        margin-left: -1px;
        margin-top: -1px;
    }

        .prod_items .prod_item a {
            width: 100%;
            float: left;
            text-decoration: none;
            padding-top: 20px;
            padding-bottom: 10px;
        }

        .prod_items .prod_item .pro_item_title {
            width: 100%;
            float: left;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            font-weight: bold;
            color: #2C2C2C;
            text-align: center;
        }

        .prod_items .prod_item .pro_item_number {
            width: 100%;
            float: left;
            height: 24px;
            line-height: 24px;
            color: #ACACAC;
            text-align: center;
        }

.swiper-pics {
    width: 100%;
    float: left;
}

.prod_show_title {
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 0px;
    height: 42px;
    line-height: 32px;
    color: #444;
    font-size: 22px;
}




.article_index_box {
    width: 100%;
    float: left;
    margin-top: 30px;
    border: 1px solid #E6E6E6;
    padding-left: 15px;
    padding-right: 15px;
}

.article_index_items {
    float: left;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article_index_items_1 {
    padding-left: 15px;
}

.articles_title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #D9D9D9;
}

    .articles_title h3 {
        float: left;
        height: 42px;
        line-height: 32px;
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
        font-size: 18px;
    }

        .articles_title h3 small {
            color: #ACACAC;
            padding-left: 5px;
        }

    .articles_title a.link_more {
        float: right;
        text-decoration: none;
        height: 42px;
        line-height: 42px;
        color: #A4A4A4;
        font-size: 12px;
    }

.article_items {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .article_items li {
        width: 100%;
        float: left;
        list-style: none;
        line-height: 32px;
    }


        .article_items li a {
            width: 100%;
            float: left;
            text-decoration: none;
            background: url('../images/icon_1.png') left center no-repeat;
            padding-left: 15px;
            color: #5C5C5C;
        }

            .article_items li a span {
                float: right;
                color: #B6B6B6;
                line-height: 32px;
            }

        .article_items li.item_1 {
            border-bottom: 1px solid #DDDDDD;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .article_items li.item_1 .item_title {
                line-height: 42px;
                color: #E60012;
                font-size: 24px;
            }

            .article_items li.item_1 .item_desc {
                line-height: 24px;
            }

                .article_items li.item_1 .item_desc a {
                    display: inline;
                    float: none;
                    width: auto;
                    background: none;
                    padding-left: 0px;
                    color: #E60012;
                }

        .article_items li.item_2 {
            border-bottom: 1px solid #DDDDDD;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .article_items li.item_2 .article_item_pic {
                padding: 0px;
            }

                .article_items li.item_2 .article_item_pic a {
                    padding: 0px;
                    background: none;
                }

            .article_items li.item_2 .item_title {
                line-height: 32px;
                color: #E60012;
                font-size: 18px;
            }

            .article_items li.item_2 .item_desc {
                line-height: 24px;
            }

                .article_items li.item_2 .item_desc a {
                    display: inline;
                    float: none;
                    width: auto;
                    background: none;
                    padding-left: 0px;
                    color: #E60012;
                }

.article_title {
    text-align: center;
    width: 100%;
    float: left;
}

.article_title_sub {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 32px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .article_title_sub span {
        padding-left: 15px;
        padding-right: 15px;
    }

.vedio_items {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

    .vedio_items li {
        list-style: none;
        margin: 0px;
        float: left;
    }

        .vedio_items li a {
            width: 100%;
            float: left;
        }

            .vedio_items li a img {
                width: 100%;
                float: left;
            }

#allmap {
    width: 100%;
    height: 320px;
}

    #allmap * {
        box-sizing: content-box!important;
    }
