@charset "utf-8";
@font-face {
    font-family: 'ban1';
    src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: 'zhengchang';
    src: url('../font/SourceHanSansCN-Regular.ttf');
}


textarea {
    resize: none
}

button:focus {
    outline: 0;
}

button {
    outline: none
}

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

body {
    font-size: 15px;
    color: #555;
    font-family: "zhengchang", "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 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.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 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.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;
    }
}


/* 微信 */

.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: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

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

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 20px;
    }
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    /* background-color: #fff; */
}

@media (min-width:1700px) {
    .header .container {
        max-width: 1730px
    }
}

.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: #000;
    border-bottom: 0;
}

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

.header .logo {
    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 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.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: #ac883c;
    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: 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: 20px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 15px;
    height: 100%;
}

.header .nav .y_j {
    position: relative;
    height: 92px;
    display: flex;
    justify-content: center;
    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: 17px;
    color: #ffffff;
    line-height: 90px;
    text-transform: uppercase;
    position: relative;
}

.header .nav .y_j a::after {
    width: 0%;
    height: 1px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav li.on .y_j a {
    /* font-weight: bold;
    color: #0070bf; */
}

.header .nav li.on .y_j a::after,
.header .nav li:hover .y_j a::after {
    width: 29px;
}

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

.header_ls {
    padding-left: 28px;
    margin-left: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header_ls i {
    color: #2494e3;
    font-size: 25px;
    display: flex;
    align-items: center;
}

.header_ls::after {
    /* width: 1px;
    background-color: #4e4545;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    content: ""; */
}

.header_ls .yuyan {
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
}

.header_ls .xia_nr {
    position: absolute;
    background-color: rgba(1, 102, 235, 0.5);
    color: #fff;
    width: 140%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    top: 100%;
    margin-left: 8px;
    padding: 5px;
    opacity: 0;
    visibility: hidden;
    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_ls .yuyan:hover .xia_nr {
    opacity: 1;
    visibility: inherit;
}

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

.header_ls .xia_nr a {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .header_ls {
        margin-right: 30px;
    }
    .header .oaxt {
        margin-right: 87px;
        font-size: 20px;
        width: 130px;
        height: 42px;
    }
    .header_ls i {
        font-size: 30px;
    }
    .header_ls::after {
        display: none;
    }
    .search label input {
        font-size: 19px;
    }
}


/* 模态框 */

.search {
    position: fixed;
    top: 121px;
    width: 100%;
    background-color: #f5f5f8;
    height: 80px;
    display: none;
    z-index: 9999;
}

.search>.container {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.search label {
    padding-left: 60px;
    position: relative;
    margin: 0;
}

.search label .hr {
    /* content: ''; */
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color);
    bottom: -8px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search label input {
    font-size: 15px;
    color: var(--color);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search label input:focus {
    padding-left: 10px;
}

.search label input:focus~.hr {
    width: 100%;
}


/* 模态框 end*/

.header .oaxt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #ffffff;
    width: 104px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    margin-left: 45px;
}

.header .oaxt i {
    margin-right: 6px;
    font-size: 23px;
    padding-top: 4px;
}

@media only screen and (max-width: 1235px) {
    .header .nav ul li {
        margin-left: 6px;
        padding: 0 8px;
    }
    .header .nav .y_j a {
        font-size: 16px;
        line-height: 127px;
    }
    .header_ls {
        padding-left: 0;
    }
    .header .oaxt {
        margin-left: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .search label input {
        font-size: 20px;
    }
    .header .nav li.on .y_j a::after,
    .header .nav li:hover .y_j a::after {
        display: none;
    }
    .header_h {
        display: none;
    }
    .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 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.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;
        background-color: #000;
    }
    .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);
    }
    .header_ls .header_sea i {
        font-size: 26px;
    }
    .header_ls .header_sea i img {
        width: 25px;
    }
    .search button i {
        font-size: 26px;
    }
}

@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%;
    height: 940px;
    position: relative;
    overflow: hidden;
}

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

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

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

.pc_ban .swiper-button-next {
    right: 30px;
    width: auto;
}

.pc_ban .swiper-button-prev i,
.pc_ban .swiper-button-next i {
    width: 62px;
    height: 62px;
    border: 1px dashed rgba(255, 255, 255, 0.9);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: lighter;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 100px;
}

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

.pc_ban .container {
    position: relative;
}

.pc_ban .container h5 {
    font-size: 46px;
    color: #ffffff;
    text-shadow: 0 3px 3px rgb(77, 76, 76);
    font-family: 'ban1';
}

.pc_ban .container h6 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-top: 35px;
    line-height: 48px;
}

.pc_ban .sybana {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    width: 243px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #2494e3;
    margin-top: 70px;
}

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

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

.pc_ban .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    bottom: 47px;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: url(../images/dian_03.png);
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    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);
}

.sybana {
    border: none;
    position: relative;
    overflow: hidden;
}

.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0.6em;
    margin-top: -0.25em;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)); */
}

.label {
    position: relative;
    top: -1px;
}

.transition {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 500ms;
    background-color: #0554ac;
    border-radius: 9999px;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sybana:hover .transition {
    width: 14em;
    height: 14em;
}

.sybana:active {
    transform: scale(0.97);
}

@media only screen and (max-width:1200px) {
    .pc_ban {
        height: 587px;
    }
    .pc_ban .container h5 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .pc_ban .swiper-button-next,
    .pc_ban .swiper-button-prev {
        display: none;
    }
    .pc_ban {
        height: 448px;
    }
    .pc_ban .container h5 {
        font-size: 26px;
        line-height: 60px;
    }
    .pc_ban .ggan {
        margin-top: 42px;
    }
    .pc_ban .sybana {
        height: 64px;
        margin-top: 57px;
    }
    .pc_ban .container h6 {
        font-size: 19px;
        text-align: center;
        line-height: 35px;
    }
    .pc_ban .swiper-pagination {
        bottom: 10px;
    }
}


/* 关于我们 */

.sy_mk1 {
    padding: 105px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f5f5f5;
}

.sy_mk1 .zuo {
    flex: 0 0 37.95%;
    max-width: 37.95%;
    position: relative;
    padding-bottom: 256px;
    padding-top: 45px;
}

.sy_mk1 .zuo .sigekukai {
    position: absolute;
    left: 0;
    bottom: 77px;
    width: 1040px;
    display: flex;
    flex-wrap: wrap;
}

.sy_mk1 .zuo .sigekukai .dange {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 50px;
    padding-bottom: 54px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .zuo .sigekukai .dange:hover {
    background-color: #ac883c;
}

.sy_mk1 .zuo .sigekukai .wz {
    font-size: 16px;
    color: #777777;
}

.sy_mk1 .zuo .sigekukai .dange:hover .wz {
    color: #fff;
}

.sy_mk1 .zuo .sigekukai .sz {
    font-size: 60px;
    font-family: 'ggbt1';
    color: #ac883c;
    line-height: 1;
}

.sy_mk1 .zuo .sigekukai .dange:hover .sz {
    color: #fff;
}

.sy_mk1 .you {
    flex: 0 0 59.63%;
    max-width: 59.63%;
}

.sy_mk1 .you img {
    width: 100%;
}

.ggbt h5 {
    font-family: 'ggbt1';
    font-size: 60px;
    color: #dddddd;
}

.ggbt h6 {
    font-family: 'ban1';
    font-size: 32px;
    color: #ac883c;
}

@media only screen and (max-width:1200px) {
    .ggbt h5 {
        font-size: 58px;
    }
}

@media only screen and (max-width:1024px) {
    .ggbt h5 {
        font-size: 30px;
    }
    .ggbt h6 {
        font-size: 26px;
    }
}

.sy_mk1 .nr {
    font-size: 16px;
    color: #777777;
    margin-top: 34px;
    line-height: 30px;
    max-height: 150px;
    overflow-y: auto;
}

.sy_mk1 .an {
    font-size: 16px;
    color: #aaaaaa;
    padding-bottom: 12px;
    border-bottom: 1px solid #aaaaaa;
    margin-top: 40px;
    display: inline-block;
}

@media only screen and (max-width:1700px) {
    .sy_mk1 .zuo .sigekukai {
        bottom: 49px;
    }
    .sy_mk1 .zuo .sigekukai .dange {
        padding-top: 33px;
        padding-bottom: 33px;
    }
}

@media only screen and (max-width:1200px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .sy_mk1 .zuo .sigekukai {
        width: 892px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 25px;
    }
    .sy_mk1 .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .sy_mk1 .zuo .sigekukai {
        position: static;
        width: 100%;
        margin-top: 40px;
    }
    .sy_mk1 .nr {
        font-size: 19px;
        line-height: 35px;
        max-height: 100%;
    }
    .sy_mk1 .an {
        font-size: 20px;
    }
    .sy_mk1 .zuo .sigekukai .dange {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 20px 0;
    }
    .sy_mk1 .zuo .sigekukai .wz {
        font-size: 19px;
    }
    .sy_mk1 .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
}


/*  */


/*  */

.sy_mk4_ban {
    overflow: hidden;
}

.sy_mk4 .sigeku .zuoytou .dange {
    /* flex: 0 0 24.58%;
    max-width: 24.58%; */
    position: relative;
    overflow: hidden;
}

.sy_mk4 .sigeku .zuoytou .img {
    width: 100%;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}

.sy_mk4 .sigeku .zuoytou .dange: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_mk4 .sigeku .zuoytou .dange .shang_fu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    padding: 50px;
}

.sy_mk4 .sigeku .zuoytou .dange:hover .shang_fu {
    background-color: rgba(0, 0, 0, 0);
}

.sy_mk4 .sigeku .zuoytou .dange .shang_fu h4 {
    font-size: 30px;
    color: #ffffff;
    font-family: 'ban1';
    margin-top: 26px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.sy_mk4 .sigeku .zuoytou .dange .shang_fu h6 {
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 64px;
    position: relative;
}

.sy_mk4 .sigeku .zuoytou .dange .shang_fu h6::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    width: 32px;
    height: 6px;
    content: '';
}

.sy_mk4 .sigeku .zuoytou .dange .shang_fu a {
    width: 120px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 190px;
    text-transform: uppercase;
}

.sy_mk4 .sigeku .zuoytou .dange:hover .shang_fu {
    opacity: 1;
}

@media only screen and (max-width:1200px) {
    .sy_mk4 .sigeku .zuoytou .dange .shang_fu a {
        margin-top: 118px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk4 .sigeku .zuoytou .dange .shang_fu {
        opacity: 1;
    }
    .sy_mk4 .sigeku .zuoytou .dange .shang_fu h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk4 .sigeku .zuoytou .dange .shang_fu a {
        font-size: 19px;
        margin-top: 91px;
        width: 170px;
        height: 49px;
    }
    .sy_mk4 .sigeku .zuoytou .dange .shang_fu h6 {
        padding-bottom: 48px;
    }
}


/* /新闻动态 */

.sy_mk3 {
    padding: 100px 0 90px;
}

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

.sy_mk3 .qht {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.sy_mk3 .qht .bt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px;
    width: 140px;
    height: 38px;
    background-color: #f7f7f7;
    font-size: 16px;
    color: #555555;
    border-radius: 50px;
}

.sy_mk3 .qht .bt.on {
    color: #ffffff;
    background-color: #ac883c;
}

.sy_mk3 .qhb .nr {
    display: none;
}

.sy_mk3 .qhb .nr .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px;
}

.sy_mk3 .qhb .nr .dange {
    flex: 0 0 25%;
    max-width: 25%;
    margin-top: 50px;
    padding: 0 13px;
}

.sy_mk3 .qhb .nr .neir {
    display: block;
}

.sy_mk3 .qhb .nr .neir h5 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
}

.sy_mk3 .qhb .nr .neir h5 span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk3 .qhb .nr .neir h5::after {
    position: absolute;
    content: '';
    width: 34px;
    height: 4px;
    background-color: #cccccc;
    left: 0;
    bottom: 0;
}

.sy_mk3 .qhb .nr .neir .tp {
    overflow: hidden;
    margin-top: 20px;
}

.sy_mk3 .qhb .nr .neir .tp img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_mk3 .qhb .nr .neir:hover .tp 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_mk3 .qhb .nr .neir .ms {
    font-size: 14px;
    color: #777777;
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.sy_mk3 .qhb .nr .neir .sj {
    font-size: 14px;
    color: #aaaaaa;
    margin-top: 20px;
}

.sy_mk3 .qhb .nr .neir .sj i {
    margin-right: 5px;
    padding-top: 5px;
    display: inline-block;
}

@media only screen and (max-width:1024px) {
    .sy_mk3 {
        padding: 50px 0;
    }
    .sy_mk3 .qhb .nr .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sy_mk3 .qhb .nr .neir h5 {
        font-size: 22px;
    }
    .sy_mk3 .qhb .nr .neir .ms {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk3 .qhb .nr .neir .sj {
        font-size: 19px;
    }
    .sy_mk3 .qht {
        width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .sy_mk3 .qht .bt {
        margin: 0;
        width: 30%;
        height: 52px;
        font-size: 20px;
    }
}


/* 合作伙伴 */

.sy_mk5 {
    padding: 90px 0 97px;
    background-color: #f7f7f7;
}

.sy_mk5 .ggbt {
    text-align: center;
}

.sy_mk5 .zuoyou {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin: 0 -13px;
}

.sy_mk5 .zuoyou .dange {
    margin-top: 30px;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 13px;
}

.sy_mk5 .zuoyou .dange .nri {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 116px;
    background-color: #fff;
    padding: 5px;
}

.sy_mk5 .zuoyou .dange .nri img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1024px) {
    .sy_mk5 {
        padding: 50px 0;
    }
    .sy_mk5 .zuoyou .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

footer {
    background-color: #060b24;
    padding: 85px 0 20px;
    color: #fff;
}

footer a {
    color: #fff;
}

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

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

footer .bt {
    padding-left: 17px;
    position: relative;
}

footer .bt::after {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 100px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    font-size: 16px;
}

footer .dtia {
    margin-top: 23px;
    display: flex;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

footer .dtia .z {
    width: 93px;
}

footer .dtia .z i {
    margin-right: 16px;
}

footer .dtia .y {
    flex: 1;
    line-height: 24px;
}

footer .you {
    flex: 0 0 65.92%;
    max-width: 65.92%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .yilie a {
    display: block;
}

footer .yilie .bt {
    margin-bottom: 5px;
    color: #fff;
}

footer .yilie .xaio_bt {
    padding-left: 17px;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin-top: 14px;
}

footer .zuoy {
    width: 100px;
    text-align: center;
}

footer .zuoy img {
    width: 100%;
}

footer .zuoy h5 {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-top: 10px;
    line-height: 26px;
}

footer .banquan {
    margin-top: 85px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    padding-top: 20px;
}

@media only screen and (max-width:1024px) {
    footer .you .yilie {
        display: none;
    }
    footer .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer {
        padding: 50px 0 15px;
    }
    footer .dtia {
        font-size: 19px;
        margin-top: 18px;
    }
    footer .you {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    footer .zuoy {
        width: 200px;
    }
    footer .zuoy h5 {
        font-size: 19px;
    }
    footer .banquan {
        font-size: 16px;
        padding-top: 15px;
        margin-top: 39px;
    }
}


/* 关于我们 */

.nei_ban {
    position: relative;
}

.nei_ban img {
    width: 100%;
}

.nei_ban .wenzi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nei_ban .wenzi h5 {
    font-size: 46px;
    color: #ffffff;
    font-family: 'ban1';
}

.nei_ban .wenzi h6 {
    font-size: 26px;
    color: #ffffff;
    margin-top: 15px;
    text-transform: uppercase;
}

.gy_mk1 {
    padding: 90px 0 100px;
}

.gy_ggms {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    margin-top: 50px;
    padding: 0 140px;
    text-align: center;
}

.ggbt1 {
    text-align: center;
}

.gy_mk1 .sgbk {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.gy_mk1 .sgbk .dang {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 7px;
    margin-top: 54px;
}

.gy_mk1 .sgbk .dang .nei {
    overflow: hidden;
}

.gy_mk1 .sgbk .dang .nei img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.gy_mk1 .sgbk .dang .nei: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);
}

.gy_mk1 .sgbk .dang .nei {
    position: relative;
}

.gy_mk1 .sgbk .dang .nei .shang_gai {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 45px 10px 10px;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_mk1 .sgbk .dang .nei:hover .shang_gai {
    background-color: rgba(0, 0, 0, 0);
}

.gy_mk1 .sgbk .dang .nei .shang_gai h5 {
    font-size: 18px;
    color: #ffffff;
    font-family: 'ban1';
}

.gy_mk1 .sgbk .dang .nei .shang_gai h6 {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 22px;
}

@media only screen and (max-width:1300px) {
    .gy_mk1 .sgbk .dang {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .gy_mk1 .sgbk .dang .nei .shang_gai h6 {
        font-size: 19px;
        line-height: 36px;
    }
    .gy_mk1 .sgbk .dang .nei .shang_gai h5 {
        font-size: 22px;
    }
    .gy_mk1 .sgbk .dang .nei .shang_gai {
        padding: 50px;
    }
}

@media only screen and (max-width:1200px) {
    .gy_ggms {
        padding: 0;
    }
}

@media only screen and (max-width:1024px) {
    .gy_mk1 {
        padding: 50px 0;
    }
    .gy_ggms {
        font-size: 19px;
        line-height: 35px;
        margin-top: 14px;
    }
    .gy_mk1 .sgbk .dang {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gy_mk1 .sgbk .dang {
        margin-top: 20px;
    }
}

.gy_mk2 {
    padding: 116px 0 119px;
}

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

.gy_mk2 .dange {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    border-left: 1px solid #666664;
}

.gy_mk2 .dange:nth-child(1) {
    border-left: none;
}

.gy_mk2 .dange .sz {
    line-height: 1;
    font-size: 60px;
    color: #ac883c;
    font-family: 'ggbt1';
}

.gy_mk2 .dange .wz {
    font-size: 16px;
    color: #ffffff;
    margin-top: 12px;
}

@media only screen and (max-width:1024px) {
    .gy_mk2 .dange {
        flex: 0 0 50%;
        max-width: 50%;
        border-left: none;
        padding: 20px 0;
    }
    .gy_mk2 {
        padding: 40px 0;
    }
    .gy_mk2 .dange .wz {
        font-size: 20px;
    }
}


/* 集团组织架构 */

.gy_mk3 {
    padding: 92px 0 105px;
    background-color: #f7f7f7;
}

.gy_mk3 .kuang_jia {
    margin-top: 36px;
}

.gy_mk3 .kuang_jia img {
    max-width: 100%;
}

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


/* 发展历程 */

.gy_mk4 {
    padding: 95px 0 94px;
}

.gy_mk4 .fazhan {
    margin-top: 75px;
    position: relative;
    padding: 0 69px;
}

.gy_mk4 .fazhan .swiper-button-next {
    right: 0;
    font-size: 25px;
    color: #fff;
}

.gy_mk4 .fazhan .swiper-button-prev {
    left: 0;
    font-size: 25px;
    color: #fff;
}

.gy_mk4 .fazhan_ban {
    overflow: hidden;
}

.gy_mk4 .fazhan .neiro {
    height: 100px;
    background-color: rgba(255, 255, 255, .1);
    font-size: 16px;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 25px;
    text-align: center;
    position: relative;
}

.gy_mk4 .fazhan .neiro::after {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
    border-radius: 100px;
}

.gy_mk4 .fazhan .neiro::before {
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -35px;
}

.gy_mk4 .fazhan .swiper-slide:nth-child(2n-1) .neiro {
    margin-top: 160px;
}

.gy_mk4 .fazhan .swiper-slide:nth-child(2n-1) .neiro::after {
    bottom: auto;
    top: -35px;
}

.gy_mk4 .fazhan .swiper-slide:nth-child(2n-1) .neiro::before {
    bottom: auto;
    top: -35px;
}

.gy_mk4 .fazhan::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    content: '';
    background: linear-gradient( to right, rgba(255, 255, 255, 0), #ccdafe, rgba(255, 255, 255, 0)) no-repeat;
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0), #ccdafe, rgba(255, 255, 255, 0)) no-repeat;
}

@media only screen and (max-width:1024px) {
    .gy_mk4 .fazhan .neiro {
        font-size: 19px;
    }
    .gy_mk4 {
        padding: 50px 0;
    }
}


/* 管理团队 */

.gy_mk5 {
    padding: 100px 0 94px;
}

.gy_mk5 .tuandui {
    position: relative;
    margin-top: 66px;
}

.gy_mk5 .shang {
    overflow: hidden;
}

.gy_mk5 .shang img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.gy_mk5 .neir: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);
}

.gy_mk5 .neir .xia {
    padding-top: 15px;
}

.gy_mk5 .neir .xia h5 {
    font-size: 16px;
    color: #aaaaaa;
    text-transform: uppercase;
}

.gy_mk5 .neir .xia h5 span {
    font-size: 20px;
    color: #000000;
    margin-right: 15px;
}

.gy_mk5 .neir .xia h6 {
    font-size: 16px;
    color: #777777;
    text-transform: uppercase;
    margin-top: 7px;
}

.gy_mk5 .td_ban {
    overflow: hidden;
}

.tuandui .swiper-button-next {
    right: -60px;
    color: #ababab;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: 1px solid #dedede;
    top: 45%;
}

.tuandui .swiper-button-prev {
    left: -60px;
    color: #ababab;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border: 1px solid #dedede;
    top: 45%;
}

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

@media only screen and (max-width:1024px) {
    .gy_mk5 {
        padding: 50px 0;
    }
    .gy_mk5 .tuandui {
        margin-top: 35px;
    }
    .gy_mk5 .neir .xia h5 {
        font-size: 19px;
    }
    .gy_mk5 .neir .xia h6 {
        font-size: 18px;
    }
}


/* 人才理念 */

.jr_mk1 {
    padding-top: 85px;
}

.jr_mk1 .neir {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 310px;
    margin-top: 40px;
}

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


/*人才开发与培养  */

.jr_mk2 {
    padding-top: 73px;
}

.jr_mk2 .nir {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 30px;
    background-color: #f7f7f7;
}

.jr_mk2 .nir .zuo {
    flex: 0 0 47.58%;
    max-width: 47.58%;
}

.jr_mk2 .nir .zuo img {
    width: 100%;
}

.jr_mk2 .nir .you {
    flex: 0 0 47.18%;
    max-width: 47.18%;
    font-size: 16px;
    color: #777777;
    line-height: 33px;
}

@media only screen and (max-width:1024px) {
    .jr_mk2 {
        padding-top: 50px;
    }
    .jr_mk2 .nir .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jr_mk2 .nir .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        font-size: 19px;
        line-height: 35px;
    }
}


/* 薪酬福利 */

.jr_mk3 {
    padding-top: 73px;
}

.jr_mk3 .gy_ggms {
    margin-top: 25px;
}

.jr_mk3 .zuoyopu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jr_mk3 .zuoyopu .dange {
    min-height: 227px;
    flex: 0 0 48%;
    max-width: 48%;
    background-color: #f7f7f7;
    padding: 38px;
    margin-top: 45px;
}

.jr_mk3 .zuoyopu .dange h5 {
    font-size: 20px;
    color: #ac883c;
    font-family: 'ban1';
    padding-bottom: 14px;
    position: relative;
}

.jr_mk3 .zuoyopu .dange h5::after {
    width: 38px;
    height: 3px;
    background-color: #ac883c;
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
}

.jr_mk3 .zuoyopu .dange h6 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 23px;
}

@media only screen and (max-width:1024px) {
    .jr_mk3 {
        padding-top: 50px;
    }
    .jr_mk3 .zuoyopu .dange {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jr_mk3 .zuoyopu .dange h6 {
        font-size: 19px;
        line-height: 35px;
    }
}


/* /招聘岗位 */

.jr_mk4 {
    padding-top: 83px;
}

.jr_mk4 .zhaop_nr {
    background-color: #f5f7f8;
    margin-top: 54px;
    padding: 90px 0 110px;
}

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


/* 莱宝产业 */

.lbcy_ner {
    padding: 80px 0 128px;
}

.erji {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.erji a {
    font-size: 20px;
    color: #333333;
    width: 187px;
    height: 52px;
    background-color: #f7f7f7;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 15px;
}

.erji a.on {
    color: #fff;
    background-color: #ad8641;
}

.lbcy_ner .shang_jj {
    margin-top: 68px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
}

.lbcy_ner .shang_jj .zuo,
.lbcy_ner .shang_jj .you {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
}

.lbcy_ner .shang_jj .zuo img {
    width: 100%;
}

.lbcy_ner .shang_jj .you {
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    padding: 33px;
}

.lbcy_ner .shang_jj .you .wz {
    font-size: 16px;
    color: #777777;
    margin-top: 35px;
    line-height: 30px;
}

.blcy_bt h5 {
    font-size: 26px;
    color: #333333;
    font-family: 'ban1';
}

.blcy_bt h6 {
    font-size: 16px;
    color: #aaaaaa;
    text-transform: uppercase;
    padding-bottom: 19px;
    position: relative;
    margin-top: 5px;
}

.blcy_bt h6::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #ad8641;
    content: '';
}

.lbcy_ner .xia_lb .dange {
    margin-top: 35px;
}

.lbcy_ner .xia_lb .dange .xiao_bt {
    padding-left: 17px;
    font-size: 22px;
    color: #333333;
    font-family: 'ban1';
    position: relative;
}

.lbcy_ner .xia_lb .dange .xiao_bt::after {
    width: 5px;
    height: 22px;
    background-color: #ad8641;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
}

.lbcy_ner .xia_lb .dange .xia_kuang {
    border: 1px solid #dddddd;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.lbcy_ner .xia_lb .dange .zuo {
    font-size: 16px;
    color: #777777;
    line-height: 30px;
    flex: 0 0 48%;
    max-width: 48%;
}

.lbcy_ner .xia_lb .dange .you {
    flex: 0 0 48%;
    max-width: 48%;
}

.lbcy_ner .xia_lb .dange .you img {
    width: 100%;
}

@media only screen and (max-width:1200px) {
    .blcy_bt h5 {
        font-size: 22px;
    }
    .lbcy_ner .shang_jj .you .wz {
        margin-top: 12px;
    }
}

@media only screen and (max-width:1024px) {
    .lbcy_ner {
        padding: 50px 0;
    }
    .erji a {
        width: 42%;
        height: 60px;
        margin: 10px;
    }
    .erji {
        display: none;
    }
    .lbcy_ner .shang_jj {
        margin-top: 0;
    }
    .lbcy_ner .shang_jj .zuo,
    .lbcy_ner .shang_jj .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .blcy_bt h6 {
        font-size: 19px;
    }
    .lbcy_ner .shang_jj .you .wz {
        font-size: 19px;
        line-height: 35px;
        margin-top: 21px;
    }
    .blcy_bt h5 {
        font-size: 24px;
    }
    .lbcy_ner .xia_lb .dange .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        line-height: 35px;
        font-size: 19px;
    }
    .lbcy_ner .xia_lb .dange .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 40px;
    }
}


/* 企业文化 */

.qywh_nr {
    padding: 100px 0 136px;
}

.qywh_nr .zuoyou {

    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
    margin-top: 54px;
}

.qywh_nr .zuoyou .dgnr {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;

    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
}

.qywh_nr .zuoyou .dgnr:nth-child(7),
.qywh_nr .zuoyou .dgnr:nth-child(8),
.qywh_nr .zuoyou .dgnr:nth-child(9),
.qywh_nr .zuoyou .dgnr:nth-child(10) {
    flex: 0 0 50%;
    max-width: 50%;
}

.qywh_nr .zuoyou .dange {

    border-top: 16px solid #fff;
    height: 290px;
    padding: 50px 35px;
}

.qywh_nr .zuoyou .dange h5 {
    font-size: 22px;
    color: #ffffff;
    font-family: 'ban1';
    padding-bottom: 20px;
    position: relative;
}

.qywh_nr .zuoyou .dange h5::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 44px;
    height: 4px;
    background-color: rgba(255, 255, 255, .45);
}

.qywh_nr .zuoyou .dange h6 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 30px;
}

@media only screen and (max-width:1024px) {
    .qywh_nr .zuoyou .dgnr,
    .qywh_nr .zuoyou .dgnr:nth-child(7),
    .qywh_nr .zuoyou .dgnr:nth-child(8),
    .qywh_nr .zuoyou .dgnr:nth-child(9),
    .qywh_nr .zuoyou .dgnr:nth-child(10) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .qywh_nr .zuoyou .dange h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .qywh_nr {
        padding: 50px 0;
    }
    .qywh_nr .zuoyou {
        /*padding-top: 14px;*/
        margin-top: 14px;
    }
    .qywh_nr .zuoyou {
        margin: 0;
        margin-top: 40px;
    }
    .qywh_nr .zuoyou .dgnr {
        padding: 0;
    }
}


/* 新闻动态 */

.news_lbn {
    padding: 80px 0;
}

.news_lbn .xw_liebiao {
    margin-top: 30px;
}

.news_lbn .xw_liebiao .dange {
    padding: 35px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
}

.news_lbn .xw_liebiao .dange .zuo {
    overflow: hidden;
    width: 400px;
}

.news_lbn .xw_liebiao .dange .zuo img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.news_lbn .xw_liebiao .dange:hover .zuo 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);
}

.news_lbn .xw_liebiao .dange .zhong {
    flex: 1;
    padding: 10px 30px;
}

.news_lbn .xw_liebiao .dange .zhong h5 {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.news_lbn .xw_liebiao .dange .zhong .ck {
    font-size: 15px;
    color: #ad8641;
    margin-top: 75px;
}

.news_lbn .xw_liebiao .dange .zhong .ck i {
    margin-left: 10px;
    animation: xq2 1s linear infinite;
}

@keyframes xq2 {
    50% {
        margin-left: 20px;
    }
    100% {
        margin-left: 10px;
    }
}

.news_lbn .xw_liebiao .dange .zhong h6 {
    font-size: 15px;
    color: #646464;
    margin-top: 25px;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.news_lbn .xw_liebiao .dange .you {
    width: 120px;
    height: 120px;
    background-color: #f7f7f7;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.news_lbn .xw_liebiao .dange .you h5 {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}

.news_lbn .xw_liebiao .dange .you h6 {
    font-size: 18px;
    color: #323232;
    margin-top: 8px;
}

@media only screen and (max-width:1024px) {
    .news_lbn {
        padding: 50px 0;
    }
    .news_lbn .xw_liebiao .dange .zuo {
        width: 100%;
    }
    .news_lbn .xw_liebiao .dange .zhong {
        padding: 0 20px 0 0;
        margin-top: 40px;
    }
    .news_lbn .xw_liebiao .dange .you {
        margin-top: 40px;
    }
    .news_lbn .xw_liebiao .dange .zhong h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .news_lbn .xw_liebiao {
        margin-top: 0;
    }
}


/* 业务合作 */

.hezuo_nr {
    padding: 100px 0 160px;
}

.hezuo_nr .xiaobt {
    font-size: 24px;
    color: #333333;
    font-family: 'ban1';
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hezuo_nr .xiaobt::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dddddd;
}

.hezuo_nr .xiaobt span {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.hezuo_nr .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 30px;
}

.hezuo_nr .zuoyou .dange {
    margin-top: 23px;
    padding: 0 10px;
    max-width: 25%;
    flex: 0 0 25%;
}

.hezuo_nr .zuoyou .dange .nr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 110px;
    border: 1px solid #eeeeee;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    padding: 5px;
}

.hezuo_nr .zuoyou .dange:hover .nr {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #cacaca;
}

.hezuo_nr .zuoyou .dange .nr img {
    max-width: 100%;
    max-height: 100%;
}

.hezuo_nr .zhenggx {
    margin-top: 100px;
}

@media only screen and (max-width:1024px) {
    .hezuo_nr {
        padding: 50px 0;
    }
    .nei_ban .wenzi h5 {
        font-size: 30px;
    }
    .nei_ban .wenzi h6 {
        font-size: 24px;
    }
    .hezuo_nr .zuoyou .dange {
        max-width: 50%;
        flex: 0 0 50%;
    }
}


/*  */

.zhaop_hd {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 15px;
}

.zhaop_select {
    width: 27%;
    border: 1px solid rgb(219, 219, 219);
    color: #888;
    font-size: 18px;
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.zhaop_select ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    z-index: 3;
    width: 100%;
    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;
}

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

.zhaop_select ul li {
    padding: 7px 10px;
    padding-top: 5px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.zhaop_select ul li:hover {
    color: rgb(172, 136, 60);
}

.zhaop_hd form {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.zhaop_hd form input {
    width: calc(100% - 190px);
    border: 1px solid rgb(219, 219, 219);
    color: #888;
    font-size: 18px;
    padding-left: 15px;
}

.zhaop_hd form input::placeholder {
    color: #888;
    font-size: 18px;
}

.zhaop_hd form button i {
    font-size: 20px;
}

.zhaop_hd form button {
    width: 160px;
    height: 50px;
    background-color: rgb(172, 136, 60);
    color: #fff;
    font-size: 20px;
}

.zhaop_bd {
    background-color: #fff;
    margin-top: 20px;
}

.zhaop_bd li {
    padding: 15px;
    border-bottom: 1px solid rgb(219, 219, 219);
    color: #000;
    font-size: 14px;
    display: flex;
}

.zhaop_bd .th {
    font-size: 16px;
    border-bottom: 2px solid rgb(219, 219, 219);
    color: #000;
    padding: 15px;
    display: flex;
}

.zhaop_bd .th span,
.zhaop_bd li span {
    flex: 1;
}

.zhaop_bd .th span:nth-child(1),
.zhaop_bd li span:nth-child(1) {
    width: 20%;
    flex: inherit
}

.zhaop_bd .th span:last-child,
.zhaop_bd li span:last-child {
    width: 100px;
    flex: inherit
}

.zhaop_bd li.all {
    display: none;
}

.zhaop_bd li.active {
    display: flex;
}

@media only screen and (max-width:1024px) {
    .jr_mk4 .zhaop_nr {
        padding: 50px 0;
    }
    .zhaop_select,
    .zhaop_hd form {
        width: 100%;
        margin: 5px 0;
    }
    .zhaop_hd {
        flex-wrap: wrap;
    }
    .zhaop_bd .th,
    .zhaop_bd li {
        font-size: 18px;
    }
    .zhaop_bd {
        overflow-x: auto;
    }
    .zhaop_bd ul {
        width: 1024px;
    }
}

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

.fenye a,
.fenye span {
    font-size: 17px;
    margin: 0 10px;
    color: #494949;
    width: 46px;
    height: 46px;
    border: 1px solid #eeeeee;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fenye li.active a {
    color: #fff;
    background: #ad8641;  border: 1px solid #ad8641;
}

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

.fenye .prev-page i {
    margin-right: 35px;
}

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

.fenye .next-page i {
    margin-left: 35px;
}

.fenye .prev-page a,.fenye .next-page a{
    width: auto; border:none;
}
/* 新闻详情 */

.xwxq {
    padding: 95px 0 77px;
}

.xwxq .xia_kuang {
  
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.xwxq .xia_kuang .xq_fy{
    margin-top: 50px;
}
.xwxq .xia_kuang .xq_fy a{
    display: block;
    font-size: 16px;
    color: #999;
}
.xwxq .xia_kuang .zuo {
    flex: 0 0 100%;
    max-width: 100%;
}

.xwxq .xia_kuang .zuo .bt {
    font-size: 30px;
    color: #000;
    font-family: 'zc';
    text-align: center;
}

.xwxq .xia_kuang .zuo .sj {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 9px;
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
}

.xwxq .xia_kuang .zuo .nr {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 33px;
}

.xwxq .xia_kuang .yopu {
    flex: 0 0 29.2%;
    max-width: 29.2%;
}

.xwxq .xia_kuang .yopu .brt {
    font-size: 24px;
    color: #006ebc;
    padding-bottom: 16px;
    border-bottom: 1px solid #006ebc;
    margin-top: 48px;
}

.xwxq .xia_kuang .yopu .zuoy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.xwxq .xia_kuang .yopu .zuoy .z {
    width: 120px;
    overflow: hidden;
}

.xwxq .xia_kuang .yopu .zuoy .z img {
    width: 100%;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
}.xwxq .xia_kuang .yopu .zuoy:hover .z 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);
}

.xwxq .xia_kuang .yopu .zuoy .y {
    padding-left: 16px;
    flex: 1;
}

.xwxq .xia_kuang .yopu .zuoy .y h5 {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.xwxq .xia_kuang .yopu .zuoy .y h6 {
    font-size: 14px;
    color: #abbcc8;
    margin-top: 20px;
}

.xwxq .xia_kuang .zuo .nr img {
    max-width: 100%;
}

@media only screen and (max-width:1024px) {
    .xwxq .xia_kuang .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xwxq .xia_kuang {
        padding: 30px;
    }
    .xwxq .xia_kuang .zuo .bt {
        font-size: 24px;
    }
    .xwxq .xia_kuang .zuo .sj {
        font-size: 17px;
    }
    .xwxq .xia_kuang .zuo .nr {
        font-size: 19px;
        line-height: 35px;
    }
    .xwxq .xia_kuang .yopu {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .xwxq .xia_kuang .yopu .zuoy .z {
        width: 234px;
    }
    .xwxq .xia_kuang .yopu .zuoy .y h5 {
        font-size: 20px;
    }
    .xwxq .xia_kuang .yopu .zuoy .y h6 {
        font-size: 20px;
    }
    .xwxq {
        padding: 50px 0;
    }
 
    .ggbt_yw {
        font-size: 20px;
        margin-top: 0;
    }
} 