::-webkit-scrollbar {
    width: 0.001em;
    /* 设置滚动条的宽度 */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* 设置背景色 */
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 设置滑块的颜色 */
}

/* 右下角图标 */
.rightContentBox {
    box-sizing: border-box;
    display: flex;
    position: fixed;
    right: 5%;
    bottom: 8px;
    width: 150px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 68px 68px 68px 68px;
    z-index: 9999999;
}

.rightContentBox img {
    width: 30px;
    height: 30px;
    margin: 8px 0 0 27px;
}

/* 左下角地址 */
.problemSlides {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    color: #000;
    font-family: Noto Sans SC;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    z-index: 999;
    padding-left: 3%;
    line-height: 5;
}

.problemSlides a:hover {
    color: dodgerblue;
}

.popContBoxItem1 {
    position: fixed;
    right: 130px;
    bottom: 70px;
    z-index: 99999;
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
}

.popContBoxItem1::after {
    display: block;
    content: '';
    position: relative;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 48%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.popContBoxLink1:hover .popContBoxItem1 {
    display: block;
}

.popContBoxItem2 {
    position: fixed;
    right: 100px;
    bottom: 70px;
    z-index: 99999;
    background: #fff;
    padding: 10px 10px 0 10px;
    border-radius: 5px;
    display: none;
}

.popContBoxItem2 img {
    width: 100px;
    margin: 0 auto;
    height: auto;
}

.popContBoxItem2::after {
    display: block;
    content: '';
    position: relative;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 36%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}

.popContBoxLink2:hover > .popContBoxItem2 {
    display: block;
}

.topFixed {
    width: 100%;
    position: fixed;
    top: 0;
    height: 70px;
    line-height: 70px;
    z-index: 999 !important;
    display: flex;
}

.bottomFixed {
}

.myMain {
    max-width: 1920px;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    z-index: 999 !important;
    overflow: hidden;
    padding: 130px 0;
    box-sizing: border-box;
}

.problemtitle {
    margin-top: 40px;
    color: #000;
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    /*transition: all 1s ease;*/
    position: relative;
}

.problemtitle1 {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    position: relative;
    text-align: center;
    width: auto;
    margin: 0 auto;
    /*display: inline-block;*/
    top: 20px;
    transition: all 1s ease;
}

/*.problemtitle1::before {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 60px;*/
/*    height: 1px;*/
/*    background: linear-gradient(270deg, #47C4FF 0%, rgba(71, 196, 255, 0) 100%);*/
/*    border-radius: 17px 17px 17px 17px;*/
/*    left: -75px;*/
/*    top: 13px;*/
/*}*/

/*.problemtitle1::after {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 60px;*/
/*    height: 1px;*/
/*    background: linear-gradient(90deg, #47C4FF 0%, rgba(71, 196, 255, 0) 100%);*/
/*    border-radius: 17px 17px 17px 17px;*/
/*    right: -75px;*/
/*    top: 13px;*/

/*}*/

.problemtitle2 {
    color: #666666;
    margin: 30px 0;
    line-height: 28px;
}

.problemContent {
    width: 1600px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.problemItem {
    width: 30%;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.problemItem img {
    transition: all 0.3s ease;
    border-radius: 8px;
}

.problemItem:hover {
    transform: translateY(-10px);
}

.problemItem:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(52, 112, 255, 0.5);
}

.problemTopPic {
    width: 100%;
    position: relative;
}

.problemTopPic img {
    position: absolute;
    top: 45px;
    left: 20%;
    width: 60%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.problemBottomTit {
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    margin-top: 244px;
}

.problemBox1 {
    height: 500px;
    overflow-y: scroll;
}

.problemLinkBig {
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
}

.problemLinkBig > img {
    transition: all 0.3s ease;
}

.problemLinkBig:hover > img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(52, 112, 255, 0.5);
    cursor: pointer;
}

.problemDetailContent {
    width: 100vw;
    position: absolute;
    z-index: 99 !important;
    display: none;
    top: 0;
    padding: 80px 0 100px 0;
    transition: all 0.5s;
}

.problemDetailBox {
    width: 100%;
    background: #000;
    height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll;
    position: fixed;
    padding-bottom: 100px;

    h3 {
        font-size: 32px;
        margin: 40px 0 10px;
        font-weight: 500;
        letter-spacing: 2px;
    }

    .page {
        display: none;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        color: #000000;
    }

    .active {
        display: block;
    }

    .dot-navigation {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
    }

    .dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 5px;
        background-color: #bbb;
        border-radius: 50%;
        cursor: pointer;
    }

    .dot.active {
        background-color: #045cff;
    }
}

.problemDetailBox .picBg {
    position: fixed;
    width: 100% !important;
    height: auto;
    top: 0;
    z-index: -1;
}

/*.problemDetailContent .picCon {*/
/*    display: block;*/
/*    width: 20%;*/
/*    margin: 0 auto;*/
/*    height: auto;*/
/*    z-index: 2;*/
/*}*/

.productLeft {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1600px;
    height: 520px;
}

.productLeft .productItem {
    width: 23%;
    height: 260px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.productLeft .pI1,
.productLeft .pI2,
.productLeft .pI3,
.productLeft .pI4,
.productLeft .pI5,
.productLeft .pI6,
.productLeft .pI7,
.productLeft .pI8 {
    background: #FFFFFF;
    height: 230px;
}

.productLeft .pI5:hover {
    box-shadow: 0 0 20px rgba(0, 125, 255, 0.6);
    cursor: pointer;
}

.productLeft .pI6:hover {
    box-shadow: 0 0 20px rgba(0, 125, 255, 0.6);
    cursor: pointer;
}

.productLeft .pI7:hover {
    box-shadow: 0 0 20px rgba(0, 125, 255, 0.6);
    cursor: pointer;
}

.productLeft .pI8:hover {
    box-shadow: 0 0 20px rgba(0, 125, 255, 0.6);
    cursor: pointer;
}

.productLeft .productItem > .pic {
    z-index: 1;
}

.productLeft .productItem > .tit {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-top: 10px;
}

.productLeft .productItem > .text {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    height: 46px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}

.productLeft .productItem .left {
    width: 33%;
    height: 100%;
    background-image: url("/imgs/icons/left.png");
    background-size: 100% 100%;
    line-height: 28px;
    font-size: 16px;
}

.productLeft .productItem .center {
    width: 33%;
    height: 100%;
    background-image: url("/imgs/icons/center.png");
    background-size: 100% 100%;
    line-height: 28px;
    font-size: 16px;
}

.productLeft .productItem .right {
    width: 33%;
    height: 100%;
    background-image: url("/imgs/icons/right.png");
    background-size: 100% 100%;
    line-height: 28px;
    font-size: 16px;
}

.productLeft .productItem .item {
    height: 30px;
    margin-top: 8px;
    display: flex;
    color: #000;
    line-height: 30px;
    font-size: 15px;
}

.productLeft .productItem .linkDetail {
    text-align: right;
}

.productBtn {
    width: 210px;
    margin: 0 auto 40px;
    display: flex;
    z-index: 999;
}

.productBtn > .btn {
    width: 90px;
    height: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    background: #969696;
    z-index: 999;
}

.productBtn > .btnActive {
    background: #3470FF;
}

.productBtn > .left {
    border-radius: 20px;
    position: relative;
}

.productBtn > .right {
    margin-left: 25px;
    border-radius: 20px;
    position: relative;
}

.productBtn > .left .leftSpan {
    position: absolute;
    width: 70px;
    top: 7px;
    left: 12px;
    color: #FFFFFF;
}

.productBtn > .right .rightSpan {
    position: absolute;
    width: 70px;
    top: 7px;
    left: 12px;
    color: #FFFFFF;
}

.productRight {
    display: none;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1600px;
    height: 500px;
}

.senqing {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.senqingInner {
    display: flex;
    transition: transform 1s ease-in-out;
}

.dots {
    display: flex;
    position: absolute;
    bottom: 70px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot.active {
    background-color: #484545;
}

.senqing .senqingItem {
    width: 400px;
    margin-right: 198px;
}

.senqing .senqingItem .pic {
    width: 400px;
    margin: 0 auto;
    height: auto;
}

.senqing .senqingItem .pic img {
    width: 100%;
}

.senqing .senqingItem > .tit1 {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 500;
    font-size: 34px;
    color: #000;
    margin-bottom: 10px;
}

.senqing .senqingItem > .tit2 {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    opacity: 0.7;
}

.senqing .senqingItem .btnBox {
    display: flex;
    line-height: 3;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    justify-content: space-around;
}

.senqing .senqingItem .btnBox a {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.senqing .senqingItem .btnBox a div {
    width: 176px;
    margin: 0;
    padding: 0;
}

.senqing .senqingItem .btnBox .btn1 {
    width: 176px;
    height: 42px;
    border-radius: 40px;
    background: #3470FF;
}

.senqing .senqingItem .btnBox .btn2 {
    width: 176px;
    height: 42px;
    border-radius: 40px;
    background: #22D452;
}

.circleBox {
    position: fixed;
    right: 5%;
    top: 35%;
    z-index: 999999;
    display: block;
}

.circleItem {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c9c9c9;
    margin-bottom: 10px;
    position: relative;
    transition: all 0.1s ease-in-out;
}

.circleItemActive {
    width: 13px;
    height: 68px;
    background: #47C4FF;
    border-radius: 30px 30px 30px 30px;
    border: 0;
    right: 1px;
}

.aboutUs {
    width: 100%;
    display: flex;
}

.aboutUs > .aboutUsRight {
    width: 50%;
    box-sizing: border-box;
    padding-left: 200px;
}

.aboutUs > .aboutUsRight > .tit1 {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: bold;
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
}

.aboutUs > .aboutUsRight > .tit2 {
    margin-bottom: 20px;
    width: 70px;
    height: 5px;
    border-radius: 114px;
    opacity: 1;
    background: #3470FF;
}

.aboutUs > .aboutUsRight > .tit3 {
    font-family: Noto Sans SC, Noto Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 50px;
    width: 700px;
    letter-spacing: 1px;
}

.aboutUs > .aboutUsLeft {
    width: 50%;
    height: 500px;
    box-sizing: border-box;
    padding-left: 100px;
}

.connectionBox {
    width: 1600px;
    margin: 0 auto;
    border: 1px solid rgb(220, 16, 16, 0);
    color: #fff;
}

.connectionBox .top {
    width: 100%;
}

.connectionBox .top img {
    width: 1600px;
    height: auto;
    border-radius: 10px 10px 10px 10px;
}

.connectionBox .bottom {
    width: 100%;
    height: 200px;
    display: flex;
    margin-top: 20px;
}

.connectionBox .bottom .left {
    display: flex;
    position: relative;
    width: 20%;
    height: 140px;
}

.connectionBox .bottom .left .addBox {
    width: 50%;
    text-align: center;
}

.connectionBox .bottom .left .addBox .leftCont1 {
    font-size: 14px;
    position: relative;
    top: 6px;
    color: #000;
}

.connectionBox .bottom .left .addBox .leftCont2 {
    font-size: 14px;
    position: relative;
    top: 6px;
    color: #000;
}

.leftContLine1 {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: 3px;
    width: 0;
    height: 21px;
    border-radius: 0;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}

.connectionBox .bottom .left img {
    width: 140px;
    height: 140px;
}

.connectionBox .bottom .center {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    height: 140px;
    margin-left: 6%;
}

.connectionBox .bottom .center .centerItem {
    width: 50%;
    height: 50px;
    display: flex;
}

.connectionBox .bottom .center .centerItem .left {
    width: 14%;
}

.connectionBox .bottom .center .centerItem .left .icon {
    width: 44px;
    height: 44px;
    margin-top: 4px;
}

.connectionBox .bottom .center .centerItem .right {
    width: 86%;
    display: flex;
    font-size: 16px;
}

.connectionBox .bottom .center .centerItem .right .name {
    width: 100%;
    /*height: 50%;*/
}

.connectionBox .bottom .center .centerItem .right .content {
    width: 100%;
    height: 78%;
}

.connectionBox .bottom .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 20%;
    height: 160px;
    color: #000000;
}

.connectionBox .bottom .right .rightItem {
    width: 33.33%;
    line-height: 50px;
    text-align: center;
}

.connectionBox .bottom .right .rightItem .pic {
    position: relative;
}

.connectionBox .bottom .right .rightItem .pic:hover img {
    transform: translateY(-10px);
}

.connectionBox .bottom .right .rightItem .pic img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* 轮播开始 */
.box {
    width: 100%;
    height: 510px;
    position: relative;
    margin: 0 auto;
    border: 1px solid black;
}

.box img {
    transition: all 0.5s linear;
}

.box ul {
    position: relative;
    width: 20%;
    height: 490px;
    margin: 0 auto;
    top: -76px;
}

.box ul li {
    height: 420px;
    width: 293px;
    position: absolute;
    background: transparent !important;
    border: 0 !important;
    top: 0;
    transition: all 0.5s linear;
}

/*盒子的位置*/
.box ul .shows11,
.box ul .shows10,
.box ul .shows9,
.box ul .shows8,
.box ul .shows7,
.box ul .shows6,
.box ul .shows5,
.box ul .shows4,
.box ul .shows3,
.box ul .shows2,
.box ul .shows1,
.box ul .show0,
.box ul .show1,
.box ul .show2,
.box ul .show3,
.box ul .show4,
.box ul .show5,
.box ul .show6,
.box ul .show7,
.box ul .show8,
.box ul .show9,
.box ul .show10,
.box ul .show11,
.box ul .show12 {
    height: 252px;
    top: 50%;
    margin-top: -126px;
    z-index: 77;
}

.box ul .shows11 {
    left: -400px;
    z-index: 985;
}


.box ul .shows10 {
    left: -360px;
    z-index: 986;
}


.box ul .shows9 {
    left: -320px;
    z-index: 987;
}

.box ul .shows8 {
    left: -280px;
    z-index: 988;
}

.box ul .shows7 {
    left: -240px;
    z-index: 989;
}

.box ul .shows6 {
    left: -200px;
    z-index: 990;
}

.box ul .shows5 {
    left: -160px;
    z-index: 991;
}

.box ul .shows4 {
    left: -120px;
    z-index: 992;
}

.box ul .shows3 {
    left: -80px;
    z-index: 993;
}

.box ul .shows2 {
    left: -40px;
    z-index: 994;
}

.box ul .shows1 {
    left: 0;
    z-index: 995;
}

.box ul .show0 {
    left: 60px;
    z-index: 996;
}

.box ul .show1 {
    left: 100px;
    z-index: 995;
}

.box ul .show2 {
    left: 140px;
    z-index: 994;
}

.box ul .show3 {
    left: 180px;
    z-index: 993;
}

.box ul .show4 {
    left: 220px;
    z-index: 992;
}

.box ul .show5 {
    left: 260px;
    z-index: 991;
}

.box ul .show6 {
    left: 300px;
    z-index: 990;
}

.box ul .show7 {
    left: 340px;
    z-index: 989;
}

.box ul .show8 {
    left: 380px;
    z-index: 988;
}

.box ul .show9 {
    left: 420px;
    z-index: 987;
}

.box ul .show10 {
    left: 460px;
    z-index: 986;
}

.box ul .show11 {
    left: 500px;
    z-index: 985;
}

.box ul li img {
    width: 293px;
    height: 420px;
    margin-left: -38px;
}

.butL,
.butR {
    position: absolute;
    width: 40px;
    height: 101px;
    background: url("../imgs/icons/carouselL.png") no-repeat;
    background-size: 48px, 101px;
    top: 50%;
    margin-top: -20px;
    z-index: 999;
    cursor: pointer;
}

.butL {
    left: 80px;
}

.butR {
    right: 88px;
    background: url("../imgs/icons/carouselR.png") no-repeat;
    background-size: 48px, 101px;
}

.applyFor {
    width: 100vw;
    height: 100vh;
    background: #c5abab;
    position: fixed;
    z-index: 9999999999;
    top: 0;
}