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

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

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

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

input, select, button, textarea {
    font-size: 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;
    transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #0f437d;
    text-decoration: none !important;
}

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

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

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

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

.jt_cn {
    justify-content: center;
}

.an_tm {
    align-items: center;
}

.mg_my {
    margin: 0;
}

::placeholder {
    color: #999;
}

@media only screen and (max-width: 1279px) {
    body {
        font-size: 13px;
    }

    input, select, button, textarea {
        font-size: 13px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 640px) {
    .container, .container-fluid {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 320px) {
    .container, .container-fluid {
        padding: 0 15px;
    }
}

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

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

.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.header .row {
    margin: 0;
}

.header .logo {
    width: 166px;
    position: relative;
}

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

.header .an {
    width: 36px;
    height: 22px;
    display: none;
    position: relative;
}

.header .an span {
    width: 36px;
    height: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    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);
    -webkit-transform: rotate(45deg);
}

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

.header .nav {
    display: flex;
}

.header .nav ul {
    display: flex;
}

.header .nav ul li {
    margin-right: 45px;
    position: relative;
}

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

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

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

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

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

.header .nav .y_j:after {
    width: 0;
    height: 2px;
    background-color: #13467e;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .y_j:after {
    width: 100%;
}

.header .nav ul li.on .y_j:after {
    width: 100%;
}

.header .nav .e_j {
    width: 160px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

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

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

.header .nav .f_l p a {
    font-size: 13px;
    line-height: 40px;
    color: #555;
    text-align: center;
    display: block;
}

.header .nav .f_l p a:hover {
    background-color: #13467e;
    color: #fff;
}

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

.header .s_y {
    padding: 0 15px;
    border-radius: 17px;
    background-color: #13467e;
    color: rgba(255, 255, 255, .6);
}

.header .s_y span {
    padding: 0 10px;
}

.header .s_y a {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    line-height: 34px;
}

.header .s_y a:hover {
    color: #fff;
}

.header .s_y a.on {
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .header .logo {
        width: 130px;
    }

    .header .nav ul li {
        margin-right: 30px;
    }

    .header .nav .y_j a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .header .logo {
        width: 166px;
        margin: 20px 0;
    }

    .header .an {
        display: block;
    }

    .header .nav {
        width: 100%;
        height: calc(100% - 80px);
        padding: 10px 5% 20px;
        margin: 0;
        background-color: #fafafa;
        position: fixed;
        bottom: 0;
        right: -100%;
        z-index: 9999;
        overflow: auto;
        display: block;
        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 #ddd;
        float: none;
        padding: 0;
        margin: 0;
    }

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

    .header .nav .y_j i {
        display: block;
        width: 70%;
        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: 60px;
        text-shadow: none;
    }

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

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

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

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

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

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

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

    .header .nav .f_l p {
        margin: 0;
    }

    .header .nav .f_l p a {
        font-size: 15px;
        line-height: 60px;
        color: #333;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

    .header .nav .f_l p a:hover {
        color: #333;
        background: none;
    }

    .header .nav .s_b {
        display: block;
        line-height: 50px;
    }

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

    .header .s_y {
        margin-top: 20px;
        display: inline-block;
    }
}

@media only screen and (max-width: 640px) {
    .header .logo {
        width: 126px;
        margin: 25px 0;
    }
}

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

.pc_ban {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.pc_ban .swiper-button-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(18, 69, 126, .6) url(../images/ban_l.png) no-repeat center / 22px 22px;
    left: auto;
    right: 62px;
    margin-top: -16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev:hover {
    background: #12457e url(../images/ban_l.png) no-repeat center / 22px 22px;
}

.pc_ban .swiper-button-next {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(18, 69, 126, .6) url(../images/ban_r.png) no-repeat center / 22px 22px;
    right: 15px;
    margin-top: -16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-next:hover {
    background: #12457e url(../images/ban_r.png) no-repeat center / 22px 22px;
}

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

.pc_ban .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 50%;
    margin: 0 6px !important;
    opacity: .5;
    position: relative;
}

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

.pc_ban .swiper-slide .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    color: #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.pc_ban .bn_wz {
    max-width: 440px;
}

.pc_ban .bn_wz h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}

.pc_ban .bn_wz h1 span {
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
}

.pc_ban .bn_wz em {
    width: 100px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    margin: 20px 0;
    display: block;
}

.pc_ban .bn_wz p {
    font-size: 18px;
    line-height: 32px;
}

.pc_ban .bd_wz {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    z-index: 99;
}

.pc_ban .bd_wz .container {
    position: relative;
}

.pc_ban .bd_wz h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
}

.pc_ban .bd_wz h4 {
    font-size: 14px;
    line-height: 22px;
    opacity: .6;
}

.pc_ban 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: 1279px) {
    .pc_ban .bn_wz h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .pc_ban .bn_wz h1 span {
        font-size: 16px;
        margin-left: 10px;
    }

    .pc_ban .bn_wz em {
        width: 60px;
        height: 3px;
        border-radius: 3px;
        margin: 15px 0;
    }

    .pc_ban .bn_wz p {
        font-size: 15px;
        line-height: 28px;
    }

    .pc_ban .bd_wz {
        padding: 20px 0;
    }

    .pc_ban .bd_wz h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .pc_ban .bd_wz h4 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 992px) {
    .pc_ban {
        height: auto;
    }

    .pc_ban .bn_wz h1 {
        font-size: 26px;
        line-height: 36px;
    }

    .pc_ban .bn_wz h1 span {
        font-size: 15px;
    }

    .pc_ban .bn_wz em {
        width: 50px;
    }

    .pc_ban .bn_wz p {
        font-size: 14px;
        line-height: 26px;
    }

    .pc_ban .swiper-pagination {
        display: block;
    }

    .pc_ban .bd_wz {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .pc_ban {
        height: 36vh;
    }

    .pc_ban .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .pc_ban .bn_wz {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .pc_ban .bn_wz h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .pc_ban .bn_wz h1 span {
        font-size: 13px;
    }

    .pc_ban .bn_wz em {
        display: none;
    }

    .pc_ban .bn_wz p {
        font-size: 13px;
        line-height: 22px;
    }
}

.gy_bt {
    margin-bottom: 40px;
    text-align: center;
}

.gy_bt h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    color: #0f437d;
    margin-bottom: 10px;
}

.gy_bt p {
    font-size: 15px;
    line-height: 28px;
    color: #777;
}

.gy_bt em {
    width: 70px;
    height: 2px;
    border-radius: 2px;
    background-color: #0f437d;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

@media only screen and (max-width: 1279px) {
    .gy_bt h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 6px;
    }

    .gy_bt p {
        font-size: 14px;
        line-height: 26px;
    }

    .gy_bt em {
        width: 50px;
        margin: 0 10px;
    }
}

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

    .gy_bt h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .gy_bt p {
        font-size: 13px;
        line-height: 22px;
    }

    .gy_bt em {
        width: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .gy_bt h1 {
        font-size: 22px;
        line-height: 28px;
    }

    .gy_bt p {
        font-size: 12px;
    }

    .gy_bt em {
        width: 30px;
    }
}

.gy_nr {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

.gy_wz {
    position: relative;
    line-height: 1.2;
}

.gy_wz h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wz h3 {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wz h4 {
    font-size: 14px;
    line-height: 1.2;
    color: #999;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wz p {
    line-height: 1.4;
    transition: all .5s;
    -webkit-transition: all .5s;
}

@media only screen and (max-width: 1279px) {
    .gy_wz {
        font-size: 14px;
    }

    .gy_wz h1 {
        font-size: 17px;
    }

    .gy_wz h3 {
        font-size: 15px;
    }

    .gy_wz h4 {
        font-size: 13px;
    }
}

.sy_cp {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.sy_cp .cp_zc {
    width: calc(26% - 10px);
    margin: 0 20px;
}

.sy_cp .cp_zc ul {
    border: 1px solid #eee;
    background-color: #fff;
    border-bottom: 0;
}

.sy_cp .cp_zc ul li {
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 28px;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cp .cp_zc ul li:hover {
    background-color: #0f437d;
}

.sy_cp .cp_zc ul li.on {
    background-color: #0f437d;
}

.sy_cp .cp_zc ul li:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
    content: "";
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cp .cp_zc ul li:hover:after {
    background-color: #fff;
}

.sy_cp .cp_zc ul li.on:after {
    background-color: #fff;
}

.sy_cp .cp_zc ul li a {
    display: block;
    text-indent: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_cp .cp_zc ul li:hover a {
    text-indent: 20px;
    color: #fff;
}

.sy_cp .cp_zc ul li.on a {
    text-indent: 20px;
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .sy_cp {
        padding: 60px 0;
    }

    .sy_cp .cp_zc {
        width: calc(23% - 20px);
        margin: 0 10px;
    }

    .sy_cp .cp_zc ul li {
        padding: 7px 10px;
        font-size: 13px;
        line-height: 26px;
    }

    .sy_cp .cp_zc ul li:after {
        left: 10px;
    }

    .sy_cp .cp_zc ul li a {
        text-indent: 13px;
    }

    .sy_cp .cp_zc ul li:hover a {
        text-indent: 17px;
    }
}

@media only screen and (max-width: 992px) {
    .sy_cp .cp_zc {
        display: none;
    }
}

.sy_cp .cp_yc {
    width: calc(74% - 80px);
    margin: 0 20px;
}

.sy_cp .zs_nr {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.sy_cp .gy_nr {
    width: calc(33.3333333333% - 20px);
    margin: 20px 10px 0;
    position: relative;
}

.sy_cp .gy_wz {
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .4);
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sy_cp .swiper-cp {
    width: 100%;
    background-color: #fafafa;
}

.sy_cp .swiper-button-prev {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff url(../images/z_j.png) no-repeat center / 22px 22px;
    left: calc(50% + 35px);
    top: auto;
    bottom: 35px;
    margin-top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cp .swiper-button-prev:hover {
    background: #12457e url(../images/ban_l.png) no-repeat center / 22px 22px;
    border: 1px solid #12457e;
}

.sy_cp .swiper-button-next {
    width: 34px;
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff url(../images/y_j.png) no-repeat center / 22px 22px;
    right: auto;
    left: calc(50% + 82px);
    top: auto;
    bottom: 35px;
    margin-top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_cp .swiper-button-next:hover {
    background: #12457e url(../images/ban_r.png) no-repeat center / 22px 22px;
    border: 1px solid #12457e;
}

.sy_cp .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.sy_cp .swiper-slide a:hover .gy_tp img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.sy_cp .swiper-slide .gy_tp {
    width: 50%;
}

.sy_cp .cp_nr {
    width: 50%;
    padding: 35px;
}

.sy_cp .cp_nr h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
}

.sy_cp .cp_nr p {
    font-size: 15px;
    color: #777;
    line-height: 26px;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1279px) {
    .sy_cp .cp_yc {
        width: calc(77% - 20px);
        margin: 0 10px;
    }

    .sy_cp .swiper-button-prev {
        left: calc(50% + 25px);
        bottom: 25px;
    }

    .sy_cp .swiper-button-next {
        left: calc(50% + 72px);
        bottom: 25px;
    }

    .sy_cp .cp_nr {
        width: 50%;
        padding: 25px;
    }

    .sy_cp .cp_nr h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .sy_cp .cp_nr p {
        font-size: 14px;
        line-height: 24px;
        height: 96px;
        line-clamp: 4;
        -webkit-line-clamp: 4;
    }
}

@media only screen and (max-width: 992px) {
    .sy_cp .row {
        margin: 0;
    }

    .sy_cp .cp_yc {
        width: 100%;
        margin: 0;
    }
}

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

    .sy_cp .cp_zc {
        width: 100%;
        margin: 0;
    }

    .sy_cp .zs_nr {
        margin: 0 -5px;
    }

    .sy_cp .gy_nr {
        width: calc(50% - 10px);
        margin: 20px 5px 0;
    }

    .sy_cp .gy_nr:last-child {
        display: none;
    }

    .sy_cp .gy_wz {
        padding: 6px;
        font-size: 14px;
        line-height: 26px;
    }

    .sy_cp .swiper-slide .gy_tp {
        width: 100%;
    }

    .sy_cp .cp_nr {
        width: 100%;
        padding: 25px 20px 90px;
    }

    .sy_cp .cp_nr p {
        font-size: 13px;
        line-height: 22px;
        height: 88px;
    }

    .sy_cp .swiper-button-prev {
        left: 20px;
    }

    .sy_cp .swiper-button-next {
        left: 67px;
    }
}

.sy_gy {
    width: 100%;
    padding-bottom: 100px;
    background: url(../images/bj2.jpg) no-repeat center / cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.sy_gy .row {
    margin: 0;
    justify-content: space-between;
    align-items: center;
}

.sy_gy .js_bt {
    width: 220px;
    padding: 30px 40px;
    background-color: rgba(255, 255, 255, .1);
    display: flex;
}

.sy_gy .js_bt h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
}

.sy_gy .js_bt h3 {
    height: 150px;
    margin-top: 40px;
    font-size: 26px;
    font-weight: bold;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

.sy_gy .gy_js {
    width: 48%;
    position: relative;
}

.sy_gy .gy_js .wz_nr {
    margin: 50px 0 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.sy_gy .gy_js a.m_r {
    width: 120px;
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.sy_gy .gy_js a.m_r:hover {
    background-color: #efaa15;
    border: 1px solid #efaa15;
}

.sy_gy .gy_tp {
    width: 45%;
    overflow: inherit;
    position: relative;
}

.sy_gy .gy_tp:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: rgba(255, 255, 255, .1);
    content: "";
}

.sy_gy .gy_tp img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 1279px) {
    .sy_gy {
        padding-bottom: 60px;
    }

    .sy_gy .js_bt {
        width: 120px;
        padding: 25px 30px;
    }

    .sy_gy .js_bt h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .sy_gy .js_bt h3 {
        height: 130px;
        margin-top: 30px;
        font-size: 22px;
    }

    .sy_gy .gy_js .wz_nr {
        margin: 30px 0;
        font-size: 14px;
        line-height: 26px;
    }

    .sy_gy .gy_js a.m_r {
        width: 110px;
        border-radius: 18px;
        line-height: 34px;
    }

    .sy_gy .gy_tp {
        width: 46%;
    }

    .sy_gy .gy_tp:after {
        top: 30px;
        right: 30px;
    }
}

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

    .sy_gy .js_bt {
        width: 160px;
        padding: 15px 20px;
        display: block;
    }

    .sy_gy .js_bt h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .sy_gy .js_bt h3 {
        height: auto;
        margin-top: 10px;
        font-size: 18px;
        writing-mode: inherit;
        writing-mode: inherit;
    }

    .sy_gy .gy_js {
        width: 100%;
    }

    .sy_gy .gy_js .wz_nr {
        font-size: 14px;
        line-height: 24px;
    }

    .sy_gy .gy_tp {
        width: 100%;
        margin-top: 25px;
    }
}

.sy_xw {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.sy_xw .tw_zs {
    width: calc(40% - 30px);
    margin: 0 15px;
    background-color: #f7f8fc;
}

.sy_xw .tw_lb {
    width: calc(60% - 30px);
    margin: 0 15px;
}

.sy_xw .tw_lb ul li {
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
}

.sy_xw .tw_lb ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sy_xw .t_p {
    overflow: hidden;
}

.sy_xw .tw_lb .t_p {
    width: 27%;
}

.sy_xw .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
}

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

.sy_xw .tw_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.sy_xw .w_z {
    padding: 20px 25px;
    font-size: 15px;
    color: #777;
    line-height: 28px;
}

.sy_xw .tw_lb .w_z {
    width: 73%;
    padding: 0 0 0 25px;
}

.sy_xw .w_z h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 5px 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_xw .w_z h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sy_xw .w_z p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sy_xw a.m_r {
    display: inline-block;
    font-size: 15px;
    color: #777;
}

.sy_xw a.m_r:hover {
    color: #0f437d;
}

.sy_xw a.m_r i {
    margin-left: 10px;
    margin-top: -2px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 1279px) {
    .sy_xw {
        padding: 60px 0;
    }

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

    .sy_xw .tw_zs {
        width: calc(44% - 20px);
        margin: 0 10px;
    }

    .sy_xw .tw_lb {
        width: calc(56% - 20px);
        margin: 0 10px;
    }

    .sy_xw .tw_lb .t_p {
        width: 32%;
    }

    .sy_xw .tw_lb .w_z {
        width: 68%;
        padding: 0 0 0 20px;
    }

    .sy_xw .w_z {
        font-size: 13px;
        padding: 20px;
    }

    .sy_xw .w_z h4 {
        line-height: 26px;
        margin-bottom: 6px;
    }

    .sy_xw .w_z p {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 10px;
    }

    .sy_xw a.m_r {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .sy_xw .w_z {
        padding: 20px 15px;
    }

    .sy_xw .tw_lb .w_z span {
        display: none;
    }
}

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

    .sy_xw .row {
        margin: 0;
    }

    .sy_xw .tw_zs {
        width: 100%;
        margin: 0 0 20px;
    }

    .sy_xw .tw_lb {
        width: 100%;
        margin: 0;
    }
}

.sy_xw .hd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-right: 130px;
    position: relative;
}

.sy_xw .hd ul {
    margin: 0;
}

.sy_xw .hd ul li {
    margin-right: 30px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 44px;
    color: #333;
    cursor: pointer;
    position: relative;
}

.sy_xw .hd ul li.on {
    color: #0f437d;
    font-weight: bold;
}

.sy_xw .hd ul li:after {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #0f437d;
}

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

.sy_xw .hd a {
    width: 100px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 0;
}

.sy_xw .hd a:hover {
    background-color: #0f437d;
    border: 1px solid #0f437d;
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .sy_xw .hd ul li {
        margin-right: 25px;
        font-size: 15px;
        line-height: 36px;
    }

    .sy_xw .hd a {
        width: 90px;
        height: 30px;
        border-radius: 15px;
        line-height: 28px;
        top: 3px;
    }
}

.sy_al {
    width: 100%;
    background: url(../images/bj1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.sy_al .gy_bt {
    width: 25%;
    text-align: left;
}

.sy_al .gy_bt h1 {
    color: #fff;
    margin: 0;
}

.sy_al .gy_bt p {
    color: #fff;
}

.sy_al .gy_bt em {
    background-color: rgba(255, 255, 255, .5);
    margin: 10px 0 20px;
    display: block;
}

.sy_al .al_zs {
    width: 66%;
}

.sy_al .al_zs ul {
    margin: 0;
}

.sy_al .al_zs ul li {
    width: 50%;
    border-left: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, .1);
    position: relative;
}

.sy_al .al_zs .n_r {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_al .al_zs ul li:hover .n_r {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}

.sy_al .al_zs .t_b {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.sy_al .al_zs .t_b img {
    width: 76px;
    height: auto;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.sy_al .al_zs .t_b h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.sy_al .al_zs .t_b h4 {
    font-size: 16px;
    line-height: 26px;
}

.sy_al .al_zs .t_p {
    width: 100%;
    height: 550px;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_al .al_zs ul li:hover .t_p {
    opacity: 1;
}

.sy_al .al_zs .t_p img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    -webkit-user-select: none;
    user-select: none;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_al .al_zs ul li .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.sy_al .al_zs .w_z {
    width: 100%;
    padding: 35px;
    background-color: #fff;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_al .al_zs ul li:hover .w_z {
    opacity: 1;
}

.sy_al .al_zs .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.sy_al .al_zs .w_z h4 {
    font-size: 16px;
    line-height: 26px;
    color: #999;
}

.sy_al .al_zs .w_z em {
    width: 44px;
    height: 2px;
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    margin: 15px 0 25px;
}

.sy_al .al_zs .w_z p {
    line-height: 22px;
    color: #777;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (max-width: 1279px) {
    .sy_al .al_zs ul li:hover .n_r {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
    }

    .sy_al .al_zs .t_b img {
        width: 70px;
    }

    .sy_al .al_zs .t_b h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .sy_al .al_zs .t_b h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .sy_al .al_zs .t_p {
        height: 360px;
    }

    .sy_al .al_zs .w_z {
        padding: 25px;
    }

    .sy_al .al_zs .w_z h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .sy_al .al_zs .w_z h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .sy_al .al_zs .w_z em {
        margin: 10px 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .sy_al .gy_bt {
        width: 22%;
    }

    .sy_al .al_zs {
        width: 74%;
    }

    .sy_al .al_zs .t_p {
        height: 260px;
    }

    .sy_al .al_zs .w_z {
        padding: 20px 15px;
    }
}

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

    .sy_al .container {
        padding: 0;
    }

    .sy_al .gy_bt {
        width: 100%;
        text-align: center;
    }

    .sy_al .gy_bt em {
        margin: 10px auto 20px;
    }

    .sy_al .al_zs {
        width: 100%;
    }

    .sy_al .al_zs ul li:first-child {
        border-left: 0;
    }

    .sy_al .al_zs .t_b {
        display: none;
    }

    .sy_al .al_zs .t_p {
        height: 160px;
        opacity: 1;
    }

    .sy_al .al_zs .w_z {
        padding: 15px 10px;
        opacity: 1;
    }
}

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

.sy_zx h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}

.sy_zx h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0 30px;
}

.sy_zx a {
    width: 136px;
    height: 40px;
    border-radius: 20px;
    background-color: #efaa15;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
}

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

    .sy_zx h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .sy_zx h4 {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 20px;
    }

    .sy_zx a {
        width: 126px;
        height: 32px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 32px;
    }
}

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

    .sy_zx h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .sy_zx h4 {
        font-size: 15px;
    }

    .sy_zx a {
        width: 106px;
        height: 28px;
        border-radius: 14px;
        font-size: 13px;
        line-height: 28px;
    }
}

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

    .sy_zx h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .sy_zx h4 {
        font-size: 14px;
    }
}

.ny_bt {
    text-align: center;
    margin-bottom: 50px;
}

.ny_bt h3 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.ny_bt em {
    width: 60px;
    height: 4px;
    background-color: #0f437d;
    margin: 20px auto 0;
    display: block;
}

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

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

@media only screen and (max-width: 640px) {
    .ny_bt h3 {
        font-size: 20px;
        line-height: 32px;
    }

    .ny_bt em {
        width: 50px;
        margin: 10px auto 0;
    }
}

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

.ny_ban .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ny_ban .w_z {
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.ny_ban .w_z h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 10px;
}

.ny_ban .w_z h4 {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1279px) {
    .ny_ban {
        height: 250px;
    }

    .ny_ban .w_z h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .ny_ban .w_z h4 {
        font-size: 14px;
    }
}

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

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

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

    .ny_ban .w_z h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .ny_ban .w_z h4 {
        font-size: 13px;
    }
}

.ny_lm {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    color: #555;
    line-height: 60px;
    position: relative;
    z-index: 999;
}

.ny_lm .dq_wz a {
    color: #555;
}

.ny_lm .dq_wz a:hover {
    color: #0f437d;
}

.ny_lm .dq_wz span {
    color: #0f437d;
}

.ny_lm .dq_wz i {
    font-size: 18px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

@media only screen and (max-width: 1279px) {
    .ny_lm {
        line-height: 50px;
    }
}

.cp_lb {
    width: calc(26% - 40px);
    margin: 0 20px;
}

.cp_lb .lb_lm {
    margin-bottom: 25px;
}

.cp_lb ul {
    border: 1px solid #eee;
    background-color: #fff;
    border-top: 0;
    border-bottom: 0;
}

.cp_lb ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    line-height: 28px;
    position: relative;
}

.cp_lb ul li:after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -3px;
    content: "";
    transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_lb ul li:hover:after {
    background-color: #0f437d;
}

.cp_lb ul li.on:after {
    background-color: #0f437d;
}

.cp_lb ul li a {
    display: block;
    text-indent: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cp_lb ul li:hover a {
    text-indent: 20px;
}

.cp_lb ul li.on a {
    text-indent: 20px;
    color: #0f437d;
}

.cp_lb .b_t {
    width: 100%;
    padding: 20px;
    background-color: #0f437d;
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
}

.cp_lb .b_t h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
}

.cp_lb .b_t p {
    line-height: 1.2;
    text-transform: uppercase;
}

.cp_lb .l_x {
    border: 1px solid #eee;
    background-color: #fff;
    border-top: 0;
    padding: 20px;
}

.cp_lb .l_x p {
    line-height: 22px;
    color: #555;
    margin-bottom: 10px;
}

.cp_lb .w_m {
    max-width: 120px;
    margin: 20px auto 0;
    text-align: center;
}

.cp_lb .w_m img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1279px) {
    .cp_lb {
        width: calc(23% - 20px);
        margin: 0 10px;
    }

    .cp_lb ul li {
        padding: 7px 10px;
        font-size: 13px;
        line-height: 36px;
    }

    .cp_lb ul li:after {
        left: 10px;
    }

    .cp_lb ul li a {
        text-indent: 13px;
    }

    .cp_lb ul li:hover a {
        text-indent: 17px;
    }

    .cp_lb ul li.on a {
        text-indent: 17px;
    }

    .cp_lb .b_t {
        padding: 20px 10px;
    }

    .cp_lb .b_t h3 {
        font-size: 20px;
    }

    .cp_lb .l_x {
        padding: 20px 10px;
    }

    .cp_lb .l_x p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 992px) {
    .cp_lb {
        width: calc(30% - 20px);
    }
}

@media only screen and (max-width: 640px) {
    .cp_lb {
        width: 100%;
        margin: 0 0 20px;
    }

    .cp_lb ul {
        display: none;
    }

    .cp_lb .l_x {
        display: none;
    }

    .ny_nr .cp_lb {
        display: none;
    }
}

.cp_zs {
    width: 100%;
    margin: 0;
}

.cp_zs .zs_nr {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.cp_zs .gy_nr {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px;
    border: 1px solid #eee;
}

.cp_zs .gy_wz {
    padding: 20px 0;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .cp_zs {
        width: calc(77% - 20px);
        margin: 0 10px;
    }

    .cp_zs .gy_wz {
        padding: 12px 0;
    }

    .ny_nr .yc_nr .cp_zs .gy_wz h3 {
        margin-bottom: 5px;
    }

    .cp_zs .gy_nr:hover .gy_wz h3 {
        color: #0f437d;
    }

    .cp_zs .gy_wz h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    .cp_zs {
        width: calc(70% - 20px);
    }

    .cp_zs .gy_nr {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 640px) {
    .cp_zs {
        width: 100%;
        margin: 0;
    }

    .cp_zs .zs_nr {
        margin: 0 -5px;
    }

    .cp_zs .gy_nr {
        width: calc(50% - 10px);
        margin: 0 5px 10px;
    }

    .cp_zs .gy_wz {
        padding: 12px 10px;
    }
}

.ny_nr .gs_wz {
    font-size: 15px;
    line-height: 32px;
    text-align: justify;
}

.ny_nr .gs_wz img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1279px) {
    .ny_nr .gs_wz {
        font-size: 14px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .ny_nr .gs_wz {
        font-size: 13px;
        line-height: 26px;
    }
}

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

.ny_nr .row {
    margin: 0 -20px;
}

.ny_nr .yc_nr {
    width: calc(74% - 40px);
    margin: 0 20px;
    min-height: 500px;
    overflow: hidden;
}

.ny_nr .yc_nr .dq_wz {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.ny_nr .yc_nr .dq_wz .b_t {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #0f437d;
    padding-left: 15px;
    position: relative;
}

.ny_nr .yc_nr .dq_wz .b_t:after {
    width: 6px;
    height: 20px;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: "";
    background-color: #0f437d;
}

.ny_nr .al_lb {
    margin: 0 -10px;
}

.ny_nr .al_lb .gy_nr {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px solid #eee;
}

.ny_nr .al_lb .gy_wz {
    padding: 20px 35px 10px 0;
    font-size: 16px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ny_nr .al_lb .gy_wz i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

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

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

.ny_nr .xw_nr .t_p {
    width: 28%;
    overflow: hidden;
}

.ny_nr .xw_nr .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
}

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

.ny_nr .xw_nr .w_z {
    width: 68%;
}

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

.ny_nr .xw_nr .w_z p {
    line-height: 24px;
    color: #999;
    height: 48px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ny_nr .xw_nr .w_z span {
    display: inline-block;
    color: #999;
    margin-right: 25px;
}

.ny_nr .xw_nr .w_z span i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.ny_nr .xw_nr .w_z span i.icon-liulan2 {
    font-size: 20px;
}

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

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

    .ny_nr .yc_nr {
        width: calc(77% - 20px);
        margin: 0 10px;
    }

    .ny_nr .yc_nr .dq_wz .b_t {
        font-size: 17px;
    }

    .ny_nr .al_lb .gy_wz {
        padding: 15px 35px 5px 0;
        font-size: 14px;
    }

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

    .ny_nr .xw_nr .t_p {
        width: 30%;
    }

    .ny_nr .xw_nr .w_z {
        width: 66%;
    }

    .ny_nr .xw_nr .w_z h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .ny_nr .xw_nr .w_z p {
        margin-bottom: 15px;
    }

    .ny_nr .xw_nr .w_z a.m_r {
        padding: 0 15px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 992px) {
    .ny_nr .yc_nr {
        width: calc(70% - 20px);
    }

    .ny_nr .al_lb .gy_nr {
        width: calc(50% - 20px);
    }

    .ny_nr .al_lb .gy_wz i {
        display: none;
    }

    .ny_nr .xw_nr .t_p {
        width: 40%;
    }

    .ny_nr .xw_nr .w_z {
        width: 56%;
    }

    .ny_nr .xw_nr .w_z h3 {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .ny_nr .xw_nr .w_z p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin-bottom: 10px;
    }

    .ny_nr .xw_nr .w_z a.m_r {
        padding: 0 10px;
        line-height: 26px;
    }
}

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

    .ny_nr .yc_nr {
        width: 100%;
        padding: 0;
        background: none;
    }

    .ny_nr .yc_nr .dq_wz {
        margin-bottom: 20px;
    }

    .ny_nr .al_lb {
        margin: 0;
    }

    .ny_nr .al_lb .gy_nr {
        width: 100%;
        margin: 0 0 15px;
    }

    .ny_nr .al_lb .gy_wz p {
        font-size: 13px;
        line-height: 20px;
    }

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

    .ny_nr .xw_nr .t_p {
        width: 40%;
    }

    .ny_nr .xw_nr .w_z {
        width: 56%;
    }

    .ny_nr .xw_nr .w_z h3 {
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .ny_nr .xw_nr .w_z p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-bottom: 6px;
    }

    .ny_nr .xw_nr .w_z a.m_r {
        border-radius: 0;
        border: 0;
        padding: 0;
        font-size: 13px;
        line-height: 22px;
    }
}

.xw_xq .b_t {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.xw_xq .x_x {
    margin-bottom: 35px;
}

.xw_xq .x_x span {
    margin-right: 20px;
    display: inline-block;
}

.xw_xq .n_r {
    line-height: 32px;
}

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

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

@media only screen and (max-width: 1279px) {
    .xw_xq .b_t {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .xw_xq .x_x {
        margin-bottom: 30px;
    }

    .xw_xq .n_r {
        line-height: 28px;
    }

    .xw_xq .f_y {
        margin-top: 30px;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .xw_xq .b_t {
        font-size: 18px;
        line-height: 28px;
    }

    .xw_xq .x_x {
        margin-bottom: 20px;
    }

    .xw_xq .x_x .y_c {
        margin-top: 5px;
    }

    .xw_xq .x_x .y_c a {
        margin: 0 7px 0 0;
    }
}

.ny_nr .xq_nr .yy_xq {
    margin-bottom: 35px;
}

.ny_nr .xq_nr:last-child {
    margin-bottom: 0;
}

.ny_nr .xq_nr .row {
    margin: 0 -20px;
}

.ny_nr .xq_nr .b_t {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
}

.ny_nr .xq_nr .l_m {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.ny_nr .xq_nr .l_m span {
    display: inline-block;
    min-width: 130px;
    height: 46px;
    background-color: #0f437d;
    padding: 0 20px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #fff;
}

.ny_nr .xq_nr .w_z {
    line-height: 30px;
}

.ny_nr .xq_nr .w_z img {
    max-width: 100%;
}

.ny_nr .xq_nr .w_z strong {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin-bottom: 6px;
}

.ny_nr .xq_nr .w_z ul li {
    margin-bottom: 8px;
}

.ny_nr .xq_nr .w_z ul li span {
    color: #999;
}

.ny_nr .xq_nr .c_z {
    margin-top: 20px;
}

.ny_nr .xq_nr .c_z a {
    display: inline-block;
    margin-right: 20px;
    width: 126px;
    height: 46px;
    border: 1px solid #0f437d;
    background-color: #0f437d;
    border-radius: 3px;
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}

.ny_nr .xq_nr .c_z a:hover {
    border: 1px solid #062950;
    background-color: #062950;
}

.ny_nr .xq_nr .c_z a.lx_hq {
    background: none;
    color: #0f437d;
}

.ny_nr .xq_nr .c_z a.lx_hq:hover {
    border: 1px solid #062950;
    background-color: #062950;
    color: #fff;
}

.ny_nr .xq_nr .tb_nr {
    overflow: auto;
}

.ny_nr .xq_nr table {
    border: 1px solid #eee;
    border-collapse: collapse;
}

.ny_nr .xq_nr table tr:first-child {
    background-color: #fafafa;
}

.ny_nr .xq_nr table td {
    padding: 10px 15px;
    line-height: 1.6;
    color: #777;
}

.ny_nr .xq_nr table tr:first-child td {
    color: #0f437d;
}

.ny_nr .xq_nr .cp_dt {
    width: calc(46% - 40px);
    margin: 0 20px;
}

.ny_nr .xq_nr .cp_dt img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    display: block;
}

.ny_nr .xq_nr .cp_cs {
    width: calc(54% - 40px);
    margin: 0 20px;
}

@media only screen and (max-width: 1279px) {
    .ny_nr .xq_nr .yy_xq {
        margin-bottom: 35px;
    }

    .ny_nr .xq_nr .yy_xq:last-child {
        margin-bottom: 0;
    }

    .ny_nr .xq_nr .row {
        margin: 0 -15px;
    }

    .ny_nr .xq_nr .b_t {
        font-size: 20px;
        line-height: 30px;
    }

    .ny_nr .xq_nr .l_m {
        margin-bottom: 20px;
    }

    .ny_nr .xq_nr .l_m span {
        min-width: 110px;
        height: 38px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 38px;
    }

    .ny_nr .xq_nr .j_s {
        line-height: 26px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .ny_nr .xq_nr .w_z {
        line-height: 24px;
    }

    .ny_nr .xq_nr .w_z strong {
        font-size: 17px;
        line-height: 28px;
    }

    .ny_nr .xq_nr .c_z {
        margin-top: 15px;
    }

    .ny_nr .xq_nr .c_z a {
        margin-right: 15px;
        width: 115px;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
    }

    .ny_nr .xq_nr table td {
        padding: 10px;
    }

    .ny_nr .xq_nr .cp_dt {
        width: calc(50% - 30px);
        margin: 0 15px;
    }

    .ny_nr .xq_nr .cp_dt img {
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
        display: block;
    }

    .ny_nr .xq_nr .cp_cs {
        width: calc(50% - 30px);
        margin: 0 15px;
    }
}

@media only screen and (max-width: 992px) {
    .ny_nr .xq_nr .cp_dt {
        width: 100%;
        margin: 0 0 20px;
    }

    .ny_nr .xq_nr .cp_cs {
        width: 100%;
        margin: 0;
    }

    .ny_nr .xq_nr .row {
        margin: 0;
    }

    .ny_nr .xq_nr .l_m span {
        min-width: 110px;
        height: 36px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: normal;
        line-height: 36px;
    }
}

@media only screen and (max-width: 640px) {
    .ny_nr .xq_nr .b_t {
        font-size: 18px;
        line-height: 26px;
    }

    .ny_nr .xq_nr table {
        min-width: 800px;
    }

    .ny_nr .xq_nr table td:first-child {
        width: 25%;
    }
}

.lx_nr {
    width: 100%;
    background-color: #fafafa;
    margin-bottom: 20px;
    overflow: hidden;
}

.lx_nr .row {
    margin: 0;
}

.lx_nr .lx_xx {
    width: 40%;
    padding: 20px 25px;
}

.lx_nr .lx_xx ul li {
    margin: 20px 0;
}

.lx_nr .lx_xx h3 {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
}

.lx_nr .lx_xx h3 img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.lx_nr .lx_mp {
    width: 60%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .lx_nr {
        width: 100%;
        background-color: #fafafa;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .lx_nr .row {
        margin: 0;
    }

    .lx_nr .lx_xx {
        width: 100%;
    }

    .lx_nr .lx_mp {
        width: 100%;
    }
}

.lx_bd {
    width: 100%;
    padding: 50px;
    background-color: #fafafa;
}

.lx_bd ul li {
    width: 100%;
    padding-left: 100px;
    margin-bottom: 20px;
    position: relative;
}

.lx_bd span {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    line-height: 52px;
    color: #333;
    text-align: center;
}

.lx_bd input {
    width: 100%;
    max-width: 350px;
    height: 52px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    line-height: 50px;
    color: #333;
    display: block;
}

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

.lx_bd textarea {
    width: 100%;
    max-width: 500px;
    height: 126px;
    padding: 13px 15px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    line-height: 24px;
    color: #333;
    resize: none;
    display: block;
}

.lx_bd textarea::placeholder {
    color: #999;
}

.lx_bd button {
    width: 120px;
    height: 40px;
    background-color: #0f437d;
    border-radius: 5px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    margin-right: 15px;
    outline: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.lx_bd button:hover {
    background-color: #062950;
}

.lx_bd button.c_z {
    background-color: #888;
}

.lx_bd button.c_z:hover {
    background-color: #2b2b2b;
}

@media only screen and (max-width: 992px) {
    .lx_bd {
        padding: 35px;
    }
}

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

    .lx_bd ul li {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .lx_bd span {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        font-size: 13px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 6px;
        display: block;
    }

    .lx_bd input {
        max-width: 100%;
    }

    .lx_bd textarea {
        max-width: 100%;
    }
}

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

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

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

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

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

.yema ul li i {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

@media only screen and (max-width: 1440px) {
    .yema {
        margin-top: 20px;
    }

    .yema ul li a {
        min-width: 36px;
        padding: 0 10px;
        font-size: 14px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1279px) {
    .yema {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .yema {
        margin-top: 10px;
    }

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

    .yema ul li:first-child(2) {
        display: none;
    }

    .yema ul li:last-child(2) {
        display: none;
    }

    .yema ul li a {
        min-width: 30px;
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 320px) {
    .yema ul li {
        margin: 0 1px;
    }

    .yema ul li a {
        padding: 0 6px;
    }
}

.footer {
    width: 100%;
    background-color: #262632;
    font-size: 13px;
    line-height: 26px;
    color: rgba(255, 255, 255, .5);
    position: relative;
    z-index: 101;
}

.footer a {
    color: rgba(255, 255, 255, .5);
}

.footer a:hover {
    color: #fff;
}

.footer p {
    margin-bottom: 6px;
}

.footer .container {
    position: relative;
    z-index: 999;
}

.footer .ft_dh {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .ft_dh h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
}

.footer .ft_dh h3 em {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.footer .ft_dh h3 em:after {
    width: 12px;
    height: 2px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 5px;
    content: "";
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer .ft_dh h3 em.on:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.footer .ft_dh h3 em:before {
    width: 2px;
    height: 12px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    content: "";
    transition: all .5s;
    -webkit-transition: all .5s;
}

.footer .ft_dh h3 em.on:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.footer .ft_lx {
    width: 25%;
}

.footer .ft_lm {
    width: calc(71% - 200px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .ft_lm .cp_fl:first-child {
    width: 56%;
}

.footer .ft_lm .cp_fl:first-child .l_b {
    display: flex;
    flex-wrap: wrap;
}

.footer .ft_lm .cp_fl:first-child p {
    width: 50%;
}

.footer .ft_em {
    width: 100px;
}

.footer .ft_em img {
    max-width: 100px;
    height: auto;
    display: block;
    margin-top: 6px;
}

.footer .banquan {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 25px 0;
    text-align: center;
}

.footer .banquan span {
    display: inline-block;
    margin-right: 12px;
}

@media only screen and (max-width: 1279px) {
    .footer {
        line-height: 24px;
    }

    .footer .ft_dh {
        padding: 40px 0;
    }

    .footer .ft_dh h3 {
        font-size: 15px;
    }

    .footer .ft_lm {
        width: calc(71% - 160px);
    }

    .footer .ft_em {
        width: 90px;
    }

    .footer .ft_em img {
        max-width: 90px;
    }

    .footer .banquan {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 992px) {
    .footer .ft_dh {
        padding: 15px 0 0;
    }

    .footer .ft_dh h3 {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 0;
        margin: 5px 0;
    }

    .footer .ft_dh h3 em {
        display: block;
    }

    .footer .ft_lx {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer .ft_lx .f_s {
        padding-bottom: 15px;
    }

    .footer .ft_lm {
        width: 100%;
    }

    .footer .ft_lm .cp_fl {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .footer .ft_lm .cp_fl:first-child {
        width: 100%;
    }

    .footer .ft_lm .cp_fl:first-child .l_b {
        display: none;
    }

    .footer .ft_lm .cp_fl:first-child p {
        width: 100%;
    }

    .footer .ft_em {
        width: 100%;
    }

    .footer .ft_dh .l_b {
        display: none;
        padding-bottom: 15px;
    }

    .footer .banquan {
        padding: 20px 0;
        text-align: center;
    }

    .footer .banquan .z_c {
        width: 100%;
    }

    .footer .banquan .y_c {
        width: 100%;
    }
}

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

.pc_kf {
    width: 50px;
    position: fixed;
    right: 0;
    bottom: 150px;
    z-index: 9999;
}

.pc_kf .nr {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-bottom: 0;
    background-color: #fff;
    position: relative;
}

.pc_kf .ewm {
    width: 240px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(95, 125, 158, .2);
    position: absolute;
    top: 0;
    right: 60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .nr:hover .ewm {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.pc_kf .ewm img {
    width: 90px;
    height: auto;
    display: block;
    float: left;
}

.pc_kf .ewm.tel {
    width: 200px;
    padding: 10px 15px;
}

.pc_kf .ewm .t_l {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    text-align: left;
    padding-left: 36px;
    background: url(../images/tl.png) no-repeat left top;
}

.pc_kf .ewm strong {
    color: #0f437d;
    font-size: 18px;
    font-family: "Helvetica";
    padding-left: 36px;
}

.pc_kf .w_z {
    width: 120px;
    float: left;
    margin-left: 10px;
}

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

.pc_kf .w_z p {
    font-size: 13px;
    color: #999;
    line-height: 22px;
}

.pc_kf .nr a {
    display: block;
    text-align: center;
    line-height: 50px;
}

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

.pc_kf .nr i.icon-zixun2 {
    font-size: 26px;
}

.pc_kf .nr a:hover i {
    color: #0f437d;
}

.pc_kf .fh {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #777;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_kf .fh:hover {
    border: 1px solid #0f437d;
    background-color: #0f437d;
    color: #fff;
}

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

@media only screen and (max-width: 1279px) {
    .pc_kf .ewm {
        display: none;
    }

    .pc_kf .ewm.tel {
        display: block;
    }
}

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

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

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

    .pc_kf .nr p {
        display: none;
    }

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

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

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999999;
    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%);
}

.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: 992px) {
    .e_m .n_r p {
        font-size: 14px;
    }
}