﻿@charset "utf-8";
/* CSS Document */
/*CSS通用重置样式*/
html {
    overflow: -moz-scrollbars-vertical;
    margin: 0;
    padding: 0;
}

input, button, select, textarea, a, img {
    outline: none;
    vertical-align: top;
}
/*去掉超链接或按钮点击时出现的虚线框黄色边框*/
::-moz-focus-inner {
    border: 0px;
}
/*火狐的私有属性去掉点击时边框*/
* {
    word-break: break-all;
    font-family: 'Microsoft Yahei','SimSun',Arial Lucida,Verdana,Helvetica,sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

:focus {
    outline: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup, i {
    font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

input, button, textarea, select {
    *font-size: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

:link, :visited, ins {
    text-decoration: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    cursor: pointer;
}

    a:link, a:visited, a:active {
        color: inherit;
        text-decoration: none; /*width: 100%;height: 100%;*/
        display: inline-block;
    }

    a:hover {
        color: inherit;
    }

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed; /*修正IE6振动bug*/
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

.waper {
    max-width: 1400px;
    min-width: 1200px;
    margin: 0px auto;
    height: auto;
}

.commend_title {
    text-align: center;
    margin: 2.5rem 0;
    float: left;
    width: 100%;
}

    .commend_title h3 {
        font-size: 1.875rem;
        color: #252525;
        font-weight: bold;
    }

        .commend_title h3 span {
            font-size: 1.25rem;
            color: #000000;
            font-family: play-bold;
            text-transform: uppercase;
            display: inline-block;
            margin-left: .5rem;
        }

    .commend_title i {
        display: block;
        width: 30px;
        height: 2px;
        background: #71c32b;
        margin: 0 auto;
        margin-top: 1.25rem;
    }

.biaoit {
    width: 40%;
    height: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    margin: 19px 0;
}

    .biaoit span {
        display: inline-block;
        font-size: 20px;
        line-height: 63px;
        width: 150px;
        float: right;
        text-align: right;
        padding-bottom: 20px;
        cursor: pointer;
    }

    .biaoit a {
        display: inline-block;
        font-size: 20px;
        line-height: 63px;
        width: 150px;
        float: right;
        text-align: right;
        padding-bottom: 20px;
        cursor: pointer;
    }

    .biaoit span.on {
        font-weight: bold;
        color: #3d75c0;
    }
/******************************/
.topserver {
    width: 100%;
    background: #fff;
    height: auto;
    line-height: 50px;
    float: left;
    position: fixed;
    top: 0px;
    font-size: 16px;
    border-bottom: 1px solid #e5e0e0;
    z-index: 999;
    color: #11297e;
}

.header {
    width: 100%;
    position: fixed;
    top: 51px;
    height: 80px;
    z-index: 999;
    background: #fff;
}

.header_logo {
    width: auto;
    height: 100%;
}

    .header_logo img {
        width: auto;
        height: auto;
        margin: 23.5px 0;
    }

.nav {
    float: right;
    height: 80px;
    overflow: hidden;
}

    .nav li {
        float: left;
        padding: 0 16px 0 23px;
        height: 80px;
        overflow: hidden;
        line-height: 80px;
        background: url(../images/ico2.png) no-repeat left center;
    }

        .nav li:first-child {
            background: none;
        }

        .nav li:last-child {
            padding-right: 0px;
        }

        .nav li a {
            font-size: 16px;
            color: #000;
            text-decoration: none;
            transition: color 0.3s linear 0s;
            line-height: 80px;
            height: 80px;
            overflow: hidden;
        }

            .nav li.a a, .nav li:hover, .nav li a:hover, .nav li.hover a {
                color: #1632b9;
            }

        .nav li span {
            display: none;
            font-size: 0;
        }

.banner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-top: 131px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.serverlylbodtext a {
    position: relative;
    margin-top: 30px;
    margin-left: 100px;
    float: left;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #71c32b;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 20px;
    width: 9.375rem;
    height: 2.5rem;
    font-size: .875rem;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .serverlylbodtext a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        background: #3d75c0;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
        -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
        transition: .38s cubic-bezier(.4,0,.2,1);
        border-radius: 3px;
    }

.serverlylbodtext:hover a:before {
    width: 100%;
    right: auto;
    left: 0;
}
/***************/
.about {
    padding: 100px 0;
    height: auto;
    overflow: hidden;
    background: url(../images/about_bg.png)no-repeat bottom;
}

.about_left {
    width: 55%;
    height: auto;
}

    .about_left h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 32px;
        font-weight: bold;
    }

    .about_left h2 {
        width: 100%;
        height: auto;
        float: left;
        font-size: 24px;
        letter-spacing: 2px;
        position: relative;
    }

        .about_left h2::before {
            content: "";
            width: 40px;
            height: 3px;
            background: #00aaff;
            position: absolute;
            left: 0px;
            bottom: -20px;
        }

    .about_left p {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 16px;
        letter-spacing: 2px;
        margin-top: 50px;
        line-height: 30px;
        color: #666;
    }

.about_right {
    width: 40%;
    height: auto;
    overflow: hidden;
    text-align: right;
}

    .about_right img {
        margin: 170px 0px;
    }

.about_left a {
    position: relative;
    margin-top: 50px;
    float: left;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #71c32b;
    color: white;
    text-align: center;
    line-height: 2.5rem;
    border-radius: 20px;
    width: 9.375rem;
    height: 2.5rem;
    font-size: .875rem;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .about_left a:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        background: #3d75c0;
        position: absolute;
        z-index: -1;
        right: 0;
        top: 0;
        -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
        transition: .38s cubic-bezier(.4,0,.2,1);
        border-radius: 3px;
    }

    .about_left a:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }

.about_left ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 50px;
}

    .about_left ul li {
        width: 25%;
        height: auto;
        overflow: hidden;
        float: left;
        text-align: left;
    }

        .about_left ul li h3 {
            width: 100%;
            height: auto;
            line-height: 50px;
            font-weight: bold;
            font-size: 32px;
            color: #3d75c0;
        }

        .about_left ul li h4 {
            width: 100%;
            height: auto;
            font-size: 14px;
            color: #999;
        }

/***********/
.parent {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
    position: relative;
    background: #f7f7f7;
    padding-bottom: 200px
}

.box {
    margin-top: 60px;
}

.parent ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .parent ul li {
        width: 15.5%;
        height: 120px;
        float: left;
        display: inline-block;
        overflow: hidden;
        margin-bottom: 20px;
        margin-right: 16px;
        border-radius: 5px;
        cursor: pointer;
    }

        .parent ul li img {
            width: 100%;
            height: 100%;
        }

.box ul li {
    text-indent: 10px;
    width: 17.64%;
    height: 300px;
    border: 1px #eee solid;
    float: left;
    position: relative;
    transition: all .6s ease-out;
    margin: 20px 0;
    margin-bottom: 100px;
    background: #fff;
}

.box h3 {
    color: #333;
    font-size: 16px;
    padding-top: 30px;
    letter-spacing: 1px;
    font-size: 16px;
}

.box p {
    font-size: 14px;
    line-height: 50px;
}

.box ul li img {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .6s ease-out;
}

.box ul .on {
    width: 402px;
    height: 300px;
    text-align: left;
    background-color: #3288e6;
}

    .box ul .on h3 {
        color: white;
        padding-left: 20px;
    }

    .box ul .on p {
        color: white;
        padding-left: 20px;
    }

    .box ul .on img {
        width: 270px;
        height: 270px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

/*******************/
.serverxm {
    padding: 50px 0;
    height: auto;
    overflow: hidden;
    float: left;
    background: #eff2f7;
    width: 100%;
}

.serverxmlist {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
}

.title {
    text-align: center;
    color: #333;
    font-size: 20px;
    margin-bottom: 25px;
}

.img_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

    .img_list li {
        float: left;
        width: 31.3%;
        height: 245px;
        border-radius: 5px;
        margin-bottom:30px
    }

        .img_list li:nth-child(3n-1) {
            margin: 0px 3%;
            margin-bottom: 30px
        }

.w-simImg .image-w {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .w-simImg .image-w a {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        overflow: hidden;
    }

.caption {
    position: relative;
}

.img img {
    width: 100%;
    height: 100%;
}

.caption .captionbg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.caption .caption-text {
    z-index: 10;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
    padding: 0.5em 1px 0.7em;
}

.caption h3 {
    font-weight: normal;
    font-size: 115%;
    margin: 0;
    line-height: 1.5;
}

.caption p {
    margin: 0;
    padding-top: 0.5em;
    opacity: 0.85;
}

.bg_main {
    background: #006BCC;
}

.imgsp {
    width: 100%;
    height: 100%;
}

    .imgsp img {
        width: 100%;
        height: 100%;
    }

.simImg_spec6 .captionbg {
    left: 0;
    top: 0;
    opacity: 0.3;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.simImg_spec6:hover .captionbg {
    opacity: 0.7;
    *filter: alpha(opacity=70);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.simImg_spec6 .w-img-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 1em;
}

.simImg_spec6 h3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5em;
}

    .simImg_spec6 h3::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

.simImg_spec6:hover h3::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.simImg_spec6 p {
    padding: 1em 0;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.simImg_spec6:hover p {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.home_news {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 80px;
}

.newshome ul {
    width: 100%;
    height: 400px;
    overflow: hidden;
    float: left;
}

    .newshome ul li:first-child {
        width: 40%;
        height: 400px;
        overflow: hidden;
        float: left;
        margin-bottom: 0px;
    }

    .newshome ul li {
        width: 57%;
        height: 180px;
        float: right;
        display: inline-block;
        position: relative;
        margin-bottom: 40px;
    }

        .newshome ul li a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

            .newshome ul li a:hover img {
                transform: scale(1.2,1.2);
                transition: all 0.5s;
            }

            .newshome ul li a img {
                width: 100%;
                height: 100%;
                transform: scale(1.0,1.0);
                transition: all 0.5s;
                float: left;
            }

            .newshome ul li a small {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;
                background: rgba(0,0,0,.5);
            }

                .newshome ul li a small h1 {
                    width: 80%;
                    height: auto;
                    margin: 0px auto;
                    overflow: hidden;
                    margin-top: 100px;
                    line-height: 50px;
                    color: #fff;
                    text-align: left;
                    font-size: 20px;
                    font-weight: bold;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .newshome ul li a small p {
                    width: 80%;
                    height: auto;
                    margin: 0px auto;
                    line-height: 50px;
                    color: #fff;
                    text-align: left;
                    font-size: 16px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                }

                .newshome ul li a small i {
                    position: relative;
                    margin-top: 30px;
                    margin-left: 50px;
                    float: left;
                    z-index: 0;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    background: #71c32b;
                    color: white;
                    text-align: center;
                    line-height: 2.5rem;
                    border-radius: 20px;
                    width: 9.375rem;
                    height: 2.5rem;
                    font-size: .875rem;
                    display: block;
                    overflow: hidden;
                    text-transform: uppercase;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    -ms-border-radius: 20px;
                    -o-border-radius: 20px;
                }

                    .newshome ul li a small i:before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 100%;
                        background: #3d75c0;
                        position: absolute;
                        z-index: -1;
                        right: 0;
                        top: 0;
                        -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
                        transition: .38s cubic-bezier(.4,0,.2,1);
                        border-radius: 3px;
                    }

            .newshome ul li a:hover i:before {
                width: 100%;
                right: auto;
                left: 0;
            }

.newshomeleft {
    width: 35%;
    height: 100%;
    float: left;
    overflow: hidden;
    transform: scale(1.0,1.0);
    transition: all 0.5s;
}

    .newshomeleft img {
        width: 100%;
        height: 100%;
    }

.newshomeright {
    width: 62%;
    height: 100%;
    float: right;
}

    .newshomeright h1 {
        width: 100%;
        height: auto;
        margin-top: -15px;
        overflow: hidden;
        line-height: 50px;
        color: #333;
        text-align: left;
        font-size: 20px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newshomeright p {
        width: 100%;
        height: auto;
        margin: 0px auto;
        line-height: 30px;
        color: #666;
        text-align: left;
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .newshomeright time {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #999;
        line-height: 40px;
        display: inline-block;
    }

    .newshomeright i {
        position: relative;
        margin-top: 5px;
        float: left;
        z-index: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        background: #71c32b;
        color: white;
        text-align: center;
        line-height: 2.5rem;
        border-radius: 20px;
        width: 9.375rem;
        height: 2.5rem;
        font-size: .875rem;
        display: block;
        overflow: hidden;
        text-transform: uppercase;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

        .newshomeright i:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            background: #3d75c0;
            position: absolute;
            z-index: -1;
            right: 0;
            top: 0;
            -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
            transition: .38s cubic-bezier(.4,0,.2,1);
            border-radius: 3px;
        }

.newshome ul li a:hover .newshome ul li a small i:before {
    width: 100%;
    right: auto;
    left: 0;
}

.newshome ul li a:hover h1 {
    color: #3d75c0;
}


/****footer***/
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #333333;
    padding: 50px 0;
}

.footer_left {
    width: 30%;
    height: 100%;
    float: left;
}

.footer_left_tel {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .footer_left_tel h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 20px;
        color: #fff;
        letter-spacing: 2px;
    }

    .footer_left_tel h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 30px;
        color: #3d75c0;
        letter-spacing: 2px;
        line-height: 50px;
        margin-bottom: 25px;
    }

    .footer_left_tel p {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 16px;
        color: #9b9b9b;
        letter-spacing: 2px;
        line-height: 30px;
    }

.footer_left ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .footer_left ul li {
        width: 30%;
        height: auto;
        overflow: hidden;
        float: left;
        margin-top: 50px;
        text-align: center;
    }

        .footer_left ul li:nth-child(1) {
            margin-left: -10px;
        }

        .footer_left ul li img {
            width: 80%;
            height: auto;
        }

        .footer_left ul li span {
            width: 100%;
            height: auto;
            text-align: center;
            font-size: 16px;
            line-height: 35px;
            color: #fff;
            float: left;
        }

        .footer_left ul li:nth-child(2) {
            margin: 0px 5%;
            margin-top: 50px;
        }

.footer_right {
    width: 60%;
    height: auto;
    float: right;
}

    .footer_right ul {
        width: 20%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .footer_right ul li {
            width: 100%;
            height: auto;
            overflow: hidden;
            float: left;
        }

            .footer_right ul li h1 {
                width: 100%;
                height: auto;
                overflow: hidden;
                float: left;
                line-height: 40px;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
            }

            .footer_right ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
                float: left;
                text-align: left;
                font-size: 16px;
                color: #9b9b9b;
                line-height: 50px;
            }

                .footer_right ul li a:hover {
                    color: #3d75c0;
                }

.bqinfo {
    width: 100%;
    height: auto;
    background: #3d75c0;
    float: left;
    line-height: 50px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width:960px) {
}

@media (max-width:720px) {
}
/**********/
.crumbs {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #eee;
    background:#fff
}

.crumbs_left {
    width: auto;
    height: auto;
    line-height: 70px;
    float: left;
}

    .crumbs_left a {
        margin: 0 20px;
        float: left;
        display: inline-block;
        font-size: 18px;
    }

        .crumbs_left a:first-child {
            margin-left: 0px;
        }

        .crumbs_left a.on {
            border-bottom: 2px solid #3d75c0;
            font-weight: bold;
            color: #3d75c0;
        }

        .crumbs_left a:hover {
            border-bottom: 2px solid #3d75c0;
            font-weight: bold;
            color: #3d75c0;
        }

.crumbs_right {
    float: right;
    font-size: 14px;
    color: #666;
}

.aboutjj {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 100px 0;
}

.crumbs_right i {
    margin: 30px 10px;
    font-style: normal;
    width: 4px;
    height: 6px;
    background: url(../images/position_ico.png) center no-repeat;
    font-size: 0;
    display: inline-block;
    vrtical-align: middle;
}

.crumbs_right a {
    line-height: 65px;
}

    .crumbs_right a.on {
        color: #3d75c0;
    }

    .crumbs_right a img {
        float: left;
        margin: 27px 5px
    }

.aboutjj_left {
    width: 60%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .aboutjj_left h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-weight: bold;
        font-size: 34px;
        letter-spacing: 2px;
    }

        .aboutjj_left h1 i {
            color: #3d75c0;
        }

        .aboutjj_left h1 em {
            color: #333;
        }

    .aboutjj_left h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 20px;
        letter-spacing: 6px;
        font-weight: bold;
        line-height: 80px;
    }

    .aboutjj_left p {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 16px;
        letter-spacing: 2px;
        margin-top: 50px;
        line-height: 30px;
        color: #666;
    }

.aboutjj_right {
    width: 35%;
    height: auto;
    overflow: hidden;
    float: right;
}

    .aboutjj_right img {
        float: right;
        margin: 100px 0px;
    }
/*****************/
.zhsq {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 100px 0;
}

.server_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

.server_top_left {
    width: 65%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

    .server_top_left a {
        display: inline-block;
        color: #333;
        float: left;
        line-height: 50px;
        border: 1px solid #3d75c0;
        padding: 0px 15px;
        margin: 10px;
    }

    .server_top_left:first-child a {
        margin-left: 0px;
    }

    .server_top_left a:hover {
        background: #3d75c0;
        color: #fff;
    }

.server_top_right {
    width: 35%;
    height: auto;
    overflow: hidden;
    float: right;
    text-align: left;
}

    .server_top_right img {
        width: 100%;
        margin-top: 50px;
    }

.server_top_left h1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 2px;
    color: #3d75c0;
}

.server_top_left h2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 20px;
    letter-spacing: 6px;
    font-weight: bold;
    line-height: 80px;
}

.server_top_left p {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 30px;
    color: #666;
}

.server_td {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .server_td ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .server_td ul li {
            width: 23.5%;
            height: 250px;
            float: left;
            margin: 0px 1%;
        }

            .server_td ul li:last-child {
                margin-right: 0px;
            }

            .server_td ul li:first-child {
                margin-left: 0px;
            }

            .server_td ul li a {
                display: inline-block;
                float: left;
                position: relative;
                width: 100%;
                height: 100%;
            }

                .server_td ul li a img {
                    width: 100%;
                    height: 100%;
                }

                .server_td ul li a em {
                    position: absolute;
                    background: rgba(255, 255, 255, 0.9);
                    transform: rotate(-30deg);
                    font-size: 12px;
                    padding: 3px 33px;
                    top: 7px;
                    left: -26px;
                    color: #ff331e;
                    z-index: 3;
                }

.server_tdpl {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    transition: all ease 0.5s;
}

.server_td ul li a:hover .server_tdpl {
    background: rgba(22, 136, 226, 0.41);
}

.server_tdpl h1 {
    margin-top: 25%;
    font-size: 16px;
    transition: all ease 0.5s;
}

.server_tdpl p {
    font-size: 14px;
    width: 80%;
    margin: 0px auto;
    margin-top: 5%;
    line-height: 30px;
}

/**********/
.news {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 50px 0;
}

    .news ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .news ul li {
            width: 30%;
            height: auto;
            overflow: hidden;
            float: left;
            margin-bottom: 50px;
            padding-bottom: 20px;
            border: 1px solid #eee;
        }

            .news ul li:nth-child(3n-1) {
                margin: 0px 4.6%;
            }

            .news ul li a {
                display: inline-block;
                width: 100%;
                height: auto;
                float: left;
                background: #fff;
            }

                .news ul li a:hover dl dt img {
                    transform: scale(1.2,1.2);
                    transition: all 0.5s
                }

                .news ul li a dl {
                    width: 100%;
                    height: 100%;
                    float: left;
                }

                    .news ul li a dl dt {
                        width: 100%;
                        height: 260px;
                        float: left;
                        overflow: hidden;
                    }

                        .news ul li a dl dt img {
                            width: 100%;
                            height: 100%;
                            transition: all ease 0.5s;
                        }

                    .news ul li a dl dd {
                        width: 96%;
                        height: 100%;
                        float: right;
                        padding: 10px 2%;
                    }

                .news ul li a:hover h2 {
                    color: #3d75c0;
                }

                .news ul li a dl dd h1 {
                    width: 96%;
                    height: 40px;
                    float: left;
                    padding: 0 2%;
                    line-height: 40px;
                    font-size: 16px;
                    color: #555;
                    letter-spacing: 1px;
                    background: url(../images/time.png)no-repeat left center;
                    background-size: 30px auto;
                    text-indent: 1.5em;
                }

                .news ul li a dl dd h2 {
                    width: 100%;
                    height: 40px;
                    float: left; /* padding: 0 2%; */
                    line-height: 40px;
                    margin: 10px 0;
                    letter-spacing: 1px;
                    font-weight: bold;
                    font-size: 16px; /* text-indent:1.3em; */
                    margin-bottom: 0px;
                }

                .news ul li a dl dd p {
                    width: 100%;
                    height: auto;
                    float: left;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                    line-height: 30px;
                    margin: 10px 0;
                    letter-spacing: 1px;
                    font-size: 14px;
                }

                .news ul li a dl dd i {
                    position: relative;
                    margin-top: 10px;
                    float: left;
                    z-index: 0;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    background: #71c32b;
                    color: white;
                    text-align: center;
                    line-height: 2.5rem;
                    border-radius: 20px;
                    width: 9.375rem;
                    height: 2.5rem;
                    font-size: .875rem;
                    display: block;
                    overflow: hidden;
                    text-transform: uppercase;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    -ms-border-radius: 20px;
                    -o-border-radius: 20px;
                }

                    .news ul li a dl dd i:before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 100%;
                        background: #3d75c0;
                        position: absolute;
                        z-index: -1;
                        right: 0;
                        top: 0;
                        -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
                        transition: .38s cubic-bezier(.4,0,.2,1);
                        border-radius: 3px;
                    }

                .news ul li a:hover i:before {
                    width: 100%;
                    right: auto;
                    left: 0;
                }

.page-box {
    text-align: center;
    font-size: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 50px 0;
    margin-top: 0px;
}

    .page-box li {
        display: inline-block;
        list-style: none;
    }

    .page-box a {
        padding: 0 30px;
        width: auto;
        line-height: 33px;
        height: 35px;
        display: inline-block;
        border: 1px solid #d1d3d8;
        border-radius: 22px;
        margin: 0 7px;
        color: #868686;
        text-transform: capitalize;
        font-size: .875rem;
        -moz-transition: all 0.36s ease-in-out;
        -webkit-transition: all 0.36s ease-in-out;
        -o-transition: all 0.36s ease-in-out;
        -ms-transition: all 0.36s ease-in-out;
        transition: all 0.36s ease-in-out;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px;
    }

    .page-box .on {
        background: #005BAC;
        color: #fff;
        border: 1px solid #005BAC;
    }

    .page-box a:hover {
        background: #005BAC;
        color: #fff;
        text-decoration: none;
        border: 1px solid #005BAC;
    }

    .page-box span {
        padding: 0 .25rem;
        line-height: 33px;
        height: 35px;
        font-size: .875rem;
        display: inline-block;
        padding: 0px 30px;
        margin: 0px 5px;
        color: #868686;
        border: 1px solid #d1d3d8;
        transition: all 0.36s ease-in-out;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

        .page-box span a {
            border: 0 !important;
            background: none !important;
            height: 33px;
        }

        .page-box span:hover {
            background: #005BAC;
            color: #fff;
            text-decoration: none;
            border: 1px solid #005BAC;
        }

            .page-box span:hover a {
                color: #fff;
            }

.product {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 100px 0;
    padding-bottom: 0px;
}

    .product ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .product ul li {
            width: 32%;
            height: auto;
            overflow: hidden;
            float: left;
            border: 1px solid #eee;
            margin-bottom: 50px;
        }

            .product ul li:nth-child(3n-1) {
                margin: 0px 1.6%;
            }

            .product ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

                .product ul li a h1 {
                    width: 100%;
                    height: 300px;
                    overflow: hidden;
                    float: left;
                }

                    .product ul li a h1 img {
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                        float: left;
                        transform: scale(1.0,1.0);
                        transition: all 0.5s
                    }

                .product ul li a:hover img {
                    transform: scale(1.2,1.2);
                    transition: all 0.5s
                }

                .product ul li a:hover p {
                    color: #3d75c0;
                }

            .product ul li p {
                width: 96%;
                height: auto;
                line-height: 50px;
                float: left;
                text-align: center;
                padding: 0 2%;
                color: #666;
            }

                .product ul li p i {
                    float: left;
                }

                .product ul li p em {
                    float: right;
                }


/*************/
.case {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 100px 0;
}

/*************/
.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 60px 0;
}

.content_left {
    width: 55%;
    height: auto;
    overflow: hidden;
    float: left;
}

.content_right {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: right;
}

.content_lin {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .content_lin h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 32px;
        font-weight: bold;
    }

    .content_lin h2 {
        width: 100%;
        height: auto;
        float: left;
        font-size: 20px;
        letter-spacing: 2px;
        position: relative;
        color: #666;
        margin-top: 10px;
    }

        .content_lin h2::before {
            content: "";
            width: 40px;
            height: 3px;
            background: #00aaff;
            position: absolute;
            left: 0px;
            bottom: -20px;
        }

.content_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 100px;
}

    .content_top h1 {
        width: 92%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #3d75c0;
        padding: 0 4%;
    }

.tel {
    background: url(../images/lx_tel.png) no-repeat left center;
}

.address {
    background: url(../images/lx_add.png) no-repeat left center;
}

.email {
    background: url(../images/lx_yx.png) no-repeat left center;
}

.content_top p {
    width: 92%;
    height: auto;
    float: left;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    color: #666;
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 0 4%;
}

.lxfs {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0px 0;
    background: #fff;
    padding: 50px 0
}

.lxfs_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 35px;
    color: #000;
    font-size: 16px;
    margin: 20px 0;
    float: left
}

.lxfs_address {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 20px 0
}

.lxfs_address_left {
    width: 30%;
    height: 425px;
    float: left;
    border: 1px solid #eee
}

    .lxfs_address_left h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        line-height: 60px;
        color: #000;
        background: #eee;
        text-indent: 1em;
        font-size: 20px;
        font-weight: bold
    }

    .lxfs_address_left ul {
        height: auto;
        overflow: hidden;
        padding: 0 20px
    }

        .lxfs_address_left ul li {
            width: 100%;
            height: 100px;
            border-bottom: 1px solid #eee
        }

            .lxfs_address_left ul li i {
                display: inline-block;
                float: left;
                width: 20%;
                height: 100%;
                text-align: center
            }

                .lxfs_address_left ul li i img {
                    width: 32px;
                    margin: 30px 5px;
                    margin-right: 20px
                }

            .lxfs_address_left ul li dl {
                width: 80%;
                height: 100%;
                float: left
            }

                .lxfs_address_left ul li dl dt {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    float: left;
                    font-size: 14px;
                    color: #000;
                    line-height: 30px;
                    margin-top: 10px
                }

                .lxfs_address_left ul li dl dd {
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                    float: left;
                    font-size: 14px;
                    color: #000;
                    line-height: 30px
                }

.lxfs_address_right {
    width: 68%;
    height: 425px;
    float: right;
    border: 1px solid #eee
}

.lxfs_conter {
    height: auto;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-top: 100px;
}

.email_conter {
    height: auto;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-top: 100px;
}

.email_conter_left {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

.email_conter_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .email_conter_info ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        margin-top: 20px;
    }

        .email_conter_info ul li {
            width: 100%;
            height: auto;
            overflow: hidden;
            float: left;
            margin-bottom: 20px;
        }

            .email_conter_info ul li input {
                width: 46%;
                height: 40px;
                padding: 5px 0;
                float: left;
                border: 0px;
                padding-left: 10px;
                background: #eee;
                color: #000;
                line-height: 100px;
                font-size: 14px;
            }

                .email_conter_info ul li input:nth-child(2n) {
                    float: right;
                }

            .email_conter_info ul li textarea {
                width: 100%;
                height: 100px;
                background: #eee;
                float: left;
                resize: none;
                padding: 10px;
                border: 0px;
                font-size: 14px;
                color: #000;
                line-height: 25px;
            }

            .email_conter_info ul li a {
                display: inline-block;
                width: 100%;
                height: 50px;
                background: #00aaff;
                text-align: center;
                color: #fff;
                line-height: 50px;
            }

            .email_conter_info ul li span {
                width: 100%;
                height: auto;
                overflow: hidden;
                float: left;
                font-size: 14px;
                color: red;
                padding-top: 15px;
                float: left;
            }

.zhichibody {
    padding: 60px 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .zhichibody ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .zhichibody ul li {
            width: 30%;
            height: auto;
            overflow: hidden;
            float: left;
            border: 1px solid #eee;
            padding-bottom: 30px;
            margin-bottom: 30px;
        }

            .zhichibody ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
                float: left;
            }

                .zhichibody ul li a img{
                    width: 100%;
                    height: auto;
                    float: left
                }

            .zhichibody ul li:nth-child(3n-1) {
                margin: 0px 4.6%;
                margin-bottom: 30px
            }

            .zhichibody ul li a h1 {
                width: 96%;
                float: left;
                line-height: 50px;
                color: #333;
                font-size: 18px;
                font-weight: bold;
                padding: 0 2%;
                margin-top: 10px
            }

            .zhichibody ul li a p {
                width: 96%;
                float: left;
                line-height: 30px;
                color: #333;
                font-size: 16px;
                color: #666;
                padding: 0 2%
            }

            .zhichibody ul li a span {
                position: relative;
                margin-top: 10px;
                margin-left: 2%;
                float: left;
                z-index: 0;
                -webkit-transition: all .5s;
                transition: all .5s;
                background: #71c32b;
                color: white;
                text-align: center;
                line-height: 2.5rem;
                border-radius: 20px;
                width: 9.375rem;
                height: 2.5rem;
                font-size: .875rem;
                display: block;
                overflow: hidden;
                text-transform: uppercase;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
            }

                .zhichibody ul li a span:before {
                    content: "";
                    display: block;
                    width: 0;
                    height: 100%;
                    background: #3d75c0;
                    position: absolute;
                    z-index: -1;
                    right: 0;
                    top: 0;
                    -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
                    transition: .38s cubic-bezier(.4,0,.2,1);
                    border-radius: 3px;
                }

            .zhichibody ul li:hover span:before {
                width: 100%;
                right: auto;
                left: 0;
            }

            .zhichibody ul li a:hover h1 {
                color: #3d75c0;
            }

.ptyy {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left
}

    .ptyy img {
        width: 33%;
        float: left;
        height: auto;
    }
/************/
.aboutlc {
    padding: 100px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 30px;
}

.fzlc {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    background: url(../images/lcbg1.png)no-repeat bottom left;
    padding-bottom: 400px;
}

    .fzlc h1 {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 20px;
        letter-spacing: 6px;
        font-weight: bold;
        line-height: 80px;
    }

    .fzlc p {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 16px;
        letter-spacing: 2px;
        margin-top: 30px;
        line-height: 30px;
        color: #666;
    }

.fzlctw {
    width: 50%;
    height: 600px;
    overflow: hidden;
    float: left;
    background: url(../images/lsbg.png)no-repeat bottom left;
}

.aboutwh {
    padding: 100px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 30px;
    background: #f7f7f7;
}

.aboutwh_left {
    width: 60%;
    height: auto;
    overflow: hidden;
    float: left;
    background: url(../images/qywhbg.png) no-repeat 50px center;
}

    .aboutwh_left ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .aboutwh_left ul li {
            width: 260px;
            transition-duration: 0.3s;
            margin-left: 15px;
            -webkit-transition-property: transform;
            cursor: pointer;
            height: 300px;
            float: left;
            text-align: center;
            background: #fff;
            margin: 20px;
            margin-bottom: 50px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }

            .aboutwh_left ul li:hover {
                top: 10px;
                transform: translateY(-3px);
                -webkit-transform: translateY(-3px)
            }

            .aboutwh_left ul li h1 {
                width: 100%;
                height: auto;
                text-align: center;
                font-size: 24px;
                font-weight: bold;
                margin-top: 20%;
                letter-spacing: 2px;
            }

            .aboutwh_left ul li H2 {
                width: 100%;
                height: auto;
                text-align: center;
                font-size: 18px;
                font-weight: bold;
                margin-top: 5%;
                letter-spacing: 2px;
                color: #666;
            }

            .aboutwh_left ul li P {
                width: 90%;
                height: auto;
                text-align: center;
                font-size: 16px;
                margin-top: 10%;
                letter-spacing: 2px;
                line-height: 30px;
                margin-left: 5%;
                color: #666;
            }

.aboutwh_right {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .aboutwh_right img {
        margin-top: 200px;
    }

.honor {
    padding: 100px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-bottom: 30px;
}

    .honor ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .honor ul li {
            width: 21%;
            height: 220px;
            overflow: hidden;
            float: left;
            text-align: center;
            background: url(../images/zizhi_bg.png) no-repeat bottom;
            padding-bottom: 35px;
            margin-bottom: 30px;
            margin: 2%;
            cursor: pointer;
        }

            .honor ul li img {
                width: 160px;
                height: auto;
            }

.xwdetail {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 50px 0;
}

.xwdetail_left {
    width: 65%;
    height: auto;
    overflow: hidden;
    float: left;
    background: #fff;
}

.xwdetail_right {
    width: 30%;
    height: auto;
    overflow: hidden;
    float: right;
}

.xwdetail_righttop {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #e3d3d3;
    padding-bottom: 20px;
}

    .xwdetail_righttop h1 {
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: bold;
        text-align: left;
    }

    .xwdetail_righttop p {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 50px;
        color: #666;
        text-align: left;
    }

.detailist ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .detailist ul li {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
        margin-top: 20px;
        background: #fff;
    }

        .detailist ul li a {
            display: inline-block;
            width: 100%;
            height: 100%;
            float: left;
        }

            .detailist ul li a label {
                width: 20%;
                height: auto;
                overflow: hidden;
                float: left;
                background: #fff;
                color: #3d75c0;
                padding: 30px 20px;
            }

                .detailist ul li a label span {
                    width: 100%;
                    font-size: 26px;
                    display: inline-block;
                    float: left;
                    font-weight: bold;
                }

                .detailist ul li a label em {
                    width: 100%;
                    font-size: 18px;
                    display: inline-block;
                    float: left;
                }

            .detailist ul li a h1 {
                float: left;
                width: 65%;
                height: auto;
                overflow: hidden;
                font-size: 16px;
                line-height: 35px;
                display: inline-block;
                padding: 25px 0;
            }

            .detailist ul li a span {
                float: left;
                width: 65%;
                height: auto;
                overflow: hidden;
                font-size: 16px;
                line-height: 35px;
                display: inline-block;
                display: inline-block;
            }

            .detailist ul li a:hover {
                color: #3d75c0;
            }

.detailist {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

.product1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 30px;
}

    .product1 ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .product1 ul li {
            width: 99.6%;
            height: auto;
            overflow: hidden;
            float: left;
            border: 1px solid #c9bfbf;
            margin-bottom: 30px;
        }

            .product1 ul li a {
                display: inline-block;
                width: 100%;
                height: 100%;
            }

                .product1 ul li a h1 {
                    width: 100%;
                    height: 300px;
                    overflow: hidden;
                    float: left;
                }

                    .product1 ul li a h1 img {
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                        float: left;
                        transform: scale(1.0,1.0);
                        transition: all 0.5s
                    }

                .product1 ul li a:hover img {
                    transform: scale(1.2,1.2);
                    transition: all 0.5s
                }

                .product1 ul li a:hover p {
                    color: #3d75c0;
                }

            .product1 ul li p {
                width: 96%;
                height: auto;
                line-height: 50px;
                float: left;
                text-align: center;
                padding: 0 2%;
                color: #666;
                background: #fff;
            }

                .product1 ul li p i {
                    float: left;
                }

                .product1 ul li p em {
                    float: right;
                }

.detail_title {
    width: 96%;
    height: auto;
    overflow: hidden;
    padding: 10px 2%;
    background: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    letter-spacing: 2px;
}

.detail_time {
    width: 96%;
    height: auto;
    overflow: hidden;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    padding: 0 2%;
    line-height: 50px;
}

    .detail_time i {
        float: left;
    }

    .detail_time em {
        float: left;
        padding-left: 30px;
    }

.detail_conter {
    width: 96%;
    height: auto;
    background: #fff;
    line-height: 30px;
    font-size: 12px;
    padding: 10px 2%;
    position: relative;
}

.Top {
    position: fixed;
    bottom: 110px;
    right: 60px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: none;
}

    .Top img {
        width: 100%;
    }

.detail_conter img {
    width: 100%;
}
/***********/
.demostation {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 50px 0;
}

    .demostation ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .demostation ul li {
            width: 30%;
            height: 300px;
            float: left;
            margin-bottom: 30px;
        }

            .demostation ul li:nth-child(3n-1) {
                margin: 0px 5%;
                margin-bottom: 30px;
            }

            .demostation ul li video {
                width: 100%;
                height: 100%;
            }

.right_model {
    border: 1px solid #eee;
    width: 99.6%;
    float: left;
    background: #fff;
}

    .right_model ul {
        padding: 0px 1%;
        width: 98% !important;
        border-top: 0px;
    }

        .right_model ul li {
            width: 96% !important;
            height: 100% !important;
            padding: 5px 1% !important;
            line-height: 50px;
            border-bottom: 1px dashed #eee;
        }

            .right_model ul li span {
                float: right;
            }

.mymorebuttom {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

    .mymorebuttom a {
        display: inline-block;
        padding: 10px 30px;
        font-size: 14px;
        border: 1px solid #eee;
        border-radius: 30px;
    }

.serverly {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 50px 0;
    background: #f7f7f7;
}

.serverlytip {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
    float: left;
}

.serverlytipone {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 50px;
    float: left;
}

.qiehuan {
    height: auto;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 35%;
    right: 0px;
    bottom: 15px;
    text-align: center;
    z-index: 1;
}

    .qiehuan span {
        width: 40px;
        height: 10px;
        display: inline-block;
        background: #666a75;
        cursor: pointer;
    }

        .qiehuan span.on {
            background: #f66f6a;
        }

.serverlylbody {
    width: 100%;
    height: 300px;
}

    .serverlylbody ul {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
    }

        .serverlylbody ul li {
            width: 100%;
            height: 100%;
            overflow: hidden;
            float: left;
            position: relative;
        }

.serverlylbodyimg {
    width: 35%;
    height: 260px;
    float: left;
    z-index: 1;
    margin: 20px 0;
    position: absolute;
    left: 0px;
}

    .serverlylbodyimg img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

.serverlylbodtext {
    width: 70%;
    height: 300px;
    background: #fff;
    box-shadow: 0 15px 30px 10px rgb(196 203 222 / 43%);
    float: right;
    border-radius: 10px;
    cursor: pointer
}

    .serverlylbodtext h1 {
        padding: 0 10%;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        width: 80%;
        margin-top: 5%;
    }

    .serverlylbodtext p {
        padding: 0 10%;
        text-indent: 2em;
        height: auto;
        overflow: hidden;
        float: left;
        font-size: 16px;
        display: inline-block;
        width: 80%;
        line-height: 30px;
        color: #504949;
        margin-top: 1.5%;
    }

.zbtetx:before {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../images/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 50px;
    right: 50px
}

.zbtetx:after {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../images/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 100px;
    left: 520px;
    transform: rotatez(180deg)
}

.ybtext {
}

.servercoter {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .servercoter ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }

        .servercoter ul li {
            width: 48%;
            height: 300px;
            overflow: hidden;
            float: left;
            margin-bottom: 30px
        }

            .servercoter ul li:nth-child(1) {
                border-bottom: 2px solid #2ede85
            }

            .servercoter ul li:nth-child(2) {
                border-bottom: 2px solid #ff7e00
            }

            .servercoter ul li:nth-child(3) {
                border-bottom: 2px solid #377ce0
            }

            .servercoter ul li:nth-child(4) {
                border-bottom: 2px solid #3f51b5
            }

            .servercoter ul li:nth-child(2n) {
                float: right
            }

            .servercoter ul li a {
                display: inline-block;
                width: 96%;
                height: 100%;
                background: #fff;
                border-radius: 10px;
                padding: 0px 2%;
                padding-bottom: 20px
            }

                .servercoter ul li a h1 {
                    padding: 0 6%;
                    height: auto;
                    overflow: hidden;
                    float: left;
                    font-size: 24px;
                    font-weight: bold;
                    display: inline-block;
                    width: 88%;
                    margin-top: 3%;
                }

                .servercoter ul li a p {
                    padding: 0 6%;
                    height: 160px;
                    overflow: hidden;
                    float: left;
                    font-size: 16px;
                    display: inline-block;
                    width: 88%;
                    line-height: 30px;
                    color: #504949;
                    margin-top: 2%;
                }

                .servercoter ul li a i {
                    position: relative;
                    margin-top: 10px;
                    margin-left: 40px;
                    float: left;
                    z-index: 0;
                    -webkit-transition: all .5s;
                    transition: all .5s;
                    background: #71c32b;
                    color: white;
                    text-align: center;
                    line-height: 2.5rem;
                    border-radius: 20px;
                    width: 9.375rem;
                    height: 2.5rem;
                    font-size: .875rem;
                    display: block;
                    overflow: hidden;
                    text-transform: uppercase;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    -ms-border-radius: 20px;
                    -o-border-radius: 20px;
                }

                    .servercoter ul li a i:before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 100%;
                        background: #3d75c0;
                        position: absolute;
                        z-index: -1;
                        right: 0;
                        top: 0;
                        -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
                        transition: .38s cubic-bezier(.4,0,.2,1);
                        border-radius: 3px;
                    }

                .servercoter ul li a:hover i:before {
                    width: 100%;
                    right: auto;
                    left: 0;
                }

.ybtext:before {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../images/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 60px;
    right: 570px
}

.ybtext:after {
    content: "";
    width: 21px;
    height: 18px;
    background: url(../images/ei-v3-point.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 100px;
    left: 50px;
    transform: rotatez(180deg)
}

.topserverptoto {
    width: 96%;
    padding: 0 2%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0px;
    right: 0px;
    display: none;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: none
}

.headerphoto {
    width: 100%;
    height: 50px;
    float: left;
    position: fixed;
    display: none;
    top: 51px;
    background: #fff;
    z-index: 999
}

.headerphotologo {
    width: 30%;
    height: 50px;
    float: left;
}

    .headerphotologo img {
        width: 30%;
        height: auto;
        margin: 10px;
    }

.headerpsj {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/about.png) no-repeat center center
}

.Architecture {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .Architecture ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left
    }

        .Architecture ul li {
            width: 22%;
            height: auto;
            float: left;
            background: #fff;
            background: #fff;
            margin-left: 3.8%;
            border: 1px solid #eee;
            border-bottom: 1px solid #fff;
            margin-bottom: 40px;
            padding-bottom: 10px
        }

            .Architecture ul li h1 {
                padding: 0 2%;
                width: 96%;
                line-height: 50px;
                font-size: 18px;
                font-weight: bold;
                text-align: left;
                background: #eee
            }

            .Architecture ul li p {
                padding: 0 2%;
                width: 96%;
                line-height: 30px;
                font-size: 14px;
                text-align: left;
                margin-top: 20px
            }

            .Architecture ul li:nth-child(1) {
                margin-left: 0px;
                border-bottom: 2px solid #00aaff
            }

            .Architecture ul li:nth-child(2) {
                border-bottom: 2px solid #2ede85
            }

            .Architecture ul li:nth-child(3) {
                border-bottom: 2px solid #ff7e00
            }

            .Architecture ul li:nth-child(4) {
                border-bottom: 2px solid #377ce0
            }

            .Architecture ul li:nth-child(6) {
                border-bottom: 2px solid #4caf50
            }

            .Architecture ul li:nth-child(7) {
                border-bottom: 2px solid #00aaff
            }

            .Architecture ul li:nth-child(8) {
                border-bottom: 2px solid #673ab7
            }

            .Architecture ul li:nth-child(5) {
                margin-left: 0px;
                border-bottom: 2px solid #00bcd4
            }


.parents {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}

    .parents ul {
        width: 100%;
        height: auto;
        float: left;
    }

        .parents ul li {
            width: 15%;
            height: 100px;
            float: left;
            background: #eee;
            border-radius: 10px;
            margin-right: 1.8%;
            margin-top: 20px;
            border: 1px solid #eee;
            overflow: hidden;
            cursor: pointer
        }

            .parents ul li:nth-child(6n) {
                float: right;
                margin-right: 0px
            }

            .parents ul li img {
                width: 100%;
                height: 100%;
            }

.i-process .list {
    background: #fff url(../../main/images/line.png)no-repeat center;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1400px;
    height: 333px;
    background-size: 100%;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.flow, .cooperation {
    background-color: #fff;
}

.flow {
    height: 685px;
    text-align: center;
}

.fp-tableCell {
}

.title {
    padding: 60px 0 80px 0;
}

.title-text {
    position: relative;
    padding-bottom: 20px;
    font-size: 34px;
    color: #666666;
    font-weight: normal;
}

    .title-text:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 110px;
        height: 6px;
        margin-left: -52px;
        background-color: #43cdab;
    }

.title-description {
    margin-top: 40px;
    color: #b0b0b0;
}

.title-description {
    margin-top: 30px;
}

.inner-item {
    margin: 0 auto;
    position: relative;
    width: 100%;
    float: left
}

.i-process {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .i-process .hold {
        width: 1106px;
        height: 352px;
        margin: 0 auto;
    }

    .i-process .btn {
        width: 68px;
        height: 150px;
        line-height: 2;
        color: #8f8f95;
        text-align: center;
        transform: translateX(50px);
        opacity: 0;
    }

        .i-process .btn.cur {
            color: #43cdab;
        }

        .i-process .btn:nth-child(1) {
            left: 33px;
            top: 155px;
        }

        .i-process .btn:nth-child(2) {
            left: 185px;
            top: 53px;
        }

        .i-process .btn:nth-child(3) {
            left: 360px;
            top: 120px;
        }

        .i-process .btn:nth-child(4) {
            left: 530px;
            top: 33px;
        }

        .i-process .btn:nth-child(5) {
            left: 718px;
            top: 37px;
        }

        .i-process .btn:nth-child(6) {
            left: 905px;
            top: 30px;
        }

        .i-process .btn:nth-child(7) {
            left: 1065px;
            top: 145px;
        }

        .i-process .btn:nth-child(8) {
            left: 1240px;
            top: 88px;
        }

        .i-process .btn .light {
            float: left;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background: #fff;
            margin: 12px 29px;
        }

            .i-process .btn .light:after {
                content: "";
                position: absolute;
                left: -5px;
                top: -5px;
                z-index: -1;
                width: 20px;
                height: 20px;
                border-radius: 10px;
                background: #43cdab;
                opacity: 0.3;
            }

        .i-process .btn.cur .light:after {
            animation: Circle 1.2s infinite linear;
        }

        .i-process .btn.cur .light:after {
            animation: Circle 1.2s infinite linear;
        }

        .i-process .btn .circle {
            width: 68px;
            height: 68px;
            border-radius: 34px;
            background: #edeff1;
            margin: 12px 0;
        }

        .i-process .btn.cur .circle {
            background: #43cdab;
        }

        .i-process .btn .circle:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 68px;
            height: 68px;
            background: url(../../main/images/bg_sign06.png) no-repeat;
        }

        .i-process .btn.cur .circle:after {
            background-position: 0 -68px;
        }

        .i-process .btn:nth-child(2) .circle:after {
            background-image: url(../../main/images/bg_sign07.png);
        }

        .i-process .btn:nth-child(3) .circle:after {
            background-image: url(../../main/images/bg_sign08.png);
        }

        .i-process .btn:nth-child(4) .circle:after {
            background-image: url(../../main/images/bg_sign09.png);
        }

        .i-process .btn:nth-child(5) .circle:after {
            background-image: url(../../main/images/bg_sign10.png);
        }

        .i-process .btn:nth-child(6) .circle:after {
            background-image: url(../../main/images/bg_sign11.png);
        }

        .i-process .btn:nth-child(7) .circle:after {
            background-image: url(../../main/images/bg_sign12.png);
        }

        .i-process .btn:nth-child(8) .circle:after {
            background-image: url(../../main/images/bg_sign13.png);
        }

.i-process {
    /* height: 350px; */
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

@keyframes Circle {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}















