@charset "utf-8";

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: 'Source Han Sans rl', "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: 14px;
    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;
}

a:hover {
    color: #C70031;
    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;
}

::placeholder {
    color: #999;
}

/*5等分媒体查询样式begin*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-xs-4-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-sm-4-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-4-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-4-5 {
        width: 80% !important;
        float: left;
    }
}

/*5等分媒体查询样式end*/

@media only screen and (max-width:640px) {
    body {
        font-size: 1.4rem;
    }

    input,
    select,
    button,
    textarea {
        font-size: 1.4rem;
    }

    div {
        max-height: 999999999999999999999px;
    }

    .container,
    .container-fluid {
        padding: 0 20px;
    }
}

@media only screen and (max-width:640px) {
    html.on {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
}

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

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%);
    }
}


.h_top {
    background: #F7F7F7;
    padding: 10px 0px;
}

.h_top .d_h {
    color: #656565;
    font-size: 14px;
}



.top {
    position: fixed;
    width: 100%;
    overflow: hidden;
    padding: 30px 0px;
    background-color: #ffffff;
    z-index: 9999;
}

.top .z_c {
    display: flex;
    align-items: center;
    /* height: 54px;
    line-height: 54px; */
}

.top .z_c .h_by {
    color: #333333;
    font-size: 18px;
}

.top .row {
    align-items: center;
}

.top .tp_ss {
    display: flex;
    justify-content: flex-end;
}

.top .h_ss {
    width: 380px;
    height: 46px;
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #C7002F;
    overflow: hidden;
}

.top .h_ss .s_u {
    width: 90px;
    height: 46px;
    background: #C7002F url("../images/s_s.png") no-repeat top center;
    outline: none;
}

.top .h_ss .t_x {
    line-height: 46px;
    width: 70%;
    outline: none;
    text-indent: 16px;
}

.top .h_ss .t_x::placeholder {
    color: #999999;
    font-size: 14px;
}

.top .logo {
    width: 280px;
    display: inline-block;
    position: relative;
    margin-right: 24px;
}

.top .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;
}

.top .l_j ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top .l_j li {
    margin-left: 16px;
}

.top .l_j li a {
    display: flex;
    align-items: center;
    font-size: 36px;
}

.top .l_j li span {
    margin-left: 4px;
    /* max-width: 100%; */
    height: auto;
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
}

.top .l_j li img {
    width: 36px;
    height: auto;
    display: inline-block;
}

.header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    background: #003567;
}

.header .an {
    position: fixed;
    top: 0px;
    right: 20px;
    height: 22px;
    width: 32px;
    display: none;
    z-index: 9999999;
}

.header .an span {
    width: 32px;
    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: 10px;
    left: 0;
}

.header .an span.a3 {
    top: 20px;
    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 .nav {
    display: block;
    width: 100%;
}

.header .nav ul {
    display: flex;
    width: 100%;
    position: relative;
}

.header .nav ul li {
    position: relative;
    min-width: 16%;
    /* background: url("../images/d_dx.jpg") no-repeat right center; */
}

.header .nav ul li:last-child {
    background: none;
}

.header .nav .y_j {
    position: relative;
    text-align: center;
}

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

.header .nav .y_j a {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 52px;
}

.header .nav ul li:hover {
    background: #A90029;
}

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

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

.header .nav ul li.on {
    background: #A90029;
}

.header .nav .e_j {
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .04);
    background-color: #fff;
    position: absolute;
    top: 70px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}

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

.header .nav .f_l {
    margin: 6px 0;
}

.header .nav .f_l a {
    font-size: 14px;
    line-height: 32px;
    color: #999;
    text-align: center;
    display: block;
    position: relative;
}

.header .nav .f_l a:hover {
    color: #0081CC;
}

.header .nav .s_b {
    display: none;
}

.header .nav .f_h {
    display: none;
}

.header .nav .e_j .w_p {
    display: none;
}

.header .nav .e_j .p_c {
    display: block;
    padding: 30px 26px;
    background: #FFFFFF;
}

.header .nav .e_j .p_dl {
    display: flex;
    flex-wrap: wrap;
}

.header .nav .e_j .p_dl .d_l {
    max-width: 20%;
    margin: 0px 30px;
}

.header .nav .e_j .p_dl .b_t a {
    display: block;
    color: #1F1F1F;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: bold;
}

.header .nav .e_j .p_dl .l_b {
    min-height: 200px;
}

.header .nav .e_j .p_dl .l_b a {
    display: block;
    color: #393939;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
}

.header .nav .e_j .p_dl .m_r {
    margin-top: 26px;
}

.header .nav .e_j .p_dl .m_r a {
    padding: 15px 30px;
    background: #0081CD;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: capitalize;
}

@media only screen and (max-width:1199px) {
    .header .yy_qh {
        margin-right: 20px;
    }

    .header .nav .e_j .w_p {
        display: block;
    }

    .header .nav .e_j .p_c {
        display: none;
    }

    /* .top {
        position: fixed;
        background: #FFFFFF;
        padding: 20px 0px;
    } */

    .top .logo {
        width: 260px;
    }

    .top .tp_ss {
        justify-content: flex-start;
    }

    .top .h_ss {
        width: 290px;
    }

    .header .an {
        margin-top: 46px;
    }

    .top .z_c .h_by {
        font-size: 13px;
    }
}

@media only screen and (max-width:1024px) {

    .header.hd_sy {
        border-bottom: 0;
        background-color: #fff;
    }

    .header .logo {
        margin: 20px 0px 20px 15px;
    }

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

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

    .header .an {
        display: block;
    }

    .header .sc_nr {
        display: none;
    }

    .header.hd_sy .s_y a {
        color: #333;
        line-height: 60px;
    }

    .header .nav {
        width: 70%;
        height: calc(100% - 127px);
        padding: 10px 5% 20px;
        margin: 0;
        background-color: #fafafa;
        position: fixed;
        bottom: 0;
        right: -70%;
        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.on {
        right: 0;
    }

    .header .nav ul {
        width: 100%;
        float: none;
        display: block;
    }

    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        border-bottom: 1px solid #eee;
        float: none;
        padding: 0;
        margin: 0;
        background: none;
    }

    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        line-height: 60px;
        z-index: 99;
    }

    .header .nav .y_j a {
        font-size: 15px;
        color: #333;
        line-height: 56px;
    }

    .header .nav .y_j a:hover {
        color: #333;
    }

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

    .header .nav .container {
        justify-content: normal;
    }

    .header .nav .e_j {
        width: 70%;
        height: calc(100% - 127px);
        padding: 10px 5% 20px;
        border: 0;
        box-shadow: none;
        background-color: #fafafa;
        position: fixed;
        top: auto;
        left: auto;
        bottom: 0;
        right: -70%;
        z-index: 9999;
        overflow: auto;
        opacity: 1;
        display: block;
        visibility: inherit;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .header .nav .e_j.on {
        right: 0;
    }

    .header .nav .e_j:after {
        display: none;
    }

    .header .nav .ej_nr {
        padding: 0;
        border-top: 0;
        box-shadow: none;
        background: none;
    }

    .header .nav .ej_nr .container {
        padding: 0;
    }

    .header .nav .ej_nr .row {
        margin: 0;
    }

    .header .nav .g_b {
        display: none;
    }

    .header .nav .f_l {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .header .nav .f_l a {
        font-size: 14px;
        line-height: 50px;
        color: #555;
        text-align: left;
        border-bottom: 1px solid #eee;
    }

    .header .nav .f_l a:hover {
        color: #555;
    }

    .header .nav .s_b {
        display: block;
        line-height: 30px;
        margin-top: 20px;
    }

    .header .nav .s_b i {
        font-size: 16px;
        font-weight: bold;
    }
}

@media only screen and (max-width:640px) {
    .header {
        background: #FFFFFF;
    }

    .header .nav {
        height: calc(100% - 126px);
    }

    .header .nav .e_j {
        height: calc(100% - 126px);
    }

    .header .an span {
        background: #333;
    }

    .header .nav ul li.on:after {
        display: none;
    }

    /* .top {
        top: 41px;
    } */

    .top .tp_ss {
        display: none;
    }

    .top .z_c .h_by {
        display: none;
    }

    .top .l_j {
        display: none;
    }

    .h_top {
        position: fixed;
        width: 100%;
        z-index: 9999;
    }
}

@media only screen and (max-width:320px) {
    .header .an {
        right: 15px;
    }
}

.head_h {
    width: 100%;
    height: 90px;
    background-color: #fff;
    overflow: hidden;
    display: none;
}

@media only screen and (max-width:1024px) {
    .top .z_c .h_by {
        display: block;
    }

    .head_h {
        height: 114px;
    }

    .head_h.p_c {
        display: block;
    }
}

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

    .top .z_c .h_by {
        display: none;
    }
}

@media only screen and (min-width:1024px) {
    .top {
        position: relative;
    }
}


.pc_ban {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.pc_ban:after {
    width: 100%;
    height: 20%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    background-image: linear-gradient(top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.pc_ban .swiper-slide img {
    width: 100%;
    height: auto;
}

.pc_ban .swiper-button-prev {
    width: 40px;
    height: 60px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3) url(../images/ban_l.png) no-repeat center / 36px 36px;
    left: 0;
    top: 50%;
    margin-top: -23px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

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

.pc_ban:hover .swiper-button-prev:hover {
    background-color: #D90013;
    opacity: .8;
}

.pc_ban .swiper-button-next {
    width: 40px;
    height: 60px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3) url(../images/ban_r.png) no-repeat center / 36px 36px;
    right: 0;
    top: 50%;
    margin-top: -23px;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

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

.pc_ban:hover .swiper-button-next:hover {
    background-color: #D90013;
    opacity: .8;
}

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

.pc_ban .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    opacity: .6;
    margin: 0 5px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-pagination-bullet-active {
    width: 36px;
    opacity: 1;
}

.pc_ban .container {
    position: absolute;
    top: 50%;
    left: 50%;
    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%);
}

.pc_ban a {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1860px) {
    .pc_ban:hover .swiper-button-prev {
        left: 1%;
    }

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

    .pc_ban .container {
        max-width: 90%;
    }
}

@media only screen and (max-width:1440px) {
    .pc_ban .bn_wz .b_q {
        font-size: 60px;
        margin-bottom: 50px;
    }

    .pc_ban .bn_wz .w_z {
        font-size: 24px;
        line-height: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .pc_ban .bn_wz .b_q {
        font-size: 50px;
        margin-bottom: 30px;
    }

    .pc_ban .bn_wz .w_z {
        font-size: 20px;
        line-height: 40px;
    }
}

@media only screen and (max-width:768px) {
    .pc_ban .bn_wz .b_q {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .pc_ban .bn_wz .w_z {
        font-size: 16px;
        line-height: 30px;
    }

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

@media only screen and (max-width:640px) {
    .pc_ban:after {
        display: none;
    }

    .pc_ban .swiper-button-prev {
        display: none;
    }

    .pc_ban .swiper-button-next {
        display: none;
    }

    .pc_ban .container {
        max-width: 100%;
    }

    .pc_ban .bn_wz .b_q {
        font-size: 30px;
    }

    .pc_ban .bn_wz .w_z {
        font-size: 13px;
        line-height: 22px;
        max-width: 40%;
    }

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

.sy_on {
    width: 100%;
    padding: 50px 0px;
    position: relative;
}

.sy_on .container {
    position: relative;
}

.sy_on .on_nr {
    /* position: absolute;
    z-index: 99;
    top: -140px; */
}

.sy_on .n_r {
    background: #FFFFFF;
    overflow: hidden;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .05); */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.sy_on .n_r .w_z {
    margin-top: 24px;
    text-align: center;
}

.sy_on .n_r .t_b {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0px;
    border-bottom: solid 1px #DCDCDC;
    flex-direction: column;
}

.sy_on .n_r .t_b .t_p {
    width: 40%;
    text-align: center;
}

.sy_on .n_r .t_b .t_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.sy_on .n_r .t_b .w_z p {
    color: #000000;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}

.sy_on .n_r .t_b .w_z span {
    display: block;
    color: #575757;
    font-size: 12px;
}

.sy_on .n_r .d_b {
    text-align: center;
    color: #656565;
    font-size: 13px;
    padding: 16px 0px;
}

.sy_on .n_r .d_b i {
    color: #FFAB2C;
}

@media only screen and (max-width:1100px) {

    .sy_on .n_r .t_b {
        padding: 20px 16px;
    }

    .sy_on .n_r .t_b .w_z p {
        font-size: 14px;
        line-height: 36px;
    }

    .sy_on .n_r .t_b .w_z span {
        font-size: 12px;
    }

    .sy_on .n_r .d_b {
        font-size: 12px;
    }
}

@media only screen and (max-width:768px) {
    .sy_on {
        padding: 50px 0px 20px 0px;
    }

    .sy_on .on_nr {
        position: relative;
        top: auto;
    }

    .sy_on .n_r {
        margin-bottom: 20px;
    }

    .sy_on .n_r .t_b .t_p {
        width: 100%;
        margin-bottom: 6px;
    }

    .sy_on .n_r .w_z {
        width: 100%;
        margin-top: 4px;
    }
}

.sy_bt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
    /* padding-top: 10px 0px; */
}

.sy_bt .y_w {
    color: #2E2E2E;
    text-transform: uppercase;
    text-align: center;
    z-index: 99;
    opacity: .1;
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    top: -12px;
}

.sy_bt .z_w {
    color: #2E2E2E;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    letter-spacing: 2px;
    padding-top: 10px;
}

.sy_bt .z_w span {
    color: #C80031;
}

.sy_bt .z_w span.on {
    color: #FFFF00;
}

.sy_bt .m_s {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
}

.sy_bt.on .y_w {
    color: #FFFFFF;
}

.sy_bt.on .z_w {
    color: #FFFFFF;
}

.sy_bt.on .m_s {
    color: #FFFFFF;
}

.sy_bt.gn .y_w {
    text-align: left
}

.sy_bt.gn .z_w {
    text-align: left
}

@media only screen and (max-width:1100px) {
    .sy_bt {
        margin-bottom: 30px;
    }

    .sy_bt .z_w {
        font-size: 21px;
    }

    .sy_bt .y_w {
        font-size: 20px;
        top: -2px;
    }

    .sy_bt .m_s {
        font-size: 12px;
        line-height: 20px;
    }
}

.sy_xm {
    width: 100%;
    overflow: hidden;
    padding: 46px 0px 80px 0px;
    background-color: #F6F6F6;
}

.sy_xm .sx_nr {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* border: solid 2px #D5000D; */
}

.sy_xm .sx_nr .z_c {
    width: 100%;
    /* border-right: solid 2px #D5000D; */
}

.sy_xm .sx_nr .y_c {
    width: 100%;
}

.sy_xm .sx_nr .z_c .hd {
    display: flex;
    justify-content: center;
}

.sy_xm .sx_nr .z_c ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy_xm .sx_nr .z_c ul li {
    width: 296px;
}

.sy_xm .sx_nr .z_c .n_r {
    position: relative;
    /* padding: 36px 20px; */
    /* width: 296px; */
    text-align: center;
    background-color: #003567;
}

.sy_xm .sx_nr .z_c .on .n_r .i_t {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 12px);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid #D5000D;
}

.sy_xm .sx_nr .z_c .n_r .b_t {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 44px;
}

.sy_xm .sx_nr .z_c li.on .n_r {
    background: #D5000D;
}

.sy_xm .sx_nr .z_c li.on .n_r .b_t {
    color: #FFFFFF;
}

.sy_xm .sx_nr .z_c li:hover .n_r {
    background: #D5000D;
}

.sy_xm .sx_nr .z_c li:hover .n_r .b_t {
    color: #FFFFFF;
}

/* .sy_xm .sx_nr .y_c {
    margin-top: 36px;
} */

.sy_xm .sx_nr .y_c .y_nr {
    padding: 24px;
}

.sy_xm .sx_nr .y_c .y_nr .row {
    align-items: center;
}

.sy_xm .sx_nr .y_c .y_nr .j_s {
    margin-bottom: 16px;
}

.sy_xm .sx_nr .y_c .y_nr .j_s:last-child {
    margin-bottom: 0px;
}

.sy_xm .sx_nr .y_c .y_nr .a_n {
    display: flex;
    align-items: start;
    width: calc(100% - 16px);
}

.sy_xm .sx_nr .y_c .y_nr .a_n a {
    width: 170px;
    margin-right: 16px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #ffffff;
    color: #C80031;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #C80031;
    cursor: pointer;
}

.sy_xm .sx_nr .y_c .y_nr .a_n a.gn {
    background-color: #C80031;
    color: #ffffff;
}

.sy_xm .sx_nr .y_c .y_nr .a_n a:last-child {
    margin-right: 0px;
}

.sy_xm .sx_nr .y_c .y_nr .b_t {
    color: #394964;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.sy_xm .sx_nr .y_c img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_xm .sx_nr .y_c .y_nr .m_s {
    color: #656565;
    font-size: 14px;
    line-height: 26px;
}

.sy_xm .sx_nr .y_c .y_nr .m_r a {
    display: block;
    width: 100%;
    line-height: 36px;
    margin-bottom: 26px;
    text-align: center;
    font-size: 14px;
    color: #D5000D;
    border: solid 1px #D5000D;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.sy_xm .sx_nr .y_c .y_nr .m_r a.on {
    background: #D5000D;
    color: #FFFFFF;
}

.sy_xm .sx_nr .y_c .y_nr .m_r a:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width:1100px) {
    .sy_xm {
        padding: 70px 0px 50px 0px;
    }

    .sy_xm .sx_nr .z_c .n_r .b_t {
        font-size: 18px;
        line-height: 50px;
    }

    .sy_xm .sx_nr .y_c .y_nr {
        padding: 26px;
    }

    .sy_xm .sx_nr .y_c .y_nr .b_t {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .sy_xm .sx_nr .y_c .y_nr .m_s {
        font-size: 12px;
        line-height: 22px;
    }

    .sy_xm .sx_nr .y_c .y_nr .j_s {
        margin-bottom: 16px;
    }

    .sy_xm .sx_nr .y_c .y_nr .m_r a {
        margin-bottom: 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width:768px) {
    .sy_xm .sx_nr {
        flex-wrap: wrap;
    }

    .sy_xm .sx_nr .z_c {
        width: 100%;
        border-right: none;
    }

    .sy_xm .sx_nr .z_c ul {
        width: 100%;
    }

    .sy_xm .sx_nr .z_c ul li {
        flex: 0 0 50%;
        width: auto;
    }

    .sy_xm .sx_nr .y_c {
        width: 100%;
    }

    .sy_xm .sx_nr .y_c .y_nr .a_n a {
        flex: 0 0 50%;
        margin-right: 16px;
    }

    .sy_xm .sx_nr .y_c .y_nr .row .od-1 {
        order: 2;
    }

    .sy_xm .sx_nr .y_c .y_nr .row .od-2 {
        margin-bottom: 24px;
        order: 1;
    }
}

@media only screen and (max-width:640px) {
    .sy_xm {
        padding: 50px 0px 14px 0;
    }

    .sy_xm .sx_nr .z_c .n_r .b_t {
        font-size: 16px;
        line-height: 40px;
    }

    .sy_xm .sx_nr .y_c .y_nr .row .a_n a {
        margin-bottom: 0;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .sy_xm .sx_nr .y_c .y_nr .row .od-1 {
        order: 2;
    }

    .sy_xm .sx_nr .y_c .y_nr .row .od-2 {
        margin-bottom: 24px;
        order: 1;
    }
}

@media only screen and (max-width:375px) {
    .sy_xm .sx_nr .z_c .n_r .b_t {
        font-size: 14px;
    }
}

.sy_tw {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/tw1.png") no-repeat top center / cover;
}

.sy_tw .sy_bt {
    margin-bottom: 80px;
}

.sy_tw .tw_nr .row {
    align-items: center;
}

.sy_tw .tw_nr .z_c .b_t {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.sy_tw .tw_nr .z_c .m_s {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    text-decoration-line: underline;
    vertical-align: top;
}

.sy_tw .tw_nr .z_c .m_r {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.sy_tw .tw_nr .z_c .m_r a {
    display: block;
    width: 170px;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #C80031;
}

.sy_tw .tw_nr .y_c img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:1100px) {
    .sy_tw {
        padding: 50px 0px;
    }

    .sy_tw .sy_bt {
        margin-bottom: 50px;
    }

    .sy_tw .tw_nr .z_c .b_t {
        font-size: 16px;
    }

    .sy_tw .tw_nr .z_c .m_s {
        font-size: 14px;
        line-height: 36px;
        padding-right: 0px;
    }

    .sy_tw .tw_nr .z_c .m_r {
        margin-top: 50px;
    }
}

@media only screen and (max-width:768px) {
    .sy_tw .tw_nr .z_c {
        margin-bottom: 20px;
    }

    .sy_tw .tw_nr .z_c .m_s {
        font-size: 12px;
        line-height: 24px;
    }

    .sy_tw .tw_nr .z_c .m_r a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
}

@media only screen and (max-width:640px) {
    .sy_tw .tw_nr .z_c .m_r {
        margin-top: 30px;
    }
}

.sy_th {
    width: 100%;
    height: 640px;
    background: url("../images/th4.png") no-repeat top center;
}

.sy_th.on {
    background: url("../images/th5.png") no-repeat top center;
}

.sy_th .th_on .n_r {
    background: #FFFFFF;
    padding: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 36px;
}

.sy_th .th_on .n_r .t_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}

.sy_th .th_on .n_r .t_b .b_t {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 30px;
    background: url("../images/th_a.png") no-repeat left bottom;
}

.sy_th .th_on .n_r .t_b .t_p img {
    max-width: 100%;
    height: auto;
    display: block;
}

.sy_th .th_on .n_r .m_s {
    color: #656565;
    font-size: 14px;
    line-height: 26px;
}

.sy_th .th_tw .n_r {
    display: flex;
    flex-wrap: wrap;
}

.sy_th .th_tw .n_r .z_c {
    width: 30%;
}

.sy_th .th_tw .n_r .z_c img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_th .th_tw .n_r .y_c {
    padding-top: 36px;
}

.sy_th.on .th_tw .n_r .y_c {
    padding-left: 40%;
}

.sy_th .th_tw .n_r .y_c .j_s {
    margin-bottom: 26px;
}

.sy_th .th_tw .n_r .y_c .j_s .b_t {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
}

.sy_th .th_tw .n_r .y_c .j_s .m_s {
    margin-top: 56px;
    color: #ffffff;
    font-size: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -o-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.sy_th .th_tw .n_r .y_c .j_s .m_s span {
    font-size: 24px;
}

.sy_th .th_tw .n_r .y_c .j_s .w_z {
    margin-top: 24px;
    width: 60%;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 7;
    -webkit-line-clamp: 7;
    -moz-line-clamp: 7;
    -o-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.sy_th.on .th_tw .n_r .y_c .j_s .w_z {
    width: 100%;
}

.sy_th .th_tw .n_r .y_c .j_s .w_z p {
    margin-bottom: 12px;
}

.sy_th .th_tw .n_r .y_c .m_r {
    display: flex;
    justify-content: flex-end;
}

.sy_th .th_tw .a_n {
    display: flex;
    justify-content: start;
}

.sy_th.on .th_tw .a_n {
    display: flex;
    justify-content: start;
}

.sy_th .th_tw .a_n a {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: solid 1px #ffffff;
    margin-right: 12px;
}

.sy_th .th_tw .a_n a.gn {
    color: #FFFFFF;
    background: #C80031;
    border-color: #C80031;
}

@media only screen and (max-width:1100px) {
    .sy_th {
        height: 540px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .b_t {
        font-size: 40px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .m_s {
        margin-top: 36px;
        font-size: 32px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .m_s span {
        font-size: 16px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .w_z {
        margin-top: 16px;
        width: 70%;
    }
}

@media only screen and (max-width:768px) {


    .sy_th.on .th_tw .n_r .y_c {
        padding-left: 0;
    }



    .sy_th .th_tw .n_r .y_c .j_s .w_z {
        width: 100%;
    }

    .sy_th.on .th_tw .a_n {
        justify-content: flex-start;
    }
}

@media only screen and (max-width:640px) {
    .sy_th {
        height: 640px;
        background-position: 75% 0;
    }

    .sy_th.on {
        background-position: 26.5% 0;
    }

    .sy_th .th_tw .n_r .y_c .j_s {
        margin-top: 360px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .b_t {
        font-size: 24px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .m_s {
        margin-top: 24px;
        font-size: 22px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .m_s span {
        font-size: 14px;
    }

    .sy_th .th_tw .n_r .y_c .j_s .w_z {
        display: none;
    }
}

.hs_bt {
    width: 100%;
    overflow: hidden;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hs_bt p {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}

.hs_bt a {
    color: #000000;
    font-size: 18px;
}

@media only screen and (max-width:1100px) {
    .hs_bt {
        margin-bottom: 30px;
    }

    .hs_bt p {
        font-size: 24px;
    }

    .hs_bt a {
        font-size: 16px;
    }
}

.sy_fu {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

.sy_fu .container {
    background-color: #2E2E2E;
    padding: 0;
}

.sy_fu .hs_bt {
    padding: 28px 36px 0 36px;
}

.sy_fu .hs_bt p,
.sy_fu .hs_bt a {
    color: #ffffff;
}

.sy_fu .hs_bt p {
    font-size: 30px;
    font-weight: 700;
}

.sy_fu .hs_bt a {
    font-size: 16;
    font-weight: 400;
}

.sy_fu .fu_nr {
    padding: 0 24px;
    border-bottom: 1px solid #ffffff;
}

.sy_fu .fu_nr .n_r {
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}

.sy_fu .fu_nr .n_r .t_p {
    position: relative;
}

.sy_fu .fu_nr .n_r .t_p img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sy_fu .fu_nr .n_r .t_p:hover img {
    opacity: .5;
}

.sy_fu .fu_nr .n_r .t_p:hover img:nth-child(2) {
    opacity: 1;
    cursor: pointer;
}

.sy_fu .fu_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_fu .fu_nr .n_r .w_z {
    padding-top: 8px;
    font-size: 16px;
}

.sy_fu .fu_nr .n_r .w_z .m_s {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
}

@media only screen and (max-width:1366px) {
    .sy_fu .fu_nr .n_r .w_z {
        bottom: -80%;
    }
}

@media only screen and (max-width:1100px) {
    .sy_fu {
        padding: 0 15px;
    }

    .sy_fu .hs_bt {
        padding: 28px 24px 0 24px;
    }

    .sy_fu .hs_bt p {
        font-size: 24px;
    }

    .sy_fu .fu_nr .n_r .w_z {
        bottom: -82%;
    }

    .sy_fu .fu_nr .n_r .w_z .b_t {
        font-size: 15px;
        line-height: 30px;
        padding: 10px 0px;
    }

    .sy_fu .fu_nr .n_r .w_z .m_s {
        font-size: 12px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -o-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (max-width:768px) {
    .sy_fu .fu_nr .n_r .w_z {
        bottom: -86%;
    }
}

@media only screen and (max-width:375px) {
    .sy_fu .fu_nr .n_r .w_z {
        bottom: -85%;
    }
}

@media only screen and (max-width:320px) {
    .sy_fu .fu_nr .n_r .w_z {
        bottom: -82%;
    }
}

.sy_fv {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.sy_fv .fv_nr .z_c img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_fv .fv_nr .y_c {
    padding: 30px;
    background: #394964;
}

.sy_fv .fv_nr .y_c li {
    margin-bottom: 32px;
}

.sy_fv .fv_nr .y_c li:last-child {
    margin-bottom: 0px;
}

.sy_fv .fv_nr .y_c li .row {
    align-items: center;
}

.sy_fv .fv_nr .y_c li img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_fv .fv_nr .y_c .w_z .b_t a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_fv .fv_nr .y_c .w_z .m_s {
    color: #CBCBCB;
    font-size: 14px;
    line-height: 26px;
}

@media only screen and (max-width:1366px) {
    .sy_fv .fv_nr .y_c li {
        margin-bottom: 30px;
    }

    .sy_fv .fv_nr .y_c {
        padding: 28px;
    }
}

@media only screen and (max-width:1100px) {
    .sy_fv {
        padding: 50px 0px;
    }

    .sy_fv .fv_nr .y_c {
        padding: 20px;
    }

    .sy_fv .fv_nr .y_c .w_z .b_t a {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .sy_fv .fv_nr .y_c .w_z .m_s {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width:768px) {
    .sy_fv .fv_nr .z_c {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:640px) {
    .sy_fv .fv_nr .y_c {
        padding: 16px;
    }

    .sy_fv .fv_nr .y_c li img {
        margin-bottom: 20px;
    }
}

.sy_sx {
    width: 100%;
    overflow: hidden;
    padding: 30px 0px 60px 0px;
}

.sy_sx .sx_nr .n_r {
    border: solid 1px #dcdcdc;
    overflow: hidden;
    margin-bottom: 20px;
}

.sy_sx .sx_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_sx .sx_nr .n_r .w_z {
    padding: 12px 22px 24px 22px;
    text-align: center;
}

.sy_sx .sx_nr .n_r .w_z .b_t {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.sy_sx .sx_nr .n_r .w_z .z_w {
    margin: 4px 0;
    color: #2A2A2A;
    font-size: 16px;
    line-height: 20px;
}

.sy_sx .sx_nr .n_r .w_z .m_s {
    color: #747474;
    font-size: 14px;
    text-align: left;
    margin-bottom: 12px;
}

.sy_sx .sx_nr .n_r .w_z .m_r a {
    display: block;
    width: 120px;
    height: 32px;
    background: #C80031;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
}

@media only screen and (max-width:1100px) {
    .sy_sx {
        padding: 20px 0px 0px 0px;
    }

    .sy_sx .sx_nr .n_r .w_z {
        padding: 12px 22px 24px 22px;
    }

    .sy_sx .sx_nr .n_r .w_z .b_t {
        font-size: 16px;
    }

    .sy_sx .sx_nr .n_r .w_z .m_s {
        font-size: 14px;
        padding: 0 8px;
    }

    .sy_sx .sx_nr .n_r .w_z .m_r a {
        width: 130px;
        height: 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width:640px) {
    .sy_sx .sx_nr .n_r .w_z {
        padding: 12px 0px;
    }

    .sy_sx .sx_nr .n_r .w_z .b_t {
        font-size: 24px;
    }

    .sy_sx .sx_nr .n_r .w_z .z_w {
        font-size: 16px;
    }

    .sy_sx .sx_nr .n_r .w_z .m_s {
        padding: 0 24px;
        font-size: 14px;
    }
}

.sy_pr {
    padding: 50px 0;
    background-color: #F6F6F6;
}

.sy_pr .pr_on .n_r .t_b .b_t {
    position: relative;
}

.sy_pr .pr_on .n_r .t_p {
    padding: 16px 0;
    font-size: 24px;
    text-align: center;
    color: #003567;
}

.sy_pr .pr_on .n_r .t_b .b_t img {
    width: 100%;
    height: auto;
}

.sy_pr .pr_on .n_r .t_b .b_t img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 86px;
    height: auto;
}

.sy_pr .pr_on .n_r .m_s {
    padding-bottom: 40px;
    font-size: 16px;
    border-bottom: 3px solid #C80031;
}

@media only screen and (max-width:1100px) {
    .sy_pr .pr_on .n_r .t_b .b_t img:nth-child(2) {
        width: 64px;
        height: auto;
    }

    .sy_pr .pr_on .n_r .m_s {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .sy_pr {
        padding: 50px 0 0 0;
    }

    .sy_pr .pr_on .n_r .t_p {
        background-color: #ffffff;
    }

    .sy_pr .pr_on .n_r .m_s {
        margin-bottom: 48px;
        padding: 0 15px 40px 15px;
        background-color: #ffffff;
    }
}

.sy_yj {
    padding: 64px 0 80px;
    background-color: #F6F6F6;
}

.sy_yj .sy_bt {
    margin-bottom: 64px;
}

.sy_yj .n_r {
    padding-bottom: 44px;
    border-bottom: 3px solid #C80031;
}

.sy_yj .n_r .t_b .t_p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
}

.sy_yj .n_r .t_b .t_p.z_j {
    background: url("../images/home/img_ym.png") no-repeat top center / cover;
}

.sy_yj .n_r .t_b .t_p.f_w {
    background: url("../images/home/img_fw.png") no-repeat top center / cover;
}

.sy_yj .n_r .t_b .t_p.s_f {
    background: url("../images/home/img_sf.png") no-repeat top center / cover;
}

.sy_yj .n_r .t_b .b_t {
    color: #003567;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 16px 0;
    text-align: center;
}

.sy_yj .n_r .m_s {
    color: #595757;
    font-size: 16px;
}

@media only screen and (max-width:1100px) {
    .sy_yj {
        padding: 24px 0;
    }

    .sy_yj .sy_bt {
        margin-bottom: 24px;
    }

    .sy_yj .sy_bt .z_w {
        font-size: 21px;
    }

    .sy_yj .n_r {
        padding-bottom: 24px;
        margin-bottom: 36px;
        background-color: #ffffff;
    }

    .sy_yj .n_r .t_b .b_t {
        font-size: 18px;
    }

    .sy_yj .n_r .m_s {
        padding: 0 4px;
        font-size: 12px;
    }
}

@media only screen and (max-width:640px) {}

.sy_se {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0px 50px;
    background: url("../images/se.png") no-repeat top center / cover;
}

.sy_se.off::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003567;
    opacity: .8;
    z-index: 1;
}

.sy_se.off .se_nr .se_db .n_r .w_z {
    background-color: #003567;
}

.sy_se.on {
    background: #F6F6F6;
}

.sy_se.on .sy_bt .y_w {
    color: #2E2E2E;
}

.sy_se.on .sy_bt .z_w {
    color: #2E2E2E;
}

.sy_se .se_nr {
    position: relative;
    z-index: 2;
}

.sy_se .se_nr .se_tb {
    margin-bottom: 26px;
}

.sy_se .se_nr .se_tb ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sy_se .se_nr .se_tb li a {
    color: #FFFFFF;
    font-size: 21px;
}

.sy_se.on .se_nr .se_tb li a {
    color: #2E2E2E;
}

.sy_se .se_nr .se_tb li {
    padding: 0px 16px;
    position: relative;
}

.sy_se .se_nr .se_tb li:after {
    content: " ";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #FFFFFF;
    display: block;
    top: 9px;
}

.sy_se.on .se_nr .se_tb li:after {
    content: " ";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #2E2E2E;
    display: block;
    top: 9px;
}

.sy_se .se_nr .se_tb li:last-child:after {
    display: none;
}

.sy_se .se_nr .se_db .n_r {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.sy_se .se_nr .se_db .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_se .se_nr .se_db .n_r .t_p:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
}

.sy_se .se_nr .se_db .n_r .w_z {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #000000;
}

.sy_se .se_nr .se_db .n_r:hover .w_z {
    background-color: #C80031;
}

.sy_se .se_nr .se_db .n_r .w_z a {
    color: #FFFFFF;
    font-size: 18px;
}

@media only screen and (max-width:1100px) {
    .sy_se {
        padding: 50px 0px 20px;
    }

    .sy_se .se_nr .se_tb li a {
        font-size: 16px;
    }

    .sy_se .se_nr .se_tb li {
        padding: 0px 16px;
        line-height: 24px;
    }

    .sy_se .se_nr .se_db .n_r .w_z a {
        font-size: 12px;
    }
}

@media only screen and (max-width:640px) {
    .sy_se .se_nr .se_tb li:after {
        top: 9px;
    }

    .sy_se .se_nr .se_tb li a {
        font-size: 14px;
    }

    .sy_se .se_nr .se_tb li {
        padding: 0px 10px;
    }

    .sy_se .se_nr .se_db .n_r .w_z {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 24px;
        line-height: 24px;
    }
}

.sy_ni {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/ni_bj.jpg") no-repeat top center / cover;
}

.sy_ni .ni_nr .n_r {
    background: #FFFFFF;
    padding: 30px;
    margin-bottom: 20px;
}

.sy_ni .ni_nr .n_r .b_t {
    text-align: center;
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.sy_ni .ni_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:640px) {
    .sy_ni {
        padding: 50px 0px;
    }

    .sy_ni .ni_nr .n_r {
        padding: 20px;
    }

    .sy_ni .ni_nr .n_r .b_t {
        font-size: 18px;
    }
}

.sy_te {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
}

.sy_te .te_nr .n_r {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sy_te .te_nr .n_r .t_p {
    position: relative;
    /* height: calc((100vw - 32px) / 2); */
}

.sy_te .te_nr .n_r .t_p::after {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #003567;
    opacity: .9;
}

.sy_te .te_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.sy_te .te_nr .w_z {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.sy_te .te_nr .w_z .b_t {
    margin-top: 40%;
    height: 48px;
    line-height: 48px;
    font-size: 36px;
    font-weight: 700;

}

.sy_te .te_nr .w_z .z_w {
    font-size: 18px;
}

.sy_te .te_nr .w_z .m_s {
    margin-top: 35%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.sy_te .te_nr .w_z .a_n {
    margin-top: 30%;
}

.sy_te .te_nr .w_z .a_n a {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.sy_te .te_nr .w_z .a_n a:hover {
    border: 1px solid #C80031;
    background-color: #C80031;
}

.sy_te .te_nr .w_z .m_s a {
    display: block;
    width: 80%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: transparent;
    margin: 0 auto;
    border: 1px solid #ffffff;
}

.sy_te .te_nr .w_z .m_s a:hover {
    background: #CA0B2D;
    border-color: #CA0B2D;
}

@media only screen and (max-width:1100px) {
    .sy_te {
        padding: 50px 0px;
    }

    .sy_te .te_nr .n_r {
        margin-bottom: 30px;
    }

    .sy_te .te_nr .w_z a {
        font-size: 18px;
    }
}

@media only screen and (max-width:640px) {

    .sy_te .te_nr .row .col-6:last-child {
        display: none;
    }

    .sy_te .te_nr .n_r {
        margin-bottom: 16px;
    }

    .sy_te .te_nr .n_r .t_p {
        position: relative;
        height: calc((100vw - 32px) / 2);
    }

    .sy_te .te_nr .w_z .b_t {
        margin-top: 16px;
        height: 32px;
        line-height: 32px;
        font-size: 24px;
    }

    .sy_te .te_nr .w_z .z_w {
        font-size: 14px;
    }

    .sy_te .te_nr .w_z .m_s {
        margin-top: 24px;
        font-size: 12px;
    }

    .sy_te .te_nr .w_z .a_n {
        margin-top: 16px;
    }

    .sy_te .te_nr .w_z .a_n a {
        width: 60%;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
}

@media only screen and (max-width:375px) {
    .sy_te .te_nr .w_z .b_t {
        margin-top: 8%;
        font-size: 24px;
    }

    .sy_te .te_nr .w_z .z_w {
        font-size: 14px;
    }

    .sy_te .te_nr .w_z .m_s {
        margin-top: 8%;
        font-size: 12px;
    }

    .sy_te .te_nr .w_z .a_n a {
        margin-top: 8%;
        font-size: 12px;
    }
}

.sy_ev {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
    background-color: #F6F6F6;
}

.sy_ev.on {
    background-color: #FFFFFF;
}

.sy_ev .ev_tb {
    margin-bottom: 26px;
}

.sy_ev .ev_tb .n_r {
    margin-bottom: 20px;
}

.sy_ev .ev_tb .n_r .b_t {
    background: #C80031;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 12px;
    height: 48px;
    line-height: 48px;
}

.sy_ev .ev_tb .n_r .b_t p {
    color: #FFFFFF;
    font-size: 16px;
}

.sy_ev .ev_tb .n_r .b_t a {
    color: #FFFFFF;
    font-size: 12px;
}

.sy_ev .ev_tb .n_r .l_b {
    background: #FFFFFF;
    padding: 16px;
}

.sy_ev.on .ev_tb .n_r .l_b {
    background-color: #F6F6F6;
}

.sy_ev .ev_tb .n_r .l_b li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    line-height: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.sy_ev .ev_tb .n_r .l_b a {
    display: block;
    background: url("../images/dian.jpg") no-repeat left;
    padding-left: 12px;
    color: #656565;
    font-size: 14px;
}

.sy_ev .ev_tb .n_r .l_b a:hover {
    color: #C80031;
}

.sy_ev .ev_tb .n_r .l_b p {
    color: #999999;
    font-size: 14px;
}

.sy_ev .ev_db .n_r {
    background: #FFFFFF;
    padding: 40px 30px;
    display: flex;
    align-items: center;
}

.sy_ev.on .ev_db .n_r {
    background-color: #F6F6F6;
}

.sy_ev .ev_db .n_r .t_p {
    margin-right: 20px;
    max-width: 30%;
}

.sy_ev .ev_db .n_r .t_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.sy_ev .ev_db .n_r .w_z .b_t {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.sy_ev .ev_db .n_r .w_z .w_s {
    font-size: 14px;
    color: #868686;
}

@media only screen and (max-width:1100px) {
    .sy_ev {
        padding: 50px 0px;
    }

    .sy_ev .ev_tb .n_r .b_t p {
        font-size: 14px;
    }

    .sy_ev .ev_tb .n_r .l_b a {
        padding-left: 16px;
        font-size: 12px;
    }

    .sy_ev .ev_tb .n_r .l_b p {
        font-size: 12px;
    }

    .sy_ev .ev_db .n_r .w_z p {
        font-size: 14px;
    }

    .sy_ev .ev_db .n_r .w_z span {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width:768px) {
    .sy_ev .ev_db .n_r {
        margin-bottom: 20px;
    }
}

.db_on {
    width: 100%;
    overflow: hidden;
    background-color: #003567;
    padding: 36px 0px;
}

.db_on ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.db_on li {
    padding: 0px 10px;
    width: 20%;
    text-align: center;
    position: relative;
}

.db_on li .t_p {
    text-align: center;
    margin-bottom: 10px;
}

.db_on li .t_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.db_on li .w_z {
    color: #FFFFFF;
    font-size: 16px;
}

.db_on li:after {
    content: " ";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 76px;
    background: #FFFFFF;
    display: block;
    top: 10px;
}

.db_on li:last-child:after {
    background-color: transparent;
}

@media only screen and (max-width:1100px) {
    .db_on {
        padding: 26px 0px;
    }

    .db_on li .w_z {
        font-size: 14px;
    }
}

@media only screen and (max-width:640px) {
    .db_on li {
        margin-bottom: 20px;
        width: 50%;
    }

    .db_on li:after {
        display: none;
    }
}

.footer {
    width: 100%;
    overflow: hidden;
    background: #2E2E2E;
    padding: 70px 0px;
}

.footer .f_zc .f_bt {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: solid 1px #ffffff;
    margin-bottom: 16px;
}

.footer .f_zc .f_lb p a {
    color: #ffffff;
    font-size: 14px;
    display: block;
    line-height: 40px;
}

.footer .f_yc {
    /* border-left: solid 1px #434343; */
}

.footer .f_yc .t_p {
    margin-bottom: 16px;
    text-align: center;
}

.footer .f_yc .t_p img {
    max-width: calc(100% - 24px);
    height: auto;
    display: inline-block;
}

.footer .f_yc .t_p img.app {
    padding: 12px;
    background-color: #ffffff;
}

.footer .f_yc .w_z {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.footer .ft_tb {
    margin-bottom: 30px;
}

.footer .ft_db li {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    flex-wrap: wrap;
}

.footer .ft_db li a {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 15px;
}

.copyright {
    text-align: center;
    background: #212121;
    padding: 16px 0px;
    color: #CBCBCB;
    font-size: 14px;
}

@media only screen and (max-width:1100px) {
    .footer {
        padding: 50px 0px;
    }
}

@media only screen and (max-width:768px) {
    .footer .f_zc {
        display: none;
    }

    .footer .f_yc {
        border-left: none;
    }
}

@media only screen and (max-width:640px) {
    .footer .ft_db li a {
        font-size: 12px;
        padding: 5px 10px;
    }
}


.nbanner {
    width: 100%;
    height: 419px;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.nbanner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .4);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 9;
}

.nbanner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 999;
}

.nbanner .w_z {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nbanner .w_z h1 {
    margin-bottom: 30px;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
}

.nbanner .w_z h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    line-height: 46px;
}

@media only screen and (max-width:1100px) {
    .nbanner {
        height: 400px;
    }

    .nbanner .w_z h1 {
        font-size: 26px;
        line-height: 46px;
    }

    .nbanner .w_z h2 {
        font-size: 20px;
        line-height: 36px;
    }
}

@media only screen and (max-width:640px) {
    .nbanner {
        height: 200px;
    }

    .nbanner .w_z h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .nbanner .w_z h2 {
        font-size: 14px;
        line-height: 22px;
    }
}

.ny_fl {
    width: 100%;
    overflow: hidden;
    background: #F7F7F7;
}

.ny_fl ul {
    display: flex;
}

.ny_fl ul li {
    margin-right: 26px;
}

.ny_fl ul li a {
    display: block;
    line-height: 56px;
    color: #656565;
    font-size: 14px;
}

.ny_fl ul li.on a {
    color: #C30029;
    border-bottom: solid 2px #C30029;
}

.ny_fl ul li:hover a {
    color: #C30029;
    border-bottom: solid 2px #C30029;
}

@media only screen and (max-width:640px) {
    .ny_fl ul li {
        margin-right: 16px;
    }

    .ny_fl ul li a {
        line-height: 50px;
        font-size: 12px;
    }
}

.gy_jj {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.gy_jj .row {
    align-items: center;
}

.gy_jj .z_c {
    margin-bottom: 20px;
}

.gy_jj .z_c img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_jj .y_c .w_z {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width:1100px) {
    .gy_jj {
        padding: 50px 0px;
    }

    .gy_jj .y_c .w_z {
        font-size: 12px;
        line-height: 20px;
    }
}

.gy_cb {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/gy_a.jpg") no-repeat top center /cover;
}

.gy_cb .tw_nr .y_c {
    margin-top: 20px;
    padding-left: 50px;
}

.gy_cb .tw_nr .y_c img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_cb .tw_nr .z_c .w_z {
    margin-bottom: 26px;
}

.gy_cb .tw_nr .z_c .w_z .b_t {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.gy_cb .tw_nr .z_c .w_z .b_t p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-right: 16px;
}

.gy_cb .tw_nr .z_c .w_z .b_t i {
    color: #C70031;
    font-size: 16px;
}

.gy_cb .tw_nr .z_c .w_z .m_s {
    color: #CBCBCB;
    font-size: 14px;
    line-height: 28px;
}

@media only screen and (max-width:1366px) {
    .gy_cb .tw_nr .row {
        align-items: center;
    }

    .gy_cb .tw_nr .y_c {
        padding-left: 0px;
    }
}

@media only screen and (max-width:1100px) {
    .gy_cb {
        padding: 50px 0px;
    }

    .gy_cb .tw_nr .z_c .w_z .b_t p {
        font-size: 18px;
    }

    .gy_cb .tw_nr .z_c .w_z .b_t i {
        font-size: 14px;
    }

    .gy_cb .tw_nr .z_c .w_z .b_t {
        margin-bottom: 16px;
    }

    .gy_cb .tw_nr .z_c .w_z .m_s {
        font-size: 12px;
        line-height: 20px;
    }
}

.gy_xz {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.gy_xz .th_nr .n_r {
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}

.gy_xz .th_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_xz .th_nr .n_r .w_z {
    padding: 20px;
    border-bottom: solid 2px #C7002F;
}

.gy_xz .th_nr .n_r .w_z .b_t {
    text-align: center;
    margin-bottom: 16px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

.gy_xz .th_nr .n_r .w_z .m_s {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
    min-height: 180px;
}

@media only screen and (max-width:1430px) {
    .gy_xz .th_nr .n_r .w_z .m_s {
        font-size: 13px;
        line-height: 26px;
    }
}

@media only screen and (max-width:1100px) {
    .gy_xz {
        padding: 50px 0px;
    }

    .gy_xz .th_nr .n_r .w_z .b_t {
        font-size: 15px;
    }

    .gy_xz .th_nr .n_r .w_z .m_s {
        font-size: 12px;
        line-height: 24px;
    }
}

@media only screen and (max-width:768px) {
    .gy_xz .th_nr .n_r .w_z .m_s {
        min-height: auto;
    }
}

.gy_lx {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/gy_b.jpg") no-repeat top center / cover;
}

.gy_lx .fu_nr .fu_tb .n_r {
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    padding: 30px;
}

.gy_lx .fu_nr .fu_tb .n_r .b_t {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.gy_lx .fu_nr .fu_tb .n_r .b_t:before {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 18px;
    background: #C7002F;
    left: -30px;
    top: 7px;
}

.gy_lx .fu_nr .fu_tb .n_r .m_s {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    min-height: 80px;
}

.gy_lx .fu_nr .fu_db img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:1100px) {
    .gy_lx {
        padding: 50px 0px;
    }

    .gy_lx .fu_nr .fu_tb .n_r {
        padding: 20px;
    }

    .gy_lx .fu_nr .fu_tb .n_r .b_t {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .gy_lx .fu_nr .fu_tb .n_r .m_s {
        font-size: 12px;
        line-height: 22px;
        min-height: 70px;
    }

    .gy_lx .fu_nr .fu_tb .n_r .b_t:before {
        left: -20px;
        top: 3px;
    }
}

@media only screen and (max-width:640px) {
    .gy_lx .fu_nr .fu_tb .n_r .m_s {
        min-height: auto;
    }
}

.gy_ys {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/gy_c.jpg") no-repeat top center / cover;
}

.gy_ys .fv_nr ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.gy_ys .fv_nr li {
    width: 20%;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.gy_ys .fv_nr .t_p {
    margin-bottom: 16px;
}

.gy_ys .fv_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_ys .fv_nr .b_t {
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.gy_ys .fv_nr .m_s {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width:1100px) {
    .gy_ys {
        padding: 50px 0px;
    }

    .gy_ys .fv_nr .b_t {
        font-size: 15px;
    }

    .gy_ys .fv_nr .m_s {
        font-size: 12px;
        line-height: 22px;
    }
}

@media only screen and (max-width:640px) {
    .gy_ys .fv_nr li {
        width: 50%;
    }
}

.ny_nr {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.ny_nr.on {
    padding: 30px 0px;
}

.xw_lb ul li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.xw_nr {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xw_nr .t_p {
    width: 27%;
    position: relative;
    overflow: hidden;
}

.xw_nr .t_p img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.xw_nr:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.xw_nr .w_z {
    width: 70%;
}

.xw_nr .w_z h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xw_nr .w_z p {
    line-height: 24px;
    color: #999;
    height: 72px;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xw_nr .w_z a.m_r {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 25px;
    line-height: 38px;
}

.xw_nr:hover .w_z a.m_r {
    background-color: #C70031;
    border: 1px solid #C70031;
    color: #fff;
}

@media only screen and (max-width:640px) {
    .ny_nr {
        padding: 50px 0px;
    }

    .xw_lb ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .xw_nr .t_p {
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
    }

    .xw_nr .w_z {
        width: 100%;
    }

    .xw_nr .w_z h3 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .xw_nr .w_z p {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .xw_nr .w_z a.m_r {
        border-radius: .5rem;
        padding: 0px 20px;
        line-height: 40px;
    }
}


.xw_xq {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    border: solid 1px #dfdfdf;
}

.xw_xq .xq_nr .b_t {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.xw_xq .xq_nr .x_x {
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 26px;
}

.xw_xq .xq_nr .x_x span {
    display: inline-block;
    padding: 0 10px;
}

.xw_xq .xq_nr .n_r {
    font-size: 15px;
    line-height: 30px;
}

.xw_xq .xq_nr .n_r img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.xw_xq .xq_nr .f_y {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    color: #999;
    font-size: 15px;
    line-height: 32px;
}

.xw_xq .xq_nr .z_c,
.xw_xq .xq_nr .y_c {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width:640px) {
    .xw_xq {
        padding: 16px;
    }

    .xw_xq .xq_nr .b_t {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .xw_xq .xq_nr .x_x {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .xw_xq .xq_nr .n_r {
        font-size: 14px;
        line-height: 24px;
    }

    .xw_xq .xq_nr .f_y {
        margin-top: 30px;
        padding-top: 20px;
        font-size: 14px;
    }
}


.yema {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.yema ul li {
    display: inline-block;
    margin: 0 2px;
}

.yema ul li a {
    min-width: 40px;
    padding: 0 15px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #eee;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    color: #999;
    display: block;
}

.yema ul li a:hover {
    background-color: #C70031;
    border: 1px solid #C70031;
    color: #fff;
}

.yema ul li a.on {
    background-color: #C70031;
    border: 1px solid #C70031;
    color: #fff;
}

@media only screen and (max-width:640px) {
    .yema {
        margin-top: 3rem;
    }

    .yema ul li {
        margin: 0 .2rem;
    }

    .yema ul li a {
        min-width: 3.6rem;
        padding: 0px 5px;
        font-size: 12px;
        line-height: 26px;
    }
}

.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:768px) {
    .e_m .n_r {
        width: 300px;
        padding: 15px;
    }

    .e_m .n_r p {
        font-size: 20px;
    }
}

.pc_kf {
    width: 56px;
    position: fixed;
    right: 5px;
    bottom: 5%;
    z-index: 99999;
}

.pc_kf .nr {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
    background-color: #0081CC;
    margin-bottom: 4px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .nr:hover {
    background-color: #accd26;
}

.pc_kf .tel {
    width: 160px;
    background-color: #accd26;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -160px;
    opacity: 0;
}

.pc_kf .nr:hover .tel {
    right: 60px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .ewm {
    width: 130px;
    padding: 10px;
    background-color: #accd26;
    position: absolute;
    bottom: 0;
    right: -180px;
    opacity: 0;
}

.pc_kf .ewm img {
    width: 100%;
    height: auto;
    display: block;
}

.pc_kf .nr:hover .ewm {
    right: 60px;
    opacity: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .nr a {
    display: block;
}

.pc_kf .nr i {
    color: #fff;
    font-size: 24px;
}

.pc_kf .nr i.icon-aui-icon-qq {
    font-size: 30px;
}

.pc_kf .fh {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: #000;
    text-align: center;
    line-height: 56px;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .fh:hover {
    background-color: #accd26;
}

.pc_kf .fh i {
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width:1100px) {
    .pc_kf {
        width: 44px;
    }

    .pc_kf .nr {
        width: 44px;
        height: 44px;
        border-radius: 3px;
        font-size: 16px;
        line-height: 44px;
    }

    .pc_kf .tel {
        width: 140px;
        font-size: 16px;
        line-height: 44px;
        right: -150px;
    }

    .pc_kf .nr:hover .tel {
        right: 50px;
    }

    .pc_kf .ewm {
        width: 110px;
        padding: 5px;
        right: -120px;
    }

    .pc_kf .nr:hover .ewm {
        right: 50px;
    }

    .pc_kf .nr i {
        font-size: 20px;
    }

    .pc_kf .nr i.icon-aui-icon-qq {
        font-size: 28px;
    }

    .pc_kf .fh {
        width: 44px;
        height: 44px;
        border-radius: 3px;
        line-height: 44px;
    }

    .pc_kf .fh i {
        font-size: 28px;
    }
}

@media only screen and (max-width:768px) {
    .pc_kf {
        width: 100%;
        right: 0;
        top: auto;
        margin-top: 0;
        bottom: 0;
    }

    .pc_kf .nr {
        width: 25%;
        float: left;
        border-radius: 0;
        padding: 0;
        border-right: 0;
        margin-bottom: 0;
    }

    .pc_kf .nr:first-child {
        border-left: 0;
    }

    .pc_kf .nr:hover {
        background-color: #0081CC;
    }

    .pc_kf .nr p {
        display: none;
    }

    .pc_kf .nr .ewm {
        display: none;
    }

    .pc_kf .tel {
        display: none;
    }

    .pc_kf .fh {
        width: 25%;
        float: left;
        border-radius: 0;
        background-color: #0081CC;
        padding: 0;
        border-right: 0;
        border-bottom: 0;
    }

    .pc_kf .fh:hover {
        background-color: #0081CC;
    }
}

.fh_top {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    border-radius: 50%;
    position: fixed;
    bottom: 18px;
    right: 11px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99999;
    display: none;
}

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

@media only screen and (max-width:640px) {
    .fh_top {
        width: 4rem;
        height: 4rem;
        bottom: 1.5rem;
        right: 1rem;
    }
}





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

.ny_sp .sp_tj {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E5E5E5;
}

.ny_sp .sp_tj .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_sp .sp_tj .w_z .b_t {
    margin-bottom: 15px;
}

.ny_sp .sp_tj .w_z .b_t a {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.ny_sp .sp_tj .w_z i {
    display: block;
    width: 60px;
    height: 3px;
    background: #0081CD;
}

.ny_sp .sp_tj .w_z .m_s {
    margin: 20px 0px 90px 0px;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
}

.ny_sp .sp_tj .w_z .m_r a {
    display: block;
    width: 120px;
    height: 36px;
    background: #0081CD;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.ny_sp .sp_lb .n_r {
    margin-bottom: 34px;
}

.ny_sp .sp_lb .n_r .t_p {
    position: relative;
    overflow: hidden;
}

.ny_sp .sp_lb .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_sp .sp_lb .n_r .w_z {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    bottom: 0px;
    width: 100%;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_sp .sp_lb .n_r .w_z a {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 10px;
}

@media only screen and (max-width:1240px) {
    .ny_sp .sp_lb .n_r .w_z a {
        font-size: 12px;
        padding-left: 7px;
    }
}

@media only screen and (max-width:1024px) {
    .top .l_j {
        display: none;
    }

    .ny_sp {
        padding: 50px 0px;
    }

    .ny_sp .sp_tj {
        margin-bottom: 30px;
    }

    .ny_sp .sp_tj .w_z .b_t a {
        font-size: 20px;
    }

    .ny_sp .sp_tj .w_z .m_s {
        margin: 20px 0px;
        font-size: 13px;
        line-height: 22px;
    }

    .ny_sp .sp_tj .w_z .m_r a {
        font-size: 14px;
    }

    .ny_sp .sp_lb .n_r {
        margin-bottom: 20px;
    }

    .ny_sp .sp_lb .n_r .w_z a {
        font-size: 12px;
        padding-left: 5px;
    }
}

@media only screen and (max-width:768px) {
    .ny_sp .sp_tj .w_z .b_t a {
        font-size: 16px;
    }

    .ny_sp .sp_tj .w_z .m_s {
        margin: 15px 0px;
        font-size: 12px;
        line-height: 20px;
    }

    .ny_sp .sp_tj .w_z .b_t {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:640px) {
    .ny_sp .sp_tj {
        margin-bottom: 20px;
    }

    .ny_sp .sp_tj .w_z .b_t a {
        font-size: 14px;
        line-height: 22px;
    }
}

.ny_lx {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/lx_bj.jpg") no-repeat top center / cover;
}

.ny_lx .lx_fs {
    margin-bottom: 70px;
}

.ny_lx .lx_fs .z_c .b_t {
    margin-bottom: 30px;
}

.ny_lx .lx_fs .z_c .b_t i {
    display: block;
    width: 80px;
    height: 4px;
    background: #0081CD;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ny_lx .lx_fs .z_c .b_t h3 {
    color: #030303;
    font-weight: bold;
    font-size: 48px;
    font-family: Poppins;
}

.ny_lx .lx_fs .z_c .f_b {
    color: #0081CC;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ny_lx .lx_fs .z_c .m_s {
    color: #656565;
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 50px;
}

.ny_lx .lx_fs .z_c .x_x {
    color: #656565;
    font-size: 18px;
    line-height: 46px;
}

.ny_lx .lx_fs .y_c {
    margin-top: 30px;
}

.ny_lx .lx_fs .y_c ul {
    width: 100%;
}

.ny_lx .lx_fs .y_c li {
    margin-bottom: 15px;
}

.ny_lx .lx_fs .y_c li:last-child {
    margin-bottom: 0px;
}

.ny_lx .lx_fs .y_c .t_x {
    width: 100%;
    background: #F5F5F5;
    line-height: 56px;
    font-size: 18px;
    text-indent: 20px;
    outline: none;
}

.ny_lx .lx_fs .y_c .t_x::placeholder {
    color: #999999;
    font-size: 18px;
}

.ny_lx .lx_fs .t_e {
    width: 100%;
    background: #F5F5F5;
    font-size: 18px;
    text-indent: 20px;
    min-height: 150px;
    padding-top: 20px;
    outline: none;
}

.ny_lx .lx_fs .s_u {
    width: 170px;
    height: 66px;
    background: #0081CD;
    text-align: center;
    line-height: 66px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    outline: none;
}

.ny_lx .lx_dt img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width:1440px) {
    .ny_lx {
        padding: 70px 0px;
    }

    .ny_lx .lx_fs {
        margin-bottom: 50px;
    }

    .ny_lx .lx_fs .z_c .b_t {
        margin-bottom: 20px;
    }

    .ny_lx .lx_fs .z_c .b_t i {
        margin-bottom: 20px;
    }

    .ny_lx .lx_fs .z_c .b_t h3 {
        font-size: 36px;
    }

    .ny_lx .lx_fs .z_c .f_b {
        font-size: 18px;
    }

    .ny_lx .lx_fs .z_c .m_s {
        font-size: 14px;
        line-height: 36px;
        margin-bottom: 30px;
    }

    .ny_lx .lx_fs .z_c .x_x {
        font-size: 14px;
        line-height: 36px;
    }

    .ny_lx .lx_fs .y_c {
        margin-top: 20px;
    }

    .ny_lx .lx_fs .y_c .t_x {
        line-height: 46px;
        font-size: 16px;
        text-indent: 16px;
    }

    .ny_lx .lx_fs .y_c .t_x::placeholder {
        font-size: 16px;
    }

    .ny_lx .lx_fs .t_e {
        font-size: 16px;
        text-indent: 16px;
        min-height: 130px;
        padding-top: 15px;
    }

    .ny_lx .lx_fs .s_u {
        width: 160px;
        height: 56px;
        line-height: 56px;
        font-size: 16px;
    }
}

@media only screen and (max-width:1024px) {
    .ny_lx {
        padding: 50px 0px;
    }

    .ny_lx .lx_fs {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .ny_lx {
        padding: 40px 0px;
    }

    .ny_lx .lx_fs {
        margin-bottom: 20px;
    }

    .ny_lx .lx_fs .z_c .b_t h3 {
        font-size: 30px;
    }

    .ny_lx .lx_fs .z_c .f_b {
        font-size: 16px;
    }

    .ny_lx .lx_fs .z_c .m_s {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ny_lx .lx_fs .z_c .x_x {
        font-size: 13px;
        line-height: 30px;
    }
}

.ny_bt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 36px;
}

.ny_bt .b_t {
    color: #333333;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ny_bt .b_t span {
    color: #C70031;
}

.ny_bt i {
    display: block;
    width: 40px;
    height: 3px;
    background: #C70031;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ny_bt.on .b_t {
    color: #FFFFFF;
}

@media only screen and (max-width:1100px) {
    .ny_bt {
        margin-bottom: 30px;
    }

    .ny_bt .b_t {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

.rc_on {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
}

.rc_on .on_tb {
    margin-bottom: 20px;
}

.rc_on .on_tb .n_r {
    background: #F6F6F6;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.rc_on .on_tb .n_r .t_p {
    margin-bottom: 16px;
}

.rc_on .on_tb .n_r .t_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.rc_on .on_tb .n_r .w_z {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.rc_on .on_db .n_r.on {
    padding-left: 36px;
}

.rc_on .on_db .n_r .m_s {
    padding: 80px 60px 0px 60px;
    width: 60%;
    box-sizing: content-box;
}

.rc_on .on_db .n_r.on .m_s {
    width: inherit;
}

.rc_on .on_db .n_r .m_s p {
    color: #FFFFFF;
}

.rc_on .on_db .n_r .m_s .wzbt {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 55px;
    font-weight: 700;
}

.rc_on .on_db .n_r .m_s .wzmk{
    font-size: 24px;
    font-weight: 400;
}

.rc_on .on_db .n_r .m_s .wzms {
    margin-top: 36px;
    font-size: 16px;
}

.rc_on .on_db .n_r .t_b .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.rc_on .on_db .n_r .t_b .y_c .b_t {
    padding-bottom: 20px;
    border-bottom: solid 1px #363A42;
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 16px;
}

.rc_on .on_db .n_r .t_b .y_c .j_s {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
}

.rc_on .on_db .n_r .d_b {
    margin-left: 60px;
    margin-top: 24px;
    padding-bottom: 60px;
}

.rc_on .on_db .n_r .d_b a {
    display: inline-block;
    margin-right: 36px;
    width: 170px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.rc_on .on_db .n_r .d_b a:last-child {
    margin-right: 0px;
}

.rc_on .on_db .n_r .d_b .m_s {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
}

@media only screen and (max-width:1100px) {
    .rc_on {
        padding: 30px 0px;
    }

    .rc_on .on_tb .n_r {
        padding: 20px;
    }

    .rc_on .on_db .n_r.on {
        padding-left: 40%;
    }

    .rc_on .on_db .n_r .m_s {
        width: 50%;
    }

    .rc_on .on_db .n_r.on .m_s {
        width: 80%;
    }

    .rc_on .on_tb .n_r .t_p {
        margin-bottom: 8px;
    }

    .rc_on .on_tb .n_r .w_z {
        font-size: 14px;
        line-height: 24px;
    }

    .rc_on .on_db .n_r .t_b {
        padding: 20px;
    }

    .rc_on .on_db .n_r .t_b .y_c .b_t {
        padding-bottom: 16px;
        font-size: 18px;
    }

    .rc_on .on_db .n_r .t_b .y_c .j_s {
        font-size: 12px;
        line-height: 24px;
    }

    .rc_on .on_db .n_r .d_b {
        padding: 20px;
    }

    .rc_on .on_db .n_r .d_b .m_s {
        font-size: 12px;
        line-height: 24px;
    }

    .rc_on .on_db .n_r {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width:992px) {
    .rc_on .on_db .n_r .m_s .wzms {
        display: none;
    }

    .rc_on .on_db .n_r .d_b a {
        margin-right: 16px;
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

@media only screen and (max-width:640px) {
    .rc_on .on_tb .n_r {
        padding: 12px;
    }

    .rc_on .on_tb .n_r .w_z {
        font-size: 12px;
        line-height: 22px;
    }

    .rc_on .on_db .n_r {
        padding-left: 0 !important;
    }

    .rc_on .on_db .n_r.on {
        background-position-x: 30% !important;
    }

    .rc_on .on_db .n_r .m_s {
        padding: 0px;
        width: 68%;
    }

    .rc_on .on_db .n_r .m_s.on {
        margin-left: 40%;
    }

    .rc_on .on_db .n_r .m_s .wzmk{
        font-size: 12px;
        font-weight: 400;
    }

    .rc_on .on_db .n_r .m_s .wzms {
        margin-top: 36px;
        margin-bottom: 36px;
        font-size: 12px;
    }

    .rc_on .on_db .n_r .m_s .wzbt {
        font-size: 28px;
    }

    .rc_on .on_db .n_r .d_b {
        margin-left: 0px;
        display: flex;
    }

    .rc_on .on_db .n_r .d_b a {
        flex: 0 0 45%;
        margin: 0;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }

    .rc_on .on_db .n_r .d_b a:nth-child(1) {
        margin-right: 10%;
    }
}

.rc_tw {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px 40px 0px;
    background-color: #F6F6F6;
}

.rc_tw .tw_tb {
    position: relative;
    /* height: 529px; */
}

.rc_tw .tw_tb .row {
    position: relative;
    margin: 0;
    height: 100%;
    z-index: 99;
}

.rc_tw .tw_tb .t_p {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: 20px;
    height: auto;
    width: 100%;
    z-index: 100;
}

/* .rc_tw .tw_tb .t_p.on {
    background: url('/images/rc8.png') no-repeat top center;
} */

.rc_tw .tw_tb .t_p img {
    position: absolute;
    right: 0;
    width: auto;
    height: 100%;
    display: block;
}

.rc_tw .tw_tb .y_c {
    padding-top: 12px;
    padding-right: 48px;
    padding-bottom: 132px;
}

.rc_tw .tw_tb .y_c .m_s {
    margin-bottom: 24px;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
}

.rc_tw .tw_tb .y_c .m_s p:nth-child(1) {
    margin-bottom: 40px;
}

.rc_tw .tw_tb .a_n {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 132px;
    padding-left: 30px;
    background-color: #154670;
    z-index: 99;
}

.rc_tw .tw_tb .a_n a {
    padding: 0 12px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: solid 1px #ffffff;
    margin-right: 12px;
}

.rc_tw .tw_tb .a_n a.gn {
    color: #FFFFFF;
    background: #C80031;
    border-color: #C80031;
}

.rc_tw .tw_tb .a_n a.on {
    color: #154670;
    background: #ffffff;
    border: solid 1px #333D83;
}

.rc_tw .tw_db .n_r {
    border: solid 1px #EAEAEA;
    padding: 26px;
}

.rc_tw .tw_db .n_r .b_t {
    background: #C80031;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
}

.rc_tw .tw_db .n_r .b_t i {
    font-size: 14px;
}

.rc_tw .tw_db .n_r .l_b {
    min-height: 320px;
}

.rc_tw .tw_db .n_r .l_b li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #333333;
    font-size: 16px;
}

.rc_tw .tw_db .n_r .l_b li i {
    color: #FFFFFF;
    font-size: 14px;
    background: url("../images/rc_b.png")no-repeat top center;
    margin-right: 16px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.rc_tw .tw_db .n_r .l_b li:last-child {
    margin-bottom: 0px;
}

@media only screen and (max-width:1200px) {
    .rc_tw .tw_tb .a_n a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width:1100px) {
    .rc_tw {
        padding: 30px 0px 50px 0px;
    }

    .rc_tw .tw_tb .y_c {
        padding-left: 0px;
        padding-bottom: 84px;
    }

    .rc_tw .tw_tb .y_c .m_s {
        line-height: 22px;
    }

    .rc_tw .tw_tb .y_c .m_s p:nth-child(1) {
        margin-bottom: 20px;
    }

    .rc_tw .tw_tb .a_n {
        padding-left: 16px;
        height: 84px;
    }

    .rc_tw .tw_tb .a_n a {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin-right: 10px;
    }

    .rc_tw .tw_db .n_r {
        padding: 20px;
    }

    .rc_tw .tw_db .n_r .b_t {
        padding: 10px 16px;
        font-size: 15px;
        margin-bottom: 26px;
    }

    .rc_tw .tw_db .n_r .l_b li {
        margin-bottom: 16px;
        font-size: 14px;
    }
}

@media only screen and (max-width:992px) {}

@media only screen and (max-width:768px) {
    .rc_tw .tw_tb .row {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .rc_tw .tw_tb .y_c {
        margin-top: 24px;
        padding: 0;
        width: 100%;
    }

    .rc_tw .tw_tb .y_c .m_s {
        margin-bottom: 24px;
    }

    .rc_tw .tw_tb .y_c .m_s p:nth-child(1) {
        margin-bottom: 24px;
    }

    .rc_tw .tw_tb .a_n {
        position: relative;
        padding: 0 12px;
        width: 100%;
        height: 64px;
    }

    .rc_tw .tw_tb .a_n a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        overflow: hidden;
    }

    .rc_tw .tw_tb .a_n a:nth-child(3) {
        margin: 0;
    }

    .rc_tw .tw_tb .t_p {
        position: relative;
        width: 100%;
        height: 400px;
        background-position: center center;
    }

    .rc_tw .tw_tb .t_p img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .rc_tw .tw_tb .row .od-1 {
        order: 2;
    }

    .rc_tw .tw_tb .row .od-2 {
        order: 1;
    }
}

@media only screen and (max-width:640px) {
    .rc_tw .tw_tb .row {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .rc_tw .tw_tb .y_c {
        margin-top: 24px;
        padding: 0;
        width: 100%;
    }

    .rc_tw .tw_tb .y_c .m_s {
        margin-bottom: 24px;
        font-size: 12px;
    }

    .rc_tw .tw_tb .y_c .m_s p:nth-child(1) {
        margin-bottom: 24px;
    }

    .rc_tw .tw_tb .a_n {
        position: relative;
        padding: 0 12px;
        width: 100%;
        height: 64px;
    }

    .rc_tw .tw_tb .a_n a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        overflow: hidden;
    }

    .rc_tw .tw_tb .a_n a:nth-child(3) {
        margin: 0;
    }

    .rc_tw .tw_tb .t_p {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .rc_tw .tw_tb .t_p img {
        position: relative;
        width: 100%;
        height: auto;
    }

    .rc_tw .tw_tb .row .od-1 {
        order: 2;
    }

    .rc_tw .tw_tb .row .od-2 {
        height: 200px;
        order: 1;
    }
}

.rc_th {
    width: 100%;
    overflow: hidden;
    background-color: #F6F6F6;
}

.rc_th .sy_bt {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 52px;
    line-height: 36px;
    font-size: 36px;
    background-color: #ffffff;
}

.rc_th .sy_bt .z_w {
    padding-top: 0;
}

.rc_th .sy_bt .y_w {
    top: inherit;
    bottom: 33px;
    line-height: 18px;
    color: #E5E5E5;
    font-size: 16px;
    letter-spacing: 3.2px;
    opacity: 1;
}

.rc_th .sy_bt img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.rc_th .th_lb {
    padding: 0 15px;
    background-color: #ffffff;
}

.rc_th .th_lb .n_r .y_c img {
    width: 100%;
    height: auto;
}

.rc_th .th_lb .a_n {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.rc_th .th_lb .a_n a {
    display: block;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    background-color: #C80031;
    color: #ffffff;
    font-size: 18px;
}

.rc_th .th_lb .a_n a.on {
    background-color: #154670;
}

.rc_th .th_lb .a_n a:not(:last-child) {
    margin-right: 44px;
}

.rc_th .th_lb .n_r,
.rc_th .th_lb .row {
    padding-top: 36px;
}

.rc_th .th_lb .row .n_r {
    padding: 48px 16px 56px 16px;
    height: 284px;
    background-color: #f4f4f4;
}

.rc_th .th_lb .row .n_r .b_t {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rc_th .th_lb .row .n_r .w_s {
    margin-top: 36px;
    text-align: center;
    font-size: 16px;
}

@media only screen and (max-width:1200px) {
    .rc_th .th_lb .row .n_r {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1100px) {
    .rc_th .sy_bt {
        padding-bottom: 36px;
        line-height: 24px;
    }

    .rc_th .sy_bt .z_w {
        font-size: 28px;
    }

    .rc_th .sy_bt .y_w {
        bottom: 20px;
        line-height: 16px;
        font-size: 14px;
    }

    .rc_th .sy_bt img {
        width: 48px;
    }



    .rc_th .th_lb .a_n a {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    .rc_th .sy_bt {
        padding-bottom: 24px;
        line-height: 24px;
    }

    .rc_th .sy_bt .z_w {
        font-size: 21px;
    }

    .rc_th .sy_bt .y_w {
        bottom: 16px;
        line-height: 14px;
        font-size: 12px;
    }

    .rc_th .sy_bt img {
        width: 36px;
    }

    .rc_th .th_lb .row .n_r {
        padding: 24px 12px;
        height: 240px;
    }

    .rc_th .th_lb .n_r .w_s {
        font-size: 14px;
    }

    .rc_th .th_lb .a_n a {
        padding: 0 12px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    .rc_th .th_lb .a_n a:not(:last-child) {
        margin-right: 24px;
    }
}

@media only screen and (max-width:640px) {
    .rc_th .th_lb .n_r .w_s {
        font-size: 12px;
    }

    .rc_th .th_lb .row .n_r {
        padding: 24px 0 0 0;
    }

    .rc_th .th_lb .row .n_r .w_s {
        font-size: 12px;
    }

    .col-6 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.rc_fu {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.rc_fu .fu_nr {
    background: #F7F7F7;
}

.rc_fu .fu_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.rc_fu .fu_nr .y_c {
    padding: 30px;
}

.rc_fu .fu_nr .y_c .w_z {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
}

.rc_fu .fu_nr .y_c .m_r {
    display: flex;
    justify-content: flex-end;
}

.rc_fu .fu_nr .y_c .m_r a {
    display: block;
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FAFAFA;
    font-size: 16px;
    background: #BB2935;
}

@media only screen and (max-width:1430px) {
    .rc_fu .fu_nr .y_c .w_z {
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1100px) {
    .rc_fu .fu_nr .y_c .w_z {
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .rc_fu .fu_nr .y_c .m_r a {
        width: 140px;
        font-size: 12px;
    }

    .rc_fu .fu_nr .row {
        align-items: center;
    }

    .rc_fu .fu_nr {
        background: none;
    }

    .rc_fu .fu_nr .y_c {
        padding: 20px;
    }
}

.rc_fv {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/rc_d.jpg") no-repeat top center / cover;
}

.rc_fv .fv_nr ul {
    display: flex;
}

.rc_fv .fv_nr ul li {
    width: 20%;
    flex-wrap: wrap;
}

.rc_fv .fv_nr ul li .n_r {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.rc_fv .fv_nr .w_z {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 26px;
    min-height: 273px;
    background: #2C8EA8;
    padding: 0px 26px;
    width: 100%;
    text-align: center;
}

.rc_fv .fv_nr .t_p {
    width: 100%;
}

.rc_fv .fv_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.rc_fv .fv_nr ul li:nth-child(2) .w_z {
    background: #D6A216;
}

.rc_fv .fv_nr ul li:nth-child(3) .w_z {
    background: #2B46A8;
}

.rc_fv .fv_nr ul li:nth-child(4) .w_z {
    background: #49A82B;
}

.rc_fv .fv_nr ul li:nth-child(5) .w_z {
    background: #A82B49;
}

.rc_fv .fv_nr ul li:nth-child(2n) .n_r {
    flex-flow: column-reverse;
}

@media only screen and (max-width:1430px) {
    .rc_fv .fv_nr .w_z {
        min-height: 240px;
    }
}

@media only screen and (max-width:1100px) {
    .rc_fv {
        padding: 50px 0px;
    }

    .rc_fv .fv_nr .w_z {
        font-size: 12px;
        padding: 0px 20px;
        line-height: 24px;
        min-height: 190px;
    }
}

@media only screen and (max-width:768px) {
    .rc_fv .fv_nr ul {
        flex-wrap: wrap;
    }

    .rc_fv .fv_nr ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .rc_fv .fv_nr ul li:nth-child(2n) .n_r {
        flex-flow: column;
    }

    .rc_fv .fv_nr .w_z {
        min-height: auto;
        padding: 30px 16px;
    }
}

.rc_sx {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.rc_sx .sx_nr .n_r {
    padding: 30px;
    background: #EFF3FF;
    margin-bottom: 26px;
    min-height: 440px;
}

.rc_sx .sx_nr .n_r .b_t {
    color: #012779;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 26px;
}

.rc_sx .sx_nr .n_r .w_z {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
}

.rc_sx .sx_nr .col-lg-4:last-child .n_r {
    background: #FFEFEF;
}

.rc_sx .sx_nr .col-lg-4:last-child .n_r .b_t {
    color: #BB2935;
}

@media only screen and (max-width:1430px) {
    .rc_sx .sx_nr .n_r .w_z {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (max-width:1100px) {
    .rc_sx {
        padding: 50px 0px;
    }

    .rc_sx .sx_nr .n_r {
        padding: 26px;
        margin-bottom: 20px;
    }

    .rc_sx .sx_nr .n_r .b_t {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .rc_sx .sx_nr .n_r .w_z {
        font-size: 12px;
        line-height: 20px;
    }
}

@media only screen and (max-width:768px) {
    .rc_sx .sx_nr .n_r {
        min-height: 341px;
    }
}

@media only screen and (max-width:640px) {
    .rc_sx .sx_nr .n_r {
        min-height: auto;
    }
}

.rc_se {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
    background: #F6F6F6;
}

.rc_se .se_nr .row .n_r {
    position: relative;
    background-color: #ffffff;
}

.rc_se .se_nr .row .n_r::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #BE2737;
}

.rc_se .se_nr .row [class^='col-']:nth-child(n + 4) {
    margin-top: 30px;
}

.rc_se .se_nr .row .n_r .t_p {
    height: 240px;
    overflow: hidden;
}

.rc_se .se_nr .row .n_r .t_p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rc_se .se_nr .row .n_r .b_t {
    padding: 18px 0 20px 0;
    font-size: 30px;
    font-weight: 700;
    color: #0B3A7B;
    text-align: center;
}

.rc_se .se_nr .row .n_r .w_s {
    padding-bottom: 24px;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width:992px) {
    .rc_se .se_nr .row [class^='col-']:nth-child(n + 3) {
        margin-top: 30px;
    }

    .rc_se .se_nr .row .n_r .b_t {
        font-size: 24px;
    }

    .rc_se .se_nr .row .n_r .w_s {
        font-size: 14px;
    }

}

@media only screen and (max-width:768px) {
    .rc_se .se_nr .row .n_r .t_p {
        height: 200px;
    }
}

@media only screen and (max-width:640px) {
    .rc_se .se_nr .row .n_r .t_p {
        height: 160px;
    }

    .rc_se .se_nr .row .n_r .b_t {
        font-size: 18px;
    }

    .rc_se .se_nr .row .n_r .w_s {
        font-size: 12px;
    }
}

.rc_rq {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 96px;
    background: url("../images/rc_rq_bg.png") no-repeat bottom center;
    background-size: inherit 290px;
}

.rc_rq .rq_nr {
    margin-top: 36px;
}

.rc_rq .rq_nr .n_r {
    padding: 36px 32px;
    width: 100%;
    height: 500px;
    background-color: #154670;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.rc_rq .rq_nr [class^='col-']:nth-child(1) .n_r {
    background-image: url("../images/rc_rq1.png");
}

.rc_rq .rq_nr [class^='col-']:nth-child(2) .n_r {
    background-image: url("../images/rc_rq2.png");
}

.rc_rq .rq_nr [class^='col-']:nth-child(3) .n_r {
    background-image: url("../images/rc_rq3.png");
}

.rc_rq .rq_nr [class^='col-']:nth-child(4) .n_r {
    background-image: url("../images/rc_rq4.png");
}

.rc_rq .rq_nr [class^='col-']:nth-child(5) .n_r {
    background-image: url("../images/rc_rq5.png");
}

.rc_rq .rq_nr .n_r .t_p {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.rc_rq .rq_nr .n_r .t_p p {
    padding-bottom: 16px;
    position: relative;
}

.rc_rq .rq_nr .n_r .t_p p::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #F6F6F6;
}

.rc_rq .rq_nr .n_r .t_p p::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 46px;
    height: 3px;
    background-color: #F6F6F6;
}

.rc_rq .rq_nr .n_r .w_s {
    margin-top: 32px;
    font-size: 16px;
    color: #ffffff;
}

@media only screen and (max-width:1200px) {
    .rc_rq .rq_nr .n_r .t_p {
        font-size: 24px;
    }

    .rc_rq .rq_nr .n_r .w_s {
        font-size: 14px;
    }
}

@media only screen and (max-width:992px) {
    .rc_rq .rq_nr {
        margin: 0 auto;
        width: 560px;
    }

    .rc_rq .rq_nr .n_r {
        height: 600px;
    }

    .rc_rq .rq_nr .n_r {
        margin-bottom: 30px;
    }

    .rc_rq .rq_nr [class^='col-']:last-child .n_r {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:640px) {
    .rc_rq .rq_nr {
        width: calc(100% - 30px);
    }

    .rc_rq .rq_nr .n_r {
        height: 400px;
    }

    .rc_rq .rq_nr .n_r .t_p {
        font-size: 20px;
    }

    .rc_rq .rq_nr .n_r .w_s {
        font-size: 12px;
    }
}

.rc_ei {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/rc_e.jpg") no-repeat top center / cover;
}

.rc_ei .ei_nr .n_r {
    background: #EDEDED;
    padding: 30px;
    margin-bottom: 20px;
}

.rc_ei .ei_nr .n_r .t_p {
    text-align: center;
    margin-bottom: 16px;
}

.rc_ei .ei_nr .n_r .t_p img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.rc_ei .ei_nr .n_r .b_t {
    width: 100%;
    background: #C70031;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.rc_ei .ei_nr .n_r .m_s {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    min-height: 60px;
}

@media only screen and (max-width:1100px) {
    .rc_ei {
        padding: 50px 0px;
    }

    .rc_ei .ei_nr .n_r {
        padding: 20px;
    }

    .rc_ei .ei_nr .n_r .b_t {
        font-size: 14px;
    }

    .rc_ei .ei_nr .n_r .m_s {
        font-size: 12px;
        line-height: 24px;
        min-height: 50px;
    }
}

@media only screen and (max-width:640px) {
    .rc_ei .ei_nr .n_r .m_s {
        min-height: auto;
    }
}

.rc_ni {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background-color: #154670;
}

.rc_ni .ni_nr .tb_bt img {
    width: 100%;
    height: auto;
}

.rc_ni .ni_nr .row {
    margin-top: -48px;
}

.rc_ni .ni_nr .row .n_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
}

.rc_ni .ni_nr .row .n_r .b_t {
    margin-top: 8px;
    width: 90%;
}

.rc_ni .ni_nr .row .n_r .b_t .a_n {

    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #C71F30;
    border-radius: 34px;
}

.rc_ni .ni_nr .row .n_r .w_s {
    margin-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

@media only screen and (max-width:1100px) {
    .rc_ni {
        padding: 50px 0px;
    }

    .rc_ni .ni_nr .row .n_r .w_s {
        font-size: 12px;
    }
}

@media only screen and (max-width:992px) {
    .rc_ni .ni_nr .row {
        margin-top: -24px;
    }

    .rc_ni .ni_nr .row .n_r {
        margin-bottom: 30px;
    }

    .rc_ni .ni_nr .row .n_r .w_s {
        font-size: 14px;
    }
}

@media only screen and (max-width:640px) {
    .rc_ni .ni_nr .row {
        margin-top: 0;
    }

    .rc_ni .ni_nr .row .n_r {
        margin-bottom: 16px;
        padding: 8px 4px;
    }

    .rc_ni .ni_nr .row .n_r .b_t .a_n {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .rc_ni .ni_nr .row .n_r .w_s {
        font-size: 12px;
    }
}

.rc_te {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
    background: url("../images/rc_f.jpg") no-repeat top center / cover;
}

.rc_te .te_nr .n_r {
    margin-bottom: 26px;
}

.rc_te .te_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.rc_te .te_nr .n_r .w_z {
    background: #FFFFFF;
    padding: 20px;
}

.rc_te .te_nr .n_r .w_z .r_q {
    display: flex;
    margin-bottom: 10px;
}

.rc_te .te_nr .n_r .w_z .r_q i {
    width: 50%;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    background: #012779;
    font-size: 14px;
}

.rc_te .te_nr .n_r .w_z .r_q i.on {
    background: #C70031;
}

.rc_te .te_nr .n_r .w_z .m_s {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width:1100px) {
    .rc_te {
        padding: 50px 0px;
    }

    .rc_te .te_nr .n_r .w_z .r_q i {
        line-height: 36px;
        font-size: 12px;
    }

    .rc_te .te_nr .n_r .w_z .m_s {
        font-size: 12px;
        line-height: 24px;
    }

    .rc_te .te_nr .n_r .w_z {
        padding: 16px;
    }
}

.rc_ev {
    width: 100%;
    overflow: hidden;
    padding: 90px 0px;
}

.rc_ev .ev_nr {
    position: relative;
}

.rc_ev .ev_nr .n_r {
    width: 100%;
    position: relative;
}

.rc_ev .ev_nr .n_r .t_p {
    width: 55%;
    position: relative;
    z-index: 99;
}

.rc_ev .ev_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.rc_ev .ev_nr .n_r .w_z {
    width: 65%;
    position: absolute;
    right: 20px;
    background: #FFFFFF;
    padding: 70px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    min-height: 390px;
}

.rc_ev .ev_nr .n_r .w_z .b_t {
    color: #C70031;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.rc_ev .ev_nr .n_r .w_z .m_s {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
}

.rc_ev .ev_nr .swiper-pagination {
    text-align: right;
    right: 90px;
    left: initial;
    bottom: 100px;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
}

.rc_ev .ev_nr .swiper-pagination-current {
    color: #C70031;
    font-size: 23px;
}

@media only screen and (max-width:1100px) {
    .rc_ev .ev_nr .n_r .w_z {
        padding: 30px;
        min-height: 240px;
    }

    .rc_ev .ev_nr .n_r .w_z .b_t {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .rc_ev .ev_nr .n_r .w_z .m_s {
        font-size: 12px;
        line-height: 22px;
    }

    .rc_ev .ev_nr .swiper-pagination {
        bottom: 73px;
        font-size: 12px;
    }

    .rc_ev .ev_nr .swiper-pagination-current {
        font-size: 18px;
    }
}

@media only screen and (max-width:768px) {
    .rc_ev .ev_nr .n_r .t_p {
        width: 100%;
    }

    .rc_ev .ev_nr .n_r .w_z {
        width: 100%;
        position: relative;
        right: initial;
        background: #FFFFFF;
        padding: 30px;
        top: initial;
        transform: none;
        min-height: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    }

    .rc_ev .ev_nr .swiper-pagination {
        bottom: 0px;
        right: 20px;
    }
}

.ny_tm {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    padding-left: 26px;
}

.ny_tm:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    width: 6px;
    height: 20px;
    background: #C7002F;
    top: 5px;
}

.ny_nr .al_lm {
    margin-bottom: 30px;
}

.ny_nr .al_lm ul {
    display: flex;
    justify-content: flex-end;
}

.ny_nr .al_lm li {
    margin: 0px 20px;
}

.ny_nr .al_lm a {
    color: #7D7D7D;
    font-size: 18px;
    line-height: 50px;
    display: block;
}

.ny_nr .al_lm a.on {
    border-bottom: solid 2px #C7002F;
}

.ny_nr .al_lm a:hover {
    border-bottom: solid 2px #C7002F;
}

.ny_nr .al_fl {
    margin-bottom: 26px;
}

.ny_nr .al_fl ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny_nr .al_fl li {
    margin-right: 19px;
}

.ny_nr .al_fl li a {
    display: block;
    color: #656565;
    font-size: 16px;
    line-height: 40px;
}

.ny_nr .al_fl li.on a {
    color: #C70031;
}

.ny_nr .al_fl li a:hover {
    color: #C70031;
}

.ny_nr .al_nr .n_r {
    border: solid 1px #DDDDDD;
    padding: 16px;
    margin-bottom: 20px;
}

.ny_nr .al_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_nr .al_nr .n_r .w_z .b_t {
    margin-bottom: 10px;
}

.ny_nr .al_nr .n_r .w_z .b_t a {
    display: block;
    color: #333333;
    font-size: 16px;
}

.ny_nr .al_nr .n_r .w_z .m_s {
    color: #656565;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ny_nr .al_nr .n_r .w_z .m_r a {
    display: block;
    width: 80px;
    height: 30px;
    color: #C7002F;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px #C7002F;
    text-align: center;
    line-height: 30px;
}

.ny_nr .db_al {
    margin-top: 50px;
}

.ny_nr .db_al .da_nr .n_r {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 26px;
}

.ny_nr .db_al .da_nr .n_r .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_nr .db_al .da_nr .n_r .t_p:before {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
}

.ny_nr .db_al .da_nr .n_r .w_z {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ny_nr .db_al .da_nr .n_r .w_z a {
    color: #FFFFFF;
    font-size: 18px;
}

@media only screen and (max-width:1100px) {
    .ny_nr {
        padding: 50px 0px;
    }

    .ny_tm {
        margin-bottom: 20px;
        font-size: 18px;
        padding-left: 20px;
    }

    .ny_tm:before {
        top: 2px;
    }

    .ny_nr .al_lm {
        margin-bottom: 20px;
    }

    .ny_nr .al_lm li {
        margin: 0px 10px;
    }

    .ny_nr .al_lm a {
        font-size: 16px;
        line-height: 40px;
    }

    .ny_nr .al_fl li {
        margin-right: 10px;
    }

    .ny_nr .al_fl li a {
        font-size: 12px;
        line-height: 36px;
    }

    .ny_nr .al_nr .n_r .w_z .b_t a {
        font-size: 14px;
    }

    .ny_nr .al_nr .n_r .w_z .m_s {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .ny_nr .al_nr .n_r .w_z .m_r a {
        width: 70px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
    }

    .ny_nr .al_nr .n_r .row {
        align-items: center;
    }
}

@media only screen and (max-width:640px) {
    .ny_nr .al_lm a {
        font-size: 12px;
        line-height: 36px;
    }

    .ny_nr .al_lm ul {
        justify-content: center;
    }

    .ny_nr .al_lm li {
        margin: 0px 6px;
    }

    .ny_nr .al_fl li a {
        line-height: 26px;
    }

    .ny_nr .db_al {
        margin-top: 30px;
    }
}

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

.ny_bk .bk_zc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_bk .bk_zc li a {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    background: #C70031;
    text-align: center;
    line-height: 46px;
    width: 100%;
    position: relative;
}

.ny_bk .bk_zc li a:after {
    content: " ";
    display: block;
    width: 80%;
    height: 20px;
    background: rgba(199, 0, 49, .3);
    transform: skew(60deg);
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.ny_bk .bk_zc li {
    margin-bottom: 20px;
}

.ny_bk .bk_zc li:last-child {
    margin-bottom: 0px;
}

.ny_bk .bk_zc li a:hover {
    background: #80001F;
}

.ny_bk .bk_yc .yc_tb {
    margin-bottom: 36px;
}

.ny_bk .bk_yc .yc_tb ul {
    display: flex;
    flex-wrap: wrap;
}

.ny_bk .bk_yc .yc_tb li {
    width: 33.33%;
}

.ny_bk .bk_yc .yc_tb .n_r {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

.ny_bk .bk_yc .yc_tb .t_b {
    padding: 50px 30px;
}

.ny_bk .bk_yc .yc_tb .t_b .t_m {
    color: #FFFFFF;
    font-size: 28px;
    padding-bottom: 16px;
    border-bottom: solid 2px #FFFFFF;
    margin-bottom: 16px;
}

.ny_bk .bk_yc .yc_tb .t_b .f_b {
    color: #FFFFFF;
    font-size: 16px;
}

.ny_bk .bk_yc .yc_tb .d_b {
    background: rgba(0, 0, 0, .5);
    padding: 30px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.ny_bk .bk_yc .yc_tb .d_b p a {
    display: block;
    padding-left: 16px;
    background: url("../images/bk_d.png") no-repeat left;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width:1100px) {
    .ny_bk .bk_yc .yc_tb .t_b .t_m {
        font-size: 20px;
    }

    .ny_bk .bk_yc .yc_tb .t_b .f_b {
        font-size: 12px;
    }

    .ny_bk .bk_yc .yc_tb .d_b p a {
        padding-left: 10px;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 24px;
    }

    .ny_bk .bk_yc .yc_tb .d_b {
        padding: 16px;
    }

    .ny_bk .bk_yc .yc_tb .n_r {
        min-height: 300px;
    }

    .ny_bk .bk_zc li a {
        font-size: 12px;
        line-height: 36px;
    }

    .ny_bk .bk_zc li {
        margin-bottom: 15px;
    }

    .ny_bk .bk_yc .yc_tb .t_b {
        padding: 30px 20px;
    }
}

@media only screen and (max-width:640px) {
    .ny_bk {
        padding: 50px 0px;
    }

    .ny_bk .bk_zc {
        display: none;
    }

    .ny_bk .bk_yc .yc_tb li {
        width: 100%;
        margin-bottom: 20px;
    }

    .ny_bk .bk_yc .yc_tb .n_r {
        min-height: 260px;
    }
}

.ny_bk .bk_yc .yc_nr .bk_tm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ny_bk .bk_yc .yc_nr .bk_tm .z_c {
    display: flex;
    align-items: center;
    position: relative;
    text-indent: 16px;
}

.ny_bk .bk_yc .yc_nr .bk_tm .z_c:before {
    content: " ";
    display: block;
    width: 4px;
    height: 17px;
    background: #C70031;
    left: 0px;
    top: 5px;
}

.ny_bk .bk_yc .yc_nr .bk_tm .z_c p {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    padding-right: 10px;
}

.ny_bk .bk_yc .yc_nr .bk_tm .z_c i {
    color: #999999;
    font-size: 12px;
    text-transform: uppercase;
}

.ny_bk .bk_yc .yc_nr .bk_tm .y_c a {
    color: #999999;
    font-size: 12px;
}

.ny_bk .bk_yc .yc_nr .bk_on {
    margin-bottom: 30px;
}

.ny_bk .bk_yc .yc_nr .bk_nr {
    border: solid 1px #ECECEC;
    border-left: none;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi {
    display: flex;
    justify-content: space-around;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .b_t {
    width: 4%;
    background: #0071BB;
    color: #FFFFFF;
    padding: 0px 5px;
    text-align: center;
    display: flex;
    align-items: center;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi.gn .b_t {
    background: #539FD1;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi.zn .b_t {
    background: #FF9B9B;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .n_r {
    width: 94%;
    padding: 16px;
    border-bottom: dashed 1px #DDDDDD;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi.zn .n_r {
    border-bottom: none;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .l_b p a {
    display: block;
    color: #333333;
    font-size: 13px;
    line-height: 30px;
    padding-left: 16px;
    background: url(../images/bk_d.png) no-repeat left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on {
    margin-bottom: 16px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_tm {
    width: 100%;
    background: #C70031;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    text-indent: 20px;
    position: relative;
    margin-bottom: 12px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_tm:before {
    content: " ";
    display: block;
    height: 40px;
    width: 5px;
    background: #81001F;
    left: 0px;
    position: absolute;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .ym_fl li {
    margin-bottom: 10px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .ym_fl li:last-child {
    margin-bottom: 0px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .ym_fl li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    color: #FFFFFF;
    font-size: 15px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .ym_fl li i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border: solid 1px #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .rm_zx .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .rm_zx .w_z {
    padding: 16px;
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    background: #F5F5F5;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_lb li {
    background: #F5F5F5;
    margin-bottom: 2px;
    padding: 0px 16px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_lb li:last-child {
    margin-bottom: 0px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_lb li a {
    display: block;
    color: #333333;
    font-size: 12px;
    padding-left: 16px;
    background: url(../images/bk_d.png) no-repeat left;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .n_r {
    background: #F5F5F5;
    padding: 16px;
    margin-bottom: 2px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .t_p {
    margin-bottom: 10px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .b_t a {
    display: block;
    color: #000000;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .m_s {
    color: #656565;
    font-size: 12px;
    margin: 9px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .m_r a {
    color: #C70031;
    font-size: 12px;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_pg .t_x {
    width: 100%;
    outline: none;
    margin-bottom: 10px;
    line-height: 46px;
    text-indent: 14px;
    border: solid 1px #dedede;
}

.ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_pg .b_u {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 46px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    background: #C70031;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (max-width:1100px) {
    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .l_b p a {
        font-size: 12px;
        line-height: 24px;
        padding-left: 12px;
    }

    .ny_bk .bk_yc .yc_nr .bk_tm .z_c p {
        font-size: 16px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_tm {
        line-height: 36px;
        font-size: 14px;
        text-indent: 18px;
        margin-bottom: 10px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_on .ym_fl li a {
        padding: 20px 16px;
        font-size: 13px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_tm:before {
        height: 36px;
        width: 4px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_on .rm_zx .w_z {
        padding: 10px;
        line-height: 20px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_lb li a {
        padding-left: 12px;
        line-height: 30px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .b_t a {
        font-size: 14px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .m_s {
        margin: 6px 0px;
    }

    .ny_bk .bk_yc .yc_nr .dl_nr .dl_on .dl_sp .n_r {
        padding: 10px;
    }
}

@media only screen and (max-width:768px) {
    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .b_t {
        width: 5%;
        padding: 0px 3px;
    }
}

@media only screen and (max-width:640px) {
    .ny_bk .bk_yc .yc_nr .bk_tm .z_c p {
        font-size: 13px;
    }

    .ny_bk .bk_yc .yc_nr .bk_tm .z_c i {
        display: none;
    }

    .ny_bk .bk_yc .yc_nr .bk_tm .y_c {
        display: flex;
        align-items: center;
    }

    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .b_t {
        width: 100%;
        font-size: 14px;
        line-height: 36px;
        text-indent: 14px;
    }

    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .n_r {
        width: 100%;
        padding: 10px;
        border: solid 1px #ECECEC;
    }

    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi.zn .n_r {
        border-bottom: solid 1px #ECECEC;
    }

    .ny_bk .bk_yc .yc_nr .bk_nr {
        border: none;
    }

    .ny_bk .bk_yc .yc_nr .bk_nr .bk_yi .t_p {
        margin-bottom: 16px;
    }
}

.ny_po {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    line-height: 26px;
}

.ny_gj {
    width: 100%;
    padding: 40px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.ny_gj.gj_xm {
    padding: 70px 0;
    margin-bottom: 20px;
}

.ny_gj .gj_js {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.ny_gj .gj_js span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 15px;
    border: 1px solid #C70031;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #C70031;
}

.ny_gj .gj_zc {
    width: 100%;
    padding: 20px;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ny_gj .gj_xm {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ny_gj .zc_tp {
    width: 50%;
}

.ny_gj .xm_tp {
    width: 40%;
}

.ny_gj .zc_wz {
    width: 47%;
    font-size: 15px;
    line-height: 26px;
}

.ny_gj .xm_wz {
    width: 57%;
    font-size: 15px;
    line-height: 26px;
}

.ny_gj .b_t {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    color: #C70031;
    margin-bottom: 15px;
}

.ny_gj .t_j i {
    font-size: 20px;
    color: #F90;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.ny_gj .j_g {
    font-size: 30px;
    color: #F90;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px;
}

.ny_gj .z_q {
    margin-bottom: 10px;
}

.ny_gj .z_q strong {
    font-size: 22px;
    color: #F90;
    padding: 0 5px;
}

.ny_gj .z_q span {
    font-size: 14px;
    display: block;
    line-height: 30px;
}

.ny_gj .z_c span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #C70031;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 14px;
    font-weight: normal;
    color: #C70031;
}

.ny_gj .x_m {
    margin-bottom: 10px;
}

.ny_gj .x_m span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
    border: 1px solid #C70031;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 14px;
    font-weight: normal;
    color: #C70031;
}

.ny_gj .f_c {
    width: 100%;
}

.ny_gj .f_c ul li {
    width: calc(50% - 30px);
    margin: 20px 15px 0;
    padding-left: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 48px;
}

.ny_gj .f_c h3 {
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

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

.ny_gj .a_n {
    margin-top: 20px;
}

.ny_gj .a_n a {
    width: 150px;
    height: 46px;
    display: inline-block;
    margin-right: 15px;
    line-height: 46px;
    text-align: center;
}

.ny_gj .a_n a.y_y {
    background-color: #fff;
}

.ny_gj .gj_xm .a_n a.y_y {
    border: 1px solid #ddd;
    line-height: 44px;
}

.ny_gj .a_n a.y_y:hover {
    background-color: #80001F;
    border: 1px solid #80001F;
    color: #fff;
}

.ny_gj .a_n a.z_x {
    background-color: #C70031;
    color: #fff;
}

.ny_gj .a_n a.z_x:hover {
    background-color: #80001F;
}

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

@media only screen and (max-width:640px) {
    .ny_po {
        font-size: 12px;
    }

    .ny_gj.gj_xm {
        padding: 40px 0;
    }

    .ny_gj .gj_js span {
        font-size: 18px;
        line-height: 28px;
    }

    .ny_gj .zc_tp {
        width: 100%;
    }

    .ny_gj .xm_tp {
        width: 100%;
    }

    .ny_gj .zc_wz {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }

    .ny_gj .xm_wz {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin-top: 20px;
    }

    .ny_gj .z_c span {
        padding: 0 10px;
        font-size: 20px;
    }

    .ny_gj .x_m span {
        padding: 0 10px;
        font-size: 20px;
    }

    .ny_gj .f_c ul {
        margin: 0 -10px;
    }

    .ny_gj .f_c ul li {
        width: calc(50% - 20px);
        margin: 20px 10px 0;
    }

    .ny_gj .f_c h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .ny_gj .f_c p {
        font-size: 24px;
        line-height: 32px;
    }
}

.ny_lm {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.ny_lm.on {
    position: fixed;
    top: 0px;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px 0px;
}

.ny_lm ul {
    margin: 0 -5px;
}

.ny_lm ul li {
    width: calc(16.66666666% - 10px);
    margin: 0 5px;
}

.ny_lm ul.w_g li {
    width: calc(20% - 10px);
}

.ny_lm ul li a {
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    display: block;
}

.ny_lm ul li:hover a {
    background-color: #C70031;
    color: #fff;
}

.ny_lm ul li.active a {
    background-color: #C70031;
    color: #fff;
}

@media only screen and (max-width:640px) {
    .ny_lm.on {
        position: fixed;
        top: 102px;
        left: 0;
        -webkit-border-radius: initial;
        -moz-border-radius: initial;
        border-radius: initial;
    }

    .ny_lm ul li {
        width: calc(33.33333333% - 10px);
        margin: 5px;
    }

    .ny_lm ul.w_g li {
        width: calc(20% - 10px);
    }

    .ny_lm ul li a {
        height: 56px;
        font-size: 18px;
        line-height: 56px;
    }
}

.ny_al {
    width: 100%;
    padding: 50px 0 80px;
    overflow: hidden;
}

.ny_al .zc_lb {
    width: calc(100% - 360px);
}

.ny_al .lb_nr ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ny_al .lb_nr .t_p {
    width: 260px;
    overflow: hidden;
}

.ny_al .lb_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_al .lb_nr ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ny_al .lb_nr .w_z {
    width: calc(100% - 290px);
    overflow: hidden;
}

.ny_al .lb_nr .w_z h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_al .lb_nr .w_z h3 a {
    color: #000;
}

.ny_al .lb_nr ul li:hover .w_z h3 a {
    color: #C70031;
}

.ny_al .lb_nr .w_z p {
    color: #777;
    line-height: 26px;
    height: 52px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_al .lb_nr .w_z span {
    display: inline-block;
    margin-right: 20px;
    color: #999;
}

.ny_al .lb_nr .w_z i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.ny_al .lb_nr .w_z i.icon-shijian {
    font-size: 16px;
}

.ny_al .yc_tj {
    width: 320px;
}

.ny_al .yc_tj .b_t {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.ny_al .yc_tj .b_t a {
    font-size: 13px;
    font-weight: normal;
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
}

.ny_al .yc_tj .b_t a:hover {
    color: #C70031;
}

.ny_al .sm_jq {
    min-height: 180px;
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.ny_al .sm_jq .bd {
    width: 80%;
    height: 32px;
    margin: 0 auto 5px;
    line-height: 32px;
    color: #fff;
    overflow: hidden;
}

.ny_al .sm_nr {
    width: 80%;
    margin: 35px auto 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ny_al .sm_nr .t_p {
    width: 90px;
    border-radius: 10px;
    padding: 3px;
    background-color: #fff;
    overflow: hidden;
}

.ny_al .sm_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_al .sm_nr .w_z {
    width: calc(100% - 110px);
    color: #fff;
}

.ny_al .sm_nr .w_z h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.ny_al .sm_nr .w_z h4 {
    font-size: 20px;
    line-height: 28px;
}

.ny_al .al_tj {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
}

.ny_al .al_tj ul li {
    margin-top: 20px;
}

.ny_al .al_tj a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ny_al .al_tj .t_p {
    width: 120px;
    overflow: hidden;
}

.ny_al .al_tj .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.ny_al .al_tj .w_z {
    width: calc(100% - 135px);
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_al .wt_tj {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 30px;
}

.ny_al .wt_tj ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.ny_al .wt_tj ul li:last-child {
    padding: 15px 0 0;
    border-bottom: 0;
}

.ny_al .wt_tj .w_t {
    padding-left: 36px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.ny_al .wt_tj .w_t span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #C70031;
    line-height: 25px;
    text-align: center;
    color: #C70031;
    position: absolute;
    top: 0;
    left: 0;
}

.ny_al .wt_tj .w_d {
    padding-left: 36px;
    font-size: 15px;
    color: #999;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.ny_al .wt_tj .w_d span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #0071BB;
    line-height: 25px;
    text-align: center;
    color: #0071BB;
    position: absolute;
    top: 0;
    left: 0;
}

.ny_al .fc_lm {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.ny_al .fc_lm ul {
    display: flex;
}

.ny_al .fc_lm ul li {
    margin-right: 5px;
}

.ny_al .fc_lm ul li a {
    display: inline-block;
    padding: 0 30px;
    background-color: #f7f7f7;
    font-size: 20px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.ny_al .fc_lm ul li:hover a {
    background-color: #C70031;
    color: #fff;
}

.ny_al .fc_lm ul li.on a {
    background-color: #C70031;
    color: #fff;
}

.ny_al .fc_lb ul li {
    width: calc(25% - 30px);
    border: 1px solid #ddd;
    margin: 0 15px 30px;
}

.ny_al .fc_lb .t_p {
    overflow: hidden;
}

.ny_al .fc_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_al .fc_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ny_al .fc_lb .w_z {
    padding: 10px 15px 15px;
}

.ny_al .fc_lb .w_z h3 {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin: 6px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_al .fc_lb ul li:hover .w_z h3 {
    color: #80001F;
}

.ny_al .fc_lb .w_z p {
    padding-left: 25px;
    position: relative;
    line-height: 26px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_al .fc_lb .w_z p i {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
}

.ny_al .fc_lb .w_z p i.icon-dizhi2 {
    font-size: 20px;
}

.ny_al .fc_lb .x_x {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ny_al .fc_lb .z_n {
    color: #333;
}

.ny_al .fc_lb .j_g {
    font-size: 20px;
    font-weight: bold;
    color: #C00;
}

.ny_al .ym_lb ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ny_al .ym_lb .t_p {
    width: 370px;
    overflow: hidden;
    border-radius: 10px;
}

.ny_al .ym_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_al .ym_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ny_al .ym_lb .w_z {
    width: calc(100% - 400px);
}

.ny_al .ym_lb .g_j {
    font-size: 22px;
    line-height: 36px;
    font-weight: bold;
}

.ny_al .ym_lb .g_j a {
    color: #000;
}

.ny_al .ym_lb .g_j a:hover {
    color: #80001F;
}

.ny_al .ym_lb .j_s {
    margin: 10px 0;
    height: 52px;
    font-size: 15px;
    line-height: 26px;
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_al .ym_lb .l_x {
    position: relative;
    padding-left: 50px;
    line-height: 32px;
}

.ny_al .ym_lb .l_x span {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.ny_al .ym_lb .l_x a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px 15px 5px 0;
}

.ny_al .ym_lb .d_b {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.ny_al .ym_lb .j_g strong {
    font-size: 22px;
    color: #C00;
    padding: 0 5px;
}

.ny_al .ym_lb .a_n a {
    width: 100px;
    height: 34px;
    display: inline-block;
    margin-left: 15px;
    line-height: 34px;
    text-align: center;
}

.ny_al .ym_lb .a_n a.x_q {
    border: 1px solid #ddd;
    line-height: 32px;
}

.ny_al .ym_lb .a_n a.x_q:hover {
    background-color: #80001F;
    border: 1px solid #80001F;
    color: #fff;
}

.ny_al .ym_lb .a_n a.z_x {
    background-color: #C70031;
    color: #fff;
}

.ny_al .ym_lb .a_n a.z_x:hover {
    background-color: #80001F;
}

@media only screen and (max-width:640px) {
    .ny_al {
        padding: 40px 0 60px;
    }

    .ny_al .zc_lb {
        width: 100%;
    }

    .ny_al .lb_nr .t_p {
        width: 32%;
    }

    .ny_al .lb_nr .w_z {
        width: 65%;
    }

    .ny_al .lb_nr .w_z h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .ny_al .lb_nr .w_z p {
        font-size: 20px;
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
        line-clamp: 1;
        -webkit-line-clamp: 1;
    }

    .ny_al .lb_nr .w_z span {
        font-size: 20px;
    }

    .ny_al .lb_nr .w_z i {
        font-size: 22px;
    }

    .ny_al .lb_nr .w_z i.icon-shijian {
        font-size: 20px;
    }

    .ny_al .yc_tj {
        display: none;
    }

    .ny_al .fc_lm ul li a {
        font-size: 22px;
        line-height: 56px;
        font-weight: normal;
    }

    .ny_al .fc_lb ul {
        margin: 0 -5px;
    }

    .ny_al .fc_lb ul li {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .ny_al .fc_lb .w_z h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .ny_al .fc_lb .w_z p {
        padding-left: 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .ny_al .fc_lb .w_z p i {
        width: 26px;
        font-size: 22px;
    }

    .ny_al .fc_lb .w_z p i.icon-dizhi2 {
        font-size: 26px;
    }

    .ny_al .fc_lb .j_g {
        font-size: 26px;
    }

    .ny_al .ym_lb ul li {
        padding-bottom: 0;
        margin-bottom: 40px;
        border-bottom: 0;
    }

    .ny_al .ym_lb .t_p {
        width: 100%;
    }

    .ny_al .ym_lb .w_z {
        width: 100%;
        margin-top: 20px;
    }

    .ny_al .ym_lb .g_j {
        font-size: 26px;
        line-height: 44px;
    }

    .ny_al .ym_lb .j_s {
        margin: 15px 0;
        height: 68px;
        font-size: 20px;
        line-height: 34px;
    }

    .ny_al .ym_lb .l_x {
        padding-left: 0;
        font-size: 20px;
        line-height: 36px;
    }

    .ny_al .ym_lb .l_x span {
        position: relative;
        top: auto;
        left: auto;
    }

    .ny_al .ym_lb .l_x a {
        padding: 0 15px;
    }

    .ny_al .ym_lb .d_b {
        font-size: 20px;
    }

    .ny_al .ym_lb .j_g strong {
        font-size: 26px;
    }

    .ny_al .ym_lb .a_n a {
        width: 130px;
        height: 46px;
        line-height: 46px;
    }

    .ny_al .ym_lb .a_n a.x_q {
        line-height: 44px;
    }
}

.scroll-floor {
    width: 100%;
    margin-bottom: 45px;
}

.scroll-floor .b_t {
    position: relative;
    padding-left: 15px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
    margin-bottom: 20px;
}

.scroll-floor .b_t:after {
    width: 5px;
    height: 26px;
    background-color: #C70031;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
}

.scroll-floor .x_b {
    font-size: 20px;
    font-weight: bold;
    color: #C70031;
    line-height: 30px;
    margin: 15px 0;
}

.scroll-floor .x_b.m_g {
    margin: 15px 0 0;
}

.scroll-floor .j_s {
    font-size: 16px;
    line-height: 32px;
}

.scroll-floor .j_s img {
    max-width: 100%;
    height: auto;
    display: block;
}

.scroll-floor .j_s a {
    color: #C70031;
    padding: 0 5px;
}

.scroll-floor .bd .j_s {
    width: 65%;
    font-size: 14px;
    line-height: 26px;
}

.scroll-floor .x_m ul {
    margin: 0 -10px;
}

.scroll-floor .x_m ul li {
    width: calc(33.3333333333% - 20px);
    margin: 20px 10px 0;
    background-color: #f7f7f7;
}

.scroll-floor .t_p {
    overflow: hidden;
}

.scroll-floor .bd .t_p {
    width: 32%;
}

.scroll-floor .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.scroll-floor .x_m ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.scroll-floor .w_z {
    padding: 15px;
}

.scroll-floor .w_z h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 10px;
}

.scroll-floor .w_z p {
    font-size: 13px;
    line-height: 22px;
}

.scroll-floor .w_z p span {
    color: #C70031;
    padding: 0 3px;
}

.scroll-floor .a_n {
    margin-top: 10px;
}

.scroll-floor .a_n a {
    width: 90px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    text-align: center;
}

.scroll-floor .a_n a.z_x {
    background-color: #fff;
}

.scroll-floor .a_n a.z_x:hover {
    background-color: #80001F;
    color: #fff;
}

.scroll-floor .a_n a.y_y {
    background-color: #C70031;
    color: #fff;
}

.scroll-floor .a_n a.y_y:hover {
    background-color: #80001F;
}

.scroll-floor .l_c ul li {
    position: relative;
    padding-left: 45px;
    padding-bottom: 45px;
}

.scroll-floor .l_c ul li:last-child {
    padding-bottom: 0;
}

.scroll-floor .l_c ul li:after {
    width: 2px;
    height: 100%;
    background-color: #C70031;
    position: absolute;
    left: 14px;
    top: 0;
    z-index: -1;
    content: "";
}

.scroll-floor .l_c ul li:last-child:after {
    display: none;
}

.scroll-floor .l_c h3 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.scroll-floor .l_c p {
    font-size: 13px;
    line-height: 22px;
    color: #999;
}

.scroll-floor .l_c span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #C70031;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #C70031;
}

.scroll-floor .hd {
    margin-bottom: 15px;
}

.scroll-floor .hd ul {
    display: flex;
}

.scroll-floor .hd ul li {
    margin-right: 25px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding-bottom: 6px;
    cursor: pointer;
    position: relative;
}

.scroll-floor .hd ul li.on {
    color: #C70031;
}

.scroll-floor .hd ul li.on:after {
    width: 100%;
    height: 2px;
    background-color: #C70031;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.scroll-floor .al_zs {
    width: 100%;
    position: relative;
    padding: 35px 40px 15px;
    margin-top: 35px;
    background-color: #f7f7f7;
}

.scroll-floor .al_zs ul {
    margin: 0 -10px;
}

.scroll-floor .al_zs ul li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
}

.scroll-floor .al_zs a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scroll-floor .al_zs .t_p {
    width: 40%;
}

.scroll-floor .al_zs .a_w {
    width: 58%;
}

.scroll-floor .al_zs .a_w h3 {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.scroll-floor .al_zs .a_w span {
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
    color: #999;
}

.scroll-floor .al_zs .a_w span:last-child {
    margin-right: 0;
}

.scroll-floor .al_zs .a_w i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -2px;
    font-size: 18px;
}

.scroll-floor .al_zs .a_w i.icon-shijian {
    font-size: 14px;
}

.scroll-floor .z_q ul {
    margin: 0 -10px;
}

.scroll-floor .z_q ul li {
    width: calc(33.333333333% - 20px);
    margin: 20px 10px 0;
    background-color: #f7f7f7;
    padding: 30px 30px 30px 70px;
    position: relative;
}

.scroll-floor .z_q span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #C70031;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    top: 30px;
    left: 20px;
}

.scroll-floor .z_q h3 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.scroll-floor .z_q p {
    font-size: 13px;
    line-height: 22px;
    color: #999;
}

.scroll-floor .tw_nr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.scroll-floor .tw_tp {
    width: 40%;
}

.scroll-floor .tw_tp img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    user-select: none;
}

.scroll-floor .tw_wz {
    width: 60%;
    height: 318px;
    overflow: auto;
}

.scroll-floor table {
    width: 100%;
    box-sizing: border-box;
    border: none
}

.scroll-floor table tr.shen {
    background: #ebf3ff;
}

.scroll-floor table tr.qian {
    background: #f1fbfd
}

.scroll-floor table tr td {
    border: 5px solid #fff;
    padding: 20px 15px;
    line-height: 26px;
    color: #666;
    box-sizing: border-box;
    text-align: center
}

@media only screen and (max-width:640px) {
    .scroll-floor .b_t {
        font-size: 20px;
        line-height: 40px;
    }

    .scroll-floor .b_t:after {
        height: 30px;
    }

    .scroll-floor .x_b {
        font-size: 26px;
        line-height: 36px;
        margin: 25px 0;
    }

    .scroll-floor .x_b.m_g {
        margin: 25px 0 0;
    }

    .scroll-floor .j_s {
        font-size: 14px;
        line-height: 30px;
    }

    .scroll-floor .bd .j_s {
        width: 100%;
        font-size: 20px;
        line-height: 34px;
    }

    .scroll-floor .x_m ul {
        margin: 0 -5px;
    }

    .scroll-floor .x_m ul li {
        width: calc(50% - 10px);
        margin: 10px 5px 0;
    }

    .scroll-floor .bd .t_p {
        width: 100%;
        margin-top: 20px;
    }

    .scroll-floor .w_z h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .scroll-floor .w_z p {
        font-size: 20px;
        line-height: 32px;
    }

    .scroll-floor .a_n {
        margin-top: 10px;
    }

    .scroll-floor .a_n a {
        width: 45%;
        height: 44px;
        margin-right: 5%;
        font-size: 20px;
        line-height: 44px;
    }

    .scroll-floor .l_c ul li {
        padding-left: 55px;
    }

    .scroll-floor .l_c ul li:after {
        left: 19px;
    }

    .scroll-floor .l_c h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .scroll-floor .l_c p {
        font-size: 14px;
        line-height: 36px;
    }

    .scroll-floor .l_c span {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 36px;
    }

    .scroll-floor .hd {
        margin-bottom: 25px;
    }

    .scroll-floor .hd ul li {
        font-size: 22px;
        line-height: 40px;
    }

    .scroll-floor .al_zs {
        padding: 20px 20px 0;
        margin-top: 30px;
    }

    .scroll-floor .al_zs ul {
        margin: 0;
    }

    .scroll-floor .al_zs ul li {
        width: 100%;
        margin: 0 0 20px;
    }

    .scroll-floor .al_zs .t_p {
        width: 32%;
    }

    .scroll-floor .al_zs .a_w {
        width: 65%;
    }

    .scroll-floor .al_zs .a_w h3 {
        font-size: 24px;
        line-height: 36px;
        height: 72px;
    }

    .scroll-floor .al_zs .a_w span {
        font-size: 20px;
        margin-right: 20px;
    }

    .scroll-floor .al_zs .a_w i {
        font-size: 22px;
    }

    .scroll-floor .al_zs .a_w i.icon-shijian {
        font-size: 20px;
    }

    .scroll-floor .z_q ul {
        margin: 0 -5px;
    }

    .scroll-floor .z_q ul li {
        width: calc(50% - 10px);
        margin: 10px 5px 0;
    }

    .scroll-floor .z_q h3 {
        font-size: 22px;
        line-height: 36px;
    }

    .scroll-floor .z_q p {
        font-size: 20px;
        line-height: 30px;
    }

    .scroll-floor .tw_tp {
        width: 100%;
    }

    .scroll-floor .tw_wz {
        width: 100%;
        height: auto;
    }

    .scroll-floor table tr td {
        border: 1px solid #fff;
        padding: 15px 10px;
        font-size: 18px;
    }
}

.scroll-floor .p_t ul {
    margin: 0 -5px;
}

.scroll-floor .p_t ul li {
    width: calc(25% - 10px);
    font-size: 15px;
    line-height: 32px;
    margin: 0 5px 10px;
}

.scroll-floor .p_t i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    background-color: #ccc;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.scroll-floor .p_t ul li.on i {
    background-color: #C70031;
}

.scroll-floor .f_t ul {
    margin: 0 -10px;
}

.scroll-floor .f_t ul li {
    width: calc(33.333333333333% - 20px);
    border: 1px solid #ddd;
    margin: 20px 10px 0;
}

.scroll-floor .f_t .t_p {
    overflow: hidden;
}

.scroll-floor .f_t .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.scroll-floor .f_t ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.scroll-floor .f_t .w_z {
    padding: 10px 15px 15px;
}

.scroll-floor .f_t .w_z h3 {
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin: 6px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.scroll-floor .f_t ul li:hover .w_z h3 {
    color: #80001F;
}

.scroll-floor .f_t .w_z p {
    padding-left: 25px;
    position: relative;
    line-height: 26px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.scroll-floor .f_t .w_z p i {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
}

.scroll-floor .f_t .w_z p i.icon-dizhi2 {
    font-size: 20px;
}

.scroll-floor .f_t .x_x {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.scroll-floor .f_t .z_n {
    color: #333;
}

.scroll-floor .f_t .j_g {
    font-size: 20px;
    font-weight: bold;
    color: #C70031;
}

@media only screen and (max-width:640px) {
    .scroll-floor .p_t ul li {
        width: calc(33.33333333333% - 10px);
        font-size: 22px;
        line-height: 40px;
    }

    .scroll-floor .f_t ul {
        margin: 0 -5px;
    }

    .scroll-floor .f_t ul li {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .scroll-floor .f_t .w_z h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .scroll-floor .f_t .w_z p {
        padding-left: 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .scroll-floor .f_t .w_z p i {
        width: 26px;
        font-size: 22px;
    }

    .scroll-floor .f_t .w_z p i.icon-dizhi2 {
        font-size: 26px;
    }

    .scroll-floor .f_t .j_g {
        font-size: 26px;
    }
}

.tab_content li.tab_content_li{
    display: none;
}
.tab_content li.active {
    display: block;
}

.bk_yc .al_lm{margin-bottom: 30px;}
.bk_yc .al_lm ul{display: flex;justify-content: flex-end;}
.bk_yc .al_lm li{margin:0px 20px;}
.bk_yc .al_lm a{color: #7D7D7D;font-size: 18px;line-height: 50px;display: block;}
.bk_yc .al_lm.gn a{font-size: 14px;line-height: 46px;}
.bk_yc .al_lm a.on{border-bottom: solid 2px #C7002F;}
.bk_yc .al_lm a:hover{border-bottom: solid 2px #C7002F;}

@media only screen and (max-width:1100px) {
    .bk_yc .al_lm {
        margin-bottom: 20px;
    }

    .bk_yc .al_lm li {
        margin: 0px 10px;
    }

    .bk_yc .al_lm a {
        font-size: 12px;
        line-height: 40px;
    }
}
@media only screen and (max-width:640px){
    .bk_yc .al_lm a {
        font-size: 12px;
        line-height: 36px;
    }
    .bk_yc .al_lm ul {
        justify-content: center;
    }
    .bk_yc .al_lm li {
        margin: 0px 6px;
    }
}