﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: '微软雅黑', 'Microsoft YaHei', 'Arial';
    background-color: #fff;
    font-size: 14px;
    color: #797272;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.navbar-fixed-top {
    position: inherit;
}

a {
    color: #333;
}

    a:hover {
        color: #333;
    }

p {
    line-height: 24px;
}

.img_block {
    width: 100%;
}
.img_block2 {
    width: 100%;
}
.mg_auto {
    float: none;
    margin: 0 auto;
}
.footer_contact_copyright a{
color:#fff;
}
.top {
	width: 100%;
	height: 29px;
	line-height: 28px;
	background-color: #ededed
}
.top_c {
	width: 1150px;
	height: 29px;
	margin: 0 auto
}
.top_c p {
	width: 300px;
	height: 29px;
	float: left;
	color: #666;
}
.top_c p a {
	color: #999999;
}
.top_c p a span {
	color: #ff811b;
}
.topc_r {
	width: 680px;
	height: 29px;
	float: right;
	color: #666;
	text-align: right
}
.topc_r a {
	margin-left: 10px;
	margin-right: 10px;
	color: #666;
}
.topc_r a span {
	color: #016dc7;
}
.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: #0c4ca3;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #f7941d;
}

.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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0,0,0,.1);
    background-size: 15px;
}

.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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0,0,0,.1);
    background-size: 15px;
}

.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: #f7941d;
            border: 1px solid #C0C0C0;
            box-shadow: 0 0 5px 0px #dedede;
        }

        .page_menus a.cur {
            color: #f7941d;
            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: 999;
            }

            .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: 999;
            }

        .page_menus a.menu_switch {
            display: none;
        }

.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: 0 0 1px 0 rgba(0,0,0,.3), 0 0 6px 2px rgba(0,0,0,.15);
    height: 65px;
}

.qt-docs-nav .icon-bar {
    background-color: #f7941d;
    width: 32px;
    height: 3px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.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;
    }

.sliding .navbar-nav li {
    height: 65px;
    line-height: 65px;
}

#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: 15px;
    -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;
}

.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: #f7941d;
    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: 65px;
        width: 150%;
        left: -50%;
        background-color: #fff;
        box-shadow: 0px 0px 5px #dedede;
        display: none;
z-index:999999;
    }

.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;
            }

            .swiper-banners .swiper-slide .slide_text .slide_text_desc {
                width: 100%;
                line-height: 32px;
                font-size: 18px;
            }

            .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;
            }

                .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: #252a31;
    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;
        }

.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_more {
            background: url('../Images/icon_share_more.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_text {
    width: 100%;
    float: left;
    border-top: 1px solid #383838;
    color: #D4D4D4;
}
    .footer_box .footer_text .footer_logo {
    float:left;
  
    }
        .footer_box .footer_text .footer_logo img {
        max-width:100%;
        float:left;
        padding:5px;
        }
.footer_box .footer_contact {
    line-height: 48px;
    float: left;
}
.footer_box .footer_contact {
    line-height:44px;
    float: left;
    font-size:12px;
}

    .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: 35%;
    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 {
        }

        .customers .customer_item:hover div {
        }

        .customers .customer_item .wechat_qrcode {
            background: url('../Images/elevator.png') no-repeat;
            width: 0px;
            height: 0px;
            overflow: hidden;
            position: absolute;
            top: -18px;
            left: -171px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
        }

        .customers .customer_item:hover .wechat_qrcode {
            width: 170px;
            height: 205px;
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
        }

            .customers .customer_item:hover .wechat_qrcode img {
                width: 120px;
                height: 120px;
                display: none;
            }

        .customers .customer_item .qq_qrcode {
            background: url('../Images/qq_qrcode.png') no-repeat top left;
            width: 0px;
            height: 0px;
            overflow: hidden;
            position: absolute;
            top: -45px;
            left: -160px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
        }

        .customers .customer_item:hover .qq_qrcode {
            width: 160px;
            height: auto;
            padding: 40px 0 0;
            display: block;
        }

        .customers .customer_item .qq_qrcode ul {
            padding: 10px 4px;
            border: 1px solid #ddd;
            background: #fff;
            text-align: center;
        }

        .customers .customer_item .qq_qrcode li {
            height: 30px;
            line-height: 30px;
        }

            .customers .customer_item .qq_qrcode li a {
                display: block;
                width: 150px;
                height: 30px;
                line-height: 30px;
            }

                .customers .customer_item .qq_qrcode li a img {
                    width: 25px;
                    height: 16px;
                    margin-right: 5px;
                }

        .customers .customer_item a.wechat {
            background: url('../Images/icon_c_wechat.png') center -2px no-repeat;
            transition: all 0.3s ease-out 0s;
        }

            .customers .customer_item a.wechat:hover {
                background: url('../images/icon_c_wechat.png') center -56px no-repeat;
            }

        .customers .customer_item a.qq {
            background: url('../Images/icon_c_qq.png') center -2px no-repeat;
            transition: all 0.3s ease-out 0s;
        }

            .customers .customer_item a.qq:hover {
                background: url('../images/icon_c_qq.png') center -56px no-repeat;
            }

        .customers .customer_item a.tsina {
            background: url('../Images/icon_c_weibo.png') center -2px no-repeat;
            transition: all 0.3s ease-out 0s;
        }

            .customers .customer_item a.tsina:hover {
                background: url('../images/icon_c_weibo.png') center -56px no-repeat;
            }

        .customers .customer_item a.address {
            background: url('../Images/icon_c_address.png') center 0 no-repeat;
            transition: all 0.3s ease-out 0s;
        }

            .customers .customer_item a.address:hover {
                background: url('../images/icon_c_address.png') center -54px no-repeat;
            }

        .customers .customer_item a.backTop {
            background: url('../Images/icon_c_backtop.png') center -2px no-repeat;
            transition: all 0.3s ease-out 0s;
        }

            .customers .customer_item a.backTop:hover {
                background: url('../images/icon_c_backTop.png') center -56px no-repeat;
            }

.copy_right {
    width: 100%;
    float: left;
    background-color: #1A1A1A;
    color: #AAAAAA;
    line-height: 42px;
    font-size: 12px;
}

    .copy_right a {
        color: #fff;
    }
/*index*/
.index_box {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 0px;
}

.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;font-size:28px; color: #333;font-weight:600;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 32px;
    background: url('../Images/common_title_bg.png') center center no-repeat;
    left: 50%;
    margin-left: -90px;
}

.common_title2 h3 {
    position: absolute;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 180px;
    height: 109px;font-size:28px; color: #fff;font-weight:600;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 32px;
    background: url('../Images/common_title_bg.png') center center no-repeat;
    left: 50%;
    margin-left: -90px;
}

.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: 5px;
}

.index_desc {
    width: 100%;
    float: left;text-align:center;
    font-size: 18px;letter-spacing:3px;
    line-height: 32px;
    margin-bottom: 10px;
}

.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;
    }

        .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;
        overflow: hidden;
        z-index: 999;
        position: relative;
    }

        .index_about_linkmore a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 50px;
            background-color: #f7941d;
            transition: all 0.6s ease 0s;
            z-index: -1;
        }

        .index_about_linkmore a:hover::before {
            width: 300px;
            height: 50px;
        }

        .index_about_linkmore a:hover {
            color: #fff;
            border-color: #f7941d;
        }

 /*.Floor001310 为demo编号*/

.Floor001310{padding:0.5% 0;}

.Floor001310 li{ float:left; width:25%; padding-bottom:34px; position:relative;text-align:center;}
.Floor001310 li a{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}
.Floor001310 li *{ transition:0.3s;}
.Floor001310 li div{ background-color:#eee; padding:10% 10% 8% 10%;}
.Floor001310 li .more{ position:absolute; left:50%; bottom:0; margin-left:-34px; font-size:12px; width:68px; height:68px; line-height:20px; border-radius:50%;  background-color:#eee; padding-top: 13px;color:#333;}
.Floor001310 li img{ width:40%;}
.Floor001310 li .hover{ display:none;}
.Floor001310 li h3{ margin:0;font-size: 16px;color: #333;line-height: 35px; font-weight:normal;}
.Floor001310 li div span{ display:block; color:#a3a3a3; position:relative; padding-bottom:10px;}
.Floor001310 li div span::before{ position:absolute; content:''; width:40%; height:1px; border-bottom:1px dotted #555; left:30%; bottom:0;}
.Floor001310 li p{ line-height:20px;height:60px; overflow:hidden; font-size:12px; color:#8e8e8e;}
.Floor001310 li:hover img{ display:none;}
.Floor001310 li:hover img.hover{ display:inline-block;}
.Floor001310 li:hover .more{ background-color:#d84419;}
.Floor001310 li:hover div{ background-color:#f7941d;}
.Floor001310 li:hover .more{ color:#fff;}
.Floor001310 li:hover h3,
.Floor001310 li:hover div span,
.Floor001310 li:hover p{ color:#fff;}
.Floor001310 li:hover div span::before{ border-bottom-color:#fff;}
@media(max-width:768px){
.Floor001310 li{ width:50%; margin:1% 0;}
}
@media(max-width:480px){
.Floor001310 li img{ width:55%;}
.Floor001310 li h3{font-size: 14px;}
.Floor001310 h1{font-size: 28px;}
.Floor001310 h1 span,
.Floor001310 h1 b{font-size: 20px;}
.Floor001310 li div span{ font-size:12px;}
}



.index_links_box {
    padding-top: 0px;
}

.index_linkmore {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
}

    .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;
        overflow: hidden;
        z-index: 999;
        position: relative;
    }

        .index_linkmore a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 50px;
            background-color: #f7941d;
            transition: all 0.6s ease 0s;
            z-index: -1;
        }

        .index_linkmore a:hover::before {
            width: 300px;
            height: 50px;
        }

        .index_linkmore a:hover {
            color: #fff;
            border-color: #f7941d;
        }

.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%;
    padding-top: 20px;
    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;min-height:210px;
                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*/
 /*解决方案*/
 /*产品*/
.prod{ position: relative; z-index: 10; }
.prod-menu{ width: 100%; }
.prod-menu h2{ height: 55px;line-height: 55px;margin-top: 0px;background:#f7941d url(../Images/famutit.png) no-repeat center left 15px; color: #fff; text-align: center; font-size: 24px; font-weight: normal; }
.prod-menu h2 a{ color: #fff;}
.prod-menu h2 b{ display: block;}


.prod-menu ul.ul3,.prod-menu ul.ul4,.prod-menu ul.ul5,.prod-menu ul.ul6{ display:none;}
.jjfabox {
	margin: 10px auto;
}
.famu {
	width: 100%;

}
.famu h4 img {
	display: block;
}
.famu ul {
}
.famu li {
	height: 39.5px;width: 13.5%;
	line-height: 39.5px; float: left;margin-right:10px;
	border:1px solid #ddd; margin-bottom:3px;
}
.famu li:nth-child(7n) {
	margin-right:0px;
}
.famu li a {
	display: block;
	padding:0 15.5px;color: #555;
	text-decoration: none;
	height: 39.5px;font-size: 14px;
	line-height: 39.5px;
}
.famu li a:hover {
	background: #f7941d;color: #fff;
}
.faphone {
	position: relative;
	height: 124px;
	background: url(../Images/faphone.png) no-repeat center;
}
.faphone span {
	position: absolute;
	left: 60px;
	top: 88px;
	font-size: 20px;
	color: #fff;
}
.facont {
	width: 100%;

}
.facont li {
	position: relative;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;background:#fff;border:1px solid #dedede;
	width: 24.5%;text-align:center;
	height: 238px;
}
.facont li h5 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: url(../Images/facont.png) no-repeat center;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}
.facont li h5 a {
	margin: 0 10px;
	color: #333;
}

.facont li img{
	padding-top:10px;
}


.index_products_control {
    width: 100%;
    float: right;
    text-align: center;
}

    .index_products_control a {
        display: inline-block;
        height: 32px;
        width: 42px;
        line-height: 32px;
        background-color: #F7F7F7;
        border: 1px solid #DFDFDF;
        color: #393333;
        margin-right: 2px;
        margin-left: 2px;
    }

        .index_products_control a :hover {
            color: #f7941d;
        }

.index_partner {
    width: 100%;
    float: left;
    padding-bottom: 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;text-align:left;
        line-height: 32px;
        color: #dadada;
    }

    .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;
}

    .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: 50px;
        line-height: 48px;
        list-style: none;
        margin-bottom: 7px;
        overflow: hidden;
    }

        .index_news_items li:last-child {
            margin-bottom: 0px;
        }

        .index_news_items li a {
            display: block;
            width: 100%;
            float: left;
            height: 50px;text-align:left;
            line-height: 40px;
            text-decoration: none;
            background-color: #EAEAEA;
            padding-top: 5px;
            padding-bottom: 5px;
            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: #f7941d;
                padding-left: 10px;
                padding-right: 10px;
            }

            .index_news_items li a:hover {
                background-color: #f7941d;
                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%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
}

    .index_links .swiper-links .swiper-slide {
        width: 19.5%;
        float: left;
        margin: 3px;
        text-align: center;
    }

    .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: #f7941d;
            color: #fff;
        }

    .index_links a {
        float: left;
    }

        .index_links a img {
            height: 120px;border:1px solid #dedede;
            width: 100%;
            float: left;
        }

        .index_links a span {
            float: left;
            padding-right: 15px;
            padding-left: 3px;
            height: 30px;
            line-height: 30px;
        }

.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: #f7941d;
                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;
}

    .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%;
}

    .flipster li {
        width: 40%;
    }

        .flipster li 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;
        }

            .flipster li 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: 999999999;
                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;
            }

            .flipster li a:hover .shade {
                opacity: 1;
            }

.customers_desc {
    width: 100%;
    float: left;
    line-height: 32px;
    color: #9A9A9A;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.customers_items {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .customers_items .customers_item {
        width: 100%;
        float: left;
        padding: 10px;
    }

        .customers_items .customers_item a {
            width: 100%;
            float: left;
            border: 1px solid #D8D8D8;
	    padding: 0;
        }

            .customers_items .customers_item a:hover {
                border: 1px solid #bbb;
                box-shadow: 0px 0px 10px #dedede;
		transition: all ease-out .3s;
            }

            .customers_items .customers_item a img {
                width: 100%;
                float: left;
            }

    .customers_items .swiper-customers {
    }

        .customers_items .swiper-customers .swiper-slide {
            width: 20%;
        }

    .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: #f7941d;
            }
/*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/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: #f7941d;
        }

        .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: 20px;
    margin-bottom: 10px;
    padding: 0px;
    height: 32px;
    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: 40px;
        border-bottom: 1px dashed #ddd;
    }

        .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: 40px;
            }

        .article_items li.item_1 {
            border-bottom: 1px dashed #ddd;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .article_items li.item_1 .item_title {
                line-height: 42px;
                color: #f7941d;
                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: #f7941d;
                }

        .article_items li.item_2 {
            border-bottom: 1px dashed #ddd;
            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: #f7941d;
                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: #f7941d;
                }

.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;
    }

ul {
    list-style: none;
}

.click_more {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

    .click_more a {
        display: inline-block;
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
        padding-right: 30px;
        border-radius: 8px;
        transition: all ease-out .3s;
        border: 1px solid #dedede;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        z-index: 999;
    }

        .click_more a::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 40px;
            background-color: #f7941d;
            transition: all 0.6s ease 0s;
            z-index: -1;
        }

        .click_more a:hover::before {
            width: 150px;
            height: 40px;
        }

        .click_more a:hover {
            color: #fff;
            border-color: #f7941d;
        }

.page_fluid .contact_contect {
    min-height: 320px;
    max-width: 565px;
    background: url('../Images/contact_bg.jpg') left center no-repeat;
}

    .page_fluid .contact_contect h3 {
        text-align: center;
        color: #686868;
        font-size: 36px;
        margin: 0;
    }

    .page_fluid .contact_contect .links_content {
        padding: 10% 20% 0 15%;
    }
  .page_fluid {
       text-align:center;
    }
    .page_fluid a{
      color: #686868;
    }
.contact_contect .links_content p span {
    font-size: 30px;
}

.pageGuide {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .pageGuide .pageinfo {
        height: 42px;
        line-height: 42px;
        float: left;
    }

    .pageGuide .paging {
        float: right;
        height: 32px;
        line-height: 32px;
    }

        .pageGuide .paging a {
            float: left;
            height: 32px;
            line-height: 32px;
            border: 1px solid #DEDEDE;
            border-right:0px;
            padding-left:10px;
            padding-right:10px;
        }

            .pageGuide .paging a:last-child {
            border-right:1px solid #dedede;
            }
            .pageGuide .paging a:hover {
                background-color: #f7941d;
                color: #fff;
            }

            .pageGuide .paging a.current {
                background-color: #f7941d;
                color: #fff;
            }
