* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    user-select: none
}

body {
    height: 4000px;
}

/* ----------nav导航栏开始啦---------- */
.nav {
    float: left;
    width: 100%;
    height: 64px;
    background: #ffffff;
    /* 固定导航栏 */
    position: fixed;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #eaeaea;
    /* overflow: hidden; */
}

.logo {
    position: relative;
    float: left;
    width: 200px;
    height: 100%;
    left: 200px;
}

.logo img {
    position: absolute;
    top: 0px;
    width: 65px;
    height: 65px;
    left: -30px;
}

.logo>div {
    position: absolute;
    font-size: 26px;
    left: 40px;
    top: 16px;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft Yahei, STHeiTi, Arial, sans-serif;
}

.nav ul {
    float: right;
    margin-right: 200px;
}

.nav ul li {
    width: 96px;
    height: 64px;
    float: right;
    /* 水平居中 */
    text-align: center;
    /* 垂直居中 */
    line-height: 64px;
}

.nav ul li a {
    color: #808080;
    font-size: 13px;
}

.nav-ul li:hover {
    border-bottom: 4px solid #152c5b;
}

.nav ul li a:hover {
    color: #152c5b;
}

/* li1导航栏首页按钮 */
.nav ul li1 {
    width: 96px;
    height: 64px;
    float: right;
    list-style: none;
    text-align: center;
    line-height: 64px;
    background-color: #395387;
}

.nav ul li1 a {
    color: #ffffff;
    font-size: 13px;
}

.nav ul li1:hover {
    border-bottom: 4px solid #152c5b;
}

/* ----------nav导航栏结束啦---------- */
/* ----------第1屏开始啦---------- */

.banner-box {
    width: 100%;
    height: 460px;
    margin-top: -167px;
    background: url(images/banner.png)no-repeat;
    background-size: 100%;
    background-position: center center;
    /* 模糊滤镜 */
    overflow: hidden;
    filter: blur(60px);

}

.banner {
    width: 80%;
    height: 480px;
    background-position: center center;
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 66px;
    left: 160px;
}

.theme-box {
    position: absolute;
    color: #ffffff;
    width: 100%;
    height: 304px;
    top: 96px;
    left: 144px;
}

.XK-in {
    position: absolute;
    font-size: 27px;
    top: 12px;
    left: -480px;
    opacity: 0;
}

.XK-in1 {
    position: absolute;
    font-size: 27px;
    top: 95px;
    left: -480px;
    opacity: 0;
}

.banner .theme-box ul {
    position: absolute;
    margin-top: 8px;
    height: 112px;
    bottom: 48px;
}

.banner .theme-box ul li p {
    font-size: 16px;
}

.banner .theme-box ul li .bt1,
.bt2 {
    float: left;
    margin-top: 16px;
    width: 96px;
    height: 36px;
    text-align: center;
}

.banner .theme-box ul li .bt1 {
    background-color: #4573d5;
    border-radius: 8px;
    border: 2px solid #384e81;
}

.banner .theme-box ul li .bt1 a {
    color: #ffffff;
    line-height: 36px;
}

.banner .theme-box ul li .bt2 {
    margin-left: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #808080;
}

.banner .theme-box ul li .bt2 a {
    color: #808080;
    line-height: 36px;
}

/* ----------第234屏开始啦---------- */


.introduc-box {
    float: left;
    position: relative;
    top: 170px;
    width: 100%;
    height: 160px;
    z-index: 0;
    margin-bottom: 150px;
}

.introduc-box .title {
    position: relative;
    left: 50%;
    width: 464px;
    height: 160px;
    margin-left: -132px;
    font-size: 27px;
    margin-top: 128px;
}

.introduc-box .title h1 {
    position: absolute;
    color: #152c5b;
    z-index: 2;
}

.title-a {
    position: absolute;
    top: 24px;
    left: -40px;
    font-size: 50px;
    font-weight: 720;
    z-index: 1;
    color: #d4d4d4;
    opacity: .5;
}

.bigbox {
    float: left;
    width: 100%;
    height: 450px;
    margin-top: 50px;
}

.onebox {
    position: relative;
    top: 50%;
    margin-top: -136px;
    margin-left: -80px;
    width: 100%;
    height: 304px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    background: linear-gradient(80deg, #b7b7b7, #f3f3f3, #f3f3f3, #f3f3f3, #f3f3f3);
}

.towbox {
    position: relative;
    top: 50%;
    margin-top: -136px;
    margin-left: 80px;
    height: 304px;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    background: linear-gradient(80deg, #f3f3f3, #f3f3f3, #f3f3f3, #f3f3f3, #b7b7b7);
}

.boto-box1,
.boto-box2,
.boto-box3 {
    position: absolute;
    z-index: -1;
}

.boto-box2 img {
    position: absolute;
}

.boto-box2-one {
    top: 15px;
    left: 128px;
}

.boto-box2-tow {
    left: 8px;
    top: 80px;
}

.boto-box2-three {
    left: 150px;
    top: 260px;
}

/* ----- */
.boto-box3 img {
    position: absolute;
}

.boto-box3-one {
    top: 19px;
    left: 159px;
}

.boto-box3-tow {
    left: 10px;
    top: 100px;
}

.boto-box3-three {
    left: 150px;
    top: 260px;
}

/* ----- */
.boto-box1 img {
    position: absolute;
}

.boto-box1-one {
    top: 19px;
    left: 159px;
}

.boto-box1-tow {
    left: 10px;
    top: 100px;
}

.boto-box1-three {
    left: 150px;
    top: 260px;
}

/* ------- */
.int-box {
    position: relative;
    width: 320px;
    height: 100%;
    left: 344px;
    z-index: 1;
}

.towbox-int-box {
    position: relative;
    width: 320px;
    height: 100%;
    left: 880px;
    z-index: 1;
}

.towbox-int-box #int-title {
    float: left;
    position: relative;
    width: 100%;
    height: 96px;
    margin-top: 51px;
}

.int-box #int-title {
    float: left;
    width: 100%;
    height: 96px;
    margin-top: 51px;
}

#int-title-p1 {
    font-size: 40px;
    color: rgb(51, 51, 51);
}

#int-title-p2 {
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.int-box #int-next {
    width: 100%;
    height: 120px;
}

#int-next-left {
    float: left;
    width: 25px;
    height: 100%;

}

#int-next-left img {
    float: left;
    width: 30px;
    margin-top: 7px;
}

#int-next-right {
    float: left;
    width: 280px;
    margin-left: 13px;
    margin-top: -7px;
}

#int-next-right ul {
    margin-top: 18px;
    color: #808080;
}

.onebox #num1 {
    position: absolute;
    width: 500px;
    left: 512px;
    top: -56px;
    border-radius: 32px;
    box-shadow: 20px 27px 30px -5px #aeadad;
}


.towbox #num1 {
    position: absolute;
    width: 500px;
    left: -662px;
    top: -56px;
    border-radius: 32px;
    box-shadow: 20px 27px 30px -5px #aeadad;
}

/* ----------第5屏开始啦---------- */
.shellbox {
    float: left;
    background-color: #ffffff;
    width: 100%;
    height: 720px;
    margin-top: -32px;
    float: left;
}

.imagesbox-img {
    height: 100%;
    padding-left: 230px;
    padding-top: 80px;
}

.shellbox h2 .a {
    position: absolute;
    top: 32px;
    left: -80px;
    font-size: 40px;
    font-weight: 720;
    color: #d4d4d4;
    z-index: -1;
    opacity: .5;
}

.s1 {
    width: 100%;
    margin-top: 200px;
    margin-left: -160px;
    background-color: #7394BA;
    position: absolute;
    z-index: 0;
    border-radius: 8px;
    box-shadow: 0 0 2px 190px #204776;
}

.shellbox h2 {
    position: relative;
    top: 28px;
    color: #152c5b;
    font-size: 50px;
    margin-bottom: 72px;
    margin-left: 468px;
    z-index: 1;
    position: relative;
}

.shell {
    width: 1180px;
    height: 400px;
    position: relative;
    overflow-x: hidden;
    border-radius: 12px;
    margin-top: 24px;
    box-shadow: 20px 20px 30px 5px rgba(18, 35, 63, 0.5);
}

.images {
    width: 2120px;
    height: 100%;
    display: flex;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: .8s;
    text-align: center;
    line-height: 80px;
}

.img p {
    position: absolute;
    z-index: 1;
    width: 224px;
    height: 400px;
    opacity: 0;
    transition: 0.9s;
    animation: .5s;
}

.img p:hover {
    opacity: 1;
}

.img .gg-label img {

    position: absolute;
    float: left;
    width: 28px;
    margin-top: -92px;
    margin-bottom: 16px;
    margin-left: 72px;
    z-index: 2;
    transition: 0.5s;
}

.img .gg-label img:hover {
    margin-top: -40px;
}

/* --------------------------------------------------- */
.img .gg-kp img {
    position: relative;
    width: 224px;
    height: 400px;
}

.img .gg-cp img {
    position: relative;
    margin-top: 56px;
    margin-left: -4px;
    width: 208px;
}

.img .gg-banner img {
    position: relative;
    margin-top: 30px;
    margin-left: -5px;
    width: 220px;
    height: 112px;
}

.img .gg-xxl img {
    position: relative;
    margin-top: 184px;
    margin-left: -4px;
    width: 195px;
}

.img .gg-icon img {
    position: relative;
    margin-top: 47px;
    margin-left: -1.6px;
    width: 203px;
}

.img .gg-jlsp img {
    position: relative;
    margin-top: 344px;
    margin-left: -4px;
    width: 220px;
}

.img .gg-ts img {
    position: relative;
    margin-top: 132px;
    margin-left: -5px;
    width: 213px;
}

.img .gg-app img {
    position: relative;
    margin-top: 94px;
    margin-left: -5px;
    width: 213px;
}

.img .gg-fb img {
    position: relative;
    margin-top: 304px;
    margin-right: -160px;
    width: 43px;
}

/* ------------------------------------------------ */

.img {
    width: 20%;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    background-size: cover;

}

.min-images {
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    bottom: 40px;
    width: 40%;
    z-index: 1;
    right: 10%;
}

.button {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

.button-left,
.button-right {
    font-size: 40px;
    padding: 0 0px;
    line-height: 400px;
    cursor: pointer;
    color: rgb(202, 202, 202);
    z-index: 2;
}

.img:nth-child(1) {
    background-image: url("images/advertising/10001.png");
}

.img:nth-child(2) {
    background-image: url("images/advertising/10002.png");
}

.img:nth-child(3) {
    background-image: url("images/advertising/10003.png");
}

.img:nth-child(4) {
    background-image: url("images/advertising/10004.png");
}

.img:nth-child(5) {
    background-image: url("images/advertising/10005.png");
}

.img:nth-child(6) {
    background-image: url("images/advertising/10006.png");
}

.img:nth-child(7) {
    background-image: url("images/advertising/10007.png");
}

.img:nth-child(8) {
    background-image: url("images/advertising/10008.png");
}

.img:nth-child(9) {
    background-image: url("images/advertising/10009.png");
}

/* ----------第6屏开始啦---------- */
.sec6 {
    width: 100%;
    position: absolute;
    top: 2600px;
}

.company-title-box {
    position: relative;
    left: 50%;
    margin-left: -96px;
    margin-top: 180px;
    width: 192px;
    height: 80px;
    /* top: -64px; */
}

.company-title {
    position: absolute;
    font-size: 23px;
    color: #152c5b;
    z-index: 1;
}

.company-title-a {
    position: absolute;
    left: -32px;
    font-size: 25px;
    color: #c1c1c1;
    top: 16px;
    z-index: 0;
    opacity: .5;
}




.company-box {
    position: relative;
    left: 50%;
    margin-left: -448px;
    border-radius: 32px;
    width: 896px;
    height: 205px;
    background-color: rgb(246, 246, 246);
    border: 1px solid #f1f1f1;
}

.company-left {
    float: left;
    margin-left: 64px;
    width: 16px;
    height: 100%;
}

.company-left li {
    width: 100%;
    height: 16px;
    border-radius: 13px;
    margin-top: 12px;
    box-shadow: inset -5px -5px 5px #c3c3c3;
}

.company-right {
    margin: 32px;
    margin-left: 64px;
    width: 768px;
    height: 166.8px;
    float: left;
    color: #2a2a2a;
    font-size: 16px;
}

/* ----------第7屏开始啦---------- */
.cooperative {
    float: left;
    width: 100%;
    height: 680px;
    background-color: #ffffff;
    position: relative;
    top: 0px;

}

.bt {
    position: relative;
}

.bt h2 {
    left: 50%;
    top: 12px;
    width: 840px;
    margin-left: -360px;
    position: absolute;
    z-index: 0;
    color: #e8e8e8;
    font-size: 50px;
}

.bt h1 {
    z-index: 1;
    left: 50%;
    top: -8px;
    width: 540px;
    margin-left: -150px;
    position: relative;
    color: #152c5b;
    font-size: 50px;
    margin-top: 104px;
}

.cooperative dl {
    height: 235px;
    margin-top: 35px;
    padding: 33px 33px 33px 144px;

}

.cooperative dl dd {
    float: left;
    width: 306px;
    height: auto;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 8px;
}

.cooperative dl dd img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* ----------cooperative他们都再用众势结束啦---------- */
/* ----------join加入我们部分开始啦---------- */
.join {
    float: left;
    position: relative;
    width: 100%;
    height: 120px;
    background: linear-gradient(125deg, #0c1a35, #082140);
    padding-top: 20px;
    top: -180px;
}

.joinl {
    float: left;
    position: relative;
    top: 64px;
    width: 320px;
    height: 160px;
    margin: 0px 0 0 168px;
    position: relative;

}

.joinl_logo {
    position: absolute;
    width: 200px;
    height: 54px;
    top: -48px;
    overflow: hidden;
}



.joinl img {
    position: absolute;
    top: -68px;
    left: -3px;
    width: 172px;
    height: 54px;
}

.joinl_logo .logo2 {
    position: absolute;
    top: -47px;
    width: 140px;
    height: 154px;
    left: -24px;
}

.joinl_logo_text {
    font-size: 26px;
    width: 100%;
    height: 100%;
    color: #DED9D3;
    font-family: Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft Yahei, STHeiTi, Arial, sans-serif;
}

.join-bottom {
    color: #808080;
    position: relative;
    width: 500px;
    left: 448px;
    top: -15px;
    font-size: 13px;
}

.joinl h1 {
    color: #DED9D3;
    font-size: 32px;
}

.joinl p1 {
    color: #DED9D3;
    font-size: 13px;
}

.joinl p {
    color: #DED9D3;
    font-size: 13px;
}

.joinr {
    float: right;
    width: 800px;
    height: 140px;
    position: relative;
    bottom: 0;
}

.joinr dl dt {
    font-size: 14px;
    color: #DED9D3;
    margin-bottom: 16px;
    margin-top: 9px;
}

.joinr dl dd {
    font-size: 13px;
    color: #DED9D3;
    margin-bottom: 5px;
}

.joinr dl dd a {
    font-size: 14px;
    color: #DED9D3;
}

.joinr dl {
    float: left;
    margin-left: 200px;
    text-align: center;
}

.joinr ul {
    height: 108px;
    float: left;
    border-left: 2px solid #666666;
    margin-left: 88px;
    margin-top: 16px;
}

.joinr dl1 {
    float: left;
    margin-left: 88px;
}

.joinr dl1 dd {
    font-size: 13px;
    color: #DED9D3;
    margin-bottom: 8px;
}

.joinr dl1 dt {
    font-size: 16px;
    color: #DED9D3;
    margin-bottom: 16px;
    margin-top: 9px;
}

/* ----------join加入我们部分结束啦---------- */