@charset "utf-8";

textarea {
    resize: none
}

button:focus {
    outline: 0;
}

button {
    outline: none
}

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

body {
    font-size: 15px;
    color: #555;
    font-family: "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;
    overflow-x: hidden;
}

@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, .5); */
    background-color: #fff;
}

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

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

.header .container .nri_hedar {
    display: flex;
    justify-content: space-between;
    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: linear-gradient( to right, #0164ea, #00baf9) no-repeat;
    background: -webkit-linear-gradient( left, #0164ea, #00baf9) no-repeat;
    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: 30px;
    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: 20px;
    color: #3e3e3e;
    line-height: 110px;
    position: relative;
}

.header .nav .y_j a::after {
    width: 0%;
    height: 8px;
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom:20%;
    background: linear-gradient( to right, #209cff, #68e0cf) no-repeat;
    background: -webkit-linear-gradient( left, #209cff, #68e0cf) no-repeat;
    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;
}

.header .nav li.on .y_j a::after,
.header .nav li:hover .y_j a::after {
    width: 100%;
}

.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: 18px;
    position: relative;
    color: #484848;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.header_ls i {
    color: #484848;
    font-size: 30px;
}

.header_ls .yuyan::after {
    width: 1px;
    background-color: #484848;
    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: 1440px){
.header .nav .y_j a{
    font-size: 17px;
}
    .header .nav ul li{
        margin-left: 16px;
    }
}
@media only screen and (max-width: 1024px) {
    .header_ls {
        margin-right: 98px;
    }
    .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*/

@media only screen and (max-width: 1200px) {
    .header .nav ul li {
        margin-left: 0px;    padding: 0 12px;
    }
    .header .nav .y_j a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .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: #fff;
    }
    .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_ls .xia_nr{
        width: 185%;
    }.header_ls .xia_nr a{
             display: block;
             line-height: 44px;
         }

    .header_ls .xia_nr::after{
        top: -12px;
    }
    .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;
    }
    .search button i {
        font-size: 26px;
    }
}

@media only screen and (max-width: 992px) {
    .header .nav .y_j a::after{
        display: none;
    }
    .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: 740px;
    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: 57px;
    color: #ffffff;
}

.pc_ban .ggan {
    margin-top: 68px;
}

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

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

.pc_ban .swiper-wrapper .swiper-pagination {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 22px;
    text-align: center;
}

.pc_ban .swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #999f9d;
    opacity: 1;
}

.pc_ban .swiper-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: url(../images/dian.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);
}

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

@media only screen and (max-width: 1024px) {
    .pc_ban {
        height: 448px;
    }
    .pc_ban .container h5 {
        font-size: 57px;
        line-height: 60px;
    }
    .pc_ban .ggan {
        margin-top: 42px;
    }
}

.sy_mk1 {
    padding: 160px 0 60px;
    position: relative;
}

.sy_mk1::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/gy_04.jpg);
    background-size: auto 100%;
    /* -webkit-animation: infiniteBackground 185s linear infinite;
    animation: infiniteBackground 185s linear infinite; */
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
    
    z-index: -1;
}

@keyframes huashn {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes infiniteBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2080px 0
    }
}

@-webkit-keyframes infiniteBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2080px 0
    }
}

@-moz-keyframes infiniteBackground {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2080px 0
    }
}

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

.sy_mk1 .zuo {
    flex: 0 0 51.24%;
    max-width: 51.24%;
}

.ggbt {
    font-size: 36px;
    color: #505050;
    font-weight: bold;
    padding-bottom: 45px;
    position: relative;
    
}

.ggbt::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/dian.png);
    width: 96px;
    height: 9px;
    content: '';
}

.sy_mk1 .zuo h6 {
    font-size: 20px;
    color: #515151;
    line-height: 44px;
    margin-top: 50px;
}

.ggan {
    font-size: 20px;
    color: #ffffff;
    width: 200px;
    height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient( to right, #0164ea, #00baf9) no-repeat;
    background: -webkit-linear-gradient( left, #0164ea, #00baf9) no-repeat; */
    background-image: linear-gradient(90deg, #0162ea 0%, #00a3f5 51%, #00befa 100%);
    margin-top: 125px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    background-size: 200% auto;
}

.ggan:hover {
    background-position: right center;
    box-shadow: 0 0 10px #cacaca;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width:1200px) {
    .ggan {
        margin-top: 75px;
    }
}

@media only screen and (max-width:1024px) {
    .ggan {
        width: 150px;
        height: 47px;
        font-size: 18px;
        margin-top: 49px;
    }
}

.sy_mk1 .you {
    flex: 0 0 42.4%;
    max-width: 42.4%;
    overflow: hidden;
    position: relative;
}


.sy_mk1 .you:hover::after {
    right: 150%;
}

.sy_mk1 .you 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_mk1 .you:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .ggbt {
        font-size: 30px;
        padding-bottom: 28px;
        text-align: center;
    }
    .ggbt::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .sy_mk1 .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk1 .zuo h6 {
        font-size: 19px;
        line-height: 35px;
        margin-top: 31px;
    }
    .sy_mk1 .you {
        margin-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.sy_mk2 {
    padding: 105px 0 126px;
    position: relative;
}

.sy_mk2::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/sy2_04.jpg);

    /* -webkit-animation: infiniteBackground 185s linear infinite;
    animation: infiniteBackground 185s linear infinite; */
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
 
    z-index: -1;
}

.sy_mk2 .ggbt,
.ggbt1 {
    text-align: center;
}

.sy_mk2 .ggbt::after,
.ggbt1::after {
    left: 50%;
    transform: translateX(-50%);
}

.sy_mk2 .qh_tou {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.sy_mk2 .qh_tou .bt {
    font-size: 20px;
    color: #525252;
    font-weight: bold;
    padding: 20px 25px;
    border-radius: 50px;
    box-shadow: 0 0 10px #cacaca;
    margin: 0 20px;
}

.sy_mk2 .qh_tou .bt.on {
    color: #fff;
    background: linear-gradient( to right, #0161ea, #00bcf9) no-repeat;
    background: -webkit-linear-gradient( left, #0161ea, #00bcf9) no-repeat;
}

.sy_mk2 .qiehuan_ka {
    margin-top: 78px;
}

.sy_mk2 .qh_body {
    margin-top: 65px;
}

.sy_mk2 .qh_body .nr {
    display: none;
}
.sycpnr{
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
     display: block;
}
.sycpnr:hover{
    box-shadow: 0 0 10px #cacaca;
}
.sycpnr .shang img {
    width: 100%;
}

.sycp_ban {
    overflow: hidden;
    position: relative;
    padding: 10px;
}
.sycp_ban .swiper-wrapper{
   
}
.sycpnr h5 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sycpnr h5 .y {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sycpnr:hover h5 .y {
    opacity: 1;
}

.sycpnr h5 i {
    margin-right: 10px;
}

.sycpnr h5 i img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sycpnr:hover h5 i img {
    filter: grayscale(100%) brightness(500%);
}

.sycpnr .xia {
    padding: 23px 26px 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background-size: 0 0; */
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sycpnr .xia::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient( to right, #0160ea, #00bcf9) no-repeat;
    background: -webkit-linear-gradient( left, #0160ea, #00bcf9) no-repeat;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sycpnr:hover .xia::before {
    transform: scale(1);
    
    
}
.sycpnr img{

    transition:all .5s ; 
-moz-transition: all .5s; /* Firefox 4 */ 
-webkit-transition:all .5s; /* Safari 和 Chrome */ 
-o-transition: all .5s; /* Opera */ 
}
.sycpnr:hover img{
    transform: scale(1.1);
                 }
.sycpnr h6 {
    font-size: 28px;
    color: #565656;
    font-weight: bold;
    margin-top: 15px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    text-overflow: ellipsis;word-break:break-all;
}

.sycpnr:hover h5,
.sycpnr:hover h6 {
    color: #fff;
    text-align: left;
    animation: opacity .5s 1 linear;
}

@keyframes opacity {
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.sy_mk2 .ggan {
    margin: 0 auto;
    margin-top: 85px;
}

@media only screen and (max-width:1024px) {
    .sy_mk2 {
        padding: 50px 0;
    }
    .sy_mk2 .qh_tou .bt {
        font-size: 19px;
        padding: 17px 21px;
        margin: 5px;
    }
    .sy_mk2 .qiehuan_ka {
        margin-top: 30px;
    }
    .sycpnr h6 {
        font-size: 24px;
    }
}

.sy_mk3 {
    padding: 120px 0 150px;
    position: relative;
}

.sy_mk3::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/sy3_04.jpg);

    left: 0;
    top: 0;
    z-index: -1;
    content: '';
 
    z-index: -1;
}

.sy_mk3 .qhka {
    position: relative;
}

.sy_mk3 .qhka .qiehu_t {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 3;
}

.sy_mk3 .qhka .qiehu_t .bt {
    font-size: 17px;
    color: #969696;
    width: 129px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 22px;
    border: 1px solid #e7e7e7;
}

.sy_mk3 .qhka .qiehu_t .bt.on {
    background: linear-gradient( to right, #0164ea, #00baf9) no-repeat;
    background: -webkit-linear-gradient( left, #0164ea, #00baf9) no-repeat;
    color: #fff;
}

.sy_mk3 .qhka .qiehuan_shen .nr {
    display: none;
    padding-top: 60px;
}

.sy_mk3 .qhka .qiehuan_shen .nr .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk3 .qhka .qiehuan_shen .nr .sj {
    font-size: 19px;
    color: #646464;
}

.sy_mk3 .qhka .qiehuan_shen .nr h5 {
    font-size: 25px;
    color: #505050;
    font-weight: bold;
    margin-top: 20px;
}

.sy_mk3 .qhka .qiehuan_shen .zuo_nr {
    flex: 0 0 46.2%;
    max-width: 46.2%;
}

.sy_mk3 .qhka .qiehuan_shen .zuo_nr .xia_tu {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.sy_mk3 .qhka .qiehuan_shen .zuo_nr .xia_tu img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_mk3 .qhka .qiehuan_shen .zuo_nr:hover .xia_tu 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 .qhka .qiehuan_shen .zuo_nr .xia_tu .ck {
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 60px;
    background: linear-gradient( to right, #0164ea, #00baf9) no-repeat;
    background: -webkit-linear-gradient( left, #0164ea, #00baf9) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 19px;
}

.sy_mk3 .qhka .qiehuan_shen .zuo_nr .xia_tu .ck i {
    margin-left: 10px;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb {
    flex: 0 0 47.8%;
    max-width: 47.8%;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb {
    display: block;
    margin-top: 25px;
    padding: 44px 40px 36px 60px;
    box-shadow: 0 0 5px #cacaca;
    position: relative;
    z-index: 2;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border: 2px solid #ddd;
    border-image: linear-gradient(#00c0fa, #015eea) 30 30;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb:hover::before {
    opacity: 1;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 12px;
    left: 0;
    top: 0;
    background: linear-gradient( to right, #015eea, #00c0fa) no-repeat;
    background: -webkit-linear-gradient( left, #015eea, #00c0fa) no-repeat;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb:nth-child(1) {
    margin-top: 0;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .sj_01 {
    font-size: 19px;
    color: #505050;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .wz_zy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .wz_zy .z {
    font-size: 20px;
    color: #505050;
    font-weight: bold;
    flex: 0 0 67.7%;
    max-width: 67.7%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .wz_zy .y {
    font-size: 19px;
    color: #505050;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .wz_zy .y i {
    width: 26px;
    height: 26px;
    border: 1px solid #5d5d5d;
    display: inline-block;
    margin-left: 19px;
    position: relative;
    border-radius: 100px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb:hover .wz_zy .y i {
    border: 1px solid #2b70b1;
    background-color: #2a6fb2;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .wz_zy .y i::after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    /* top就是倒三角，bottom就是上三角，left,right类似 */
    border-left: 6px solid #5d5d5d;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb:hover .wz_zy .y i::after {
    border-left: 6px solid #fff;
}

@media only screen and (max-width:1200px) {
    .sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb {
        padding: 20px;
    }
    .sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb .wz_zy .y {
        font-size: 17px;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk3 {
        padding: 50px 0;
    }
    .sy_mk3 .qhka .qiehuan_shen .zuo_nr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk3 .qhka .qiehu_t {
        position: static;
        justify-content: center;
        margin-top: 30px;
    }
    .sy_mk3 .qhka .qiehu_t .bt {
        font-size: 19px;
        padding: 10px 31px;
        margin: 5px;
        height: auto;
        width: auto;
    }
    .sy_mk3 .qhka .qiehuan_shen .nr h5 {
        font-size: 22px;
    }
    .sy_mk3 .qhka .qiehuan_shen .zuo_nr .xia_tu {
        margin-top: 30px;
    }
    .sy_mk3 .qhka .qiehuan_shen .you_lb {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk3 .qhka .qiehuan_shen .you_lb .danglvb {
        background-color: #fff;
    }
}


/* 加入我们 */

.sy_mk4 {
    padding: 110px 0 176px;
    position: relative;
}

.sy_mk4::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/sy4_04.jpg);
   
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
   
    z-index: -1;
}

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

.sy_mk4 .ggbt::after {
    left: 50%;
    transform: translateX(-50%);
}

.sy_mk4 .ms {
    font-size: 22px;
    color: #4d4d4d;
    padding: 0 108px;
    text-align: center;
    margin-top: 40px;
    line-height: 43px;
}

.sy_mk4 .sigekuaoi_zy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sy_mk4 .sigekuaoi_zy .dange {
    box-shadow: 0 0 10px #cacaca;
    flex: 0 0 23.8%;
    max-width: 23.8%;
    height: 203px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    /* height: 100%; */
    position: relative;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
}
.sy_mk4 .sigekuaoi_zy .dange:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 10px #e5e2e2;
}
.sy_mk4 .sigekuaoi_zy .dange::after {
    width: 172px;
    height: 172px;
    border: 13px solid #e8e8e8;
    content: '';
    position: absolute;
    left: -75px;
    top: -66px;
    border-radius: 100px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk4 .sigekuaoi_zy .dange:nth-child(2)::after {
    right: -64px;
    left: auto;
    top: -84px;
}

.sy_mk4 .sigekuaoi_zy .dange:nth-child(3)::after {
    right: -75px;
    bottom: -66px;
    top: auto;
}

.sy_mk4 .sigekuaoi_zy .dange:nth-child(4)::after {
    right: -75px;
    bottom: -66px;
    left: auto;
    top: auto;
}

.sy_mk4 .sigekuaoi_zy .dange:hover::after {
    border-color: #b8defb;
}

.sy_mk4 .sigekuaoi_zy .dange i {
    height: 72px;
    display: block;
    position: relative;
    z-index: 2;
}

.sy_mk4 .sigekuaoi_zy .dange i img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk4 .sigekuaoi_zy .dange:hover i img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

.sy_mk4 .sigekuaoi_zy .dange h5 {
    font-size: 24px;
    color: #515151;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    z-index: 2;
}

.sy_mk4 .sigekuaoi_zy .dange:hover h5 {
    font-weight: bold;
    color: transparent;
    background: linear-gradient(to left, #165cc2, #15a3ce);
    background: -webkit-linear-gradient(right, #165cc2, #15a3ce);
    background-clip: text;
    -webkit-background-clip: text;
}

.sy_mk4 .ggan {
    margin: 0 auto;
    margin-top: 80px;
}
@media only screen and (max-width:1440px){
.sy_mk4 .sigekuaoi_zy .dange h5{
    font-size: 20px;
}
}
@media only screen and (max-width:1200px){
    .sy_mk4 .sigekuaoi_zy .dange h5{
        font-size: 16px;
    }
}
@media only screen and (max-width:1024px) {
    .sy_mk4 .sigekuaoi_zy .dange i img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
    }
    .sy_mk4 .sigekuaoi_zy .dange h5 {
        font-weight: bold;
        color: transparent;
        background: linear-gradient(to left, #165cc2, #15a3ce);
        background: -webkit-linear-gradient(right, #165cc2, #15a3ce);
        background-clip: text;
        -webkit-background-clip: text;
        font-size: 22px;
    }
    .sy_mk4 .sigekuaoi_zy .dange::after {
        border-color: #b8defb;
    }
    .sy_mk4 {
        padding: 50px 0;
    }
    .sy_mk4 .ms {
        padding: 0;
        font-size: 19px;
        line-height: 35px;
        margin-top: 30px;
    }
    .sy_mk4 .sigekuaoi_zy .dange {
        flex: 0 0 48%;
        max-width: 48%;
    }
    .sy_mk4 .sigekuaoi_zy {
        margin-top: 10px;
    }
    .sy_mk4 .sigekuaoi_zy .dange {
        background-color: #fff;
        margin-top: 20px;
    }
}

footer {
    padding: 35px 0 40px;
    background-color: #f7f7f7;
}

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

footer .shang .zuo {
    flex: 0 0 21.26%;
    max-width: 21.26%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding-top: 18px;
}

footer .shang .zuo img {
    max-width: 100%;
}

footer .shang .zuo h5 {
    font-size: 30px;
    color: #424242;
    margin-top: 30px;
}

footer .shang .zuo h6 {
    font-size: 16px;
    color: #303030;
    margin-top: 15px;
    line-height: 30px;
    text-align: center;
}

footer .shang .zuo .z_zy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .shang .zuo .z_zy .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 .shang .zuo .z_zy .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 .shang .zuo .z_zy a: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 .shang .zuo .z_zy {
    margin-top: 40px;
}

footer .shang .zuo .z_zy a {
    position: relative;
    margin: 0 12px;
}

footer .shang .zuo .z_zy a i {
    font-size: 20px;
    color: #696969;
    border: 1px solid #696969;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 100px;
}

footer .shang .zhong {
    flex: 0 0 57%;
    max-width: 57%;
    padding: 18px 75px 45px;
    position: relative;
}

footer .shang .zhong::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #d1d1d1;
    content: '';
}

footer .shang .zhong::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #d1d1d1;
    content: '';
}

footer .shang .zhong h5 {
    font-size: 26px;
    color: #303030;
}

footer .shang .zhong h6 {
    font-size: 16px;
    color: #303030;
    margin-top: 12px;
}

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

footer .shang .zhong .di_biaodan input {
    margin-top: 23px;
    height: 30px;
    background-color: #fff;
    flex: 0 0 48%;
    font-size: 14px;
    color: #303030;
    padding-left: 14px;
    font-family: Arial;
}

footer .shang .zhong .di_biaodan textarea {
    margin-top: 23px;
    background-color: #fff;
    font-size: 14px;
    color: #303030;
    padding-left: 14px;
    padding-top: 10px;
    flex: 0 0 100%;
    height: 140px;
font-family: Arial;}

footer .shang .zhong .di_biaodan button {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 150px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient( to right, #015eea, #00c0fa) no-repeat;
    background: -webkit-linear-gradient( left, #015eea, #00c0fa) no-repeat;
}

footer .shang .you {
    flex: 0 0 17%;
    max-width: 17%;
    padding-top: 18px;
}

footer .shang .you h5 {
    font-size: 19px;
    
    color: #303030;
    text-align: center;
}

footer .shang .you .er_wm {
    margin-top: 27px;
    padding: 16px;
    background-color: #fff;
}

footer .shang .you .er_wm img {
    width: 100%;
}

footer .shang .you h6 {
    font-size: 16px;
    color: #303030;
    text-align: center;
    margin-top: 30px;
    
}

footer .banquna {
    padding-top: 27px;
    border-top: 1px solid #d1d1d1;
    font-size: 16px;
    color: #4f4f4f;
}

footer .banquna .container {
    text-align: right;
}

@media only screen and (max-width:1200px) {
    footer .shang .zuo h5 {
        font-size: 25px;
    }
    footer .shang .zuo h6 {
        font-size: 13px;
    }
    footer .shang .zhong {
        padding: 18px 40px 45px;
    }
    footer .shang .you {
        flex: 0 0 17%;
        max-width: 17%;
    }
    footer .shang .you h6 {
        font-size: 19px;
    }
}

@media only screen and (max-width:1024px) {
    footer .shang .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .shang .zuo h6 {
        font-size: 22px;
    }
    footer .shang .zhong {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    footer .shang .zhong::before,
    footer .shang .zhong::after {
        display: none;
    }
    footer .shang .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    footer .shang .you .er_wm {
        width: 200px;
    }
    footer .shang .zhong h6 {
        font-size: 19px;
    }
    footer .shang .zhong .di_biaodan input {
        flex: 0 0 100%;
        height: 60px;
        margin-top: 13px;
        font-size: 19px;
    }
    footer .shang .zhong h5 {
        font-size: 23px;
    }
    footer .shang .zhong .di_biaodan textarea {
        font-size: 19px;
    }
    footer .shang .zhong .di_biaodan button {
        font-size: 20px;
        width: 100%;
        height: 60px;
    }
    footer .shang .zhong .di_biaodan {
        margin-top: 30px;
    }
    footer .shang .zuo .z_zy .ewm {
        display: none;
    }
    footer .shang .you .er_wm {
        margin: 0 auto;
        margin-top: 30px;
    }
    footer .shang .you h5 {
        font-size: 22px;
    }
    footer .shang .you h6 {
        padding-bottom: 30px;
    }
    footer {
        padding-bottom: 15px;
    }
    footer .banquna {
        padding-top: 15px;
    }
}


/* 产品详情 */

.nei_ban {
    height: 520px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nei_ban h5 {
    font-size: 46px;
    color: #f1f3f9;
    font-weight: bold;
    
}


/* 产品介绍 */

.nei_cpjs {
    padding: 90px 0 285px;
    position: relative;
    overflow: hidden;
}

.nei_cpjs .qiu {
    top: 5%;
    position: absolute;
    right: -50px;
    animation: xq2 8s linear infinite;
    z-index: -1;
}

@keyframes xq2 {
    100% {
        transform: rotate(720deg);
    }
}

.nei_cpjs .cpxq_shang {
    margin-top: 75px;
    background-color: #f7f7f7;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.nei_cpjs .cpxq_shang .zuo {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.nei_cpjs .cpxq_shang .zuo img {
    max-width: 100%;
}

.nei_cpjs .cpxq_shang .you {
    flex: 0 0 50%;
    max-width: 50%;
    border-left: 1px solid #cccccc;
    padding: 40px 0 40px 47px;
}

.nei_cpjs .cpxq_shang .you h5 {
    position: relative;
    font-size: 28px;
    color: #4f4f4f;
    padding-bottom: 30px;
    line-height: 1.5;
}

.nei_cpjs .cpxq_shang .you h5::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 76px;
    height: 3px;
    bottom: 0;
    content: '';
    background: linear-gradient( to right, #0169e9, #00b1f4) no-repeat;
    background: -webkit-linear-gradient( left, #0169e9, #00b1f4) no-repeat;
}

.nei_cpjs .cpxq_shang .you h6 {
    font-size: 16px;
    line-height: 40px;
    color: #646464;
    margin-top: 30px;
    padding-bottom: 38px;
    border-bottom: 1px solid #e9e9e9;
}

.nei_cpjs .cpxq_shang .you .zy_a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 20px;
}

.nei_cpjs .cpxq_shang .you .zy_a span {
    font-size: 14px;
    color: #646464;
    flex: 0 0 38%;
    margin-top: 15px;
    max-width: 38%;
}

.nei_cpjs .cpxq_shang .ggan {
    font-size: 14px;
    width: 132px;
    height: 38px;
    margin-top: 35px; 
}

.nei_cpjs .cpxq_xia {
    margin-top: 80px;
    background-color: #f7f7f7;
    padding: 25px;
}

.nei_cpjs .cpxq_xia .zuoy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
}

.nei_cpjs .cpxq_xia .zuoy:nth-last-child(1) {
    border-bottom: none;
}

.nei_cpjs .cpxq_xia .zuoy:nth-child(2) {
    padding: 35px 0;
}

.nei_cpjs .cpxq_xia .zuoy:nth-child(3) {
    padding: 40px 0;
}

.nei_cpjs .cpxq_xia .zuoy:nth-child(4) {
    padding: 55px 0;
}

.nei_cpjs .cpxq_xia .zuoy .zuo {
    font-size: 22px;
    color: #1f1f1f;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 35px; 
    position: relative;
}

.nei_cpjs .cpxq_xia .zuoy .zuo::after {
    left: 12px;
    top: 8px;
    position: absolute;
    content: "";
    height: 20px;
    width: 5px;
    background: linear-gradient( to top, #00a9e9, #016ee1) no-repeat;
    background: -webkit-linear-gradient( bottom, #00a9e9, #016ee1) no-repeat;
}

.nei_cpjs .cpxq_xia .zuoy .you {
    padding-right: 46px;
    flex: 0 0 79%;
    max-width: 79%;
}

.nei_cpjs .cpxq_xia .zuoy .you .wz {
    font-size: 18px;
    color: #828282;
    line-height: 35px;
}

.nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong {
    background-color: #dadada;
}

.nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 169px;
    padding: 14px;
}

.nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong h5 {
    font-size: 14px;
    color: #ffffff;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 20px;
}

.nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong h5 span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.nei_cpjs .cpxq_xia .zuoy .you {
    position: relative;
}

.nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban {
    position: relative;
    overflow: hidden;
}

.nei_cpjs .cpxq_xia .zuoy .you .swiper-button-next i {
    font-size: 40px;
    color: #cacaca;
}

@media only screen and (max-width:1200px) {
    .nei_ban {
        height: 415px;
    }
    .nei_cpjs .cpxq_shang .zuo {
        padding: 20px;
    }
    .nei_cpjs .cpxq_xia .zuoy .you {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .nei_cpjs .cpxq_xia .zuoy .zuo {
        flex: 0 0 19%;
        max-width: 19%;
    }
}

.nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong i img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1024px) {
    .nei_ban {
        height: 331px;
    }
    .nei_ban h5 {
        font-size: 30px;
    }
    .nei_cpjs {
        padding: 50px 0;
    }
    .nei_cpjs .cpxq_shang {
        margin-top: 36px;
    }
    .nei_cpjs .cpxq_shang .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nei_cpjs .cpxq_shang .you {
        padding: 0;
        border-left: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .nei_cpjs .cpxq_shang .you h5 {
        font-size: 24px;
        padding-bottom: 21px;
    }
    .nei_cpjs .cpxq_shang .you h6 {
        font-size: 19px;
        line-height: 35px;
    }
    .nei_cpjs .cpxq_shang .you .zy_a span {
        font-size: 19px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .nei_cpjs .cpxq_shang .ggan {
        font-size: 19px;
        width: 155px;
        height: 54px;
    }
    .nei_cpjs .cpxq_xia .zuoy .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 26px;
    }
    .nei_cpjs .cpxq_xia .zuoy .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
    .nei_cpjs .cpxq_xia .zuoy .you .wz {
        font-size: 19px;
    }
    .nei_cpjs .cpxq_xia .zuoy .zuo::after {
        left: 0;
    }
    .nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong i {
        height: 226px;
    }
    .nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong i img {
        /* width: 100%; */
    }
    .swiper-button-next {
        display: none;
    }
    .nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong h5 span {
        font-size: 20px;
    }
    .nei_cpjs .cpxq_xia .zuoy .you .yyfw_ban .neirong h5 {
        height: 50px;
    }
}


/* 合作伙伴 */

.hezuo_nr {
    padding: 85px 0 90px;
}

.hezuo_nr .xia_nr {
    box-shadow: 0 0 10px #cacaca;
    padding: 64px 30px 50px;
}

.hezuo_nr .xia_nr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    margin-top: 65px;
}

.hezuo_nr .xia_nr .dange {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 14px;
}

.hezuo_nr .xia_nr .dange .nr {
    margin: 24px 0;
    border: 1px solid #e5e5e5;
    height: 96px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
     
}

.hezuo_nr .xia_nr .dange .nr:hover{
    -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 .xia_nr .dange .nr img {
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width:1200px) {
    .hezuo_nr .xia_nr .dange {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width:1024px) {
    .hezuo_nr .xia_nr .dange {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hezuo_nr {
        padding: 50px 0;
    }
    .hezuo_nr .xia_nr {
        margin-top: 30px;
        padding: 15px;
    }
}


/*  关于我们*/

.about img {
    max-width: 100%;
}

.about_des {
    padding: 115px 0 150px;
    color: #505050;
}

.des_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.des_row .des_img {
    width: calc(606% / 1450 * 100);
    margin-right: 60px;
}

.des_row .des_content {
    flex: 1;
}

.des_row .des_content h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: right;
}

.des_row .des_content .des_hr {
    margin: 45px 0 45px auto;
    display: block;
}

.des_row .des_content .des_text {
    font-size: 20px;
    line-height: 45px;
    background: url(../images/des_text.png) no-repeat center;
}

.about_culture {
    padding: 125px 0 110px;
    background-color: #f7f7f7;
}

.culture_content {
    flex: 1;
}

.culture_img {
    width: calc(795% / 1450 * 100);
}

.culture_content .culture_title {
    margin: 20px 0 0;
}

.culture_content .culture_title h2 {
    color: #bfbfbf;
    font-size: 45px;
    font-weight: bold;
    width: 2em;
    margin-right: 200px;
    margin-left: auto;
}

.culture_content .culture_title .date {
    display: flex;
    align-items: center;
    margin-right: 200px;
    margin-left: auto;
    justify-content: flex-end;
}

.culture_content .culture_title .date strong {
    font-size: 84px;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(90deg, #1261e8, #11a9f3);
    background-clip: text;
    -webkit-background-clip: text;
    margin-right: 70px;
}

.culture_content .culture_title .date span {
   
    font-size: 16px;
    color: #353232;
    display: block;
}

.culture_content .culture_title .date i {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background-color: #118dee;
    margin-top: 10px;
}

.culture_ul {
    background: url(../images/about_culture_l.png) no-repeat center;
    padding: 60px 0 50px;
}

.culture_ul li {
    font-size: 18px;
    color: #5f5f5f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.culture_ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #00bff9;
    margin-right: 20px;
}

.culture_ul li strong {
    color: #010101;
    font-size: 21px;
    font-weight: 400;
    width: 76%;
}

.about_history {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.about_history .line {
    position: absolute;
    top: 156px;
    right: 0;
    width: 100%;
}

.history_swiper {
    height: 650px;
    padding-top: 120px;
}

.history_swiper .swiper-slide {
    height: 100%;
    padding-top: 57px;
    overflow: hidden;
    cursor: pointer;
}

.history_swiper .swiper-slide h5 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-left: 60px;
}

.history_swiper .swiper-slide h5::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #fff;
    position: absolute;
    left: 26px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.history_swiper .swiper-slide:hover h5::before {
    background-color: #4169e1;
    box-shadow: 0 0 20px #fff;
}

.history_swiper .swiper-slide .slide_content {
    position: relative;
}

.history_swiper .swiper-slide .history_new {
    
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    line-height: 2;
    max-width: 310px;
    width: 100%;
    
    word-wrap: break-word;
    position: absolute;
    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;
}

.history_swiper .swiper-slide:hover .history_new {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.history_swiper .swiper-slide-active {
    padding-top: 400px;
}

.history_swiper .swiper-slide-next {
    padding-top: 240px;
}

.history_swiper .swiper-slide-next+div {
    padding-top: 127px;
}

.history_swiper .swiper-slide .history_new,
.history_swiper .swiper-slide-next+div .history_new {
    right: 0;
    top: 55px;
}

.history_new {}

.history_swiper .swiper-slide-active .history_new,
.history_swiper .swiper-slide-next .history_new {
    left: 0;
    bottom: 55px;
    top: auto;
}

.history_swiper .swiper-slide-next .history_new {
    bottom: 83px;
}

@media only screen and (max-width:1200px) {
    .about .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .des_row .des_img {
        width: calc(700% / 1450 * 100);
    }
    .des_row .des_content .des_text {
        font-size: 18px;
        line-height: 40px;
    }
    .des_row .des_content .des_hr {
        margin: 25px 0 25px auto;
    }
    .culture_content {
        flex: 0 0 30%;
    }
}

@media only screen and (max-width:1165px) {
    .culture_img {
        width: 48%;
    }
    .culture_content .culture_title h2 {
        margin: 0;
    }
    .culture_content .culture_title .date {
        margin-right: 0;
        justify-content: flex-start;
    }
    .culture_content {
        flex: 0 0 50%;
    }
}

@media only screen and (max-width:992px) {
    .about .container {
        padding: 0 20px;
    }
    .des_row .des_content h3 {
        text-align: left;
    }
    .des_row .des_content .des_hr {
        margin: 45px 0 45px;
    }
    .des_row .des_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .des_row .des_content .des_hr {
        margin: 25px 0;
    }
    .des_row .des_content .des_text {
        font-size: 20px;
        line-height: 41px;
    }
    .culture_content {
        flex: 0 0 100%;
    }
    .culture_img {
        width: 100%;
    }
    .culture_content .culture_title .date span {
        font-size: 18px;
    }
    .culture_ul {
        padding: 40px 0 30px;
    }
    .about_culture {
        padding: 55px 0 70px;
    }
    .about_des {
        padding: 115px 0 70px;
    }
}


/* 历史进程 */

@media only screen and (max-width:1670px) {
    .history_swiper .swiper-slide {
        top: -11px;
    }
    .history_swiper .swiper-slide-active {
        padding-top: 411px;
    }
}

@media only screen and (max-width:1560px) {
    .history_swiper .swiper-slide {
        top: -18px;
    }
}

@media only screen and (max-width:1450px) {
    .history_swiper .swiper-slide {
        top: -12px;
    }
    .history_swiper .swiper-slide-next+div {
        padding-top: 109px;
    }
    .history_swiper .swiper-slide-next {
        padding-top: 208px;
    }
    .history_swiper .swiper-slide-active {
        padding-top: 351px;
    }
}

@media only screen and (max-width:1340px) {
    .history_swiper .swiper-slide {
        top: -16px;
    }
}

@media only screen and (max-width:1200px) {
    .history_swiper .swiper-slide {
        top: -12px;
    }
    .history_swiper .swiper-slide-next+div {
        padding-top: 98px;
    }
    .history_swiper .swiper-slide-next {
        padding-top: 171px;
    }
    .history_swiper .swiper-slide-active {
        padding-top: 278px;
    }
    .history_swiper .swiper-slide-next .history_new {
        bottom: auto;
        top: 25px;
    }
}

@media only screen and (max-width:992px) {
    .history_swiper .swiper-slide-next {
        padding-top: 71px;
    }
    .history_swiper .swiper-slide-active {
        padding-top: 185px;
    }
    .history_swiper .swiper-slide .history_new {
        opacity: 1;
        visibility: initial
    }
    .history_swiper .swiper-slide-active .history_new {
        bottom: auto;
        top: 26px;
    }
}


/* 招贤纳士 */

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

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

.lianxi_zhaop .container .shang_bt p {
    flex: 1;
    text-align: left;
    font-size: 20px;
    color: #272727;
    font-weight: bold;
}


/* 招聘 */

.rc_zp .jr_lm {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #d8d5d5;
}

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

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

.rc_zp .jr_bt.on::after {
    width: 100%;
    height: 1px;
    background-color: #9eadf0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    position: absolute;
}


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

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

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

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

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

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

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

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

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

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

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

.ppk_more {
    width: 200px;
    height: 52px;
    background: linear-gradient( to right, #4388ef, #42d0fb) no-repeat;
    background: -webkit-linear-gradient( left, #4388ef, #42d0fb) no-repeat;
    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;
    }
    .lianxi_zhaop .container .shang_bt p {
        font-size: 22px;
    text-align: center;}
    .rc_zp .jr_nr .tousdijh {
        font-size: 18px;
    }
    .ppk_more {
        font-size: 19px;
    }
}

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

.xinjia_rlzy .shang_kuang {
    background-color: #f7f7f7;
    padding: 55px 28px 64px;
    margin-top: 60px;
}

.xinjia_rlzy .shang_bt {
    margin-top: 80px;
}

.ggbt2 {
    font-size: 30px;
    color: #505050;
}


/*  鍔犲叆鎴戜滑*/

.jiaru_mk1 {
    padding: 60px 0;
    position: relative;
}

.jiaru_mk1 .img {
    position: absolute;
    right: 0;
    top: -100px;
}

.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;
    box-shadow: 0 0 10px #cacaca;
}

.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 .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: 25px;
    color: #2e2e2e;
    padding-left: 60px;
    font-weight: bold;
    position: relative;
}

.jiaru_mk1 .zuoyou .you .dandyu h5::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    height: 5px;
    background: linear-gradient( to top, #42d0fb, #4394f2) no-repeat;
    background: -webkit-linear-gradient( bottom, #42d0fb, #4394f2) no-repeat;
    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) {
    .xinjia_rlzy .shang_bt {
        margin-top: 34px;
    }
    .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;
    }
}


/* /团队风采 */

.tuand_fc2 {
    padding: 90px 0 184px;
}

.ggbt2.ggbt::after {
    background: url(../images/tiao2.png);
    width: 78px;
    height: 9px;
}

.tuand_fc2 .tupian {
    height: 970px;
    position: relative;
}

.tuand_fc2 .tupian .dang {
    position: absolute;
    width: 384px;
    height: 268px;
    left: 0;
    top: 290px;
    overflow: hidden;
}

.tuand_fc2 .tupian .dang:nth-child(2) {
    left: 396px;
    top: 290px;
    width: 205px;
    height: 268px;
}

.tuand_fc2 .tupian .dang:nth-child(3) {
    left: 217px;
    top: auto;
    bottom: 133px;
    width: 383px;
    height: 267px;
}

.tuand_fc2 .tupian .dang:nth-child(4) {
    left: auto;
    right: 556px;
    top: 175px;
    width: 251px;
    height: 176px;
}

.tuand_fc2 .tupian .dang:nth-child(5) {
    left: auto;
    right: 161px;
    top: 84px;
    width: 383px;
    height: 268px;
}

.tuand_fc2 .tupian .dang:nth-child(6) {
    left: auto;
    right: 264px;
    top: 362px;
    width: 542px;
    height: 313px;
}

.tuand_fc2 .tupian .dang:nth-child(7) {
    left: auto;
    right: 0;
    top: 362px;
    width: 252px;
    height: 175px;
}

.tuand_fc2 .tupian .dang:nth-child(8) {
    left: auto;
    right: 0;
    top: 549px;
    width: 252px;
    height: 175px;
}

.tuand_fc2 .tupian .dang:nth-child(9) {
    left: auto;
    right: 460px;
    top: auto;
    bottom: 42px;
    width: 345px;
    height: 240px;
}

.tuand_fc2 .tupian .dang:nth-child(10) {
    left: auto;
    right: 264px;
    top: auto;
    bottom: 96px;
    width: 183px;
    height: 186px;
}

.tuand_fc2 .tupian .dang img.da_zheng {
    width: 100%;
    height: 100%;
    transition:all .5s ; 
-moz-transition: all .5s; /* Firefox 4 */ 
-webkit-transition:all .5s; /* Safari 和 Chrome */ 
-o-transition: all .5s; /* Opera */ 
}
.tuand_fc2 .tupian .dang img.da_zheng:hover {
    transform: scale(1.1)
}
.tuand_fc2 .tupian .dang .nei_nr {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(36, 99, 174, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    padding: 30px;
}

.tuand_fc2 .tupian .dang .nei_nr img {
    max-width: 100%;
    max-width: 100%;
}

.tuand_fc2 .tupian .dang:hover .nei_nr {
    opacity: 1;
}

@media only screen and (max-width:1460px) {
    .tuand_fc2 .tupian .dang:nth-child(1) {
        width: 359px;
        height: 250px;
    }
    .tuand_fc2 .tupian .dang:nth-child(2) {
        left: 374px;
    }
    .tuand_fc2 .tupian .dang:nth-child(3) {
        left: 198px;
    }
}

@media only screen and (max-width:1440px) {
    .tuand_fc2 .tupian .dang:nth-child(1) {
        width: 163px;
        height: 113px;
    }
    .tuand_fc2 .tupian .dang:nth-child(2) {
        left: 176px;
    }
    .tuand_fc2 .tupian .dang:nth-child(3) {
        left: 0;
    }
}

@media only screen and (max-width:1240px) {
    .tuand_fc2 .tupian .dang:nth-child(1) {}
    .tuand_fc2 .tupian .dang:nth-child(2) {
        width: 168px;
        height: 218px;
    }
    .tuand_fc2 .tupian .dang:nth-child(3) {
        width: 343px;
        height: 239px;
    }
}

@media only screen and (max-width:1200px) {
    .tuand_fc2 .tupian .dang {
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
    }
    .tuand_fc2 .tupian {
        overflow: hidden;
        column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 0;
        -o-column-gap: 0;
        -ms-column-gap: 0;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        height: auto;
    }
    .tuand_fc2 .tupian .dang {
        width: 100% !important;
        break-inside: avoid;
        -o-break-inside: avoid;
        -ms-break-inside: avoid;
        -moz-page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        height: auto !important;
    }
    .tuand_fc2 .tupian {
        margin-top: 30px;
    }
    .tuand_fc2 {
        padding: 50px 0;
    }
}


/* viewpoint */

.viewpoint {
    padding: 80px 0 50px;
}

.viewpoint_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /* background-color: #f7f7f7; */
    padding: 20px 0;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}
.viewpoint_row:nth-child(2){
    margin-top: 50px;
}

.viewpoint_row::after {
    width: 100%;
    height: 9px;
    left: 0;
    top: -9px;
    background: linear-gradient( to right, #4388ef, #42d0fb) no-repeat;
    background: -webkit-linear-gradient( left, #4388ef, #42d0fb) no-repeat;
    position: absolute;
    content: '';
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.viewpoint_row:hover::after {
    top: 0;
}

.viewpoint_row .viewpoint_l {
    flex: 0 0 20%;
    max-width: 20%;
    overflow: hidden;
}

.viewpoint_row .viewpoint_l img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.viewpoint_row:hover .viewpoint_l img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .9;
}

.viewpoint_row .viewpoint_text {
    flex: 1;
    padding: 20px 50px 20px 50px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_text .h2 {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_text .viewpoint_des {
    font-size: 17px;
    line-height: 26px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_time {
    flex: 0 0 12.85%;
    max-width: 12.85%;
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.viewpoint_row .viewpoint_time h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
    background: linear-gradient( to top, #04a4f1, #0572e9) no-repeat;
    background: -webkit-linear-gradient( bottom, #04a4f1, #0572e9) no-repeat;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewpoint_row .viewpoint_time p {
    font-size: 18px;
    font-weight: bold;
    color: #323232;
}

.zuoyou_de {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    color: #969696;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.zuoyou_de .zuo_zz i {
    margin-right: 10px;
}

.zuoyou_de .xw_ck {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 20px;
    color: #969696;
    background-color: #fafafa;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.viewpoint_row:hover {
    box-shadow: 0 0 10px #cacaca;
}

.viewpoint_row:hover .zuoyou_de .xw_ck {
    color: #fff;
    border: 1px #fff solid;
    background: linear-gradient( to right, #438bef, #42d0fb) no-repeat;
    background: -webkit-linear-gradient( left, #438bef, #42d0fb) no-repeat;
}

@media only screen and (max-width:1024px) {
    .viewpoint_row .viewpoint_text {
        flex: 0 0 75%;
        max-width: 75%;
        order: 1;
        padding: 20px;
    }
    .viewpoint_row .viewpoint_text .viewpoint_des {
        font-size: 17px;
    }
    .viewpoint_row .viewpoint_l {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .viewpoint_row .viewpoint_time {
        flex: 0 0 25%;
        max-width: 25%;
        order: 1;
    }
    .viewpoint_row .viewpoint_text .h2 {
        font-size: 22px;
        margin-bottom: 13px;
    }
    .zuoyou_de {
        padding-top: 15px;
    }
    .viewpoint_row {
        padding: 0;
    }
}


/* viewpoint end */

.fenye {
    margin: 80px 0 14px;
    position: relative;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    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: 31px;
    height: 31px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fenye a.current-page {
    color: #fff;
    background: linear-gradient( to right, #479cef, #5dc0f5) no-repeat;
    background: -webkit-linear-gradient( left, #479cef, #5dc0f5) no-repeat;
}

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

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


/* 产品 */

.co_liebia {
    padding: 84px 0 100px;
}

.co_liebia .erjki {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 65px;
}

.co_liebia .erjki a {
    display: block;
    font-size: 20px;
    color: #525252;
    font-weight: bold;
    padding: 20px 30px;
    box-shadow: 0 0 10px #cacaca;
    margin: 0 25px;
    border-radius: 50px;
}

.co_liebia .erjki a.on {
    background: linear-gradient( to right, #0163ea, #00bcf9) no-repeat;
    background: -webkit-linear-gradient( left, #0163ea, #00bcf9) no-repeat;
    color: #fff;
}
.co_liebia .erjki a:hover{
        background: linear-gradient( to right, #0163ea, #00bcf9) no-repeat;
    background: -webkit-linear-gradient( left, #0163ea, #00bcf9) no-repeat;
    color: #fff;
}
.co_liebia .lienbiapo {
    margin: 0 -13px;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.co_liebia .lienbiapo .dange_cp {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 13px;
    margin-top: 100px;
    display: block;
     transition: all .5s;
     -o-transition: all .5s;
     -ms-transition: all .5s;
     -moz-transition: all .5s;
     -webkit-transition: all .5s;
}
.co_liebia .lienbiapo .dange_cp:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}
.co_liebia .lienbiapo .dange_cp .sycpnr {
    box-shadow: 0 0 10px #cacaca;
}

@media only screen and (max-width:1200px) {
    .co_liebia .lienbiapo .dange_cp {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width:1024px) {
    .co_liebia {
        padding: 50px 0;
    }
    .co_liebia .erjki a {
        font-size: 19px;
        padding: 17px 21px;
        margin: 5px;
    }
    .co_liebia .erjki {
        margin-top: 30px;
    }
    .co_liebia .lienbiapo .dange_cp {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 53px;
    }
}


/* 新闻内页 */

.ny_nr .xw_xq {
    padding: 30px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.xia_guo_gg::after {

}

.xia_guo_gg:hover::after {
    right: 150%;
}

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

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