﻿body {
    font: 12px/1.5 "Microsoft YaHei",arial,simsun,sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    color: #333;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

/*链接整体设置*/
a {
    text-decoration: none;
    color: #333;
    transition: all .15s;
}

    a:hover {
        color: #1e5b9b;
    }

    a:active {
        color: #333;
    }

a {
    blr: expression(this.onFocus=this.close());
}

a {
    blr: expression(this.onFocus=this.blur());
}

    div:focus, *:focus, a:focus, input:focus, button:focus, textarea:focus, select:focus {
        outline: none;
        hide-focus: expression(this.hideFocus=true);
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input[type=button], input[type=submit], input[type=file], button, select {
    -webkit-appearance: none;
}

/*公用样式*/
div, table, tr, td, img, ul, li, ol, h1, h2, h3, h4, h5, h6, p, em, i, font, span, b, dl, dt, dd, form, textarea, input, select, a, button {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: "Microsoft YaHei";
    box-sizing: border-box;
}

ul, ol {
    list-style-type: none;
}

h1, h2, h3, h4 {
    font-weight: 500;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
    -o-object-fit: cover;
    object-fit: cover;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear0 {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.hidden {
    display: none;
}

.w {
    max-width: 1600px;
    width: 85%;
    margin: 0 auto;
    max-height: 999999px;
}

.comflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comflex1 {
    display: flex;
    flex-wrap: wrap;
}

.comflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.comflex3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.comflex5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.comflex4 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}

.comflex6 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
}

.pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
    display: block;
}

.dfimg {
    display: block;
    width: 100%;
}

.pic_w {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

    .pic_w a {
        display: block;
    }

@font-face {
    font-family: MyriadProLight;
    src: url('../images/MyriadPro-Light.woff');
}

@font-face {
    font-family: impact;
    src: url('../images/impact.ttf');
}

/*header*********************************************************************/
.head {
    position: relative;
    z-index: 505;
    background: #fff;
}

.head-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
}

    .head-fixed .w {
        position: relative;
    }

.logo {
    width: 20.25%;
}

    .logo img {
        display: block;
        width: 100%;
    }

.nav {
    width: 68.125%;
    padding-right: 10.3125%;
}

    .nav .plebans {
        font-size: 18px;
        line-height: 110px;
    }

        .nav .plebans:after {
            content: '';
            position: absolute;
            left: 51%;
            right: 51%;
            bottom: 24px;
            height: 3px;
            font-size: 0;
            overflow: hidden;
            background: #017dc2;
            transition: all 0.6s;
        }

        .nav .plebans a {
            display: inline-block;
            color: #000;font-weight:600
        }

    .nav li {
        position: relative;
    }

        .nav li.on .plebans a, .nav li.cur .plebans a {
        }

        .nav li.on .plebans:after, .nav li.cur .plebans:after {
            left: 0;
            right: 0;
        }

.nav_bg {
    display: none;
}

.goutp {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    z-index: 510;
    box-shadow: 0 6px 16px 0 rgba(0,0,0,.05);
    left: 50%;
    width: 130px;
    margin-left: -65px;
    background: rgba(255,255,255,.9);
    border-radius: 0 0 5px 5px;
    text-align: center;
}

    .goutp dd {
        font-size: 16px;
        line-height: 2.8;
    }

        .goutp dd a {
            display: block;
            color: #414141;
        }

        .goutp dd:last-child a {
            border-radius: 0 0 5px 5px;
        }

        .goutp dd a:hover {
            color: #1e5b9b;
            background: rgba(0,0,0,.08);
        }

.nav li.on .goutp {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.hrt {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.search_ico {
    height: 20px;
    margin-right: 25px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    height: 110px;
}

    .dropdown p:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
        top: -6px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid #fff;
        font-size: 0;
        overflow: hidden;
    }

    .dropdown em {
        padding: 0 26px 0 8px;
        text-transform: uppercase;
        transition: all 0.6s;
        color: #000;
        font-family: "Arial";
        border: 1px solid #d6d6d6;
        border-radius: 4px;
        font-size: 14px;
        background: url(../images/point1.png) center right 8px no-repeat;
        background-size: 9px 6px;
        line-height: 24px;
    }

    .dropdown img {
        height: 14px;
        margin-right: 6px;
    }

    .dropdown p {
        left: 0;
        line-height: 2.6;
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        box-shadow: 0 16px 16px 0 rgba(0,0,0,.05);
        border-radius: 0 0 5px 5px;
        height: 0;
        opacity: 0;
        font-size: 14px;
        text-align: center;
    }

        .dropdown p:before {
            left: 70%;
        }

        .dropdown p a {
            color: #666;
            text-transform: uppercase;
        }

            .dropdown p a:hover {
                background: rgba(0,0,0,.05);
            }

    .dropdown.hover p {
        height: auto;
        opacity: 1;
    }

.search {
    position: fixed;
    left: 0;
    right: 0;
    top: 135px;
    display: none;
    z-index: 999;
}

.search_form {
    width: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.s_intxt {
    border: 1px solid #ddd;
    border-radius: 8px;
    display: block;
    padding: 12px 20px;
    line-height: 1.5;
    background: #fff;
    font-size: 16px;
    color: #333;
    width: 100%;
}

.s_inbut {
    border: none;
    cursor: pointer;
    background: #1e5b9b;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    padding: 0 30px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    transition: all .6s;
    color: #fff;
}

.head_on {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
}

.sanh {
    width: 50px;
    padding: 10px;
    position: absolute;
    right: calc(4% - 10px);
    top: 50%;
    margin-top: -37.5px;
    display: none;
}

    .sanh > div {
        height: 5px;
        margin: 10px 0px;
        width: 100%;
        transition: transform 0.5s,opacity 0.5s;
    }

    .sanh > div {
        background-color: #fff;
    }

.tesd > div {
    background-color: #fff !important;
}

    .tesd > div:nth-child(1) {
        transform: translate3d(0px,15px,0px) rotate(45deg);
    }

    .tesd > div:nth-child(2) {
        opacity: 0;
    }

    .tesd > div:nth-child(3) {
        transform: translate3d(0px,-15px,0px) rotate(-45deg);
    }

.banner {
    z-index: 25;
}

    .banner .w {
        position: absolute;
        left: 50%;
        top: calc(50% + 55px);
        transform: translate(-50%,-50%);
        z-index: 26;
    }

    .banner img {
        display: block;
        width: 100%;
    }

    .banner .swiper-slide {
        overflow: hidden;
    }

    .banner .swiper-button-prev, .banner .swiper-button-next {
        width: 4.125%;
        background: #fff;
        border-radius: 50%;
        height: auto;
    }

    .banner .swiper-button-prev {
        left: 0;
    }

    .banner .swiper-button-next {
        right: 0;
    }

        .banner .swiper-button-prev:after, .banner .swiper-button-next:after {
            display: none;
        }

    .banner .swiper-button-prev img {
        transform: rotate(-180deg);
    }

.combg {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-top: 65px;
}

.titc {
    width: 100%;
    position: relative;
    line-height: 1;
    padding-bottom: 17px;
    display: flex;
    align-items: flex-end;
}

    .titc:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 5px;
        font-size: 0;
        overflow: hidden;
        background: #1e5b9b;
        transition: all 0.6s;
    }

    .titc em {
        font-size: 42px;
        color: #111;
    }

    .titc i {
        font-size: 20px;
        color: rgba(17,17,17,.4);
        padding-left: 10px;
        font-family: "MyriadProLight";
    }

    .titc span {
        position: absolute;
        right: 0;
        top: 2px;
        font-size: 16px;
    }

        .titc span a {
            border-radius: 4px;
            line-height: 38px;
            padding: 0 20px;
            margin-right: 15px;
        }

            .titc span a:last-child {
                margin-right: 0;
            }

            .titc span a.cur {
                background: #1e5b9b;
                color: #fff;
            }

.more {
    margin-top: 50px;
    width: 100%;
}

    .more a {
        color: #666;
        background: noe;
        font-size: 14px;
        border: 1px solid #d5d5d5;
        border-radius: 2px;
        padding: 0 50px;
        line-height: 52px;
        transition: all 0.6s;
    }

        .more a i {
            font-size: 16px;
            font-family: "simsun";
            padding-left: 12px;
        }

        .more a:hover {
            background: #024492;
            border-color: #024492 !important;
            color: #fff;
        }

.con3 .more a, .con6 .more a {
    color: #fff;
    border-color: #fff;
}

.con1 {
    background: url(../images/bg1.jpg) center top no-repeat;
    background-size: cover;
    z-index: 11;
    padding: 110px 0;
}

    .con1 .titc:after {
        display: none;
    }

.con1c {
    width: 100%;
}

.con1_lf {
    width: 50.625%;
}

    .con1_lf img {
        display: block;
        width: 100%;
    }

.con1_rt {
    width: 45.625%;
}

.con1_rt_infor {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 10px;
    padding: 30px 0;
}

    .con1_rt_infor li {
        text-align: center;
        width: 33.3333%;
    }

        .con1_rt_infor li em {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            justify-content: center;
            line-height: 1;
        }

        .con1_rt_infor li span {
            font-size: 45px;
            font-family: "impact";
            color: #024492;
        }

        .con1_rt_infor li i {
            font-size: 16px;
            color: #024492;
            margin-left: 12px;
        }

        .con1_rt_infor li p {
            font-size: 16px;
            color: rgba(51,51,51,.7);
            margin-top: 7px;
        }

.con1_rt .txt {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 2.5;
    margin: 45px 0 -5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    -webkit-text-size-adjust: 100%;
}

.con2 {
    z-index: 12;
    padding: 65px 0;
}

.con2c {
    margin-top: 35px;
    width: 100%;
    display: none;
}

    .con2c.cur {
        display: block;
    }

.con2_lf {
    width: 46.25%;
}

.con2_list {
    border-top: 1px solid #eaeaea;
}

    .con2_list li {
        border-bottom: 1px solid #eaeaea;
        transition: all 0.6s;
    }

        .con2_list li a {
            padding: 20px;
        }

        .con2_list li .time {
            transition: all 0.6s;
            font-size: 16px;
            padding: 17px 0 16px 0;
            color: #ccc;
            border: 1px solid #ebebeb;
            width: 85px;
            margin-right: 25px;
            text-align: center;
        }

            .con2_list li .time em {
                transition: all 0.6s;
                display: block;
                font-size: 18px;
                color: #333;
                font-weight: bold;
            }

        .con2_list li p {
            font-size: 22px;
            line-height: 1.136363636363636;
            width: calc(100% - 110px);
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            -webkit-text-size-adjust: 100%;
        }

        .con2_list li.hover {
            background: #f4f4f4;
        }

            .con2_list li.hover .time {
                background: #1e5b9b;
                color: #fff;
                border-color: #1e5b9b;
            }

                .con2_list li.hover .time em {
                    color: #fff;
                }

            .con2_list li.hover p {
                font-weight: bold;
            }

.con2_rt {
    width: 50.625%;
}

    .con2_rt .pic_w img {
        width: 100%;
        height: 100%;
    }

    .con2_rt .swiper-pagination {
        width: auto;
        left: auto;
        right: 5px;
        bottom: 15px;
    }

        .con2_rt .swiper-pagination span {
            width: 9px;
            height: 9px;
            background: #fff;
            margin: 0 5px;
            opacity: 1;
            border-radius: 0;
        }

            .con2_rt .swiper-pagination span.swiper-pagination-bullet-active {
                background: #c10000;
            }

.con3 {
    background: url(../images/bg3.jpg) center top no-repeat;
    background-size: cover;
    z-index: 13;
    padding: 65px 0;
}

    .con3 .titc {
        text-align: center;
        display: block;
    }

        .con3 .titc:after {
            left: 50%;
            transform: translate(-50%,0);
        }

        .con3 .titc em {
            display: block;
            color: #fff;
        }

        .con3 .titc i {
            display: block;
            color: rgba(255,255,255,.4);
            padding: 5px 0;
        }

.con3c {
    width: 100%;
    margin-top: 30px;
}

    .con3c .tab {
        width: 21.875%;
        background: #fff;
        font-size: 26px;
    }

        .con3c .tab a {
            display: block;
            line-height: 2;
            position: relative;
            padding-left: 12.5%;
        }

            .con3c .tab a.cur {
                background: #1e5b9b;
                color: #fff;
                font-weight: bold;
            }

            .con3c .tab a img {
                position: absolute;
                display: block;
                right: 9%;
                top: 50%;
                width: 8.571428571428571%;
                transform: translate(0,-50%);
            }

            .con3c .tab a.cur img {
                filter: invert(100%) brightness(1.5) contrast(1.2);
            }

    .con3c .con3_rt {
        width: 78.125%;
        border: 3px solid #1e5b9b;
        padding: 2.1875%;
        display: none;
    }

        .con3c .con3_rt.cur {
            display: block;
        }

        .con3c .con3_rt .pic {
            width: 48.12606473594549%;
        }

            .con3c .con3_rt .pic img {
                display: block;
                width: 100%;
            }

        .con3c .con3_rt .txt {
            width: 49.31856899488927%;
            padding-top: 10px;
        }

            .con3c .con3_rt .txt h3 {
                font-size: 24px;
                color: #fff;
                font-weight: bold;
            }

        .con3c .con3_rt .txtc {
            font-size: 18px;
            line-height: 2;
            color: #fff;
            min-height: 180px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            -webkit-text-size-adjust: 100%;
            margin-top: 10px;
        }

.con4 {
    background: url(../images/bg4.jpg) center top no-repeat;
    background-size: cover;
    z-index: 14;
    padding: 65px 0;
}

.city_list {
    position: absolute;
    right: 0;
    top: -7px;
}

    .city_list li {
        padding-left: 12px;
    }

        .city_list li:nth-child(3) {
            display: none;
        }

.con4 .city_list {
    top: 2px;
}

.con4_list {
    width: 102.1875%;
    margin-top: -2.1875%;
}

    .con4_list li {
        margin: 2.140672782874618% 2.140672782874618% 0 0;
        width: 31.19266055045872%;/*2026-6-1修改*/
    }
    .con4_list li .txt{ padding-right:5.88%!important;}/*2026-6-1新增*/
    .con4_list li .txt img{ display:none;}/*2026-6-1新增*/

.c_intxt {
    border: 1px solid #dedede;
    border-radius: 4px;
    font-size: 16px;
    height: 38px;
    color: #999;
    padding: 0 65px 0 20px;
    background: url(../images/point4.png) #fff center right 12px no-repeat;
    background-size: 11px 7px;
    min-width: 165px;
}

.con4c {
    margin-top: 30px;
}

    .con4c ul li {
        background: #fff;
    }

.con5 {
    z-index: 15;
    padding: 65px 0;
}

.con5c {
    margin-top: 30px;
}

.con6 {
    background: url(../images/bg6.jpg) center top no-repeat;
    background-size: cover;
    z-index: 16;
    padding: 65px 0;
}

.con6c {
    margin-top: 50px;
}

.nyban {
    width: 100%;
    z-index: 21;
    position: relative;
}

    .nyban img {
        display: block;
        width: 100%;
    }

.sider {
    width: 100%;
    line-height: 90px;
    background: #f6f6f6;
    position: relative;
    z-index: 21;
}

    .sider li {
        margin-right: 57px;
        position: relative;
    }

        .sider li:last-child {
            margin-right: 0;
        }

        .sider li a {
            font-size: 20px;
            padding: 0 8px;
            display: block;
            position: relative;
        }

            .sider li a:after {
                content: '';
                position: absolute;
                left: 51%;
                right: 51%;
                bottom: 0;
                height: 2px;
                font-size: 0;
                overflow: hidden;
                background: #1e5b9b;
                transition: all 0.6s;
            }

            .sider li a.cur {
                color: #1e5b9b;
            }

                .sider li a.cur:after {
                    left: 0;
                    right: 0;
                }

    .sider .w {
        position: relative;
    }

        .sider .w span {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            display: block;
            font-size: 16px;
            color: #666;
        }

            .sider .w span * {
                color: #666;
            }

            .sider .w span i {
                padding: 0 10px;
            }

.sider_on {
    position: fixed;
    top: 0;
    z-index: 580;
    line-height: 110px;
}

    .sider_on .w span {
        display: none;
    }

.c_tit1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    position: relative;
}

    .c_tit1 p {
        font-weight: 500;
        font-size: 18px;
        color: #666;
        line-height: 1.5;
        margin-top: 22px;
    }

.ab_con1 {
    background: url(../images/abg1.jpg) center top 110px no-repeat;
    background-size: cover;
    z-index: 20;
    padding: 170px 0 0 0;
    margin-top: -110px;
}

    .ab_con1 .ab_txt {
        font-size: 18px;
        line-height: 1.777777777777778;
    }

        .ab_con1 .ab_txt p {
            padding-top: 1.777777777777778em;
        }

        .ab_con1 .ab_txt font {
            color: #1e5b9b;
        }

    .ab_con1 .ab_bot {
        margin-top: 45px;
    }

        .ab_con1 .ab_bot .ab_ico {
            width: 26.875%;
            background: #1e5b9b;
            position: relative;
        }

            .ab_con1 .ab_bot .ab_ico:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 50%;
                height: 50%;
                font-size: 0;
                overflow: hidden;
                background: linear-gradient(to bottom,rgba(0,0,0,.2),rgba(0,0,0,0));
            }

            .ab_con1 .ab_bot .ab_ico img {
                position: relative;
                z-index: 22;
                width: 71.16279069767442%;
            }

        .ab_con1 .ab_bot .pic {
            width: 70%;
        }

            .ab_con1 .ab_bot .pic img {
                display: block;
                width: 100%;
            }

.ab_con2 {
    z-index: 19;
    padding: 170px 0 0 0;
    margin-top: -110px;
}

.ab_con2_list {
    width: 102%;
}

    .ab_con2_list li {
        border: 1px solid #eee;
        margin: 1.96078431372549% 1.96078431372549% 0 0;
        width: 23.03921568627451%;
        transition: all 0.6s;
    }

        .ab_con2_list li a {
            display: block;
            padding: 5px 0 10px 0;
        }

        .ab_con2_list li .pic {
            width: 64.17112299465241%;
            margin: 20px auto;
        }

        .ab_con2_list li p {
            font-size: 20px;
            text-align: center;
            margin: 0 14%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            -webkit-text-size-adjust: 100%;
        }

        .ab_con2_list li.hover {
            border-color: #1e5b9b;
        }

.ab_con3 {
    z-index: 18;
    padding: 170px 0 70px 0;
    margin-top: -110px;
}

.ab_con3c {
    width: 100%;
    margin-top: 2.1875%;
}

.ab_con3_list li {
    background: #f5f5f5;
}

    .ab_con3_list li .pic_w img {
        width: 100%;
        height: 100%;
    }

    .ab_con3_list li .txt {
        font-size: 22px;
        width: 100%;
        position: relative;
        padding: 1.5em 14.7% 1.5em 5.88%;
    }

        .ab_con3_list li .txt p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            -webkit-text-size-adjust: 100%;
        }

        .ab_con3_list li .txt .point2 {
            position: absolute;
            height: 18px;
            right: 5.88%;
            top: 50%;
            transform: translate(0,-50%);
        }

.service1 {
    background: url(../images/abg1.jpg) center top no-repeat;
    background-size: cover;
}

.service1_list {
    width: 102.1875%;
}

    .service1_list li {
        margin: 2.140672782874618% 2.140672782874618% 0 0;
        width: 22.85932721712538%;
    }

        .service1_list li a {
            display: block;
        }

        .service1_list li .pic_w img {
            width: 100%;
            height: 100%;
        }

        .service1_list li .txt {
            font-size: 24px;
            background: #fff;
            border: 1px solid rgba(14,5,10,.05);
            border-top: none;
            transition: all 0.6s;
            position: relative;
            padding: 1.3em 5.88%;
        }

            .service1_list li .txt p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                -webkit-text-size-adjust: 100%;
            }

            .service1_list li .txt i {
                background: #1e5b9b;
                border-radius: 0 8px 0 8px;
                position: absolute;
                right: 18px;
                top: -38%;
                width: 70px;
                height: 70px;
            }

                .service1_list li .txt i img {
                    filter: brightness(0) invert(1);
                    width: 22.5%;
                }

        .service1_list li.hover .txt {
            border-color: #1e5b9b;
        }

.service2c {
    background: #fafafa;
    width: 100%;
    margin-top: 40px;
}

    .service2c .txt {
        width: 50%;
        padding: 0 2.5%;
    }

        .service2c .txt .s_tit1 {
            font-size: 24px;
            font-weight: bold;
        }

        .service2c .txt .txtc {
            font-size: 18px;
            color: #666;
            line-height: 2;
            margin-top: 2px;
        }

    .service2c .pic {
        width: 50%;
    }

        .service2c .pic img {
            width: 100%;
            display: block;
        }

.service3c {
    margin-top: 2.5%;
    width: 100%;
}

.service3_list li .pic_w img {
    width: 100%;
    height: 100%;
}

.service3_list li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0.875em 5.128205128205128%;
    background: rgba(0,0,0,.5);
    font-size: 20px;
}

    .service3_list li .txt p {
        color: #fff;
    }

.service4 {
    padding-bottom: 70px;
}

.com li .pic_w img {
    display: block;
    transition: all 0.6s;
    max-height: 100%;
    max-width: 100%;
}

.com li.hover .pic_w img {
    transform: scale(1.05);
}


.news_list li {
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
}

    .news_list li a {
        display: block;
        width: 100%;
    }

        .news_list li a .riqi {
            float: left;
            width: 100px;
            margin-top: 20px;
        }

            .news_list li a .riqi .num {
                color: #1c5490;
                font-size: 45px;
                font-weight: bold;
            }

            .news_list li a .riqi .year {
                color: #999999;
                font-size: 21px;
            }

            .news_list li a .riqi .ico {
                margin-top: 5px;
            }

.news_list .pic {
    float: right;
    display: inline-block;
    width: 334px;
}

.news_list li .img {
    width: 100%;
    position: relative;
    padding-top: calc(100% / (334/221));
    /* 根据宽高比计算高度 */
    max-width: 334px;
    max-height: 221px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .news_list li .img span {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .news_list li .img img {
        width: 100%;
        height: 100%;
        -webkit-transition: all .9s;
        transition: all .9s
    }

.news_list li .box {
    width: calc(100% - 490px);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

    .news_list li .box .title {
        font-size: 25px;
        font-weight: bold;
    }

    .news_list li .box .desc {
        font-size: 17px;
        line-height: 1.8;
        color: #666666;
        margin-top: 10px;
    }

.page {
    width: 100%;
    font-size: 19px;
    padding-top: 4.6875%;
    margin-bottom: 30px;
}

    .page a, .p_intxt {
        border: 1px solid #e3e3e3;
        color: #262626;
        margin: 0 4px;
        line-height: 35px;
        padding: 0 14px;
    }

        .page a.cur, .page a:hover {
            color: #fff;
            background: #e70012;
            border-color: #e70012;
        }

.newsTit {
    padding: 30px 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #0154a4;
}

.newsDate {
    color: #333333;
    font-size: 16px;
    text-align: center;
}

    .newsDate em {
        margin-left: 20px;
    }

.content {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    padding: 50px 0;
}

    .content p {
        text-indent: 20px;
        margin-top: 15px;
    }

    .content img {
        max-width: 100%;
        margin: 20px 0;
    }

.newsBox {
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

    .newsBox .img {
        float: left;
        width: 60%;
    }

        .newsBox .img img {
            display: block;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .newsBox .desc {
        float: right;
        width: calc(40% - 50px);
    }

        .newsBox .desc .tit {
            font-size: 36px;
            color: #0154a4;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 10px;
            font-weight: 600;
        }

        .newsBox .desc .title {
            margin-top: 30px;
        }

            .newsBox .desc .title span {
                display: inline-block;
                position: relative;
                font-size: 20px;
                color: #0154a4;
                font-weight: bold;
                padding-bottom: 20px;
            }

                .newsBox .desc .title span::after {
                    content: '';
                    width: 110%;
                    height: 3px;
                    background: #e5e5e5;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    z-index: 0;
                }

                .newsBox .desc .title span::before {
                    content: '';
                    width: 50%;
                    height: 3px;
                    background: #0154a4;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    z-index: 2;
                }

        .newsBox .desc .con {
            font-size: 16px;
            color: #666666;
            line-height: 2;
            margin-top: 15px;
        }




/*foot style*********************************************************************/
.footer {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    font-size: 16px;
}

    .footer * {
        color: #000;
    }

    .footer a:hover {
        color: #1e5b9b !important;
    }

.foot1 {
    padding: 60px 0 40px 0;
    width: 100%;
}

.f_tell {
    width: 13.4375%;
    padding-left: 3.4375%;
    position: relative;
}

    .f_tell img {
        display: block;
        position: absolute;
        left: 0;
        top: 2%;
        width: 15.81395348837209%;
    }

    .f_tell em {
        display: block;
        font-size: 28px;
        font-family: "impact";
        line-height: 1;
        margin-bottom: 10px;
        color: #ccc;
    }

.f_nav {
    width: 54.375%;
    padding-left: 2.1875%;
    border-left: 1px solid rgba(255,255,255,.1);
}

    .f_nav li em {
        font-weight: bold;
        color: #fff;
        display: block;
    }

        .f_nav li em a {
            color: #fff;
        }

    .f_nav li .txt {
        position: relative;
        padding-top: 10px;
        margin-top: 18px;
    }

        .f_nav li .txt:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 2px;
            font-size: 0;
            overflow: hidden;
            background: #fff;
        }

        .f_nav li .txt p {
            margin-top: 10px;
        }

.adr_txt {
    width: 60%;
    line-height: 1.75;
}

    .adr_txt p {
        padding-right: 6.5%;
    }

        .adr_txt p:first-child {
            width: 100%;
        }

.adr_txt1 {
    width: 19.375%;
    text-align: right;
}

.foot {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}

    .foot .txt {
        line-height: 2.5;
    }

        .foot .txt i {
            padding: 0 10px;
        }

.ico0_list {
    width: auto;
}

    .ico0_list dd {
        position: relative;
        margin: 0 10px 0 0;
        cursor: pointer;
        width: 40px;
        height: 40px;
      
        border-radius: 50%;
        transition: all 0.6s;
    }

        .ico0_list dd:last-child {
            margin-right: 0;
        }

        .ico0_list dd a {
            display: block;
        }

        .ico0_list dd img {
            display: block;
            width: 100%;
        }

        .ico0_list dd i {
            display: none;
            position: absolute;
            bottom: 140%;
            left: 50%;
            transform: translate(-50%,0);
            box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
            background: #fff;
            width: 120px;
            border-radius: 5px;
            padding: 10px 0 5px 0;
        }

            .ico0_list dd i:after {
                content: '';
                display: block;
                position: absolute;
                left: 50%;
                transform: translate(-50%,0);
                height: 0;
                width: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 8px solid #fff;
                bottom: -8px;
                font-size: 0;
                overflow: hidden;
            }

            .ico0_list dd i img {
                display: block;
                margin: 0 auto;
                width: 85%;
                height: auto;
            }

        .ico0_list dd font {
            display: block;
            text-align: center;
        }

        .ico0_list dd.hover {
            background: #1e5b9b;
        }

            .ico0_list dd.hover i {
                display: block;
            }
