body {
	color: #323232;
	font-family: 'MßicrosoftYaHei';
	background: #3c5ce2;
}
#container {
    width: 100%;
    position: relative;
    min-width: 1100px;
}

#container .item {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.item .title {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .item .title .word {
    line-height: 73px;
} */
.item .content .desc {
    padding-top: 97px;
}

.item .content .row {
    font-size: 22px;
    font-weight: bold;
    color: #4c4c4c;
    text-align: center;
}

/* 区块1 */
.block1 {
    position: absolute;
    top: 666px;
}

.block1 .title {
    width: 479px;
    height: 73px;
    line-height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01YT9fgC1gkwgerSbpV_!!6000000004181-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block1 .content {
    width: 1100px;
    height: 247px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01nOqycg1P1k84RCJCT_!!6000000001781-2-tps-1100-247.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* 区块2 */
.block2 {
    top: 962px;
}

.block2 .title {
    width: 626px;
    height: 73px;
    line-height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01nmRRkE1aymyVAm26E_!!6000000003399-2-tps-626-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block2 .content {
    width: 1100px;
    display: flex;
    justify-content: space-around;
    margin-top: 106px;
}

.block2 .content .predicament-list {
    width: 314px;
    height: 254px;
    background: url('https://img.alicdn.com/imgextra/i2/O1CN01NA1KRN1tzE3I6a73f_!!6000000005972-2-tps-314-254.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 38px 0 36px 40px;
    box-sizing: border-box;
}
.predicament-list .predicament-list-title {
    font-size: 30px;
    font-weight: bold;
    color: #6c37e6;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
}
.predicament-list .predicament-list-title::before {
    content: '';
    width: 8px;
    height: 40px;
    background-image: linear-gradient(0deg, 
        #8e45fc 0%, 
        #d57bff 100%), 
    linear-gradient(
        #19e0fe, 
        #19e0fe);
    background-blend-mode: normal, 
        normal;
    border-radius: 3px;
    position: absolute;
    top: -4px;
    left: -25px;
}
.predicament-list .predicament-list-title::after {
    content: '';
    width: 150px;
    height: 7px;
    background-color: #9147fc;
    border-radius: 3px;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.predicament-list .predicament-list-desc {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.arrow-top .arrow-top-item {
    line-height: 1;
}

.arrow-top .time1 {
    margin-left: 122px;
}

.arrow-top .time2 {
    margin-left: 138px;
}

.arrow-top .time3 {
    margin-left: 125px;
}

.arrow-top .time4 {
    margin-left: 137px;
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
}

.block2 .content .arrow {
    width: 884px;
    height: 58px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01hhj38R1EipcbtzsUD_!!6000000000386-2-tps-884-58.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 183px;
    left: 50%;
    transform: translateX(-50%);
}

.block2 .content .arrow-bottom {
    width: 100%;
    position: absolute;
    top: 241px;
    left: 50%;
    transform: translateX(-50%);
}

.arrow-bottom .arrow-bottom-item {
    display: inline-block;
    text-align: center;
}

.arrow-bottom .arrow-bottom-item .top {
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.arrow-bottom .arrow-bottom-item .bottom {
    font-size: 16px;
    color: #b160fd;
    line-height: 1;
    margin-top: 4px;
}

.arrow-bottom .arrow-bottom-item .bottom .big {
    font-size: 24px;
    font-weight: bold;
    color: #b160fd;
}

.arrow-bottom .desc1 {
    margin-left: 97px;
}

.arrow-bottom .desc2 {
    margin-left: 96px;
}

.arrow-bottom .desc3 {
    margin-left: 83px;
}

.arrow-bottom .desc4 {
    margin-left: 100px;
    font-size: 20px;
}
.arrow-bottom .desc4 .top,
.arrow-bottom .desc4 .bottom {
    font-size: 20px;
}
.arrow-bottom .desc4 .top,
.arrow-bottom .desc4 .bottom,
.arrow-bottom .desc4 .bottom .big {
    color: #ff0000;
}
.arrow-bottom .desc4 .bottom .big {
    font-size: 30px;
}

.content .middle-title {
    font-size: 24px;
    font-weight: bold;
    color: #b160fd;
    line-height: 1;
    position: absolute;
    top: 330px;
    left: 50%;
    transform: translateX(-50%);
}

.content .rate-box {
    position: absolute;
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.rate-box .rate-box-top {
    width: 100%;
}

.rate-box .rate-box-top .box-desc {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    text-align: center;
}

.rate-box .rate-box-top .box1 {
    margin-left: 141px;
}

.rate-box .rate-box-top .box2 {
    margin-left: 60px;
}

.rate-box .rate-box-top .box3 {
    margin-left: 82px;
}

.rate-box .rate-box-top .box4 {
    margin-left: 48px;
}

.rate-box .rate-box-top .box-desc p {
    line-height: 1;
}

.rate-box .rate-box-top .box-desc .bottom {
    margin-top: 10px;
}

.rate-box .rate {
    width: 772px;
    height: 240px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01WVQZYY1tVSIS2VHx8_!!6000000005907-2-tps-772-240.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 19px 0 0 163px;
}

.rate-box .rate .rate-item {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    display: inline-block;
}

.rate-box .rate .rate1 {
    margin: 38px 0 0 18px;
}

.rate-box .rate .rate2 {
    margin: 38px 0 0 133px;
}

.rate-box .rate .rate3 {
    margin: 38px 0 0 171px;
}

.rate-box .rate .rate4 {
    margin: 38px 0 0 126px;
}

.rate-box .rate .rate-title {
    margin-top: 129px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

/* 区块2.5 */
.block3 {
    top: 1398px;
}

.block3 .title {
    width: 626px;
    height: 73px;
    line-height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01nmRRkE1aymyVAm26E_!!6000000003399-2-tps-626-73.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -36.5px;
}

.block3 .title .word {
    font-size: 40px;
    font-weight: bold;
    line-height: 73px;
    color: #ffffff;
}

.block3 .content {
    width: 1100px;
    height: 714px;
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01XUBTS11tjCB9JhGeo_!!6000000005937-2-tps-1100-714.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block3 .content .tab {
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
}
.block3 .content .swiper-container {
    height: 100%;
}

.content .tab .tab-item {
    width: 117px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    margin-right: 7px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 7px solid #333333;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}

.content .tab .tab-item-active {
    color: #9348fc;
    border-bottom: 7px solid #9348fc;
    position: relative;
}
.tab-item-active::before {
    content: '';
    width: 12px;
    height: 10px;
    background: url('https://img.alicdn.com/imgextra/i4/O1CN01whaE0Y1xgE4kWUqW4_!!6000000006472-2-tps-12-10.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -15px;
    left: 52px;
}

.content .product-desc {
    width: 100%;
    font-size: 18px;
    color: #333333;
    position: absolute;
    top: 603px;
    left: 50%;
    transform: translateX(-50%);
}

.content .product-desc .row {
    line-height: 1;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.content .product-desc .row2 {
    margin-top: 12px;
}

.content .product-desc .highlight {
    color: #9147fc;
    font-weight: bold;
}

.content .img-list {
    position: absolute;
    top: 133px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.content .list1 {
    top: 186px;
}

.content .img-list .img-list-item {
    display: inline-block;
    font-size: 0;
}
.content .img-list .img-list-item .center {
    display: flex;
    justify-content: center;
}

.content .img-list .img-list-item img {
    height: 369px;
}
.content .img-list .img1 img {
    width: 211px;
	height: 386px;
}
.content .img-list .img1 .center {
    margin-left: -20px;
}
.content .img-list .img2 img {
    width: 181px;
	height: 401px;
}
.content .img-list .img2 .left {
    margin-right: 9px;
}
.content .img-list .img3 img  {
    width: 205px;
	height: 402px;
}

.content .img-list .img2 {
    margin-left: 76px;
}
.content .img-list .img3 {
    margin-left: 90px;
}
.content .img-list .img3 .center {
    margin-left: -10px;
}


.content .img-list .img-list-item .bottom {
    height: 29px;
    line-height: 29px;
    background-image: linear-gradient(90deg,
            #7862ff 0%,
            #e649ff 100%),
        linear-gradient(-90deg,
            #fb6322 0%,
            #f98d28 100%);
    background-blend-mode: normal,
        normal;
    border-radius: 14px;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content .img-list .img2 .bottom {
    width: 366px !important;
    height: 40px;
    background-image: linear-gradient(90deg, 
        #ffb628 0%, 
        #ff0000 100%), 
    linear-gradient(-90deg, 
        #fb6322 0%, 
        #f98d28 100%);
    background-blend-mode: normal, 
        normal;
    border-radius: 20px;
}

.content .img-list .img1 .bottom {
    width: 200px;
    margin-bottom: 26px;
}

.content .img-list .img2 .bottom {
    width: 100px;
    margin-bottom: 16px;
}

.content .img-list .img3 .bottom {
    width: 200px;
    margin-bottom: 9px;
}

/* .content .img-list .img2 {
    margin-left: 25px;
}

.content .img-list .img3 {
    margin-left: 25px;
} */

.content .img-list .img3 .right {
    margin-left: 5px;
}

/* tab 1 */
.content .img-list .img4 img {
    /* margin-left: 170px; */
    width: 199px;
    height: 383px;
}
.content .img-list .img5 img {
    /* margin-left: 170px; */
    width: 201px;
    height: 381px;
}
.content .img-list .img6 img {
    /* margin-left: 170px; */
    width: 191px;
    height: 381px;
}

.content .img-list .img5 {
    margin-left: 88px;
}

.content .img-list .img6 {
    margin-left: 104px;
}

.content .tab1 .row1 {
    font-size: 22px;
    font-weight: bold;
    color: #9147fc;
}
.block3 .content .desc1 {
    position: absolute;
    top: 140px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #9147fc;
    font-weight: bold;
}
.block3 .content .desc2 {
    position: absolute;
    top: 637px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    color: #333333;
}
.content .img-list .img4 .bottom,
.content .img-list .img5 .bottom,
.content .img-list .img6 .bottom {
    width: 160px;
}

.block3_5 {
    top: 2191px;
    
}
.block3_5 .title {
    width: 445px;
    height: 72px;
    line-height: 72px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01iZY2nq1S6Gu3BlxGX_!!6000000002197-2-tps-445-72.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -36px;
    font-size: 37px;
}
.block3_5 .w1200 {
    width: 1100px;
    height: 866px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01Dd2HrV29P4dm1jgTq_!!6000000008059-2-tps-1100-866.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}


.item-04-title {
    margin: 60px auto 0;
}

.block3_5 .desc {
    width: 938px;
    margin: 106px auto 0 auto;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    letter-spacing: 0.8px;
}

.item-04-wrap {
    margin: 140px 69px 0 66px;
}

.item-04-content {
    display: flex;
    justify-content: space-between;
}

.item-04-content li {
    position: relative;
    width: 201px;
    height: 434px;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

.item-04-content li img {
    position: absolute;
    width: 100%;
}

.item-04-content li video {
    width: 100%;
}
.pause {
    position: relative;
}
.pause::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 63px;
    height: 63px;
    background: url("https://img.alicdn.com/imgextra/i4/O1CN01nlp6Es1rWi6ZwHIoT_!!6000000005639-2-tps-63-63.png");
}


.block4 {
    top: 3107px;
    z-index: 1;
}

.block4 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01U4buSU1Pf8BjflhwQ_!!6000000001867-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block4 .title .word {
    line-height: 73px;
}

.block4 .content {
    width: 1120px;
    margin-top: 112px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.block4 .content .package {
    width: 560px;
    height: 427px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01Uz86kv25zTeOhyiw0_!!6000000007597-2-tps-560-427.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.block4 .content .margin-top {
    margin-top: 16px;
    width: 820px;
    height: 424px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01eN8L1j1gieiN4bRkE_!!6000000004176-2-tps-820-424.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* asd */
/* .block4 {
    top: 3065px;
    z-index: 1;
}

.block4 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01U4buSU1Pf8BjflhwQ_!!6000000001867-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block4 .title .word {
    line-height: 73px;
}

.block4 .content {
    width: 1100px;
    margin-top: 112px;
    display: flex;
    justify-content: space-between;
}

.block4 .content .package {
    width: 1100px;
    height: 256px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01dPuLAv236rBdGohcJ_!!6000000007207-2-tps-1100-256.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
} */
/* .content .package-title {
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    position: absolute;
    top: 36px;
    left: 116px;
}
.content .package .title-font {
    font-size: 34px;
}
.content .package .price {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    top: 93px;
    left: 125px;
}
.content .package .price span {
    line-height: 1;
}

.content .package .price .bold {
    font-size: 36px;
    font-weight: bold;
}

.content .package .btn-box {
    width: 240px;
    height: 49px;
    display: block;
    position: absolute;
    top: 144px;
    left: 100px;
}
.content .package .btn-box .btn {
    width: 100%;
    height: 100%;
}
.content .package .explain {
    line-height: 1;
    text-decoration: underline;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 205px;
    left: 191px;
}
.content .package .package-desc {
    position: absolute;
    top: 93px;
    left: 530px;
    color: #4c4c4c;
    font-size: 22px;
}
.content .package .package-desc p {
    line-height: 1;
    margin-bottom: 15px;
}
.content .package .package-desc .blue {
    color: #9349fc; 
} */

.content .package .package-title {
    width: 540px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
}
.content .package .package-title span {
    vertical-align: middle;
}
.content .package .package-title .highlight {
	font-size: 52px;
    font-weight: bold;
	color: #ffe55a;
}

.content .package .package-desc {
    margin-top: 63px;
}
.content .package .package-desc-style {
    margin-top: 33px;
}
.content .package .package-desc p {
    line-height: 1;
    font-size: 20px;
    color: #4c4c4c;
    margin-bottom: 15px;
    text-align: center;
}

.content .package .package-desc .blue {
    font-size: 20px;
    color: #5f23e4;
}

.content .package .price {
    margin-top: 40px;
    font-size: 16px;
    color: #5f23e4;
}
.content .package .price-style {
    margin-top: 0;
}

.content .package .price span {
    line-height: 1;
}

.content .package .price .bold {
    font-size: 36px;
    font-weight: bold;
    color: #5f23e4;
}

.content .package .btn {
    width: 240px;
    height: 49px;
    display: block;
    margin-top: 5px;
}

.content .package .explain {
    margin-top: 28px;
    line-height: 1;
    text-decoration: underline;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    position: relative;
}

.remark .remark-content,
.remark .arr {
	display: none;
}
.service-remark .remark-content,
.service-remark .arr {
    display: none;
}

.remark:hover .remark-content,
.remark:hover .arr {
	display: block;
}
.service-remark:hover .remark-content,
.service-remark:hover .arr {
    display: block;
}


.remark .remark-content {
    position: absolute;
    left: -242px;
    top: 39px;
    z-index: 999;
    /* display: none; */
    box-sizing: border-box;
    width: 550px;
    padding: 34px 42px 36px;
    border: 1px solid #f2f2f2;
    background: #fff;
    /* color: #4c4c4c; */
    color: #333;
    font-size: 18px;
    text-align: left;
    box-shadow: 1px 3px 8px #f2f2f2;
    line-height: 28px;
}
.service-remark .remark-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 39px;
    z-index: 999;
    /* display: none; */
    box-sizing: border-box;
    width: 550px;
    padding: 34px 42px 36px;
    border: 1px solid #f2f2f2;
    background: #fff;
    /* color: #4c4c4c; */
    color: #333;
    font-size: 18px;
    text-align: left;
    box-shadow: 1px 3px 8px #f2f2f2;
}
.remark .content-second,
.service-remark .content-second {
    left: -382px;
}
.remark .arr {
    left: 18px;
    position: absolute;
}
.service-remark .arr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.arr:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: 4px;
    left: 0;
    border-bottom: 12px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 1000;
   
}
.arr:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: relative;
    top: -10px;
    left: 0;
    border-bottom: 14px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.block4 .service-remark {
    width: 60px;
    text-decoration: underline;
    font-size: 14px;
    color: #f8f8f8;
    cursor: pointer;
    text-align: center;
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.block5 {
    top: 4173px;
}
.block5 .line-height {
    line-height: 22px;
}
.block5 .margin-bottom {
    margin-bottom: 6px;
}

.block5 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN011tjyoW1ghHWCmePMf_!!6000000004173-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -36.5px;
}
.block5 .title .word {
    line-height: 73px;
}

.block5 .content {
    width: 1102px;
    height: 326px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01BcO5QG1UQ5GiRnZlC_!!6000000002511-2-tps-1102-326.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 79px 56px 55px 60px;
    box-sizing: border-box;
}
.block5 .content .word {
	font-size: 20px;
    font-weight: bold;
	color: #000000;
}
.block5 .content .word .highlight {
	font-size: 26px;
    font-weight: bold;
	color: #6c37e6;
    line-height: 42px;
}

.desc-item .desc-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #9349fc;
}

.desc-item {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
    width: 239px;
    word-break: break-all;
}

.desc-item p {
    line-height: 1;
    margin-bottom: 7px;
}

.desc-item li {
    line-height: 18px;
}

.bold {
    font-weight: bold;
}

.block6 {
    top: 4547px;
}
.block6 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN011tjyoW1ghHWCmePMf_!!6000000004173-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.block6 .title .word {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    line-height: 73px;
} 

.block6 .content {
    width: 1100px;
    margin-top: 116px;
}
.block6 .content .top {
    height: 163px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01AXFU3j1ui6rrT3ULX_!!6000000006070-2-tps-1100-163.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.block6 .top .top-title {
    width: 212px;
    height: 48px;
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01ooarAa1ZkIpZrjNYO_!!6000000003232-2-tps-212-48.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.block6 .top .top-word {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}
.block6 .top .top-content {
	font-size: 20px;
	line-height: 38px;
	color: #333333;
    text-align: center;
}
.block6 .more-case {
    display: block;
	font-size: 22px;
	color: #ffffff;
    text-align: center;
    margin-top: 28px;
}
.block6 .content .bottom {
    margin-top: 28px;
}
.block6 .content .bottom .bottom-title {
    width: 303px;
    height: 48px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01C215uQ27lr6zpglUQ_!!6000000007838-2-tps-303-48.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    text-align: center;
}
.block6 .content .bottom .bottom-title .bottom-word {
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
        line-height: 48px;
}

/* 轮播 */
#box-video {
    width: 1100px;
    margin-top: 27px;
}
#box-video .swiper-slide {
    width: 680px;
    height: 467px;
}

#box-video .swiper-slide .video-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01iuGps31Zc3hVZ45KZ_!!6000000003214-2-tps-680-467.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#box-video .swiper-slide .video-wrap video {
    width: 307px;
    height: 406px;
}
#box-video .swiper-slide .video-wrap div:nth-child(1) {
    margin-right: 10px;
}
#box-video .swiper-slide .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    /* opacity: 0.6; */
}
#case {
    width: 1063px;
}

#case .swiper-container {
    padding-bottom: 60px;
}

#case .swiper-slide {
    position: relative;
    width: 865px;
    height: 325px;
}

#case .swiper-slide img {
    display: block;
}

#case .swiper-slide .mask {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: calc(100% - 17px);
    background-color: #000000;
    /* opacity: 0.6; */
}

#case .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

#case .swiper-pagination-bullet {
    background-color: #000000;
    opacity: 0.7;
}

#case .swiper-pagination-bullet-active {
    background-color: #00fffc;
}
#case .swiper-button-prev,
#case .swiper-button-next {
    color: #ffffff;
}

.block7 {
    top: 5880px;
}

.block7 .title {
    width: 479px;
    height: 85px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01gjjYJZ1fwZ7RHkT0e_!!6000000004071-2-tps-479-85.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block7 .title .word {
    line-height: 74px;
}

.block7 .desc {
    font-size: 22px;
    color: #ffffff;
    margin-top: 93px;
}

.block7 .content {
    width: 1100px;
    height: 401px;
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01XtBZCK1eLBAqNk9QO_!!6000000003854-2-tps-1100-401.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 156px;
    left: 50%;
    transform: translateX(-50%);
}

.block8 {
    top: 6488px;
}

/* .bloc8 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01H0chO91CU3bqSwwK7_!!6000000000083-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bloc8 .content {
    width: 1100px;
    height: 552px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01J41SBw1zQJXraCq6V_!!6000000006708-2-tps-1100-552.png');
    background-repeat: no-repeat;
    background-size: cover;
} */

.block8 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01H0chO91CU3bqSwwK7_!!6000000000083-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.block8 .title .word {
    line-height: 73px;
}

.block8 .content {
    width: 1100px;
    height: 552px;
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01J41SBw1zQJXraCq6V_!!6000000006708-2-tps-1100-552.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.block9 {
    top: 7076px;
}

.block9 .title {
    width: 479px;
    height: 73px;
    background-image: url('https://img.alicdn.com/imgextra/i1/O1CN01Ka2aqh1HazgnGyxFz_!!6000000000775-2-tps-479-73.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.block9 .title .word {
    line-height: 73px;
}

.block9 .content {
    width: 1100px;
    height: 354px;
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01vXFdaS1IAia9hR8ud_!!6000000000853-2-tps-1100-354.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.block9 .content .ww {
    width: 21px;
    height: 21px;
    display: inline-block;
    margin: 186px 0 0 928px;
}
.block9 .content .ww-icon {
    width: 21px;
    height: 21px;
}


.bg {
    margin: auto;
    max-width: 1920px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-1 {
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01MwfICD1OwFOK8kuUz_!!6000000001769-0-tps-1920-1157.jpg');
    height: 1157px;
}

.bg-2 {
    background-image: url('https://img.alicdn.com/imgextra/i2/O1CN01XRz88F1JA5egBvo8z_!!6000000000987-0-tps-1920-1782.jpg');
    height: 1782px;
}

.bg-3 {
    background-image: url('https://img.alicdn.com/imgextra/i3/O1CN01GIkSUd25ZpT6CcbWb_!!6000000007541-0-tps-1919-1227.jpg');
    height: 1227px;
}

.bg-4 {
    background-image: url('https://img.alicdn.com/imgextra/i4/O1CN01Z20lam1kXtsVUqf22_!!6000000004694-0-tps-1920-3485.jpg');
    height: 3485px;
}

@media screen and (max-width: 1400px) {
	.toolbar {
		right: 20px !important;
	}
}

/* 右侧工具栏 */
#container .toolbar {
    position: fixed;
    right: 5vw;
    /* right: 200px; */
    top: 50%;
    width: 70px;
    height: 210px;
    box-shadow: 0 0 6px 1px #e2e2df;
    border-radius: 6px;
}
.toolbar li {
    width: 70px;
    height: 70px;
    background-color: #f4f7ff;
    /* font-weight: bold; */
    color: #de5400;
    /* line-height: 70px; */
    background: #fff;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}
  
  .toolbar li a{
    display: block;
    text-decoration: none;
    color: #de5400;
    font-family: MicrosoftYaHei;
    width: 36px;
    height: 43px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
        user-select:none;
}
  .toolbar li:hover {
    background-image: linear-gradient(90deg, 
		#ffe25a 0%, 
		#ffef82 74%, 
		#ffda46 100%), 
	linear-gradient(
		#f8f8f8, 
		#f8f8f8);
	background-blend-mode: normal, 
		normal;
}
  
  .toolbar li:nth-of-type(1) {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #f6d7be;
}
  
.toolbar li:nth-of-type(3) {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #f6d7be;
}
  /* 消息滚动条 */
.noticeCont {
    width: 100%;
    position: fixed;
    top: 10px;
    left: 0;
    z-index: 10;
  }
  .notice {
    display: flex;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1100px;
    height: 50px;
    padding: 5px;
    line-height: 40px;
    background: #f7e4ff;
    box-shadow: 0px 3px 6px 0px rgba(188, 67, 34, 0.35);
    border-radius: 25px;
    margin: 0 auto;
  }
  .notice .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #8157ff; 
  }
  .notice .content {
    position: relative;
    overflow: hidden;
    flex: 1;
    margin-left: 20px;
    margin-right: 50px;
    color: #8157ff;
  }
  .notice .content p {
    font-size: 16px;
    position: absolute;
    left: 0;
  }