@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

body {
    font-size: 14px;
    font-family: "Source Han Sans CN", Arial, sans-serif;
    color: #131313;
    padding: 0!important;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
}

@media only screen and (max-width:992px) {
    body {
        font-size: 16px;
    }
}

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,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Source Han Sans CN", Arial, sans-serif;
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: none;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

li {
    list-style: none;
}

a {
    color: #131313;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: var(--main-color);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 285px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
        overflow: initial;
    }
}

@media only screen and (max-width: 992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 999999999999999999999;
        display: none;
    }
}

:focus {
    outline: none;
}

:root {
    --main-color: #3b529c;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.header {
    background-color: #fff;
    width: 100%;
    position: relative;
    z-index: 9999999999999;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.header .nav ul {
    width: 100%;
    display: flex;
}

.header .nav ul li {
    position: relative;
    flex: 1;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .nav ul li::after {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.header .nav ul li:nth-last-child(1)::before {
    width: 1px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.header .nav ul li.on {
    background: linear-gradient( to right, #2c54ae, #3664cd) no-repeat;
    background: -webkit-linear-gradient( left, #2c54ae, #3664cd) no-repeat;
}

.header .nav ul li.on::after {
    display: none;
}.header .nav ul li.on::before {
    display: none;
}
.header .nav ul li.on+li:after{
    display: none;
}
.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .y_j a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    height: 60px;
    color: #ffffff;
    width: 100%;
}

.header .nav .e_j {
    width: 150px;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -75px;
    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 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav .e_j.on {
    top: 102px;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    z-index: 999;
    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;
    text-align: center;
    display: block;
    padding: 5px 0;
}

.header .nav .e_j a:first-child {
    padding-top: 10px;
}

.header .nav .e_j a:last-child {
    padding-bottom: 10px;
}


/* header  an */

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 65px;
    height: 27px;
    width: 40px;
    display: none;
}

.header .an span {
    width: 40px;
    height: 3px;
    background-color: #4aa3db;
    display: block;
    position: absolute;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 12px;
    left: 0;
}

.header .an span.a3 {
    top: 24px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .header_l {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 37px 0 30px;
}

.header .header_l .logo img {
    max-width: 360px;
}

.header .header_r {
    background-color: #2683d5;
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .header .header_r .header_sea::after {
        display: none;
    }
    .header .header_r .header_sea {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        margin: 15px 0;
    }
}

@media only screen and (max-width: 992px) {
    .header .en {
        margin-right: 40px;
    }
    .header .logo>a {
        position: static;
    }
    .header .logo img {
        max-width: 140px;
    }
    .header .nav {
        width: 60%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .header .nav ul {
        width: 100%;
        display: block;
    }
    .header .nav ul li:nth-child(2) {
        margin-left: 0;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        text-align: left;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        float: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 16px;
        text-align: right;
        color: #ddd;
        line-height: 73px;
        z-index: 99;
    }
    .header .nav ul li:hover .y_j i {
        color: #ddd;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav ul li.on .y_j i {
        color: #ddd;
    }
    .header .nav .y_j a {
        /* padding: 15px 0; */
        font-size: 22px;
        line-height: 70px;
        color: #fff;
        display: block;
        font-weight: 400;
    }
    .header .nav .y_j a>span {
        display: none;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
        border-bottom: 3px solid transparent;
    }
    .header_h {
        height: 65px;
    }
    .header .head_icon {
        top: 0;
        margin-top: 0;
        right: 20%;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 18px;
        line-height: 29px;
        text-align: left;
        color: #fff;
    }
    .header .an {
        display: block;
    }
    /* 640 */
    .header .header_ls {
        margin-left: 0;
        margin-right: 70px;
    }
    .header .an {
        right: 5% !important;
    }
    .header .header_r {
        margin-right: 9%;
    }
    .header .nav ul li.on {
        background: none;
    }
    .header .header_l {
        padding: 10px;
    }
}

.pc_ban {
    width: 100%;
    height: 660px;
    overflow: hidden;
    position: relative;
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.pc_ban .container {
    height: 100%;
    position: relative;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .pc_xiaas {
    position: relative;
}

.pc_ban .banner_other {
    border-radius: 10px 0 0 10px;
    right: 0;
    bottom: 0;
    background-color: #2683d5;
    position: absolute;
    z-index: 9;
    width: 626px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pc_ban .banner_other .swiper-button-prev,
.pc_ban .banner_other .swiper-button-next {
    position: static;
}

.pc_ban .banner_other .swiper-button {
    width: 100%;
    height: 100%;
    /* background-color: #fff; */
    /* border-radius: 10px 10px 0 0; */
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pc_ban .banner_other .swiper-button .swiper-button-prev,
.pc_ban .banner_other .swiper-button .swiper-button-next {
    height: 100%;
    width: 90px;
    margin-top: 0;
    font-size: 30px;
    color: #fff;
}

.pc_ban .banner_other .swiper-button .swiper-button-prev {
    background-color: #eeeeee;
    border-radius: 10px 0 0 10px;
    color: #7f7f7f;
}

.pc_ban .banner_other .swiper-num {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-left: 45px;
}

.pc_ban .banner_other .swiper-num .total {
    font-size: 16px;
    /* color: rgba(255, 255, 255, 0.5); */
    color: #fff;
}

.pc_ban .swiper-pagination1 {
    width: 30px;
    left: auto;
    right: 260px;
    height: 100%;
}

.pc_ban .swiper-pagination1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.pc_ban .swiper-pagination1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 5px 0;
    width: 10px;
    height: 10px;
    /* flex: 0 0 100%; */
}

.pc_ban .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: url(../images/dian_01.png);
}

.pc_ban .banner_other .zi {
    font-size: 15px;
    color: #eeeeee;
    margin-left: 90px;
}

.pc_ban_link {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
    position: relative;
}

.pc_ban_link .quan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pc_ban_link .shang {
    text-transform: uppercase;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    line-height: 27px;
}

.pc_ban_link h4 {
    color: #fff;
    font-size: 36px;
}

.pc_ban_link h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 40px;
}

.pc_ban_link .liaojie_syban {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 260px;
    height: 50px;
    background: linear-gradient( to top, #2f53ba, #126ec4) no-repeat;
    background: -webkit-linear-gradient( bottom #2f53ba, #126ec4) no-repeat;
    font-size: 26px;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 40px;
    font-weight: bold;
}

.pc_ban_link .liaojie_syban i {
    margin-left: 15px;
}

@media only screen and (max-width: 1200px) {
    .pc_ban .swiper-pagination1 {
        right: 47px;
    }
    .pc_ban_link .shang {
        font-size: 35px;
    }
    .pc_ban_link h4 {
        font-size: 28px;
    }
    .pc_ban_link .liaojie_syban {
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 381px;
    }
    .pc_ban_link h4 {
        font-size: 24px;
    }
    .pc_ban_link h5 {
        font-size: 22px;
    }
    .pc_ban_link h6 {
        font-size: 20px;
        padding: 19px 0 13px;
    }
    .pc_ban .banner_other .swiper-button .swiper-button-prev,
    .pc_ban .banner_other .swiper-button .swiper-button-next {
        display: none;
    }
    .pc_ban .banner_other {
        height: 78px;
        display: none;
    }
    .pc_ban_link .liaojie_syban {
        width: 185px;
        height: 52px;
        font-size: 21px;
    }
}


/* pc_ban end */

.ggbt {
    text-align: center;
    position: relative;
}

.ggbt h5 {
    font-size: 30px;
    color: #323232;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.ggbt h6 {
    position: absolute;
    text-transform: uppercase;
    color: #f3f3f3;
    font-size: 171px;
    font-weight: bold;
    top: 0;
    line-height: 150px;
    left: -22%;
    /* transform: translateX(-50%); */
    width: 100%;
}

@media only screen and (max-width:992px) {
    .ggbt h5 {
        font-size: 30px;
    }
    .ggbt h6 {
        font-size: 114px;
        line-height: 90px;
        left: 0%;
    }
}

.sy_gywm {
    padding-top: 102px;
    padding-bottom: 131px;
}

.sy_gywm .ggbt {
    text-align: left;
}

.sy_gywm .ggbt h5::after {
    left: 3%;
}

.sy_gywm .zuo {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    height: 100%;
}

.sy_gywm .zuo h5 {
    font-size: 24px;
    color: #181818;
    font-weight: bold;
}

.sy_gywm .zuo h6 {
    font-size: 16px;
    color: #787878;
    line-height: 40px;
    max-height: 376px;
    overflow-y: auto;
}

.sy_gywm .zuo .sanger_kuai {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 100px;
}

.sy_gywm .zuo .sanger_kuai .dange {
    flex: 0 0 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    height: 152px;
}

.sy_gywm .zuo .sanger_kuai .dange img {
    filter: brightness(0);
}

.sy_gywm .zuo .sanger_kuai .dange:hover img {
    filter: none;
}

.sy_gywm .zuo .sanger_kuai .dange .bt_wz {
    margin-top: 20px;
    font-size: 18px;
    color: #1e1e1e;
}

.sy_gywm .zuo .sanger_kuai .dange:hover .bt_wz {
    color: #2683d5;
}

.sy_gywm .zuo .sanger_kuai .dange:hover {
    box-shadow: 0 0 10px #d0d4d2;
}

.sy_gywm .you img.bgtu {
    width: 100%;
}

.sy_gywm .you {
    position: relative;
}

.sy_gywm .you .anniu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sy_gywm .row {
    margin-top: 30px;
}

.sy_gywm .lantiao_lt {
    background: #2683d5;
    height: 130px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 16px 0 20px;
    border-radius: 10px;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao {
    flex: 1;
    padding-left: 37px;
    height: 100%;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi {
    padding-left: 35px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    color: #ffffff;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi h3 {
    font-size: 14px;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi h3 span {
    font-size: 30px;
    font-weight: bold;
    margin-right: 5px;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi p {
    font-size: 16px;
    margin-top: 8px;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi::after {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    width: 2px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi::before {
    height: 30px;
    background-color: rgba(255, 255, 255, 1);
    width: 2px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media only screen and (max-width:1200px) {
    .sy_gywm .zuo .sanger_kuai {
        margin-top: 30px;
    }
    .sy_gywm .zuo h6 {
        line-height: 33px;
    }
    .sy_gywm .zuo .sanger_kuai .dange {
        height: 120px;
    }
    .sy_gywm .zuo .sanger_kuai {
        padding-right: 0;
    }
}

@media only screen and (max-width:992px) {
    .sy_gywm .zuo h6 {

        max-height: 100%;
        /*overflow-y: auto;*/
    }
    .sy_gywm {
        padding: 50px 0;
    }
    .sy_gywm .ggbt h5::after {
        left: 6%;
    }
    .sy_gywm .zuo h6 {
        font-size: 18px;
        margin-top: 23px;
        line-height: 37px;
    }
    .sy_gywm .you {
        margin-top: 30px;
    }
    .sy_gywm .zuo a {
        width: 151px;
        height: 47px;
        font-size: 18px;
    }
    .sy_gywm .lantiao_lt .xiao_tiaotiao {
        flex: 0 0 50%;
        margin-top: 30px;
    }
    .sy_gywm .lantiao_lt {
        height: auto;
        padding: 0 0 30px;
    }
    .sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi {
        justify-content: center;
    }
    .sy_gywm .zuo {
        margin-top: 30px;
    }
    .sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi h3 {
        font-size: 16px;
    }
    .sy_gywm .lantiao_lt .xiao_tiaotiao .wen_zi p {
        font-size: 18px;
    }
}


/* 产品中心 */

.sy_cpzx {
    padding: 77px 0 45px;
}

.sy_cpzx .ggbt h5 {
    color: #fff;
}

.sy_cpzx .ggbt h6 {
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.1);
}

.sy_cpzx .qiehuanka {
    margin-top: 41px;
    position: relative;
    z-index: 3;
}

.sy_cpzx .qiehuanka .qiehuan_tou {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_cpzx .qiehuanka .dandu {
    margin: 0 10px;
    width: 140px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #fff;
    font-size: 16px;
    color: #ffffff;
    border-radius: 5px;
}

.sy_cpzx .qiehuanka .dandu.on {
    background-color: #fff;
    color: #0a4993;
}

.sy_cpzx .qiehuanka .qiehuan_body .dange {
    display: none;
}

.cp_ban {
    padding: 87px 0 79px;
}

.cp_ban .swiper-slide {
    height: 312px;
    border-radius: 5px;
    padding: 0 25px;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_ban .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cp_ban .swiper-slide .zuo {
    position: relative;
}

.cp_ban .swiper-slide .you {
   position: relative;
}
.cp_ban .swiper-slide .you::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    left: 0;
    top: 0;
}.cp_ban .swiper-slide .zuo::after{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    left: 0;
    top: 0;
}
.cp_ban .swiper-slide.swiper-slide-active {
    background: url(../images/aa_03.png) no-repeat center / cover;
}

.cp_ban .swiper-slide.swiper-slide-active .zuo::after {
  display: none;
}

.cp_ban .swiper-slide.swiper-slide-active .you::after {
    display: none;
}

.cp_ban .swiper-slide .zuo {
    flex: 0 0 54%;
}

.cp_ban .swiper-slide .zuo img {
    width: 100%;
    margin-top: -95px;
}

.cp_ban .swiper-slide .you {
    flex: 0 0 42%;
}

.cp_ban .swiper-slide .you h6 {
    font-size: 18px;
    font-weight: bold;
    color: #313131;
    padding: 10px 0 25px;
    position: relative;
}

.cp_ban .swiper-slide.swiper-slide-active .you h6 {
    color: #0c4d9f;
}

.cp_ban .swiper-slide .you h6::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 65px;
    height: 3px;
    background-color: #edb402;
    content: "";
}

.cp_ban .swiper-slide .you .koesjao {
    font-size: 14px;
    color: #424242;
    margin-top: 27px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.cp_ban .swiper-slide .you .chak {
    margin-top: 63px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #424242;
}

.cp_ban .swiper-slide .you .chak i {
    width: 45px;
    height: 40px;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 16px;
}

.cp_ban .swiper-slide.swiper-slide-active .you .chak i {
    background-color: #2683d5;
    color: #fff;
    border: 1px solid #2683d5;
}

.cp_ban .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_ban .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: .8;
}

.cp_ban .swiper-pagination .swiper-pagination-bullet-active {
    background: url(../images/qii.png) no-repeat center / cover;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width:992px) {
    .sy_cpzx {
        padding: 50px 0;
        margin-top: -1px;
    }
    .cp_ban .swiper-slide .you h5 {
        font-size: 21px;
    }
    .cp_ban .swiper-slide .you h6 {
        font-size: 22px;
    }
    .cp_ban .swiper-slide .you .koesjao {
        font-size: 20px;
    }
    .cp_ban .swiper-slide .you .chak {
        font-size: 18px;
    }
    .cp_ban {
        padding: 87px 0 58px;
    }
}


/* 新闻中心 */


/* 首页新闻 */

.sy_news {
    padding: 100px 0 95px;
}

.sy_news .sy_news_bt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sy_news .sy_news_bt .sy_news_l h2 {
    font-size: 36px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 10px;
}

.sy_news .sy_news_bt .sy_news_l h5 {
    font-size: 20px;
    color: #969696;
}

.sy_news .sy_news_bt .sy_news_tab ul {
    display: flex;
}

.sy_news .sy_news_bt .sy_news_tab ul li {
    padding: 15px 40px;
    margin: 0 10px;
    font-size: 16px;
    color: #323232;
    border-radius: 5px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.sy_news .sy_news_bt .sy_news_tab ul li:hover,
.sy_news .sy_news_bt .sy_news_tab ul li.on {
    color: #fff;
    background-color: #2683d5;
    border: 1px solid #2683d5;
}

.sy_news_bdrow {
    display: none;
}

.sy_news_row {
    padding-top: 40px;
}

.sy_news_img .sy_news_content .img {
    position: relative;
    display: block;
    overflow: hidden;
}

.sy_news_img .sy_news_content .img img {
    width: 100%;
    transition: all 1.3s;
    -o-transition: all 1.3s;
    -ms-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
}

.sy_news_img .sy_news_content .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_news_img .sy_news_content .title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.sy_news_row ul li a {
    /* border-bottom: 1px solid #eeeeee; */
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.sy_news_row ul li a:hover {}

.sy_news_row ul .sy_news_time {
    text-align: center;
    color: #646464;
    width: 128px;
    border-right: 1px solid #e5e5e5;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_news_row ul li a:hover .sy_news_time {
    color: #2683d5;
}

.sy_news_row ul .sy_news_time h3 {
    font-size: 28px;
    font-weight: bold;
}

.sy_news_row ul .sy_news_time h5 {
    font-size: 18px;
    margin-top: 10px;
}

.sy_news_row ul .sy_news_word {
    padding-left: 20px;
}

.sy_news_row ul .sy_news_title {
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 10px;
    font-weight: bold;
}

.sy_news_row ul li a:hover .sy_news_title {
    color: #2683d5;
}

.sy_news_row ul .sy_news_des {
    font-size: 14px;
    color: #767676;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_news_row ul li a:hover .sy_news_des {
    color: #767676;
}

.sy_news_word {
    flex: 1;
}

.sy_news .ggbt h6 {
    color: #f2f2f2;
    left: -239%;
}

@media (max-width:1500px) {
    .sy_news_word {
        flex: 0 0 78%;
        max-width: 78%;
    }
    .sy_news_row ul .sy_news_time {
        flex: 0 0 21%;
        max-width: 21%;
    }
}

@media only screen and (max-width:1200px) {
    .sy_news_row ul li a {
        padding: 10px 30px;
    }
    .sy_news_row ul .sy_news_time h3 {
        font-size: 21px;
    }
    .sy_news_row ul .sy_news_time h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_news .sy_news_bt {
        flex-wrap: wrap;
    }
    .sy_news .sy_news_tab {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .sy_news_img .sy_news_content .title {
        font-size: 22px;
    }
    .sy_news_img .sy_news_content .des {
        font-size: 18px;
    }
    .sy_news .sy_news_bt .sy_news_tab ul li {
        font-size: 18px;
        padding: 10px 28px;
    }
    .sy_news_img .col-lg-6 {
        margin-bottom: 30px;
    }
    .sy_news_row ul li a {
        padding: 20px 0;
    }
}

@media only screen and (max-width:992px) {
    .sy_news {
        padding: 50px 0;
    }
    .sy_news .ggbt h6 {
        left: 0;
    }
    .sy_news .sy_news_tab {
        position: relative;
        z-index: 2;
    }
    .sy_news_row ul .sy_news_time h3 {
        font-size: 25px;
    }
    .sy_news_row ul .sy_news_time h5 {
        font-size: 19px;
    }
    .sy_news_row ul .sy_news_title {
        font-size: 20px;
    }
    .sy_news_row ul .sy_news_des {
        font-size: 19px;
    }
}

footer {
    padding: 42px 0 24px;
}

.footer h3 {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
}

.footer .tel {
    font-size: 26px;
    color: #fffefe;
    padding-bottom: 30px;
    font-weight: bold;
}

.footer .tel strong {
    font-size: 28px;
    line-height: 38px;
    font-weight: bold;
    color: #b6061b;
    display: block;
    margin-top: 5px;
}

.footer .rexian {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}

.footer .rexian img {
    margin-right: 15px;
}

.footer .rexian span {
    font-size: 24px;
    margin-left: 14px;
}

.footer .ft_lx {
    margin-top: 24px;
    line-height: 34px;
    font-size: 16px;
    color: #fffefe;
}

.footer .ft_dh ul li a {
    line-height: 32px;
    color: #ffffff;
    font-size: 14px;
}

.footer .ft_dh ul li a:hover {
    color: #ffffff;
}

.footer .ewm img {
    max-width: 110px;
    height: auto;
    display: block;
}

.footer .ewm p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 22px;
}

.footer .ft_dh {
    padding-left: 63px;
}

.footer .ft_dh ul {
    display: flex;
    flex-wrap: wrap;
}

.footer .ft_dh ul li {
    flex: 1;
}

.footer .ft_dh ul li:nth-last-child(1) {
    text-align: center;
}

.footer .ewm img {
    margin: 0 auto;
}

.footer .banquan {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 34px;
    padding-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

.footer .banquan .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .banquan a {
    color: #ffffff;
}

.footer .row .yy {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .container .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.footer .container .row .zz {
    flex: 0 0 32%;
}

.footer .container .row .yy {
    flex: 0 0 63%;
}

@media only screen and (max-width:1200px) {
    .footer .rexian {
        font-size: 19px;
    }
    .footer .rexian span {
        font-size: 20px;
    }
}

@media only screen and (max-width:992px) {
    .footer {
        padding: 35px 0;
    }
    .footer .tel strong {
        font-size: 26px;
        line-height: 36px;
    }
    .footer .ft_dh ul {
        margin: 0 -15px;
    }
    .footer .ft_dh ul li {
        padding: 0 15px;
    }
    .footer .ft_dh ul li {
        display: none;
    }
    .footer .ft_dh ul li:nth-last-child(1) {
        display: block;
    }
    .footer .ft_dh {
        padding-left: 0;
    }
    .footer .container .row .zz {
        flex: 0 0 100%;
    }
    .footer .container .row .yy {
        flex: 0 0 100%;
        border-left: none;
        margin-top: 30px;
    }
    .footer .ft_lx {
        font-size: 20px;
    }
    .footer .rexian {
        font-size: 22px;
    }
    .footer .rexian span {
        font-size: 23px;
    }
    .footer .ewm img {
        max-width: 140px;
    }
    .footer .ewm p {
        font-size: 20px;
    }
    .footer {
        padding: 50px 0 20px;
    }
    .footer .banquan {
        font-size: 16px;
    }
}


/* 船员中心 */

.dao_hangtiao {
    height: 50px;
    background-color: #f6f6f6;
}

.dao_hangtiao .container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.dao_hangtiao .container a {
    font-size: 14px;
    color: #646464;
}

.dao_hangtiao .container i {
    margin: 0 6px;
}

@media only screen and (max-width:992px) {
    .dao_hangtiao .container a {
        font-size: 19px;
    }
}

.nei_ggbt h5 {
    font-size: 30px;
    color: #141414;
    font-weight: bold;
}

.nei_ggbt h6 {
    font-size: 16px;
    color: #8d8d8d;
    margin-top: 10px;
}

.chuanyuan_zx {
    padding: 60px 0 100px;
}

.chuanyuan_zx .container .nei_rong {
    font-size: 16px;
    color: #646464;
    line-height: 40px;
    margin-top: 38px;
}

.chuanyuan_zx .container .nei_rong img {
    max-width: 100%;
}

@media only screen and (max-width:992px) {
    .chuanyuan_zx {
        padding: 50px 0;
    }
    .chuanyuan_zx .container .nei_rong {
        font-size: 19px;
        margin-top: 26px;
    }
}

.nei_ban {
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    /*.nei_ban height: 100%; */
}

.nei_ban h5 {
    font-size: 30px;
    color: #ffffff;
}

.nei_ban h6 {
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 20px;
}

@media only screen and (max-width:992px) {
    .nei_ban {
        height: 300px;
    }
    .nei_ban h6 {
        font-size: 20px;
    }
}


/* 二级 */

.erji {
    padding-top: 55px;
}

.erji .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.erji .container .er_ming {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.erji .container a {
    padding: 27px 25px 27px;
    font-size: 16px;
    color: #323232;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    margin: 0 30px;
}

.erji .container a i {
    font-size: 46px;
    color: #eef0f1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-weight: bold;
    opacity: 0;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.erji .container a.on i,
.erji .container a:hover i {
    opacity: 1;
}

.erji .container a::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 0;
    height: 4px;
    background-color: #2683d5;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.erji .container a.on::after,
.erji .container a:hover::after {
    width: 100%;
}

@media only screen and (max-width:992px) {
    .erji {
        padding-top: 30px;
    }
    .erji .container a {
        font-size: 19px;
    }
    .erji .container .er_ming {
        order: -1;
    }
    .erji .nei_ggbt {
        margin-top: 50px;
        text-align: center;
        flex: 0 0 100%;
    }
}


/* 公司概括 */

.guanyu_mkyi {
    padding: 50px 0 98px;
    overflow: hidden;
}

.guanyu_mkyi .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guanyu_mkyi .container .zuo {
    flex: 0 0 51%;
    position: relative;
}

.guanyu_mkyi .container .shuzi_gundong {
    position: relative;
    margin-top: 55px;
    padding: 46px 38px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_mkyi .container .shuzi_gundong.diannao {
    display: flex;
}

.guanyu_mkyi .container .shuzi_gundong.shouji {
    display: none;
}

.guanyu_mkyi .container .shuzi_gundong .dange {
    flex: 0 0 49%;
}

.guanyu_mkyi .container .shuzi_gundong .dange h6 {
    font-size: 18px;
    color: #ffffff;
}

.guanyu_mkyi .container .shuzi_gundong .dange .counter {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    display: block;
    margin: 16px 0 14px;
}

.guanyu_mkyi .container .shuzi_gundong .dange p {
    font-size: 14px;
    color: #ffffff;
}

.guanyu_mkyi .container .shuzi_gundong .dange {
    margin-top: 48px;
}

.guanyu_mkyi .container .shuzi_gundong .dange:nth-child(1),
.guanyu_mkyi .container .shuzi_gundong .dange:nth-child(2) {
    margin-top: 0;
}

.guanyu_mkyi .container .shuzi_gundong::after {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2683d5;
    content: "";
    height: 100%;
    width: 150%;
    z-index: -1;
}

.guanyu_mkyi .container .zuo .nei_ggbt {
    position: absolute;
    top: -110px;
    left: 0;
}

.guanyu_mkyi .container .xia_nr {
    font-size: 16px;
    color: #505050;
    line-height: 42px;
}

.guanyu_mkyi .container .you {
    flex: 0 0 46.5%;
}

.guanyu_mkyi .container .you .you_xia_tu img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.guanyu_mkyi .container .you .you_xia_tu {
    overflow: hidden;
    margin-top: 87px;
}

.guanyu_mkyi .container .you .you_xia_tu:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media only screen and (max-width:992px) {
    .guanyu_mkyi .container .shuzi_gundong.diannao {
        display: none;
    }
    .guanyu_mkyi .container .shuzi_gundong.shouji {
        display: flex;
    }
    .guanyu_mkyi {
        padding: 30px 0 50px;
    }
    .guanyu_mkyi .container .zuo {
        flex: 0 0 100%;
    }
    .guanyu_mkyi .container .you {
        flex: 0 0 100%;
    }
    .guanyu_mkyi .container .xia_nr {
        font-size: 19px;
    }
    .guanyu_mkyi .container .shuzi_gundong {
        margin-top: 30px;
        padding: 20px;
    }
    .guanyu_mkyi .container .shuzi_gundong::after {
        width: 100%;
    }
    .guanyu_mkyi .container .shuzi_gundong .dange {
        text-align: center;
    }
    .guanyu_mkyi .container .shuzi_gundong .dange h6 {
        font-size: 20px;
    }
    .guanyu_mkyi .container .shuzi_gundong .dange p {
        font-size: 19px;
    }
    .guanyu_mkyi .container .you .you_xia_tu {
        margin-top: 30px;
    }
}


/* 荣誉资质 */

.guanyu_mker {
    padding: 80px 0 66px;
    background-color: #f0f0f0;
}

.guanyu_mker .daxiaotu {
    margin-top: 47px;
    background-color: #fff;
    padding: 50px 35px 35px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.guanyu_mker .daxiaotu>div {
    padding-top: 20px;
}

.guanyu_mker .swiper_left {
    width: 29%;
}

.guanyu_mker .mySwiper2 {
    width: 40%;
}

.guanyu_mker .mySwiper2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.guanyu_mker .mySwiper2 .img {
    width: 440px;
}

.guanyu_mker .mySwiper2 .daxiaotu_text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
}

.swiper_beaf {
    position: relative;
    width: 27%;
}

.swiper_beaf:after,
.swiper_beaf:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: #2683d5;
}

.swiper_beaf:before {
    top: 65%;
    left: 0;
}

.swiper_beaf:after {
    bottom: 70%;
    left: 0;
}

.guanyu_mker .mySwiper {
    margin: 0;
    background-color: #2683d5;
    height: 340px;
}

.guanyu_mker .mySwiper .swiper-slide {
    color: #fff;
    font-size: 16px;
    opacity: .7;
    /* margin-bottom: 14px; */
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.guanyu_mker .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper_left h4 {
    font-size: 24px;
    font-weight: bold;
    color: #505050;
}

.swiper_left h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2683d5;
    margin-top: 10px;
}

.swiper_btn {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-top: 65px;
}

.swiper_btn>div {
    position: static;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    color: #666;
    opacity: 1 !important;
    font-size: 30px;
    margin-right: 16px;
}

.swiper_btn>div:hover {
    color: #fff;
    background-color: #2683d5;
    border: 1px solid #2683d5;
}

@media only screen and (max-width:1200px) {
    .guanyu_mker .mySwiper2 .img {
        width: 325px;
    }
}

@media only screen and (max-width:992px) {
    .guanyu_mker {
        padding: 50px 0;
    }
    .guanyu_mker .daxiaotu {
        margin-top: 30px;
        padding: 20px;
        flex-wrap: wrap;
    }
    .guanyu_mker .swiper_left {
        width: 100%;
    }
    .guanyu_mker .mySwiper2 {
        width: 100%;
    }
    .guanyu_mker .daxiaotu>div {
        width: 100%;
    }
    .guanyu_mker .mySwiper {
        height: 250px;
    }
    .swiper_beaf:after,
    .swiper_beaf:before {
        display: none;
    }
    .guanyu_mker .mySwiper .swiper-slide {
        /* padding: 20px; */
    }
    .guanyu_mker .mySwiper {
        padding: 30px 0;
    }
    .swiper_left h4 {
        font-size: 22px;
    }
    .swiper_left h2 {
        font-size: 24px;
    }
    .swiper_btn {
        display: none;
    }
    .guanyu_mker .mySwiper2 .img {
        width: 433px;
    }
    .guanyu_mker .mySwiper .swiper-slide {
        font-size: 19px;
    }
}


/* 企业文化 */

.guanyu_mksan {
    padding: 68px 0 89px;
}

.guanyu_san {
    overflow: hidden;
    margin-top: 40px;
}

.guanyu_san .container {
    position: relative;
}

.guanyu_san .lunbo_sansan {
    display: block;
}

.guanyu_san .lunbo_sansan .shang {
    overflow: hidden;
}

.guanyu_san .lunbo_sansan .shang img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.guanyu_san .lunbo_sansan:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.guanyu_san .lunbo_sansan .xia {
    background-color: #f7f7f7;
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding: 0 20px;
}

.guanyu_san .lunbo_sansan .xia h5 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.guanyu_san .lunbo_sansan .xia h6 {
    font-size: 14px;
    color: #969696;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.guanyu_san .swiper-button-prev {
    left: -50px;
}

.guanyu_san .swiper-button-next {
    right: -50px;
}

.guanyu_san .san_ban {
    overflow: hidden;
}

@media only screen and (max-width:1350px) {
    .guanyu_san .swiper-button-next,
    .guanyu_san .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .guanyu_mksan {
        padding: 50px 0;
    }
    .guanyu_san .lunbo_sansan .xia h5 {
        font-size: 22px;
    }
    .guanyu_san .lunbo_sansan .xia h6 {
        font-size: 19px;
    }
}


/* 视频弹出 */

.yincang_shipin {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99;
    display: none;
}

.yincang_shipin .chahao {
    position: absolute;
    right: 100px;
    top: 100px;
    z-index: 100;
    cursor: pointer;
    font-size: 50px;
    color: #fff;
}

.yincang_shipin .neirong {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: relative;
}

.yincang_shipin .neirong .shipin {
    width: 60%;
}

.yincang_shipin .neirong .shipin video {
    width: 100%;
}
 
 /* 新闻内页 */
    
 .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;
    }
}



/* 分页 */

.pages {
    width: 100%;
  
   
    text-align: center;
    margin-bottom:20px;
    margin-top: 20px;
}

.pages a,.pages span {
    text-decoration: none;
    display: inline-block;
   
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    
    color: #000;
    margin-left: 10px;
   padding: 10px 15px;
    
    border-radius: 5px;
    border: 1px solid #ebebeb;
}

.pages .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #397afa ;
    border: 1px solid #2683d5;
   
}

@media only screen and (max-width:992px){
    .nei_ggbt h6{
        font-size: 19px;
    }
}