@charset "UTF-8";
* {
    padding: 0px;
    margin: 0px;
}

html,
body {
    font-size: 16px;
    color: #1e1e1e;
    font-family: "Microsoft YaHei", "SimHei", "Source Han Sans CN", Arial, Tahoma, sans-serif;
    --theme-color: #0099ea;
}

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;
    overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
    html,
    body {
        font-size: 18px;
    }
}

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: 16px;
    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) {
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    .container {
        max-width: 100%;
        padding: 0 25px;
    }
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
    .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;
    }
}

.nei_ban {
      position: relative;
    display: flex;
    align-items: center;
}
.nei_ban .container{
position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.nei_ban h5 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 26px #000;
}


@media only screen and (max-width:1024px) {
   
    .nei_ban h5 {
        font-size: 33px;
    }
}


/* 产品中心 */

.cp_lb {
    padding: 108px 0 90px;
}

.cp_ggbt {
    text-align: center;
    position: relative;
    padding-top: 16px;
}

.cp_ggbt h5 {
    font-size: 36px;
    color: #585858;
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.cp_ggbt h6 {
    font-size: 27px;
    color: #cfcfcf;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

 .cp_ej {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
}

 .cp_ej a {
    width: 242px;
    height: 66px;
    border: 1px solid #949494;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #767676;
    margin: 0 17px;
    margin-top: 30px;
}

 .cp_ej a.on {
    color: #fff;
    border: 1px solid #0f5cab;
    background-color: #0f5cab;
}

.cp_lb .zuoyou {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    margin-top: -10px;
}

.cp_lb .zuoyou .dang {
    padding: 0 25px;
    margin-top: 94px;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.cp_lb .zuoyou .dang .cp_nr {
    box-shadow: 0 0 10px #cacaca;
    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;
}

.cp_lb .zuoyou .dang .cp_nr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cp_lb .zuoyou .dang .cp_nr .shang {
    padding: 58px 75px 20px;
    height: 602px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.cp_lb .zuoyou .dang .cp_nr .shang img {
    max-width: 100%;
    max-height: 100%;
}

.cp_lb .zuoyou .dang .cp_nr .xia {
    height: 120px;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.cp_lb .zuoyou .dang .cp_nr .xia h5 {
    font-size: 20px;
    color: #535353;
    font-weight: bold;
    line-height: 34px;
}

@media only screen and (max-width:1200px) {
    .cp_lb .zuoyou .dang {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width:1024px) {
    .cp_lb {
        padding: 50px 0;
    }
     .cp_ej a {
        width: 167px;
        height: 62px;
        margin:  10px;
    }
    .cp_lb .zuoyou .dang .cp_nr .shang {}
    .cp_lb .zuoyou .dang {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
}


/* 关于我们 */

.guanyu_mk1 {
    padding: 103px 0 135px;
}

.guanyu_mk1 .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 95px;
}

.guanyu_mk1 .zuoyou .zuo {
    flex: 0 0 48.2%;
    max-width: 48.2%;
}

.guanyu_mk1 .zuoyou .zuo img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}
.guanyu_mk1 .zuoyou .zuo:hover img{
    -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;
}

.guanyu_mk1 .zuoyou .you {
    flex: 0 0 47.72%;
    max-width: 47.72%;
}

.guanyu_mk1 .zuoyou .you h5 {
    font-size: 24px;
    color: #4e4e4e;
    text-align: center;
    font-weight: bold;
}

.guanyu_mk1 .zuoyou .you h6 {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 30px;
    margin-top: 36px;
}

@media only screen and (max-width:1024px) {
    .guanyu_mk1 {
        padding: 50px 0;
    }
    .cp_ggbt h5 {
        font-size: 30px;
    }
    .guanyu_mk1 .zuoyou {
        margin-top: 50px;
    }
    .guanyu_mk1 .zuoyou .zuo,
    .guanyu_mk1 .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .guanyu_mk1 .zuoyou .zuo {
        margin-top: 50px;
    }
    .guanyu_mk1 .zuoyou .you {
        order: -1;
    }
    .guanyu_mk1 .zuoyou .you h5 {
        text-align: left;
    }
    .guanyu_mk1 .zuoyou .you h6 {
        font-size: 19px;
        line-height: 35px;
    }
}


/* 首页 */

.sy_mk1 {
    padding: 145px 0 125px;
}

.sy_mk1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk1 .container .zuo {
    flex: 0 0 50%;
    max-width: 50%;
     
}

.sy_mk1 .container .zuo img {
    max-width: 100%;
    transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
}
.sy_mk1 .container .zuo:hover img{
    -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;
}
.sy_mk1 .container .you {
    flex: 0 0 44%;
    max-width: 44%;
}

.sy_mk1 .container .you h5 {
    font-size: 30px;
    color: #292929;
    font-weight: bold;
    padding-bottom: 40px;
    text-align: right;
    position: relative;
}

.sy_mk1 .container .you h5::after {
    position: absolute;
    content: "";
    width: 91px;
    height: 6px;
    background: url(../images/ss_06.jpg);
    right: 0;
    bottom: 0;
}

.sy_mk1 .container .you h6 {
    font-size: 16px;
    color: #737373;
    line-height: 37px;
    margin-top: 30px;
}

.sy_mk1 .container .you .y_a {
    display: flex;
    justify-content: flex-end;
}

.sy_mk1 .container .you a {
    font-size: 18px;
    color: #ffffff;
    width: 182px;
    height: 61px;
    background-color: #0291dd;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 86px;
}
.sy_mk1 .container .you a:hover{
    color: #0291dd;
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .sy_mk1 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk1 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        order: -1;
    }
    .sy_mk1 .container .you h5 {
        text-align: left;
    }
    .sy_mk1 .container .you h5::after {
        right: auto;
        left: 0;
    }
    .sy_mk1 .container .you h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .sy_mk1 .container .you .y_a {
        justify-content: flex-start;
    }
    .sy_mk1 .container .you a {
        margin-top: 49px;
        width: 168px;
        height: 55px;
    }
}

.top {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 14px;
    padding: 12px 0;
}

@media only screen and (max-width:1024px) {
    .top {
        font-size: 18px;
    }
}

.header {
    width: 100%;
    position: relative;
    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, 0.5);
}

.header.s_y {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header.on,
.header.headernei {
    box-shadow: 0 0 15px #ddd;
    background-color: #fff;
    border-bottom: 0;
}

.header .container {
    max-width: 100%;
    padding: 0 5%;
}

.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-color: #0c3c60;
    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 .head_search {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #4d4d4d;
    margin-left: 26px;
}

.header .head_search>img {
    cursor: pointer;
}

.header .head_search .search_form {
    display: none;
    position: absolute;
    right: 0;
    top: 154%;
}

.header .nav ul {
    float: left;
    height: 100%;
}

.header .nav>ul>li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 70px;
    height: 100%;
}

.header .nav ul li:nth-child(1) {
    margin-left: 0;
}

.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: 20px;
    color: #505050;
    line-height: 110px;
    position: relative;
}

.header .nav .y_j a::before {
    background-color: var(--theme-color);
    width: 0%;
    height: 4px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav ul li:hover .y_j a,
.header .nav ul li.on .y_j a {
    font-weight: bold;
}

.header .nav ul li:hover .y_j a:hover::before,
.header .nav ul li.on .y_j a:hover::before {
    width: 100%;
}


/* 
.header .nav ul li::after {
    position: absolute;
    width: 0%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #f7f7f7;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
} */


/* .header .nav ul li:hover::after,
.header .nav ul li.on::after {
    width: 100%;
} */

.header.on .nav .y_j a,
.header.headernei .nav .y_j a {
    color: #1e1e1e;
}

.header.on .nav li.on .y_j a,
.header.headernei .nav li.on .y_j a {
    color: #d5b268;
    font-weight: bold;
}

.header .nav .e_j {
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 5px #888;
    position: absolute;
    display: flex;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    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.old {
    width: 160px;
    padding: 10px 0;
    display: block;
    text-align: center;
    left: calc(50% - 80px);
    margin-left: 0;
}

.header .nav .e_j.old a {
    display: block;
    margin-bottom: 5px;    padding: 5px 0;
}

.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 .hd ul,
.header .nav .e_j .hd li {
    float: none;
}

.header .nav .e_j .hd ul {
    background-color: #f7f7f7;
}

.header .nav .e_j .hd li {
    width: 235px;
    padding: 10px 15px 10px 30px;
    border-left: 11px solid transparent;
    margin-bottom: 20px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav .e_j .hd li::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(calc(-50% + 5px));
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid var(--theme-color);
    border-bottom: 10px solid transparent;
}

.header .nav .e_j .hd li.on,
.header .nav .e_j .hd li:hover {
    border-color: var(--theme-color);
    background-color: #fff;
    font-weight: bold;
}

.header .nav .e_j .hd li.on a,
.header .nav .e_j .hd li:hover a {
    color: var(--theme-color);
}

.header .nav .e_j .hd li a {
    transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
}

.header .nav .e_j .hd a {
    font-size: 20px;
    padding: 0 10px;
    display: block;
    color: #585858;
}

.header .nav .e_j .bd {
    padding: 0 60px;
}

.header .nav .e_j .bd .three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    text-align: center;
}

.header .nav .e_j .bd .three .three_list {
    width: 150px;
}

.header .nav .e_j .bd .three .three_list>a:nth-child(1) {
    position: relative;
}

.header .nav .e_j .bd .three .three_list>a:nth-child(1):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% + 5px));
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid var(--theme-color);
    border-bottom: 10px solid transparent;
}

.header .nav .e_j .bd .three a {
    font-size: 18px;
    color: #8a8a8a;
    padding: 8px 15px 8px 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
}

.header .nav .e_j .bd .three a:hover {
    font-weight: bold;
    color: var(--theme-color);
}

.sousuo {
    font-size: 16px;
    color: #ffffff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header.on .sousuo,
.header.headernei .sousuo {
    color: #1e1e1e;
}

.sousuo i {
    display: inline-block;
    margin-right: 10px;
}

.sousuo {
    position: relative;
}

.sousuo .ondq {
    position: absolute;
    left: 0;
    opacity: 0;
}

.header.on .sousuo .ondq,
.headernei .sousuo .ondq {
    opacity: 1;
}

.header.on .sousuo .zdq,
.header.headernei .sousuo .zdq {
    opacity: 0;
}

.yuyan {
    position: relative;
    height: 100%;
}

.yuyan input {
    background-color: var(--theme-color);
    width: 224px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    padding: 0 18px;
}

.yuyan input::placeholder {
    color: #fff;
}

.yuyan button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
}

.header.headernei .yuyan input,
.header.on .yuyan input {
    background: none;
    border: 1px solid #e5e5e5;
    color: #969696;
}

.header.headernei .yuyan button,
.header.on .yuyan button {
    color: #969696;
}

@media only screen and (max-width:1600px) {
    .header .nav>ul>li {
        margin-left: 32px;
    }
}

@media only screen and (max-width:1400px) {
    .header .logo {
        width: 260px;
    }
}

@media only screen and (max-width: 1400px) {
    .header .nav>ul>li {
        margin-left: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .header .nav>ul>li {
        margin-left: 14px;
    }
    .header .nav .y_j a {
        font-size: 17px;
    }
    .header .nav .e_j .hd a {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1024px) {
    .header .head_search {
        margin-right: 75px;
        border: none;
    }
    .header .head_search .search_form {
        position: fixed;
        right: 10%;
        top: 149px;
        width: 80%;
    }
    .yuyan {
        margin: 0 !important;
    }
    .yuyan input {
        width: 100%;
        height: 60px;
        font-size: 20px;
    }
    .yuyan button {
        font-size: 33px;
    }
    .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.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: 0 !important;
        top: auto;
        padding: 10px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;

        text-align: left !important;
        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 .e_j .bd {
        display: none;
    }
    .header .nav .e_j .hd ul {
        background-color: transparent;
    }
    .header .nav .e_j .hd li a {
        color: #fff;
        font-size: 20px;
    }
    .header .nav .e_j .hd li {
        width: 100%;
        padding: 0;
        border: none;
    }
    .header .nav .e_j .hd li.on,
    .header .nav .e_j .hd li:hover {
        background-color: transparent;
    }
    .header .nav .e_j .hd li.on a,
    .header .nav .e_j .hd li:hover a {
        color: #fff;
        font-weight: 400;
    }
    .header .nav .e_j .hd li::before {
        display: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        font-size: 20px;
        line-height: 56px;
        text-align: left;
        color: #fff;
        margin: 0 30px 0 0;
    }
    .sousuo .sou_suo_kuang {
        width: 275px;
        height: 43px;
    }
    .sousuo .sou_suo_kuang button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .yuyan {
        margin-right: 100px;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    .header {
        position: relative;
    }
    .sousuo .ondq {
        opacity: 1;
    }
    .sousuo .zdq {
        opacity: 0;
    }
    .sousuo {
        color: #1e1e1e;
    }
    .header.headernei .yuyan .xia_nr,
    .header .yuyan .xia_nr {
        background: rgba(12, 60, 96, 0.5);
    }
    .header.headernei .yuyan .xia_nr a,
    .header .yuyan .xia_nr a {
        color: #fff;
    }
    .header.headernei .yuyan .xia_nr::after,
    .header .yuyan .xia_nr::after {
        border-bottom: 12px solid rgba(12, 60, 96, 0.5);
    }
    .header .nav ul li:nth-child(2) .e_j.old{
        display: none !important;
    }
    .header .nav .e_j.old{
        display: none
    }
    .header .nav .y_j a::before{
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .header .nav {
        display: block;
    }
    .sousuo .sou_suo_kuang {
        width: 262px;
        height: 44px;
    }
    .header .logo {
        width: 353px;
    }
}

.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;
    }
}

.cp_xq {
    padding: 96px 0 104px;
}


/* 产品详情 */

.cp_xq .cp_zs .shang_nn .img {
    height: 478px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    box-shadow: 0 0 10px #e6dfdf;
}

.cp_xq .cp_zs .shang_nn .img img {
    max-width: 100%;
    max-height: 100%;
}

.cp_xt .img {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xt .img img {
    max-width: 100%;
    max-height: 100%;
}

.cp_xq .cp_zs {
    margin-top: 80px;
}

.cp_xq .cp_zs .row {
    margin: 0 -20px;
}

.cp_xq .cp_zs .col-12 {
    padding: 0 20px;
}

.cp_xq .cp_zs .cp_dt {
    height: 100%;
}

.cp_xq .cp_zs .cp_xt .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cp_xq .cp_zs .cp_xt .swiper-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.cp_xq .cp_zs .cp_xt .active::after {
    opacity: 0;
}

.cp_xq .cp_xt {
    position: relative;
}

.cp_xq .cp_xt .swiper-button-prev {
    display: none;
    width: 13px;
    height: 24px;
    background: url(../image/hz_l.png) no-repeat center;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background-size: 13px 24px;
    -webkit-background-size: 13px 24px;
    -moz-background-size: 13px 24px;
    -ms-background-size: 13px 24px;
    -o-background-size: 13px 24px;
}

.cp_xq .cp_xt .swiper-button-next {
    display: none;
    width: 13px;
    height: 24px;
    background: url(../image/hz_r.png) no-repeat center;
    top: 50%;
    right: 0;
    margin-top: -12px;
    background-size: 13px 24px;
    -webkit-background-size: 13px 24px;
    -moz-background-size: 13px 24px;
    -ms-background-size: 13px 24px;
    -o-background-size: 13px 24px;
}

.cp_xq .cp_js {
    height: 100%;
    background-color: #fff;
    padding: 30px 25px;
}

.cp_xq .cp_js .history {
    text-align: right;
    display: block;
    font-size: 20px;
    color: #646464;
}

.cp_xq .cp_js .history img {
    vertical-align: baseline;
    margin-left: 10px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cp_xq .cp_js .history:hover img {
    margin-left: 5px;
}

.cp_xq .cp_js .j_s {
    font-size: 19px;
    color: #646464;
    padding: 40px 20px;
    line-height: 43px;
    position: relative;
}

.cp_xq .cp_js .j_s::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    content: "";
}
.cp_js .cp_zixun{
    display: flex;
}
.cp_js .zixun_xx {
    width: 220px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0099ea;
    border: 1px solid #0099ea;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin-top: 40px;
    margin-right: 22px;
}

.cp_js .zixun_xx:hover {
    background-color: transparent;
    color: #0099ea;
}

.cp_xq .cp_js .c_s {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.cp_xq .cp_js .c_s ul {
    margin: 0 -10px;
    padding: 10px 0;
}

.cp_xq .cp_js .c_s ul li {
    padding: 0 10px;
    margin: 7px 0;
    font-size: 16px;
}

.cp_xq .cs_zs {
    padding: 25px;
    height: 100%;
    background-color: #fff;
}

.cp_xq .cs_zs .b_t {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
    line-height: initial;
    border-bottom: 1px solid #ddd;
}

.cp_xq .cs_zs .b_t>span {
    background-color: #349739;
    padding: 12px 70px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}

.cp_xq .cs_zs .z_s {
    color: #646464;
}

.cp_xq .cs_zs .z_s h5 {
    font-size: 19px;
}

.cp_xq .cs_zs .z_s img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.cp_xq .cs_zs .z_s ul {
    display: flex;
    flex-wrap: wrap;
}

.cp_xq .cs_zs .z_s ul.read li {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 16px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.cp_xq .cs_zs .z_s ul.read li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #349739;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.cp_xq .cp_tj {
    padding: 25px;
    background-color: #fff;
}

.cp_xq .cp_tj ul li {
    margin-bottom: 20px;
}

.cp_xq .cp_tj .b_t {
    font-size: 24px;
    color: #292222;
    padding-bottom: 7px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.cp_xq .cp_tj .b_t i {
    color: #349739;
}

.cp_xq .cp_tj .t_p {
    overflow: hidden;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    padding: 0 50px;
    border-bottom: none;
}

.cp_xq .cp_tj .t_p .img {
    height: 175px;
}

.cp_xq .cp_tj .t_p img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
}

.cp_xq .cp_tj ul li:hover .t_p img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cp_xq .cp_tj .w_z {
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    background-color: #6275b0;
}

.gallery-cpzs {
    margin-top: 20px;
}

.gallery-cpzs .swiper-slide {
    border: 1px solid #e7e7e7;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.gallery-cpzs .swiper-slide img {
    height: auto;
    display: block;
}

.cp_tzlj {
    margin-top: 25px;
}

.cp_tzlj .dan_tiao {
    position: relative;
    padding-left: 20px;
    line-height: 45px;
    margin-top: 35px;
}

.cp_tzlj .dan_tiao::after {
    position: absolute;
    left: 0;
    top: 19px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #0099ea;
    content: "";
}

.cp_tzlj .dan_tiao {
    font-size: 19px;
    color: #646464;
}

.cp_tzlj .dan_tiao strong {
    color: #0099ea;
}

.cp_js .jies_bt {
    font-size: 21px;
    color: #323232;
    font-weight: bold;
    padding-bottom: 24px;
    position: relative;
    padding-left: 18px;
}

.cp_js .jies_bt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    content: "";
}

@media only screen and (max-width: 1430px) {
    .cp_xq .cp_js .j_s {
        font-size: 16px;
        line-height: 32px;
    }
    .cp_tzlj .dan_tiao {
        font-size: 16px;
        line-height: 32px;
        margin-top: 21px;
    }
    .cp_tzlj .dan_tiao::after {
        top: 12px;
    }
}

.xia_qiehuan {
    margin-top: 70px;
}

.xia_qiehuan .qiehuan_to {
    display: flex;
    align-items: center;
}

.xia_qiehuan .qiehuan_to .bt {
    width: 240px;
    height: 72px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 10px #cacaca;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 21px;
    font-size: 24px;
    color: #4d4d4d;
}

.xia_qiehuan .qiehuan_to .bt:nth-child(1) {
    margin-left: 0;
}

.xia_qiehuan .qiehuan_to .bt.on {
    font-weight: bold;
    color: #fff;
    background-color: #0099ea;
    border-radius: 10px 40px 0 0;
    box-shadow: none;
    position: relative;
    z-index: 2;
}

.xia_qiehuan .shen_body .dange {
    display: none;
    box-shadow: 0 0 20px #cacaca;
    padding: 95px 110px 138px;
    position: relative;
    font-size: 24px;
    color: #646464;
    line-height: 45px;
}

@media only screen and (max-width:1430px) {
    .xia_qiehuan .shen_body .dange {
        font-size: 17px;
        padding: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .cp_xq {
        padding: 50px 0;
    }
    .cp_xq .cp_zs {
        margin-top: 50px;
    }
    .cp_xq .cp_js .j_s {
        font-size: 19px;
        line-height: 36px;
        padding: 30px 0;
    }
    .cp_js .jies_bt {
        padding-left: 0;
    }
    .cp_tzlj .dan_tiao {
        font-size: 19px;
        line-height: 36px;
    }
    .xia_qiehuan .shen_body .dange {
        font-size: 19px;
        line-height: 36px;
    }
    .xia_qiehuan .shen_body .dange img {
        max-width: 100%;
    }
}


/* 时间轴 */

.nei_shijianz {
    padding: 180px 0 104px;
    overflow: hidden;
    background-color: #aa925c;
}

.fz_banda .fz_ner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fz_banda .fz_ner .zuo {
    flex: 0 0 50%;
    padding: 0 120px 0 128px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.fz_banda .fz_ner .zuo .sj {
    width: 215px;
    height: 74px;
    border: 4px solid #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.fz_banda .fz_ner .zuo i {
    width: 5px;
    height: 50px;
    background-color: #fff;
    margin: 20px 0;
}

.fz_banda .fz_ner .zuo h5 {
    line-height: 33px;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.fz_banda .fz_ner .you {
    flex: 0 0 50%;
    padding: 0 60px;
}

.fz_banda .fz_ner .you .nr_yy {
    background-color: #fff;
    padding: 5px;
}

.fz_banda .fz_ner .you .nr_yy img {
    width: 100%;
}

.fazhaun_lunbo {
    position: relative;
}

.fzban_xiao {
    margin-top: 100px;
    padding-top: 14px;
    position: relative;
}

.fzban_xiao:after {
    background: url(../images/xian.png);
    width: 100%;
    height: 1px;
    left: 0;
    top: 14px;
    content: "";
    position: absolute;
}

.fzban_xiao .shuzi {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-top: 33px;
    text-align: center;
}

.fzban_xiao .shuzi::after {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 100px;
}

.fzban_xiao .shuzi.on::after {
    width: 7px;
    height: 7px;
    background-color: #ffb74d;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 100px;
}

.fzban_xiao .swiper-slide-thumb-active .shuzi::after {
    background: url(../images/dian.png);
    width: 28px;
    height: 28px;
    top: -14px;
}

.fazhaun_lunbo .swiper-button-next,
.fazhaun_lunbo .swiper-button-prev {
    top: auto;
    bottom: 39px;
}

.fazhaun_lunbo .swiper-button-next::after,
.fazhaun_lunbo .swiper-button-prev::after {
    display: none;
}

.fazhaun_lunbo .swiper-button-next {
    right: -19px;
}

.fazhaun_lunbo .swiper-button-prev {
    left: -19px;
}

@media only screen and (max-width:1200px) {
    .fz_banda .fz_ner .zuo {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) {
    .fz_banda .fz_ner .zuo {
        flex: 0 0 100%;
        padding: 0;
    }
    .fz_banda .fz_ner .you {
        flex: 0 0 100%;
        padding: 0;
        margin-top: 30px;
    }
    .fz_banda .fz_ner .zuo i {
        display: none;
    }
    .fz_banda .fz_ner .zuo h5 {
        font-size: 18px;
    }
    .nei_shijianz {
        padding: 50px 0;
    }
    .fzban_xiao {
        margin-top: 40px;
    }
    .fzban_xiao .shuzi {
        font-size: 24px;
    }
    .fazhaun_lunbo .swiper-button-next,
    .fazhaun_lunbo .swiper-button-prev {
        bottom: 46px;
    }
}


/* 首页banner */


/*  */

.pc_ban {
    width: 100%;
    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;
}

.pc_ban .swiper-button-next {
    right: 30px;
}

.pc_ban .swiper-button-prev i,
.pc_ban .swiper-button-next i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: lighter;
}

.pc_ban .swiper-slide {
    overflow: hidden;
}

.pc_ban .container {
    position: relative;
}

.pc_ban .container h5 {
    font-size: 48px;
    color: #ffffff;
    line-height: 64px;
}

.sy_anniu1 {
    /* width: 211px;
    height: 51px;
    border: 1px solid #fff;
    border-radius: 30px; */
    margin-top: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #ffffff;
    /* padding-right: 40px; */
    position: relative;
}

.sy_anniu1 i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    animation: xq2 1s linear infinite;
}

@keyframes xq2 {
    50% {
        right: 20px;
    }
    100% {
        right: 10px;
    }
}

.pc_ban .swiper-wrapper {
    height: 100%;
}

.pc_ban .swiper-wrapper .swiper-slide {
    height: 100%;
}

.pc_ban .sw_bg img {
    width: 100%;
}

.pc_ban .sw_bg .wen_zi {
    position: absolute;
    width: 100%;
    padding: 0 170px;
    top: 50%;
    transform: translateY(-50%);
}

.pc_ban .sw_bg .wen_zi h5 {
    font-size: 62px;
    color: #ffffff;
    font-weight: bold;
}

.pc_ban .sw_bg .wen_zi h6 {
    font-size: 29px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 30px;
}

.sy_anniu1 {
    width: 192px;
    height: 58px;
    background-color: #0291dd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    color: #ffffff;
    margin-top: 110px;
    border: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sy_anniu1:hover {
    color: #0291dd;
}

.sy_anniu1:after {
    content: "";
    background: white;
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
}

.sy_anniu1:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pc_ban {
    position: relative;
}

.pc_ban .yousanjiao {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/syban_03.png) no-repeat top left;
    width: 1123px;
    height: 296px;
    z-index: 2;
}

.pc_ban .yousanjiao .swiper-pagination {
    position: absolute;
    right: 233px;
    bottom: 50px;
}

.pc_ban .yousanjiao .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 32px;
    background-color: #fff;
    border-radius: 0;
    line-height: 32px;
    opacity: 1;
    margin: 0 9px;
    border-top: 1px solid #9ad3f1;
    font-size: 19px;
    color: #404040;
    font-weight: bold;
}

.pc_ban .yousanjiao .swiper-pagination .swiper-pagination-bullet-active {
    color: #0291dd;
}

@media only screen and (max-width:1430px) {
    .pc_ban .sw_bg .wen_zi {
        padding: 0 50px;
    }
    .pc_ban .sw_bg .wen_zi h5 {
        font-size: 39px;
    }
    .pc_ban .sw_bg .wen_zi h6 {
        font-size: 25px;
    }
    .sy_anniu1 {
        margin-top: 54px;
    }
}

@media only screen and (max-width: 1200px) {
    .pc_ban .sw_bg .wen_zi h5 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1024px) {
    .pc_ban .yousanjiao {
        display: none;
    }
    .pc_ban .yousanjiao .swiper-pagination {
        width: 100%;
    }
    .header .you_yy {
        margin-right: 100px;
    }
    .header .you_yy::after {
        display: none;
    }
    .pc_ban .container h5 {
        font-size: 34px;
        line-height: 41px;
    }
    .sy_anniu1 {
        margin-top: 50px;
        height: 67px;
        font-size: 22px;
    }
    .pc_ban .sw_bg .wen_zi {
        padding: 30px;
    }
    .pc_ban .sw_bg .wen_zi a {
        margin-top: 27px;
        font-size: 19px;
        height: 44px;
        width: 148px;
    }
    .pc_ban .sw_bg .wen_zi h5 {
        font-size: 26px;
    }
}


/* 新佳产品 */

.re_cp {
    padding: 80px 0 70px;
    background: -moz-linear-gradient(180deg, #0f5cab 60%, #f3f3f3 40%);
    background: -ms-linear-gradient(180deg, #0f5cab 60%, #f3f3f3 40%);
    background: -webkit-linear-gradient(180deg, #0f5cab 60%, #f3f3f3 40%);
    background: -o-linear-gradient(180deg, #0f5cab 60%, #f3f3f3 40%);
    background: linear-gradient(180deg, #0f5cab 60%, #f3f3f3 40%);
}

.re_cp .ggbt .kuang_kk {
    position: relative;
    padding-top: 13px;
    text-align: center;
}

.re_cp .ggbt .kuang_kk h5 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.re_cp .ggbt .kuang_kk h6 {
    color: rgba(255, 255, 255, 0.25);
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    width: 100%;
    text-align: center;
}


/* 轮播 */

.sy_product .container {
    position: relative;
    z-index: 2;
}

.sy_product .sy_product_hd ul {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin: 40px 0;
}

.sy_product .sy_product_hd ul li {
    margin: 0 8px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    min-width: 130px;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sy_product .sy_product_hd ul li.on {
    color: #00853c;
    background-color: #fff;
}

.sy_product .sy_product_bd {
    position: relative;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sy_product .sy_product_bd .sy_product_sw {
    padding: 70px 0 0;
}

.sy_product .sy_product_bd .swiper-wrapper .img {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 2;
}

.sy_product .sy_product_bd .swiper-wrapper .img .img_bj {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 49%;
    left: 0;
    transform: scaleY(0);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.sy_product .sy_product_bd .swiper-wrapper a {
    position: relative;
}

.sy_product .sy_product_bd .swiper-wrapper .img img {
    max-width: 100%;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide h5 {
    font-size: 18px;
    color: #000000;
    padding: 24px 20px 50px;
    width: 100%;
    text-align: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    margin-top: 20px;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide h5::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    width: 110px;
    height: 1px;
    background-color: #c7c7c7;
    content: "";
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide:hover h5 {
    background-color: #1c497b;
    color: #fff;
    font-weight: bold;
}

.sy_product .sy_product_bd .swiper-wrapper .swiper-slide:hover h5::after {
    background-color: #fff;
}

.sy_product_bd .sy_product_swiper {
    position: relative;
    padding-bottom: 70px;
}

.sy_product .sy_product_bd .zuo_you_xs {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.sy_product .sy_product_bd .swiper-button-prev,
.sy_product .sy_product_bd .swiper-button-next {
    width: 58px;
    height: 58px;
    position: static;
}

.sy_product a.more {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 202px;
    height: 52px;
    border: 2px solid #9ca6c8;
    border-radius: 5px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sy_product a.more::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    transform: scaleX(0);
    transform-origin: left center;
    z-index: -1;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_product a.more:hover {
    color: #fff;
}

.sy_product a.more:hover::before {
    transform: scaleX(1);
}

.sy_product a.more i {
    color: #354989;
    margin-left: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_product a.more:hover i {
    color: #fff;
}

@media only screen and (max-width:1550px) {
    .sy_product .sy_product_bd .swiper-button-next img,
    .sy_product .sy_product_bd .swiper-button-prev img {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width:1200px) {
    .sy_product_bd .sy_product_swiper {
        padding-bottom: 30px;
    }
    .sy_product .sy_product_bd .sy_product_sw {
        padding: 30px 0 0;
    }
    .sy_product .sy_product_bd .zuo_you_xs {
        display: none;
    }
}

@media only screen and (max-width:1024px) {
    .sy_product .sy_product_hd ul {
        font-size: 19px;
    }
    .re_cp {
        padding: 50px 0;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide {
        width: 33.3%;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide-next {
        width: 66.6%;
    }
    /* .sy_product .sy_product_bd .swiper-button-next {
        display: none;
    }
    .sy_product .sy_product_bd .swiper-button-prev {
        display: none;
    } */
    .sy_product .sy_product_bd {
        height: auto;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide h5 {
        font-size: 22px;
    }
    .sy_product .sy_product_bd .swiper-wrapper .swiper-slide .sy_product_des {
        font-size: 16px;
    }
    .sy_product a.more i,
    .sy_product a.more {
        font-size: 18px;
    }
}

.re_cp {
    position: relative;
    overflow: hidden;
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles .fang {
    position: absolute;
    list-style: none;
    display: block;
    width: 80px;
    height: 80px;
    background-color: fade(white, 15%);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    border-radius: 100%;
}

&:nth-child(1) {
    left: 10%;
}

&:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 17s;
}

&:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

&:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: fade(white, 25%);
}

&:nth-child(5) {
    left: 70%;
}

&:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: fade(white, 20%);
}

&:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
}

&:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s;
}

&:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: fade(white, 30%);
}

&:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-140vh) rotate(600deg);
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-140vh) rotate(600deg);
    }
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-bubbles .fang {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles .fang:nth-child(1) {
    left: 10%;
}

.bg-bubbles .fang:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 17s;
}

.bg-bubbles .fang:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}

.bg-bubbles .fang:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles .fang:nth-child(5) {
    left: 70%;
}

.bg-bubbles .fang:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles .fang:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
}

.bg-bubbles .fang:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s;
}

.bg-bubbles .fang:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles .fang:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s;
}

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-140vh) rotate(600deg);
    }
}

@keyframes square {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-140vh) rotate(600deg);
    }
}


/* 首页新闻 */

.sy_news {
    padding: 145px 0 150px;
}

.sy_news .ititle {
    font-size: 30px;
    color: #2d2d2d;
    font-weight: bold;
    padding-bottom: 35px;
    position: relative;
}

.sy_news .ititle::after {
    width: 55px;
    height: 2px;
    background-color: #0f5cab;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
}

.sy_news .ititle::before {
    width: 195px;
    height: 1px;
    background-color: #0f5cab;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
}

@media only screen and (max-width:1200px) {
    .titleh3 {
        font-size: 20px;
    }
    .text18 {
        font-size: 16px;
        line-height: 27px;
    }
    .mt_25 {
        margin-top: 10px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_news {
        padding: 50px 0;
    }
    .flex_center {
        flex-wrap: wrap;
    }
    .i4tr li:nth-child(1) {
        margin-left: 0;
    }
    .i4tr li {
        font-size: 19px;
    }
    .i4wid {
        width: 100%;
    }
    .flex_lmr {
        flex-wrap: wrap;
    }
    .text18 {
        font-size: 18px;
        line-height: 34px;
    }
    .i4r {
        margin-top: 50px;
    }
    .text18,
    .text16 {
        font-size: 19px;
    }
}

.di_shang {
    padding: 85px 0 105px;
}

.di_shang h5 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 35px;
    position: relative;
    color: #ffffff;
}

.di_shang h5::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    content: '';
}

.di_shang h6 {
    text-align: center;
    font-size: 24px;
    margin-top: 35px;
    color: #ffffff;
}

@media only screen and (max-width:1024px) {
    .di_shang {
        padding: 50px 0;
    }
    .di_shang h5 {
        font-size: 30px;
    }
    .di_shang h6 {
        font-size: 19px;
        margin-top: 35px;
        line-height: 35px;
    }
}

footer {
    padding-top: 75px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .zuo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 57.58%;
    max-width: 57.58%;
}

footer .container .zuo .dange {
    /* flex: 1; */
}

footer .container .zuo .dange a {
    display: block;
    text-align: right;
}

footer .container .zuo .dange a.da_bt {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 7px;
}

footer .container .zuo .dange a.xiao_bt {
    padding-top: 20px;
    font-size: 14px;
    color: #969696;
}

footer .container .you {
    flex: 1;
    padding-bottom: 76px;
}

footer .container .you .dianhua {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@keyframes xq3 {
    100% {
        transform: rotateY(360deg);
    }
}

footer .container .you .dianhua span {
    margin-left: 15px;
}

footer .container .you .xia_xinxi {
    padding-top: 22px;
}

footer .container .you .xia_xinxi {
    font-size: 18px;
    color: #d7d7d7;
    line-height: 46px;
}

footer .container .you .xia_wx {
    margin-top: 45px;
}

footer .container .you .xia_wx .ewm {
    width: 120px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 52px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

footer .container .you .xia_wx .ewm:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #fff;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}

footer .container .you .xia_wx a.w_x:hover .ewm {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

footer .container .you .xia_wx a.w_x {
    position: relative;
    margin-left: 20px;
}

footer .container .you .xia_wx a.w_x:nth-child(1) {
    margin-left: 0;
}

footer .banquan {
    padding: 30px 0 40px;
    font-size: 14px;
    color: #a6a6a6;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

footer .banquan a {
    color: #a6a6a6;
}

@media only screen and (max-width:1024px) {
    footer .container .zuo {
        display: none;
    }
    footer .banquan .zuo {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .container .you {
        flex: 0 0 100%;
        border-left: none;
        padding-left: 0;
    }
    footer .container .you .xia_xinxi h5 {
        font-size: 22px;
    }
    footer .container .you .dianhua {
        font-size: 25px;
    }
    footer .container .you .xia_wx a.w_x .xtb {
        width: 45px;
    }
    footer .container .you .xia_wx a.w_x:hover .ewm {
        opacity: 0;
    }
    footer .container .you .xia_xinxi h5 i img {
        width: 20px;
    }
    footer .banquan {
        font-size: 16px;
    }
}


/* 微信 */

.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;
    }
}

/* 技术支持 */

.jszc_lib {
    padding-top: 91px;
}

.jszc_lib .js_ggbt {
    text-align: center;
}

.jszc_lib .js_ggbt h5 {
    font-size: 33px;
    color: #089da6;
    font-weight: bold;
}

.jszc_lib .js_ggbt h6 {
    font-size: 18px;
    color: #5c5c5c;
    text-transform: uppercase;
    margin-top: 15px;
}

.jszc_lib .liebiao_zy {
    margin-top: 80px;
}

.jszc_lib .jslb_dang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.jszc_lib .jslb_dang:nth-child(2n) {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.jszc_lib .jslb_dang .zuo {
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden;
}

.jszc_lib .jslb_dang .zuo img {
    width: 100%;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.jszc_lib .jslb_dang: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);
}

.jszc_lib .jslb_dang .you {
    flex: 0 0 50%;
    max-width: 50%;
}

.jszc_lib .jslb_dang:nth-child(2n-1) .you {
    padding-left: 86px;
}

.jszc_lib .jslb_dang:nth-child(2n) .you {
    padding-right: 86px;
}

.jszc_lib .jslb_dang .you h5 {
    font-size: 28px;
    color: #149fa8;
    font-weight: bold;
    text-align: right;
    position: relative;
    padding-bottom: 50px;
}

.jszc_lib .jslb_dang .you h5::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background: url(../images/af_03.jpg);
    width: 76px;
    height: 6px;
}

.jszc_lib .jslb_dang:nth-child(2n) .you h5 {
    text-align: left;
}

.jszc_lib .jslb_dang:nth-child(2n) .you h5::after {
    left: 0;
}

.jszc_lib .jslb_dang .you h6 {
    font-size: 18px;
    color: #5c5c5c;
    line-height: 40px;
    margin-top: 35px;
    max-height: 160px;
    overflow-y: auto;
}

@media only screen and (max-width:1300px) {
    .jszc_lib .jslb_dang .you h5 {
        padding-bottom: 20px;
        font-size: 24px;
    }
    .jszc_lib .jslb_dang .you h6 {
        margin-top: 14px;
        max-height: 126px;
        line-height: 33px;
    }
}

@media only screen and (max-width:1024px) {
    .jszc_lib {
        padding: 50px 0;
    }
    .jszc_lib .js_ggbt h5 {
        font-size: 30px;
    }
    .jszc_lib .jslb_dang .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jszc_lib .jslb_dang .you {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 50px 30px !important;
    }
    .jszc_lib .jslb_dang .you h6 {
        max-height: 100%;
        font-size: 19px;
        line-height: 37px;
        margin-top: 21px;
    }
    .jszc_lib .liebiao_zy {
        margin-top: 50px;
    }
}


/*  鍔犲叆鎴戜滑*/

.jiaru_mk1 {
    padding: 96px 0;
}

.jiaru_mk1 .rt_xia_bt {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    font-size: 32px;
    color: #1e1e1e;
    font-weight: bold;
    padding-bottom: 40px;
}

.jiaru_mk1 .shang_wz {
    font-size: 21px;
    color: #646464;
    text-align: center;
    line-height: 43px;
    margin-top: 30px;
}

.jiaru_mk1 .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    align-items: center;
}

.jiaru_mk1 .zuoyou .zuo {
    flex: 0 0 45%;
    max-width: 45%;
    overflow: hidden;
}

.jiaru_mk1 .zuoyou .zuo img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.jiaru_mk1 .zuoyou .zuo: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);
}

.jiaru_mk1 .zuoyou .you {
    flex: 0 0 48%;
    max-width: 48%;
}

.jiaru_mk1 .zuoyou .you .dandyu {
    margin-top: 70px;
}

.jiaru_mk1 .zuoyou .you .dandyu:nth-child(1) {
    margin-top: 0;
}

.jiaru_mk1 .zuoyou .you .dandyu h5 {
    font-size: 24px;
    color: #0099ea;
    padding-left: 60px;
    position: relative;
}

.jiaru_mk1 .zuoyou .you .dandyu h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 5px;
    background-color: #0099ea;
    content: "";
}

.jiaru_mk1 .zuoyou .you .dandyu h6 {
    font-size: 18px;
    color: #646464;
    margin-top: 36px;
}

.jiaru_mk1 .zuoyou .you .dandyu .dms {
    font-size: 18px;
    color: #646464;
    padding: 10px 0;
    padding-left: 16px;
    position: relative;
}

.jiaru_mk1 .zuoyou .you .dandyu .dms:nth-of-type(1) {
    margin-top: 20px;
}

.jiaru_mk1 .zuoyou .you .dandyu .dms::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #c8c8c8;
    border-radius: 100px;
    content: "";
}

@media only screen and (max-width: 1200px) {
    .jiaru_mk1 .zuoyou .you .dandyu {
        margin-top: 38px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu .dms:nth-of-type(1) {
        margin-top: 10px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu h6 {
        margin-top: 10px;
        font-size: 16px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu .dms {
        font-size: 16px;
        padding: 6px 0;
        padding-left: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .jiaru_mk1 {
        padding: 50px 0;
    }
    .jiaru_mk1 .zuoyou .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .jiaru_mk1 .zuoyou .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu h6 {
        margin-top: 20px;
        font-size: 20px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu .dms:nth-of-type(1) {
        margin-top: 20px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu .dms {
        font-size: 20px;
        padding: 10px 0;
        padding-left: 16px;
    }
    .jiaru_mk1 .zuoyou .you .dandyu .dms::after {
        top: 26px;
    }
}


/* 鎷涜搐绾冲＋ */

.lianxi_zhaop {
    padding: 70px 0 60px;
}

.lianxi_zhaop .container .shang_bt {
    padding: 0 90px 35px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lianxi_zhaop .container .shang_bt p {
    flex: 1;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
}


/* 鎷涜仒 */

.rc_zp .jr_lm {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    /* border: 1px solid #f7f7f7; */
}

.rc_zp .jr_lm.jt .jr_bt {
    background-color: #004986;
    color: #ffffff;
    padding: 0 20px;
    line-height: 70px;
}

.rc_zp .jr_bt {
    padding: 30px 90px 30px 49px;
    font-size: 18px;
    color: #323232;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgba(28, 31, 45, 1);
}

.rc_zp .jr_bt.on::after {
    width: 100%;
    height: 1px;
    background-color: rgba(28, 31, 45, 0.6);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    position: absolute;
    border-bottom: 1px solid #9eadf0;
}

.rc_zp .jr_bt.on {
    background-color: rgba(28, 31, 45, 0.65);
}

.rc_zp .jr_bt span {
    float: left;
    flex: 1;
    font-size: 18px;
    color: #fff;
}

.rc_zp .jr_bt i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.rc_zp .jr_bt i img {
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.rc_zp .jr_bt i img.jia {
    opacity: 1;
}

.rc_zp .jr_bt i img.jian {
    opacity: 0;
}

.rc_zp .jr_bt.on i img.jia {
    opacity: 0;
}

.rc_zp .jr_bt.on i img.jian {
    opacity: 1;
}

.rc_zp .jr_nr {
    background-color: rgba(28, 31, 45, 0.6);
    padding: 25px 65px 36px;
    font-size: 16px;
    line-height: 40px;
    display: none;
    position: relative;
    color: #ffffff;
}

.rc_zp .jr_nr strong {
    color: #ffffff;
}

.rc_zp .jr_nr .tousdijh {
    padding: 15px 26px;
    line-height: 1;
    border-radius: 50px;
    background: #0099ea;
    font-size: 16px;
    color: #ffffff;
    margin-top: 40px;
    display: inline-block;
}

.ppk_more {
    width: 216px;
    height: 52px;
    background-color: #0099ea;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .rc_zp .jr_bt {
        font-size: 18px;
    }
    .rc_zp .jr_nr {
        font-size: 18px;
    }
    .rc_zp .jr_nr .tousdijh {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .lianxi_zhaop {
        padding: 50px 0;
    }
    .lianxi_zhaop .container .shang_bt {
        padding: 0 20px 35px 20px;
    }
    .rc_zp .jr_bt {
        padding: 30px 20px 30px 20px;
    }
    .rc_zp .jr_bt i {
        display: none;
    }
    .rc_zp .jr_nr {
        padding: 30px;
    }
}


/* 最新动态 */

.sy_mk7 {
    padding: 125px 0 106px;
}

.sy_mk7 .shang_bt_zy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk7 .shang_bt_zy h5 {
    font-size: 36px;
    color: #000000;
    font-family: 'ban1';
}

.sy_mk7 .shang_bt_zy h6 {
    font-size: 18px;
    color: #999999;
    font-family: 'ban2';
    margin-top: 15px;
}

.sy_mk7 .shang_bt_zy .yy {
    width: 160px;
    height: 54px;
    background-color: #2980f2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    font-family: 'ban2';
    font-size: 16px;
    color: #ffffff;
}

.sy_mk7 .shang_bt_zy .yy i {
    margin-left: 10px;
}

.sy_mk7 .xia_xw {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px;
}

.sy_mk7 .xia_xw .dange {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 40px;
    border-left: 1px solid #eeeeee;
    margin-top: 70px;
}

.sy_mk7 .xia_xw .dange:nth-child(1) {
    border-left: none;
}

.sy_mk7 .xia_xw .dange .xwnr {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    padding-top: 6px;
    padding-bottom: 22px;
}

.sy_mk7 .xia_xw .dange .xwnr:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sy_mk7 .xia_xw .dange .xwnr .xbt {
    position: relative;
    font-size: 16px;
    color: #333333;
    font-family: 'ban2';
    padding-left: 15px;
}

.sy_mk7 .xia_xw .dange .xwnr .xbt::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #333333;
    border-radius: 100px;
}

.sy_mk7 .xia_xw .dange .xwnr h5 {
    color: #000;
    font-size: 22px;
    font-family: 'ban1';
    margin-top: 30px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk7 .xia_xw .dange .xwnr:hover h5 {
    color: #2980f2;
}

.sy_mk7 .xia_xw .dange .xwnr h6 {
    color: #333333;
    font-size: 16px;
    font-family: 'ban2';
    margin-top: 45px;
    line-height: 25px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sy_mk7 .xia_xw .dange .x_tp {
    margin-top: 30px;
    overflow: hidden;
}

.sy_mk7 .xia_xw .dange .x_tp img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_mk7 .xia_xw .dange .xwnr:hover .x_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_mk7 .xia_xw .dange .xwnr a {
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.sy_mk7 .xia_xw .dange .xwnr a i {
    margin-left: 14px;
}

.sy_mk7 .shang_bt_zy .zu {
    flex: 1;
}

@media only screen and (max-width:1024px) {
    .sy_mk7 {
        padding: 50px 0;
    }
    .sy_mk7 .shang_bt_zy .zu {
        flex: 0 0 100%;
    }
    .sy_mk7 .shang_bt_zy h5 {
        font-size: 30px;
    }
    .sy_mk7 .shang_bt_zy h6 {
        font-size: 19px;
        line-height: 30px;
    }
    .sy_mk7 .shang_bt_zy .yy {
        margin-top: 30px;
        width: 191px;
        font-size: 20px;
    }
    .sy_mk7 .xia_xw .dange {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: none;
    }
    .sy_mk7 .xia_xw .dange .xwnr .xbt {
        font-size: 20px;
    }
    .sy_mk7 .xia_xw .dange .xwnr h5 {
        margin-top: 21px;
    }
    .sy_mk7 .xia_xw .dange .xwnr h6 {
        font-size: 19px;
        line-height: 32px;
        margin-top: 20px;
    }
    .sy_mk7 .xia_xw .dange .xwnr a {
        font-size: 19px;
    }
    .sy_mk7 .xia_xw .dange:nth-last-child(1) {
        border-bottom: none;
    }
    .sy_mk7 .xia_xw .dange {
        border-bottom: 1px solid #eeeeee;
        margin-top: 42px;
    }
    .sy_mk7 .xia_xw .dange .xwnr {
        padding-bottom: 38px;
    }
}

/* 公司新闻 */

.xw_lb {
    padding: 65px 0 110px;
}

.xw_lb .xw_nt {
    text-align: center;
}

.xw_lb .xw_nt h5 {
    font-size: 36px;
    color: #000000;
    font-family: 'ban2';
}

.xw_lb .xw_nt h6 {
    font-size: 18px;
    color: #999999;
    font-family: 'ban2';
    margin-top: 10px;
}

.xw_lb .xia_xw {
    padding-top: 25px;
}

.xw_lb .xia_xw .dange .xwnr h5 {
    margin-top: 10px;
}

.xw_lb .xia_xw .dange .xwnr h6 {
    margin-top: 15px;
}

.xw_lb .xia_xw .dange {
    margin-top: 50px;
}

.xw_lb .page {
    margin-top: 70px;
}

@media only screen and (max-width:1024px) {
    .xw_lb {
        padding: 50px 0;
    }
    .xw_lb .xw_nt h5 {
        font-size: 30px;
    }
    .xw_lb .xw_nt h6 {
        font-size: 19px;
        line-height: 30px;
    }
}
 
 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 50px 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: 50px 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;
    }
}


/* 分页 */

.page {
    width: 100%;

    text-align: center;
    margin-bottom:20px;
    margin-top: 50px;
}

.page a,.page span {
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    color: #000;
    margin-left: 10px;
   padding: 0 15px;
   
    border: 1px solid #cdcdcd;
}

.page .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #397afa ;
   
    font-weight: bold;
}