@charset "utf-8";

html {
    -webkit-font-smoothing: antialiased
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer {
    display: block;
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, b, caption, cite, code, dfn, em, i, strong, th, var {
    font-style: normal;
    font-weight: 400
}

dl, ol, ul {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    text-decoration: none
}

    a:hover {
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(255,0,0,0);
        outline: 0;
        outline: none;
        blr: expression(this.onFocus=this.blur())
    }

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

textarea {
    resize: none
}

img {
    vertical-align: middle
}

button, input[type=submit], input[type=text], input[type=button], select {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
    outline: 0;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

body {
    color: #000;
    line-height: 1.3;
    overflow-x: hidden;
    background: #fff
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0
}

#web-ietip {
    width: 526px;
    height: 90px;
    padding: 83px 0 0 84px;
    overflow: hidden;
    background: url(../images/browser.png) no-repeat center center;
    margin: 200px auto 0;
}

    #web-ietip a {
        display: block;
        width: 65px;
        height: 80px;
        float: left;
    }

.layout {
    max-width: 1400px;
    margin: 0 auto;
}

.iconfont {
    font-size: inherit;
}

@media only screen and (max-width:1400px) {
    .layout {
        margin: 0 2.34%;
    }
}
@media only screen and (max-width:800px) {
    .layout {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
/*header*/
.hwimg {
    width: 100%
}

.header {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: -2px;
    background: url(../images/nav.png) no-repeat center
}

    .header.fix {
        position: fixed
    }

    .header .logo {
        width: 6%;
        line-height: 80px
    }

    .header .menu {
        display: none;
        line-height: 40px;
        margin: 0 30px;
    }

.a:hover {
    transition: all 0.6s
}

.ul_01 {
    padding: 0;
    margin-right: 60px;
}

    .ul_01 .li {
        margin-right: 60px;
        padding: 6px 0;
    }

        .ul_01 .li .a {
            display: block;
            color: #FFFFFF;
            font-size: 18px;
            line-height: 70px;
            border-bottom: 2px solid transparent;
            font-weight: bold;
            position: relative;
        }

        .ul_01 .li.on .a, .ul_01 .li:hover .a {
            border-color: #FFFFFF
        }

.search {
    line-height: 80px;
    cursor: pointer;
    position: relative;
}

    .search:before {
        content: "";
        position: absolute;
        left: 0;
        margin-left: -60px;
        top: 50%;
        height: 17px;
        width: 2px;
        background-color: #FFFFFF;
        margin-top: -5px;
    }

.header .menu .menunav {
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
    padding: 20px;
    background-color: #FFFFFF;
    display: none;
    border: 1px solid #f8f8f8;
    border-right: none;
}

    .header .menu .menunav .a2 {
        display: block;
        color: #1A1A1A;
        border-bottom: 1px dashed #DCDCDC;
    }

@media only screen and (max-width:1200px) {
    .ul_01 .li .a {
        font-size: 18px;
    }
}

.sh_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    display: none;
}

.cover {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5)
}

.sh_box .sousuo {
    position: relative;
    margin: 0 auto;
    top: 50%;
    width: 600px;
    margin-top: -55px;
}

.sh_box .con {
    padding: 30px 20px;
    background-color: #FFFFFF;
    box-sizing: border-box
}

.sh_box .text {
    width: 79%;
    height: 48px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding-left: 20px
}

.sh_box .btn {
    cursor: pointer;
    width: 20%;
    height: 50px;
    background: url(../images/search.png) no-repeat center;
    background-color: #002785;
    border: none
}

.bn_01 .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
}

.bn_01 .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.bn_01 .swiper-container-horizontal > .swiper-pagination-bullets, .bn_01 .swiper-pagination-custom, .bn_01 .swiper-pagination-fraction {
    bottom: 30px;
}

@media only screen and (max-width:900px) {
    .header .menu {
        display: block;
    }

    .header .ul_01 {
        display: none;
    }

    .header .logo {
        line-height: 40px;
    }

    .search {
        line-height: 40px
    }

    .bn_01 .swiper-pagination-bullet {
        width: 24px;
    }
}

@media only screen and (max-width:600px) {
    .sh_box .sousuo {
        width: 98%;
    }

    .bn_01 .swiper-container-horizontal > .swiper-pagination-bullets, .bn_01 .swiper-pagination-custom, .bn_01 .swiper-pagination-fraction {
        bottom: 15px;
    }
}

.footer {
	overflow: hidden;
	border-top: 1px solid #f1f1f1;
	background-color: #FFFFFF;
}

.footer .f_top {
    background-color: #f5f5f5
}

.footer .con {
    height: 165px;
    vertical-align: middle;
    display: table-cell
}

.f_lx {
    width: 35%
}

.footer .f_lx .con {
    width: 35%;
    color: #191919
}

    .footer .f_lx .con .h3 {
        font-size: 30px;
        line-height: 1
    }

    .footer .f_lx .con .p {
        font-size: 20px;
        line-height: 26px;
        margin-top: 10px;
    }

.f_inp {
    width: 48%;
    display: table;
    float: right;
}

.footer .f_inp .con {
    width: 65%
}

    .footer .f_inp .con .text {
        width: 75%;
        background-color: #FFFFFF;
        height: 50px;
        display: block;
        border: none;
        padding: 0 40px;
        box-sizing: border-box;
        font-size: 20px;
        color: #999999;
        box-sizing: border-box;
    }

    .footer .f_inp .con .btn {
        cursor: pointer;
        border: none;
        display: block;
        background: url(../images/btn.png) no-repeat center;
        width: 20%;
        height: 50px;
        color: #FFFFFF;
        background-size: cover;
        margin-left: 3%;
        font-size: 20px
    }

.footer .f_mid {
    background-color: #FFFFFF;
}

.footer .f_mid {
    margin: 45px 0
}

.tar {
    text-align: right;
}
/*.f_mid_01{width:28.5%}*/
.f_mid_02 {
    width: 28.5%
}

.f_mid_01 .logo2 {
    display: block;
    padding: 5px 0
}

.f_mid_01 .h4 {
    font-size: 20px;
    color: #1a1a1a;
    line-height: 26px;
    padding: 5px 0
}

.f_mid_01 .h5 {
    font-size: 18px;
    color: #7a7a7a
}

.f_mid_01 .tel {
    display: block;
    margin-bottom: 25px;
    position: relative;
    padding-left: 60px;
}

    .f_mid_01 .tel:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 56px;
        height: 48px;
        margin: auto;
        background: url(../images/tel.jpg) no-repeat center;
        background-size: cover;
    }

    .f_mid_01 .tel span {
        line-height: 1;
        font-size: 45px;
        font-weight: bold;
        font-family: arial;
        letter-spacing: -2px;
        vertical-align: middle;
        background: linear-gradient(to right, #051ee4, #00d1ff);
        -webkit-background-clip: text;
        color: transparent;
    }
/*.f_mid_01  .tel img{max-width:100%}*/
.f_mid_01 p {
    font-size: 18px;
    line-height: 26px;
    color: #7a7a7a
}

.f_mid_03 {
    width: 130px;
    margin-left: 15px;
}

    .f_mid_03 .f_ul a {
        display: block;
        font-size: 18px;
        color: #666666;
        line-height: 2.5
    }

    .f_mid_03 .imgbox {
        /*width:53%;*/
        padding: 8px;
        border: 3px solid #ededed;
        border-radius: 3px;
        box-sizing: border-box;
        background-color: #FFFFFF
    }

.f_btm {
    background-image: -moz-linear-gradient( 180deg,rgb(0,210,255) 0%,rgb(5,29,228) 100%);
    background-image: -webkit-linear-gradient( 180deg,rgb(0,210,255) 0%,rgb(5,29,228) 100%);
    background-image: -ms-linear-gradient( 180deg,rgb(0,210,255) 0%,rgb(5,29,228) 100%);
    color: #FFFFFF;
    font-size: 18px
}

.f_btm_01 {
    line-height: 25px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2)
}

    .f_btm_01 a {
        margin-right: 15px;
        color: #FFFFFF
    }

.f_btm .iconfont {
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center
}

.f_btm_02 {
    line-height: 26px;
    padding: 10px 0;
}

.f_mid_right {
}

@media only screen and (max-width: 1542px) {
    .f_mid_right {
        margin-right: 60px;
    }
}

@media only screen and (max-width:1200px) {
    .footer .f_lx .con .p, .footer .f_inp .con .text, .footer .f_inp .con .btn {
        font-size: 18px;
    }

    .footer .f_lx .con .h3 {
        font-size: 24px;
    }

    .f_mid_01 .tel span {
        font-size: 36px;
    }
}

@media only screen and (max-width:942px) {
    .f_mid_right {
        width: 100%;
        margin: 30px 0 0;
    }

        .f_mid_right .tar {
            text-align: left;
        }
}

@media only screen and (max-width:900px) {
    .f_lx {
        width: 100%
    }

    .footer .f_lx .con {
        width: 100%;
    }

    .f_inp {
        width: 100%;
    }

    .footer .f_inp .con {
        width: 55%
    }

        .footer .f_inp .con .tex {
            width: 78%;
        }

    .footer .con {
        height: 70px;
    }
    /*.f_mid_01{width: 55%;}*/
    .f_mid_02 {
        display: none;
    }

    .f_mid_03 .imgbox {
        width: 100%;
    }

    .f_btm_01 {
        display: none;
    }

    .f_mid_03 .f_ul {
        display: none;
    }
}

@media only screen and (max-width:640px) {
    .f_mid_01 {
        float: none;
    }

    .f_mid_03 {
        float: none;
        margin: 20px auto 0;
    }

    .f_mid_right {
        margin: 0;
    }
}

@media only screen and (max-width:600px) {
    .footer .f_lx .con .h3 {
        font-size: 22px;
    }

    .footer .f_lx .con .p, .footer .f_inp .con .text, .footer .f_inp .con .btn {
        font-size: 18px;
    }

    .f_mid_01 .tel {
        margin-top: 25px;
        margin-bottom: 15px;
    }

        .f_mid_01 .tel span {
            font-size: 25px;
        }
    /* .f_mid_01{width:100%;float: inherit;} */
    /* .f_mid_03 .imgbox{width: 80%;margin: 10px 0;float: inherit;max-width: 180px;} */
}

@media only screen and (max-width:380px) {
    .f_mid_01 .tel span {
        font-size: 24px;
        letter-spacing: -1px;
    }

    .f_mid_01 .tel:before {
        width: 40px;
        height: 35px;
    }

    .f_mid_01 .tel {
        padding-left: 48px;
    }

    .f_mid_01 p {
        font-size: 18px;
        line-height: 22px;
    }
}

.title_01 {
    text-align: center;
    width: 1200px;
    color: #1a1a1a;
    padding: 60px 0;
    margin: 0 auto;
}

    .title_01 .h3 {
        font-size: 40px;
        padding-top: 0;
        padding-bottom: 20px;
        font-weight: bold;
        line-height: 60px;
    }

    .title_01 .p {
        font-size: 18px;
        line-height: 36px;
        color: #666;
        text-align: center;
    }

@media only screen and (max-width:1200px) {
    .title_01 {
        width: 100%;
    }
}
/*二级导航*/
.break {
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
    background-color: #FFFFFF
}

    .break .ul_02 {
        display: inline-block
    }

.ul_02 .li {
    margin-bottom: -5px
}

    .ul_02 .li a {
        font-size: 18px;
        color: #333333;
        display: block;
        line-height: 70px;
        padding: 0 62px
    }

        .ul_02 .li a .iconfont {
            padding-right: 5px;
            font-size: 18px
        }

    .ul_02 .li.on a, .ul_02 .li:hover a {
        background: linear-gradient(to right,#051ee4,#00d1ff);
        color: #FFFFFF
    }
/*联系我们 start*/
.title_02 {
    text-align: center;
    margin: 50px 0
}

    .title_02 .h3 {
        font-size: 36px;
        color: #1a1a1a;
        line-height: 1
    }

    .title_02 .h4 {
        font-size: 18px;
        color: #999999;
        line-height: 1;
        text-transform: uppercase;
        margin-top: 15px
    }

    .title_02 .p {
        font-size: 18px;
        color: #333333;
        margin-top: 32px;
        line-height: 30px;
    }

.lx {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 100px
}

    .lx .address {
        width: 33.44%
    }

        .lx .address .h4 {
            color: #FFFFFF;
            background: linear-gradient(to right,#051ee4,#00d1ff);
            font-size: 20px;
            padding: 0 7.2%;
            line-height: 70px
        }

        .lx .address .table {
            width: 100%
        }

.address .table td {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 1.5;
    padding: 20px 5px
}

.address .table tr {
    cursor: pointer;
    border-bottom: 1px solid #eeeeee
}

.address .table .td_03 {
    width: 62.5%
}

.address .table .imgbox {
    border-radius: 50%;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 28%
}

.lx .map {
    width: 100%
}

/*联系我们  end*/
@media only screen and (max-width:1200px) {
    .ul_02 .li a {
        padding: 0 40px;
    }

    .title_02 {
        margin: 55px 0;
    }

        .title_02 .h3 {
            font-size: 30px;
        }

        .title_02 .p {
            margin-top: 20px;
        }
}

@media only screen and (max-width:900px) {
    .ul_02 .li a {
        padding: 0 10px;
        line-height: 50px;
        /* font-size: 12px; */
    }

    .lx .address, .lx .map {
        width: 100%;
    }

    .title_02 {
        margin: 35px 0;
    }

        .title_02 .h3 {
            font-size: 24px;
        }

        .title_02 .p {
            margin-top: 10px;
        }

    .address .table td {
        padding: 10px 0;
    }

    .lx .address .h4 {
        font-size: 18px;
        line-height: 60px;
    }

    .lx {
        margin-bottom: 50px;
    }
}
/*加入我们*/
.jiaru {
    margin-bottom: 100px
}

.title_03 {
    padding: 0 2.14%;
    background-color: #eeeeee
}

    .title_03 .h4 {
        font-size: 20px;
        color: #333333;
        line-height: 30px;
        padding: 15px 0;
        font-weight: bold
    }

    .title_03 .text {
        background-color: #FFFFFF;
        border: none;
        height: 50px;
        padding: 0 10px;
        width: 320px;
        margin: 10px 0;
        font-size: 18px
    }

    .title_03 .btn {
        margin: 10px 0;
        color: #FFFFFF;
        border: none;
        width: 150px;
        height: 50px;
        font-size: 18px;
        background: linear-gradient(to right,#051ee4,#00d1ff);
        position: relative;
        box-sizing: border-box;
        padding-left: 30px;
        cursor: pointer
    }

        .title_03 .btn:before {
            content: "";
            position: absolute;
            left: 25px;
            top: 50%;
            margin-top: -8px;
            background: url(../images/search.png) no-repeat center;
            width: 16px;
            height: 16px
        }

.ul_03 {
    padding: 20px 2.14%;
    border: 1px solid #f1f1f1
}

    .ul_03 .li {
        position: relative;
        padding: 10px 0;
        padding-left: 115px
    }

        .ul_03 .li .ico {
            position: absolute;
            left: 0;
            top: 10px;
            font-size: 18px;
            color: #333333;
            vertical-align: middle;
            line-height: 30px
        }

            .ul_03 .li .ico em {
                padding: 0 5px
            }

        .ul_03 .li a {
            display: block;
            font-size: 18px;
            color: #666666;
            line-height: 30px;
            padding: 0 9px
        }

            .ul_03 .li a.on, .ul_03 .li a:hover {
                color: #1978ce
            }

.job {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .job .table {
        width: 100%;
        table-layout: fixed;
        border-collapse: collapse;
        border: none
    }

        .job .table .tr_title {
            background: url(../images/bg_01.png) no-repeat center;
            background-image: linear-gradient(to right,#051ee4,#00d1ff);
            position: relative
        }

        .job .table .tr_con {
            position: relative;
            margin-top: -1px;
            border-top: 1px solid #EFEFEF;
            border-bottom: 1px solid #EFEFEF;
            cursor: pointer
        }

            .job .table .tr_con:before {
                content: "";
                position: absolute;
                right: 5%;
                top: 0;
                bottom: 0;
                background: url(../images/ar1.png) no-repeat right center;
                width: 11px;
                height: 6px;
                top: 50%;
                margin-top: -3px
            }

            .job .table .tr_con.on {
                background-color: #efefef
            }

                .job .table .tr_con.on:before {
                    background-image: url(../images/ar2.png)
                }

        .job .table .tr_title .p {
            color: #FFFFFF;
            box-sizing: border-box;
            font-size: 18px;
            line-height: 30px;
            padding: 15px 30px;
            border: none;
            text-align: left;
            width: 20%
        }

        .job .table .tr_con .p {
            width: 20%;
            box-sizing: border-box;
            padding: 20px 30px;
            border: none;
            font-size: 18px;
            color: #666666;
            line-height: 24px
        }

.job_show {
    display: none;
    padding: 15px 30px;
    border: 1px solid #efefef
}

    .job_show .h4 {
        font-size: 18px;
        color: #1978ce;
        line-height: 30px
    }

    .job_show .li {
        color: #666666;
        font-size: 18px;
        line-height: 30px;
        max-width: 850px
    }

        .job_show .li span {
            margin-right: 20px
        }

        .job_show .li a {
            color: #666666
        }



.page {
    text-align: center;
}

    .page .ul_05 {
        display: inline-block;
    }

        .page .ul_05 .a {
            display: block;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #555555;
            font-size: 18px;
            margin: 0 5px;
        }

            .page .ul_05 .a.on, .page .ul_05 .a:hover {
                background-image: -moz-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
                background-image: -webkit-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
                background-image: -ms-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
                color: #FFFFFF;
            }

.ul_05 .arw {
    display: block;
    margin: 0 10px;
    width: 40px;
    line-height: 40px;
}

    .ul_05 .arw .img1, .ul_05 .arw:hover .img2 {
        display: inline;
    }

    .ul_05 .arw .img2, .ul_05 .arw:hover .img1 {
        display: none;
    }

/*加入我们*/
@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:900px) {
    .search2 {
        width: 100%;
    }

    .ul_03 .li .ico, .ul_03 .li a {
        font-size: 18px;
        line-height: 24px;
    }

    .title_03 .text {
        width: 64%;
        box-sizing: border-box;
    }

    .title_03 .btn {
        width: 36%;
        max-width: 150px;
        box-sizing: border-box;
    }

    .job .table .tr_title .p, .job .table .tr_con .p {
        padding: 10px;
        font-size: 18px;
    }

    .title_03 .h4 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:600px) {
    .title_03 .btn:before {
        left: 15px;
    }

    .title_03 .btn: {
        font-size: 18px;
    }

    .page .arw {
        margin: 0 5px;
    }

    .page .ul_05 .a {
        margin: 0;
    }

    .header .logo {
        width: 10%;
    }

    .job .table .tr_title .p, .job .table .tr_con .p {
        width: 33.33%;
    }

    .job .table .p:nth-child(2) {
        display: none;
    }

    .job .table .p:nth-child(3) {
        display: none;
    }

    .ul_03 {
        padding: 5px 2.14%
    }
}
/*荣誉资质   start*/
.honor .page {
    margin: 50px 0
}

.ul_06 .li {
    margin-right: 3.2%;
    width: 22.6%;
    text-align: center;
    margin-bottom: 45px
}

    .ul_06 .li .a {
        line-height: 285px;
        height: 285px;
        display: block;
        padding: 0 5.56%;
        border: 1px solid #e5e5e5
    }

    .ul_06 .li p {
        font-size: 18px;
        color: #333333;
        padding: 15px
    }

    .ul_06 .li .a:hover {
        border-color: #0520e4;
        box-shadow: 0px 2px 13px 0px rgba(62,62,62,0.25)
    }

@media only screen and (min-width:1201px) {
    .ul_06 .li:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:1200px)and (min-width: 900px) {
    .ul_06 .li .a {
        height: 200px;
        line-height: 200px;
    }

    .ul_06 .li:nth-child(4n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:900px)and (min-width: 636px) {
    .ul_06 .li {
        width: 30.6%;
        margin-bottom: 10px;
    }

        .ul_06 .li .a {
            line-height: 220px;
            height: 220px;
        }

        .ul_06 .li:nth-child(3n) {
            margin-right: 0;
        }
}

@media only screen and (max-width:635px)and (min-width: 376px) {
    .ul_06 .li {
        width: 47%;
        margin-bottom: 10px;
    }

        .ul_06 .li .a {
            line-height: 220px;
            height: 220px;
        }

        .ul_06 .li:nth-child(2n) {
            margin-right: 0;
        }
}

@media only screen and (max-width:375px) {
    .ul_06 .li {
        float: inherit;
        width: 98%;
        margin: 0 auto;
    }

        .ul_06 .li .a {
            line-height: 220px;
            height: 220px;
        }
}

/*荣誉资质   end*/
/*发展历程  start*/
.licheng {
    position: relative
}

    .licheng:before, .licheng:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #0522e5;
        width: 17px;
        height: 17px;
        border-radius: 50%
    }

    .licheng:before {
        top: 0
    }

    .licheng:after {
        bottom: 0
    }

    .licheng .ul_07 {
        position: relative
    }

        .licheng .ul_07:before {
            position: absolute;
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 0;
            bottom: 0;
            width: 2px;
            height: 100%;
            background-color: #0522e5
        }

        .licheng .ul_07 .li {
            width: 50%;
            position: relative
        }

            .licheng .ul_07 .li.fr.top {
                margin-top: 105px
            }

            .licheng .ul_07 .li.fl .con {
                box-sizing: border-box;
                padding-right: 12%;
                text-align: right;
                position: relative
            }

            .licheng .ul_07 .li:before {
                content: "";
                position: absolute;
                border-radius: 50%;
                background-color: #0522e5;
                width: 11px;
                height: 11px;
                bottom: 15%;
                margin-bottom: -5px;
                z-index: 15
            }

            .licheng .ul_07 .li.fl:before {
                left: 100%;
                margin-left: -5px
            }

            .licheng .ul_07 .li.fr:before {
                right: 100%;
                margin-right: -5px
            }

            .licheng .ul_07 .li .con:before {
                content: "";
                position: absolute;
                bottom: 15%;
                height: 1px;
                width: 12%;
                background-color: #999999
            }

            .licheng .ul_07 .li.fl .con:before {
                right: 0
            }

            .licheng .ul_07 .li.fr .con:before {
                left: 0
            }

            .licheng .ul_07 .li.fr .con {
                box-sizing: border-box;
                padding-left: 12%;
                position: relative
            }

.ul_07 .hp .h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0522E5;
    margin-bottom: 5px
}

.ul_07 .hp .p {
    margin-right: 0;
    color: #333333;
    font-size: 18px;
    line-height: 30px
}

    .ul_07 .hp .p em {
        color: #0522E5
    }

.ul_07 .li .con .hwimg {
    max-width: 470px;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 50px
}

.more .h3 {
    color: #0522E5;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 45px 0
}

@media only screen and (max-width:900px) {
    .ul_07 .hp .h3 {
        font-size: 24px;
    }

    .ul_07 .li .con .hwimg {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .more .h3 {
        font-size: 24px;
        margin: 20px 0;
    }

    .licheng .ul_07 .li.fr.top {
        margin-top: 50px;
    }
}

/*发展历程  end*/
/*关于我们  start*/
.ab_jianjie .hp {
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    text-align: center
}

    .ab_jianjie .hp .hwimg {
        max-width: 1265px;
        margin: 30px auto
    }

.ul_08 .li {
    width: 16.66%;
    position: relative;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
}

    .ul_08 .li .num {
        display: inline-block;
        background: linear-gradient(to right,#051ee4,#00d1ff);
        -webkit-background-clip: text;
        color: transparent;
        font-size: 50px;
        font-weight: bold;
        position: relative
    }

    .ul_08 .li .span {
        display: block;
        padding: 5px 0
    }
    /*.ul_08 .li .num:before{position:absolute;left:100%;top:0;font-size:18px;background:linear-gradient(to right,#051ee4,#00d1ff);color:transparent;-webkit-background-clip:text}
.ul_08 .li .num.num1:before{content:"年"}
.ul_08 .li .num.num2:before{content:"万"}
.ul_08 .li .num.num3:before{content:"家"}
.ul_08 .li .num.num4:before{content:"+"}*/
    .ul_08 .li .num em {
        font-size: 18px;
        background: linear-gradient(to right,#051ee4,#00d1ff);
        color: transparent;
        -webkit-background-clip: text;
    }

.gsdw {
    margin: 100px 0;
    padding: 1px 0;
    background: url(../images/bg_02.png) no-repeat bottom center;
    background-color: #f5f5f5;
    padding-bottom: 100px
}

.title_02 .p span {
    display: block;
    width: 33.33%;
    font-size: 18px;
    line-height: 26px;
    color: #333333
}

.map2 {
    width: 830px;
    height: 610px;
    position: relative;
    margin: 0 auto
}
/*.ul_09{position:relative}*/
.ul_09 .li {
    position: absolute;
    margin: 0 0
}

.ul_09 .li1 {
    bottom: 60px;
    right: 278px
}

.ul_09 .li2 {
    bottom: 60px;
    right: 305px
}

.ul_09 .li3 {
    bottom: 75px;
    right: 300px
}

.ul_09 .li4 {
    bottom: 60px;
    right: 260px
}

.ul_09 .li5 {
    right: 260px;
    bottom: 250px
}

.ul_09 .li6 {
    left: 385px;
    bottom: 188px
}

.ul_09 .cir {
    display: block;
    border-radius: 50%;
    width: 21px;
    height: 31px;
    background: url(../images/icon_05.png) no-repeat bottom center;
    cursor: pointer;
    position: relative;
    margin-left: -20px;
    margin-top: -30px;
}

    .ul_09 .cir:before {
        content: "";
        position: absolute;
        width: 110px;
        left: 10px;
        height: 50px;
        bottom: 100%;
        border: 2px solid #035ef1;
        border-bottom: none;
        border-right: none;
        display: none
    }

.ul_09 .li.hover .cir {
    z-index: 99;
    background-image: url(../images/icon_04.png)
}

    .ul_09 .li.hover .cir:before {
        display: block
    }

.ul_09 .li .box {
    background-image: -moz-linear-gradient( 171deg,rgb(62,162,255) 0%,rgb(5,29,228) 100%);
    background-image: -webkit-linear-gradient( 171deg,rgb(62,162,255) 0%,rgb(5,29,228) 100%);
    background-image: -ms-linear-gradient( 171deg,rgb(62,162,255) 0%,rgb(5,29,228) 100%);
    width: 340px;
    padding: 0 30px;
    position: absolute;
    color: #FFFFFF;
    z-index: 100
}

.ul_09 .li .box {
    position: absolute;
    margin-left: 110px;
    top: 50%;
    margin-top: -85px;
    display: none
}

.ul_09 .li.hover .box {
    display: block
}

.ul_09 .li .box .h3 {
    font-size: 30px;
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.25)
}

.ul_09 .li .box .h4 {
    font-size: 20px;
    line-height: 26px
}

.ul_09 .li .box .p {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0
}

.ul_09 .li .hp_con {
    padding: 15px 0
}
/*关于我们  end*/
@media only screen and (max-width:1200px) {
    .ul_08 .li .num {
        font-size: 32px;
    }

        .ul_08 .li, .ul_08 .li .num em {
            font-size: 18px;
        }

    .gsdw {
        margin: 60px 0;
        padding-bottom: 60px;
        background-image: none;
    }
}

@media only screen and (max-width:900px) {
    .mapimg, .ul_09 .cir {
        display: none;
    }

    .ul_09 .li {
        width: 98%;
        position: static;
        right: auto;
        top: auto;
        left: auto;
        bottom: auto;
        padding-left: 0;
        margin: 0 auto;
    }

        .ul_09 .li .box {
            display: block;
            width: inherit;
            position: relative;
            top: auto;
            margin: 10px 0; /*margin: 0 auto;*/
            box-sizing: border-box;
        }

    .map2 {
        height: auto;
        width: auto;
    }

    .title_02 .p span {
        width: 100%;
    }

    .ul_08 .li {
        width: 33.33%;
    }

    .gsdw {
        margin: 40px 0;
        padding-bottom: 40px;
    }

    .ul_09 .li .box .h3 {
        font-size: 28px;
    }

    .ul_09 .li .box .h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width:600px) {
    .ul_08 .li .num {
        font-size: 24px;
    }

        .ul_08 .li, .ul_08 .li .num em {
            font-size: 14px;
        }

    .gsdw {
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .ul_09 .li .box .h3 {
        font-size: 20px;
    }

    .ul_09 .li .box .h4 {
        font-size: 18px;
    }

    .ul_09 .li .box .p {
        font-size: 18px;
    }
    /*.ul_09 .li .box{height: 145px;}*/
    .ul_09 .li .hp_con {
        padding: 10px 0;
    }
}

/*成功案例*/
.anli {
    margin-bottom: 100px;
}

.ul_10 .swiper-container {
    padding-bottom: 60px;
}

.ul_10 .li a {
    display: block;
    border: 2px solid #e6e6e6;
    height: 148px;
    text-align: center;
    line-height: 148px;
    margin-bottom: 25px;
    overflow: hidden;
}

    .ul_10 .li a .img {
        max-width: 100%;
        transition: all 0.6s;
    }

    .ul_10 .li a:hover {
        border-color: #0522E5;
    }

        .ul_10 .li a:hover .img {
            transform: scale(1.1);
        }

.ul_10 .swiper-slide {
    margin-top: 0 !important;
}


/*swiper dots*/
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    opacity: 1;
    border: 2px solid #1b1b1b;
    background-color: transparent;
}

.swiper-pagination-bullet-active {
    background: linear-gradient(to right, #051ee4, #00d1ff);
    border: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}
/*swiper  dots*/
@media only screen and (max-width:900px) {
    .anli {
        margin-bottom: 50px;
    }

    .ul_10 .swiper-container {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .anli {
        margin-bottom: 30px;
    }
}
/*解决方案   start*/
.solution {
    background-color: #f7f7f7;
    padding: 1px 0;
    padding-bottom: 60px;
}

.dl_01 {
    width: 30.7%;
    margin-bottom: 45px;
    margin-right: 3.9%;
}

    .dl_01 .dd {
        position: relative;
        padding: 40px 55px;
        background-color: #FFFFFF;
    }

        .dl_01 .dd .h4 {
            font-size: 32px;
            color: #333333;
            line-height: 1;
            padding-left: 12px;
            border-left: 6px solid #1063cc;
        }

        .dl_01 .dd:hover {
            /*background-color: #1063cc;*/
        }

            .dl_01 .dd:hover .h4 {
                /*color: #FFFFFF;*/
                /*border-color: #FFFFFF;*/
            }

        .dl_01 .dd .box {
            /*position: absolute;
	top: 100%;
	left: 0;
	right: 0;*/
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #e5e5e5;
            padding-left: 25px;
            padding-bottom: 35px;
            background-color: #FFFFFF;
            overflow: hidden;
            z-index: 16;
        }
            /*.dl_01 .dd:hover .box{
	display: block;
}*/
            .dl_01 .dd .box .scroll {
                height: 165px;
                overflow-x: hidden;
            }

            .dl_01 .dd .box .jspVerticalBar {
                width: 3px;
            }

            .dl_01 .dd .box .jspDrag {
                background-color: #1a2fd6;
            }

            .dl_01 .dd .box .jspTrack {
                background-color: #FFFFFF;
            }

.ul_11 .li a {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .ul_11 .li a:hover {
        color: #1063cc;
    }

.solution .xq {
    margin: 70px 0;
    padding: 0 3.57%;
    background-color: #FFFFFF;
}

.xq_top {
    text-align: center;
    padding: 35px 0;
    border-bottom: 1px dashed #dcdcdc;
}

    .xq_top .h3 {
        color: #333333;
        font-size: 32px;
        padding: 20px 0;
    }

    .xq_top .h5 {
        color: #c6c6c6;
        font-size: 18px;
        line-height: 30px;
    }

.xq_con {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding: 35px 0;
}

    .xq_con p {
        margin: 35px 0;
    }

    .xq_con img {
        display: block;
        max-width: 100%;
        text-align: center;
        margin: 35px auto;
    }

.xq_btm {
    border-top: 1px dashed #dcdcdc;
}

.back {
    display: block;
    background: linear-gradient(to right,#051ee4, #00d1ff);
    width: 190px;
    height: 46px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    margin: 60px 0;
}

    .back .iconfont {
        padding-left: 15px;
    }

.fanye {
    padding: 45px 0;
    font-size: 18px;
}

    .fanye a {
        color: #666666;
        line-height: 38px;
        display: block;
        max-width: 480px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .fanye a:hover {
            color: #1a61b9;
        }

.ul_09 .li.li6 .box {
    margin-left: 0;
    right: 100%;
}

.ul_09 .li6 .cir:before {
    left: auto;
    right: 10px;
    border-right: 2px solid #035ef1;
}

@media only screen and (min-width: 1201px) {
    .dl_01:nth-child(3n) {
        margin-right: 0;
    }

    .solution .xq {
        margin: 50px 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 901px) {
    .dl_01:nth-child(3n) {
        margin-right: 0;
    }

    .dl_01 .dd {
        padding: 20px 15px;
    }

        .dl_01 .dd .h4 {
            font-size: 24px;
        }

    .ul_09 .li .box {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 900px) {
    .dl_01:nth-child(2n) {
        margin-right: 0;
    }

    .dl_01 {
        width: 48%;
    }

        .dl_01 .dd {
            padding: 20px 35px;
        }

            .dl_01 .dd .h4 {
                font-size: 24px;
            }

    .ul_11 .li a {
        font-size: 18px;
    }

    .dl_01 .dd .box {
        padding-bottom: 20px;
    }

    .xq_top .h3 {
        padding: 0;
        font-size: 28px;
    }

    .xq_con {
        padding: 0
    }

        .xq_con p, .xq_con img {
            margin: 20px auto;
        }

    .back {
        margin: 35px 0;
    }

    .fanye {
        padding: 22px 0;
        font-size: 18px;
    }

    .solution .xq {
        margin-bottom: 0;
    }

    .solution .xq {
        margin: 30px 0;
    }

    .xq_top {
        padding-bottom: 15px;
    }

    .solution {
        padding-bottom: 30px;
    }

    .ul_07 .hp .p {
        line-height: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .dl_01 {
        float: inherit;
        width: 98%;
        margin: 10px auto;
    }

    .solution .xq {
        margin: 10px 0;
    }

    .fanye {
        width: 100%;
        float: inherit;
    }

    .back {
        margin-top: 0;
    }

    .solution {
        padding-bottom: 20px;
    }

    .ul_07 .hp .p {
        line-height: 18px;
        font-size: 14px;
    }

    .ul_07 .hp .h3 {
        font-size: 20px;
    }
}



/*解决方案   end*/

/*新闻中心   start*/
.news {
    padding: 40px 0;
}

.n_list_01 {
    background-color: #FFFFFF;
}

.n_list_02 {
    background-color: #f5f5f5;
}

.dl_02 {
    padding: 55px 0;
    position: relative;
}

    .dl_02 .dt {
        width: 40.85%;
    }

    .dl_02 .dd {
        width: 54.85%;
        position: relative;
        padding-bottom: 10px;
    }

        .dl_02 .dd .h3 {
            font-size: 36px;
            color: #1a1a1a;
            padding-top: 25px;
            padding-bottom: 30px;
        }

        .dl_02 .dd .hp a {
            font-size: 18px;
            line-height: 2;
            color: #666666;
        }

            .dl_02 .dd .hp a:hover {
                color: #1a61b9;
            }

.more2 {
    background: linear-gradient(to right,#051ee4, #00d1ff);
    color: #FFFFFF;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 18px;
}

    .more2 .iconfont {
        display: inline-block;
        border: 1px solid #FFFFFF;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        border-radius: 50%;
        margin-left: 10px;
    }

.dl_02 .dd .more2 {
    position: absolute;
    right: 0;
    bottom: 0;
}


@media only screen and (max-width: 1600px) {
    .dl_02 .dd .h3 {
        font-size: 32px;
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    .dl_02 .dd .h3 {
        font-size: 28px;
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .dl_02 .dd .h3 {
        font-size: 24px;
        padding: 0;
    }

    .dl_02 .dd .hp a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 900px) {
    .dl_02 .dt, .dl_02 .dd {
        width: 98%;
        float: inherit;
        margin: 0 auto;
    }

        .dl_02 .dd .h3 {
            padding-top: 20px;
            padding-bottom: 10px;
        }

    .dl_02 {
        padding: 25px 0;
        position: relative;
    }
}

@media only screen and (max-width: 600px) {
    .dl_02 .dd .more2 {
        position: static;
        margin-top: 20px;
    }
}

/*新闻中心   end*/
.newscenter {
    background-color: #f5f5f5;
    padding: 95px 0;
    margin-bottom: 95px;
}

    .newscenter .dl_02 {
        background-color: #FFFFFF;
        padding: 0;
    }

        .newscenter .dl_02 .h4 {
            font-size: 28px;
            max-width: 635px;
            padding: 25px 0;
        }

        .newscenter .dl_02 .hp_con {
            width: 100%;
            max-width: 635px;
            font-size: 18px;
            color: #999999;
            line-height: 30px;
            overflow: hidden;
        }

        .newscenter .dl_02 .dd .more2 {
            position: static;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .newscenter .dl_02 .dd .sp {
            font-size: 18px;
            color: #999999;
            display: block;
            margin-bottom: 15px;
        }

@media only screen and (max-width: 1400px) {
    .newscenter .dl_02 .h4 {
        padding: 15px 0;
    }

    .newscenter .dl_02 .dd .sp {
        margin-bottom: 15px;
    }

    .newscenter .dl_02 .dd .more2 {
        margin-top: 5px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .dl_02 .dt {
        width: 50%;
    }

    .dl_02 .dd {
        width: 48%;
    }

    .newscenter .dl_02 .hp_con {
        line-height: 24px;
    }

    .newscenter .dl_02 .h4 {
        font-size: 22px;
    }

    .newscenter {
        padding: 65px 0;
        margin-bottom: 65px;
    }
}

@media only screen and (max-width: 900px) {
    .dl_02 .dt, .dl_02 .dd {
        width: 100%;
        margin: 0 auto;
        float: inherit;
    }

    .dl_02 .dd {
        box-sizing: border-box;
        padding: 20px;
    }

    .newscenter {
        padding: 45px 0;
        margin-bottom: 45px;
    }
}

.n_list_03 .swiper-pagination-bullet {
    background-color: #dddddd;
    border: none;
}

.n_list_03 .swiper-pagination-bullet-active {
    background: #005bac;
}

.n_list_03 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 0;
    margin-right: 5%;
    bottom: 40px;
}

.ul_12 {
    padding: 15px 0;
}

    .ul_12 .li {
        margin: 15px 0;
        display: inline-block;
        width: 100%;
        background-color: #FFFFFF;
        padding: 30px 2.14%;
        box-sizing: border-box;
        position: relative;
    }

        .ul_12 .li:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        .ul_12 .li .box {
            display: inline-block;
            vertical-align: middle;
        }

            .ul_12 .li .box.box1 {
                width: 17.14%;
                overflow: hidden;
            }

            .ul_12 .li .box.box2 {
                width: 14.28%;
            }

        .ul_12 .li .box2 .sp1 {
            font-size: 36px;
            color: #333333;
            display: block;
            text-align: center;
        }

        .ul_12 .li .box2 .sp2 {
            font-size: 18px;
            color: #999999;
            line-height: 24px;
            display: block;
            text-align: center;
        }

        .ul_12 .li .box3 {
            width: 55%;
        }

            .ul_12 .li .box3 .text-eclipses {
                height: 60px;
                font-size: 18px;
                color: #999999;
                line-height: 30px;
                overflow: hidden;
            }

            .ul_12 .li .box3 .h5 {
                color: #333333;
                font-size: 20px;
                font-weight: bold;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-bottom: 15px;
                overflow: hidden;
            }

        .ul_12 .li .more3 {
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -21px;
            border: 1px solid #2372b7;
            width: 42px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            box-sizing: border-box;
            border-radius: 50%;
            color: #2372B7;
            margin-right: 5%;
        }

        .ul_12 .li:hover .more3 {
            background: linear-gradient(to right,#0b22e5,#06d1ff);
            color: #FFFFFF;
        }

        .ul_12 .li .hwimg {
            transition: all 0.6s;
        }

        .ul_12 .li:hover .hwimg {
            transform: scale(1.1);
        }

        .ul_12 .li:hover .box2 .sp1, .ul_12 .li:hover .box2 .sp2 {
            background: linear-gradient(to right, #051ee4, #00d1ff);
            -webkit-background-clip: text;
            color: transparent;
        }

.newscenter .page {
    margin-top: 70px;
}

@media only screen and (min-width: 900px) and (max-width:1200px) {
    .ul_12 .li .box.box1 {
        width: 21.14%;
    }

    .newscenter .page {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 899px) {
    .ul_12 .li .box.box2 {
        display: none;
    }

    .ul_12 .li .box.box1 {
        width: 35%;
        margin-right: 2%;
    }

    .ul_12 .li .more3 {
        display: none;
    }

    .newscenter .page {
        margin-top: 30px;
    }
}

@media only screen and (max-width:600px) {
    .ul_12 .li .box3 {
        width: 58%;
    }

        .ul_12 .li .box3 .h5 {
            margin-bottom: 10px;
        }

        .ul_12 .li .box3 .text-eclipses {
            line-height: 24px;
        }

    .ul_12 .li {
        padding: 10px 2.14%;
    }

    .newscenter .page {
        margin-top: 10px;
    }

    .xq_top .h3 {
        font-size: 20px;
    }
}
/*产品中心   start*/
.break {
    box-shadow: 0px 2px 13px 0px rgba(62,62,62,0.25)
}

.ul_break {
    background-color: #FFFFFF;
}

    .ul_break .iconfont {
        font-size: 18px;
        line-height: 70px;
        margin-right: 10px;
        color: #999999;
    }

    .ul_break .li {
        position: relative;
    }

        .ul_break .li .erji {
            position: absolute;
            z-index: 88;
            top: 100%;
            background-color: #FFFFFF;
            padding: 15px 30px;
            font-size: 18px;
            line-height: 36px;
            width: 200px;
            text-align: left;
            display: none;
        }

            .ul_break .li .erji a {
                display: block;
                color: #333333;
            }

                .ul_break .li .erji a:hover, .ul_break .li .erji a.on {
                    color: #1063cc;
                }

@media only screen and (min-width: 1201px) {
    .ul_break .li:hover .erji {
        display: block;
    }
}


.ul_break .li > a {
    line-height: 70px;
    font-size: 18px;
    color: #999999;
}

.ul_break .li + .li > a:before {
    content: "\e61b";
    font-family: "iconfont" !important;
    font-size: 18px;
    padding: 0 5px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.ul_break  .li:last-child>a{
	color: #1063cc;
}
.ul_break .li:last-child >a .iconfont{color: #1063CC;}
*/


.product {
    background-color: #f7f7f7;
    padding: 1px 0;
	padding-bottom: 80px;
}

    .product .page {
        margin-bottom: 88px;
        margin-top: 40px;
    }

    .product .dl_01 .h3 {
        text-align: center;
        color: #333333;
        font-size: 20px;
        position: relative;
        padding-bottom: 30px;
    }

    .product .dl_01 .dd {
        padding: 25px 55px;
    }

    .product .dl_01 .h3:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: #1063cc;
        height: 4px;
        width: 40px;
    }

    .product .dl_01 .dt {
        overflow: hidden;
    }

    .product .dl_01 .hwimg {
        transition: all 0.6s;
    }

    .product .dl_01:hover .dd .h3 {
        color: #FFFFFF;
    }

        .product .dl_01:hover .dd .h3:before {
            background-color: #FFFFFF;
        }

    .product .dl_01:hover .hwimg {
        transform: scale(1.1);
    }

    .product .dl_01:hover .dd {
        background-color: #1063cc;
    }

.ul_13 .li {
    width: 30.7%;
    margin-right: 3.85%;
    margin-bottom: 45px;
}

    .ul_13 .li .a {
        display: block;
        padding: 35px 2.14%;
        padding-bottom: 0;
        font-size: 18px;
        color: #1A1A1A;
        text-align: center;
        background-color: #FFFFFF;
    }

        .ul_13 .li .a .pic {
            padding-bottom: 85.00%;
            position: relative;
            overflow: hidden;
        }

        .ul_13 .li .a:hover {
            color: #1063cc;
        }

        .ul_13 .li .a img {
            width: 100%;
            transition: all 0.6s;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
        }

        .ul_13 .li .a:hover img {
            transform: translate(0, -50%) scale(1.05);
            -ms-transform: translate(0, -50%) scale(1.05);
            -moz-transform: translate(0, -50%) scale(1.05);
            -webkit-transform: translate(0, -50%) scale(1.05);
        }

        .ul_13 .li .a p {
            padding: 20px 0;
        }

@media only screen and (min-width: 901px) {
    .ul_13 .li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 900px) {
    .ul_13 .li {
        width: 47.7%;
    }

        .ul_13 .li:nth-child(2n) {
            margin-right: 0;
        }

    .ul_13 .li {
        margin-bottom: 38px;
    }

    .product {
        margin-bottom: 60px;
    }

        .product .page {
            margin-top: 20px;
            margin-bottom: 50px;
        }
}

@media only screen and (max-width:640px) {
    .ul_13 .li .a {
        font-size: 18px;
    }

    .ul_13 .li {
        margin-bottom: 25px;
    }

    .product {
        margin-bottom: 30px;
    }

        .product .page {
            margin-top: 10px;
            margin-bottom: 30px;
        }
}

@media only screen and (max-width:380px) {
    .ul_13 .li {
        float: inherit;
        width: 98%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.pd_center{
	padding-bottom: 100px;
}

.pd_center .title_02 .line {
    position: relative;
    margin-top: 25px;
    height: 1px;
    background: linear-gradient(to right,#f4f4f4,#cccfd9,#f4f4f4);
    /*box-shadow:0px 2px 13px 0px rgba(62,62,62,0.25)*/
}

    .pd_center .title_02 .line:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 60%;
        height: 1px;
        margin: 0 auto;
        box-shadow: 0px 2px 13px 0px rgba(62,62,62,0.25)
    }
/*产品中心  end*/
.pd_center .title_02 {
    margin-bottom: 40px;
}

.pd_con {
    margin: 0 2.85%;
}

.h_title {
    font-size: 32px;
    color: #333333;
    line-height: 1;
    padding-left: 16px;
    border-left: 5px solid #1063cc;
    margin: 32px 0;
}

.pd_con .hp {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.pd_con p {
    margin-bottom: 20px;
}

    .pd_con p em {
        font-weight: bold;
    }

.pd_02 {
    margin: 30px 0;
    background: url(../images/pic_17.jpg) no-repeat center;
    padding: 0 5%;
}

    .pd_02 .con {
        height: 372px;
        vertical-align: middle;
        display: table-cell;
        color: #FFFFFF;
    }

    .pd_02 .hp {
        max-width: 910px;
        color: #FFFFFF;
    }

    .pd_02 .h5 {
        font-size: 32px;
        position: relative;
        padding-bottom: 65px;
    }

        .pd_02 .h5:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            margin-bottom: 38px;
            width: 40px;
            height: 4px;
            background-color: #FFFFFF;
        }

.pd_center hr {
    margin: 40px 0;
    border: none;
    height: 1px;
    background: linear-gradient(to right,#cbddf4,#1465cd,#cbddf4);
}

.pd_con .hp img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.pd_con p span {
    display: block;
    font-weight: bold;
}

.pd_01 .swiper-container {
    padding: 0;
}

.pd_01 .down a {
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    padding: 0 5px;
}

    .pd_01 .down a span {
        color: #fe0000;
    }

.pd_01 .xq_btm {
    border: none;
    padding-bottom: 40px;
}

.in_04 .title_02 {
    margin-bottom: 0;
}

.in_04 .more2 {
    margin: 40px auto;
}

.in_04 {
    background: url(../images/bg_05.jpg) no-repeat bottom center;
    padding-bottom: 78px;
    margin-bottom: 82px;
}

.in_03 {
    background-color: #f5f5f5;
    padding: 85px 0;
}

    .in_03 .line {
        background-color: #000000;
        height: 2px;
        width: 160px;
        margin-bottom: 30px;
    }

    .in_03 .h3 {
        text-transform: uppercase;
        color: #1a1a1a;
        font-size: 40px;
        font-weight: bold;
    }

    .in_03 .h4 {
        font-size: 36px;
        color: #1a1a1a;
    }

.dl_03 {
    margin: 50px 0;
    width: 30.7%;
    background-color: #FFFFFF;
    margin-right: 3.9%;
}

    .dl_03 .dt {
        position: relative;
    }

        .dl_03 .dt a {
            display: block;
        }

        .dl_03 .dt .pic {
            padding-bottom: 64.68%;
            background-position: center;
            background-size: cover;
            -webkit-background-size: cover;
        }

        .dl_03 .dt .p {
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.5);
            color: #FFFFFF;
            padding: 15px 10.45%;
            font-size: 24px;
            line-height: 1;
            font-weight: bold;
        }

    .dl_03 .dd {
        padding: 0 10.45%;
    }

    .dl_03 .list {
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc;
    }

        .dl_03 .list span {
            font-size: 18px;
            line-height: 28px;
            color: #666;
            height: 46px;
            overflow: hidden;
            font-weight: bold;
        }

        .dl_03 .list .text-eclipses {
            font-size: 18px;
            line-height: 24px;
            height: 46px;
            overflow: hidden;
            font-weight: bold;
        }

            .dl_03 .list .text-eclipses a {
                color: #333333;
            }

    .dl_03 .more {
        display: block;
        padding: 0 10.45%;
        transition: all 0.6s;
        vertical-align: middle;
        font-size: 18px;
        line-height: 50px;
        color: #454545;
        margin: 0 9px;
    }

        .dl_03 .more .iconfont {
            display: inline-block;
            border: 1px solid #777777;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            border-radius: 50%;
            margin-left: 10px;
        }

        .dl_03 .more:hover {
            background-image: -moz-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
            background-image: -webkit-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
            background-image: -ms-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
            text-align: center;
            color: #FFFFFF;
        }

            .dl_03 .more:hover .iconfont {
                color: #FFFFFF;
                border-color: #FFFFFF;
            }

.in_01 .con {
    position: relative;
}

    .in_01 .con .imgbox {
        position: relative;
        padding-bottom: 45.46%;
    }

    .in_01 .con .box4 {
        position: absolute;
        box-sizing: border-box;
        padding-left: 365px;
        right: 0;
        left: 0;
        max-width: 1400px;
        top: 20px;
        /*bottom: 0;*/
        margin: auto;
        height: 100px;
        color: #FFFFFF;
        z-index: 12;
    }

        .in_01 .con .box4 .h4 {
            font-size: 24px;
            margin-bottom: 40px;
        }

        .in_01 .con .box4 .text-eclipses {
            margin-bottom: 50px;
            width: 465px;
            height: 72px;
            overflow: hidden;
            font-size: 18px;
            line-height: 30px;
        }

        .in_01 .con .box4 .more4 {
            display: inline-block;
            position: relative;
            font-size: 18px;
            color: #FFFFFF;
        }

            .in_01 .con .box4 .more4 .iconfont {
                text-align: center;
                width: 20px;
                height: 20px;
                border: 1px solid #FFFFFF;
                border-radius: 50%;
                line-height: 20px;
                font-size: 18px;
                margin-left: 20px;
                display: inline-block;
            }

            .in_01 .con .box4 .more4:before {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                top: 100%;
                margin-top: 5px;
                height: 1px;
                background-color: #FFFFFF;
            }

    .in_01 .con .box {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 1400px;
        margin: 0 auto;
        /*z-index: 10;*/
    }

.lb_01 {
    /*width: 22.5%;*/
    padding: 5% 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 320px;
    color: #FFFFFF;
    border-right: 1px solid #859ccf;
    z-index: 10;
}

    .lb_01 .swiper-container {
        position: relative;
        height: 475px;
        margin: 50px 0;
    }

    .lb_01 .h3 {
        font-size: 42px;
        margin-top: 50px;
    }

    .lb_01 .p {
        font-size: 18px;
        line-height: 30px;
        padding-top: 15px;
        width: 288px;
    }

    .lb_01 .swiper-slide {
        font-size: 24px;
        line-height: 26px;
        cursor: pointer;
        height: 30px;
        margin: 22px 0;
    }

        .lb_01 .swiper-slide .iconfont {
            text-align: center;
            width: 20px;
            height: 20px;
            border: 1px solid #FFFFFF;
            border-radius: 50%;
            line-height: 20px;
            font-size: 18px;
            margin-left: 100px;
            display: none;
        }

        .lb_01 .swiper-slide.swiper-slide-active .iconfont {
            display: inline-block;
        }

    .lb_01 .swiper-button-next.swiper-button-white, .lb_01 .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background: url(../images/ar7.png) no-repeat center;
        width: 46px;
        height: 22px;
        /*46 22*/
    }

    .lb_01 .swiper-button-prev.swiper-button-white, .lb_01 .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background: url(../images/ar8.png) no-repeat center;
        width: 46px;
        height: 22px;
    }

    .lb_01 .swiper-button-next {
        right: 200px;
    }

    .lb_01 .swiper-button-next, .lb_01 .swiper-button-prev {
        top: auto;
        bottom: 5%;
    }

.gallery-top .swiper-slide .p2 a {
    font-size: 18px;
    display: inline-block;
    color: #FFFFFF;
    margin-bottom: 20px;
    /*padding-right: 10px;*/
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
    margin-right: 10px;
}



@media only screen and (max-width:1600px) {
    .lb_01 .swiper-slide {
        font-size: 20px;
        margin: 12px 0;
    }

    .lb_01 .swiper-container {
        margin: 0;
    }

    .lb_01 {
        padding: 0 30px;
        box-sizing: border-box;
    }
    /*.lb_01 .swiper-container{height: 425px;}*/
}

@media only screen and (min-width: 1201px) and (max-width: 1560px) {
    /*.lb_01 .h3,.lb_01 .p{display: none;}*/
    .lb_01 .h3 {
        font-size: 24px;
        margin-top: 20px;
    }

    .lb_01 .p {
        font-size: 18px;
    }

    .lb_01 .swiper-slide {
        font-size: 18px;
        margin: 0;
    }

    .lb_01 .swiper-container {
        margin: 0;
    }

    .lb_01 {
        padding: 0 30px;
        box-sizing: border-box;
    }

        .lb_01 .swiper-button-next.swiper-button-white, .lb_01 .swiper-container-rtl .swiper-button-prev.swiper-button-white {
            width: 24px;
            height: 11px;
            background-size: cover;
        }

        .lb_01 .swiper-button-prev.swiper-button-white, .lb_01 .swiper-container-rtl .swiper-button-next.swiper-button-white {
            width: 24px;
            height: 11px;
            background-size: cover;
        }
}

@media only screen and (max-width: 1200px) {
    .in_01 .con .box {
        display: none;
    }

    .in_01 .con .box4 {
        padding: 0 30px;
    }

    .gallery-top .swiper-slide {
        width: 80%;
    }

    .in_01 .con .box4 .text-eclipses {
        width: 100%;
    }

    .in_01 .con .box4 .h4, .in_01 .con .box4 .text-eclipses {
        margin-bottom: 10px;
    }

    .title_01 .h3 {
        font-size: 30px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .title_01 .p, .title_02 .p {
        font-size: 18px;
    }

    .title_01 {
        padding: 35px 0;
    }
}

@media only screen and (min-width: 901px) {
    .dl_03:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 900px) {
    .search:before {
        display: none;
    }

    .dl_03:nth-child(2n) {
        margin-right: 0;
    }

    .dl_03 {
        width: 48%;
    }

    .in_03 .h3 {
        font-size: 30px;
    }

    .in_03 .h4 {
        font-size: 24px;
    }

    .in_03 .line {
        width: 90px;
    }

    .in_03 {
        padding: 40px 0;
    }

    .dl_03 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

        .dl_03 .list .text-eclipses {
            font-size: 18px;
            line-height: 26px;
            height: 52px;
        }

        .dl_03 .list {
            padding: 10px 0;
        }

        .dl_03 .more {
            margin-top: 35px;
        }

        .dl_03 .more {
            line-height: 60px;
        }

    .in_01 .con .box4 .text-eclipses {
        font-size: 18px;
    }

    .title_01 {
        padding: 35px 0;
    }

        .title_01 .h3 {
            font-size: 24px;
            line-height: 30px;
        }

    .h_title, .pd_02 .h5 {
        font-size: 24px;
    }

    .pd_02 .h5 {
        padding: 20px 0;
    }

        .pd_02 .h5:before {
            margin-bottom: 0;
        }

    .ul_break .iconfont, .ul_break .li > a {
        line-height: 58px;
    }

    .product .dl_01 .h3 {
        font-size: 26px;
        padding-bottom: 12px;
    }

    .dl_03 .dt .p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .gallery-top .swiper-slide {
        width: 90%;
    }

    .dl_03 .list span {
        font-size: 18px;
        padding: 0;
    }

    .dl_03 .list .text-eclipses {
        font-size: 18px;
    }

    .in_03 .h3 {
        font-size: 24px;
    }

    .in_03 .h4 {
        font-size: 24px;
    }

    .in_03 .line {
        display: none;
    }

    .dl_03 .more {
        margin-top: 25px;
    }

    .in_01 .con .box4 .h4 {
        font-size: 20px;
    }

    .in_01 .con .box4 .text-eclipses {
        font-size: 18px;
        height: 58px;
    }

    .in_01 .con .box4 .more4 {
        font-size: 18px;
    }

    .pd_02 .h5:before {
        display: none;
    }

    .pd_con .hp {
        font-size: 18px;
    }

    .product .dl_01 .dd {
        padding: 20px 55px;
    }

    .product .dl_01 .h3 {
        font-size: 24px;
    }

    .dl_03 .dt .p {
        font-size: 18px;
    }
    /*.title_01{padding: 15px 0;}*/
    .title_01 .h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 500px) {
    .in_01 .con .box4 .text-eclipses {
        font-size: 18px;
        height: 40px;
    }

    .dl_03 {
        float: inherit;
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 380px) {
    .dl_03 .more {
        margin-top: 15px;
    }

    .dl_03 .more {
        line-height: 48px;
    }

    .in_01 .con .box4 .more4 {
        font-size: 18px;
    }

        .in_01 .con .box4 .more4 .iconfont {
            display: none;
        }
}
/*侧边栏  start*/
.slide {
    position: fixed;
    right: 0;
    top: 53%;
    z-index: 1199;
    background-color: #FFFFFF;
}

    .slide .li {
        border: 1px solid #d2d2d2;
        box-sizing: border-box;
        width: 100px;
        height: 70px;
        margin-top: -1px;
    }

        .slide .li a {
            display: block;
            width: 100px;
            text-align: center;
            color: #666666;
        }

        .slide .li .iconfont {
            display: block;
            font-size: 25px;
            padding-top: 10px;
        }

        .slide .li a em {
            font-size: 18px;
        }

        .slide .li:hover {
            background: linear-gradient(to right, #051ee4, #00d1ff);
            border: none;
        }

            .slide .li:hover a {
                color: #FFFFFF;
            }
/*侧边栏  end*/
/*二级菜单栏*/
.subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #eeeeee;
    display: none;
}

    .subnav .ejcd {
        width: 29.84%;
        text-align: right;
        background-color: #eeeeee;
    }

        .subnav .ejcd .dl_04 {
            display: inline-block;
            width: 100%;
            max-width: 520px;
            text-align: left;
            padding: 30px 0;
        }

            .subnav .ejcd .dl_04 .dt {
                padding: 25px 20px;
                font-size: 36px;
                color: #1a1a1a;
                line-height: 1;
            }

                .subnav .ejcd .dl_04 .dt a {
                    color: #1a1a1a;
                }

            .subnav .ejcd .dl_04 .dd {
                font-size: 20px;
                padding: 0 20px;
                margin: 5px 0;
            }

                .subnav .ejcd .dl_04 .dd a {
                    display: block;
                    line-height: 35px;
                    color: #1a1a1a;
                    position: relative;
                }

                    .subnav .ejcd .dl_04 .dd a:before {
                        content: "";
                        width: 20px;
                        height: 20px;
                        position: absolute;
                        right: 0;
                        top: 50%;
                        margin-top: -10px;
                        background: url(../images/icon_06.png) no-repeat center;
                        display: none;
                    }

                .subnav .ejcd .dl_04 .dd.hover {
                    background: linear-gradient(to right, #051ee4, #00d1ff);
                }

                    .subnav .ejcd .dl_04 .dd.hover a {
                        color: #FFFFFF;
                    }

                        .subnav .ejcd .dl_04 .dd.hover a:before {
                            display: block;
                        }

    .subnav .sjcd {
        width: 70.16%;
        background-color: #FFFFFF;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }

.dl_05 {
    padding-left: 3.5%;
    padding-top: 50px;
}

    .dl_05 .dt .h4 {
        font-size: 24px;
        color: #1a1a1a;
    }

    .dl_05 .dt .h6 {
        font-size: 20px;
        color: #666666;
        padding: 15px 0;
    }

.dl_05 {
    position: relative;
}

    .dl_05 .dd .imgbox {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: 30%;
        display: none;
        padding: 30px 0;
    }

        .dl_05 .dd .imgbox .h5 {
            color: #1a1a1a;
            font-size: 18px;
        }

        .dl_05 .dd .imgbox .hp_con {
            font-size: 18px;
            height: 50px;
            line-height: 24px;
            color: #666666;
            overflow: hidden;
        }

        .dl_05 .dd .imgbox img {
            max-width: 100%;
            /*padding: 50px 0;*/
            max-height: 300px;
        }

    .dl_05 .dd a {
        font-size: 18px;
        color: #666666;
        line-height: 2;
    }

    .dl_05 .dd.hover a {
        color: #0145ce;
    }

    .dl_05 .dd.hover .imgbox {
        display: block;
    }

.sjcd .con {
    display: none;
}

.a_xia {
    position: relative;
}

    .a_xia:before {
        content: "\e8c4";
        position: absolute;
        right: 0;
        font-family: "iconfont" !important;
        /*font-size: 16px;*/
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.header .menu .menunav .a2.on {
    color: #0145CE;
}

.m_ejcd {
    padding: 10px 0;
    display: none;
}

    .m_ejcd .m_sjcd {
        display: none;
    }

    .m_ejcd .h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8;
    }

    .m_ejcd .a3 {
        display: block;
        color: #1A1A1A;
        padding: 0 10px;
        font-size: 18px;
        color: #333333;
        line-height: 32px;
    }

    .m_ejcd .a4 {
        display: block;
        color: #1A1A1A;
        padding: 0 10px;
        font-size: 18px;
        color: #333333;
        line-height: 24px;
    }

    .m_ejcd .a3.on {
        color: #0145CE;
    }


/*==============190122===========*/
.li_nav {
    position: relative;
}

    .li_nav .per {
        position: absolute;
        left: 0;
        background-color: #FFFFFF;
        z-index: 19;
        top: 100%;
        width: 180px;
        padding: 20px;
        display: none;
    }

        .li_nav .per .a5 {
            color: #333333;
            font-size: 18px;
            line-height: 2;
            display: block;
            border-bottom: 1px dashed #f6f6f6;
            padding: 5px 0;
        }

            .li_nav .per .a5:hover {
                color: #0145CE;
            }

    .li_nav:hover .per {
        display: block;
    }

.lb_01 .swiper-slide {
    display: block;
    float: inherit;
    padding: 10px 0;
    cursor: pointer;
}

    .lb_01 .swiper-slide.on .iconfont {
        display: inline-block;
    }

.gallery-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .gallery-top .swiper-slide .bg {
        display: block;
        height: 100%;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
    }

    .gallery-top .swiper-slide img {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
    }

@media only screen and (min-width:1200px) {
    .gallery-top .swiper-slide {
        display: none;
    }
}

.address .table tr:hover td {
    color: #0145CE;
}

.in_01 .title_02 {
    display: none;
}

.f_btm_01 {
    position: relative;
}

    .f_btm_01 .link {
        width: 80%;
    }

        .f_btm_01 .link .swiper-slide {
            width: auto;
        }

        .f_btm_01 .link .swiper-button-next, .f_btm_01 .link .swiper-button-prev {
            background: none;
            margin-top: -12px;
        }

        .f_btm_01 .link .swiper-button-prev {
            left: auto;
            right: 40px;
        }

.lb_02 .swiper-button-next, .lb_02 .swiper-button-prev {
    background: none;
    margin-top: -12px;
    top: 30%;
    color: #FFFFFF;
    font-size: 18px;
}


.ul_14 .li {
    position: relative;
}

    .ul_14 .li .tel_num {
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        text-align: center;
        width: 0;
        font-size: 20px;
        background-color: #E5E5E5;
        line-height: 68px;
        font-weight: bold;
        overflow: hidden;
        transition: width 0.3s;
    }

        .ul_14 .li .tel_num .p {
            background: linear-gradient(to right, #051ee4, #00d1ff);
            -webkit-background-clip: text;
            color: transparent;
        }

    .ul_14 .li .wx_ewm {
        position: absolute;
        right: 100%;
        bottom: 0;
        text-align: center;
        width: 128px;
        background-color: #E5E5E5;
        font-weight: bold;
        overflow: hidden;
        transition: width 0.6s;
        padding: 20px;
        display: none;
    }

        .ul_14 .li .wx_ewm .p {
            text-align: center;
            margin-top: 20px;
            font-size: 18px;
            line-height: 1;
            color: #333333;
        }

    .ul_14 .li:hover .tel_num {
        width: 200px;
    }

    .ul_14 .li:hover .wx_ewm {
        display: block;
    }

.in_01 .con .box4 .p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    margin-bottom: 20px;
}

.lb_02 .swiper-button-prev, .lb_02 .swiper-button-next {
    display: none;
}

.header.fixed {
    background: linear-gradient(to right,#051ee4, #00d1ff);
}

.ul_02 .li img {
    margin-right: 2px;
}

.ul_02 .li .img1, .ul_02 .li:hover .img2, .ul_02 .li.on .img2 {
    display: inline;
}

.ul_02 .li:hover .img1, .ul_02 .li .img2, .ul_02 .li.on .img1 {
    display: none;
}

@media only screen and (max-width:1200px) {
    .in_01 .lb_01 .h3, .in_01 .lb_01 .p {
        display: none;
    }

    .in_01 .title_02 {
        display: block;
        margin: 0;
        margin-bottom: 25px;
    }

    .in_03 .h4 {
        font-size: 30px;
    }
}

.lb_02 .dl_03 {
    width: 100%;
}

@media only screen and (max-width:900px) {
    .slide {
        display: none;
    }

    .f_btm_01 .link {
        width: 60%;
    }

    .lb_02 .swiper-button-prev, .lb_02 .swiper-button-next {
        display: block;
    }

    .ul_09 .li .box .p {
        padding: 0;
    }

    .footer.ny .f_mid, .footer.ny .f_top {
        display: none;
    }

    .gallery-top .swiper-slide .p2 a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .f_mid_01 .tel span {
        font-size: 18px;
    }
}


.paginator a, .paginator span {
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555555;
    font-size: 18px;
    margin: 0 5px;
    float: left;
}

    .paginator a:hover, .paginator span.on {
        background-image: -moz-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
        background-image: -webkit-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
        background-image: -ms-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
        color: #FFFFFF;
    }


.BMap_bubble_content {
    background-image: -moz-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%);
    background-image: linear-gradient( 180deg, rgb(0,210,255) 0%, rgb(5,29,228) 100%) !important;
    padding: 10px;
    color: #FFFFFF !important;
}

    .BMap_bubble_content hr {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
    }

.f_btm_02 p {
    float: inherit;
    text-align: center;
}

.dl_01 .dt {
    padding-bottom: 70%;
    position: relative;
}

    .dl_01 .dt img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.gallery-top .swiper-pagination {
    display: none;
}

@media (max-width: 1198px) {
    .gallery-top {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

        .gallery-top .swiper-pagination {
            display: block;
        }
}

@media (max-width: 900px) {
    .in_01 .con .box4 {
        height: 155px;
    }
}

@media (max-width: 640px) {
    .swiper-slide {
        overflow: hidden;
    }

    .bn_01 .hwimg {
         width: 130%; 
         transform: translateX(-11%); 
    }

    .in_01 .con .imgbox {
        padding-bottom: 59.46%;
        margin-bottom: 50px;
    }

    .in_01 .con .box4 .text-eclipses {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: auto;
    }

    .gallery-top .swiper-slide .p2 a {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 2;
    }

    .in_01 .con .box4 .more4 {
        margin-top: 23px;
        font-size: 16px;
    }

    .in_01 .con .box4 .p2 {
        max-height: 4.1em;
        overflow: hidden;
        margin-bottom: auto;
    }
}

.product_content img {
    max-width: 100%;
}

/*@media only screen and (max-width:800px) {
    .layout {
        overflow-x: auto;
        overflow-y: hidden;
    }
}*/
@media screen and (max-width: 800px) {
    .break .ul_02 .li{width:50%;}
}
.subnav:hover {
    display: block!important;
}