input {
    margin: 0;
    padding: 8px 36px;
    background: #F6F6F8;
    border-radius: 8px;
    border: 1px solid #E9E9F4;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    outline: none;
    /* 移除焦点时的轮廓 */
    font-size: inherit;
    /* 继承字体大小 */
    font-family: inherit;
    /* 继承字体 */
    /* 根据需要添加其他样式 */
}

select {
    margin: 0;
    padding: 6px 36px;
    background: #F6F6F8;
    border-radius: 8px;
    border: 1px solid #E9E9F4;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    outline: none;
    /* 移除焦点时的轮廓 */
    font-size: inherit;
    /* 继承字体大小 */
    font-family: inherit;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
}

textarea {
    margin: 0;
    padding: 8px 36px;
    background: #F6F6F8;
    border-radius: 8px;
    border: 1px solid #E9E9F4;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    outline: none;
    /* 移除焦点时的轮廓 */
    font-size: inherit;
    /* 继承字体大小 */
    font-family: inherit;
    /* 继承字体 */
    /* 根据需要添加其他样式 */
}

.header {
    padding: 9px 5.2%;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1001;
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
}

.header .stg {
    display: none;
}

.header .logo {
    width: 48px;
    margin-right: 6.2%;
}

.header .logo img {
    width: 100%;
}

.header ul {
    flex: 1;
    display: flex;


}

.header ul li {
    position: relative;
}

.header ul li a {
    display: inline-block;
    padding: 3px 15px;
    color: #202036;
    font-size: 16px;

}

.header ul li.hasbg {
    /* color: #15ADD2; */
    /* background: linear-gradient(311deg, rgba(41, 175, 246, .1) 0%, rgba(99, 241, 205, .1) 100%); */
    /* border-radius: 100px; */
}

.btnFangda {
    transition: transform 1s ease !important;
    /* 过渡效果 */
}

.btnFangda:hover {
    transform: scale(1.05) translateY(-5px) !important;
    /* 放大并向上移动 */
}
.btnFangda2 {
    transition: transform 1s ease !important;
    /* 过渡效果 */
}

.btnFangda2:hover {
    transform: scale(1.05) translateY(-5px) !important;
    /* 放大并向上移动 */
}
.btnFangda1 {
    transition: transform 1s ease !important;
    /* 过渡效果 */
}

.btnFangda1:hover {
    transform: scale(1.05) translateY(-5px) !important;
    /* 放大并向上移动 */
}
@keyframes fillProgress {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.header ul li.hasbg a {
    color: #3D71FF;
    background: #D8E6FF;
    border-radius: 100px;
}

.header ul li a:hover {
    color: #3D71FF;
}

.header .right {
    display: flex;
    align-items: center;
    color: #202036;
    font-size: 16px;

}

.header .right .phone {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.header .right .phone img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

.header .right .btn {
    width: 62px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 16px;

}

.header .right .login {
    border: 1px solid #3D71FF;
    background: #fff;
    border-radius: 20px;
    margin-left: 10px;
    color: #3D71FF;

}

/* 底部样式 */
.footer {
    padding: 80px 0;
    background: #252734;
}

.footer .footer-Box {
    width: 1200px;
    margin: 0 auto;
}

.footer .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
}

.footer .footer-top .footer-top-left {
    display: flex;
    flex: 1;
    cursor: pointer;
    justify-content: space-between;
}

.footer .footer-top .footer-top-left .footer-top-left-text {
    /* margin-right: 40px; */
}

.footer .footer-top .footer-top-left .footer-top-left-text .footer-top-left-text-title {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .footer-top .footer-top-left .footer-top-left-text .footer-top-left-text-child {
    display: flex;
    flex-direction: column;
}

.footer .footer-top .footer-top-left .footer-top-left-text .footer-top-left-text-child a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.7;
}

.footer .footer-top .footer-top-left-qe {
    display: flex;
    align-items: center;
    /* margin-left: 10px; */
}

.footer .footer-top .footer-top-left-qe .footer-top-left-qe-box {
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 10px;
}

.footer .footer-top .footer-top-left-qe .footer-top-left-qe-box:nth-child(even) {
    margin: 0 30px;
}

.footer .footer-top .footer-top-left-qe .footer-top-left-qe-box img {
    width: 76px;
    height: 76px;
    /* margin-bottom: 15px; */
}

.footer .footer-top .footer-top-left-qe .footer-top-left-qe-box p {
    font-size: 14px;
    color: #202036;
}

.footer .footer-bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 40px;
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.5;
    cursor: pointer;
}

.footer .footer-bot .footer-groups {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer .footer-bot .childOne {}

.footer .footer-bot .childOne .hildOne-name {}

.footer .footer-bot .childOne .childOne-list {
    display: flex;
    align-items: center;
}

.footer .footer-bot .childOne .childOne-list p {
    margin-right: 20px;
}

.footer .footer-bot .childTwo p {
    padding-right: 5px;
    padding-left: 10px;

}

.footer .footer-bot .childTwo p:nth-child(1) {
    padding-left: 0px;
}

.footer .footer-bot .childTwo p:nth-child(even) {
    padding-left: 10px;
}

.footer .footer-bot .childTwo span {
    border-left: 1px solid #fff;
    height: 14px;
    display: inline-block;
}

.footer .footer-bot .childThree {
    margin-bottom: 0;
}

.footer .footer-bot .childThree p:nth-child(1) {
    margin-right: 20px;
}

.footer .footer-bot .footer-bot-right {
    display: flex;
    align-items: center;
}

.footer .footer-bot .footer-bot-right span {
    border-left: 1px solid #fff;
    height: 14px;
    display: inline-block;
}

.footer .footer-bot .footer-bot-right p:nth-child(1) {
    margin-right: 10px;
}

.footer .footer-bot .footer-bot-right p:nth-child(3) {
    padding-left: 10px;
}

@media screen and (max-width: 1450px) {
    .header {
        padding: 9px 2%;
    }

    .header .logo {
        margin-right: 1.8%;
    }

    .header .right .phone {
        margin-right: 10px;
    }
}

.indexH1 {
    animation: fadeInUp 1s ease;
}

.indexH1p {
    animation: fadeInUp 1s ease 0.2s both;
}

.indexH1Btn {
    animation: fadeInUp 1s ease 0.4s both;
}

.indexH11 {
    animation: fadeInUp 2s ease;
}

.indexH11p {
    animation: fadeInUp 2s ease 0.5s both;
}

.indexH11Btn {
    animation: fadeInUp 2s ease 0.8s both;
}

.indexBtnEse {
    transition: all 0.3s ease;
}

/* 动画 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner {
    height: 710px;
    /* background: #fff url(../banner.png); */
    max-width: 1920px;
    line-height: 1.1;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.banner .bannerSwiper {
    height: 100%;
    width: 100%;
}

.banner .bannerSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .bannerSwiper .swiper-pagination {
    top: 420px;
    width: 1200px;
    z-index: 9999;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.banner .bannerSwiper .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    border-radius: 6px;
}

.banner .bannerSwiper .swiper-pagination-bullet-active {
    background: #bac2ca;
    width: 40px;
    height: 6px;
}

.banner .bannerSwiper .swiper-pagination-bullet-active .colorCss {
    display: block;
    border-radius: 6px;
    height: 100%;
    width: 0%;
    background-color: #3D71FF;
    animation: fillProgress 3s ease-in-out forwards;
}

.banner .content {
    /* padding-top: 170px; */
    position: absolute;
    top: 120px;
    /* left: 250px; */
    /* transform: translateY(-50%); */
    z-index: 2;
}

.banner .content .title {
    font-size: 70px;
    color: #202036;
    margin-bottom: 30px;
    font-weight: bold;
}

.banner .content .desc {
    color: #202036;
    font-size: 30px;
    margin-bottom: 60px;
}

.banner .content .data {
    font-size: 18px;
    color: #6E6E8C;
    margin-bottom: 140px;
}

.banner .content b {
    font-size: 40px;
    margin: 0 8px;
    color: #202036;
}

.banner .content ul {
    display: flex;
    justify-content: space-between;
}

.banner .content ul li {
    width: 276px;
    height: 125px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
    cursor: pointer;
}

.banner .content ul li:hover {
    /* transform: scale(1.1); */
    box-shadow: 0 5px 15px rgba(47, 128, 237, 0.3);
    border-radius: 12px;
}

.banner .content ul li p span {
    font-size: 40px;
    font-weight: bold;
    margin-right: 10px;
}

.banner .content ul li p:last-child {
    margin-top: 10px;
    font-size: 14px;
}

.banner .content ul li:nth-child(1) {
    background-image: url(../index-bg1.png);
}

.banner .content ul li:nth-child(2) {
    background-image: url(../index-bg2.png);
}

.banner .content ul li:nth-child(3) {
    background-image: url(../index-bg3.png);
}

.banner .content ul li:nth-child(4) {
    background-image: url(../index-bg4.png);
}

.szsBox {
    display: flex;
    align-items: center;
    background: linear-gradient(94deg, #FFFFFF 0%, #EEF7FD 100%);
    border-radius: 3px 3px 3px 3px;
    padding: 8px;
    margin-top: 23px;
}

.szsBox .headerImg {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    margin-right: 15px;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .typeName {
    font-weight: bold;
    font-size: 17px;
    color: #202036;
    line-height: 25px;
}

.main .cooperation1 .cooperation1Cent ul li .szsBox .cooperationName {
    margin-top: 0;
}

.main .cooperation1 .cooperation1Cent ul li .szsBox .cooperationName div {
    font-size: 14px;
}

.main .cooperation1 .cooperation1Cent ul li .szsBox .cooperationName div p {
    font-size: 11px;
}

.main .cooperation1 .cooperation1Cent ul li .szsBox .cooperationName .comy {
    font-size: 11px;
}

.main .cooperation1 .sxsCent ul li .cooperationHeader .herderBtn {
    padding: 3px 12px;
    font-size: 11px;
    line-height: 22px;
}

.main .cooperation1 .sxsCent ul li .cooperationHeader .herderBtn img {
    width: 12px;
    height: 12px;
}

.main .cooperation1 .sxsCent ul li .introduction p {
    font-size: 11px;
    line-height: 22px;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .active {
    border: 1px solid transparent;
}
.main .process{
    margin-bottom: 80px;
}
.main .process .title {
    width: 378px;
    height: 63px;
    background: linear-gradient(348deg, #3145A8 0%, #3145A8 95%);
    border-radius: 32px 32px 32px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin: auto;
    margin-top: 30px;
    transition: background-color 0.5s, transform 0.5s;
    cursor: pointer;
}

.main .process .title:hover {
    background-color: #1e67d9;
    transform: scale(1.01);
    box-shadow: 0 5px 15px rgba(47, 128, 237, 0.3);
}

.main .process .title img {
    width: 30px;
    height: 30px;
}

.main .process ul {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    text-align: center;
}

.main .process ul li img {
    width: 100px;
    height: 100px;
}

.main .process ul li p {
    margin-top: 20px;
    font-size: 20px;
    color: #202036;
}

.main .process ul li p:last-child {
    margin-top: 10px;
    color: #6F6F81;
    font-size: 14px;
}

.main .process ul li:nth-of-type(2n) img {
    width: 30px;
    height: 30px;
}

.main .video {
    padding: 113px 0 108px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    background: url(../videoBj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.main .video img {
    width: 69px;
    height: 69px;
}

.same-title {
    font-size: 32px;
    color: #202036;
    text-align: center;
}

.same-title-desc {
    color: #A0A0B2;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.main .area1 {
    padding: 80px 0;
    background: #F3F8FD;
    max-width: 1920px;
    margin: auto;
}

.main .area1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 50px;
}

.main .area1 ul li {}

.main .area1 ul li .area1Box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(129, 178, 225, 0.13);
    border-radius: 20px;
    padding: 30px;
    width: 380px;
    height: 100px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    transition: height 0.5s ease-in-out;
}

.main .area1 ul li .area1Box:hover {
    height: 380px;
}

.main .area1 ul li .area1Box .area1Boxtop {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) p:nth-child(1) {
    font-weight: bold;
    font-size: 22px;
    color: #202036;
    line-height: 22px;
}

.main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #202036;
    line-height: 21px;
    margin-top: 6px;
   
}
.textEll{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .area1 ul li .area1Box .area1Boxtop div:nth-child(2) p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #202036;
    line-height: 21px;
}

.main .area1 ul li .area1Box .area1Boxtop div:nth-child(2) {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    border-radius: 30px;
    /* border: 1px solid transparent; */
    /* background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffff, #ffff), linear-gradient(192deg, #5395F9, #BBF3FB); */
}

.main .area1 ul li .area1Box:hover {
    background: linear-gradient(330deg, #EEF4FF 0%, #FAFFFE 100%);
    box-shadow: 0px 0px 20px 0px rgba(129, 178, 225, 0.2);
}

.main .area1 ul li .area1Box:hover .area1Boxtop div:nth-child(2) {
    border: 1px solid #fff;
    background: linear-gradient(347deg, #3145A8 0%, #528CFD 100%);
    padding: 0 10px;
}

.main .area1 ul li .area1Box:hover .area1Boxtop div:nth-child(2) p {
    color: #fff !important;
    background: #ffff;
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.main .area1 ul li .area1Box:hover .area1Boxtop div:nth-child(2) span {
    background: url(../Frame_1912055798@2x3.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    margin-left: 5px;
    margin: 10px;
}

.main .area1 ul li .area1Box .area1Boxtop div:nth-child(2) p {
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #528CFD 100%);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    display: flex;
    align-items: center;

}

.main .area1 ul li .area1Box .area1Boxtop div:nth-child(2) span {
    display: inline-block;
    background: url(../Frame_1912055798@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 19px;
    height: 10px;
    margin-left: 5px;
}

:root {
    --transition-time: 0.3s;
}

.main .area1 ul li .area1BoxBtn {
    transition: all var(--transition-time) ease-in-out;
}

.main .area1 ul li .area1BoxBtn p {
    height: 84px;
    font-weight: 400;
    font-size: 14px;
    color: #A0A0B2;
    line-height: 21px;
    margin-bottom: 20px;
}

.main .area1 ul li .area1BoxBtn img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.disNo {
    display: none;
}

.main .cooperation1 {
    padding: 80px 0;
    background: url(../cooperation1.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: auto;
}

.main .cooperation1 .cooperation1Tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.main .cooperation1 .cooperation1Tab div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .cooperation1 .cooperation1Tab div p {
    font-size: 18px;
    color: #202036;
    line-height: 18px;
    text-align: center;
    margin-right: 51px;
    cursor: pointer;
    margin-bottom: 5px;
}

.main .cooperation1 .cooperation1Tab div p:hover .tapText {
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #528CFD 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.main .cooperation1 .cooperation1Tab div:last-child {
    margin-right: 0;
}

.main .cooperation1 .cooperation1Tab .active p .tapText {
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #528CFD 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.main .cooperation1 .cooperation1Tab .active p:nth-child(2) {
    width: 30px;
    height: 3px;
    background: #528CFD;
    border-radius: 54px;
}

.main .cooperation1 .cooperation1Cent {
    margin-top: 50px;
    position: relative;
}
.main .cooperation1 .cooperation1Cent .swiper-button-prev-custom{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background: url(../xiangzuo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.main .cooperation1 .cooperation1Cent .swiper-button-next-custom{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background: url(../xiangyou.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.main .cooperation1 .cooperation1Cent .swiper-button-prev-custom1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background: url(../xiangzuo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.main .cooperation1 .cooperation1Cent .swiper-button-next-custom1{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background: url(../xiangyou.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.main .cooperation1 .cooperation1Cent .swiper-button-prev-custom2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    background: url(../xiangzuo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.main .cooperation1 .cooperation1Cent .swiper-button-next-custom2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    background: url(../xiangyou.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.main .cooperation1 .cooperation1Cent .cooperationSwiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.main .cooperation1 .cooperation1Cent .cooperation1Swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.main .cooperation1 .cooperation1Cent .cooperation2Swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.main .cooperation1 .cooperation1Cent ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
}

.main .cooperation1 .cooperation1Cent ul li {
    padding: 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(129, 178, 225, 0.13);
    border-radius: 20px;
    width: 320px;
    cursor: pointer;
    margin-bottom: 30px;
}

.main .cooperation1 .cooperation1Cent ul li:hover {
    background: linear-gradient(330deg, #EEF4FF 0%, #FAFFFE 100%);
    box-shadow: 0px 0px 20px 0px rgba(129, 178, 225, 0.2);
}

.main .cooperation1 .cooperation1Cent ul li:nth-child(4) {
    /* opacity: 0.5; */
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .headerImg {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}
.nssbText{
    margin-left: 10px;
    margin-bottom: 0;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader1 .headerImg {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid #E9E9F4;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .active {
    color: #FFFFFF !important;
    border-radius: 4px 4px 4px 4px !important;
    background: linear-gradient(347deg, #3145A8 0%, #528CFD 100%) !important;
    /* border: 0 !important; */
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .herderBtn {
    display: flex;
    align-items: center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffff, #ffff), linear-gradient(347deg, #3145A8, #3145A8);
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    color: #3145A8;
    line-height: 28px;
    text-align: justified;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .herderBtn img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationName {
    margin-top: 20px;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationName div {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    /* text-align: center; */
}
.main .cooperation1 .cooperation1Cent ul li .cooperationName div div{
    display: flex;
    flex-wrap: wrap;
}
.main .cooperation1 .cooperation1Cent ul li .cooperationName div p {
    font-size: 14px;
    color: #20BFA9;
    line-height: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.main .cooperation1 .cooperation1Cent ul li .cooperationName div span{
    display: block;
    width: 40%;
}
.main .cooperation1 .cooperation1Cent ul li .cooperationName div div p {
    font-size: 12px;;
    color: #15ADD2;
    line-height: 21px;
    padding: 0 6px;
    background: #EFFAFC;
    border-radius: 3px 3px 3px 3px;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationName div p span {
    width: 6px;
    height: 6px;
    background: #20BFA9;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.main .cooperation1 .cooperation1Cent ul li .cooperationName .comy {
    font-size: 14px;
    color: #A0A0B2;
    line-height: 28px;
}

.main .cooperation1 .cooperation1Cent ul li .introduction {
    margin-top: 10px;
}

.main .cooperation1 .cooperation1Cent ul li .introduction p {
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.main .cooperation1 .moreConsultants {
    padding: 11px 61px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #528CFD 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #77B2FA;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.main .cooperation1 .moreConsultants2 {
    padding: 11px 61px;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: linear-gradient(348deg, #3145A8 0%, #528CFD 95%);
    border-radius: 30px 30px 30px 30px;
    color: #ffffff;
    border: 1px solid #77B2FA;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    transform: translateY(-3px);
    /* 往上轻飘 */
    transition: transform 0.3s ease;
    cursor: pointer;
}

.main .sixmajor1 {
    padding: 80px 0 50px 0;
    max-width: 1920px;
    margin: auto;
}

.main .sixmajor1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    margin-top: 50px;
}

.main .sixmajor1 ul .sixmajorBox {
    background: url(../sixmajor1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 250px;
    padding: 40px 30px;
    cursor: pointer;
    margin-bottom: 32px;
}

.main .sixmajor1 ul .sixmajorBox p:nth-child(1) {
    width: 200px;
    font-weight: bold;
    font-size: 20px;
    color: #202036;
    line-height: 30px;
}

.main .sixmajor1 ul .sixmajorBox p:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    margin-top: 15px;
}

/* .main .sixmajor1 ul .sixmajorBox:hover {
    background: url(.../sixmajor1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 320px;
    height: 250px;
    padding: 40px 30px;
    cursor: pointer;
    transition: all 1s;
} */

.main .sixmajor1 ul .sixmajorBox:hover p:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #528CFD 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    line-height: 30px;
    text-align: left;
    transition: all 1s;

}

.main .coselection1 {
    padding: 80px 0;
    background: #F3F8FD;
    max-width: 1920px;
    margin: auto;
}

.main .coselection1 .coselection1Box {
    background: #F3F8FD url(../coselection1.png);
    height: 426px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.main .coselection1 .coselection1Box .coselection1BoxRig {
    background: rgba(35, 61, 89, 0.6);
    border-radius: 0px 12px 12px 0px;
    padding: 30px 50px;
    width: 469px;
    height: 238px;
    position: absolute;
    right: 360px;
    top: 64px;
}

.main .coselection1 .coselection1Box .coselection1BoxRig .swiper {
    width: 100%;
    height: 100%;
}

.main .coselection1 .coselection1Box .coselection1BoxRig .swiper-slide p:nth-child(1) {
    border: 1px solid #ffffff;
    border-radius: 12px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    width: 68px;
    margin-bottom: 30px;
}

.main .coselection1 .coselection1Box .coselection1BoxRig .swiper-slide p:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 30px;
}

.main .coselection1 .coselection1Box .coselection1BoxRig .swiper-slide p:nth-child(3) {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: right;
}

.main .coselection1 .coselection1Box .coselection1BoxRig .swiper-pagination-bullet-active {
    background: linear-gradient(348deg, #3145A8 0%, #528CFD 95%);
}

.main .indexform {
    background: url(../indexform2.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1920px;
    margin: auto;
    padding: 80px 0;
}

.main .indexform .indexformBox {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
    border-radius: 20px;
    padding: 50px 150px;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.main .indexform .indexformBox .indexformBoxTop {
    width: 573px;
    height: 372px;
    position: absolute;
    top: -115px;
    right: -60px;
    z-index: 1;
}

.main .indexform .formBox {
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.main .indexform .formCent {
    display: flex;
    margin-bottom: 20px;
}

.main .indexform .formInput {
    position: relative;
}

.main .indexform .formInput .inwidth440 {
    width: 490px;
    box-sizing: border-box;
}

.main .indexform .formInput .inwidth100 {
    width: 100%;
    box-sizing: border-box;
}

.main .indexform .formInput .inwidthauto {
    width: 235px;
}

.main .indexform .formInput .inwidth470 {
    width: 475px;
}

.main .indexform .mgl20 {
    margin-left: 20px;
}

.main .indexform .formInputCor {
    color: #FF1F3D;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 11px;
}

.main .indexform .selectImg1 {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 11px;
}

.main .indexform .lookWord {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    padding-top: 20px;
    cursor: pointer;
}

.main .indexform .lookWord span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #4A84F7;
    margin-right: 5px;
    box-sizing: border-box;
}

.main .indexform .lookWord img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    display: none;
}

.main .indexform .lookWord p {
    color: #4A84F7;
}

.main .indexform .formBtn {
    margin: 32px auto 0;
    width: 242px;
    border-radius: 30px;
    padding: 12px 0;
    border: 1px solid #3145A8;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #528CFD 100%);
    /* 关键属性：裁剪背景到文字区域 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 文字颜色透明，显示背景渐变 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    cursor: pointer;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.main .indexform .formBtn2 {
    margin: 32px auto 0;
    width: 242px;
    border-radius: 30px;
    padding: 12px 0;
    border: 1px solid #BBF3FB;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(348deg, #3145A8 0%, #528CFD 95%);
    cursor: pointer;
    transform: translateY(-3px);
    transition: transform 0.3s ease;
}

.industry1 {
    padding: 80px 0;
}

.industry1 .industry1Box {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.industry1 .industry1left {}

.industry1 .industry1left img {
    width: 580px;
    height: 387px;
    border-radius: 10px 10px 0 0;
}

.industry1 .industry1left .industry1LeftText {
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #E9E9F4;
    border-top: 0;
    padding: 30px;
    width: 580px;
    box-sizing: border-box;
}

.industry1 .industry1left .industry1LeftText p:nth-child(1) {
    font-size: 20px;
    color: #202036;
    line-height: 30px;
    text-align: left;
}

.industry1 .industry1left .industry1LeftText p:nth-child(2) {
    font-size: 14px;
    color: #6F6F81;
    line-height: 20px;
}

.industry1 .industry1left .industry1LeftText p:nth-child(3) {
    font-size: 14px;
    color: #A0A0B2;
    line-height: 28px;
}

.industry1 .industry1right {
    /* margin-left: 40px; */
    width: 100%;
}

.industry1 .industry1right li {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #E9E9F4;
    padding-bottom: 20px;
    padding-top: 30px;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 3px;
}

.industry1 .industry1right li:hover {
    border-bottom: 5px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #ffff, #ffff), linear-gradient(192deg, #3145A8, #3145A8);
    /* transition: all 1.5s; */
    box-sizing: border-box;
    margin-bottom: 0;
}

.industry1 .industry1right li:nth-child(1) {
    padding-top: 0;
}

.industry1 .industry1right li img {
    /* width: 100%;
    height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* margin-right: 20px; */
    transition: 0.5s;
}

.industry1 .industry1right .industry1leftImg {
    /* flex: 1; */
    width: 187px;
    height: 106px;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.industry1 .industry1right li:hover img {
    transform: scale(1.2);
}

.industry1 .industry1right li .industry1Ul {
    flex: 1;
}

.industry1 .industry1right li .industry1Ul p:nth-child(1) {
    font-size: 20px;
    color: #202036;
    line-height: 30px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制文本显示为2行 */
    -webkit-box-orient: vertical;
    overflow: hidden;


}

.industry1 .industry1right li:hover .industry1Ul p:nth-child(1) {
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #3145A8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.industry1 .industry1left .industry1LeftText:hover p:nth-child(1) {
    background: linear-gradient(257.05922978882967deg, #3145A8 0%, #3145A8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}

.industry1 .industry1right li .industry1Ul p:nth-child(2),.industry1 .industry1right li .industry1Ul p:nth-child(3) {
    font-size: 14px;
    color: #A0A0B2;
    line-height: 14px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制为3行 */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.industry1 .industry1right li .industry1Ul p:nth-child(2) {
    line-height: 20px;
}

/* 发需求 */
/* 弹窗背景遮罩 */
.header-issue {
    background: url(../../images/IssueAdemandbj.png) no-repeat;
    background-size: 100% 100%;
}

.header-issue .info {
    font-weight: 400;
    font-size: 40px;
    color: #202036;
    line-height: 40px;
    text-align: left;
}

.header-issue .info b {
    font-size: 50px;
    color: #3D71FF;
}

.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
}

/* 弹窗内容框 */
.modal-content {
    /* background-color: #fff; */
    margin: 15% auto;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 500px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 关闭按钮 */
.IssueAdemand2 {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
}

.IssueAdemand1 {
    width: 500px;
    height: 500px;
    cursor: pointer;
}

.IssueAdemand3 {
    width: 206px;
    height: 78px;
    cursor: pointer;
    position: absolute;
    bottom: 110px;
}

.reminder {
    position: absolute;
    bottom: 60px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.reminder .noActive {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #15ADD2;
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: 10px;
}

.reminder .active {
    border: none;
    background: url(../pupu8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

/* 级联选择器 */
.optionBox {
    position: absolute;
    z-index: 3;
    display: flex;
}

.optionBox .optionFirst {
    width: 200px;
    height: 300px;
    overflow-x: auto;
    background: #fff;
}

.optionBox .optionFirst li {
    padding: 5px 18px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}

.optionBox .optionFirst .active {
    background: rgba(61, 113, 255, 0.06);
}

.optionBox .optionFirst .active p {
    color: #3D71FF;
    font-weight: bold;
}

.optionBox .optionFirst li p {
    font-weight: 400;
    font-size: 15px;
    color: #202036;
    line-height: 44px;
    text-align: left;
}

.optionBox .optionFirst li img {
    width: 20px;
    height: 20px;
}

.optionBox .optionRadio {
    width: 200px;
    height: 300px;
    overflow-x: auto;
    background: #fff;
}

.optionBox .optionRadio li {
    padding: 5px 18px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;

}

.optionBox .optionRadio li p {
    font-weight: 400;
    font-size: 15px;
    color: #202036;
    line-height: 44px;
    text-align: left;
}

.optionBox .optionRadio li img {
    width: 20px;
    height: 20px;
}

/* 关于我们 */
.header-aboutUs {
    background: url(../../images/aboutUsbj.png) no-repeat;
    background-size: 100% 100%;
}

.header-aboutUs .title {
    font-weight: bold;
    font-size: 60px;
    color: #202036;
    line-height: 60px;
    text-align: left;
}

.header-aboutUs .desc {
    font-weight: 400;
    font-size: 28px;
    color: #202036;
    line-height: 28px;
    text-align: left;
}

.header-aboutUs .data {
    font-weight: 400;
    font-size: 20px;
    color: #6F6F81;
    line-height: 20px;
    text-align: left;
    margin-top: 20px;
}

.aboutUsBox {
    background: rgba(240, 246, 255, 0.5);
    border-radius: 20px;
    padding: 50px;
    box-sizing: border-box;
}

.aboutUsBox .aboutUsTitle {
    font-weight: bold;
    font-size: 32px;
    color: #202036;
    line-height: 48px;
    text-align: center;
}

.aboutUsBox .aboutUssomeTitle {
    font-weight: 400;
    font-size: 20px;
    color: #202036;
    line-height: 24px;
    text-align: left;
}

.aboutUsBox .aboutUsText {
    font-weight: 400;
    font-size: 16px;
    color: #6F6F81;
    line-height: 24px;
    text-align: left;
    margin-top: 30px;
}

.aboutUsBox .aboutUsImg {
    width: 100%;
    margin-top: 40px;
}

.sixBox {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
    margin-top: 52px;
}

.sixBox .sixcent {
    background: linear-gradient(230deg, #F0F6FF 7%, #BFE0FF 100%);
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 31%;
    cursor: pointer;
}

.sixBox .sixcent .sixcentImg {
    width: 81px;
    height: 81px;
}

.sixBox .sixcent .sixcentTitle {
    font-weight: bold;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 24px;
}

.sixBox .sixcent .sixcentText {
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    text-align: justified;
}

.sixBox .sixcent:hover {
    transition: all 1s ease;
    background: #fff;
    border: 1px solid #528CFD;
}

.aboutUs-contact {
    background: #3D71FF;
    border-radius: 20px;
    padding: 50px 178px;
    box-sizing: border-box;
    position: relative;

}

.aboutUs-contact .contactImg {
    width: 127px;
    height: 127px;
    position: absolute;
    right: 77px;
    top: -35px;
}

.aboutUs-contact .aboutUs-contact-Box {
    display: flex;
    justify-content: space-between;
}

.aboutUs-contact .aboutUs-contact-Box ul {
    width: 70%;
}

.aboutUs-contact .aboutUs-contact-Box ul li {
    display: flex;
    align-items: center;
}

.aboutUs-contact .aboutUs-contact-Box ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.aboutUs-contact .aboutUs-contact-Box ul li p {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 54px;
    text-align: left;
}

.aboutUs-contact .contactBtn {
    padding: 10px 50px;
    background: #FFFFFF;
    border-radius: 32px;
    font-weight: bold;
    font-size: 22px;
    color: #202036;
    text-align: left;
    height: 53px;
    box-sizing: border-box;
    margin-top: 55px;
}

.aboutUsBtn {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 8px 30px 0px rgba(132, 146, 207, 0.2);
    border-radius: 100px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    width: 810px;
    margin: auto;
    margin-top: 110px;
}

.aboutUsBtn .leftBtn {
    padding: 12px 68px;
    box-sizing: border-box;
    background: #3D71FF;
    border-radius: 32px;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    display: flex;
    align-items: center;
}

.aboutUsBtn .leftBtn img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.aboutUsBtn .rightBtn {
    padding: 13px 30px 13px 50px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 24px;
    color: #3D71FF;
    line-height: 36px;
    text-align: center;
}



/* 详情页 */
.latest {
    border-bottom: 1px solid #E9E9F4;
    padding: 10px 0;
    font-weight: bold;
    font-size: 18px;
    color: #202036;
    line-height: 27px;
    text-align: center;
}

.ptb50 {
    padding: 50px 0;
}

.details {
    padding: 50px 100px;
    box-sizing: border-box;
}

.datailsTop {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0EBFF;
}

.datailsTop p {
    font-weight: bold;
    font-size: 28px;
    color: #202036;
    text-align: center;
}

.datailsTop span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #6F6F81;
    text-align: center;
}

.datailsCent {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: left;
}

#Demand .optionBox .optionRadio {
    width: 400px;
}

.hqyzm {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #4A84F7;
}

.shili {
    position: absolute;
    right: 50px;
    bottom: 35px;
    border-bottom: 1px solid #6F6F81;
    color: #6F6F81;
    cursor: pointer;
}

/* 弹窗遮罩层 */
.modal1-overlay {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    z-index: 1010;
}

/* 弹窗内容框 */
.modal1-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    max-width: 500px;
    width: 90%;
    box-sizing: border-box;
}

/* 弹窗遮罩层 */
.modal2-overlay {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    z-index: 1000;
}

/* 弹窗内容框 */
.modal2-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: white; */
    /* padding: 30px; */
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    /* max-width: 500px; */
    /* width: 90%; */
    box-sizing: border-box;
}
.modal2-box .indexform{
    background: transparent;
    padding: 0;
}
.modal2-box .indexform .indexformBox .indexformBoxTop{
    top: -140px;
    width: 470px;
    height: 320px;
    right: -40px;
}
.modal2-box .indexform .formBox {

}
.modal2-box .indexform .indexformBox{
    padding: 30px 100px;
    width: 900px;
}
.modal2-box .indexform .formBox{
    position: relative;
    z-index: 2;
}
.modal2-box .close-modal-btn{
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    line-height: 1;
    position: relative;
    z-index: 3;
    margin-right: 20px;
    margin-top: 20px;
}
/* 弹窗遮罩层 */
.modal3-overlay {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    z-index: 1020;
}

/* 弹窗内容框 */
.modal3-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    max-width: 385px;
    width: 90%;
    box-sizing: border-box;
}

.modal3-content {
    clear: both;
    line-height: 32px;
}


.modal3-center p {
    color: #000;
    /* font-weight: bold; */
    font-size: 19px;
}

.modal3-content h2 {
    text-align: center;
    margin-bottom: 20px;
}
/* 关闭按钮 */
.modal3-box .close-modal-btn {
    /* float: right; */
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* 关闭按钮 */
.close-modal-btn {
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: #aaa;
    line-height: 1;
}

.close-modal-btn:hover {
    color: #000;
}

.modal1-content {
    clear: both;
    line-height: 32px;
}

.modal1-center .lastSpan {
    color: #A0A0B2;
    display: block;
}

.modal1-center .lastSpanNew {
    color: #808081;
    font-weight: 400;
}

.modal1-center p {
    color: #000;
    font-weight: bold;
}

.modal1-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

/* 一期需要隐藏 */
.main .cooperation1 .cooperation1Cent ul li .cooperationHeader .herderBtn,
.main .cooperation1 .moreConsultants {
    display: none;
}
.industryContBox{
    display: flex;
    align-items: center;
}
.pageBoxLeft{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
 }
/* 响应式 */
@media (max-width: 1600px) {
    .main .cooperation1 .cooperation1Cent ul li .cooperationName div span{
        width: 60%;
    }
    .header {
        padding: 9px 10%;
    }

    .header .logo {
        width: 35px;
    }

    .header ul li a {
        font-size: 14px;
    }

    .header .right .phone img {
        width: 18px;
        height: 18px;
    }

    .header .right {
        font-size: 12px;
    }

    .header .right .btn {
        width: 43px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
        border-radius: 20px;
        color: #fff;
        font-size: 10px;
    }

    .header .right .login {
        border: 1px solid #3D71FF;
        background: #fff;
        border-radius: 20px;
        margin-left: 10px;
        color: #3D71FF;
    }

    #popupLayer {
        top: 52px !important;
    }

    #popupLayer .popupLayerBox {
        width: 900px;
    }

    .banner {
        height: 630px;
    }

    .banner .content .title {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .w1200 {
        width: 900px !important;
    }

    .banner .content {
        top: 100px;
    }

    .banner .content .desc {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .banner .content .data {
        font-size: 18px;
        margin-bottom: 170px;
    }

    .banner .content b {
        font-size: 30px;
    }

    .banner .content ul li {
        font-size: 18px;
        width: 210px;
        height: 99px;
    }

    .banner .bannerSwiper .swiper-pagination {
        top: 340px;
        width: 900px;
        /* text-align: left; */
    }

    .banner .bannerSwiper .swiper-pagination-bullet,
    .banner .bannerSwiper .swiper-pagination-bullet-active {
        width: 20px;
    }

    .main .process .title {
        width: 290px;
        height: 50px;
        font-size: 18px;
        margin-top: 15px;
    }

    .main .process ul li img {
        width: 60px;
        height: 60px;
    }

    .main .video {
        padding: 70px 0 70px;
    }

    .same-title {
        font-size: 22px;
    }

    /* .same-title-desc {
        font-size: 12px;
    } */

    .main .area1 ul li .area1Box {
        width: 280px;
    }

    .main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) p:nth-child(1) {
        font-size: 18px;
    }

    .main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) p:nth-child(2) {
        font-size: 14px;
    }

    .main .cooperation1 {
        padding: 50px 0;
    }

    .main .cooperation1 .cooperation1Tab div p {
        font-size: 14px;
    }

    .main .cooperation1 .cooperation1Cent ul li {
        width: 285px;
        box-sizing: border-box;
    }

    .main .sixmajor1 ul .sixmajorBox {
        width: 285px;
        box-sizing: border-box;
    }

    .main .sixmajor1 ul .sixmajorBox p:nth-child(1) {
        font-size: 18px;
        line-height: 25px;
    }

    /* .main .sixmajor1 ul .sixmajorBox p:nth-child(2) {
        font-size: 12px;
        line-height: 19px;
        margin-top: 8px; 
    } */

    .main .sixmajor1 ul .sixmajorBox:hover p:nth-child(1) {
        font-size: 18px;
        line-height: 25px;
    }

    .main .indexform .indexformBox {
        box-sizing: border-box;
    }

    .main .indexform .formInput .inwidth440 {
        width: 340px;
    }

    .industry1 .industry1left img {
        width: 400px;
        height: auto;
    }

    .industry1 .industry1left .industry1LeftText {
        width: 400px;
    }

    .industry1 .industry1left .industry1LeftText p:nth-child(1) {
        font-size: 18px;
        line-height: 25px;
    }

    /* .industry1 .industry1left .industry1LeftText p:nth-child(2) {
        font-size: 12px;
        line-height: 20px;
    } */

    .industry1 .industry1right .industry1leftImg {
        width: 140px;
        height: 85px;
    }

    .industry1 .industry1right li {
        padding: 15px 0;
    }

    .same-banner .title {
        font-size: 40px !important;
        margin-bottom: 20px !important;
    }

    .same-banner .info {
        font-size: 16px !important;
    }

    .header-aboutUs,
    .px-banner,
    .rjxt-banner,
    .ygfl-banner,
    .header-hs,
    .yw-banner,
    .sbxsfw-banner,
    .plzp-banner,
    .xy-banner,
    .header-issue,
    .hydc-banner {
        height: 350px !important;
        background-size: 100% 100% !important;
    }

    .header-hs p {
        margin-bottom: 70px !important;
    }

    .same-banner .btn {
        margin-top: 70px !important;
    }

    .header-issue .info b {
        font-size: 35px;
    }

    .header-aboutUs .desc {
        font-size: 20px;
    }

    .header-aboutUs .data {
        font-size: 16px;
    }

    .sixBox .sixcent .sixcentTitle {
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 17px;
    }

    /* .sixBox .sixcent .sixcentText {
        font-size: 12px;
        line-height: 19px;
    } */

    .aboutUs-contact {
        padding: 30px 60px;
    }

    .aboutUs-contact .contactImg {
        width: 95px;
        height: 95px;
        top: -55px;
    }

    .hydcCgal li {
        width: 280px !important;
        box-sizing: border-box;
    }

    .hydcCgal li .contentImg {
        width: 100% !important;
        height: 120px !important;
        object-fit: cover;
        border-radius: 20px;
    }

    .hydcCgal li div {
        font-size: 18px;
        line-height: 26px;
    }

    .hydcCgal li div p {
        width: 200px !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 限制为2行 */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pagerer {
        width: 900px !important;
    }

    .section-title {
        font-size: 22px !important;
    }

    /* .section-subtitle {
        font-size: 12px !important;
    } */

    .service-card {
        padding: 20px !important;
    }

    .service-card .service-title {
        font-size: 18px !important;
    }

    /* .service-card .service-desc {
        font-size: 12px !important;
    } */

    .problem-title {
        font-size: 18px !important;
    }

    .problem-desc {
        font-size: 12px !important;
    }

    .problem-item {
        margin-top: 30px !important;
    }

    .problems-right {
        /* display: none; */
    }

    .same-h2 {
        font-size: 22px !important;
    }
/* 
    .same-second-title {
        font-size: 12px !important;
    } */

    .pxzxNewBox li div p {
        font-size: 18px !important;
        line-height: 29px !important;
    }

    .px-box .content .li p.title {
        font-size: 15px !important;
    }

    .px-box .content .li p.info {
        margin-top: 15px !important;
    }

    .main .ygflfwBox li p {
        font-size: 18px !important;
    }

    /* .main .ygflfwBox li span {
        font-size: 12px !important;
    } */

    .main .ygfljjfa ul li {
        padding: 10px 15px !important;
    }

    .main .ygfljjfa ul li p:nth-child(1) {
        font-size: 30px !important;
        line-height: 35px !important;
    }

    .main .ygfljjfa ul li p:nth-child(2) {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .main .ygfljjfa1 ul li p:nth-child(1),
    .advantages .card h3,
    .advantage-title,
    .solution-title,
    .reason-title,
    .problem-item h3,
    .advantage-content h3,
    .main .pl-box li div p,
    .question .tab-box .title,
    .choose .left .li .title,
    .main .hwfwBox li .liTop p {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    /* .main .ygfljjfa1 ul li p:nth-child(2),
    .advantage-desc,
    .main .pl-box li div span {
        font-size: 12px !important;
        line-height: 22px !important;
    } */

    .problems h2,
    .suitable-header h2,
    .advantages .title h2,
    .advantages-header h2 {
        font-size: 22px !important;
    }

    /* .suitable-header p,
    .advantages .title p,
    .solution-desc,
    .advantages-header p,
    .choose .left .li {
        font-size: 14px !important;
    } */

    .reason-content {
        flex-flow: nowrap !important;
    }

    .advantage-item {
        padding: 20px !important;
    }

    .main .pl-box li {
        padding: 20px 15px !important;
    }

    .main .why-box li {
        width: 40% !important;
        height: 188px !important;
    }

    .choose .content .right {
        width: 390px !important;
    }

    .main .wt-box li {
        padding: 29px !important;
    }

    .main .hwfwBox li .liTop {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 1300px) {
    .banner .content .data {
        font-size: 14px;
        margin-bottom: 100px;
    }

    .banner {
        height: 500px;
    }
    .problems-content {
        flex-flow: nowrap !important;
    }
    .problems-left{
        max-width: 40% !important;
    }
    .problems-right{
        max-width: 650px !important;
    }
}

.contentTextBox {
    width: 50% !important;
    /* 高于蒙层，显示在最上层 */
}

@media (max-width: 992px) {
    .modal2-box{
        width: 90%;
    }
    .modal2-box .indexform .indexformBox{
        width: 100% !important;
        padding: 50px !important;
    }
    .modal2-box .indexform .indexformBox .indexformBoxTop {
        width: 40% !important;
        height: 30% !important;
        top: -80px !important;
        right: 0px !important;
    }
    .stg{
        display: flex !important;
    }
    .pagerer{
        width: 90% !important;
    }
    .tiaozhuan{
        display: none;
    }
    .pupup ul li:nth-child(5){
        margin-top: 20px;
    }
    .shili {
        font-size: 12px;
    }

    .modal1-box {
        width: 70%;
    }
    .problems-left{
        max-width: 80% !important;
    }
    .problems-content{
        flex-flow: column wrap !important;
    }

    /* .rjxt-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 570px;
        background-color: rgba(0, 0, 0, 0.2); 
      } */
    .header-issue .info {
        font-size: 20px;
    }

    .header-issue .info b {
        font-size: 30px;
    }

    .header-aboutUs {
        background-size: cover;
        background-position: 65%;
    }

    .header-aboutUs::before,
    .px-banner::before,
    .rjxt-banner::before,
    .ygfl-banner::before,
    .header-hs::before,
    .yw-banner::before,
    .sbxsfw-banner::before,
    .plzp-banner::before,
    .xy-banner::before,
    .header-issue::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 415px;
        background-color: rgba(0, 0, 0, 0.3);
        /* 白色 + 70%透明度（可调整） */
        z-index: 1;
        /* 确保蒙层在背景上、内容下 */
    }

    .contentTextBox {
        position: relative;
        z-index: 2;
        width: 100% !important;
        /* 高于蒙层，显示在最上层 */
    }

    .header-issue {
        background-size: cover;
        background-position: 75%;
    }

    .footer .footer-top .footer-top-left .footer-top-left-text {
        margin-right: 40px;
        margin-bottom: 20px;
    }
    .footer .footer-top .footer-top-left .footer-top-left-text {
        margin-right: 40px;
        margin-bottom: 20px;
    }
    .modal-content {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        height: 100%;
        justify-content: center;
    }

    .IssueAdemand1 {
        width: 100%;
        height: 60%;
    }

    .IssueAdemand2 {
        top: 20%;
    }

    .IssueAdemand3 {
        top: 60%;
    }

    .reminder {
        top: 50%;
    }

    .w1200 {
        width: 100% !important;
        margin: auto;
    }

    .header {
        padding: 12px 4%;
        justify-content: space-between;
    }

    .header .stg {
        display: flex;
        padding: 5px;
        width: 30px;
        height: 30px;
        flex-direction: column;
        justify-content: space-around;
    }

    .header .stg p {
        height: 0;
        border: 3px solid rgb(189, 187, 187);
        border-radius: 20px;
    }

    .header ul {
        display: none;
    }

    .banner .bannerSwiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 76%;
    }

    .header .right {
        display: none;
    }

    .banner .content .title {
        font-size: 50px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .banner .content .desc {
        font-size: 25px;
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .banner .content .data {
        padding: 0 20px;
        margin-bottom: 171px;
        line-height: 25px;
    }

    .same-title {
        padding: 0 30px;
    }

    .same-title-desc {
        padding: 0 30px;
    }

    .banner .content b {
        font-size: 35px;
    }

    .banner .content ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .banner .content ul li {
        width: 40%;
        margin-bottom: 30px;
        /* height: 110px; */
    }

    .main .process .title {
        margin-top: 60px;
    }

    .main .process ul {
        margin-top: 100px;
    }

    .main .area1 ul li {
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main .area1 ul li .area1BoxBtn {
        display: block;
    }

    .main .area1 ul li .area1Box {
        width: 83%;
    }

    .main .area1 ul li .area1BoxBtn img {
        width: 100%;
        height: 100%;
    }

    .main .cooperation1 .cooperation1Cent ul li {
        width: 80%;
        margin: 0 auto 30px;
    }

    .main .sixmajor1 ul {
        justify-content: center;
    }

    .main .coselection1 .coselection1Box .coselection1BoxRig {
        right: 5%;
        top: 64px;
    }

    .main .indexform {
        width: 100%;
    }

    .main .indexform .indexformBox {
        width: 80%;
        padding: 50px;
    }

    .main .indexform .mgl20 {
        margin-left: 0;
        margin-top: 20px;
    }

    .main .indexform .formBox {
        width: 100%;
    }

    .main .indexform .formCent {
        flex-direction: column;
    }

    .main .indexform .formInput .inwidth440 {
        width: 100%;
        box-sizing: border-box;
    }

    .main .indexform .formInput .inwidthauto {
        width: 90%;
    }

    .main .indexform .formInput .inwidth470 {
        width: 100%;
    }

    .main .indexform .indexformBox .indexformBoxTop {
        width: 30%;
        height: 20%;
        top: -50px;
        right: -20px;
    }

    textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .industry1 .industry1Box {
        flex-direction: column;
        align-items: center;
    }

    .industry1 .industry1right {
        width: 580px;
    }

    .footer {
        padding: 70px 80px;
    }

    .footer .footer-top {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .main .process ul {
        background: url(../process1.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 80%;
        height: 150px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .main .process ul li {
        display: none;
    }

    .main .sixmajor1 ul .sixmajorBox:hover p:nth-child(1) {
        font-size: 15px;
        line-height: 25px;
    }

    .footer .footer-bot {
        padding-bottom: 90px;
    }
}

@media (max-width: 768px) {
    .details {
        padding: 30px;
    }

    .main .process ul {
        margin: 0 auto !important;
        margin-top: 40px !important;
        flex-direction: column;
    }

    .main .process ul li:nth-of-type(2n) img {
        transform: rotate(90deg);
    }

    .industry1 .industry1left img {
        width: 80%;
        height: 50%;
    }

    .industry1 .industry1left .industry1LeftText {
        width: 80%;
    }

    .industry1 .industry1right {
        width: 80%;
    }

    .footer .footer-Box {
        width: 100%;
    }

    .footer {
        padding: 40px;
    }

    .footer .footer-top .footer-top-left {
        flex-wrap: wrap;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box {
        padding: 10px 17px;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box img {
        width: 62px;
        height: 62px;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box p {
        font-size: 11px;
    }

    .main .indexform .indexformBox {
        width: 80%;
        padding: 30px;
    }

    .main .indexform .formInput .inwidthauto {
        width: 78%;
    }

    .main .indexform .formInput .inwidth470 {
        width: 90%;
    }

    .industry1 .industry1right {
        margin-left: 0;
    }

    .industry1 .industry1left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main .process .title {
        width: 80%;
        font-size: 20px;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box {
        width: 15%;
        padding: 10px;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box img {
        width: 100%;
        height: 20%;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box:nth-child(even) {
        margin: 0 10px;
    }

    .footer .footer-bot {
        font-size: 11px;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-bot .childOne .childOne-list p {
        margin-right: 10px;
    }

    .footer .footer-bot .childThree {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footer-bot .footer-bot-right {
        margin-top: 20px;

    }

    .footer-top-left-text-child {
        display: flex;
        flex-direction: column;
    }

    br {
        display: none;
    }



    /* 关于万万禾禾 */
    .header-aboutUs .title {
        font-size: 35px;
    }

    .header-aboutUs .desc {
        font-size: 18px;
        line-height: 18px;
    }

    .header-aboutUs .data {
        font-size: 12px;
    }

    .aboutUsBox {
        width: 90% !important;
        padding: 30px;
    }

    .aboutUsBox .aboutUsTitle {
        font-size: 22px;
    }

    .aboutUsBox .aboutUssomeTitle {
        font-size: 16px;
    }

    .aboutUsBox .aboutUsText {
        font-size: 14px;
    }

    .sixBox {
        gap: 0;
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }

    .sixBox .sixcent {
        width: 90%;
        margin-top: 30px;
    }

    .aboutUs-contact {
        width: 90% !important;
        padding: 20px;
    }

    .aboutUs-contact .aboutUs-contact-Box {
        flex-direction: column;
        align-items: center;
    }

    .aboutUs-contact .aboutUs-contact-Box ul li img {
        width: 18px;
        height: 18px;
    }

    .aboutUs-contact .aboutUs-contact-Box ul li p {
        font-size: 14px;
        line-height: normal;

    }

    .aboutUs-contact .aboutUs-contact-Box ul li {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .aboutUs-contact .contactImg {
        width: 80px;
        height: 80px;
        right: 0;
    }

    .aboutUs-contact .contactBtn {
        margin-top: 0;
        font-size: 17px;
        padding: 10px 30px;
        height: 45px;
    }

    .aboutUsBtn {
        width: 90%;
        box-sizing: border-box;
        flex-direction: column;
        margin-top: 50px;
        padding: 10px;
    }

    .aboutUsBtn .leftBtn {
        padding: 10px 53px;
        font-size: 15px;
        line-height: 39px;
    }

    .aboutUsBtn .rightBtn {
        font-size: 17px;
    }
}

@media (max-width: 576px) {
    .same-banner .info{
        color: #f3f3f3 !important;
    }
    .main .cooperation1 .cooperation1Cent .swiper-button-prev-custom{
        left: 0px;
        width: 30px;
        height: 30px;
    }
    .main .cooperation1 .cooperation1Cent .swiper-button-next-custom{
        right: 0px;
        width: 30px;
        height: 30px;
    }
    
    .main .cooperation1 .cooperation1Cent .swiper-button-prev-custom1{
        left: 0px;
        width: 30px;
        height: 30px;
    }
    .main .cooperation1 .cooperation1Cent .swiper-button-next-custom1{
        right: 0px;
        width: 30px;
        height: 30px;
    }
    
    .main .cooperation1 .cooperation1Cent .swiper-button-prev-custom2{
        left: 0px;
        width: 30px;
        height: 30px;
    }
    .main .cooperation1 .cooperation1Cent .swiper-button-next-custom2{
        right: 0px;
        width: 30px;
        height: 30px;
    }
    .shili {
        right: 30px;
    }

    .banner .bannerSwiper .swiper-pagination {
        top: 300px;
        width: 100%;
        display: flex;
        padding-left: 30px;
    }

    .banner .bannerSwiper .swiper-pagination-bullet {
        width: 30px;
        height: 4px;
        border-radius: 6px;
    }

    .banner .bannerSwiper .swiper-pagination-bullet-active {
        background: #bac2ca;
        width: 30px;
        height: 4px;
    }

    .reminder {
        top: 69%;
    }

    .main .process ul {
        height: 80px;
        background-size: 100%;
    }

    .banner .content {
        top: 90px;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box {
        width: 33%;
    }

    .footer .footer-top .footer-top-left-qe .footer-top-left-qe-box p {
        font-size: 9px;
    }

    .footer {
        padding: 30px;
    }

    .main .cooperation1 .cooperation1Tab div p {
        margin-right: 0px;
    }

    .main .cooperation1 .cooperation1Tab div p {
        font-size: 12px;
    }

    .main .cooperation1 .cooperation1Tab div p span:nth-child(2) {
        display: block;
    }

    .main .cooperation1 .cooperation1Tab {
        justify-content: space-evenly;
    }

    .main .area1 ul li .area1BoxBtn p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
    }

    .main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) p:nth-child(1) {
        font-size: 16px;
    }

    .main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) p:nth-child(2) {
        font-size: 14px;
    }

    .main .area1 ul li .area1Box {
        width: 90%;
    }

    .main .area1 ul li .area1Box .area1Boxtop div:nth-child(1) {
        width: 100%;
    }

    .main .area1 ul li .area1Box .area1Boxtop div:nth-child(2) {
        padding: 4px 13px;
        /* flex: 1; */
    }

    .main .indexform .indexformBox {
        width: 75%;
        padding: 15px;
    }

    .same-title {
        font-size: 22px;
        padding: 0 40px;
    }

    .main .indexform .indexformBox .indexformBoxTop {
        width: 120px;
        height: 100px;
        top: -30px;
    }

    .main .indexform {
        padding: 30px 0;
    }
    .modal2-box .indexform{
        padding: 0 !important;
    }
    .modal2-box .indexform .indexformBox .indexformBoxTop {
        height: 25% !important;
        right: 20px !important;
    }
    .main .indexform .formBox {
        margin-top: 30px;
    }

    .main .indexform .formInput .inwidth440 {
        font-size: 11px;
    }

    .main .indexform .formInput .inwidthauto {
        font-size: 11px;
        width: 69%;
    }

    .main .indexform .formInput .inwidth470 {
        font-size: 11px;
        width: 95%;
    }

    textarea {
        font-size: 11px;
    }

    .main .indexform .lookWord {
        font-size: 11px;
        padding-top: 20px;
    }

    .main .indexform .formBtn {
        width: 80%;
        font-size: 16px;
        padding: 5px 0;
        margin: 20px auto 0;
    }

    .main .indexform .formBtn2 {
        width: 80%;
        font-size: 16px;
        padding: 5px 0;
        margin: 20px auto 0;
    }

    .industry1 {
        padding: 30px 0;
    }

    .industry1 .industry1Box {
        margin-top: 30px;
    }

    .industry1 .industry1left .industry1LeftText {
        padding: 15px;
    }

    .industry1 .industry1left .industry1LeftText p:nth-child(1) {
        font-size: 15px;
        line-height: 25px;
    }

    .industry1 .industry1left .industry1LeftText p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
    }

    .industry1 .industry1left .industry1LeftText p:nth-child(3) {
        font-size: 12px;
    }

    .industry1 .industry1right .industry1leftImg {
        width: 100px;
        height: 80px;
    }

    /* .industry1 .industry1right li img {
        width: 100px;
        height: 80px;
    } */

    .industry1 .industry1right li .industry1Ul p:nth-child(1) {
        font-size: 15px;
        line-height: 25px;
    }

    .industry1 .industry1right li .industry1Ul p:nth-child(2) {
        font-size: 12px;
        margin-top: 8px;
    }

    .industry1 .industry1right {
        margin-top: 20px;
    }


    .main .coselection1 {
        padding: 30px 0;
    }

    .main .coselection1 .coselection1Box {
        margin-top: 30px;
        height: 350px;
    }

    .main .coselection1 .coselection1Box .coselection1BoxRig {
        padding: 15px;
        width: 80%;
        top: 40px;
    }

    .main .coselection1 .coselection1Box .coselection1BoxRig .swiper-slide p:nth-child(1) {
        font-size: 12px;
        width: 60px;
        margin-bottom: 20px;
    }

    .main .coselection1 .coselection1Box .coselection1BoxRig .swiper-slide p:nth-child(2) {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .main .coselection1 .coselection1Box .coselection1BoxRig .swiper-slide p:nth-child(3) {
        font-size: 15px;
    }

    .main .sixmajor1 {
        padding: 30px 0 0 0;
    }

    .main .sixmajor1 ul {
        margin-top: 30px;
    }

    .main .sixmajor1 ul .sixmajorBox {
        width: 80%;
        background-size: 100% 100% !important;
        background-position: center !important;
        height: 200px;
        padding: 15px;
    }

    .main .sixmajor1 ul .sixmajorBox p:nth-child(1) {
        font-size: 15px;
        line-height: 25px;
    }

    .main .sixmajor1 ul .sixmajorBox p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }

    .main .cooperation1 {
        padding-bottom: 10px;
        padding-top: 30px;
    }

    .main .area1 {
        padding-bottom: 0;
    }

    .main .cooperation1 .cooperation1Cent ul li {
        padding: 15px;
    }

    .main .cooperation1 .cooperation1Cent ul li .cooperationHeader .headerImg {
        width: 54px;
        height: 54px;
    }

    .main .cooperation1 .cooperation1Cent ul li .cooperationHeader .herderBtn {
        padding: 2px 8px;
        font-size: 12px;
    }

    .main .cooperation1 .cooperation1Cent ul li .cooperationHeader .herderBtn img {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }

    .main .cooperation1 .cooperation1Cent ul li .cooperationName {
        margin-top: 10px;
    }

    .main .cooperation1 .cooperation1Cent ul li .cooperationName div {
        font-size: 15px;
        line-height: 25px;
    }

    .main .cooperation1 .cooperation1Cent ul li .cooperationName .comy {
        font-size: 12px;
        line-height: 20px;
    }

    .main .cooperation1 .cooperation1Cent ul li .introduction p {
        font-size: 12px;
        line-height: 20px;
    }

    .main .cooperation1 .moreConsultants {
        padding: 8px 40px;
        font-size: 15px;
        line-height: 25px;
        margin-top: 0;
    }

    .main .cooperation1 .moreConsultants2 {
        padding: 8px 40px;
        font-size: 15px;
        line-height: 25px;
        margin-top: 0;
    }

    .main .video {
        padding: 20px;
    }

    .main .process .title {
        width: 62%;
        font-size: 15px;
        height: 45px;
    }

    .banner .content ul li {
        height: 88px;
        font-size: 15px;
    }

    .banner .content ul li p span {
        font-size: 30px;
    }

    .banner .content .title {
        font-size: 33px;
    }

    .banner .content .desc {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .banner .content .data {
        margin-bottom: 130px;
    }

    .banner {
        background-size: cover;
        background-position: top center;
        height: 620px;
    }

    .banner .content .data {
        font-size: 13px;
    }

    .banner .content b {
        font-size: 26px;
    }

    .main .video {
        padding: 80px 0 80px;
        font-size: 15px;
        margin-top: 40px;
    }
    .main .process{
        margin-bottom: 40px;
    }
    .main .video img {
        width: 49px;
        height: 49px;
    }

    .optionBox .optionFirst {
        width: 150px;
    }

    .optionBox .optionRadio {
        width: 180px;
    }

    #Demand .optionBox .optionRadio {
        width: 180px;
    }

}

@media (max-width: 350px) {
    .banner .content .title {
        font-size: 30px;
    }

    .banner .content .desc {
        font-size: 16px;
    }

    .banner .content b {
        font-size: 20px;
    }
}