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

:root {
    --theme-color: #004bc8;
}

html,
body {
    font-size: 16px;
    color: #555;
    font-family: 'Times New Roman', "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

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

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

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

button {
    overflow: visible;
}

img {
    border: none;
}

li {
    list-style: none;
}

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

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

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

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #0a0d59;
}

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

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

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

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

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

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

@media (min-width: 1550px) {
    .header .container {
        max-width: 1550px;
    }
}

.header.s_y {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header.on,
.header.headernei {
    box-shadow: 0 0 15px #ddd;
    background-color: #fff;
    border-bottom: 0;
}

.header .container .nri_hedar {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header .logo {
    width: 211px;
    margin: 15px 0;
    float: left;
    position: relative;
}

.header .zuoyou_y {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

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

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

.header.on .logo img.t_m,
.header.headernei .logo img.t_m {
    opacity: 0;
}

.header.on .logo img.d_w,
.header.headernei .logo img.d_w {
    opacity: 1;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 25px;
    height: 33px;
    width: 50px;
    display: none;
}

.header .an span {
    width: 50px;
    height: 3px;
    background-color: #0c3c60;
    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: 14px;
    left: 0;
}

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

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

.header .an.n span.a1 {
    top: 13px;
    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: 13px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .tel {
    height: 100px;
    font-size: 18px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    color: #333;
    float: left;
}

.header.s_y .tel {
    color: #fff;
}

.header.on .tel {
    color: #333;
}

.header .tel i {
    font-weight: normal;
    vertical-align: middle;
    font-size: 21px;
    color: #0a0d59;
    margin-right: 5px;
}

.header.s_y .tel i {
    color: #fff;
}

.header.on .tel i {
    color: #0a0d59;
}

.header .nav {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.header .nav ul {
    float: left;
    height: 100%;
}

.header .nav ul li {
    margin-left: 50px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 10px;
    height: 100%;
}

.header .nav .y_j {
    position: relative;
    height: 92px;
    display: flex;
    justify-content: center;
    overflow:hidden;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.header .nav .y_j i {
    width: 60%;
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: right;
    color: #fff;
    line-height: 70px;
    z-index: 99;
    display: none;
}

.header .nav .y_j a {
    display: block;
    font-size: 20px;
    color: #646464;
    line-height: 50px;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}

.header .nav ul li::after {
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #f7f7f7;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}



.header .nav .e_j {
    width: 160px;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #888;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

.header .nav .e_j a {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: block;
}

.sousuo {
    font-size: 18px;
    color: #969696;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-family: 'Times New Roman';
}

.sousuo em {
    width: 0;
    height: 0;
    overflow: hidden;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    /* top就是倒三角，bottom就是上三角，left,right类似 */
    border-top: 8px solid #b7b7b7;
    margin-left: 15px;
}

.header.on .sousuo,
.header.headernei .sousuo {
    color: #1e1e1e;
}

.sousuo i {
    display: inline-block;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.sousuo {
    position: relative;
    display: flex;
    align-items: center;
}

.sousuo .ondq {
    position: absolute;
    left: 0;
    opacity: 0;
}

.header.on .sousuo .ondq,
.headernei .sousuo .ondq {
    opacity: 1;
}

.header.on .sousuo .zdq,
.header.headernei .sousuo .zdq {
    opacity: 0;
}

.yuyan {
    position: relative;
    height: 100%;
    margin-left: 30px;
}

.yuyan .xia_nr {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    background-color: #cacaca;
    border-radius: 5px;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.yuyan:hover .xia_nr {
    opacity: 1;
}

.yuyan .xia_nr::after {
    width: 0;
    height: 0;
    overflow: hidden;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    /* top就是倒三角，bottom就是上三角，left,right类似 */
    border-bottom: 12px solid #cacaca;
    position: absolute;
    content: "";
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
}

.yuyan .xia_nr a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #000;
    padding: 8px 0;
    border-bottom: 1px solid #cacaca;
}

.header.headernei .yuyan .xia_nr,
.header.on .yuyan .xia_nr {
    background: rgba(12, 60, 96, 0.5);
}

.header.headernei .yuyan .xia_nr a,
.header.on .yuyan .xia_nr a {
    color: #fff;
}

.header.headernei .yuyan .xia_nr::after,
.header.on .yuyan .xia_nr::after {
    border-bottom: 12px solid rgba(12, 60, 96, 0.5);
}

@media only screen and (max-width: 1600px) {
    .header .nav ul li {
        margin-left: 19px;
    }
}

@media only screen and (max-width: 1330px) {
    .header .nav ul li {
        /* margin-left: 0; */
    }
    .header .nav .y_j a {
        /* font-size: 15px; */
    }
    .yuyan {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .header_h {
        display: none;
    }
    .sousuo {
        display: flex;
        align-items: center;
    }
    .sousuo i {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header.on .nav li.on .y_j a,
    .header.headernei .nav li.on .y_j a {
        color: #fff;
        font-weight: initial;
    }
    .header.s_y {
        border-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .header .logo {
        margin: 0;
        padding: 25px 0;
        float: none;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 25px;
    }
    .header .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        padding: 10px 0;
        margin: 0;
        height: auto;
    }
    .header .nav .y_j {
        height: auto;
        justify-content: flex-start;
    }
    .header .nav .y_j i {
        display: block;
    }
    .header .nav .y_j:after {
        display: none;
    }
    .header .nav .y_j a,
    .header.headernei .nav .y_j a {
        font-size: 22px;
        color: #fff;
        line-height: 70px;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 10px 0;
        margin-left: 0;
        opacity: 0;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 20px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
    }
    .sousuo .sou_suo_kuang {
        width: 275px;
        height: 43px;
    }
    .sousuo .sou_suo_kuang button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .yuyan {
        margin-right: 100px;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    .header {
        position: relative;
    }
    .sousuo .ondq {
        opacity: 1;
    }
    .sousuo .zdq {
        opacity: 0;
    }
    .sousuo {
        color: #1e1e1e;
    }
    .header.headernei .yuyan .xia_nr,
    .header .yuyan .xia_nr {
        background: rgba(12, 60, 96, 0.5);
    }
    .header.headernei .yuyan .xia_nr a,
    .header .yuyan .xia_nr a {
        color: #fff;
    }
    .header.headernei .yuyan .xia_nr::after,
    .header .yuyan .xia_nr::after {
        border-bottom: 12px solid rgba(12, 60, 96, 0.5);
    }
}

@media only screen and (max-width: 992px) {
    .header .nav {
        display: block;
    }
    .sousuo .sou_suo_kuang {
        width: 262px;
        height: 44px;
    }
}

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

.head_h.g_b {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .head_h {
        height: 120px;
    }
    .head_h.g_b {
        display: block;
    }
}

.pc_ban {
    width: 100%;
    position: relative;
    overflow: hidden;
}

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

.pc_ban .ban-content {
    position: absolute;
    z-index: 1;
    top: 20%;
    width: 50%;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .pc_ban .ban-content {
        /* width: 100%; */
    width: 67%;
    }
}

.pc_ban .ban-content h1 {
    font-weight: bold;
    font-size: 64px;
    word-wrap: break-word;
}

.pc_ban .ban-content h1 img {
    margin-left: -30px;
    position: relative;
    z-index: -1;
    margin-bottom: -26px;
}

.pc_ban .ban-content .swiper-more {
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-top: 60px;
    color: #fff;
    text-transform: uppercase;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    display: none;
}


/* next 下一页 */

.pc_ban .pc_ban_button {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    position: initial;
    width: 130px;
    height: 100px;
    background-color: var(--theme-color);
}

.pc_ban .swiper-button-prev {
    left: 30px;
}

.pc_ban .swiper-button-next {
    right: 30px;
    background-color: #213043;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
}

.pc_ban.swiper-container-horizontal>.swiper-pagination-bullets {
    width: max-content;
    bottom: 27%;
    left: 260px;
}

.pc_ban.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: .6;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    color: #fff;
}

.pc_ban .swiper-pagination::before,
.pc_ban .swiper-pagination::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: calc(100% + 30px);
}

.pc_ban .swiper-pagination::after {
    left: auto;
    right: calc(100% + 30px);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@media only screen and (max-width:1300px) {
    .pc_ban .ban-content h1 {
        font-size: 37px;
    }
    .pc_ban .ban-content .swiper-more {
        margin-top: 41px;
    }
}

@media only screen and (max-width: 1200px) {
    .pc_ban .swiper-button-next,
    .pc_ban .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .pc_ban.swiper-container-horizontal>.swiper-pagination-bullets {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .pc_ban {
        /* height: 509px;s */
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
    .pc_ban .swiper-wrapper .swiper-pagination {
        display: none;
    }
}


/* 关于我们 */

.nei_ban {
    height: 500px;
 
}

.nei_ban .container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* 换主轴方向 */
    flex-direction: column;
}

.nei_ban1 .container {
    align-items: flex-start;
}

.nei_ban .container .zi_wz {
    flex: 0 0 35%;
    max-width: 35%;
}

.nei_ban1 .container .zi_wz {
    flex: 0;
}


.nei_ban .container .zi_wz h5 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Times New Roman';
    line-height: 1;
    text-align: right;
}

.nei_ban .container .zi_wz h6 {
    text-align: right;
    font-size: 20px;
    color: #ffffff;
    margin-top: 25px;
    line-height: 37px;
}

.nei_ban1 .container .zi_wz h5 {
    text-transform: uppercase;
    text-align: left;
}
.nei_ban1 .container .zi_wz{
    max-width: 100%;
}
@media only screen and (max-width:1024px) {
    .nei_ban {
        height: 300px;
    }
    .nei_ban .container .zi_wz h5 {
        font-size: 38px;
    }
    .nei_ban .container .zi_wz {
        flex: 0 0 60%;
        max-width: 60%;
        display: flex;
        justify-content: center;
        /* align-items: flex-end; */
        flex-direction: column;
    }
}


/* 面包屑 */

.mianbao_xie .container {
    height: 70px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mianbao_xie a {
    font-size: 16px;
    color: #081b3a;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}

.mianbao_xie a:nth-last-of-type(1) {
    color: #969696;
}

.mianbao_xie img {
    margin-right: 15px;
}


/* 二级 */

.erji {
    padding-top: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
    min-height: 115px;
}

.erji .dqbt {
    position: absolute;
    left: 0;
    bottom: -17px;
    font-size: 30px;
    color: #213044;
    font-weight: bold;
    padding-right: 30px;
    display: inline-block;
    background-color: #fff;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}

.erji .dqbt i {
    font-size: 60px;
}

.erji a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 10px;
    font-size: 18px;
    color: #1e1e1e;
    position: relative;
    text-transform: uppercase;
    margin-left: 45px;
    font-family: 'Times New Roman';
    font-weight: bold;
}

.erji a.on {
    color: #004bc8;
}

.erji a::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    height: 4px;
    width: 0%;
    background-color: #004bc8;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.erji a.on::after,
.erji a:hover::after {
    width: 100%;
}

.erji a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 46px;
    color: #eef0f1;
    font-weight: bold;
    opacity: 0;
    z-index: -1;
    font-family: 'Times New Roman';
}

.erji a.on i,
.erji a:hover i {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .erji a {
        margin-left: 0px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .erji .dqbt i {
        font-size: 40px;
    }
    .erji a {
        margin-left: 0;
        flex: 0 0 50%;
        font-size: 21px;
    }
    .erji .dqbt {
        position: static;
        flex: 0 0 100%;
    }
    .erji {
        padding-top: 0;
        justify-content: flex-start;
        border-bottom: none;
    }
}


/* 关于我们 */

.gy_nr1 {
    padding: 96px 0 99px;
}

.gy_nr1 .shang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.gy_nr1 .shang .shang_zuo {
    flex: 0 0 26%;
}

.gy_nr1 .shang .shang_zuo img {
    max-width: 100%;
}

.gy_nr1 .shang .shang_you {
    flex: 0 0 66%;
}

.gy_nr1 .shang .shang_you h5 {
    font-size: 28px;
    color: #081b3a;
    font-family: 'Times New Roman';
    font-weight: bold;
}

.gy_nr1 .shang .shang_you h6 {
    font-size: 18px;
    color: #081b3a;
    font-family: 'Times New Roman';
    line-height: 38px;
    margin-top: 20px;
}

.gy_nr1 .zhong {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
}

.gy_nr1 .zhong .dang img {
    width: 100%;
}

.gy_nr1 .zhong .dang:nth-child(1) {
    flex: 0 0 62%;
    max-width: 62%;
}

.gy_nr1 .zhong .dang:nth-child(2) {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.gy_nr1 .xia {
    display: flex;
    justify-content: space-between;
    padding-top: 66px;
    flex-wrap: wrap;
}

.gy_nr1 .xia .zz_xia {
    flex: 0 0 66.5%;
    max-width: 66.5%;
}

.gy_nr1 .xia .zz_xia .wz_wx {
    font-size: 16px;
    color: #081b3a;
    font-family: 'Times New Roman';
    line-height: 37px;
}

.gy_nr1 .xia .zz_xia .shuai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 105px;
}

.gy_nr1 .xia .zz_xia .dah_ge h5 {
    font-size: 13px;
    color: #2b2b2b;
    text-align: center;
}

.gy_nr1 .xia .zz_xia .dah_ge h5 i {
    font-size: 40px;
    color: #004bc8;
    font-weight: bold;
    font-family: 'Times New Roman';
}

.gy_nr1 .xia .zz_xia .dah_ge h6 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    /* margin-top: 15px; */
}

.gy_nr1 .xia .yy_xia {
    flex: 0 0 30.4%;
    max-width: 30.4%;
    padding-left: 70px;
    position: relative;
    font-size: 28px;
    color: #081b3a;
    font-weight: bold;
    font-family: 'Times New Roman';
    text-transform: uppercase;
}

.gy_nr1 .xia .yy_xia::after {
    height: 190px;
    background-color: #dbdee0;
    width: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

@media only screen and (max-width:1330px) {
    .gy_nr1 .xia .yy_xia {
        padding-left: 31px;
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .gy_nr1 {
        padding: 50px 0;
    }
    .gy_nr1 .shang .shang_zuo {
        flex: 0 0 100%;
    }
    .gy_nr1 .shang .shang_you {
        flex: 0 0 100%;
    }
    .gy_nr1 .zhong .dang:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gy_nr1 .zhong .dang:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .gy_nr1 .xia .zz_xia {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gy_nr1 .xia .zz_xia .wz_wx {
        font-size: 19px;
        margin-top: 30px;
    }
    .gy_nr1 .shang .shang_you h6 {
        font-size: 19px;
    }
    .gy_nr1 .xia {
        padding-top: 30px;
    }
    .gy_nr1 .xia .yy_xia {
        order: -1;
        flex: 0 0 100%;
        padding-left: 0;
        max-width: 100%;
    }
    .gy_nr1 .xia .yy_xia::after {
        display: none;
    }
    .gy_nr1 .xia .zz_xia .shuai {
        margin-top: 45px;
    }
}


/* 发展规划 */

.gy_mk2 {
    display: flex;
    height: 750px;
    flex-wrap: wrap;
    padding-right: 260px;
}

.gy_mk2 .zuo {
    height: 100%;
    flex: 0 0 72%;
    max-width: 72%;
}

.gy_mk2 .zuo .dat_ban {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gy_mk2 .zuo .dat_ban .neirongq {
    padding: 145px 155px 0 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.gy_mk2 .zuo .dat_ban .neirongq .zuo_nei {
    flex: 1;
    padding-bottom: 130px;
}

.gy_mk2 .zuo .dat_ban .neirongq .you_nei {
    width: 291px;
    padding-left: 77px;
}

.gy_mk2 .zuo .dat_ban .neirongq .you_nei img {
    max-width: 100%;
}

.gy_mk2 .zuo .dat_ban .neirongq .shang {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Times New Roman';
}

.gy_mk2 .zuo .dat_ban .neirongq .shang::after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.gy_mk2 .zuo .dat_ban .neirongq h6 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 26px;
    line-height: 40px;
    font-family: 'Times New Roman';
}

.gy_mk2 .zuo .dat_ban .neirongq .shang strong {
    font-size: 46px;
}

.gy_mk2 .zuo .dat_ban .jiant {
    position: absolute;
    left: 22%;
    bottom: 19%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gy_mk2 .zuo .dat_ban .swiper-button-next,
.gy_mk2 .zuo .dat_ban .swiper-button-prev {
    width: auto;
    height: auto;
    position: static;
    margin: 0 7px;
}

.gy_mk2 .zuo .dat_ban .swiper-button-next i,
.gy_mk2 .zuo .dat_ban .swiper-button-prev i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
}

.gy_mk2 .you {
    flex: 1;
    background-color: #0636be;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
    padding-top: 200px;
}

.gy_mk2 .you .youshang {
    position: absolute;
    right: 40px;
    top: 74px;
    z-index: 2;
    width: 551px;
}

.gy_mk2 .you .youshang h5 {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
    padding-right: 50px;
    font-family: "Times New Roman";
    text-transform: uppercase;
}

.gy_mk2 .you .youshang h6 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: right;
    margin-top: 26px;
}

.gy_mk2 .you .xit_ban {
    height: 400px;
    width: 62%;
    overflow: hidden;
}

.gy_mk2 .you .xit_ban .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 22px;
    color: #ffffff;
    transform: scale(0.7);
    opacity: .8;
}

.gy_mk2 .you .xit_ban .swiper-slide.swiper-slide-thumb-active {
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: scale(1);
    opacity: 1;
}

@media only screen and (max-width: 1800px) {
    .gy_mk2 {
        padding-right: 7%;
    }
}

@media only screen and (max-width: 1400px) {
    .gy_mk2 .zuo .dat_ban .neirongq {
        padding: 0 260px 0 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .gy_mk2 {
        padding-right: 0%;
    }
    .gy_mk2 .zuo .dat_ban .neirongq {
        padding: 0 170px 0 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .gy_mk2 .you .youshang h5 {
        font-size: 36px;
        padding-right: 0;
    }
    .gy_mk2 .zuo .dat_ban .jiant {
        display: none;
    }
    .gy_mk2 .zuo .dat_ban .neirongq {
        padding: 50px 30px;
    }
    .gy_mk2 .zuo .dat_ban .neirongq h6 {
        font-size: 20px;
        margin-top: 33px;
        max-height: 240px;
        overflow-y: auto;
    }
    .gy_mk2 .zuo .dat_ban .neirongq .shang {
        padding-bottom: 28px;
    }
    .gy_mk2 .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gy_mk2 .you {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }
    .gy_mk2 .you {
        padding-top: 0;
        order: -1;
    }
    .gy_mk2 .zuo .dat_ban .neirongq {
        height: auto;
    }
    .gy_mk2 {
        height: auto;
    }
    .gy_mk2 .you .xit_ban .swiper-slide.swiper-slide-thumb-active {
        border-bottom: none;
        border-top: none;
    }
    .gy_mk2 .you .xit_ban .swiper-slide {
        transform: scale(1);
    }
    .gy_mk2 .you .xit_ban {
        height: auto;
        padding: 30px 0;
        width: 100%;
    }
    .gy_mk2 .you .youshang {
        position: static;
    }
    .gy_mk2 .you .youshang h5 {
        text-align: center;
    }
    .gy_mk2 .you {
        padding: 50px 0 20px;
    }
    .gy_mk2 .zuo .dat_ban .neirongq .zuo_nei {
        flex: 0 0 100%;
        padding-bottom: 30px;
    }
    .gy_mk2 .zuo .dat_ban .neirongq .you_nei {
        flex: 0 0 100%;
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*  */

.gy_nr3 {
    padding: 144px 0 100px;
}

.gy_nr3 .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.gy_nr3 .container .zuo {
    flex: 0 0 60%;
    max-width: 60%;
}

.gy_nr3 .sda_tu,
.gy_nr3 .xxai_tu {
    overflow: hidden;
}

.gy_nr3 .sda_tu .shang_dat {
    position: relative;
    overflow: hidden;
}

.gy_nr3 .sda_tu .shang_dat::after {
    width: 161px;
    height: 118px;
    background-color: #fff;
    position: absolute;
    content: '';
    right: -62px;
    top: -45px;
    transform: rotateZ(44deg);
}

.gy_nr3 .sda_tu .shang_dat img {
    width: 100%;
}

.gy_nr3 .xxai_tu .shang_xiaot {
    position: relative;
}

.gy_nr3 .xxai_tu .shang_xiaot::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 75, 200, 0.5);
    content: "";
}

.gy_nr3 .xxai_tu .swiper-slide-thumb-active .shang_xiaot::after {
    display: none;
}

.gy_nr3 .xxai_tu .shang_xiaot img {
    width: 100%;
}

.gy_nr3 .xia_xiaot_z {
    padding-right: 275px;
    margin-top: 15px;
}

.gy_nr3 .xia_xiaot_z {
    position: relative;
}

.gy_nr3 .swiper-button-next {
    right: 180px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.gy_nr3 .you {
    position: absolute;
    width: 680px;
    height: 447px;
    right: 0;
    background: url(../images/lanbg_03.png) no-repeat;
    bottom: 0;
    z-index: 2;
    padding: 71px 33px 30px 80px;
}

.gy_nr3 .you h5 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-weight: bold;
}

.gy_nr3 .you h6 {
    font-size: 16px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Times New Roman';
    margin-top: 30px;
    max-height: 180px;
    overflow-y: auto;
}

@media only screen and (max-width:1330px) {
    .gy_nr3 .swiper-button-next {
        right: 210px;
    }
}

@media only screen and (max-width:1200px) {
    .gy_nr3 .you {
        width: 525px;
        height: 287px;
        padding: 50px 30px 30px 80px;
    }
    .gy_nr3 .you h5 {
        font-size: 30px;
    }
    .gy_nr3 .you h6 {
        line-height: 31px;
    }
}

@media only screen and (max-width:1024px) {
    .gy_nr3 {
        padding: 50px 0;
    }
    .gy_nr3 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .gy_nr3 .you {
        width: 100%;
        position: static;
    }
    .gy_nr3 .xia_xiaot_z {
        padding-right: 0;
    }
    .gy_nr3 .swiper-button-next {
        display: none;
    }
    .gy_nr3 .you {
        height: auto;
        order: -1;
    }
    .gy_nr3 .you h6 {
        font-size: 20px;
        line-height: 40px;
    }
    .gy_nr3 .you {
        padding: 50px 30px 50px 80px;
    }
}


/* 联系我们 */

.shang60 {
    margin-top: 60px;
}

.ggbt1 {
    position: relative;
    z-index: 2;
}

.ggbt1 h5 {
    font-size: 40px;
    color: #3053ac;
    font-weight: bold;
    position: relative;
    padding-right: 25px;
    display: inline-block;
    padding-top: 20px;
    line-height: 1;
    font-family: 'Times New Roman';
}

.ggbt1 h5::after {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: 2px solid #164e9b;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}

.ggbt1 h6 {
    font-size: 26px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
}


/* 联系我们 */

.shang75 .ggbt {
    margin-top: 75px;
}

.lx_zw {
    font-size: 36px;
    color: #323232;
}

.ditu {
    padding-bottom: 120px;
    margin-top: 48px;
}

.ditu .container {
    position: relative;
}

.ditu .container .youshang {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 0;
    background-color: #1e4ac4;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Times New Roman';
    padding: 30px 20px;
}


/* .ditu .container .youshang img {
    max-width: 230px;
} */

.ditu .dizhi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 40px;
    border: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
    margin-top: 60px;
}

.ditu .dizhi .zuo h5 {
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    font-family: 'Times New Roman';
}

.ditu .dizhi .zuo h6 {
    font-size: 20px;
    color: #646464;
    font-weight: bold;
    font-family: 'Times New Roman';
    margin-top: 20px;
}

.ditu .dianhua {
    padding: 35px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #eeeeee;
}

.ditu .dianhua .xiao_zz h5 {
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    font-family: 'Times New Roman';
}

.ditu .dianhua .xiao_zz h6 {
    font-size: 20px;
    color: #646464;
    font-weight: bold;
    font-family: 'Times New Roman';
    margin-top: 20px;
}

.ditu .wailian {
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ditu .wailian a {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin-left: 20px;
}

.ditu .wailian a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ditu .wailian a img.zhengc {
    opacity: 1;
}

.ditu .wailian a:hover img.zhengc {
    opacity: 0;
}

.ditu .wailian a img.on {
    opacity: 0;
}

.ditu .wailian a:hover img.on {
    opacity: 1;
}

@media only screen and (max-width: 992px) {
    .ditu .dianhua .xiao_zz {
        flex: 0 0 100%;
        padding: 30px 0;
        border-bottom: 1px solid #eeeeee;
    }
    .ditu .dianhua {
        padding-top: 0;
        border-bottom: none;
        padding: 0 0 35px;
    }
    .ditu .wailian {
        margin-top: 0;
    }
    .ditu .dizhi .zuo h5,
    .ditu .dianhua .xiao_zz h5 {
        font-size: 22px;
    }
    .ditu {
        padding: 50px 0;
        margin-top: 0;
    }
    .shang75 .ggbt {
        margin-top: 30px;
    }
    .ditu .dizhi .you {
        display: none;
    }
}


/* 留言 */

.liuyan {
    padding: 78px 0 100px;
}

.liuyan .ggbt {
    flex: 0 0 100%;
}

.liuyan .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.liuyan .container .biaodan_ly {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 63%;
    max-width: 63%;
}

.liuyan .container .biaodan_ly .dan_yg_bd {
    margin-top: 30px;
    flex: 0 0 30%;
    max-width: 30%;
}

.liuyan .container .biaodan_ly .dan_yg_bd1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.liuyan .container .biaodan_ly .dan_yg_bd h5 {
    font-size: 16px;
    color: #323232;
}

.liuyan .container .biaodan_ly .dan_yg_bd input {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    margin-top: 15px;
    padding-left: 20px;
}

.liuyan .container .biaodan_ly .dan_yg_bd h5 i {
    color: #4169e1;
}

.liuyan .container .biaodan_ly .dan_yg_bd textarea {
    width: 100%;
    height: 180px;
    background-color: #ffffff;
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 20px;
}

.liuyan .container .biaodan_ly .dan_yg_bd1 button {
    width: 100%;
    margin-top: 17px;
    background-color: #4169e1;
    color: #fff;
    font-size: 16px;
    height: 50px;
}

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

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

@media only screen and (max-width: 992px) {
    .liuyan {
        padding: 50px 0;
    }
    .liuyan .container .biaodan_ly {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .liuyan .container .biaodan_ly .dan_yg_bd {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .liuyan .container .biaodan_ly .dan_yg_bd h5 {
        font-size: 22px;
    }
    .liuyan .container .biaodan_ly .dan_yg_bd input {
        font-size: 20px;
        height: 64px;
    }
    .liuyan .container .biaodan_ly .dan_yg_bd textarea {
        font-size: 20px;
    }
    .liuyan .container .biaodan_ly .dan_yg_bd1 button {
        font-size: 21px;
    }
}


/* 首页 */

.sy_search .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 78px;
    flex-wrap: wrap;
}

.sy_search .hot {
    display: flex;
    align-items: center;
}

.sy_search .hot h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin: 0 20px 0 10px;
}

.sy_search .hot h4 i {
    color: var(--theme-color);
}

.sy_search .hot a {
    color: #969696;
    margin-right: 30px;
}

.sy_search .hot a:hover {
    color: var(--theme-color);
}

.sy_search form {
    position: relative;
}

.sy_search form input {
    color: #646464;
    width: 300px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    padding-left: 20px;
}

.sy_search form input::placeholder {
    color: #646464;
}

.sy_search form button {
    position: absolute;
    top: calc(50% - 11px);
    right: 14px;
}

@media only screen and (max-width:1024px) {
    .sy_search .container {
        height: auto;
    }
    .sy_search {
        padding: 20px 0 30px;
    }
    .sy_search .hot {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    .sy_search form {
        margin-top: 30px;
        flex: 0 0 100%;
    }
    .sy_search form input {
        width: 100%;
        height: 62px;
    }
    .sy_search form button {
        top: calc(50% - 18px);
    }
    .sy_search .hot a,
    .sy_search .hot h4 {
        margin-top: 10px;
    }
    .sy_search .hot img {
        margin-top: 10px;
    }
}

.sy_mk1 {
    display: flex;
    color: #fff;
}

.sy_mk1 .mk1-l {
    flex: 0 0 25%;
    max-width: 25%;
    background-color: var(--theme-color);
    padding: 66px 0 185px;
    position: relative;
}

.sy_mk1 .mk1-l .mk-icon {
    padding-right: 125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sy_mk1 .mk1-l .mk-icon i {
    width: 10px;
    height: 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    box-sizing: content-box;
    background-clip: content-box;
    position: relative;
}

.sy_mk1 .mk1-l .mk-icon i:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 585px;
    border-bottom: 1px dashed #fff;
}

.sy_mk1 .mk1-l h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 35px 0 10px;
}

.sy_mk1 .mk1-l h2::first-letter {
    font-size: 60px;
}

.sy_mk1 .mk1-l .hd ul {
    border-left: 1px dashed rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
}

.sy_mk1 .mk1-l .hd ul li {
    font-size: 22px;
    font-weight: bold;
    opacity: .6;
    cursor: pointer;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.sy_mk1 .mk1-l .hd ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    box-sizing: content-box;
    background-clip: content-box;
    position: relative;
    margin-left: -13px;
    z-index: 1;
    margin-right: 15px;
}

.sy_mk1 .mk1-l .hd ul li.on {
    opacity: 1;
}

.sy_mk1 .mk1-l a.more {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 160px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.sy_mk1 .mk1-l a.more:hover {
    background-color: #fff;
    color: var(--theme-color);
}

.sy_mk1 .mk1-l .bottom {
    position: absolute;
    bottom: 0;
    right: 30px;
    bottom: -156px;
    right: -30px;
    z-index: 1;
}

.sy_mk1 .mk1-r {
    flex: 0 0 75%;
    max-width: 75%;
}

.sy_mk1 .mk1-r .bd {
    padding: 80px 0 70px;
    padding-left: 80px;
}

.sy_mk1 .mk1-r .bd h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.sy_mk1 .mk1-r .bd .swiper-fa {
    background-color: #fff;
    padding: 20px 30px;
}

.sy_mk1 .mk1-r .bd .mk1-swiper {
    max-width: 754px;
}

.sy_mk1 .mk1-r .bd .mk1-swiper figure {
    width: 100%;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-slide {
    transform-origin: top;
    transform: scale(0.8);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-slide-active {
    transform: scale(1);
}

.sy_mk1 .mk1-r .bd .mk1-swiper a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sy_mk1 .mk1-r .bd .mk1-swiper a .img {
    padding: 13px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.sy_mk1 .mk1-r .bd .mk1-swiper a .img img {
    background-color: #f9f9f9;
    width: 100%;
}

.sy_mk1 .mk1-r .bd .mk1-swiper a figcaption {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all {
    display: flex;
    align-items: center;
    margin-left: auto;
    --main-color: #de585b;
    position: relative;
    z-index: 1;
    /* width: 35%;
    max-width: 50%; */
    width: max-content;
    justify-content: space-between;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all::before {
    content: "";
    position: absolute;
    background-color: #e5e5e5;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all .swiper-pagination,
.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all .swiper-button-prev,
.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all .swiper-button-next {
    position: initial;
    height: auto;
    margin: 0;
    left: auto;
    right: auto;
    width: auto;
    display: flex;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: var(--main-color);
    margin: 0 13px;
    opacity: 1;
    padding: 5px;
    border: 1px solid transparent;
    box-sizing: content-box;
    background-clip: content-box;
}

.sy_mk1 .mk1-r .bd .mk1-swiper .swiper-all .swiper-pagination-bullet-active {
    border: 1px solid var(--main-color);
}

.sy_mk1 .mk1-r .bd .bd-2 {
    margin-top: 40px;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px 25px;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 15px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4:nth-child(n+4) {
    border-bottom: none;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4:nth-child(3n) {
    border-right: none;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4 a figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4 a figure img {
    max-width: 100%
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4 a figure span {
    max-width: 160px;
    width: 100%;
    height: 10px;
    margin: 0 0 9px;
    box-shadow: 2px 2px 10px rgba(33, 48, 67, 0.15);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4 a figure figcaption {
    font-weight: bold;
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4:hover {
    box-shadow: 5px 5px 15px rgba(33, 48, 67, 0.3);
}

.sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4:hover a figure span {
    box-shadow: 2px 2px 10px rgba(100, 100, 100, 0.5);
    margin-bottom: 3px;
}

@media only screen and (max-width:1200px) {
    .sy_mk1 .mk1-r .bd .mk1-swiper {
        max-width: 462px;
    }
}

@media only screen and (max-width:992px) {
    .sy_mk1 .mk1-l {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 30px 0 108px;
    }
    .sy_mk1 {
        flex-wrap: wrap;
    }
    .sy_mk1 .mk1-r {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 25px;
    }
    .sy_mk1 .mk1-l .hd ul li {
        height: 79px;
    }
    .sy_mk1 .mk1-l a.more {
        font-size: 20px;
        width: 181px;
        height: 56px;
    }
    .sy_mk1 .mk1-l .bottom {
        right: 0;
        bottom: -106px;
    }
    .sy_mk1 .mk1-r .bd {
        padding: 100px 0 50px;
    }
    .sy_mk1 .mk1-r .bd .mk1-swiper a figcaption {
        font-size: 22px;
        margin-top: 26px;
    }
    .sy_mk1 .mk1-r .bd .mk1-swiper {
        max-width: 495px;
    }
    .sy_mk1 .mk1-r .bd .bd-2 .bd-row .bd-col-4 {
        flex: 0 0 50%;
        max-width: 50%;
        border-right: none;
        border-bottom: none;
    }
}


/*  */

.sy_mk3 {
    position: relative;
    padding: 144px 0 288px;
}

.sy_mk3 .you {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 663px;
    border-radius: 50px 0 0 0;
}

@media only screen and (max-width: 1600px) {
    .sy_mk3 .you {
        width: 400px;
    }
}

.sy_mk3 .container {
    display: flex;
    position: relative;
    justify-content: flex-start;
}

.sy_mk3 .container .you_yuan {
    position: absolute;
    right: 15px;
    top: 24px;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px;
}

.sy_mk3 .container .you_yuan img {
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 100%;
}

.sy_mk3 .container .zuo {
    flex: 0 0 55%;
}

.sy_mk3 .container .zuo h5 {
    font-size: 30px;
    color: #213044;
    font-weight: bold;
    text-transform: uppercase;
}

.sy_mk3 .container .zuo h5 i {
    font-size: 60px;
}

.sy_mk3 .container .zuo h6 {
    font-size: 17px;
    color: #646464;
    margin-top: 27px;
    line-height: 38px;
    max-height: 228px;
    overflow-y: auto;
}

.sy_mk3 .shuzu_zuh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 52px;
}

.sy_mk3 .shuzu_zuh .dange {
    flex: 1;
    text-align: center;
}

.sy_mk3 .shuzu_zuh .dange .shuz {
    font-size: 13px;
    color: #2b2b2b;
}

.sy_mk3 .shuzu_zuh .dange .shuz i {
    font-size: 40px;
    color: #004bc8;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin-right: 6px;
}

.sy_mk3 .shuzu_zuh .dange .bt {
    font-size: 16px;
    color: #323232;
    font-family: 'Times New Roman';
    font-weight: bold;
    text-transform: uppercase;
}

.sy_mk3 .zuo .ckgd {
    font-weight: bold;
    font-size: 18px;
    color: #004bc8;
    font-family: 'Times New Roman';
    width: 160px;
    height: 44px;
    border: 1px solid #004bc8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-top: 75px;
}


/* 链接 */

.sy_mk3 .z_shang_si {
    box-shadow: 0 0 20px rgba(33, 48, 67, 0.1);
    width: 73%;
    position: absolute;
    bottom: 70px;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
}

.z_shang_si ul {
    display: flex;
}

.z_shang_si ul li {
    flex: 1;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.z_shang_si ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.z_shang_si ul li img {
    margin-bottom: 15px;
    filter: grayscale(1);
}

.z_shang_si ul li:hover img {
    filter: grayscale(0);
}

.z_shang_si ul li:hover a {
    color: #004bc8;
    transition: all 0;
    -o-transition: all 0;
    -ms-transition: all 0;
    -moz-transition: all 0;
    -webkit-transition: all 0;
}

@media only screen and (max-width:1400px) {
    .sy_mk3 .container .you_yuan {
        width: 552px;
        height: 552px;
    }
    .sy_mk3 .shuzu_zuh {
        padding-right: 0;
    }
}

@media only screen and (max-width:1200px) {
    .sy_mk3 .container .you_yuan {
        width: 434px;
        height: 434px;
        right: 0;
    }
    .sy_mk3 .shuzu_zuh .dange {
        flex: 0 0 50%;
padding: 10px 0;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk3 {
        padding: 50px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .sy_mk3 .container .zuo {
        flex: 0 0 100%;
    }
    .sy_mk3 .you {
        display: none;
    }
    .sy_mk3 .container .you_yuan {
        position: static;
        margin: 30px auto 0;
    }
    .sy_mk3 .container {
        flex-wrap: wrap;
    }
    .sy_mk3 .container .zuo h6 {
        font-size: 19px;
        max-height: 100%;
    }
    .sy_mk3 .z_shang_si {
        position: static;
        order: 1;
        width: 100%;
    }
    .z_shang_si ul li {
        justify-content: center;
    }
}


/* 首页模块4 */

.sy_mk4 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Times New Roman';
}

.sy_mk4>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.sy_mk4 .mk4_l {
    padding: 135px 0 170px;
    padding-right: 5%;
    background-color: #004bc8;
    position: relative;
}

.sy_mk4 .mk4_l .swiper-slide {
    cursor: pointer;
}

.sy_mk4 .mk4_l .swiper-slide .swiper-item {
    font-weight: bold;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    width: max-content;
    margin-left: auto;
}

.sy_mk4 .mk4_l .swiper-slide .swiper-item i {
    margin-top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 22;
    border: 10px solid #004bc8;
    box-sizing: content-box;
}

.sy_mk4 .mk4_l .swiper-slide .swiper-item::before {
    content: "";
    position: absolute;
    bottom: 26px;
    left: -90px;
    width: 105%;
    height: 1px;
    background-color: #fff;
}

.sy_mk4 .mk4_l .swiper-slide-thumb-active i:before {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: calc(50% - 12.5px);
    top: calc(50% - 12.5px);
    background: #fff;
    opacity: .3;
    border-radius: 50%;
}

.sy_mk4 .mk4_l h2 {
    font-weight: bold;
    font-size: 30px;
}

.sy_mk4 .mk4_l .mk4_middle {
    margin: 80px 0;
}

.sy_mk4 .mk4_l .mk4_middle .des {
    font-size: 18px;
    opacity: .7;
    line-height: 2.1;
    margin-top: 40px;
}

.sy_mk4 .mk4_l ul {
    display: flex;
    justify-content: space-between;
    padding-right: 72px;
}

.sy_mk4 .mk4_l ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sy_mk4 .mk4_l ul li h5 {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
}

.sy_mk4 .mk4_l ul li h3 {
    font-size: 50px;
    font-weight: bold;
}

.sy_mk4 .mk4_l ul li h3 sub {
    font-size: 24px;
    font-weight: 400;
}

.sy_mk4 .mk4_l a.more {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #0140aa;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    font-size: 69px;
}

.sy_mk4 .mySwiper2 .swiper-slide {
    padding-top: 90px;
    text-align: right;
}

.sy_mk4 .mySwiper2 .swiper-slide h4 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.sy_mk4 .mySwiper2 .swiper-slide h4::first-letter {
    font-size: 60px;
}

.sy_mk4 .mySwiper2 .swiper-slide .mkr_des {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.sy_mk4 .mySwiper2 .swiper-slide strong {
    font-size: 90px;
}

@media only screen and (max-width:1330px) {
    .sy_mk4 .mk4_l ul li h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width:1200px) {
    .sy_mk4 .mk4_l ul {
        padding-right: 0;
    }
}

@media only screen and (max-width:992px) {
    .sy_mk4 {
        flex-wrap: wrap;
    }
    .sy_mk4 .mk4_l {
        padding: 50px 0 136px;
    }
    .sy_mk4>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk4 .mk4_l .swiper-slide .swiper-item {
        margin: 0 auto;
    }
    .sy_mk4 .mk4_l .swiper-slide .swiper-item::before {
        display: none;
    }
    .show-content {
        padding-right: 25px;
    }
    .sy_mk4 .mk4_l .mk4_middle {
        margin: 50px 0;
    }
    .sy_mk4 .mk4_l .mk4_middle .des {
        margin-top: 26px;
        font-size: 19px;
    }
    .sy_mk4 .mk4_l ul li h5 {
        font-size: 20px;
    }
    .sy_mk4 .mySwiper2 .swiper-slide {
        padding: 90px 0;
    }
}

.sy_mk5 .container {
    display: block;
}

.sy_mk5 {
    padding-bottom: 95px;
}

.sy_mk5 a:hover {
    color: #004bc8 !important;
}

.sy_mk5 .title {
    margin-bottom: 50px;
    flex: 0 0 100% !important;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sy_mk5 .title .img-back {
    position: absolute;
    left: -94px;
    z-index: -1;
    top: -171%;
}

.sy_mk5 .hd ul {
    display: flex;
}

.sy_mk5 .hd ul li {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 70px;
}

.sy_mk5 .hd ul li img {
    margin-right: 4px;
}

.sy_mk5 .hd ul li.on {
    background-color: #004bc8;
    color: #fff;
}

.sy_mk5 .hd ul li.on img {
    filter: invert(100%);
}

.sy_mk5 .bd .new-content figure {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

.sy_mk5 .bd .new-content figure .img {
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.sy_mk5 .bd .new-content figure .img img {
    width: 100%;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.sy_mk5 .bd .new-content figure .img:hover img {
    transform: scale(1.1);
}

.sy_mk5 .bd .new-content .content-title {
    display: block;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 15px;
}

.sy_mk5 .bd .new-content .content-des {
    color: #646464;
    line-height: 1.6;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sy_mk5 .bd .down {
    margin-top: 40px;
    padding: 25px 15px;
    border-radius: 8px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_mk5 .bd .down .date {
    margin-bottom: 25px;
    display: flex;
}

.sy_mk5 .bd .down .date p {
    width: 100px;
    height: 30px;
    background-color: #999999;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_mk5 .bd .down .date strong {
    font-size: 20px;
    margin-left: 20px;
}

.sy_mk5 .bd .down:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.sy_mk5 .bd .down:hover .date p {
    background-color: #004bc8;
}

@media only screen and (max-width:992px) {
    .sy_mk5 .title {
        flex-wrap: wrap;
    }
    .sy_mk5 .hd ul {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .sy_mk5 .hd ul li {
        margin-left: 10px;
        padding: 15px 28px;
    }
    .sy_mk5 .hd ul li img {
        margin-right: 15px;
    }
    .sy_mk5 .bd .new-content .content-title {
        font-size: 22px;
    }
    .sy_mk5 .new-content {
        margin-top: 30px;
    }
    .sy_mk5 .title {
        margin-bottom: 0;
    }
    .sy_mk5 .bd .down .date p {
        width: 108px;
        height: 38px;
    }
    .sy_mk5 .bd .down .date strong {
        line-height: 38px;
    }
}


/* 列表5 */


/* 解决方案 */

.jiejue_liebiap {
    padding-bottom: 70px;
}

.jiejue_liebiap .container {
    position: relative;
}

.jiejue_liebiap .dandu {
    margin-top: 60px;
}

.bt_ggliaym h5 {
    font-size: 30px;
    color: #141414;
    font-weight: bold;
}

.bt_ggliaym h6 {
    font-size: 16px;
    color: #8d8d8d;
    margin-top: 10px;
}

.jiejue_liebiap .dandu .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.jiejue_liebiap .dandu:nth-child(2n) .zuoyou {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}

.jiejue_liebiap .dandu:nth-child(2n) .bt_ggliaym {
    text-align: right;
}

.jiejue_liebiap .dandu:nth-child(2) .zuoyou {
    margin-top: 60px;
}

.jiejue_liebiap .dandu:nth-child(2) .bt_ggliaym {
    background-color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.jiejue_liebiap .dandu:nth-child(2) .bt_ggliaym::after {
    width: 20px;
    left: -20px;
    top: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    content: "";
}

.jiejue_liebiap .dandu .zuoyou .zuo {
    flex: 0 0 50%;
    max-width: 50%;
}

.jiejue_liebiap .dandu .zuoyou .zuo img {
    width: 100%;
}

.jiejue_liebiap .dandu .zuoyou .you {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #f7f8fa;
    padding: 40px 45px 50px;
    position: relative;
}

.jiejue_liebiap .dandu .zuoyou .you img {
    position: absolute;
    top: 50px;
    right: 30px;
}

.jiejue_liebiap .dandu .zuoyou .you h4 {
    font-size: 70px;
    line-height: 1;
    color: #e5e6e8;
    font-weight: bold;
    font-family: 'Times New Roman';
}

.jiejue_liebiap .dandu .zuoyou .you h5 {
    font-size: 26px;
    color: #141414;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'Times New Roman';
}

.jiejue_liebiap .dandu .zuoyou .you h6 {
    font-size: 18px;
    color: #7d7d7d;
    margin-top: 20px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    font-family: 'Times New Roman';
}

.jiejue_liebiap .dandu .zuoyou .you a {
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #484848;
    border: 1px solid #c9c9c9;
    position: absolute;
    left: 45px;
    bottom: 31px;
    font-family: 'Times New Roman';
}

.jiejue_liebiap .dandu .zuoyou .you a:hover {
    background: linear-gradient(to right, #004bc8, #9db4dd) no-repeat;
    background: -webkit-linear-gradient(left, #004bc8, #9db4dd) no-repeat;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .jiejue_liebiap .dandu .zuoyou .you {
        padding: 30px;
    }
    .jiejue_liebiap .dandu .zuoyou .you h4 {
        font-size: 39px;
    }
    .jiejue_liebiap .dandu .zuoyou .you h5 {
        font-size: 20px;
        margin-top: 6px;
    }
    .jiejue_liebiap .dandu .zuoyou .you h6 {
        margin-top: 12px;
        -webkit-line-clamp: 3;
    }
}

@media only screen and (max-width: 992px) {
    .jiejue_liebiap {
        padding: 50px 0;
    }
    .jiejue_liebiap .dandu {
        margin-top: 35px;
    }
    .jiejue_liebiap .dandu .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jiejue_liebiap .dandu .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .jiejue_liebiap .dandu .zuoyou .you a {
        position: static;
        margin-top: 30px;
    }
    .jiejue_liebiap .dandu:nth-child(2n-1) .bt_ggliaym {
        text-align: left;
    }
    .jiejue_liebiap .dandu:nth-child(2) .zuoyou {
        margin-top: 20px;
    }
    .jiejue_liebiap .dandu .zuoyou {
        margin-top: 20px;
    }
    .jiejue_liebiap .dandu .zuoyou .you h6 {
        font-size: 18px;
    }
    .jiejue_liebiap .dandu .zuoyou .you a {
        font-size: 18px;
    }
}


/* Join us */

.jiaru_mk1 {
    padding: 30px 0 80px;
}

.jiaru_mk1 .bt {
    font-size: 36px;
    color: #323232;
    text-transform: uppercase;
    font-family: 'Times New Roman';
    text-align: center;
}

.jiaru_mk1 .mas {
    font-size: 20px;
    color: #646464;
    font-family: 'Times New Roman';
    text-align: center;
    margin-top: 20px;
    line-height: 35px;
}

.jiaru_mk1 .sigekuai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jiaru_mk1 .sigekuai .dange {
    text-align: center;
    margin-top: 57px;  transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.jiaru_mk1 .sigekuai .dange:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.jiaru_mk1 .sigekuai .dange img{
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.jiaru_mk1 .sigekuai .dange:hover img{
    transform: rotateY(180deg);
                    -webkit-transform: rotateY(180deg);
                    -moz-transform: rotateY(180deg);
                    -ms-transform: rotateY(180deg);
                    -o-transform: rotateY(180deg);
}
.jiaru_mk1 .sigekuai .dange h5 {
    font-size: 20px;
    color: #323232;
    margin-top: 20px;
    font-family: 'Times New Roman';
}

@media only screen and (max-width:1200px) {
    .jiaru_mk1 .sigekuai .dange {
        flex: 0 0 50%;
    }
}


/* 招贤纳士 */

.lianxi_zhaop {
    padding: 70px 0 60px;
}

.lianxi_zhaop .container .shang_bt {
  padding: 0 90px 35px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lianxi_zhaop .container .shang_bt p {
    flex: 1;
    text-align: left;
    font-size: 26px;
    color: #ffffff;
    font-family: 'Times New Roman';
}


/* 招聘 */

.rc_zp .jr_lm {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
}

.rc_zp .jr_lm.jt .jr_bt {
    background-color: #004986;
    color: #ffffff;
    padding: 0 20px;
    line-height: 70px;
}

.rc_zp .jr_bt {
    padding: 30px 90px 30px 49px;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.3);
    font-family: 'Times New Roman';
}

.rc_zp .jr_bt.on::after {
    width: 98%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    position: absolute;
}


/* 
.rc_zp .jr_bt.on {
  background: linear-gradient( to right, #00b1b2, #72c7c7) no-repeat;
  background: -webkit-linear-gradient( left, #00b1b2, #72c7c7) no-repeat;
  color: #ffffff;
} */

.rc_zp .jr_bt span {
    float: left;
    flex: 1;
    font-size: 18px;
    color: #fff;
}

.rc_zp .jr_bt i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 52px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.rc_zp .jr_bt i img {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.rc_zp .jr_bt i img.jia {
    opacity: 1;
}

.rc_zp .jr_bt i img.jian {
    opacity: 0;
}

.rc_zp .jr_bt.on i img.jia {
    opacity: 0;
}

.rc_zp .jr_bt.on i img.jian {
    opacity: 1;
}

.rc_zp .jr_nr {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px 65px 36px;
    font-size: 16px;
    line-height: 40px;
    display: none;
    position: relative;
    color: #ffffff;
    font-family: 'Times New Roman';
}

.rc_zp .jr_nr strong {
    color: #ffffff;
    font-size: 20px;
}

.rc_zp .jr_nr .tousdijh {
    padding: 15px 26px;
    line-height: 1;
    border-radius: 50px;
    background: #fff;
    font-size: 16px;
    color: #646464;
    margin-top: 40px;
    display: inline-block;
}

.ppk_more {
    width: 200px;
    height: 52px;
    background-color: #fff;
    border-radius: 50px;
    font-size: 20px;
    color: #646464;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'Times New Roman';
}

@media only screen and (max-width: 1024px) {
    .rc_zp .jr_bt {
        font-size: 18px;
    }
    .rc_zp .jr_nr {
        font-size: 18px;
    }
    .lianxi_zhaop .container .shang_bt p {
        font-size: 24px;
    }
    .rc_zp .jr_nr .tousdijh {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .lianxi_zhaop {
        padding: 50px 0;
    }
    .lianxi_zhaop .container .shang_bt {
          padding: 0 0 20px; 
    }
.lianxi_zhaop .container .shang_bt p{
 padding: 0px 5px;
}
    .rc_zp .jr_bt {
        padding: 30px 20px 30px 20px;
    }
    .rc_zp .jr_bt i {
        display: none;
    }
    .rc_zp .jr_nr {
        padding: 30px;
    }
}


/* 新闻 */


/* 新闻 */

.xw_shang {
    padding: 50px 0 0;
}

.shang_zz img {
    width: 100%;
}

.shang_yy h5 {
    font-size: 26px;
    color: #004bc8;
    font-family: 'Times New Roman';
}

.shang_yy h6 {
    font-family: 'Times New Roman';
    font-size: 26px;
    font-weight: bold;
    color: #323232;
    margin-top: 26px;
    margin-bottom: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.shang_yy .ms {
    font-family: 'Times New Roman';
    font-size: 16px;
    color: #646464;
    line-height: 30px;
    margin-bottom: 96px;
}

.shang_yy {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}

.shang_yy a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 160px;
    height: 45px;
    border: 1px solid #004bc8;
    font-size: 16px;
    color: #004bc8;
    font-family: 'Times New Roman';
}


/* .xin_wen {
    padding: 60px 0 80px;
    background-color: #f4ebeb;
} */
.xin_wen{
    padding-bottom: 60px;
}

.xin_wen .zhweng_xw {
    margin-top: 22px;
    display: block;
}

.xin_wen .zhweng_xw .tp img {
    width: 100%;
}

.xin_wen .zhweng_xw .xia_zz {
    background-color: #fff;
    padding: 20px 20px 40px;
    position: relative;
}

.xin_wen .zhweng_xw .xia_zz:after {
    position: absolute;
    width: 0;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    background: #004bc8;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.xin_wen .zhweng_xw:hover .xia_zz:after {
    width: 100%;
}

.xin_wen .zhweng_xw .xia_zz h5 {
    font-size: 20px;
    color: #8a8a8a;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    font-family: 'Times New Roman';
}

.xin_wen .zhweng_xw .xia_zz h6 {
    font-size: 18px;
    color: #323232;
    font-family: 'Times New Roman';
    font-weight: bold;
    margin: 20px 0 10px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xin_wen .zhweng_xw .xia_zz .nrr_bbb {
    font-size: 16px;
    color: #969696;
    font-family: 'Times New Roman';
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.xin_wen .zhweng_xw .xia_zz a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 35px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #969696;
    border-radius: 30px;
    margin-top: 20px;
}


/* .xin_wen .zhweng_xw:hover .xia_zz {
    background: linear-gradient( to right, #83100b, #a0332e) no-repeat;
    background: -webkit-linear-gradient( left, #83100b, #a0332e) no-repeat;
} */

.xin_wen .zhweng_xw:hover .xia_zz h5 {
    color: #004bc8;
}

.xin_wen .zhweng_xw:hover .xia_zz h6 {
    color: #004bc8;
}

.xin_wen .zhweng_xw:hover .xia_zz .nrr_bbb {
    color: #6a6a6a;
}

@media only screen and (max-width:1330px) {
    .shang_yy h6 {
        font-size: 23px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
    }
    .shang_yy .ms {
        margin-bottom: 49px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width:1200px) {
    .shang_yy .ms {
        margin-bottom: 10px;
    }
    .shang_yy h6 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .shang_yy .ms {
        margin-bottom: 19px;
    }
    .shang_yy {
        justify-content: flex-start;
    }
    .shang_yy a {
        font-size: 18px;
    }
    .shang_yy h6 {
        margin-bottom: 18px;
    }
    .shang_yy {
        margin-top: 30px;
    }
    .shang_yy .ms {
        font-size: 18px;
    }
    .xin_wen .zhweng_xw .xia_zz h6 {
        font-size: 20px;
    }
    .sy_xinwen .sy_xw_dtqiehu .shang .z_a {
        flex: 0 0 100%;
        height: 278px;
    }
    .xin_wen .zhweng_xw .xia_zz .nrr_bbb {
        font-size: 18px;
    }
    .sy_xinwen .sy_xw_dtqiehu .shang {
        height: 100%;
    }
    .sy_xinwen .sy_xw_dtqiehu .shang .y_a {
        flex: 0 0 100%;
        padding: 20px;
    }
    .sy_xinwen .sy_xw_dtqiehu .shang .y_a h5 {
        font-size: 20px;
    }
    .sy_xinwen .sy_xw_dtqiehu .shang .y_a h6 {
        font-size: 18px;
        line-height: 33px;
    }
    .sy_xinwen .sy_xw_dtqiehu .xia .zz_b {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_xinwen .sy_xw_dtqiehu .xia .zz_b h5 {
        font-size: 22px;
    }
    .sy_xinwen .sy_xw_dtqiehu .xia .zz_b h6 {
        font-size: 18px;
    }
    .sy_xw_dtqiehu .shangwushi .you {
        margin-top: 50px;
    }
    .sy_xinwen .shangwushi .dange_xw_x .y_c h6 {
        font-size: 18px;
    }
}


/* 产品 */

.ypou_form .der {
    position: relative;
}

.ypou_form .der button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.ypou_form .der input {
    width: 215px;
    height: 40px;
    font-size: 16px;
    color: #969696;
    font-family: 'Times New Roman';
    padding-left: 15px;
    border: 1px solid #dcdcdc;
}

.mianbao_xie1 .container {
    position: relative;
}

.mianbao_xie1 .ypou_form {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}


/* 产品二级 */

.cp_erji {
    padding-top: 38px;
    border-bottom: 1px solid #dcdcdc;
}

.cp_erji {
    border-bottom: 1px solid #dcdcdc;
}

.cp_erji .container {
    position: relative;
}

.cp_erji .nav-swiper {
    width: 80%;
    position: relative;
    overflow: hidden;
}

.cp_erji figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #646464;
    font-size: 20px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.cp_erji figure img {
    filter: grayscale(1);
    margin-bottom: 10px;
}

.cp_erji figure:hover {
    color: var(--theme-color);
}

.cp_erji figure:hover img {
    filter: none;
}

.cp_erji .on figure {
    color: var(--theme-color);
}

.cp_erji .on figure img {
    filter: none;
}

.cp_erji .swiper-button-next {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.cp_erji .swiper-button-next:hover {
    background-color: var(--theme-color);
}

.cp_erji .swiper-button-next:hover img {
    filter: grayscale(100%) brightness(200%);
}

.product-nav {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}

.product-nav a {
    font-size: 18px;
    color: #b5b5b5;
    margin-right: 45px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-nav a:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b5b5b5;
    margin-right: 8px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.product-nav a:hover,.product-nav a.on {
    color: var(--theme-color);
}

.product-nav a:hover:before,.product-nav a.on:before  {
    background-color: var(--theme-color);
}
.product-list{
    padding-bottom: 60px;
}

.product-list .row {
    margin: 0 -10px;
}

.product-list .row .col-lg-3 {
    padding: 0 10px;
    margin-bottom: 25px;
}

.product-list a {
    display: block;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.product-list a .des {
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    padding: 25px 13px 0;
    margin-bottom: 25px;
    min-height: 111px;
}

.product-list a .product-img {
    /* height: 315px; */
    position: relative;
    overflow: hidden;
}

.product-list a .product-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.product-list a .product-img .p-mask {
    background-color: #004bc8;
    padding: 45px 23px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    opacity: .8;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.product-list a .product-img .p-mask ul li {
    display: flex;
    margin-bottom: 20px;
}

.product-list a .product-img .p-mask ul li i {
    flex: 0 0 108px;
}

.product-list a:hover .product-img img {
    transform: scale(1.1);
}

.product-list a:hover .product-img .p-mask {
    top: 0;
}


/*  */
@media only screen and (max-width:1330px) {
    .product-list a .product-img .p-mask{
        padding: 23px 23px;
    }
}

@media (max-width: 1200px) {
    .product-list .row .col-lg-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width:1024px) {
    .mianbao_xie1 .ypou_form {
        position: static;
        transform: translateY(0);
        flex: 0 0 100%;
        margin-top: 30px;
    }
    .mianbao_xie .container {
        height: auto;
    }
    .mianbao_xie {
        padding: 30px 0;
    }
    .ypou_form .der input {
        width: 100%;
        height: 60px;
        font-size: 20px;
    }
    .cp_erji .swiper-button-next {
        right: 30px;
    }
    .product-nav a {
        font-size: 20px;
        margin-bottom: 29px;
    }
    .product-list .row .col-lg-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-list a .des {
        font-size: 20px;
        min-height: auto;
    }
    .product-list a .product-img .p-mask {
        display: none;
    }
}

.show-product {
    padding-bottom: 70px;
    padding-top: 110px;
}

.show-product .show-swiper {
    display: flex;
    align-items: flex-end;
}

.show-swiper-small {
    position: relative;
}

.show-swiper-small .swiper-button-prev,
.show-swiper-small .swiper-button-next {
    left: auto;
    right: auto;
    margin-left: 32px;
}

.show-swiper-small .swiper-button-prev {
    top: -30px;
}

.show-swiper-small .swiper-button-next {
    top: auto;
    bottom: -50px;
}

.show-product .show-swiper .showSwiper {
    width: 100px;
    flex: 0 0 100px;
    height: 300px;
}

.show-product .show-swiper .showSwiper .swiper-slide {
    background-color: #fff;
    padding: 15px;
    position: relative;
    cursor: pointer;
}

.show-product .show-swiper .showSwiper .swiper-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: #000;
    opacity: .3;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.show-product .show-swiper .showSwiper .swiper-slide-thumb-active::before {
    opacity: 0;
}

.show-product .show-swiper .showSwiper img {
    width: 100%;
}

.show-product .show-swiper .showSwiper2 {
    flex: 0 0 calc(100% - 100px);
}

.show-product .show-swiper .showSwiper2 .swiper-slide {
    text-align: center;
}

.show-product .show-word {
    --main-color: #d1161b;
}

.show-product .show-word h2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--theme-color);
}

.show-product .show-word .des {
    font-size: 20px;
    padding: 40px 0 35px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.6;
}

.show-product .show-word ul {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.show-product .show-word ul li {
    font-size: 18px;
    color: #646464;
}

.show-product .show-word ul li a {
    width: 110px;
    height: 110px;
    border: 1px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 22px;
    color: #081b3a;
    margin-bottom: 20px;
    border-radius: 50%;
}

.show-product .show-word ul li a.on,
.show-product .show-word ul li a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.show-product .show-word .link {
    display: flex;
}

.show-product .show-word .link a {
    width: 140px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-right: 20px;
}

.show-product .show-word .link a.contact {
    background-color: var(--theme-color);
}

.show-product .show-word .link a.online {
    background-color: var(--main-color);
}

.show-product .show-word .link a:hover {
    background-color: transparent;
    color: inherit;
}

.show-middle {
    padding: 60px 0 75px;
}

.show-middle .middle-list {
    padding: 50px 30px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 75, 200, 0.1);
}

.show-product .show-swiper .showSwiper2 .swiper-slide img {
    max-width: 100%;
}

@media only screen and (max-width:1200px) {
    .show-product .show-word h2 {
        font-size: 24px;
    }
    .show-product .show-word .des {
        font-size: 18px;
        padding: 19px 0 35px;
    }
    .show-product .show-word ul li {
        font-size: 13px;
        text-align: center;
    }
}

@media only screen and (max-width:992px) {
    .show-product {
        padding: 50px 0;
    }
    .show-product .show-word {
        margin-top: 50px
    }
    .show-product .show-word h2 {
        font-size: 28px;
    }
    .show-product .show-word .des {
        font-size: 20px;
        padding: 20px 0;
    }
    .show-product .show-word ul li {
        font-size: 19px;
    }
    .show-product .show-word .link a {
        width: 168px;
        height: 56px;
        font-size: 20px;
    }
}

.cpxq_ggbt {
    font-weight: bold;
    font-size: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.cpxq_ggbt:before {
    content: "";
    width: 5px;
    height: 20px;
    background-color: var(--theme-color);
    margin-right: 20px;
}

.show-middle .middle-list .list-inline {
    display: flex;
    flex-wrap: wrap;
}

.show-middle .middle-list .list-inline li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    padding: 5px 10px;
}

.show-middle .middle-list .list-inline li i {
    color: #828282;
    width: max-content;
    flex: 0 0 max-content;
    padding-right: 10px;
}

.show-middle .zuyou .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.show-middle .zuyou .content .zuo {
    flex: 0 0 48%;
    max-width: 48%;
}

.show-middle .zuyou .list-inline li {
    flex: 0 0 100%;
    max-width: 100%;
}

.show-middle .zuyou .list-inline li {
    flex-wrap: wrap;
    padding: 10px 0;
}

.show-middle .zuyou .list-inline .he_i img {
    display: block;
    margin-top: 40px;
}

.show-middle .zuyou .content .you {
    flex: 0 0 50%;
    max-width: 50%;
}

.show-middle .zuyou .content .you .s_bt {
    font-size: 18px;
    color: #828282;
    font-weight: bold;
    font-family: 'Arial';
}

.show-middle .zuyou .content .you .biaoge_tab {
    margin-top: 37px;
}

.show-middle .zuyou .content .you .biaoge_tab table {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
}

.show-middle .zuyou .content .you .biaoge_tab table tr {
    display: flex;
}

.show-middle .zuyou .content .you .biaoge_tab table td {
    border: 1px solid #e5e5e5;
    width: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #646464;
    font-family: 'Arial';
    font-weight: bold;
}

.show-middle .zuyou .content .you .biaoge_tab table tr:nth-child(1) td {
    color: #323232;
}

.show-middle .zuyou .content .you .biaoge_tab table tr:nth-child(2n) td {
    background: #eff1f5;
}

.show-middle .zuyou {
    margin-top: 40px;
    padding-bottom: 100px;
}

@media only screen and (max-width:1200px) {
    .show-middle .middle-list .list-inline li {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 16px;
    }
    .show-middle .zuyou .list-inline li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:992px) {
    .show-middle {
        padding: 50px 0;
    }
    .show-middle .middle-list .list-inline li {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 19px;
        padding: 10px 0;
    }
    .show-middle .middle-list {
        padding: 30px;
    }
}

.xq_mk4 {
    background: #fff;
    padding: 60px 0 84px;
}

.xq_mk4 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xq_mk4 .container .nr {
    flex: 0 0 59.7%;
    max-width: 59.7%;
}

.xq_mk4 .container .nr .aiish_biay {
    margin-top: 57px;
    box-shadow: 0 0 10px #eeebeb;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 17px 30px;
}

.xq_mk4 .container .nr .sahge {
    flex: 0 0 49%;
    max-width: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 5px;
}

.xq_mk4 .container .nr .sahge .zzuo {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    font-family: 'Arial';
    flex: 0 0 38.4%;
    max-width: 38.4%;
    text-align: center;
}

.xq_mk4 .container .nr .sahge .yyou {
    font-size: 16px;
    color: #646464;
    font-family: 'Arial';
    line-height: 23px;
    flex: 1;
    padding-left: 15px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 64px;
}

.xq_mk4 .container .nr .sahge .yyou::after {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: url(../images/xian.png);
    position: absolute;
    content: "";
}

.xq_mk4 .container .nr .sahge:nth-child(1),
.xq_mk4 .container .nr .sahge:nth-child(4),
.xq_mk4 .container .nr .sahge:nth-child(5),
.xq_mk4 .container .nr .sahge:nth-child(8),
.xq_mk4 .container .nr .sahge:nth-child(9) {
    background-color: #f8f8f8;
}

.xq_mk4 .container .neri_02 {
    flex: 0 0 39%;
    max-width: 39%;
}

.xq_mk4 .container .neri_02 .shipin {
    border-radius: 10px;
    height: 380px;
    margin-top: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xq_mk4 .container .neri_02 .shipin .biao {
    font-size: 80px;
    color: #fff;
}

@media only screen and (max-width:1200px) {
    .xq_mk4 .container .nr .sahge .zzuo {
        font-size: 13px;
    }
    .xq_mk4 .container .nr .sahge .yyou {
        font-size: 13px;
    }
}

@media only screen and (max-width:992px) {
    .show-middle .zuyou .content .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .show-middle .zuyou .content .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px
    }
    .show-middle .zuyou .content .you .s_bt {
        font-size: 20px;
    }
    .show-middle .zuyou .content .you .biaoge_tab {
        margin-top: 14px;
    }
    /*  */
    .xq_mk4 {
        padding: 50px 0;
    }
    .xq_mk4 .container .nr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xq_mk4 .container .neri_02 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px
    }
    .xq_mk4 .container .nr .aiish_biay {
        margin-top: 30px;
    }
    .xq_mk4 .container .neri_02 .shipin {
        margin-top: 30px;
    }
    .xq_mk4 .container .nr .sahge {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xq_mk4 .container .nr .sahge .yyou,
    .xq_mk4 .container .nr .sahge .zzuo {
        font-size: 17px;
    }
    .xq_mk4 .container .nr .sahge:nth-child(1),
    .xq_mk4 .container .nr .sahge:nth-child(4),
    .xq_mk4 .container .nr .sahge:nth-child(5),
    .xq_mk4 .container .nr .sahge:nth-child(8),
    .xq_mk4 .container .nr .sahge:nth-child(9) {
        background-color: #fff;
    }
    .xq_mk4 .container .nr .sahge:nth-child(2n-1) {
        background-color: #f8f8f8;
    }
}


/* 弹出 */


/* 点击视频播放的图层 */

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

.sp_tuc .tuc_t {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sp_tuc .tuc_t_sp {
    width: 70%;
}

.sp_tuc video {
    width: 100%;
    height: 100%;
}

.tuc_t i {
    font-size: 37px;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 17%;
    left: 90%;
}

.an_mniu video {
    display: none;
}

.jc_list.luang .cp_nr::before {
    display: none;
}

.jc_list.luang .cp_nr::after {
    display: none;
}

.video .sanfang {
    display: none;
}

.sanfang iframe {
    width: 100%;
    max-height: 80vh;
}

@media only screen and (max-width:992px) {
    .luang {
        margin-top: 20px;
    }
    .shipin_li {
        margin-top: 20px;
    }
}

.xq_mk5 {
    padding: 88px 0 100px;
}

.xq_mk5 .nrir {
    border-radius: 10px;
    background: #fff;
    padding: 35px 0 45px;
    border-radius: 10px;
}

.xq_mk5 .nrir .bt_xa {
    font-size: 30px;
    color: #282828;
    font-weight: bold;
    font-family: 'Arial';
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 30px;
}

.xq_mk5 .nrir .bt_xa::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background-color: #eeeeee;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.xq_mk5 .nrir .bt_xa::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #004bc8;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.xq_mk5_swiper {
    margin-top: 10px;
}

.show-swiper-hot {
    padding: 20px 0;
}

.show-swiper-hot .swiper-slide {
    position: relative;
}

.show-swiper-hot .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.show-swiper-hot .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    opacity: .75;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.show-swiper-hot .swiper-slide-active::before {
    opacity: 0;
}

.show-swiper-hot .swiper-slide img {
    width: 100%;
    /* height: 203px; */
    object-fit: cover;
    object-position: center;
}

.show-swiper-hot .swiper-slide .title {
    min-height: 133px;
    display: flex;
    align-items: center;
    padding: 40px 20px 36px;
    background-color: #f3f3f3;
}

.show-swiper-hot .swiper-button-prev,
.show-swiper-hot .swiper-button-next {
    height: calc(100% - 40px);
    width: 40px;
    background-color: var(--theme-color);
    top: auto;
    bottom: 20px;
    z-index: 22;
}

.show-swiper-hot .swiper-button-prev {
    left: 0;
}

.show-swiper-hot .swiper-button-next {
    right: 0;
}

@media only screen and (max-width:1200px) {
    .show-swiper-hot .swiper-slide .title {
        padding: 20px;
    }
}

@media only screen and (max-width:992px) {
    .xq_mk5 {
        padding: 50px 0;
    }
    .show-swiper-hot .swiper-slide {
        padding: 0 40px;
    }
}


/* 底 */

footer {
    padding: 100px 0 65px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

footer .container .dibgwe_toy {
    position: absolute;
    bottom: 0;
    width: 216px;
    right: 15px;
    text-align: right;
}

footer .container .dibgwe_toy .xia_sglj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

footer .container .dibgwe_toy .xia_sglj a {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .zuo {
    flex: 0 0 31.8%;
    max-width: 31.8%;
}

footer .zhong {
    flex: 0 0 18.6%;
    max-width: 18.6%;
}

footer .you {
    flex: 0 0 32%;
    max-width: 32%;
}

footer .dabt {
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}

footer .xiao1_bt {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    line-height: 37px;
}

footer .xiao1_bt i {
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 12px;
}

footer .xiao_bt {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    text-transform: uppercase;
    display: block;
}

footer .xiao_bt2 {
    text-transform: none;
}

footer .xiao_bt:nth-of-type(1) {
    padding-top: 35px;
}

footer .banquan {
    flex: 0 0 100%;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 122px
}

@media only screen and (max-width:992px) {
    footer .zhong,
    footer .you {
        display: none;
    }
    footer .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer {
        padding: 50px 0 20px;
    }
    footer .xiao1_bt {
        font-size: 19px;
    }
    footer .container .dibgwe_toy {
        position: static;
        width: 249px;
        margin-top: 30px
    }
    footer .banquan {
        margin-top: 61px;
    }
}

.fenye {
    margin: 30px 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye a,
.fenye span {
    font-size: 18px;
    margin: 0 15px;
    color: #494949;
    background:none;box-shadow:none;
}

.fenye a.current-page {
    color: #355cd2;
}

.fenye .prev-page {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fenye .next-page {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

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

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}

/* 常用文档下载 */

.jishu_zhichi {
    color: #fff;
    padding-left: 25px;
    background-color: #004bc8;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

.jishu_zhichi h6 {
    font-size: 18px;
}

.jishu_zhichi i {
    display: none;
}

.dh1 {
    width: 100%;
    background-color: #f9f9f9;
    border: #e6e6e6 1px solid;
    padding: 5px 20px 50px;
}

.dh1 li {
    border-bottom: 1px solid #d3d7dc;
    width: 100%;
}

.dh1 li a {
    font-size: 16px;
    color: #646464;
    line-height: 50px;
}


/* 手机端导航 */

.sj_dh_ej {
    display: none;
}

.dn_dh_ej {
    display: block;
}

@media only screen and (max-width:992px) {
    /* 手机端导航 */
    .sj_dh_ej {
        display: block;
    }
    .dn_dh_ej {
        display: none;
    }
}


/*  */

.sou_suo {
    width: 100%;
    border: #efefef 2px solid;
    padding: 12px 15px;
    background-color: #f9f9f9;
    margin-top: 15px;
}

.sou_suo h5 {
    font-size: 16px;
    color: #646464;
}

.from form {
    display: flex;
    margin-top: 15px;
}

.from input {
    height: 42px;
    width: 80%;
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-right: 0;
    border-radius: 10px 0 0 10px;
    padding-left: 20px;
}

.from button {
    height: 42px;
    width: 20%;
    background-color: #0048bb;
    border: 2px solid #f0f0f0;
    border-left: 0;
    border-radius: 0 10px 10px 0;
}

.sou_suo h5.zxwt {
    font-size: 18px;
    color: #00166a;
}

.sou_suo .from1 ul li {
    border-bottom: 1px #d3d7dc solid;
}

.sou_suo .from1 ul li a {
    display: block;
    font-size: 14px;
    color: #646464;
    line-height: 20px;
    /* padding: 15px 0; */
    margin: 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sou_suo .from1 ul li a span {
    width: 7px;
    height: 7px;
    background-color: #00166a;
    border-radius: 100px;
    display: inline-block;
}

.sou_suo1 {
    padding-bottom: 37px;
}

.biao_ge {
    width: 100%;
    display: flex;
    color: #323232;
    padding-left: 25px;
    background-color: #d3d7dc;
    height: 50px;
    align-items: center;
    padding-left: 30px;
    font-size: 18px;
}

.ti_mu {
    width: 60%;
text-transform: uppercase;
}

.shi_jian {
    width: 40%;
text-transform: uppercase;
}

.xia_zai {
    width: 100%;
    background-color: #f9f9f9;
    padding: 0 17px 60px;
}

.xia_zai li {
    height: 72px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #646464;
    padding-left: 15px;
    border-bottom: 1px solid #d3d7dc;
}

.ti_mu1 {
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.shi_jian1 {
    width: 40%;
}

.shi_jian1 span {
    margin-right: 60px;
}

.shi_jian1 a {
    display: inline-block;
       width: 124px;
    height: 40px;
    background-color: #004bc8;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    margin-left: 10px;
    text-transform: uppercase;
}

.cywd_xz {
  padding: 50px 0;
}

@media only screen and (max-width:1200px) {
    .shi_jian1 span {
        margin-right: 0px;
    }
    .ti_mu1 {
        width: 53%;
    }
}

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

@media only screen and (max-width:768px) {
    .ti_mu1 {
        width: 53%;
    }
    .shi_jian1 {
        width: 39%;
    }
    .shi_jian1 a {
          width: 139px;
    height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .xia_zai li {
        height: 64px;
        justify-content: space-between;
        font-size: 19px;
    }
}