@charset "utf-8";
* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 15px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 15px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #235aad;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

.middle {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}

.ds_il {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.jt_ct {
    justify-content: space-between;
}

.jt_cn {
    justify-content: center;
}

.an_tm {
    align-items: center;
}

.mg_my {
    margin: 0;
}

::placeholder {
    color: #999;
}

@media only screen and (max-width:1024px) {
    body {
        font-size: 20px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 20px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .container,
    .container-fluid {
        padding: 0 25px;
    }
}

@media only screen and (max-width:1024px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width:1024px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width:1024px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}

.header {
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    position: relative;
    z-index: 9999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.hd_sy {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

.header.on {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    border-bottom: 0;
}

.header .row {
    padding-right: 50px;
    position: relative;
}

.header .logo {
    width: 156px;
    display: inline-block;
    position: relative;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.hd_sy .logo img {
    opacity: 0;
}

.header.on .logo img {
    opacity: 1;
}

.header .logo img.d_w {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.header.hd_sy .logo img.d_w {
    opacity: 1;
}

.header.on .logo img.d_w {
    opacity: 0;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 0;
    height: 26px;
    width: 46px;
    display: none;
}

.header .an span {
    width: 46px;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .s_ch {
    height: 40px;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
    color: #555;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.hd_sy .s_ch {
    color: #fff;
}

.header.on .s_ch {
    color: #555;
}

.header .nav {
    display: inline-block;
}

.header .nav ul {
    display: flex;
}

.header .nav ul li {
    height: 100px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-left: 10px;
    position: relative;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j:before {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .y_j:before {
    width: 100%;
    height: 100%;
    border-top: 1px solid #0b7e99;
    border-left: 1px solid #0b7e99;
}

.header .nav ul li.on .y_j:before {
    width: 100%;
    height: 100%;
    border-top: 1px solid #0b7e99;
    border-left: 1px solid #0b7e99;
}

.header.hd_sy .nav ul li:hover .y_j:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.header.hd_sy .nav ul li.on .y_j:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.header.on .nav ul li:hover .y_j:before {
    border-top: 1px solid #0b7e99;
    border-left: 1px solid #0b7e99;
}

.header.on .nav ul li.on .y_j:before {
    border-top: 1px solid #0b7e99;
    border-left: 1px solid #0b7e99;
}

.header .nav .y_j:after {
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .y_j:after {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #0b7e99;
    border-right: 1px solid #0b7e99;
}

.header .nav ul li.on .y_j:after {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #0b7e99;
    border-right: 1px solid #0b7e99;
}

.header.hd_sy .nav ul li:hover .y_j:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header.hd_sy .nav ul li.on .y_j:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header.on .nav ul li:hover .y_j:after {
    border-bottom: 1px solid #0b7e99;
    border-right: 1px solid #0b7e99;
}

.header.on .nav ul li.on .y_j:after {
    border-bottom: 1px solid #0b7e99;
    border-right: 1px solid #0b7e99;
}

.header .nav .y_j i {
    display: none;
}

.header .nav .y_j a {
    min-width: 96px;
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    color: #555;
    line-height: 34px;
    position: relative;
    z-index: 9;
}

.header.hd_sy .nav .y_j a {
    color: #fff;
}

.header.on .nav .y_j a {
    color: #555;
}

.header .nav ul li:hover .y_j a {
    color: #0b7e99;
}

.header .nav ul li.on .y_j a {
    color: #0b7e99;
}

.header.hd_sy .nav ul li:hover .y_j a {
    color: #fff;
}

.header.hd_sy .nav ul li.on .y_j a {
    color: #fff;
}

.header.on .nav ul li:hover .y_j a {
    color: #0b7e99;
}

.header.on .nav ul li.on .y_j a {
    color: #0b7e99;
}

.header .nav .e_j {
    width: 170px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -85px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #0b7e99;
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
}

.header.hd_sy .nav .e_j:after {
    border-bottom: 8px solid #fff;
}

.header.on .nav .e_j:after {
    border-bottom: 8px solid #0b7e99;
}

.header .nav .e_j a {
    line-height: 44px;
    color: #777;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
}

.header .nav .e_j a:last-child {
    border-bottom: 0;
}

.header .nav .e_j a:hover {
    background-color: #0b7e99;
    color: #fff;
}

.header .nav .cp_ej {
    width: 800px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .03);
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .cp_ej {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .cp_ej:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #0b7e99;
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
}

.header.hd_sy .nav .cp_ej:after {
    border-bottom: 8px solid #fff;
}

.header.on .nav .cp_ej:after {
    border-bottom: 8px solid #0b7e99;
}

.header .nav .cp_ej .e_f {
    width: 25%;
    border-right: 1px solid rgba(221, 221, 221, .5);
}

.header .nav .cp_ej .e_f:last-child {
    border-right: 0;
}

.header .nav .cp_ej .l_m {
    padding: 20px 10px;
    background-color: #0b7e99;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .cp_ej .l_m:after {
    width: 1px;
    height: 100%;
    background-color: #0b7e99;
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
}

.header .nav .cp_ej .l_m:hover {
    background-color: #046379;
}

.header .nav .cp_ej .l_m a {
    display: block;
    color: #fff;
}

.header .nav .cp_ej .f_l {
    padding: 10px 0;
}

.header .nav .cp_ej .f_l a {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin: 10px 0;
}

.header .nav .cp_ej .f_l a:hover {
    color: #0b7e99;
}

@media only screen and (max-width:1024px) {
    .header.hd_sy {
        border-bottom: 0;
        background: none;
        position: relative;
        top: auto;
        left: auto;
    }
    .header .row {
        padding-right: 50px;
        position: relative;
    }
    .header .logo {
        margin: 20px 0;
    }
    .header.hd_sy .logo img {
        opacity: 1;
    }
    .header.hd_sy .logo img.d_w {
        opacity: 0;
    }
    .header .an {
        display: block;
    }
    .header .s_ch {
        display: none;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 20px 5% 30px;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .nav ul {
        width: 100%;
        float: none;
        display: block;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 15px 0;
        margin: 0;
        display: block;
    }
    .header .nav .y_j:before {
        display: none;
    }
    .header .nav .y_j:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 50%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 22px;
        text-align: right;
        color: #fff;
        line-height: 60px;
        z-index: 99;
    }
    .header .nav .y_j a {
        font-size: 24px;
        line-height: 60px;
        color: #fff;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        border: 0;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        line-height: 50px;
        text-align: left;
        color: #ddd;
        text-indent: 24px;
        padding: 0;
        border-bottom: 0;
    }
    .header .nav .cp_ej {
        width: 100%;
        background: none;
        border: 0;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .cp_ej {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .cp_ej:after {
        display: none;
    }
    .header .nav .cp_ej .e_f {
        width: 100%;
        border-right: 0;
    }
    .header .nav .cp_ej .l_m {
        padding: 0;
        background: none;
        font-size: 22px;
        line-height: 50px;
        text-indent: 24px;
    }
    .header .nav .cp_ej .l_m:before {
        width: 10px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background-color: #fff;
        content: "";
    }
    .header .nav .cp_ej .l_m:after {
        display: none;
    }
    .header .nav .cp_ej .l_m:hover {
        background: none;
    }
    .header .nav .cp_ej .f_l {
        padding: 10px 0;
    }
    .header .nav .cp_ej .f_l a {
        font-size: 18px;
        color: #bbb;
        line-height: 40px;
        text-indent: 24px;
        margin: 0;
    }
    .header .nav .cp_ej .f_l a:hover {
        color: #fff;
    }
}

.head_h {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: none;
}

@media only screen and (max-width:1024px) {
    .head_h {
        height: 76px;
    }
}

.search {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.search .sc_bj {
    width: 100%;
    padding: 150px 0;
    background-color: #fff;
    position: relative;
}

.search .sc_gb {
    position: absolute;
    top: 50px;
    right: 20%;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search .sc_gb:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search .sc_gb i {
    font-size: 30px;
}

.search .sc_nr {
    width: 500px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.search input {
    width: 430px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #555;
    float: left;
}

.search input::placeholder {
    color: #999;
}

.search button {
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    float: right;
}

.search button i {
    font-size: 30px;
}

.pc_ban {
    width: 100%;
    height: 850px;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.pc_ban .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34)0.2s;
}

.pc_ban .swiper-button-prev {
    width: 32px;
    height: 60px;
    border-radius: 5px;
    background: rgba(16, 113, 220, .2) url(../images/ban_l.png) no-repeat center / 26px 26px;
    left: 0;
    margin-top: -30px;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
    left: 5%;
    opacity: 1;
}

.pc_ban:hover .swiper-button-prev:hover {
    background: rgba(16, 113, 220, .8) url(../images/ban_l.png) no-repeat center / 26px 26px;
}

.pc_ban .swiper-button-next {
    width: 32px;
    height: 60px;
    border-radius: 5px;
    background: rgba(16, 113, 220, .2) url(../images/ban_r.png) no-repeat center / 26px 26px;
    right: 0;
    margin-top: -30px;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-next {
    right: 5%;
    opacity: 1;
}

.pc_ban:hover .swiper-button-next:hover {
    background: rgba(16, 113, 220, .8) url(../images/ban_r.png) no-repeat center / 26px 26px;
}

.pc_ban .swiper-pagination {
    bottom: 30px;
}

.pc_ban .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: none;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    margin: 0 6px !important;
    opacity: 1;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-pagination-bullet:before {
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-pagination-bullet:after {
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-pagination-bullet-active {
    width: 60px;
}

.pc_ban .swiper-pagination-bullet-active:before {
    width: 15px;
}

.pc_ban .swiper-pagination-bullet-active:after {
    width: 15px;
}

.pc_ban img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media only screen and (max-width:1024px) {
    .pc_ban {
        height: 400px;
    }
    .pc_ban .swiper-button-prev {
        display: none;
    }
    .pc_ban .swiper-button-next {
        display: none;
    }
    .pc_ban .swiper-pagination {
        bottom: 20px;
    }
}

.sy_bt {
    margin-bottom: 30px;
    display: flex;
}

.sy_bt .bt_nr h3 {
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    color: #1e1e1e;
}

.sy_bt .bt_nr p {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    color: #666;
}

.sy_bt .ck_gd {
    display: flex;
}

.sy_bt .ck_gd .hd {
    margin-right: 50px;
}

.sy_bt .ck_gd .hd ul li {
    width: 140px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #333;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_bt .ck_gd .hd ul li:hover {
    background-color: #235aad;
    color: #fff;
}

.sy_bt .ck_gd .hd ul li.on {
    background-color: #235aad;
    color: #fff;
}

.sy_bt .ck_gd a {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #666;
    position: relative
}

.sy_bt .ck_gd a:hover {
    color: #235aad;
}

.sy_bt .ck_gd a:after {
    width: 0;
    height: 1px;
    background-color: #235aad;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_bt .ck_gd a:hover:after {
    width: 100%;
}

@media only screen and (max-width:1024px) {
    .sy_bt .bt_nr p {
        font-size: 20px;
        line-height: 30px;
    }
    .sy_bt .ck_gd .hd {
        margin-right: 20px;
    }
    .sy_bt .ck_gd .hd ul li {
        width: 140px;
        height: 46px;
        border-radius: 23px;
        font-size: 20px;
        line-height: 46px;
    }
    .sy_bt .ck_gd a {
        font-size: 18px;
    }
}

.gy_bt {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.gy_bt h3 {
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    color: #1e1e1e;
}

.gy_bt p {
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: normal;
    color: #666;
}

@media only screen and (max-width:1024px) {
    .gy_bt {
        margin-bottom: 30px;
    }
    .gy_bt p {
        font-size: 20px;
        line-height: 30px;
    }
}

.gy_nr {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (max-width:1024px) {
    .gy_nr {
        margin-bottom: 20px;
    }
}

.gy_tp {
    overflow: hidden;
    position: relative;
}

.gy_tp img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.gy_nr:hover .gy_tp img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.gy_wz {
    position: relative;
    line-height: 1.2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wz h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_nr:hover .gy_wz h1 {
    color: #1e57be;
}

.gy_wz h4 {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_nr:hover .gy_wz h4 {
    color: #1e57be;
}

.gy_wz p {
    line-height: 1.6;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (max-width:1024px) {
    .gy_wz {
        line-height: 1.6;
    }
    .gy_wz h1 {
        font-size: 26px;
        line-height: 2;
    }
    .gy_wz h4 {
        font-size: 22px;
        line-height: 2;
    }
}

.sy_ss {
    width: 100%;
    padding: 25px 0;
    overflow: hidden;
}

.sy_ss .ss_cz {
    font-size: 16px;
    line-height: 36px;
}

.sy_ss .ss_cz img {
    margin-top: -6px;
}

.sy_ss .ss_cz a {
    font-size: 15px;
    color: #777;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 10px 0;
}

.sy_ss .ss_cz a:hover {
    color: #235aad;
}

.sy_ss .ss_ss {
    width: 280px;
    border-radius: 22px;
    background-color: #f5f5f5;
    margin-left: 30px;
    display: flex;
}

.sy_ss .ss_ss input {
    width: calc(100% - 85px);
    height: 44px;
    margin-left: 15px;
    line-height: 44px;
    color: #333;
}

.sy_ss .ss_ss button {
    width: 60px;
    height: 44px;
    font-weight: bold;
    line-height: 46px;
    color: #555;
    outline: none;
}

.sy_ss .ss_ss button:hover {
    color: #235aad;
}

@media only screen and (max-width:1024px) {
    .sy_ss {
        text-align: center;
    }
    .sy_ss .row {
        flex-direction: column-reverse;
    }
    .sy_ss .ss_cz {
        width: 100%;
        margin-top: 10px;
    }
    .sy_ss .ss_cz span {
        display: none;
    }
    .sy_ss .ss_cz img {
        display: none;
    }
    .sy_ss .ss_cz a {
        font-size: 20px;
        margin: 0 10px;
    }
    .sy_ss .ss_ss {
        width: 100%;
        border-radius: 30px;
        margin-left: 0;
    }
    .sy_ss .ss_ss input {
        width: calc(100% - 140px);
        height: 60px;
        margin-left: 25px;
        line-height: 60px;
    }
    .sy_ss .ss_ss button {
        width: 100px;
        height: 60px;
        line-height: 60px;
    }
    .sy_ss .ss_ss button i {
        font-size: 28px;
    }
}

.sy_cp {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 70px;
    overflow: hidden;
}

.sy_cp .cp_zs {
    width: 100%;
    padding: 60px 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sy_cp .cp_zs .cp_bt {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 40px;
}

.sy_cp .cp_zs:nth-child(odd) .cp_bt {
    color: #000;
}

.sy_cp .cp_zs .swiper-pagination {
    display: none;
}

.sy_cp .gy_nr {
    margin-bottom: 0;
}

.sy_cp .gy_tp {
    background-color: #f4f6f8;
}

.sy_cp .gy_wz {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .sy_cp {
        padding-top: 60px;
    }
    .sy_cp .cp_zs {
        padding: 50px 0 30px;
    }
    .sy_cp .cp_zs .cp_bt {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    .sy_cp .cp_zs .swiper-cp {
        padding-bottom: 50px;
    }
    .sy_cp .cp_zs .swiper-pagination {
        bottom: 0;
        display: block;
    }
    .sy_cp .cp_zs .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #fff;
    }
    .sy_cp .cp_zs .swiper-pagination-bullet-active {
        background-color: #fff;
    }
    .sy_cp .cp_zs:nth-child(odd) .swiper-pagination-bullet {
        background-color: #888;
    }
    .sy_cp .cp_zs:nth-child(odd) .swiper-pagination-bullet-active {
        background-color: #235aad;
    }
    .sy_cp .gy_wz {
        font-size: 20px;
    }
}

.sy_fa {
    width: 100%;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
}

.sy_fa:after {
    width: 100%;
    height: 70%;
    background: url(../images/sy_bj5.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.sy_fa .bt_nr h3 {
    color: #fff;
}

.sy_fa .bt_nr p {
    color: #fff;
}

.sy_fa .swiper-pagination {
    display: none;
}

.sy_fa .gy_wz {
    width: 90%;
    padding: 15px;
    margin: -45px auto 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.sy_fa .gy_wz h3 {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_fa .gy_wz p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 132px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
    -ms-line-clamp: 6;
    -o-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width:1024px) {
    .sy_fa {
        padding: 60px 0 20px;
    }
    .sy_fa .swiper-fa {
        padding-bottom: 50px;
    }
    .sy_fa .swiper-pagination {
        bottom: 0;
        display: block;
    }
    .sy_fa .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #888;
    }
    .sy_fa .swiper-pagination-bullet-active {
        background-color: #235aad;
    }
    .sy_fa .gy_wz {
        width: 100%;
        padding: 15px 20px;
        margin: 0 auto;
    }
    .sy_fa .gy_wz h3 {
        font-size: 22px;
    }
    .sy_fa .gy_wz p {
        font-size: 18px;
        line-height: 28px;
        height: 84px;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 3;
        -ms-line-clamp: 3;
        -o-line-clamp: 3;
    }
}

.sy_al {
    width: 100%;
    padding-bottom: 70px;
    overflow: hidden;
}

.sy_al .row {
    margin: 0 -10px;
}

.sy_al .col-6 {
    padding: 0 10px;
}

.sy_al .gy_nr {
    margin-bottom: 20px;
}

.sy_al .gy_tp {
    height: 290px;
}

.sy_al .gy_wz {
    width: 100%;
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sy_al .gy_nr:hover .gy_wz {
    background-color: rgba(35, 90, 173, .8);
}

@media only screen and (max-width:1024px) {
    .sy_al {
        padding-bottom: 40px;
    }
    .sy_al .col-6:last-child {
        display: none;
    }
    .sy_al .gy_tp {
        height: 200px;
    }
    .sy_al .gy_wz {
        font-size: 20px;
    }
}

.sy_xw {
    width: 100%;
    padding: 70px 0 50px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.sy_xw .row {
    margin: 0 -10px;
}

.sy_xw .col-12 {
    padding: 0 10px;
}

.sy_xw .gy_nr {
    background-color: #fff;
    margin-bottom: 20px;
}

.sy_xw .xw_tj .gy_nr {
    padding-left: 110px;
}

.sy_xw .s_j {
    width: 90px;
    padding: 15px 0;
    background-color: #235aad;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_xw .xw_tj .s_j {
    padding: 13px 0;
    background-color: #b9b9b9;
    top: 15px;
    left: 15px;
}

.sy_xw .gy_nr:hover .s_j {
    background-color: #235aad;
}

.sy_xw .s_j strong {
    display: block;
    font-size: 20px;
    line-height: 36px;
}

.sy_xw .s_j span {
    font-size: 14px;
    line-height: 24px;
}

.sy_xw .gy_wz {
    padding: 20px;
}

.sy_xw .xw_tj .gy_wz {
    padding: 15px;
}

.sy_xw .gy_wz h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_xw .xw_tj .gy_wz h3 {
    margin-bottom: 10px;
}

.sy_xw .gy_nr:hover .gy_wz h3 a {
    color: #235aad;
}

.sy_xw .gy_wz p {
    line-height: 1.6;
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_xw .gy_wz a.m_r {
    color: #235aad;
    display: inline-block;
    margin-top: 15px;
}

.sy_xw .gy_wz i {
    font-size: 15px;
    margin-left: 10px;
    vertical-align: middle;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_xw .gy_wz a:hover i {
    margin-left: 20px;
}

@media only screen and (max-width:1024px) {
    .sy_xw {
        width: 100%;
        padding: 60px 0 40px;
    }
    .sy_xw .xw_tj .gy_nr {
        padding-left: 130px;
    }
    .sy_xw .s_j {
        width: 120px;
        padding: 20px 0;
    }
    .sy_xw .xw_tj .s_j {
        padding: 20px 0;
        top: 18px;
        left: 15px;
    }
    .sy_xw .s_j strong {
        font-size: 26px;
        line-height: 38px;
    }
    .sy_xw .s_j span {
        font-size: 20px;
        line-height: 30px;
    }
    .sy_xw .gy_wz {
        padding: 25px;
    }
    .sy_xw .xw_tj .gy_wz {
        padding: 20px;
    }
    .sy_xw .gy_wz h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .sy_xw .gy_wz p {
        line-height: 1.6;
        color: #888;
        overflow: hidden;
        display: -webkit-box;
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -ms-line-clamp: 2;
        -o-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .sy_xw .gy_wz a.m_r {
        color: #235aad;
        display: inline-block;
        margin-top: 15px;
    }
    .sy_xw .gy_wz i {
        font-size: 15px;
        margin-left: 10px;
        vertical-align: middle;
        font-weight: bold;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .sy_xw .gy_wz a:hover i {
        margin-left: 20px;
    }
}

.ny_ban {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.ny_ban .container {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ny_ban .w_z {
    letter-spacing: 2px;
}

.ny_ban .w_z.c_t {
    text-align: center;
}

.ny_ban .w_z h3 {
    font-size: 40px;
    line-height: 1.6;
}

.ny_ban .w_z p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}

.ny_ban .w_z.c_t p {
    font-size: 18px;
    line-height: 1.8;
    display: inline-block;
    padding: 30px;
    background: url(../images/nb_bj.png) no-repeat center / 100% 100%;
}

@media only screen and (max-width:1024px) {
    .ny_ban {
        height: 350px;
    }
    .ny_ban.l_x {
        background-position: -550px center;
    }
    .ny_ban .container {
        width: 100%;
        text-align: center;
    }
    .ny_ban .w_z h3 {
        font-size: 32px;
    }
    .ny_ban .w_z p {
        font-size: 18px;
    }
}

.gy_ban {
    width: 100%;
    height: 600px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.gy_ban:after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
    content: "";
    background-color: #061731;
    opacity: .3;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
}

.gy_ban.h_c:after {
    display: none;
}

.gy_ban .hc_bn {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -30%;
}

.gy_ban .bn_nr {
    display: flex;
}

.gy_ban img.d_w {
    width: 24px;
    position: absolute;
    bottom: 6%;
    left: 50%;
    margin-left: -13px;
}

.gy_ban .container {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.gy_ban .w_z {
    max-width: 780px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 auto;
}

.gy_ban .w_z.l_f {
    max-width: 680px;
    text-align: left;
    margin: 0;
}

.gy_ban .bn_nr .w_z {
    max-width: 47%;
    text-align: left;
    display: inline-block;
    margin: 0;
}

.gy_ban .qj_bn .w_z {
    max-width: 56%;
}

.gy_ban .bn_nr .w_z.b_b {
    max-width: 53%;
    padding: 20px 30px 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .7);
}

.gy_ban .bn_nr.j_l .w_z {
    max-width: 55%;
}

.gy_ban .w_z h1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
}

.gy_ban .bn_nr .w_z.b_b h1 {
    margin-bottom: 10px;
}

.gy_ban .w_z h3 {
    font-size: 40px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.gy_ban .w_z.l_f h3 {
    margin-bottom: 0;
}

.gy_ban .w_z h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.8;
}

.gy_ban .w_z h5 {
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #cbf4fb;
    padding-right: 20px;
    padding-bottom: 10px;
}

.gy_ban .w_z h5:after {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #92d9e5;
    content: "";
    opacity: .3;
}

.gy_ban .w_z h5 span {
    position: relative;
    z-index: 9;
    display: inline-block;
}

.gy_ban .w_z p {
    font-size: 16px;
    line-height: 1.8;
}

.gy_ban .bn_nr .w_z.b_b p {
    line-height: 1.6;
}

.gy_ban .w_z a {
    display: inline-block;
    border-radius: 20px;
    margin-top: 40px;
    background-color: #e60012;
    padding: 0 15px 0 25px;
    font-size: 15px;
    line-height: 36px;
    color: #fff;
}

.gy_ban .bn_nr .w_z.b_b a {
    margin-top: 20px;
}

.gy_ban .w_z a.a_q {
    border: 1px solid #fff;
    background: none;
}

.gy_ban .w_z a.b_z {
    border: 1px solid #e60012;
    color: #e60012;
    background: none;
}

.gy_ban .w_z a.p_d {
    border: 1px solid #821f02;
    color: #821f02;
    background: none;
}

.gy_ban .w_z a:hover {
    background-color: #a80512;
}

.gy_ban .w_z a.a_q:hover {
    background-color: #fff;
    color: #e60012;
}

.gy_ban .w_z a.b_z:hover {
    background-color: #e60012;
    color: #fff;
}

.gy_ban .w_z a.p_d:hover {
    background-color: #821f02;
    color: #fff;
}

.gy_ban .g_n span {
    display: inline-block;
    width: 140px;
    height: 38px;
    border-radius: 19px;
    background-color: #fff;
    font-size: 18px;
    line-height: 38px;
    color: #0385a4;
    text-align: center;
    margin: 20px 20px 0 0;
}

.gy_ban .w_z a i {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 10px;
}

.gy_ban .z_s {
    width: 47%;
    text-align: center;
}

.gy_ban .qj_bn .z_s {
    width: 40%;
}

.gy_ban .bn_nr.j_l .z_s {
    width: 27.5%;
}

.gy_ban .z_s .gy_tp img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.gy_ban .bd {
    max-width: 100%;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.gy_ban .bd img {
    max-width: 100%;
    height: auto;
    display: block;
}

.gy_ban .hd ul li {
    display: inline-block;
    min-width: 100px;
    margin: 0 15px;
    cursor: pointer;
}

.gy_ban .hd img {
    max-width: 100px;
    height: auto;
    border: 5px solid rgba(255, 255, 255, 0);
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}

.gy_ban .hd ul li.on img {
    border: 5px solid #e60012;
}

.gy_ban .hd p {
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
    margin-top: 6px;
}

@media only screen and (max-width:1024px) {
    .gy_ban {
        height: 350px;
    }
    .gy_ban.h_c {
        height: 400px;
    }
    .gy_ban .hc_bn {
        display: none;
    }
    .gy_ban .bn_nr {
        display: flex;
    }
    .gy_ban img.d_w {
        width: 24px;
        position: absolute;
        bottom: 6%;
        left: 50%;
        margin-left: -13px;
    }
    .gy_ban .w_z {
        max-width: 100%;
        width: 100% !important;
        text-align: center;
        letter-spacing: 0;
        display: block;
    }
    .gy_ban .w_z.l_f {
        max-width: 100%;
        text-align: center;
    }
    .gy_ban .bn_nr .w_z {
        max-width: 100%;
        text-align: center;
        position: relative;
        z-index: 99;
    }
    .gy_ban .qj_bn .w_z {
        max-width: 100%;
    }
    .gy_ban .bn_nr .w_z.b_b {
        max-width: 100%;
        padding: 0;
        border-radius: 0;
        background: none;
    }
    .gy_ban .bn_nr.j_l .w_z {
        max-width: 100%;
    }
    .gy_ban .w_z h1 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .gy_ban .w_z h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .gy_ban .w_z h4 {
        font-size: 26px;
    }
    .gy_ban .w_z h5 {
        display: inline-block;
        position: relative;
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        color: #cbf4fb;
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .gy_ban .w_z h5:after {
        width: 100%;
        height: 20px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #92d9e5;
        content: "";
        opacity: .3;
    }
    .gy_ban .w_z h5 span {
        position: relative;
        z-index: 9;
        display: inline-block;
    }
    .gy_ban .w_z p {
        font-size: 18px;
    }
    .gy_ban .w_z a {
        margin-top: 30px;
        padding: 0 25px 0 35px;
        font-size: 18px;
        line-height: 40px;
    }
    .gy_ban .bn_nr .w_z.b_b a {
        margin-top: 20px;
    }
    .gy_ban .w_z a.a_q {
        border: 1px solid #fff;
        background: none;
    }
    .gy_ban .w_z a.b_z {
        border: 1px solid #e60012;
        color: #e60012;
        background: none;
    }
    .gy_ban .w_z a.p_d {
        border: 1px solid #821f02;
        color: #821f02;
        background: none;
    }
    .gy_ban .w_z a:hover {
        background-color: #a80512;
    }
    .gy_ban .w_z a.a_q:hover {
        background-color: #fff;
        color: #e60012;
    }
    .gy_ban .w_z a.b_z:hover {
        background-color: #e60012;
        color: #fff;
    }
    .gy_ban .w_z a.p_d:hover {
        background-color: #821f02;
        color: #fff;
    }
    .gy_ban .g_n span {
        display: inline-block;
        width: 140px;
        height: 38px;
        border-radius: 19px;
        background-color: #fff;
        font-size: 18px;
        line-height: 38px;
        color: #0385a4;
        text-align: center;
        margin: 20px 20px 0 0;
    }
    .gy_ban .w_z a i {
        font-size: 18px;
    }
    .gy_ban .z_s {
        display: none;
    }
}

.ny_wz {
    width: 100%;
    padding: 25px 0;
    background-color: #f7f7f7;
    color: #555;
    line-height: 30px;
}

.ny_wz i {
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

.ny_wz a {
    color: #555;
}

.ny_wz a:hover {
    color: #1e57be;
}

.ny_wz span {
    color: #1e57be;
}

@media only screen and (max-width:1024px) {
    .ny_wz {
        padding: 20px 0;
    }
    .ny_wz i {
        font-size: 32px;
    }
}

.qj_td {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.qj_td .qj_zs {
    width: 100%;
    padding: 70px 0;
    min-height: 630px;
    background: url(../images/qj_bj1.jpg) no-repeat right center / cover;
    position: relative;
    color: #fff;
    text-align: right;
    overflow: hidden;
}

.qj_td .qj_tp {
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.qj_td .qj_tp img {
    max-width: 100%;
}

.qj_td .js_nr {
    width: 55%;
    display: inline-block;
}

.qj_td .gy_tp {
    width: 46%;
    position: relative;
}

.qj_td .gy_tp img.d_w {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.qj_td .gy_wz {
    width: 46%;
    margin-bottom: 100px;
    text-align: left;
    position: relative;
}

.qj_td .gy_wz h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.qj_td .gy_wz p {
    font-size: 18px;
    line-height: 32px;
}

.qj_td .gy_wz .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(../images/zj1.jpg) no-repeat center / 40px 40px;
    top: auto;
    bottom: -80px;
    left: 0;
    margin-top: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.qj_td .gy_wz .swiper-button-prev:hover {
    opacity: .6;
}

.qj_td .gy_wz .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(../images/yj1.jpg) no-repeat center / 40px 40px;
    top: auto;
    bottom: -80px;
    right: auto;
    left: 60px;
    margin-top: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.qj_td .gy_wz .swiper-button-next:hover {
    opacity: .6;
}

@media only screen and (max-width:1024px) {
    .qj_td {
        padding-top: 60px;
    }
    .qj_td .qj_zs {
        padding: 60px 0;
        min-height: 630px;
    }
    .qj_td .qj_tp {
        display: none;
    }
    .qj_td .js_nr {
        width: 100%;
    }
    .qj_td .gy_wz p {
        font-size: 20px;
        line-height: 36px;
    }
    .qj_td .gy_wz .swiper-button-prev:hover {
        opacity: 1;
    }
    .qj_td .gy_wz .swiper-button-next:hover {
        opacity: 1;
    }
}

.qj_gn {
    width: 100%;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.qj_gn .container {
    position: relative;
    padding-bottom: 150px;
}

.qj_gn .row {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

.qj_gn .gn_bt {
    width: 32%;
    min-height: 600px;
    background-color: #1073c8;
    padding: 40px;
    text-align: center;
    color: #fff;
}

.qj_gn .gn_bt h3 {
    font-size: 26px;
    font-weight: bold;
}

.qj_gn .gn_bt img {
    margin-top: 30px;
    opacity: .3;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.qj_gn .gn_wz {
    width: 68%;
    background-color: #f7f7f7;
    padding: 40px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.qj_gn .gn_wz .w_z {
    max-width: 70%;
}

.qj_gn .gn_tp {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 15%;
}

.qj_gn .gn_tp .row {
    box-shadow: none;
}

.qj_gn .gy_tp {
    max-width: 40%;
    margin: 0 5%;
}

@media only screen and (max-width:1024px) {
    .qj_gn {
        padding: 60px 0;
    }
    .qj_gn .container {
        padding-bottom: 220px;
    }
    .qj_gn .gn_bt {
        width: 44%;
        min-height: 360px;
        padding: 40px 20px;
    }
    .qj_gn .gn_wz {
        width: 56%;
        padding: 40px 20px;
        font-size: 20px;
        line-height: 36px;
    }
    .qj_gn .gn_wz .w_z {
        max-width: 100%;
    }
    .qj_gn .gn_tp {
        width: 80%;
        left: 10%;
    }
}

.qj_js {
    width: 100%;
    background-color: #eef9ff;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.qj_js:after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1073c8;
    content: "";
}

.qj_js .container {
    position: relative;
    z-index: 9;
}

.qj_js ul li {
    width: 31.5%;
    padding: 80px 50px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    color: #fff;
    overflow: hidden;
}

.qj_js h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.qj_js p {
    font-size: 16px;
    line-height: 26px;
}

.qj_js em {
    width: 60px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    margin: 20px auto 15px;
    display: block;
}

.qj_js strong {
    font-size: 200px;
    opacity: .2;
    position: absolute;
    bottom: -100px;
    right: -20px;
    display: block;
}

@media only screen and (max-width:1024px) {
    .qj_js {
        padding: 60px 0;
    }
    .qj_js:after {
        width: 100%;
    }
    .qj_js ul li {
        width: 48%;
        padding: 40px 20px;
        margin-bottom: 20px;
    }
    .qj_js ul li:last-child {
        margin-bottom: 0;
        width: 100%;
    }
    .qj_js p {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
}

.qj_cs {
    width: 100%;
    margin: 70px 0;
    position: relative;
}

.qj_cs:after {
    width: 50%;
    height: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1073c8;
    content: "";
    z-index: -1;
}

.qj_cs .gy_tp {
    width: 50%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.qj_cs .gy_wz {
    width: 44%;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .qj_cs {
        margin: 60px 0;
    }
    .qj_cs:after {
        display: none;
    }
    .qj_cs .gy_tp {
        width: 100%;
    }
    .qj_cs .gy_wz {
        width: 100%;
        font-size: 20px;
        color: #333;
        margin-top: 30px;
    }
}

.bx_jj {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: url(../images/aq_bj3.jpg) no-repeat left center;
    overflow: hidden;
}

.bx_jj .t_b {
    width: 130px;
    margin: 0 auto;
}

.bx_jj .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.bx_jj .w_z {
    padding: 95px 30px 70px;
    border-radius: 20px;
    margin-top: -65px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    background: #fff url(../images/lh.png) no-repeat bottom right;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #555;
}

@media only screen and (max-width:1024px) {
    .bx_jj {
        padding: 60px 0 30px;
    }
    .bx_jj .w_z {
        padding: 95px 30px 50px;
        margin-bottom: 30px;
    }
}

.bx_js {
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.bx_js:before {
    width: 50%;
    height: 100%;
    border-radius: 10px 0 0 0;
    background: url(../images/bx2.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.bx_js:after {
    width: 50%;
    height: 80%;
    background-color: #2157b9;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.bx_js .bx_wz {
    width: 45%;
    margin-top: 6%;
    display: inline-block;
    color: #fff;
    position: relative;
}

.bx_js .bx_wz:before {
    width: 156px;
    height: 56px;
    background: url(../images/logo_j.png) no-repeat center / cover;
    position: absolute;
    bottom: 0;
    right: 10%;
    content: "";
}

.bx_js .bx_wz h3 {
    font-size: 26px;
    line-height: 32px;
}

.bx_js .bx_wz .w_z {
    font-size: 18px;
    line-height: 1.8;
    margin: 30px 0;
}

.bx_js .bx_wz img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.bx_js .bx_tp {
    width: 40%;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    margin-right: 5%;
    display: inline-block;
    overflow: hidden;
}

.bx_js .bx_tp img {
    width: 100%;
    height: auto;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .bx_js {
        padding: 60px 0 40px
    }
    .bx_js .row {
        flex-direction: column-reverse;
    }
    .bx_js:before {
        width: 100%;
        height: 50%;
        border-radius: 0;
    }
    .bx_js:after {
        width: 100%;
        height: 50%;
    }
    .bx_js .bx_wz {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .bx_js .bx_wz:before {
        display: none;
    }
    .bx_js .bx_wz .w_z {
        font-size: 20px;
        margin: 20px 0;
    }
    .bx_js .bx_wz .w_z br {
        display: none;
    }
    .bx_js .bx_tp {
        width: 100%;
        margin-right: 0;
    }
}

.bx_sp {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.bx_sp .gy_bt p {
    max-width: 640px;
    margin: 20px auto 0;
}

.bx_sp .sp_zs {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.bx_sp .sp_zs:after {
    width: 50%;
    height: 60%;
    border-radius: 10px;
    position: absolute;
    bottom: 15%;
    left: -2%;
    background-color: #f5f5f5;
    content: "";
    z-index: -2;
}

.bx_sp .sp_zs:before {
    width: 30%;
    height: 40%;
    border-radius: 10px;
    position: absolute;
    top: -3%;
    left: 3%;
    background-color: #2157b9;
    content: "";
    z-index: -1;
}

.bx_sp .gy_tp img {
    max-width: 100%;
    width: auto;
}

.bx_sp .gy_tp .s_p {
    width: 74%;
    position: absolute;
    top: 13%;
    left: 13%;
}

@media only screen and (max-width:1024px) {
    .bx_sp {
        padding: 60px 0;
    }
    .bx_sp .sp_zs {
        display: inline-block;
        margin: 0 auto;
        position: relative;
    }
    .bx_sp .sp_zs:after {
        width: 40%;
        height: 50%;
    }
    .bx_sp .sp_zs:before {
        width: 25%;
        height: 30%;
    }
    .bx_sp .gy_tp img {
        width: 100%;
    }
}

.bx_gn {
    width: 100%;
    padding: 70px 0;
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.bx_gn:before {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2157b9;
    content: "";
}

.bx_gn .swiper-slide {
    width: 720px;
    padding: 20px;
}

.bx_gn .gy_nr {
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.bx_gn .swiper-slide-active .gy_nr {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.bx_gn .gy_nr:hover .gy_tp img {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.bx_gn .sl_bt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.bx_gn .swiper-slide-active .sl_bt {
    opacity: 0;
}

.bx_gn .sl_bt span {
    width: 70%;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 15%;
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.bx_gn .swiper-slide-prev .sl_bt span {
    text-align: left;
}

.bx_gn .swiper-slide-next .sl_bt span {
    text-align: right;
}

.bx_gn .gy_wz {
    width: 90%;
    display: flex;
    padding: 30px 20px;
    position: absolute;
    top: 50%;
    left: 5%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bx_gn .swiper-slide-active .gy_wz {
    opacity: 1;
}

.bx_gn .gy_wz .l_m {
    width: 160px;
    padding: 5px;
    display: inline-block;
}

.bx_gn .gy_wz .l_m span {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.bx_gn .gy_wz .w_z {
    width: calc(100% - 180px);
    line-height: 1.6;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .bx_gn {
        padding: 60px 0;
    }
    .bx_gn:before {
        display: none;
    }
    .bx_gn .swiper-slide {
        width: 540px;
    }
    .bx_gn .sl_bt span {
        width: 90%;
        left: 5%;
    }
    .bx_gn .gy_wz {
        padding: 20px 10px;
    }
    .bx_gn .gy_wz .l_m {
        width: 130px;
    }
    .bx_gn .gy_wz .l_m span {
        line-height: 40px;
    }
    .bx_gn .gy_wz .w_z {
        width: calc(100% - 140px);
        font-size: 18px;
        line-height: 1.4;
    }
}

.bx_lx {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background: url(../images/bx3.jpg) no-repeat center / cover;
    overflow: hidden;
}

.bx_lx a {
    min-width: 150px;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    display: inline-block;
    margin: 0 20px;
}

.bx_lx a:hover {
    background-color: #e60012;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .bx_lx {
        padding: 70px 0;
    }
    .bx_lx a {
        min-width: 180px;
        height: 56px;
        font-size: 20px;
        line-height: 56px;
        margin: 0 10px;
    }
}

.gz_cp {
    width: 100%;
    text-align: center;
    padding: 70px 0 100px;
    position: relative;
    overflow: hidden;
}

.gz_cp:before {
    width: 156px;
    height: 56px;
    background: url(../images/logo_b.png) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -78px;
    content: "";
    z-index: -1;
    opacity: .3;
}

.gz_cp .gy_wz {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .gz_cp {
        padding: 60px 0;
    }
    .gz_cp:before {
        display: none;
    }
    .gz_cp:after {
        display: none;
    }
    .gz_cp .gy_wz {
        font-size: 22px;
        line-height: 36px;
        color: #555;
    }
}

.gz_pj {
    width: 100%;
    margin: 70px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.gz_pj:before {
    width: 50%;
    height: 100%;
    background: url(../images/gz_bj1.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 50px 50px 0;
    content: "";
    z-index: -1;
}

.gz_pj .gz_bt h3 {
    font-size: 26px;
    line-height: 36px;
}

.gz_pj .gz_bt h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0
}

.gz_pj .gz_bt img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.gz_pj .gz_nr ul li {
    width: 230px;
    height: 230px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin: 20px 0;
    overflow: hidden;
}

.gz_pj .gz_nr .n_r {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
}

.gz_pj .gz_nr .p_j {
    width: 100%;
}

.gz_pj .gz_nr .t_b {
    width: 72px;
    margin: 0 auto;
}

.gz_pj .gz_nr .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.gz_pj .gz_nr .w_z h3 {
    font-size: 18px;
    line-height: 26px;
}

.gz_pj .gz_nr .w_z p {
    font-size: 14px;
    line-height: 22px;
}

@media only screen and (max-width:1024px) {
    .gz_pj {
        margin: 0;
        padding: 60px 0;
        background: url(../images/gz_bj1.jpg) no-repeat center / cover;
    }
    .gz_pj:before {
        display: none;
    }
    .gz_pj .gz_bt h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 44px;
    }
    .gz_pj .gz_nr {
        max-width: 480px;
        margin: 0 auto;
    }
    .gz_pj .gz_nr .w_z h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .gz_pj .gz_nr .w_z p {
        font-size: 18px;
        line-height: 28px;
    }
}

.gz_jg {
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.gz_jg .row {
    margin: 0 -50px;
}

.gz_jg .col-12 {
    padding: 0 50px;
}

.gz_jg .jg_cs {
    width: 100%;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.gz_jg .jg_cs:before {
    width: 52%;
    height: 100%;
    background-color: #1b3652;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px 0 0 0;
    content: "";
    z-index: -1;
}

.gz_jg .jg_cs:after {
    width: 46%;
    height: 40%;
    background: url(../images/gz7.png) no-repeat center / 100% 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    z-index: -1;
}

.gz_jg .gy_wz h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
}

.gz_jg .gy_wz p {
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width:1024px) {
    .gz_jg {
        padding: 60px 0;
    }
    .gz_jg .row {
        margin: 0 -10px;
    }
    .gz_jg .col-12 {
        padding: 0 10px;
    }
    .gz_jg .jg_cs {
        padding: 0;
    }
    .gz_jg .jg_cs:before {
        display: none;
    }
    .gz_jg .jg_cs:after {
        display: none;
    }
    .gz_jg .gy_wz {
        padding: 40px;
        background-color: #1b3652;
    }
    .gz_jg .gy_wz h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .gz_jg .gy_wz p {
        font-size: 18px;
        line-height: 36px;
    }
}

.bz_td {
    width: 100%;
    padding: 70px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}

.bz_td .td_zs {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.bz_td .td_zs:after {
    width: 70%;
    height: 100%;
    border-radius: 10px;
    background: url(../images/bz1.jpg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.bz_td .td_zs .row {
    position: relative;
    z-index: 9;
}

.bz_td .td_zs .gy_tp {
    width: 46%;
    border-radius: 10px;
    margin-left: 3%;
}

.bz_td .td_zs .gy_wz {
    width: 48%;
    border-radius: 10px;
    background-color: #6cb0a2;
    display: flex;
    position: relative;
    padding: 50px;
}

.bz_td .td_zs .gy_wz:after {
    width: 76px;
    height: 74px;
    background: url(../images/bz1.png) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 10%;
    left: 10%;
    content: "";
}

.bz_td .td_zs .gy_wz .w_z {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px;
}

.bz_td .td_zs .gy_wz .s_z {
    font-size: 80px;
    color: #fff;
    font-weight: bold;
    font-family: Airal;
    opacity: .3;
    position: absolute;
    bottom: 20%;
    right: 10%;
}

@media only screen and (max-width:1024px) {
    .bz_td {
        padding: 60px 0;
    }
    .bz_td .td_zs {
        padding: 0;
    }
    .bz_td .td_zs:after {
        display: none;
    }
    .bz_td .td_zs .gy_tp {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    }
    .bz_td .td_zs .gy_wz {
        width: 100%;
        padding: 40px;
        margin-top: 30px;
    }
    .bz_td .td_zs .gy_wz .w_z {
        font-size: 20px;
        line-height: 36px;
    }
    .bz_td .td_zs .gy_wz .s_z {
        bottom: 15%;
        right: 6%;
    }
}

.bz_tt {
    width: 100%;
    padding: 70px 0;
    background: url(../images/aq_bj3.jpg) no-repeat left center;
    overflow: hidden;
}

.bz_tt .gy_tp {
    width: 56%;
    position: relative;
    padding: 15px 30px;
}

.bz_tt .gy_tp:after {
    width: 100%;
    height: 70%;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 15%;
    left: 0;
    background-color: #9f6eee;
    content: "";
    z-index: -1;
}

.bz_tt .gy_tp img {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.bz_tt .gy_wz {
    width: 44%;
    border-radius: 10px 0 0 10px;
    background-color: #f8f8f8;
    display: flex;
    position: relative;
    padding: 132px 50px;
}

.bz_tt .gy_wz .w_z {
    width: 80%;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

.bz_tt .gy_wz .s_z {
    font-size: 80px;
    color: #d8d8d8;
    font-weight: bold;
    font-family: Airal;
    opacity: .3;
    position: absolute;
    bottom: 20%;
    right: 10%;
}

@media only screen and (max-width:1024px) {
    .bz_tt {
        padding: 60px 0;
    }
    .bz_tt .row {
        flex-flow: column-reverse;
    }
    .bz_tt .gy_tp {
        width: 100%;
        padding: 0;
    }
    .bz_tt .gy_tp:after {
        display: none;
    }
    .bz_tt .gy_wz {
        width: 100%;
        border-radius: 10px;
        padding: 40px;
        margin-top: 30px;
    }
    .bz_tt .gy_wz .w_z {
        font-size: 20px;
        line-height: 36px;
    }
    .bz_tt .gy_wz .s_z {
        bottom: 15%;
        right: 6%;
    }
}

.bz_yz {
    width: 100%;
    padding: 70px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}

.bz_yz .t_b {
    width: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.bz_yz .w_z {
    padding: 90px 30px 50px;
    border-radius: 10px;
    text-align: center;
    margin-top: -70px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.bz_yz .w_z h3 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.bz_yz .w_z em {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #6bafa1;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.bz_yz .w_z p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
}

@media only screen and (max-width:1024px) {
    .bz_yz {
        padding: 60px 0 30px;
    }
    .bz_yz .w_z {
        padding: 90px 30px 50px;
        border-radius: 10px;
        text-align: center;
        margin-top: -70px;
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        margin-bottom: 30px;
    }
    .bz_yz .w_z h3 {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
    }
    .bz_yz .w_z em {
        width: 10px;
        height: 10px;
        border-radius: 5px;
        margin-right: 15px;
    }
    .bz_yz .w_z p {
        font-size: 20px;
        line-height: 30px;
    }
}

.bz_zs {
    width: 100%;
    padding-bottom: 70px;
    background: url(../images/bz_bj2.jpg) no-repeat top center / cover;
    position: relative;
    overflow: hidden;
}

.bz_zs .row {
    max-width: 880px;
    margin: 0 auto;
    align-items: flex-end;
}

.bz_zs .gy_tp {
    width: 50%;
    border-radius: 0 0 0 10px;
    background: url(../images/bz5.png) no-repeat center / 100% 100%;
}

.bz_zs .gy_tp .b_j {
    width: 100%;
    height: 55%;
    border-radius: 10px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bz_zs .gy_wz {
    width: 50%;
    padding: 40px;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
}

.bz_zs .gy_wz .b_t {
    font-size: 24px;
    line-height: 34px;
    color: #6bafa1;
    margin-bottom: 20px;
}

.bz_zs .gy_wz .w_z {
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width:1024px) {
    .bz_zs {
        width: 100%;
        padding-bottom: 70px;
        background: url(../images/bz_bj2.jpg) no-repeat top center / cover;
        position: relative;
        overflow: hidden;
    }
    .bz_zs .row {
        max-width: 880px;
        margin: 0 auto;
        align-items: flex-end;
    }
    .bz_zs .gy_wz {
        width: 50%;
        padding: 30px;
    }
    .bz_zs .gy_wz .b_t {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
    }
    .bz_zs .gy_wz .w_z {
        font-size: 18px;
        line-height: 36px;
    }
}

.wx_td {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.wx_td .td_zs {
    width: 100%;
    padding: 60px 0;
    background-color: #7eb6d4;
    position: relative;
    overflow: hidden;
}

.wx_td .td_zs:after {
    width: 50%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    background: url(../images/wx1.jpg) no-repeat center / cover;
    border-radius: 0 10px 10px 0;
}

.wx_td .row {
    position: relative;
    z-index: 9;
}

.wx_td .gy_tp {
    width: 50%;
    text-align: center;
    background: url(../images/wx1.png) no-repeat bottom right;
}

.wx_td .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.wx_td .gy_wz {
    width: 40%;
    padding-left: 30px;
    position: relative;
}

.wx_td .gy_wz:after {
    width: 5px;
    height: 26px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
}

.wx_td .gy_wz h1 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.wx_td .gy_wz p {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.wx_td .gy_wz img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

@media only screen and (max-width:1024px) {
    .wx_td {
        padding-top: 60px;
    }
    .wx_td .td_zs:after {
        width: 100%;
        height: 50%;
        top: 0;
        border-radius: 0;
    }
    .wx_td .gy_tp {
        width: 100%;
        background: none;
    }
    .wx_td .gy_tp img {
        width: 60%;
    }
    .wx_td .gy_wz {
        width: 70%;
        margin: 0 auto;
    }
    .wx_td .gy_wz:after {
        top: 10px;
    }
    .wx_td .gy_wz h1 {
        font-size: 30px;
        font-weight: bold;
        line-height: 44px;
    }
    .wx_td .gy_wz p {
        font-size: 20px;
    }
}

.wx_zs {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.wx_zs .zs_cs {
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.wx_zs .zs_cs:before {
    width: 50%;
    height: 100%;
    background: url(../images/wx2.jpg) no-repeat center / 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.wx_zs .zs_cs:after {
    width: 50%;
    height: 20%;
    background: url(../images/wx3.jpg) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.wx_zs .gy_tp {
    width: 50%;
    text-align: center;
}

.wx_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.wx_zs .gy_wz {
    width: 45%;
    color: #fff;
}

.wx_zs .gy_wz .b_t {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.wx_zs .gy_wz .w_z {
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width:1024px) {
    .wx_zs {
        padding: 60px 0;
    }
    .wx_zs .zs_cs {
        padding: 0;
    }
    .wx_zs .zs_cs:before {
        display: none;
    }
    .wx_zs .zs_cs:after {
        display: none;
    }
    .wx_zs .row {
        flex-flow: column-reverse;
    }
    .wx_zs .gy_tp {
        width: 100%;
    }
    .wx_zs .gy_tp img {
        width: 60%;
    }
    .wx_zs .gy_wz {
        width: 100%;
        padding: 40px;
        background-color: #7aa4bc;
    }
    .wx_zs .gy_wz .b_t {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .wx_zs .gy_wz .w_z {
        font-size: 18px;
        line-height: 32px;
    }
}

.hs_td {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.hs_td .row {
    margin: 0 -10px;
}

.hs_td .col-6 {
    padding: 0 10px;
}

.hs_td .gy_tp {
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.hs_td .gy_wz {
    max-width: 80%;
    margin: -20px auto 0;
    padding: 7px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background-color: #182858;
}

@media only screen and (max-width:1024px) {
    .hs_td {
        padding: 60px 0 30px;
    }
    .hs_td .col-6 {
        margin-bottom: 30px;
    }
    .hs_td .gy_wz {
        max-width: 90%;
        margin: -26px auto 0;
        padding: 10px 5px;
        font-size: 22px;
        line-height: 32px;
    }
}

.hs_zs {
    width: 100%;
    overflow: hidden;
}

.hs_zs .zs_cs {
    width: 100%;
    padding: 70px 0;
    background: url(../images/hs_bj1.jpg) no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.hs_zs .gy_tp {
    width: 50%;
    text-align: center;
}

.hs_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.hs_zs .gy_wz {
    width: 45%;
    background-color: rgba(24, 40, 88, .7);
    padding: 30px;
    color: #fff;
    border-radius: 10px;
}

.hs_zs .gy_wz .b_t {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.hs_zs .gy_wz .w_z {
    font-size: 15px;
    line-height: 30px;
    min-height: 150px;
}

@media only screen and (max-width:1024px) {
    .hs_zs .zs_cs {
        padding: 60px 0;
    }
    .hs_zs .gy_tp {
        width: 80%;
        margin: 0 auto;
    }
    .hs_zs .gy_tp img {
        width: 100%;
    }
    .hs_zs .gy_wz {
        width: 90%;
        padding: 30px;
        margin: 20px auto 0;
    }
    .hs_zs .gy_wz .b_t {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
    }
    .hs_zs .gy_wz .w_z {
        font-size: 18px;
        line-height: 32px;
        min-height: inherit;
    }
}

.ld_td {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.ld_td .gy_wz {
    width: 40%;
    font-size: 16px;
    line-height: 50px;
}

.ld_td .gy_tp {
    width: 55%;
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
    overflow: inherit;
}

.ld_td .gy_tp:after {
    width: 40%;
    height: 50%;
    border-radius: 10px;
    background-color: #e6e6f1;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.ld_td .gy_tp img {
    box-shadow: 0 0 25px rgba(0, 0, 0, .3);
    border-radius: 10px;
}

@media only screen and (max-width:1024px) {
    .ld_td {
        padding: 60px 0;
    }
    .ld_td .row {
        flex-flow: column-reverse;
    }
    .ld_td .gy_wz {
        width: 100%;
        font-size: 20px;
        line-height: 40px;
    }
    .ld_td .gy_tp {
        width: 100%;
    }
}

.ld_zs {
    width: 100%;
    padding: 70px 0;
    background: url(../images/ld_bj1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.ld_zs .gy_tp {
    width: 60%;
    border-radius: 10px;
    background: url(../images/ld2.jpg) no-repeat center / cover;
}

.ld_zs .gy_wz {
    width: 30%;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
}

.ld_zs .gy_wz .hd {
    width: 100%;
}

.ld_zs .gy_wz .hd ul li {
    width: 100%;
    padding: 30px 20px;
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ld_zs .gy_wz .hd ul li.on {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -moz-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -o-transform: translateX(-60px);
}

.ld_zs .gy_wz .hd ul li.on:after {
    width: 80px;
    height: 29px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: url(../images/logo_b.png) no-repeat center / 100% 100%;
    opacity: .3;
    content: "";
}

.ld_zs .gy_wz .hd h3 {
    font-size: 18px;
    line-height: 26px;
}

.ld_zs .gy_wz .hd em {
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .ld_zs {
        padding: 60px 0;
    }
    .ld_zs .row {
        flex-flow: column-reverse;
    }
    .ld_zs .gy_tp {
        width: 100%;
    }
    .ld_zs .gy_wz {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
    }
    .ld_zs .gy_wz .hd ul {
        display: flex;
        justify-content: space-between;
    }
    .ld_zs .gy_wz .hd ul li {
        width: 31%;
        padding: 25px 10px;
        margin: 0;
    }
    .ld_zs .gy_wz .hd ul li.on {
        transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -o-transform: translate(0, -10px);
    }
    .ld_zs .gy_wz .hd h3 {
        font-size: 22px;
        line-height: 36px;
    }
}

.pd_td {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.pd_td .gy_wz {
    width: 45%;
}

.pd_td .gy_wz .b_t {
    font-size: 26px;
    line-height: 36px;
    margin: 30px 0 20px;
}

.pd_td .gy_wz .w_z {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 70px;
}

.pd_td .gy_wz .t_b img {
    display: inline-block;
    margin-right: 15px;
}

.pd_td .gy_wz .l_g {
    padding: 50px;
    background-color: #fbc376;
    border-radius: 10px 0 0 10px;
    margin-top: 50px;
}

.pd_td .gy_wz .l_g img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    opacity: .4;
}

.pd_td .gy_tp {
    width: 55%;
    padding: 30px 60px;
    border-radius: 10px 10px 10px 0;
    background: url(../images/pd2.jpg) no-repeat center / cover;
    display: flex;
    align-items: center;
}

.pd_td .gy_tp img {
    border-radius: 10px;
    object-fit: scale-down;
}

@media only screen and (max-width:1024px) {
    .pd_td {
        padding: 60px 0;
    }
    .pd_td .row {
        flex-flow: column-reverse;
    }
    .pd_td .gy_wz {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .pd_td .gy_wz .b_t {
        font-size: 30px;
        line-height: 44px;
        font-weight: bold;
        color: #000;
        margin: 0 0 30px;
    }
    .pd_td .gy_wz .w_z {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 40px;
    }
    .pd_td .gy_wz .t_b img {
        margin: 0 10px;
    }
    .pd_td .gy_wz .l_g {
        display: none;
    }
    .pd_td .gy_tp {
        width: 100%;
    }
}

.pd_zs {
    width: 100%;
    padding-bottom: 70px;
    background: url(../images/pd_bj1.jpg) no-repeat center bottom;
    position: relative;
    overflow: hidden;
}

.pd_zs .gy_tp {
    width: 50%;
    text-align: center;
}

.pd_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.pd_zs .gy_wz {
    width: 50%;
    display: inline-block;
}

.pd_zs .gy_wz .b_t {
    font-size: 22px;
    line-height: 30px;
    color: #df9655;
    margin-bottom: 20px;
}

.pd_zs .gy_wz table {
    background-color: #f7c989;
    border-radius: 10px;
    border: 0;
    color: #821f02;
    overflow: hidden;
}

.pd_zs .gy_wz table th {
    padding: 15px;
    background-color: #cb660b;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    font-weight: lighter;
    border: 1px solid #df9655;
}

.pd_zs .gy_wz table td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #df9655;
}

.pd_zs .gy_wz table td:first-child {
    width: 25%;
    text-align: center;
}

.pd_zs .gy_wz table tr:nth-child(odd) {
    background-color: #ffe6c3;
}

@media only screen and (max-width:1024px) {
    .pd_zs {
        padding: 60px 0;
        background: #f7f7f7;
    }
    .pd_zs .gy_tp {
        width: 100%;
        margin-bottom: 30px;
    }
    .pd_zs .gy_tp img {
        width: 80%;
    }
    .pd_zs .gy_wz {
        width: 100%;
    }
    .pd_zs .gy_wz .b_t {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .pd_zs .gy_wz table th {
        padding: 15px;
        font-size: 22px;
        line-height: 32px;
    }
    .pd_zs .gy_wz table td {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }
}

.cx_td {
    width: 100%;
    padding-top: 70px;
    text-align: center;
    overflow: hidden;
}

.cx_td .cx_lb {
    margin: 50px 0;
}

.cx_td .cx_lb ul li {
    width: 20%;
    padding: 0 20px;
}

.cx_td .cx_lb .t_b {
    width: 130px;
    margin: 0 auto;
}

.cx_td .cx_lb .t_b img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.cx_td .cx_lb h3 {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin: 10px 0 6px;
}

.cx_td .cx_lb p {
    font-size: 16px;
    color: #777;
    line-height: 22px;
}

.cx_td .cx_qt img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.cx_td .cx_dt img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

@media only screen and (max-width:1024px) {
    .cx_td {
        padding-top: 60px;
    }
    .cx_td .cx_lb {
        margin: 40px 0 10px;
    }
    .cx_td .cx_lb ul {
        justify-content: center;
    }
    .cx_td .cx_lb ul li {
        width: 32%;
        padding: 0;
        margin-bottom: 30px;
        display: inline-block;
    }
    .cx_td .cx_lb .t_b {
        width: 100px;
    }
    .cx_td .cx_lb h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .cx_td .cx_lb p {
        font-size: 18px;
        line-height: 28px;
    }
    .cx_td .cx_qt img {
        max-width: 60%;
    }
}

.cx_bt {
    width: 100%;
    padding: 70px 0 50px;
    background: url(../images/cx_bj1.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.cx_bt .bt_nr h3 {
    font-size: 26px;
    line-height: 36px;
}

.cx_bt .bt_nr p {
    font-size: 16px;
    line-height: 26px;
}

.cx_bt .bt_nr img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .cx_bt .bt_nr h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 44px;
    }
    .cx_bt .bt_nr p {
        font-size: 20px;
        line-height: 30px;
    }
}

.cx_zs {
    width: 100%;
    padding: 70px 0;
    background: url(../images/aq_bj3.jpg) no-repeat top right;
    position: relative;
    overflow: hidden;
}

.cx_zs:after {
    width: 100%;
    height: 35%;
    background-color: #9e9e9e;
    position: absolute;
    bottom: 0;
    left: -;
    content: "";
    z-index: -1;
}

.cx_zs .gy_tp {
    width: 40%;
    text-align: center;
}

.cx_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.cx_zs .gy_wz {
    width: 55%;
    display: inline-block;
}

.cx_zs .gy_wz .b_t {
    font-size: 22px;
    line-height: 30px;
    color: #888c9e;
    margin-bottom: 20px;
}

.cx_zs .gy_wz table {
    background-color: #b5b5b5;
    border-radius: 10px;
    border: 0;
    color: #fff;
    overflow: hidden;
}

.cx_zs .gy_wz table th {
    padding: 15px;
    background-color: #d7d7d7;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    font-weight: lighter;
    border: 1px solid #ddd;
}

.cx_zs .gy_wz table td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #ddd;
}

.cx_zs .gy_wz table td:first-child {
    width: 25%;
    text-align: center;
}

.cx_zs .gy_wz table tr:nth-child(odd) {
    background-color: #c3c3c3;
}

@media only screen and (max-width:1024px) {
    .cx_zs {
        padding: 60px 0;
    }
    .cx_zs:after {
        height: 30%;
    }
    .cx_zs .gy_tp {
        width: 100%;
    }
    .cx_zs .gy_tp img {
        width: 60%;
    }
    .cx_zs .gy_wz {
        width: 100%;
    }
    .cx_zs .gy_wz .b_t {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .cx_zs .gy_wz table th {
        font-size: 22px;
        line-height: 32px;
    }
    .cx_zs .gy_wz table td {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }
}

.jl_cj {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.jl_cj .hd ul li {
    width: 200px;
    padding: 25px 15px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.jl_cj .hd ul li:hover {
    background-color: #2879ff;
}

.jl_cj .hd ul li.on {
    background-color: #2879ff;
}

.jl_cj .hd .t_b {
    width: 80px;
    margin: 0 auto 5px;
    position: relative;
}

.jl_cj .hd .t_b img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jl_cj .hd .t_b img.d_w {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.jl_cj .hd ul li:hover .t_b img {
    opacity: 0;
}

.jl_cj .hd ul li:hover .t_b img.d_w {
    opacity: 1;
}

.jl_cj .hd ul li.on .t_b img {
    opacity: 0;
}

.jl_cj .hd ul li.on .t_b img.d_w {
    opacity: 1;
}

.jl_cj .hd .w_z {
    font-size: 18px;
    line-height: 2;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jl_cj .hd ul li:hover .w_z {
    color: #fff;
}

.jl_cj .hd ul li.on .w_z {
    color: #fff;
}

.jl_cj .cj_zs {
    width: 100%;
    padding: 70px 0;
    background: url(../images/jl1.jpg) no-repeat center / cover;
    color: #fff;
}

.jl_cj .cj_bt {
    text-align: center;
    padding-bottom: 60px;
    background: url(../images/jl5.png) no-repeat center bottom;
    margin-bottom: 30px;
}

.jl_cj .cj_bt h3 {
    font-size: 20px;
    line-height: 1.6;
}

.jl_cj .cj_bt h4 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.6;
}

.jl_cj .cj_xq {
    display: flex;
}

.jl_cj .cj_xq .n_r {
    width: 19%;
    display: flex;
    background: url(../images/jl2.jpg) no-repeat center / cover;
    padding: 15px 30px;
}

.jl_cj .cj_xq .t_b {
    width: 60px;
    display: inline-block;
}

.jl_cj .cj_xq .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.jl_cj .cj_xq .w_z {
    width: calc(100% - 80px);
    display: inline-block;
}

.jl_cj .cj_xq .w_z h5 {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 5px;
}

.jl_cj .cj_xq .w_z p {
    font-size: 14px;
    line-height: 1.6;
}

@media only screen and (max-width:1024px) {
    .jl_cj {
        padding-top: 60px;
    }
    .jl_cj .hd {
        text-align: center;
    }
    .jl_cj .hd ul li {
        padding: 15px 10px;
        background-color: #f7f7f7;
    }
    .jl_cj .hd .t_b {
        width: 70px;
    }
    .jl_cj .hd .w_z {
        font-size: 20px;
    }
    .jl_cj .cj_zs {
        padding: 60px 0;
    }
    .jl_cj .cj_bt {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
    .jl_cj .cj_bt h3 {
        font-size: 26px;
    }
    .jl_cj .cj_bt h4 {
        font-size: 20px;
    }
    .jl_cj .cj_xq .n_r {
        width: 19%;
        padding: 15px;
        flex-wrap: wrap;
    }
    .jl_cj .cj_xq .t_b {
        width: 60px;
        margin: 0 auto;
        display: block;
    }
    .jl_cj .cj_xq .w_z {
        width: 100%;
    }
    .jl_cj .cj_xq .w_z h5 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .jl_cj .cj_xq .w_z p {
        font-size: 18px;
        line-height: 1.4;
    }
}

.jl_js {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.jl_js .gy_wz {
    width: 37%;
    font-size: 18px;
    line-height: 2;
}

.jl_js .gy_tp {
    width: 60.83%;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .jl_js {
        padding: 60px 0;
    }
    .jl_js:nth-child(even) .row {
        flex-flow: column-reverse;
    }
    .jl_js .gy_wz {
        width: 100%;
        font-size: 20px;
        margin-top: 25px;
    }
    .jl_js .gy_tp {
        width: 100%;
    }
}

.jl_al {
    width: 100%;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.jl_al:after {
    width: 44.5%;
    height: 228px;
    position: absolute;
    right: 0;
    bottom: 70px;
    content: "";
    background-color: #2879ff;
    z-index: -1;
}

.jl_al .an_tm {
    align-items: flex-end;
}

.jl_al .jl_tp {
    width: 55%;
    display: inline-block;
}

.jl_al .jl_tp img {
    width: 100%;
    height: auto;
    display: block;
}

.jl_al .jl_tp .bd {
    width: 81.25%;
    display: inline-block;
    position: relative;
}

.jl_al .jl_tp .t_p {
    position: relative;
}

.jl_al .jl_tp .w_z {
    width: 100%;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    font-size: 16px;
    line-height: 2;
    color: #fff;
    text-align: center;
}

.jl_al .jl_tp .hd {
    width: 17%;
    display: inline-block;
}

.jl_al .jl_tp .hd ul li {
    margin-top: 10px;
    background-color: #333;
    cursor: pointer;
}

.jl_al .jl_tp .hd ul li img {
    opacity: .4;
}

.jl_al .jl_tp .hd ul li.on img {
    opacity: 1;
}

.jl_al .jl_wz {
    width: 38%;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    padding-bottom: 50px;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .jl_al {
        padding: 60px 0;
    }
    .jl_al:after {
        display: none;
    }
    .jl_al .jl_tp {
        width: 100%;
    }
    .jl_al .jl_tp .w_z {
        font-size: 20px;
    }
    .jl_al .jl_wz {
        width: 100%;
        font-size: 20px;
        color: #555;
        padding-bottom: 0;
        margin-top: 30px;
    }
}

.aq_td {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background: url(../images/aq_bj3.jpg) no-repeat left center;
    overflow: hidden;
}

.aq_td .t_b {
    width: 120px;
    margin: 0 auto 15px;
}

.aq_td .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.aq_td .w_z {
    font-size: 20px;
    line-height: 30px;
    color: #555;
}

@media only screen and (max-width:1024px) {
    .aq_td {
        padding: 60px 0 30px;
        background: none;
    }
    .aq_td .w_z {
        font-size: 22px;
        line-height: 30px;
        color: #555;
        margin-bottom: 30px;
    }
}

.aq_js {
    width: 100%;
    padding: 70px 0;
    background: url(../images/aq_bj2.jpg) no-repeat center / cover;
    overflow: hidden;
}

.aq_js .gy_wz {
    width: 50%;
    display: inline-block;
}

.aq_js .gy_wz .b_t {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 35px;
    position: relative;
}

.aq_js .gy_wz .b_t span {
    position: relative;
    z-index: 9;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
}

.aq_js .gy_wz .b_t:after {
    width: 100%;
    height: 20px;
    background-color: #bbbcc4;
    position: absolute;
    bottom: 0;
    right: -20%;
    content: "";
    opacity: .5;
}

.aq_js .gy_wz .w_z {
    padding: 25px 30px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 10px;
}

.aq_js .gy_wz .w_z ul li {
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0;
}

.aq_js .gy_wz .w_z ul li:after {
    width: 8px;
    height: 8px;
    background-color: #bbbcc4;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
}

.aq_js .gy_tp {
    width: 40%;
    display: inline-block;
}

.aq_js .gy_tp img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
    .aq_js {
        padding: 60px 0;
    }
    .aq_js .gy_wz {
        width: 52%;
    }
    .aq_js .gy_wz .b_t {
        margin-bottom: 25px;
    }
    .aq_js .gy_wz .b_t span {
        font-size: 28px;
        line-height: 38px;
    }
    .aq_js .gy_wz .b_t:after {
        height: 15px;
        right: -10%;
    }
    .aq_js .gy_wz .w_z {
        padding: 20px;
        background-color: rgba(255, 255, 255, .5);
    }
    .aq_js .gy_tp {
        width: 45%;
    }
    .aq_js .gy_tp img {
        width: 100%;
    }
}

.aq_zs {
    width: 100%;
    padding: 70px 0;
    background: url(../images/aq_bj3.jpg) no-repeat center right;
    position: relative;
    overflow: hidden;
}

.aq_zs:after {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #888c9e;
    content: "";
    z-index: -1;
}

.aq_zs .hd {
    text-align: center;
    margin-bottom: 35px;
}

.aq_zs .hd ul li {
    width: 180px;
    height: 50px;
    border: 2px solid #888c9e;
    border-radius: 5px;
    font-size: 18px;
    line-height: 46px;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.aq_zs .hd ul li:hover {
    background-color: #888c9e;
    color: #fff;
}

.aq_zs .hd ul li.on {
    background-color: #888c9e;
    color: #fff;
}

.aq_zs .gy_tp {
    width: 50%;
    position: relative;
    display: inline-block;
}

.aq_zs .gy_tp img {
    position: relative;
    z-index: 9;
}

.aq_zs .gy_tp .b_j {
    width: 100%;
    height: 55%;
    border-radius: 10px 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.aq_zs .gy_wz {
    width: 50%;
    display: inline-block;
}

.aq_zs .gy_wz .b_t {
    font-size: 22px;
    line-height: 30px;
    color: #888c9e;
    margin-bottom: 20px;
}

.aq_zs .gy_wz table {
    background-color: #a3a8bf;
    border-radius: 10px 10px 10px 0;
    border: 0;
    color: #fff;
    overflow: hidden;
}

.aq_zs .gy_wz table th {
    padding: 15px;
    background-color: #888c9e;
    font-size: 16px;
    line-height: 26px;
    font-weight: lighter;
}

.aq_zs .gy_wz table td {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
}

.aq_zs .gy_wz table td:first-child {
    width: 25%;
    text-align: center;
}

.aq_zs .gy_wz table tr:nth-child(odd) {
    background-color: #bec2d9;
}

@media only screen and (max-width:1024px) {
    .aq_zs {
        padding: 60px 0;
        background: none;
    }
    .aq_zs:after {
        display: none;
    }
    .aq_zs .hd {
        text-align: center;
        margin-bottom: 35px;
    }
    .aq_zs .hd ul li {
        width: 200px;
        height: 56px;
        border-radius: 28px;
        font-size: 22px;
        line-height: 52px;
        margin: 0 10px;
    }
    .aq_zs .gy_tp {
        width: 100%;
        margin-bottom: 30px;
    }
    .aq_zs .gy_wz {
        width: 100%;
    }
    .aq_zs .gy_wz .b_t {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .aq_zs .gy_wz table th {
        font-size: 22px;
        line-height: 32px;
    }
    .aq_zs .gy_wz table td {
        padding: 15px;
        font-size: 18px;
        line-height: 30px;
    }
}

.jh_td {
    width: 100%;
    padding: 100px 0 70px;
    background: url(../images/aq_bj3.jpg) no-repeat bottom left;
    position: relative;
    overflow: hidden;
}

.jh_td:after {
    width: 80%;
    height: 40%;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: 0;
    left: 10%;
    background-color: #f8f8f8;
    content: "";
    z-index: -1;
}

.jh_td .gy_bt p {
    max-width: 1000px;
    margin: 10px auto 0;
    line-height: 28px;
    color: #aaa;
}

.jh_td .gy_nr {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.jh_td .gy_nr .w_z {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 15%;
    bottom: 20%;
    font-size: 18px;
    line-height: 90px;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .jh_td {
        padding: 60px 0;
    }
    .jh_td:after {
        height: 30%;
    }
    .jh_td .gy_bt p {
        line-height: 32px;
    }
    .jh_td .gy_nr .w_z {
        left: 10%;
        font-size: 20px;
    }
}

.jh_cj {
    width: 100%;
    padding: 70px 0;
    background-color: #24aac4;
    position: relative;
    overflow: hidden;
}

.jh_cj:after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: url(../images/jh_bj1.jpg) no-repeat center / cover;
}

.jh_cj .row {
    position: relative;
    z-index: 9;
}

.jh_cj .gy_tp {
    width: 41%;
    border: 11px solid #f6f6f6;
}

.jh_cj .gy_wz {
    width: 41%;
    color: #fff;
    position: relative;
}

.jh_cj .gy_wz h3 {
    font-size: 26px;
    line-height: 36px;
}

.jh_cj .gy_wz h4 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
}

.jh_cj .gy_wz p {
    font-size: 16px;
    line-height: 36px;
}

.jh_cj .gy_wz img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

@media only screen and (max-width:1024px) {
    .jh_cj {
        padding: 60px 0;
    }
    .jh_cj:after {
        width: 100%;
        height: 50%;
    }
    .jh_cj .gy_wz {
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
    .jh_cj .gy_wz h3 {
        font-weight: bold;
    }
    .jh_cj .gy_wz h4 {
        font-size: 20px;
        line-height: 30px;
    }
    .jh_cj .gy_wz p {
        font-size: 20px;
        line-height: 36px;
    }
    .jh_cj .gy_tp {
        width: 100%;
        margin-right: 0;
    }
}

.jh_fs {
    width: 100%;
    padding: 70px 0 20px;
    overflow: hidden;
}

.jh_fs .row {
    align-items: flex-end;
}

.jh_fs .gy_tp {
    width: 50%;
    border-radius: 10px 10px 10px 0;
    box-shadow: 0 0 15px rgba(6, 90, 110, .2);
}

.jh_fs .gy_wz {
    width: 50%;
    background-color: #f8fafc;
    padding: 50px 100px;
}

.jh_fs .gy_wz h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 28px;
}

.jh_fs .gy_wz h4 {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    margin-bottom: 15px;
}

.jh_fs .gy_wz ul {
    margin-bottom: 40px;
}

.jh_fs .gy_wz ul li {
    padding-left: 18px;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0;
}

.jh_fs .gy_wz ul li:after {
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #24aac4;
    content: "";
}

.jh_fs .gy_wz img {
    width: 120px;
    height: auto;
    display: block;
}

.jh_fs .fs_gn {
    margin-top: 40px;
}

.jh_fs .fs_gn ul li {
    width: 19%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px 20px;
    box-shadow: 0 0 15px rgba(6, 90, 110, .2);
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jh_fs .fs_gn ul li:first-child {
    border-bottom: 8px solid #02cad8;
    color: #02cad8;
}

.jh_fs .fs_gn ul li:first-child:hover {
    background-color: #02cad8;
    color: #fff;
}

.jh_fs .fs_gn ul li:nth-child(2) {
    border-bottom: 8px solid #fb9c2c;
    color: #fb9c2c;
}

.jh_fs .fs_gn ul li:nth-child(2):hover {
    background-color: #fb9c2c;
    color: #fff;
}

.jh_fs .fs_gn ul li:nth-child(3) {
    border-bottom: 8px solid #3995f9;
    color: #3995f9;
}

.jh_fs .fs_gn ul li:nth-child(3):hover {
    background-color: #3995f9;
    color: #fff;
}

.jh_fs .fs_gn ul li:nth-child(4) {
    border-bottom: 8px solid #fc8985;
    color: #fc8985;
}

.jh_fs .fs_gn ul li:nth-child(4):hover {
    background-color: #fc8985;
    color: #fff;
}

.jh_fs .fs_gn ul li:last-child {
    border-bottom: 8px solid #0b85a2;
    color: #0b85a2;
}

.jh_fs .fs_gn ul li:last-child:hover {
    background-color: #0b85a2;
    color: #fff;
}

.jh_fs .fs_gn .t_b {
    width: 60px;
    height: 60px;
    margin: 20px auto 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jh_fs .fs_gn ul li:hover .t_b {
    background-position: bottom center;
}

.jh_fs .fs_gn h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}

.jh_fs .fs_gn p {
    font-size: 17px;
    line-height: 26px;
}

@media only screen and (max-width:1024px) {
    .jh_fs {
        padding: 60px 0;
    }
    .jh_fs .row {
        flex-flow: column-reverse;
    }
    .jh_fs .gy_tp {
        width: 100%;
        border-radius: 10px;
    }
    .jh_fs .gy_wz {
        width: 100%;
        padding: 40px;
        margin-top: 40px;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(6, 90, 110, .2);
    }
    .jh_fs .gy_wz h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .jh_fs .gy_wz h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .jh_fs .gy_wz ul li {
        padding-left: 25px;
        font-size: 20px;
        line-height: 30px;
    }
    .jh_fs .gy_wz ul li:after {
        width: 10px;
        height: 10px;
    }
    .jh_fs .fs_gn {
        margin-top: 0;
    }
    .jh_fs .fs_gn .row {
        flex-flow: wrap;
    }
    .jh_fs .fs_gn ul li {
        width: 47%;
        margin-top: 30px;
    }
    .jh_fs .fs_gn ul li:last-child {
        width: 100%;
    }
    .jh_fs .fs_gn .t_b {
        margin: 10px auto 0;
    }
    .jh_fs .fs_gn h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0;
    }
    .jh_fs .fs_gn p {
        font-size: 20px;
        line-height: 30px;
    }
}

.jh_dz {
    width: 100%;
    padding: 70px 0;
    background: url(../images/aq_bj3.jpg) no-repeat top left;
    position: relative;
    overflow: hidden;
}

.jh_dz:after {
    width: 100%;
    height: 40%;
    background-color: #24aac4;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.jh_dz .gy_nr {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(6, 90, 110, .2);
}

.jh_dz .gy_wz {
    padding: 30px 15px;
    position: relative;
}

.jh_dz .gy_wz h3 {
    font-size: 18px;
    color: #333;
    line-height: 28px;
}

.jh_dz .gy_wz p {
    font-size: 16px;
    color: #777;
    line-height: 26px;
}

.jh_dz .gy_wz strong {
    font-size: 70px;
    line-height: 80px;
    color: #eee;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -40px;
}

@media only screen and (max-width:1024px) {
    .jh_dz {
        padding: 60px 0 20px;
        background: #f7f7f7;
    }
    .jh_dz:after {
        display: none;
    }
    .jh_dz .gy_nr {
        margin-bottom: 40px;
    }
    .jh_dz .gy_wz h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .jh_dz .gy_wz p {
        font-size: 20px;
        line-height: 30px;
    }
}

.jh_zs {
    width: 100%;
    padding-top: 70px;
    background: url(../images/aq_bj3.jpg) no-repeat top right;
    overflow: hidden;
}

.jh_zs .zs_cs {
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.jh_zs .zs_cs:before {
    width: 53%;
    height: 100%;
    background: url(../images/jh1.png) no-repeat center / 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.jh_zs .zs_cs:after {
    width: 55%;
    height: 27%;
    background: url(../images/jh2.png) no-repeat center / 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.jh_zs .gy_tp {
    width: 46%;
    text-align: center;
}

.jh_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.jh_zs .gy_wz {
    width: 45%;
    color: #fff;
}

.jh_zs .gy_wz .b_t {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.jh_zs .gy_wz .w_z {
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width:1024px) {
    .jh_zs {
        padding: 60px 0;
    }
    .jh_zs .zs_cs {
        padding: 0;
    }
    .jh_zs .zs_cs:before {
        display: none;
    }
    .jh_zs .zs_cs:after {
        display: none;
    }
    .jh_zs .row {
        flex-flow: column-reverse;
    }
    .jh_zs .gy_tp {
        width: 100%;
    }
    .jh_zs .gy_tp img {
        width: 100%;
    }
    .jh_zs .gy_wz {
        width: 100%;
        background-color: #24aac4;
        padding: 20px;
    }
    .jh_zs .gy_wz .b_t {
        font-size: 26px;
        line-height: 36px;
        font-weight: bold;
    }
    .jh_zs .gy_wz .w_z {
        font-size: 18px;
        line-height: 36px;
    }
}

.ss_zs {
    width: 100%;
    padding-top: 60px;
    background: url(../images/ss_bj1.jpg) no-repeat top center / 100%;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .ss_zs {
        padding: 60px 0 20px;
    }
}

.ss_nr {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.ss_nr .container {
    position: relative;
    padding-top: 80px;
}

.ss_nr .gy_bt h3 {
    color: #fff;
}

.ss_nr .nr_zs {
    padding: 60px;
    background-color: rgba(4, 41, 70, .98);
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.ss_nr:nth-child(even) .nr_zs {
    background-color: rgba(15, 68, 112, .98);
}

.ss_nr .gy_tp {
    width: 46%;
    text-align: center;
}

.ss_nr .gy_tp img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}

.ss_nr .gy_wz {
    width: 41%;
    margin: 0 3%;
    position: relative;
}

.ss_nr .gy_wz img {
    width: 100%;
    height: auto;
}

.ss_nr .gy_wz .w_z {
    width: 76%;
    position: absolute;
    left: 12%;
    top: 25%;
    color: #fff;
}

.ss_nr .gy_wz .w_z h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.ss_nr .gy_wz .w_z p {
    font-size: 16px;
    line-height: 26px;
}

.ss_nr .ss_bj {
    width: 100%;
    min-width: 1560px;
    height: 70%;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0;
    right: 15px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.ss_nr:nth-child(even) .ss_bj {
    border-radius: 10px 0 0 10px;
    right: auto;
    left: 15px;
    background-position: right top;
}

@media only screen and (max-width:1024px) {
    .ss_nr {
        margin-bottom: 40px;
    }
    .ss_nr .container {
        position: relative;
        padding-top: 50px;
    }
    .ss_nr .nr_zs {
        padding: 30px;
    }
    .ss_nr .gy_tp {
        width: 48%;
        text-align: center;
    }
    .ss_nr .gy_tp img {
        width: 100%;
    }
    .ss_nr .gy_wz {
        width: 48%;
        margin: 0;
    }
    .ss_nr .gy_wz .w_z {
        top: 15%;
    }
    .ss_nr .gy_wz .w_z h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
    }
}

.lr_sj {
    width: 100%;
    padding: 70px 0 200px;
    background: url(../images/zgdt.png) no-repeat center / auto 70%;
    text-align: center;
    overflow: hidden;
}

.lr_sj .lr_bt {
    margin-bottom: 30px;
}

.lr_sj .lr_bt h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.lr_sj .lr_bt em {
    width: 80px;
    height: 4px;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    background-color: #0081ee;
}

.lr_sj .wrap .t_b {
    width: 100px;
    margin: 0 auto;
}

.lr_sj .wrap .t_b img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.lr_sj .wrap .s_z {
    font-size: 26px;
    font-weight: bold;
    color: #0081ee;
}

.lr_sj .wrap .s_z b {
    font-size: 52px;
    display: inline-block;
    margin-right: 10px;
}

.lr_sj .wrap p {
    font-size: 18px;
    line-height: 2;
    color: #777;
}

@media only screen and (max-width:1024px) {
    .lr_sj {
        padding: 60px 0 30px;
        background: url(../images/zgdt.png) no-repeat center / 90% auto;
    }
    .lr_sj .wrap .col-6 {
        margin-bottom: 30px;
    }
    .lr_sj .wrap .t_b {
        width: 90px;
    }
    .lr_sj .wrap .s_z {
        font-size: 24px;
    }
    .lr_sj .wrap .s_z b {
        font-size: 46px;
    }
    .lr_sj .wrap p {
        font-size: 20px;
    }
}

.lr_js {
    width: 100%;
    padding: 70px 0;
    background: url(../images/lr_js.jpg) no-repeat center / cover;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.lr_js .js_nr {
    width: 32%;
    background-color: rgba(19, 137, 236, .7);
    border-radius: 10px;
    border: 25px solid rgba(255, 255, 255, .7);
    padding: 60px 40px 90px;
    position: relative;
}

.lr_js .js_nr:after {
    width: 80%;
    height: 4px;
    background: url(../images/hx.png) no-repeat center;
    position: absolute;
    bottom: 30px;
    left: 10%;
    content: "";
}

.lr_js .js_nr h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}

.lr_js .js_nr p {
    font-size: 16px;
    line-height: 1.8;
}

@media only screen and (max-width:1024px) {
    .lr_js {
        padding: 60px 0 30px;
    }
    .lr_js .js_nr {
        width: 100%;
        padding: 60px 40px 90px;
        margin-bottom: 30px;
    }
    .lr_js .js_nr p {
        font-size: 20px;
    }
}

.lr_zs {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.lr_zs .gy_tp {
    border: 5px solid #1389ec;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .lr_zs {
        padding: 60px 0;
    }
    .lr_zs .col-12:first-child {
        margin-bottom: 30px;
    }
}

.hc_cp {
    width: 100%;
    padding-bottom: 60px;
    text-align: center;
    background: url(../images/hc_bj.jpg) repeat-y top center;
    position: relative;
    overflow: hidden;
}

.hc_cp .row {
    margin: 0 -10px;
}

.hc_cp .col-6 {
    padding: 0 10px;
}

.hc_cp .hc_bt {
    max-width: 1000px;
    height: 230px;
    margin: 0 auto;
    padding-top: 80px;
    background: rgba(255, 255, 255, .2) url(../images/logo_j.png) no-repeat 85% center;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.hc_cp .hc_lb {
    margin-top: -50px;
    position: relative;
    z-index: 9;
}

.hc_cp .gy_tp {
    background-color: #01296f;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
}

.hc_cp .gy_wz {
    max-width: 85%;
    margin: -23px auto 0;
    padding: 10px 0;
    background-color: #1890f6;
    border-radius: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .hc_cp {
        padding-bottom: 50px;
    }
    .hc_cp .hc_bt {
        height: 200px;
        padding-top: 60px;
        font-weight: bold;
    }
    .hc_cp .gy_wz {
        max-width: 90%;
        font-size: 20px;
        line-height: 30px;
    }
}

.bq_dz {
    width: 100%;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.bq_dz .dz_tp {
    width: 50%;
    padding: 0 90px 90px 0;
    display: inline-block;
    position: relative;
}

.bq_dz .dz_tp img.d_w {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(11, 29, 95, .1);
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bq_dz .dz_bt {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.bq_dz .dz_bt img {
    width: 100%;
    height: auto;
    display: block;
}

.bq_dz .dz_bt .b_t {
    width: 100%;
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/zjt.png) no-repeat 90% center;
}

.bq_dz .dz_bt .b_t h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
}

.bq_dz .dz_lg {
    width: 43%;
    display: inline-block;
}

.bq_dz .dz_lg ul li {
    margin: 15px 0;
    cursor: pointer;
}

.bq_dz .dz_lg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 5px solid #fff;
    display: block;
    box-shadow: 0 0 15px rgba(11, 29, 95, .1);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.bq_dz .dz_lg ul li:hover img {
    border: 5px solid #e60012;
}

.bq_dz .dz_lg img.m_y {
    border: 5px solid rgba(255, 255, 255, 0);
    box-shadow: none;
}

.bq_dz .dz_lg ul li:hover img.m_y {
    border: 5px solid rgba(255, 255, 255, 0);
}

@media only screen and (max-width:1024px) {
    .bq_dz {
        padding: 60px 0;
    }
    .bq_dz .dz_tp {
        width: 100%;
        padding: 0 120px 120px 0;
    }
    .bq_dz .dz_bt .b_t h3 {
        font-size: 30px;
        font-weight: bold;
    }
    .bq_dz .dz_lg {
        width: 100%;
        margin-top: 30px;
    }
}

.bq_js {
    width: 100%;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.bq_js:before {
    width: 50%;
    height: 100%;
    border-radius: 10px 0 0 0;
    background: url(../images/bq7.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.bq_js:after {
    width: 50%;
    height: 80%;
    background-color: #e9ecf3;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.bq_js .bq_wz {
    width: 45%;
    display: inline-block;
    color: #fff;
}

.bq_js .bq_wz h3 {
    font-size: 26px;
    line-height: 32px;
}

.bq_js .bq_wz .w_z {
    font-size: 18px;
    line-height: 1.8;
    margin: 30px 0;
}

.bq_js .bq_wz img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.bq_js .bq_tp {
    width: 50%;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}

.bq_js .bq_tp img {
    width: 100%;
    height: auto;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .bq_js {
        padding: 60px 0;
        background-color: #e9ecf3;
    }
    .bq_js:before {
        display: none;
    }
    .bq_js:after {
        display: none;
    }
    .bq_js .bq_wz {
        width: 100%;
        background: url(../images/bq7.jpg) no-repeat center / cover;
        padding: 40px;
    }
    .bq_js .bq_wz h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 44px;
    }
    .bq_js .bq_wz .w_z {
        font-size: 20px;
        line-height: 1.8;
        margin: 20px 0;
    }
    .bq_js .bq_tp {
        width: 100%;
    }
}

.jy_ts {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.jy_ts .gy_nr {
    width: 23.8%;
    padding: 20px 20px 30px;
    background-color: #f7f7f7;
    border-radius: 6px;
    overflow: hidden;
}

.jy_ts .gy_nr:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.jy_ts .gy_nr:before {
    width: 100%;
    height: 6px;
    background-color: #45b7ff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jy_ts .gy_nr:hover:before {
    height: 100%;
}

.jy_ts .gy_nr.on:before {
    height: 100%;
}

.jy_ts .gy_tb {
    width: 158px;
    height: 182px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jy_ts .gy_nr:hover .gy_tb {
    background-position: center bottom;
}

.jy_ts .gy_nr.on .gy_tb {
    background-position: center bottom;
}

.jy_ts .gy_wz {
    margin-top: 15px;
}

.jy_ts .gy_wz h1 {
    text-align: center;
    margin-bottom: 10px;
}

.jy_ts .gy_nr:hover .gy_wz h1 {
    color: #fff;
}

.jy_ts .gy_nr:hover .gy_wz p {
    color: #fff;
}

.jy_ts .gy_nr.on .gy_wz h1 {
    color: #fff;
}

.jy_ts .gy_nr.on .gy_wz p {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .jy_ts {
        padding: 60px 0 40px;
    }
    .jy_ts .gy_nr {
        width: 48%;
        margin-bottom: 20px;
    }
}

.tc_zs {
    width: 100%;
    padding: 70px 0;
    background: url(../images/tc_bj.jpg) no-repeat center / cover;
    overflow: hidden;
}

.tc_zs .tc_bt {
    font-size: 30px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.tc_zs .tc_nr {
    position: relative;
}

.tc_zs .tc_nr a.next {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 0 10px 10px;
    border-bottom: 1px solid #fff;
}

.tc_zs .tc_nr a.next img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 10px;
}

.tc_zs .hd {
    margin-bottom: 40px;
}

.tc_zs .hd ul li {
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
    float: left;
}

.tc_zs .hd ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.tc_zs .hd ul li:after {
    width: 2px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 0;
    content: "";
    background-color: #fff;
}

.tc_zs .hd ul li:last-child:after {
    display: none;
}

.tc_zs .hd ul li a {
    display: block;
    height: 46px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    position: relative;
}

.tc_zs .hd ul li a:after {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.tc_zs .hd ul li:hover a:after {
    width: 100%;
}

.tc_zs .hd ul li.on a:after {
    width: 100%;
}

.tc_zs .xt_tp {
    width: 39%;
    display: inline-block;
    text-align: center;
}

.tc_zs .xt_tp img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.tc_zs .xt_tp p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}

.tc_zs .xt_pj {
    width: 60%;
    display: inline-block;
}

.tc_zs .xt_pj ul li {
    width: 47.6%;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0 25px;
    background-color: rgba(255, 255, 255, .2);
    margin-bottom: 40px;
}

.tc_zs .xt_pj .gy_tp {
    width: 60%;
}

.tc_zs .xt_pj .gy_wz {
    width: 36%;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .tc_zs {
        padding: 70px 0;
    }
    .tc_zs .tc_bt {
        text-align: center;
    }
    .tc_zs .tc_nr {
        position: relative;
    }
    .tc_zs .tc_nr a.next {
        font-size: 22px;
        line-height: 30px;
    }
    .tc_zs .hd {
        text-align: center;
    }
    .tc_zs .hd ul li {
        padding-right: 0;
        margin: 0 15px;
        float: none;
        display: inline-block;
    }
    .tc_zs .hd ul li:after {
        display: none;
    }
    .tc_zs .hd ul li:last-child:after {
        display: none;
    }
    .tc_zs .hd ul li a {
        height: 56px;
        font-size: 22px;
        line-height: 30px;
    }
    .tc_zs .xt_tp img {
        max-width: 80%;
    }
    .tc_zs .xt_tp p {
        font-size: 18px;
        line-height: 2;
    }
    .tc_zs .xt_pj ul li {
        width: 48%;
        border-radius: 10px;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .tc_zs .xt_pj .gy_tp {
        width: 55%;
    }
    .tc_zs .xt_pj .gy_wz {
        width: 40%;
        line-height: 1.2;
    }
}

.sj_td {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.sj_td .sj_gn ul li {
    width: 23.5%;
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sj_td .sj_gn ul li:first-child {
    border-bottom: 8px solid #3091fa;
    color: #3091fa;
}

.sj_td .sj_gn ul li:first-child:hover {
    background-color: #3091fa;
    color: #fff;
}

.sj_td .sj_gn ul li:nth-child(2) {
    border-bottom: 8px solid #fc8682;
    color: #fc8682;
}

.sj_td .sj_gn ul li:nth-child(2):hover {
    background-color: #fc8682;
    color: #fff;
}

.sj_td .sj_gn ul li:nth-child(3) {
    border-bottom: 8px solid #02cad9;
    color: #02cad9;
}

.sj_td .sj_gn ul li:nth-child(3):hover {
    background-color: #02cad9;
    color: #fff;
}

.sj_td .sj_gn ul li:last-child {
    border-bottom: 8px solid #fc9b28;
    color: #fc9b28;
}

.sj_td .sj_gn ul li:last-child:hover {
    background-color: #fc9b28;
    color: #fff;
}

.sj_td .sj_gn .t_b {
    width: 70px;
    height: 70px;
    margin: 20px auto 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sj_td .sj_gn ul li:hover .t_b {
    background-position: bottom center;
}

.sj_td .sj_gn h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
}

.sj_td .sj_gn p {
    font-size: 17px;
    line-height: 26px;
}

@media only screen and (max-width:1024px) {
    .sj_td {
        padding: 60px 0 40px;
    }
    .sj_td .sj_gn ul li {
        width: 48.5%;
        margin-bottom: 20px;
    }
    .sj_td .sj_gn h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .sj_td .sj_gn p {
        font-size: 18px;
        line-height: 28px;
    }
}

.sj_cj {
    width: 100%;
    padding: 70px 0;
    background: url(../images/sj_bj1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.sj_cj .gy_bt h3 {
    color: #fff;
}

.sj_cj .gy_tp {
    width: 50%;
}

.sj_cj .swiper-button-prev {
    width: 32px;
    height: 60px;
    border-radius: 5px;
    background: rgba(22, 39, 82, .4) url(../images/ban_l.png) no-repeat center / 26px 26px;
    left: 20px;
    margin-top: -30px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sj_cj .swiper-button-prev:hover {
    background: rgba(22, 39, 82, .8) url(../images/ban_l.png) no-repeat center / 26px 26px;
}

.sj_cj .swiper-button-next {
    width: 32px;
    height: 60px;
    border-radius: 5px;
    background: rgba(22, 39, 82, .4) url(../images/ban_r.png) no-repeat center / 26px 26px;
    right: 20px;
    margin-top: -30px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sj_cj .swiper-button-next:hover {
    background: rgba(22, 39, 82, .8) url(../images/ban_r.png) no-repeat center / 26px 26px;
}

.sj_cj .swiper-pagination {
    bottom: 10px;
}

.sj_cj .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
    background-color: #fff;
    opacity: .6;
}

.sj_cj .swiper-pagination-bullet-active {
    background-color: #162752;
}

.sj_cj .gy_wz {
    width: 40%;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .sj_cj {
        padding: 60px 0;
    }
    .sj_cj .row {
        flex-flow: column-reverse;
    }
    .sj_cj .gy_tp {
        width: 100%;
        margin-bottom: 30px;
    }
    .sj_cj .gy_wz {
        width: 100%;
        font-size: 20px;
        line-height: 44px;
    }
}

.sj_zs {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.sj_zs .zs_cs {
    width: 100%;
    padding: 60px 0;
    background: url(../images/sj_bj2.jpg) no-repeat center / cover;
    position: relative;
    overflow: hidden;
}

.sj_zs .zs_cs:after {
    width: 60%;
    height: calc(100% - 60px);
    background: url(../images/sj5.png) no-repeat center / 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.sj_zs .zs_cs .container {
    position: relative;
    z-index: 9;
}

.sj_zs .gy_tp {
    width: 40%;
    text-align: center;
}

.sj_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.sj_zs .gy_wz {
    width: 40%;
    color: #fff;
    margin-bottom: 60px;
}

.sj_zs .gy_wz .b_t {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.sj_zs .gy_wz .w_z {
    font-size: 15px;
    line-height: 30px;
}

@media only screen and (max-width:1024px) {
    .sj_zs {
        padding-top: 60px;
    }
    .sj_zs .zs_cs:after {
        width: 65%;
    }
    .sj_zs .gy_tp {
        width: 47%;
    }
    .sj_zs .gy_wz {
        width: 47%;
    }
    .sj_zs .gy_wz .b_t {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .sj_zs .gy_wz .w_z {
        font-size: 18px;
        line-height: 36px;
    }
}

.xt_bt {
    margin-bottom: 35px;
}

.xt_bt h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
}

.xt_bt em {
    width: 60px;
    height: 2px;
    background-color: #646464;
    display: block;
}

@media only screen and (max-width:1024px) {
    .xt_bt {
        text-align: center;
    }
    .xt_bt h4 {
        font-size: 32px;
        line-height: 44px;
        font-weight: bold;
    }
    .xt_bt em {
        height: 4px;
        margin: 0 auto;
    }
}

.zh_ts {
    width: 100%;
    padding-top: 70px;
    overflow: hidden;
}

.zh_ts .ts_xt {
    width: 100%;
    padding: 60px 0;
    background-color: #197ace;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.zh_ts .xt_bt h4 {
    text-align: left;
}

.zh_ts .xt_bt em {
    background-color: #fff;
}

.zh_ts .xt_tp {
    width: 23%;
}

.zh_ts .xt_tp img {
    width: 100%;
    height: auto;
    display: block;
}

.zh_ts .xt_tp p {
    font-size: 18px;
    line-height: 1.8;
}

.zh_ts .xt_nr {
    width: 72%;
    border-left: 1px solid #fff;
    position: relative;
}

.zh_ts .xt_lm {
    display: none;
}

.zh_ts .xt_lb {
    border-bottom: 1px solid #fff;
    padding: 30px 0 30px 40px;
    display: flex;
    position: relative;
    z-index: 9;
}

.zh_ts .xt_lb:nth-last-child(2) {
    border-bottom: 0;
}

.zh_ts .xt_lb .l_m {
    width: 150px;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.zh_ts .xt_lb.on .l_m {
    color: #197ace;
}

.zh_ts .xt_lb .l_b {
    width: calc(100% - 190px);
}

.zh_ts .xt_nr span.navbj {
    width: 150px;
    height: 52px;
    border-radius: 26px;
    background-color: #fff;
    position: absolute;
    top: 159px;
    margin-top: -106px;
    left: 40px;
}

.zh_ts .xt_nr span.navbj:after {
    width: 22px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -51px;
    content: "";
    background: url(../images/hl.png) no-repeat center / cover;
}

@media only screen and (max-width:1024px) {
    .zh_ts {
        padding-top: 60px;
    }
    .zh_ts .xt_bt h4 {
        text-align: center;
    }
    .zh_ts .xt_tp {
        display: none;
    }
    .zh_ts .xt_nr {
        width: 100%;
        border-left: 0;
    }
    .zh_ts .xt_lm {
        display: block;
        text-align: center;
    }
    .zh_ts .xt_lm ul li {
        width: 170px;
        height: 52px;
        border-radius: 26px;
        border: 1px solid #fff;
        font-size: 20px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        display: inline-block;
        margin: 0 7px 20px;
        transition: all .2s;
        -o-transition: all .2s;
        -ms-transition: all .2s;
        -moz-transition: all .2s;
        -webkit-transition: all .2s;
    }
    .zh_ts .xt_lm ul li.on {
        background-color: #fff;
        color: #197ace;
    }
    .zh_ts .xt_lb {
        padding: 0;
        border-bottom: 0;
        display: none;
    }
    .zh_ts .xt_lb.on {
        display: block;
    }
    .zh_ts .xt_lb:nth-last-child(2) {
        border-bottom: 0;
    }
    .zh_ts .xt_lb .l_m {
        display: none;
    }
    .zh_ts .xt_lb .l_b {
        width: 100%;
    }
    .zh_ts .xt_lb .l_b ul li {
        width: 30%;
        margin-top: 20px;
    }
    .zh_ts .xt_lb .l_b img {
        width: 150px;
    }
    .zh_ts .xt_nr span.navbj {
        display: none;
    }
}

.zh_zs {
    width: 100%;
    padding: 70px 0;
    background-color: #fafafa;
    overflow: hidden;
}

.zh_zs:nth-child(odd) {
    background-color: #fff;
}

.zh_zs .gy_wz .w_z {
    font-size: 16px;
    line-height: 2;
    color: #777;
}

.zh_zs .gy_wz .j_s {
    display: flex;
    margin: 20px 0;
}

.zh_zs .gy_wz .t_b {
    width: 78px;
    display: inline-block;
}

.zh_zs .gy_wz .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.zh_zs .gy_wz .n_r {
    width: calc(100% - 100px);
    display: inline-block;
}

.zh_zs .gy_wz .n_r h4 {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

.zh_zs .gy_wz .n_r p {
    line-height: 1.6;
    color: #777;
}

.zh_zs .gy_tp {
    padding: 0 30px;
}

.zh_zs .gy_tp img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.zh_zs .gy_tp img.b_r {
    border: 1px solid #ddd;
    margin: 20px auto;
}

.zh_zs .gy_tp p {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.zh_zs .zs_tp img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.zh_zs .gy_cp {
    padding: 0;
}

.zh_zs .gy_cp .gz_cp {
    width: 48%;
    display: inline-block;
}

.zh_zs .gy_cp .gz_cp .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.zh_zs .gy_cp .gz_cp .w_z {
    background-color: #1d6cae;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.zh_zs .gy_cp .gz_cp .w_z h1 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 5px;
}

.zh_zs .gy_cp .gz_cp .w_z p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 10px;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width:1024px) {
    .zh_zs {
        padding: 60px 0;
    }
    .zh_zs .gy_wz .w_z {
        font-size: 20px;
        line-height: 2;
    }
    .zh_zs .gy_wz .n_r {
        width: calc(100% - 100px);
        display: inline-block;
    }
    .zh_zs .gy_wz .n_r h4 {
        font-size: 18px;
        color: #333;
        line-height: 1.8;
    }
    .zh_zs .gy_wz .n_r p {
        line-height: 1.6;
        color: #777;
    }
    .zh_zs .gy_tp {
        padding: 0;
    }
    .zh_zs .gy_tp img {
        width: 100%;
    }
    .zh_zs .gy_tp p {
        font-size: 20px;
        line-height: 2;
    }
    .zh_zs .zs_tp img {
        width: 100%;
    }
    .zh_zs .gy_cp .gz_cp .w_z h1 {
        font-size: 22px;
    }
    .zh_zs .gy_cp .gz_cp .w_z p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

.zh_js {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.zh_js .row {
    margin: 0 -10px;
}

.zh_js .col-12 {
    padding: 0 10px;
}

.zh_js .gy_nr {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-bottom: 0;
    overflow: hidden;
}

.zh_js .gy_wz {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    padding: 15px 10px;
}

@media only screen and (max-width:1024px) {
    .zh_js {
        padding: 60px 0 30px;
    }
    .zh_js .gy_nr {
        margin-bottom: 30px;
    }
    .zh_js .gy_wz {
        font-size: 22px;
        line-height: 32px;
        padding: 20px 10px;
    }
}

.zh_sh {
    width: 100%;
    padding: 70px 0;
    background: url(../images/sh_bj.jpg) no-repeat center / cover;
    overflow: hidden;
}

.zh_sh .sh_bt {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}

.zh_sh .gy_tp {
    position: relative;
    padding: 0 40px 40px 0;
    overflow: inherit;
}

.zh_sh .gy_tp img {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 9;
}

.zh_sh .gy_tp:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #197ace;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
}

.zh_sh .gy_wz ul li {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 20px 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.zh_sh .gy_wz ul li:first-child {
    border-bottom: 8px solid #df3f29;
}

.zh_sh .gy_wz ul li:first-child:hover {
    background-color: #df3f29;
}

.zh_sh .gy_wz ul li:nth-child(2) {
    border-bottom: 8px solid #519ad9;
}

.zh_sh .gy_wz ul li:nth-child(2):hover {
    background-color: #519ad9;
}

.zh_sh .gy_wz ul li:last-child {
    border-bottom: 8px solid #f8a71b;
}

.zh_sh .gy_wz ul li:last-child:hover {
    background-color: #f8a71b;
}

.zh_sh .gy_wz .t_b {
    width: 90px;
    height: 90px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.zh_sh .gy_wz ul li:hover .t_b {
    background-position: bottom center;
}

.zh_sh .gy_wz .w_z {
    width: calc(100% - 100px);
    padding-left: 30px;
    border-left: 1px solid #ddd;
}

.zh_sh .gy_wz .w_z h3 {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    margin-bottom: 5px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.zh_sh .gy_wz ul li:hover .w_z h3 {
    color: #fff;
}

.zh_sh .gy_wz .w_z p {
    font-size: 17px;
    line-height: 26px;
    color: #777;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.zh_sh .gy_wz ul li:hover .w_z p {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .zh_sh {
        padding: 60px 0;
    }
    .zh_sh .sh_bt {
        font-size: 32px;
        text-align: center;
        font-weight: bold;
        line-height: 44px;
    }
    .zh_sh .gy_wz ul li {
        padding: 25px;
        margin: 30px 0 0;
    }
    .zh_sh .gy_wz .w_z {
        width: calc(100% - 105px);
        padding-left: 25px;
    }
    .zh_sh .gy_wz .w_z h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .zh_sh .gy_wz .w_z p {
        font-size: 20px;
        line-height: 30px;
    }
}

.zh_bt {
    width: 100%;
    padding: 50px 0 30px;
    background: url(../images/zh_bj.jpg) no-repeat center / cover;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.zh_bt h3 {
    font-size: 30px;
    line-height: 1.8;
}

.zh_bt p {
    max-width: 780px;
    margin: 20px auto;
    font-size: 18px;
    line-height: 1.8;
}

.zh_bt img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

@media only screen and (max-width:1024px) {
    .zh_bt h3 {
        line-height: 2;
        font-weight: bold;
    }
    .zh_bt p {
        max-width: 100%;
        font-size: 20px;
        line-height: 2;
    }
}

.dz_td {
    width: 100%;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.dz_td:before {
    width: 65%;
    height: 56%;
    border-radius: 10px 0 0 0;
    background: #3f57b8 url(../images/a14.png) no-repeat left bottom / auto 100%;
    position: absolute;
    bottom: 24%;
    right: 0;
    content: "";
    z-index: -1;
}

.dz_td:after {
    width: 16%;
    height: 22%;
    border-radius: 10px 0 0 10px;
    background-color: #5098ed;
    position: absolute;
    bottom: 24%;
    right: 65%;
    content: "";
    z-index: -1;
}

.dz_td .td_zs {
    position: relative;
    z-index: 9;
}

.dz_td .gy_tp img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.dz_td .gy_wz {
    font-size: 16px;
    line-height: 2.6;
    color: #fff;
    padding-bottom: 45px;
}

@media only screen and (max-width:1024px) {
    .dz_td {
        width: 100%;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }
    .dz_td:before {
        background: #3f57b8 url(../images/a14.png) no-repeat left top / auto 70%;
        position: absolute;
        bottom: 24%;
        right: 0;
        content: "";
        z-index: -1;
    }
    .dz_td:after {
        display: none;
    }
    .dz_td .gy_wz {
        font-size: 18px;
        line-height: 2.2;
    }
}

.dz_zy {
    width: 100%;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.dz_zy:before {
    width: 82%;
    height: 100%;
    border-radius: 0 10px 0 0;
    background: url(../images/dz_bj.jpg) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.dz_zy:after {
    width: 18%;
    height: 50%;
    background-color: #5098ed;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.dz_zy .col-12:nth-child(2n) {
    text-align: center;
}

.dz_zy .zy_wz {
    color: #fff;
}

.dz_zy .zy_wz h3 {
    font-size: 26px;
    line-height: 32px;
}

.dz_zy .zy_wz h4 {
    font-size: 15px;
    line-height: 26px;
}

.dz_zy .zy_wz .w_z {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 1.8;
    margin: 35px 0;
}

.dz_zy .zy_wz .j_p p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.dz_zy .zy_wz .j_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.dz_zy .zy_tp {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.dz_zy .zy_tp img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.dz_zy .zy_tp .w_z {
    width: 100%;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .dz_zy:before {
        width: 100%;
    }
    .dz_zy:after {
        display: none;
    }
    .dz_zy .col-12 {
        text-align: center;
    }
    .dz_zy .zy_wz h3 {
        font-size: 30px;
        font-weight: bold;
        line-height: 44px;
    }
    .dz_zy .zy_wz h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .dz_zy .zy_wz .w_z {
        padding: 15px 25px;
        font-size: 20px;
        margin: 25px 0;
    }
    .dz_zy .zy_wz .j_p p {
        font-size: 20px;
    }
    .dz_zy .zy_tp {
        margin-top: 30px;
    }
    .dz_zy .zy_tp .w_z {
        font-size: 22px;
        line-height: 36px;
    }
}

.dz_bz {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background-color: #faf8f9;
    overflow: hidden;
}

.dz_bz .bz_lc ul li {
    position: relative;
}

.dz_bz .bz_lc ul li:after {
    width: 49px;
    height: 15px;
    position: absolute;
    top: 52%;
    right: -70px;
    content: "";
    background: url(../images/zjt1.png) no-repeat center / 100% 100%;
}

.dz_bz .bz_lc ul li:first-child:after {
    right: -50px;
}

.dz_bz .bz_lc ul li:nth-child(2):after {
    right: -90px;
}

.dz_bz .bz_lc ul li:nth-child(3):after {
    right: -50px;
}

.dz_bz .bz_lc ul li:last-child:after {
    display: none;
}

.dz_bz .s_z {
    position: relative;
    font-size: 80px;
    font-weight: bold;
    color: #cecaca;
    line-height: 80px;
}

.dz_bz .s_z:after {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-image: linear-gradient(rgba(250, 248, 249, 0) 0, rgba(250, 248, 249, 1) 85%);
}

.dz_bz .t_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.dz_bz .w_z {
    font-size: 18px;
    line-height: 2;
    color: #412e2e;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .dz_bz {
        padding: 60px 0;
    }
    .dz_bz .bz_lc ul {
        justify-content: center;
    }
    .dz_bz .bz_lc ul li {
        width: 32%;
    }
    .dz_bz .bz_lc ul li:after {
        display: none;
    }
    .dz_bz .w_z {
        font-size: 22px;
    }
}

.dz_cs {
    width: 100%;
    padding: 70px 0 40px;
    overflow: hidden;
}

.dz_cs .row {
    margin: 0 -20px;
}

.dz_cs .col-12 {
    padding: 0 20px;
}

.dz_cs .gy_wz {
    padding: 30px;
    border-radius: 15px;
    background-color: #3f57b8;
    background-image: url(../images/by.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    color: #fff;
}

.dz_cs .gy_wz .b_t {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
}

.dz_cs .gy_wz .w_z {
    line-height: 2;
}

.dz_cs .gy_tp img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width:1024px) {
    .dz_cs {
        padding: 60px 0;
    }
    .dz_cs .row {
        flex-flow: column-reverse;
    }
    .dz_cs .gy_wz {
        border-radius: 10px;
    }
    .dz_cs .gy_wz .b_t {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .dz_cs .gy_wz .w_z {
        line-height: 2;
    }
    .dz_cs .gy_tp img {
        width: 60%;
    }
}

.dz_gn {
    width: 100%;
    background-color: #f4f4f4;
    padding: 70px 0;
    overflow: hidden;
}

.dz_gn .gy_tp {
    padding: 0 20px 20px 0;
}

.dz_gn .gy_tp img {
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.dz_gn .gy_tp:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    content: "";
    background-color: #62aff0;
}

.dz_gn .gy_wz {
    padding: 30px 50px 50px 30px;
    border-radius: 10px;
    background-color: #fff;
}

.dz_gn .gy_wz h3 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
}

.dz_gn .gy_wz p {
    font-size: 17px;
    line-height: 1.8;
    color: #777;
}

.dz_gn .gy_wz .t_b {
    opacity: .3;
    margin-top: 35px;
    text-align: right;
}

@media only screen and (max-width:1024px) {
    .dz_gn {
        background-color: #fff;
        padding: 60px 0;
    }
    .dz_gn .row {
        flex-direction: column-reverse;
    }
    .dz_gn .gy_tp {
        padding: 0;
        margin-bottom: 30px;
    }
    .dz_gn .gy_tp:after {
        display: none;
    }
    .dz_gn .gy_wz {
        padding: 40px;
        background-color: #f7f7f7;
    }
    .dz_gn .gy_wz h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .dz_gn .gy_wz p {
        font-size: 20px;
    }
    .dz_gn .gy_wz .t_b {
        margin-top: 20px;
    }
}

.dz_ys {
    width: 100%;
    padding: 70px 0;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden;
}

.dz_ys:after {
    width: 100%;
    height: 250px;
    background-color: #2c63be;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.dz_ys .container {
    position: relative;
    z-index: 9;
}

.dz_ys .ys_js {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.dz_ys .ys_js img {
    width: 100%;
    height: auto;
    display: block;
}

.dz_ys .ys_js .js_nr {
    width: 46%;
    padding: 30px 30px 80px;
    border-radius: 0 10px;
    background-color: #0081ee;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.dz_ys .ys_js .js_nr h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.dz_ys .ys_js .js_nr p {
    font-size: 17px;
    line-height: 1.8;
}

.dz_ys .js_wz {
    width: 32%;
    padding: 40px 30px 80px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

.dz_ys .js_wz:hover {
    background: #0081ee url(../images/by1.png) no-repeat right bottom;
}

.dz_ys .js_wz h3 {
    font-size: 26px;
    color: #333;
    line-height: 32px;
    text-align: center;
    margin-bottom: 20px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.dz_ys .js_wz:hover h3 {
    color: #fff;
}

.dz_ys .js_wz p {
    font-size: 16px;
    line-height: 1.8;
    color: #777;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.dz_ys .js_wz:hover p {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .dz_ys {
        padding: 60px 0;
    }
    .dz_ys:after {
        width: 100%;
        height: 380px;
        background-color: #2c63be;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }
    .dz_ys .container {
        position: relative;
        z-index: 9;
    }
    .dz_ys .ys_js {
        height: 260px;
        margin-bottom: 60px;
    }
    .dz_ys .ys_js img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    .dz_ys .ys_js .js_nr {
        width: 46%;
        padding: 25px;
    }
    .dz_ys .ys_js .js_nr h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 36px;
    }
    .dz_ys .ys_js .js_nr p {
        font-size: 18px;
        line-height: 1.6;
    }
    .dz_ys .js_wz {
        width: 100%;
        padding: 30px;
    }
    .dz_ys .js_wz h3 {
        font-weight: bold;
        line-height: 36px;
    }
    .dz_ys .js_wz p {
        font-size: 20px;
    }
}

.dz_al {
    width: 100%;
    padding: 70px 0 40px;
    background: url(../images/dz_al.jpg) no-repeat center / cover;
    overflow: hidden;
}

.dz_al .gy_bt h3 {
    color: #fff;
}

.dz_al .gy_nr {
    border-radius: 10px;
    overflow: hidden;
}

.dz_al .gy_wz {
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
}

.dz_al .gy_nr:hover .gy_wz {
    background-color: rgba(44, 99, 190, .9);
}

@media only screen and (max-width:1024px) {
    .dz_al {
        padding: 60px 0 40px;
    }
    .dz_al .row {
        margin: 0 -10px;
    }
    .dz_al .col-6 {
        padding: 0 10px;
    }
    .dz_al .gy_wz {
        font-size: 20px;
        line-height: 1.8;
    }
}

.dz_cj {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.dz_cj .cj_tp {
    width: 70%;
    display: inline-block;
}

.dz_cj .cj_tp img {
    width: 100%;
    height: auto;
    display: block;
}

.dz_cj .cj_tp .bd {
    width: 81.25%;
    display: inline-block;
    position: relative;
}

.dz_cj .cj_tp .f_d {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff url(../images/ss.png) no-repeat center;
    cursor: pointer;
}

.dz_cj .cj_tp .hd {
    width: 17%;
    display: inline-block;
}

.dz_cj .cj_tp .hd ul li {
    margin: 10px 0;
    background-color: #2c63be;
    cursor: pointer;
}

.dz_cj .cj_tp .hd ul li img {
    opacity: .6;
}

.dz_cj .cj_tp .hd ul li.on img {
    opacity: 1;
}

.dz_cj .cj_bt {
    width: 26%;
    padding: 60px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    text-align: center;
    display: inline-block;
}

.dz_cj .cj_bt h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
}

.dz_cj .cj_bt img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .dz_cj {
        padding: 60px 0;
    }
    .dz_cj .row {
        flex-direction: column-reverse;
    }
    .dz_cj .cj_tp {
        width: 100%;
    }
    .dz_cj .cj_tp .row {
        flex-direction: inherit;
    }
    .dz_cj .cj_tp .f_d {
        width: 80px;
        height: 80px;
        background: #fff url(../images/ss.png) no-repeat center / cover;
    }
    .dz_cj .cj_bt {
        width: 100%;
        padding: 0;
        box-shadow: none;
        margin-bottom: 30px;
    }
}

.tc_dt {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.tc_dt .dt_nr {
    width: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.tc_dt .dt_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.tc_dt .dt_nr .g_b {
    width: 36px;
    height: 36px;
    background: url(../images/gb.png) no-repeat center / cover;
    position: absolute;
    top: -60px;
    right: -60px;
    cursor: pointer;
}

@media only screen and (max-width:1024px) {
    .tc_dt .dt_nr {
        width: 90%;
    }
    .tc_dt .dt_nr .g_b {
        top: -56px;
        right: 0;
    }
}

.gs_js {
    width: 100%;
    padding: 70px 0 100px;
    overflow: hidden;
    position: relative;
}

.gs_js .row {
    margin: 0 -30px;
}

.gs_js .col-12 {
    padding: 0 30px;
}

.gs_js .js_tp {
    position: relative;
}

.gs_js .js_tp:after {
    width: 100%;
    height: 100%;
    background-color: #2e8ae5;
    position: absolute;
    bottom: -30px;
    right: -30px;
    content: "";
    z-index: -1;
}

.gs_js .js_tp img {
    width: 100%;
    height: 100%;
    display: block;
}

.gs_js .js_wz {
    line-height: 2.2;
    color: #666;
}

@media only screen and (max-width:1024px) {
    .gs_js {
        padding: 50px 0;
    }
    .gs_js .js_tp:after {
        display: none;
    }
    .gs_js .js_wz {
        line-height: 2.2;
        color: #666;
        margin-bottom: 20px;
    }
}

.gs_lc {
    width: 100%;
    padding: 70px 0;
    background: url(../images/lc_bj.jpg) no-repeat center / cover fixed;
    overflow: hidden;
}

.gs_lc .gy_bt h3 {
    color: #fff;
}

.gs_lc .lc_nr {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.gs_lc .lc_nr:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #01a1ff;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 0;
}

.gs_lc .lc_nr:after {
    width: 4px;
    height: 100%;
    background-color: #01a1ff;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 3px;
}

.gs_lc .lc_nr .row {
    margin: 0;
}

.gs_lc .lc_nr .col-12 {
    padding: 0;
}

.gs_lc .lc_nr ul li:nth-child(2n) {
    margin-top: 60px;
}

.gs_lc .lc_nr .w_z {
    padding-right: 200px;
    position: relative;
    margin-top: 30px;
    text-align: right;
}

.gs_lc .lc_nr ul li:nth-child(2n) .w_z {
    padding-left: 200px;
    padding-right: 0;
    text-align: left;
}

.gs_lc .lc_nr .w_z:after {
    width: 160px;
    height: 4px;
    background-color: #01a1ff;
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
}

.gs_lc .lc_nr ul li:nth-child(2n) .w_z:after {
    left: 0;
    right: auto;
}

.gs_lc .lc_nr .w_z:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #01a1ff;
    content: "";
    position: absolute;
    right: 156px;
    top: 46px;
}

.gs_lc .lc_nr ul li:nth-child(2n) .w_z:before {
    left: 156px;
    right: auto;
}

.gs_lc .lc_nr .w_z h3 {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    font-size: 20px;
    color: #27445e;
    text-align: center;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 15px;
}

.gs_lc .lc_nr .l_c {
    padding-left: 30px;
    color: #fff;
    text-align: left;
    line-height: 26px;
    position: relative;
}

.gs_lc .lc_nr ul li:nth-child(2n) .l_c {
    padding-left: 0;
    padding-right: 20px;
}

.gs_lc .lc_nr .l_c:after {
    width: 12px;
    height: 12px;
    background-color: #01a1ff;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
}

.gs_lc .lc_nr ul li:nth-child(2n) .l_c:after {
    left: auto;
    right: 0;
}

@media only screen and (max-width:1024px) {
    .gs_lc {
        padding: 60px 0 30px;
        background: url(../images/lc_bj.jpg) no-repeat center / cover;
    }
    .gs_lc .lc_nr {
        padding: 30px 0 0;
    }
    .gs_lc .lc_nr:before {
        display: none;
    }
    .gs_lc .lc_nr:after {
        display: none;
    }
    .gs_lc .lc_nr ul li {
        margin-bottom: 30px;
    }
    .gs_lc .lc_nr ul li:nth-child(2n) {
        margin-top: 0;
    }
    .gs_lc .lc_nr .w_z {
        padding-right: 260px;
        margin-top: 0;
    }
    .gs_lc .lc_nr ul li:nth-child(2n) .w_z {
        padding-left: 260px;
    }
    .gs_lc .lc_nr .w_z:after {
        width: 220px;
        top: 33px;
    }
    .gs_lc .lc_nr .w_z:before {
        right: 216px;
        top: 29px;
    }
    .gs_lc .lc_nr ul li:nth-child(2n) .w_z:before {
        left: 216px;
        right: auto;
    }
    .gs_lc .lc_nr .l_c {
        padding-left: 0;
        padding-right: 25px;
        font-size: 18px;
        text-align: right;
        line-height: 32px;
    }
    .gs_lc .lc_nr ul li:nth-child(2n) .l_c {
        padding-left: 25px;
        padding-right: 0;
        text-align: left;
    }
    .gs_lc .lc_nr .l_c:after {
        left: auto;
        right: 0;
        top: 10px;
    }
    .gs_lc .lc_nr ul li:nth-child(2n) .l_c:after {
        left: 0;
        right: auto;
    }
}

.gs_zz {
    width: 100%;
    padding: 70px 0;
    background: #f7f7f7 url(../images/zz.png) no-repeat 60% 10%;
    overflow: hidden;
}

.gs_zz .zz_zs {
    position: relative;
}

.gs_zz .zz_zs .swiper-slide {
    background-color: #fff;
    padding: 15px 15px 10px;
}

.gs_zz .zz_zs .swiper-button-prev {
    width: 32px;
    height: 60px;
    border-radius: 5px;
    background: rgba(16, 113, 220, .6) url(../images/ban_l.png) no-repeat center / 26px 26px;
    left: -50px;
    margin-top: -30px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gs_zz .zz_zs .swiper-button-prev:hover {
    background: rgba(16, 113, 220, 1) url(../images/ban_l.png) no-repeat center / 26px 26px;
}

.gs_zz .zz_zs .swiper-button-next {
    width: 32px;
    height: 60px;
    border-radius: 5px;
    background: rgba(16, 113, 220, .6) url(../images/ban_r.png) no-repeat center / 26px 26px;
    right: -50px;
    margin-top: -30px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gs_zz .zz_zs .swiper-button-next:hover {
    background: rgba(16, 113, 220, 1) url(../images/ban_r.png) no-repeat center / 26px 26px;
}

.gs_zz .zz_zs .swiper-pagination {
    bottom: 0;
    display: none;
}

.gs_zz .zz_zs .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #999;
    opacity: .5;
}

.gs_zz .zz_zs .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #0b7e99;
}

.gs_zz .t_p {
    height: 260px;
    margin: 20px 0;
}

.gs_zz .t_p img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: scale-down;
    object-position: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.gs_zz .w_z {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #27445e;
    line-height: 26px;
}

@media only screen and (max-width:1024px) {
    .gs_zz {
        padding: 50px 0;
    }
    .gs_zz .swiper-zz {
        padding-bottom: 50px;
    }
    .gs_zz .zz_zs .swiper-button-prev {
        display: none;
    }
    .gs_zz .zz_zs .swiper-button-next {
        display: none;
    }
    .gs_zz .zz_zs .swiper-pagination {
        display: block;
    }
    .gs_zz .w_z {
        padding: 10px 0;
        font-size: 20px;
        line-height: 30px;
    }
}

.ny_nr {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .ny_nr {
        padding: 50px 0;
    }
}

.ny_nr .ny_ej {
    margin-bottom: 50px;
}

.ny_nr .ny_ej ul {
    display: flex;
    justify-content: center;
}

.ny_nr .ny_ej ul li {
    min-width: 180px;
    border-radius: 5px;
    margin: 0 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
}

.ny_nr .ny_ej ul li a {
    display: block;
}

.ny_nr .ny_ej ul li:hover a {
    background: #1e57be url(../images/lg.png) no-repeat right bottom / 36px auto;
    color: #fff;
}

.ny_nr .ny_ej ul li.on a {
    background: #1e57be url(../images/lg.png) no-repeat right bottom / 36px auto;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .ny_nr .ny_ej {
        margin-bottom: 20px;
    }
    .ny_nr .ny_ej ul {
        flex-wrap: wrap;
    }
    .ny_nr .ny_ej ul li {
        min-width: 47%;
        margin: 0 1.5% 20px;
        font-size: 22px;
        line-height: 60px;
    }
}

.ny_nr .cp_lb .row {
    margin: 0 -10px;
}

.ny_nr .cp_lb .col-6 {
    padding: 0 10px;
}

.ny_nr .cp_lb .gy_nr {
    margin-bottom: 20px;
}

.ny_nr .cp_lb .gy_tp {
    background-color: #f4f6f8;
}

.ny_nr .cp_lb .gy_tp:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(35, 90, 173, .8);
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .cp_lb .gy_nr:hover .gy_tp:after {
    opacity: 1;
}

.ny_nr .cp_lb .gy_tp .t_c {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, .7);
    z-index: 9;
    display: flex;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .cp_lb .gy_nr:hover .gy_tp .t_c {
    opacity: 1;
}

.ny_nr .cp_lb .gy_tp .t_c span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.ny_nr .cp_lb .gy_wz {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .ny_nr .cp_lb .gy_wz {
        font-size: 20px;
        text-align: center;
    }
}

.ny_nr .al_lb .row {
    margin: 0 -10px;
}

.ny_nr .al_lb .col-12 {
    padding: 0 10px;
}

.ny_nr .al_lb .gy_nr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.ny_nr .al_lb .gy_tp {
    background-color: #f4f6f8;
}

.ny_nr .al_lb .gy_tp .t_c {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .al_lb .gy_nr:hover .gy_tp .t_c {
    opacity: 1;
}

.ny_nr .al_lb .gy_tp .t_c i {
    font-size: 36px;
    color: #fff;
}

.ny_nr .al_lb .gy_wz {
    padding: 15px 15px 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.ny_nr .al_lb .gy_wz h4 {
    font-size: 17px;
    line-height: 1.8;
}

.ny_nr .al_lb .gy_wz h4 em {
    float: right;
    font-size: 15px;
    color: #777;
}

.ny_nr .al_lb .gy_wz .x_q {
    display: flex;
    font-size: 15px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

@media only screen and (max-width:1024px) {
    .ny_nr .al_lb .gy_tp .t_c i {
        font-size: 46px;
    }
    .ny_nr .al_lb .gy_wz {
        padding: 20px 20px 15px;
        font-size: 20px;
    }
    .ny_nr .al_lb .gy_wz h4 {
        font-size: 24px;
    }
    .ny_nr .al_lb .gy_wz h4 em {
        font-size: 20px;
    }
    .ny_nr .al_lb .gy_wz .x_q {
        font-size: 20px;
        padding-top: 15px;
        margin-top: 20px;
    }
}

.ny_nr .xw_lb {
    margin-bottom: 50px;
}

.ny_nr .xw_lb ul li {
    padding: 25px 35px;
    background-color: #fafafa;
    margin-bottom: 30px;
    display: flex;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .xw_lb ul li:hover {
    background-color: #1071dc;
}

.ny_nr .xw_lb .xw_sj {
    width: 74px;
    text-align: center;
    margin-right: 35px;
}

.ny_nr .xw_lb .xw_sj strong {
    width: 100%;
    height: 74px;
    border-radius: 5px;
    background-color: #1071dc;
    font-size: 22px;
    line-height: 74px;
    color: #fff;
    display: inline-block;
}

.ny_nr .xw_lb .xw_sj p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 6px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .xw_lb ul li:hover .xw_sj p {
    color: #fff;
}

.ny_nr .xw_lb .gy_tp {
    width: 260px;
    height: 200px;
    margin-right: 35px;
}

.ny_nr .xw_lb ul li:hover .gy_tp img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.ny_nr .xw_lb .gy_wz {
    width: calc(100% - 330px);
}

.ny_nr .xw_lb .gy_wz h1 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 6px;
}

.ny_nr .xw_lb ul li:hover .gy_wz h1 a {
    color: #fff;
}

.ny_nr .xw_lb .gy_wz span {
    color: #777;
    line-height: 36px;
    float: left;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_nr .xw_lb ul li:hover .gy_wz span {
    color: #fff;
}

.ny_nr .xw_lb .gy_wz span i {
    vertical-align: middle;
    margin-right: 10px;
}

.ny_nr .xw_lb .gy_wz p {
    line-height: 1.6;
    color: #777;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_nr .xw_lb ul li:hover .gy_wz p {
    color: #fff;
}

.ny_nr .xw_lb .gy_wz a.x_q {
    width: 110px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 18px;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    color: #777;
    float: right;
}

.ny_nr .xw_lb ul li:hover .gy_wz a.x_q {
    border: 1px solid #fff;
    color: #fff;
}

.ny_nr .xw_lb ul li:hover .gy_wz a.x_q:hover {
    background-color: #fff;
    color: #1071dc;
}

@media only screen and (max-width:1024px) {
    .ny_nr .xw_lb {
        margin-bottom: 30px;
    }
    .ny_nr .xw_lb ul li {
        padding: 20px;
        flex-wrap: wrap;
    }
    .ny_nr .xw_lb .xw_sj {
        width: 100%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ny_nr .xw_lb .xw_sj strong {
        width: 56px;
        height: 56px;
        font-size: 22px;
        line-height: 56px;
        text-align: center;
    }
    .ny_nr .xw_lb .xw_sj p {
        font-size: 20px;
        line-height: 56px;
        margin-top: 0;
        margin-left: 10px;
        display: inline-block;
    }
    .ny_nr .xw_lb .gy_tp {
        width: 220px;
        height: 160px;
        margin-right: 0;
    }
    .ny_nr .xw_lb .gy_wz {
        width: calc(100% - 240px);
    }
    .ny_nr .xw_lb .gy_wz h1 {
        font-size: 22px;
    }
    .ny_nr .xw_lb .gy_wz p {
        font-size: 18px;
        margin-top: 6px;
        margin-bottom: 15px;
    }
    .ny_nr .xw_lb .gy_wz a.x_q {
        width: 130px;
        font-size: 18px;
    }
}

.al_zh {
    width: 100%;
    padding: 60px 0;
    background-color: #f7f7f7;
    overflow: hidden;
}

.al_zh .al_bt {
    width: 100%;
    height: 50px;
    background-color: #f7fafe;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 40px;
    position: relative;
    padding-left: 258px;
    display: flex;
}

.al_zh .al_bt .b_t {
    position: absolute;
    top: 0;
    left: 0;
    width: 238px;
    height: 60px;
    padding-right: 12px;
    background: url(../images/a3.png) no-repeat right top;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.al_zh .al_bt .b_t img {
    margin-right: 10px;
}

.al_zh .al_bt .hd ul li {
    float: left;
    min-width: 100px;
    margin-left: 15px;
    border: 1px solid #f7fafe;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.al_zh .al_bt .hd ul li:hover {
    border: 1px solid #2e8ae5;
    color: #2e8ae5;
}

.al_zh .al_bt .hd ul li.on {
    border: 1px solid #2e8ae5;
    color: #2e8ae5;
}

.al_zh .bd {
    background-color: #fff;
    padding: 30px;
}

.al_zh .al_nr .b_t {
    border-bottom: 1px solid #ddd;
    height: 46px;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #2e8ae5;
    margin-bottom: 20px;
}

.al_zh .al_nr .b_t span {
    padding-bottom: 16px;
    border-bottom: 3px solid #2e8ae5;
}

.al_zh .al_nr ul li {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.4;
}

@media only screen and (max-width:1024px) {
    .al_zh {
        padding: 50px 0;
    }
    .al_zh .al_bt {
        height: inherit;
        background: none;
        box-shadow: none;
        margin-bottom: 30px;
        padding-left: 0;
        display: block;
    }
    .al_zh .al_bt .b_t {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding-right: 0;
        background: #1e57be;
        font-size: 26px;
    }
    .al_zh .al_bt .hd ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .al_zh .al_bt .hd ul li {
        float: none;
        width: 22%;
        margin: 20px 1.5% 0;
        font-size: 20px;
        line-height: 50px;
        background-color: #fff;
        border: 1px solid #fff;
    }
    .al_zh .al_bt .hd ul li:hover {
        background-color: #2e8ae5;
        color: #fff;
    }
    .al_zh .al_bt .hd ul li.on {
        background-color: #2e8ae5;
        color: #fff;
    }
    .al_zh .al_nr .b_t {
        height: 56px;
        font-size: 26px;
        line-height: 36px;
    }
    .al_zh .al_nr .b_t span {
        padding-bottom: 18px;
        border-bottom: 3px solid #2e8ae5;
    }
    .al_zh .al_nr ul li {
        margin: 8px 0;
        font-size: 18px;
        line-height: 1.6;
    }
}

.jm_ys {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.jm_ys .ys_tp {
    width: 50%;
    position: relative;
    display: inline-block;
}

.jm_ys .ys_tp:before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #fff;
    z-index: 99;
}

.jm_ys .ys_tp:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50px;
    left: 50px;
    content: "";
    background-color: #1389ed;
    opacity: .5;
    z-index: 99;
}

.jm_ys .ys_tp .bs_bj {
    width: 46%;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8);
    z-index: 99;
}

.jm_ys .ys_tp img {
    width: 100%;
    height: auto;
    display: block;
}

.jm_ys .ys_tp .swiper-pagination {
    width: 26%;
    left: auto;
    right: 0;
    z-index: 999;
    bottom: 19px;
}

.jm_ys .ys_tp .swiper-pagination-bullet {
    margin: 0 3px;
}

.jm_ys .ys_tp .dq_wz {
    width: 20%;
    position: absolute;
    bottom: 0;
    right: 26%;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
}

.jm_ys .ys_tp .dq_wz span {
    font-size: 22px;
    color: #1389ed;
}

.jm_ys .ys_tp .dq_wz em {
    padding: 0 2px;
}

.jm_ys .ys_wz {
    width: 46%;
    position: relative;
    display: inline-block;
}

.jm_ys .ys_wz:before {
    width: 200px;
    height: 54px;
    position: absolute;
    bottom: 25%;
    right: 0;
    content: "";
    background: url(../images/logo.png) no-repeat center / cover;
    opacity: .3;
}

.jm_ys .ys_wz:after {
    width: 34px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: url(../images/a13.png) no-repeat center;
}

.jm_ys .ys_wz em {
    width: calc(100% - 224px);
    height: 2px;
    background-color: #ddd;
    position: absolute;
    right: 54px;
    bottom: 17px;
    display: block;
}

.jm_ys .ys_wz h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
    margin-bottom: 15px;
}

.jm_ys .ys_wz p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.jm_ys .ys_wz .swiper-button-next {
    width: 150px;
    height: 44px;
    background: #1389ed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    margin: 0;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}

.jm_ys .ys_wz .swiper-button-next i {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 10px;
}

@media only screen and (max-width:1024px) {
    .jm_ys {
        padding: 50px 0;
    }
    .jm_ys .ys_tp {
        width: 100%;
    }
    .jm_ys .ys_tp:before {
        width: 80px;
        height: 80px;
    }
    .jm_ys .ys_tp:after {
        width: 50px;
        height: 50px;
        top: 80px;
        left: 80px;
    }
    .jm_ys .ys_wz {
        width: 100%;
        padding-bottom: 100px;
        margin-top: 30px;
    }
    .jm_ys .ys_wz:before {
        bottom: 17%;
        opacity: .2;
    }
    .jm_ys .ys_wz p {
        font-size: 20px;
    }
    .jm_ys .ys_wz .swiper-button-next {
        font-size: 20px;
    }
}

.jm_lx {
    width: 100%;
    padding: 70px 0;
    background: url(../images/jm_bj.jpg) no-repeat center / cover;
    overflow: hidden;
}

.jm_lx h3 {
    font-size: 26px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
}

.jm_lx em {
    width: 200px;
    height: 1px;
    background-color: #ddd;
    display: block;
    margin: 20px 0;
}

.jm_lx .jm_xx {
    width: 480px;
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 10px;
}

.jm_lx .jm_xx .x_x ul li {
    padding-left: 36px;
    position: relative;
    margin-bottom: 15px;
}

.jm_lx .jm_xx .x_x img {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.jm_lx .jm_xx .x_x h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}

.jm_lx .jm_xx .x_x p {
    line-height: 1.6;
    color: #555;
}

.jm_lx .jm_xx .x_x strong {
    font-size: 20px;
    color: #000;
}

.jm_lx .jm_xx .d_z {
    width: 100%;
    height: 126px;
    margin-top: 20px;
    background-size: cover !important;
}

.jm_lx .jm_ly {
    width: calc(100% - 500px);
    padding: 25px 35px;
    background-color: #fff;
    border-radius: 10px;
}

.jm_lx .jm_ly .l_y ul li {
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    padding: 0 25px 0 120px;
    margin-bottom: 20px;
}

.jm_lx .jm_ly .l_y span {
    width: 100px;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 3px;
    left: 0;
}

.jm_lx .jm_ly .l_y input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
}

.jm_lx .jm_ly .l_y i {
    width: 25px;
    height: 50px;
    font-size: 14px;
    line-height: 36px;
    color: #F00;
    position: absolute;
    top: 0;
    right: 0;
}

.jm_lx .jm_ly .l_y button {
    width: 100%;
    height: 50px;
    background-color: #1389ed;
    border-radius: 25px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    display: block;
    outline: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.jm_lx .jm_ly .l_y button:hover {
    background-color: #0769bb;
}

@media only screen and (max-width:1024px) {
    .jm_lx {
        padding: 50px 0;
    }
    .jm_lx em {
        width: 100%;
    }
    .jm_lx .jm_xx {
        width: 100%;
        margin-bottom: 20px;
    }
    .jm_lx .jm_xx .x_x img {
        top: 6px;
    }
    .jm_lx .jm_xx .x_x h4 {
        font-size: 20px;
    }
    .jm_lx .jm_xx .x_x strong {
        font-size: 22px;
    }
    .jm_lx .jm_xx .d_z {
        height: 200px;
        margin-top: 30px;
    }
    .jm_lx .jm_ly {
        width: 100%;
    }
    .jm_lx .jm_ly .l_y ul li {
        padding: 0 25px 0 160px;
        margin-bottom: 30px;
    }
    .jm_lx .jm_ly .l_y span {
        width: 140px;
        font-size: 20px;
        line-height: 52px;
        top: 4px;
    }
    .jm_lx .jm_ly .l_y input {
        height: 60px;
        line-height: 60px;
    }
    .jm_lx .jm_ly .l_y i {
        height: 60px;
        font-size: 18px;
        line-height: 40px;
    }
    .jm_lx .jm_ly .l_y button {
        height: 60px;
        border-radius: 0;
        font-size: 22px;
        line-height: 60px;
    }
}

.lx_wm {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.lx_wm .lx_fs {
    position: relative;
    padding-top: 70px;
}

.lx_wm .lx_xx {
    width: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 30px;
    position: relative;
}

.lx_wm .lx_xx:after {
    width: 150px;
    height: 54px;
    position: absolute;
    bottom: 15%;
    right: 10%;
    content: "";
    background: url(../images/logo_t.png) no-repeat center / cover;
}

.lx_wm .lx_xx ul li {
    margin: 30px 0;
    padding-left: 50px;
    position: relative;
}

.lx_wm .lx_xx ul li img {
    width: 32px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.lx_wm .lx_xx p {
    font-size: 16px;
    line-height: 32px;
}

.lx_wm .map {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width:1024px) {
    .lx_wm {
        padding: 50px 0;
    }
    .lx_wm .lx_fs {
        padding: 0 20px;
    }
    .lx_wm .lx_fs .container {
        padding: 0;
    }
    .lx_wm .lx_xx {
        width: 100%;
    }
    .lx_wm .lx_xx ul li {
        margin: 20px 0;
    }
    .lx_wm .lx_xx ul li img {
        top: 5px;
    }
    .lx_wm .lx_xx p {
        font-size: 20px;
        line-height: 38px;
    }
    .lx_wm .map {
        width: 100%;
        height: 260px;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 30px;
    }
}

.zs_fw {
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
}

.zs_fw .fw_bt {
    width: 100%;
    background: url(../images/zs_bj.jpg) no-repeat center / cover;
    padding: 50px 0 35px;
    text-align: center;
    overflow: hidden;
}

.zs_fw .fw_bt h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px;
}

.zs_fw .fw_bt img {
    max-width: 100%;
    display: inline-block;
}

.zs_fw .container {
    margin: 70px auto;
}

.zs_fw .row {
    margin: 0 -20px;
}

.zs_fw .col-12 {
    padding: 0 20px;
}

.zs_fw .zs_kf {
    padding: 30px 40px;
    background-image: url(../images/a12.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.zs_fw .zs_kf:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .3);
}

.zs_fw .zs_kf .t_b {
    width: 100px;
    margin: 0 20px;
    display: inline-block;
}

.zs_fw .zs_kf .t_b img {
    width: 100%;
    height: auto;
    display: block;
}

.zs_fw .zs_kf .w_m {
    width: calc(100% - 180px);
    border-left: 1px solid #fff;
    padding: 30px 0 20px 40px;
    display: inline-block;
}

.zs_fw .zs_kf .w_m img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.zs_fw .zs_kf .w_m p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .zs_fw .fw_bt {
        padding: 60px 0 45px;
    }
    .zs_fw .fw_bt h3 {
        font-size: 32px;
        line-height: 46px;
    }
    .zs_fw .container {
        margin: 50px auto;
    }
    .zs_fw .col-12:last-child {
        margin-top: 30px;
    }
    .zs_fw .zs_kf .w_m p {
        font-size: 20px;
    }
}

.yema {
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #ddd;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: flex;
}

.yema .p_r i {
    vertical-align: middle;
    margin-top: -4px;
}

.yema .n_x i {
    vertical-align: middle;
    margin-top: -4px;
}

.yema .p_g ul li {
    margin: 2px;
    display: inline-block;
}

.yema .p_g ul li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    text-align: center;
    color: #333;
    display: inline-block;
}

.yema .p_g ul li a:hover {
    background-color: #1e57be;
    color: #fff;
}

.yema .p_g ul li a.on {
    background-color: #1e57be;
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .yema {
        padding: 20px 0;
        line-height: 44px;
    }
    .yema .p_g ul li a {
        width: 44px;
        height: 44px;
    }
}

.footer {
    width: 100%;
    padding: 40px 0;
    background-color: #24252a;
    font-size: 14px;
    line-height: 26px;
    color: #aaa;
}

.footer .ft_lx {
    width: 300px;
    padding-right: 60px;
    position: relative;
}

.footer .ft_lx:after {
    width: 2px;
    height: 80%;
    background-color: #66676a;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.footer .ft_lg {
    width: 156px;
    opacity: .7;
}

.footer .ft_lg img {
    width: 100%;
    height: auto;
    display: block;
}

.footer .ft_tl {
    padding: 15px 15px 15px 43px;
    margin: 25px 0;
    background-color: #313237;
    position: relative;
}

.footer .ft_tl p {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
}

.footer .ft_tl img {
    max-width: 100%;
    display: block;
    position: absolute;
    top: 22px;
    left: 15px;
}

.footer .ft_wm {
    display: flex;
    text-align: center;
}

.footer .ft_wm p {
    margin-top: 5px;
}

.footer .ft_dh {
    width: calc(100% - 360px);
}

.footer .ft_dh ul {
    margin: 0 -15px;
}

.footer .ft_dh ul li {
    display: inline-block;
    padding: 0 15px;
}

.footer .ft_dh h3 {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 10px;
}

.footer .ft_dh h3 a {
    color: #fff;
}

.footer .ft_dh p {
    margin-bottom: 10px;
}

.footer .ft_dh p a {
    color: #aaa;
    line-height: 24px;
}

.footer .ft_dh p a:hover {
    color: #fff;
}

.footer .ft_yl {
    text-align: right;
}

.footer .yq_lj {
    padding: 20px 10px;
    border: 1px solid #66676a;
    display: inline-block;
    text-align: left;
}

.footer .yq_lj h3 {
    margin: 0 10px 10px;
}

.footer .yq_lj a {
    color: #aaa;
    line-height: 24px;
    display: inline-block;
    margin: 0 10px;
}

.footer .yq_lj a:hover {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .footer {
        padding: 50px 0 35px;
        font-size: 18px;
        line-height: 36px;
        color: #aaa;
    }
    .footer .jt_ct {
        justify-content: center;
    }
    .footer .ft_lx {
        width: auto;
        padding-right: 0;
        display: inline-block;
    }
    .footer .ft_lx:after {
        display: none;
    }
    .footer .ft_lg {
        margin: 0 auto;
    }
    .footer .ft_tl {
        padding: 15px 20px 15px 55px;
        margin: 25px 0;
        background-color: #313237;
        position: relative;
    }
    .footer .ft_tl p {
        font-size: 22px;
        line-height: 40px;
    }
    .footer .ft_tl img {
        max-width: 100%;
        display: block;
        position: absolute;
        top: 26px;
        left: 20px;
    }
    .footer .ft_wm {
        display: flex;
        text-align: center;
    }
    .footer .ft_wm .w_m {
        margin: 0 10px;
    }
    .footer .ft_wm p {
        margin-top: 6px;
    }
    .footer .ft_dh {
        display: none;
    }
}

.banquan {
    width: 100%;
    padding: 20px 0;
    background-color: #1d1d21;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #aaa;
}

.banquan span {
    padding: 0 6px;
}

@media only screen and (max-width:1024px) {
    .banquan {
        padding: 25px 0 95px;
        font-size: 18px;
        line-height: 36px;
    }
    .banquan span {
        display: inline-block;
    }
}

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width:1024px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

.pc_kf {
    display: none;
    width: 70px;
    position: fixed;
    text-align: center;
    right: 10px;
    bottom: 5%;
    z-index: 99999;
}

.pc_kf .nr {
    width: 70px;
    height: 70px;
    padding: 13px 0 7px;
    border-bottom: 0;
    border-radius: 3px;
    margin-bottom: 4px;
    background-color: #0b7e99;
    position: relative;
}

.pc_kf .nr.w_x {
    display: none;
}

.pc_kf .ewm {
    width: 110px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 86px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-10px, -50%);
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    -o-transform: translate(-10px, -50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .nr:hover .ewm {
    opacity: 1;
    visibility: inherit;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.pc_kf .ewm:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #ccc;
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -10px;
}

.pc_kf .ewm:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #fff;
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    margin-top: -10px;
}

.pc_kf .ewm img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pc_kf .ewm p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 6px;
}

.pc_kf .ewm .q_q ul li {
    font-size: 12px;
    line-height: 24px;
}

.pc_kf .nr a {
    display: block;
    color: #fff;
}

.pc_kf .nr p {
    font-size: 13px;
    line-height: 24px;
}

.pc_kf .nr i {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.pc_kf .nr i.icon-zixun2 {
    font-size: 26px;
}

.pc_kf .nr i.icon-weixin {
    font-size: 28px;
}

.pc_kf .nr a:hover i {
    color: #fff !important;
}

.pc_kf .fh {
    width: 70px;
    height: 70px;
    padding: 13px 0 7px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background-color: #0b7e99;
    cursor: pointer;
    overflow: hidden;
}

.pc_kf .fh i {
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
}

.pc_kf .fh p {
    font-size: 13px;
    line-height: 24px;
}

.pc_kf .d_h {
    display: none;
}

@media only screen and (max-width:1024px) {
    .pc_kf {
        display: block;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .pc_kf .nr {
        width: 33.33333333333333%;
        /* width: 25.333333%; */
        height: 70px;
        float: left;
        padding: 0;
        border-right: 0;
        border-radius: 0;
        border-right: 1px solid rgba(255, 255, 255, .2);
        margin-bottom: 0;
    }
    .pc_kf .nr:first-child {
        border-left: 0;
    }
    .pc_kf .nr.p_c {
        display: none;
    }
    .pc_kf .nr.w_x {
        display: block;
    }
    .pc_kf .nr p {
        display: none;
    }
    .pc_kf .nr .ewm {
        display: none;
    }
    .pc_kf .tel {
        display: none;
    }
    .pc_kf .nr i {
        font-size: 32px;
        line-height: 70px;
    }
    .pc_kf .nr i.icon-zixun2 {
        font-size: 38px;
    }
    .pc_kf .nr a:hover i {
        color: #2d3c90;
    }
    .pc_kf .fh {
        /*width:33.33333333333333%;*/
        width: 23.333333%;
        height: 70px;
        float: left;
        padding: 0;
        border-radius: 0;
    }
    .pc_kf .fh i {
        font-size: 46px;
        line-height: 70px;
    }
    .pc_kf .d_h {
        display: block;
    }
}



.page-num {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-num-current {
  
  color: #ffffff;
  background-color: #007bff;
  
}