@charset "utf-8";
* {
    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 .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.header .shang_top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.header .xia_top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

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


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

.header .shang_top .container {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

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

.header .you_denglu a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 20px;
    font-size: 14px;
    color: #ffffff;
    margin-left: 20px;
    border-radius: 50px;
}

.header .you_denglu a:nth-child(1) {
    background-color: #26b1ea;
    border: 1px solid #26b1ea;
}

.header .you_denglu a:nth-child(2) {
    border: 1px solid #fff;
}

.sy_ban {
    height: 960px;
}

.sy_ban .container {
    height: 100%;
}

.sy_ban .container .nerirpmg {
    position: relative;
    height: 100%;
    padding: 0 155px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.sy_ban .container .zi {
    position: absolute;
    top: 250px;
    left: 155px;
}

.sy_ban .container .dange {
    flex: 1;
    padding: 0 15px;
}

.sy_ban .container .dange .bai_kuang {
    border-radius: 30px 30px 0 0;
    padding: 58px 40px;
    background: #4b69fb;
    background: #4b69fb;
}

.sy_ban .container .dange:nth-child(1) .bai_kuang {
    height: 564px;
    background: url(../images/13.png) no-repeat center / cover;
}

.sy_ban .container .dange:nth-child(2) .bai_kuang {
    height: 440px;
    background: url(../images/14.png) no-repeat center / cover;
}

.sy_ban .container .dange:nth-child(3) .bai_kuang {
    height: 720px;
    background: url(../images/15.png) no-repeat center / cover;
}

.sy_ban .container .dange .shang {
    padding-bottom: 42px;
    position: relative;
    filter: brightness(100);
}

.sy_ban .container .dange .shang::after {
    position: absolute;
    width: 50px;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient( to right, #4986ff, #4986ff) no-repeat;
    background: -webkit-linear-gradient( left, #4986ff, #4986ff) no-repeat;
    content: '';
    left: 0;
    bottom: 0;
}

.sy_ban .container .dange .xia {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    line-height: 53px;
    position: relative;
    z-index: 2;
}

/*.sy_ban .container .dange .xia::after {
    position: absolute;
    content: '';
    width: 88px;
    height: 88px;
    background: #5c79f9;
    border-radius: 100px;
    bottom: -57px;
    left: 114px;
    z-index: -1;
}
*/
@media only screen and (max-width:1500px) {
    .sy_ban .container .nerirpmg {
        padding: 0;
    }
}

@media only screen and (max-width:1200px) {
    .sy_ban .container .dange .xia {
        font-size: 24px;
        line-height: 40px;
    }
    .sy_ban .container .dange:nth-child(1) .bai_kuang {
        height: 439px;
    }
    .sy_ban .container .dange:nth-child(2) .bai_kuang {
        height: 329px;
    }
    .sy_ban .container .dange:nth-child(3) .bai_kuang {
        height: 526px;
    }
    .sy_ban {
        height: 705px;
    }
    .sy_ban .container .zi {
        top: 162px;
    }
}

.sy_ban .shoujiduan_ban {
    display: none;
}

@media only screen and (max-width:1024px) {
    .sy_ban .shoujiduan_ban {
        display: block;
    }
    .sy_ban .container .nerirpmg {
        display: none;
    }
    .sy_ban {
        height: auto;
        padding-top: 194px;
    }
    .sy_ban .container .dange .shang {
        padding-bottom: 35px;
    }
    .sy_ban .container .dange .shang img {
        width: 50px;
    }
    .sy_ban .container .dange:nth-child(1) .bai_kuang {
        height: 373px;
        /* padding: 50px 30px 100px; */
    }
    .sy_ban .container .zi {
        width: 100%;
        position: static;
    }
    .sy_ban .container .zi img {
        width: 100%;
    }
    .sy_ban .pc_ban {
        margin-top: 30px;
    }
}


/* 系统概述 */

.sy_mk1 {
    padding: 97px 0 92px;
}

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

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

.ggbt h5 {
    font-size: 36px;
    font-weight: bold;
    color: #141414;
    padding-bottom: 35px;
    position: relative;
}

.ggbt h5::after {
    position: absolute;
    width: 50px;
    height: 5px;
    background: #4c88ff;
    content: '';
    left: 0;
    bottom: 0;
    border-radius: 20px;
}

.ggbt h6 {
    text-transform: uppercase;
    font-size: 26px;
    color: #646464;
    margin-top: 40px;
}

.sy_mk1 .container .nr {
    font-size: 18px;
    color: #323232;
    line-height: 39px;
    margin-top: 30px;
}

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

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

.sy_mk1 .lunbo {
    flex: 0 0 100%;
    /* margin-top: 60px; */
    margin: 0 -15px;
    width: 100%;
}

.sy_mk1 .lunbo .cp_ban {
    padding: 60px 10px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.sy_mk1 .lunbo .cp_ban .nritpg {
    box-shadow: 0 0 10px #cadff7;
    background: #fff;
    height: 284px;
    border-radius: 20px;
    padding: 10px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .lunbo .cp_ban .nritpg:hover {background-image: linear-gradient(to right, #3959cd, #40a4e9);}

.sy_mk1 .lunbo .cp_ban .nritpg img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .lunbo .cp_ban .nritpg:hover img {
    filter: grayscale(100%) brightness(200%);
}

.sy_mk1 .lunbo .cp_ban .nritpg::after {
    content: '';
    position: absolute;
    width: 43px;
    height: 3px;
    background: #0068ff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sy_mk1 .lunbo .cp_ban .nritpg:hover::after {
    display: none;
}

.sy_mk1 .lunbo .cp_ban .swiper-slide:nth-child(2n) .nritpg::after {
    background: #ffc000;
}

.sy_mk1 .lunbo .cp_ban .nritpg h5 {
    font-size: 18px;
    color: #1b1b1b;
    margin-top: 25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .lunbo .cp_ban .nritpg:hover h5 {
    color: #fff;
}

.sy_mk1 .lunbo .cp_ban .nritpg h6 {
    font-size: 11px;
    color: #2e395c;
    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;
}

.sy_mk1 .lunbo .cp_ban .nritpg:hover h6 {
    color: #fff;
}

.sy_mk1 .lunbo .cp_ban .swiper-pagination .swiper-pagination-bullet {
    width: 43px;
    height: 3px;
    border-radius: 0;
    background: #0068ff;
}

@media only screen and (max-width:1200px) {
    .sy_mk1 .container .nr {
        max-height: 397px;
        overflow-y: auto;
    }
    .sy_mk1 .lunbo {
        margin: 0;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk1 {
        padding: 50px 0;
    }
    .ggbt h5 {
        font-size: 30px;
        padding-bottom: 25px;
    }
    .ggbt h6 {
        font-size: 24px;
        margin-top: 24px;
    }
    .sy_mk1 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk1 .container .nr {
        max-height: 100%;
    }
    .sy_mk1 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_mk1 .lunbo .cp_ban .nritpg {
        padding-top: 0;
    }
    .sy_mk1 .lunbo .cp_ban .nritpg h5 {
        font-size: 22px;
    }
    .sy_mk1 .lunbo .cp_ban .nritpg h6 {
        font-size: 17px;
    }
}


/* 蓝太平洋研究与培训 */

.sy_mk5 {
    padding: 50px 0 46px;
}

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

.sy_mk5 .container .zuo {
    flex: 0 0 62.7%;
    max-width: 62.7%;
}

.sy_mk5 .container .zuo .ggbt h5,
.sy_mk5 .container .zuo .ggbt h6 {
    color: #fff;
}

.sy_mk5 .container .zuo .ggbt h5::after {
    background-color: #ffffff;
}

.sy_mk5 .container .nr {
    font-size: 18px;
    color: #ffffff;
    margin-top: 28px;
    line-height: 48px;
}

.sy_mk5 .container .you {
    flex: 0 0 36.2%;
    max-width: 36.2%;
}

.sy_mk5 .container .you img {
    max-width: 100%
}


/* 蓝太平洋舆情APP */

.sy_mk6 {
    position: relative;
    padding: 95px 0 120px;
    overflow: hidden;
}

.sy_mk6 .qiu1 {
    position: absolute;
    right: 0;
    top: 10px;
    animation: zhuan 8s linear infinite;
}

@keyframes zhuan {
    100% {
        transform: rotate(360deg);
    }
}

.sy_mk6 .qiu2 {
    position: absolute;
    right: 0;
    top: 188px;
    animation: shang 5s linear infinite;
}

@keyframes shang {
    50% {
        top: 288px;
    }
    100% {
        top: 188px;
    }
}

.sy_mk6 .tpy_lunbo {
    position: relative;
}

.sy_mk6 .xiaot {
    width: 60%;
    position: absolute;
    right: 30px;
    top: 85px;
}

.sy_mk6 .dat {
    padding-bottom: 140px;
}

.sy_mk6 .tpy_lunbo {
    margin-top: 56px;
}

.sy_mk6 .dat .shang_zy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 590px;
}

.sy_mk6 .dat .shang_zy .zuo {
    flex: 0 0 30%;
    max-width: 30%;
    background: #edf1f7;
    border-radius: 10px 0 0 10px;
    height: 100%;
    padding-top: 63px;
    padding-left: 153px;
    position: relative;
    opacity: 0;
}

.sy_mk6 .dat .swiper-slide-active .shang_zy .zuo {
    opacity: 1;
}

.sy_mk6 .dat .shang_zy .zuo img {
    max-width: 340px;
}

.sy_mk6 .dat .shang_zy .you {
    flex: 0 0 70%;
    max-width: 70%;
    background: url(../images/mk6_03.jpg) no-repeat center / cover;
    border-radius: 0 10px 10px 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    padding: 198px 90px 0;
}

.sy_mk6 .dat .shang_zy .you h5 {
    font-size: 26px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
}

.sy_mk6 .dat .shang_zy .you h6 {
    font-size: 18px;
    color: #646464;
    text-align: center;
    margin-top: 27px;
}

.sy_mk6 .dat .shang_zy .you .xiaoshou {
    display: flex;
    margin-top: 73px;
}

.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-next,
.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-prev {
    position: static;
    width: 50px;
    height: 50px;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #3959cd;
    color: #3959cd;
}

.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-next i,
.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-prev i {
    font-size: 28px;
}

.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-next {
    background-image: linear-gradient(to right, #3959cd, #40a4e9);
    color: #fff;
}

.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-next::after,
.sy_mk6 .dat .shang_zy .you .xiaoshou .swiper-button-prev::after {
    display: none;
}

.sy_mk6 .dat,
.sy_mk6 .xiaot {
    overflow: hidden;
}

.sy_mk6 .xiaot .neriong {
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.sy_mk6 .xiaot .neriong h5 {
    font-size: 16px;
    color: #1b1b1b;
    margin-top: 15px;
    text-align: center;
    line-height: 23px;
}


/* swiper-slide-active swiper-slide-thumb-active */

.sy_mk6 .xiaot .neriong img {
    filter: grayscale(100%);
    filter: gray;
}

.sy_mk6 .xiaot .neriong {
    opacity: .5;
}

.sy_mk6 .xiaot .swiper-slide-thumb-active .neriong img {
    filter: none;
}

.sy_mk6 .xiaot .swiper-slide-thumb-active .neriong {
    opacity: 1;
}

.sy_mk6 .sang_kuai .kuang_hu {
    border-radius: 20px;
    overflow: hidden;
}

.sy_mk6 .sang_kuai .kuang_hu .shang_hu {
    position: relative;
}

.sy_mk6 .sang_kuai .kuang_hu .shang_lk {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    border-radius: 20px;
    background-image: linear-gradient(to right, #3959cd, #40a4e9);
    padding: 25px;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk6 .sang_kuai .kuang_hu:hover .shang_lk {
    opacity: 1;
}

.sy_mk6 .sang_kuai .kuang_hu .shang_lk h6 {
    max-height: 100%;
    overflow-y: auto;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
}

.sy_mk6 .sang_kuai .kuang_hu h5 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}

.sy_mk6 .sang_kuai .kuang_hu img {
    width: 100%;
}

@media only screen and (max-width:1400px) {
    .sy_mk6 .dat .shang_zy .zuo {
        padding-left: 8px;
    }
}

@media only screen and (max-width:1200px) {
    .sy_mk6 .dat .shang_zy .zuo img {
        max-width: 306px;
    }
    .sy_mk6 .dat .shang_zy .zuo {
        padding-left: 0;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk6 .sang_kuai .kuang_hu h5 {
        padding: 30px 0;
        margin-top: 0;
    }
    .sy_mk6 .sang_kuai .kuang_hu .shang_lk h6 {
        font-size: 19px;
    }
    .sy_mk6 {
        padding: 50px 0;
    }
    .sy_mk6 .dat .swiper-slide-active .shang_zy .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk6 .dat .shang_zy {
        height: auto;
    }
    .sy_mk6 .dat .shang_zy .zuo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .sy_mk6 .dat .shang_zy .zuo img {
        max-width: 319px;
    }
    .sy_mk6 .xiaot {
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }
    .sy_mk6 .dat .shang_zy .you {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk6 .dat .shang_zy .you {
        padding: 30px;
    }
    .sy_mk6 .dat {
        padding-bottom: 30px;
    }
    .sy_mk6 .xiaot {
        padding: 50px 0;
    }
}


/* 舆情365平台 */

.sy_mk7 {
    padding: 80px 0 120px;
    background-color: #f1f3f9;
}

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

.sy_mk7 .container .zuo {
    flex: 0 0 44.4%;
    max-width: 44.4%;
}

.sy_mk7 .sdig_kua {
    margin-top: 58px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 85px;
}

.sy_mk7 .sdig_kua .dange {
    margin-top: 50px;
    width: 229px;
    background: url(../images/beijingj_03.png) no-repeat top center;
    padding-top: 90px;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
}

.sy_mk7 .sdig_kua .dange i {
    position: absolute;
    left: 26px;
    top: 19px;
    font-size: 50px;
    line-height: 1;
    color: #cad1f7;
    animation: y1 1s linear infinite;
}

@keyframes y1 {
    50% {
        top: 10px;
    }
    100% {
        top: 19px;
    }
}

.sy_mk7 .sdig_kua .dange h5 {
    font-size: 24px;
    color: #3373ba;
    font-weight: bold;
}

.sy_mk7 .sdig_kua .dange h6 {
    margin-top: 30px;
}

.sy_mk7 .sdig_kua .dange h6 span {
    display: block;
    font-size: 18px;
    color: #1b1b1b;
    padding: 10px 0;
}

.sy_mk7 .sdig_kua .dange:nth-child(3) h6 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 225px;
}

.sy_mk7 .sdig_kua .dange:nth-child(3) h6 span {
    flex: 0 0 40%;
    text-align: center;
}

.sy_mk7 .container .you {
    flex: 0 0 51.5%;
    max-width: 51.5%;
}

.sy_mk7 .container .you img {
    max-width: 100%;
}

.sy_mk7 .container .you .wuge_sx {
    margin-top: 40px;
    padding-left: 75px;
}

.sy_mk7 .container .you .wuge_sx .dg {
    margin-top: 15px;
    padding: 14px 77px;
    font-size: 18px;
    color: #1b1b1b;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px #f0eaea;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk7 .container .you .wuge_sx .dg:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sy_mk7 .container .you .wuge_sx .dg::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 17px;
    background: url(../images/qi_03.png);
    left: 0;
    content: "";
}

@media only screen and (max-width:1400px) {
    .sy_mk7 .sdig_kua {
        padding-left: 0;
    }
}

@media only screen and (max-width:1200px) {
    .sy_mk7 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk7 .sdig_kua .dange {
        width: 194px;
        margin-top: 30px;
    }
    .sy_mk7 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .sy_mk7 .container .you .wuge_sx {
        padding-left: 0;
    }
    .sy_mk7 .container .you img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk7 {
        padding: 50px 0;
    }
    .sy_mk7 .sdig_kua .dange {
        width: 294px;
    }
    .sy_mk7 .container .you .wuge_sx .dg {
        font-size: 19px;
    }
}


/* 底 */

footer {
    padding-top: 217px;
    padding-bottom: 135px;
}

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

footer .di_nr {
    padding-left: 150px;
    display: flex;
    float: left;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 65%;
}

footer h5 {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 18px;
    position: relative;
}

footer h5::after {
    width: 37px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

footer .xia {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

footer .xia a {
    flex: 0 0 50%;
    font-size: 14px;
    color: #eeeeee;
    display: block;
    padding: 13px 0;
}

footer .y .xia {
    font-size: 14px;
    color: #eeeeee;
    line-height: 30px;
    margin-top: 35px;
}

footer .you {
    padding-right: 166px;
}

footer .you .xia_l_ewm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 36px;
}

footer .you .xia_l_ewm .dg {
    /*flex: 0 0 40%;*/
    max-width: 40%;
    width: 84px;
}

footer .you .xia_l_ewm .dg img {
    width: 100%;
}

footer .you .xia_l_ewm .dg h4 {
    margin-top: 16px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

footer .banquan {
    flex: 0 0 100%;
    margin-top: 60px;
    font-size: 16px;
    color: #dfdfdf;
    padding-left: 150px;
}

footer .banquan a {
    color: #dfdfdf;
}

@media only screen and (max-width:1500px) {
    footer .di_nr {
        padding-left: 0;
    }
    footer .banquan {
        padding-left: 0;
    }
    footer .you {
        padding-right: 0;
    }
}

@media only screen and (max-width:1200px) {
    footer .di_nr {
        flex: 0 0 67%;
    }
}

@media only screen and (max-width:1024px) {
    footer .di_nr {
        flex: 0 0 100%;
    }
    footer h5 {
        font-size: 22px;
    }
    footer .di_nr .z {
        display: none;
    }
    footer .y .xia {
        font-size: 19px;
        line-height: 37px;
    }
    footer .you {
        margin-top: 50px;
        flex: 0 0 100%;
    }
    footer .you .xia_l_ewm .dg h4 {
        font-size: 19px;
    }
    footer .banquan {
        margin-top: 50px;
    }
    footer {
        padding-bottom: 30px;
    }
}


/* 功能特性 */

.sy_liu {
    overflow: hidden;
}

.sy_liu .container {
    position: relative;
}

.sy_liu .ggbt {
    margin-top: 40px;
    position: absolute;
}

.liu_content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    position: relative;
}

.liu_content .hd ul {
    background: url(../images/xian.png) no-repeat center center / cover;
    height: 758px;
    width: 730px;
    display: flex;
    padding: 50px 0 50px;
    justify-content: space-between;
    /* align-items: center; */
    flex-direction: column;
}

.liu_content .hd li a {
    width: 160px;
    height: 55px;
    font-size: 18px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liu_content .hd li a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #4986ff;
    top: -9px;
    left: -30px;
    /* border: 8px solid transparent; */
    box-sizing: content-box;
}



.liu_content .hd li a strong {
    font-weight: bold;
    font-size: 26px;
    margin-right: 5px;
}

.liu_content .hd li.on a {
    background: linear-gradient( to right, #478cff, #3fa9fd) no-repeat;
    background: -webkit-linear-gradient( left, #478cff, #3fa9fd) no-repeat;
    color: #fff;
}



.liu_content .hd li.on a::before {
    box-shadow: 0 0 0 8px rgba(73, 134, 255, .4);
}

.liu_content .hd li:nth-child(1) {
    padding-left: 71%;
}

.liu_content .hd li:nth-child(2) {
    padding-left: 56.5%;
}

.liu_content .hd li:nth-child(3) {
    padding-left: 46%;
}

.liu_content .hd li:nth-child(4) {
    padding-left: 37%;
}

.liu_content .hd li:nth-child(5) {
    padding-left: 29.5%;
}

.liu_content .hd li:nth-child(6) {
    padding-left: 23%;
}

.liu_content .hd li:nth-child(7) {
    padding-left: 17%;
}

.liu_content .hd li:nth-child(8) {
    padding-left: 12.5%;
}

.liu_content .hd li:nth-child(9) {
    padding-left: 8.5%;
}

.liu_content .bd {
    flex: 1;
}

.liu_content .bd .wai_ceng {
    position: relative;
    display: none;
    height: 100%;
}

.liu_content .bd .baikuaiung_k {
    position: absolute;
    left: -384px;
    bottom: 72px;
    width: 500px;
    height: 213px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #cacaca;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

.liu_content .bd .baikuaiung_k h5 {
    font-size: 20px;
    color: #1e1e1e;
    font-weight: bold;
}

.liu_content .bd .baikuaiung_k h6 {
    font-size: 18px;
    color: #646464;
    margin-top: 20px;
    line-height: 34px;
}

.liu_content .bd .liu_img {
    position: absolute;
    bottom: 92px;
    right: 40px;
    z-index: 2;
    border-radius: 50%;
}

.liu_content .bd .liu_img img {
    width: 540px;
    height: 540px;
    border-radius: 100%;
    border: 5px solid #fff;
}

.liu_content .bd .liu_img:before {
    content: '';
    position: absolute;
    background: url(../images/bott.png) no-repeat center center / cover;
    z-index: -1;
    width: 671px;
    height: 641px;
    top: -39px;
    left: -80px;
}

@media only screen and (max-width:1400px) {
    .liu_content .bd .liu_img img {
        width: 400px;
        height: 400px;
    }
    .liu_content .bd .liu_img:before {
        width: 539px;
        height: 505px;
    }
    .liu_content .bd .liu_img {
        bottom: 247px;
    }
    .liu_content .bd .baikuaiung_k {
        bottom: 31px;
    }
}

@media only screen and (max-width:1200px) {
    .sy_liu .ggbt {
        position: relative;
    }
    .liu_content .bd .liu_img {
        bottom: 53px;
    }
    .liu_content .bd .liu_img {
        right: 0;
        text-align: right;
    }
    .liu_content .bd .liu_img:before {
        top: auto;
        left: auto;
        bottom: -60px;
        right: -68px;
    }
    .liu_content .bd .baikuaiung_k {
        left: 0;
    }
    .liu_content .bd .wai_ceng {
        width: 100%;
    }
    .liu_content .hd ul {
        background: transparent;
    }
    .liu_content .bd {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    .liu_content .bd .liu_img {
        position: relative;
        max-width: 100%;
    }
    .liu_content .hd ul {
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    .liu_content .hd li:nth-child(n) {
        padding-left: 0;
        flex: 0 0 25%;
        max-width: 25%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .liu_content .hd li a::before {
        left: -25px;
        top: calc(50% - 6px);
    }
}

@media only screen and (max-width:1024px) {
    .liu_content .bd .baikuaiung_k {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }
    .liu_content .hd li:nth-child(n) {
        flex: 0 0 43%;
        max-width: 43%;
    }
    .liu_content .bd .liu_img img {
        /* width: 100%; */
    }
    .liu_content .bd .liu_img {
        text-align: center;
    }
    .liu_content .bd .liu_img:before {
        width: 535px;
        height: 510px;
        top: -43px;
        left: 11px;
    }
    .liu_content .hd li a::before {
        left: -37px;
    }
}

@media only screen and (max-width:992px) {
    .sy_liu {
        padding-top: 50px;
    }
    .liu_content .hd ul {
        padding: 30px 0 80px;
    }
    .liu_content {
        margin-top: 10px;
    }
    .liu_content .hd li a {
        font-size: 19px;
    }
}


/* 八个优势 */

.sy_mk4 {
    padding: 113px 0 100px;
    overflow: hidden;
    background: url(../images/bg_01.png) no-repeat left bottom;
}

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

.sy_mk4 .container .zuo {
    flex: 1;
    position: relative;
}

.sy_mk4 .container .zuo img {
    width: 740px;
    position: absolute;
    top: 40px;
    right: 50px;
}

.sy_mk4 .container .you {
    flex: 0 0 55.4%;
    max-width: 55.4%;
}

.sy_mk4 .container .you .beg_kuai {
    border-radius: 20px;
    background-color: #f6f7fc;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai {
    flex: 0 0 50%;
    max-width: 50%;
    height: 133px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(1),
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(3),
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(5),
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(7) {
    border-left: none;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(7),
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(8) {
    border-bottom: none;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai span {
    font-weight: bold;
    font-size: 18px;
    color: #323232;
    margin-left: 15px;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai .neirong {
    position: absolute;
    width: 100%;
    height: 200%;
    z-index: 2;
    left: 0;
    top: 0;
   background-image: linear-gradient(to right, #3959cd, #40a4e9);
    padding: 0 15px 0 25px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(3) .neirong,
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(4) .neirong,
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(7) .neirong,
.sy_mk4 .container .you .beg_kuai .dg_kuai:nth-child(8) .neirong {
    top: auto;
    bottom: 0;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai:hover .neirong {
    visibility: inherit;
    opacity: 1;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai .neirong h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.sy_mk4 .container .you .beg_kuai .dg_kuai .neirong h6 {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 15px;
}

@media only screen and (max-width:1700px) {
    .sy_mk4 .container .zuo img {
        width: 100%;
        position: relative;
    }
}

@media only screen and (max-width:1400px) {
    .sy_mk4 .container .you .beg_kuai .dg_kuai .neirong h6 {
        overflow-y: auto;
        max-height: 154px;
    }
    .sy_mk4 .container .you .beg_kuai {
        box-shadow: 0 0 10px #cacaca;
    }
    .sy_mk4 {
        background: url(../images/bg_01.png) no-repeat left -84% bottom;
    }
}

@media only screen and (max-width:1200px) {
    .sy_mk4 .container .zuo {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .sy_mk4 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    .sy_mk4 .container .zuo img {
        width: 55%;
        top: 0;
        right: 0;
    }
    .sy_mk4 {
        background: none;
    }
}

@media only screen and (max-width:1024px) {
    .sy_mk4 {
        padding: 50px 0;
    }
    .sy_mk4 .container .zuo img {
        width: 100%;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai {
        height: auto;
        flex: 0 100%;
        max-width: 100%;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai .neirong {
        position: static;
        flex: 0 0 100%;
        visibility: inherit;
        opacity: 1;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai {
        flex-wrap: wrap;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai {
        padding-left: 0;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai .neirong {
        height: auto;
        padding: 30px;
        margin-top: 30px;
    }
    .sy_mk4 .container .you .beg_kuai i {
        margin-left: 30px;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai {
        margin-top: 30px;
    }
    .sy_mk4 .container .you .beg_kuai .dg_kuai .neirong h6 {
        max-height: 100%;
        font-size: 18px;
        line-height: 35px;
    }
    .sy_mk5 .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sy_mk5 .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}


/*  */

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

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

.header .logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 535px;
}

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

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

.header .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: #fff;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 14px;
    left: 0;
}

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

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

.header .an.n span.a1 {
    top: 13px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 13px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .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: 40px;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 10px;
    height: 100%;
}

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

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

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

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

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

@media only screen and (max-width:1300px) {
    .header .logo {
        max-width: 366px;
    }
}

@media only screen and (max-width:1200px) {
    .header .nav ul li {
        margin-left: 7px;
    }
    .header .zuoyou_y {
        padding-top: 0;
    }
}

@media only screen and (max-width:1024px) {
    .header .logo {
        margin: 0;
        float: none;
        position: relative;
    }
    .header .logo img.d_w {
        opacity: 1;
        top: 25px;
    }
    .header .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.t_m {
        opacity: 0;
    }
    .header.on .logo img.d_w {
        opacity: 1;
    }
    .header .an {
        display: block;
    }
    .header .tel {
        height: 90px;
        font-size: 22px;
        line-height: 90px;
        text-align: left;
        color: #fff;
        float: none;
    }
    .header .tel i {
        color: #fff;
    }
    .header .nav {
        width: 60%;
        height: 100vh;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        display: block;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .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, .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;
    }
    .header .nav ul li:hover::after,
    .header .nav ul li.on::after {
        display: none;
    }
    .header {
        /* position: relative; */
    }
    .header.headernei .yuyan .xia_nr,
    .header .yuyan .xia_nr {
        background: rgba(12, 60, 96, .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, .5);
    }
}

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