body,
ul,
ol,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    /* font-size: 100%; */
}

body {
    font-family: 'Source Han Sans CN';
    /* font-size: 16px; */
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.same-banner {
    height: 500px;
    max-width: 1920px;
    margin: auto;
}

.same-banner .w1200 {
    display: flex;
    align-items: center;
    height: 100%;
}

.same-banner .title {
    color: #202036;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: bold;
}

.same-banner .info {
    font-size: 20px;
    color: #6E6E8C;
}

.same-banner .btn {
    display: inline-block;
    /* padding: 10px 25px; */
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    /* transition: transform 0.5s ease; */

    width: 241px;
    height: 50px;
    background: linear-gradient(348deg, #3145A8 0%, #528CFD 95%);
    border-radius: 32px;
    line-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    cursor: pointer;
}
/* 
.same-banner .btn:hover {
    background-color: #1e67d9;
    transform: scale(1.1) translateY(-10px) !important;
    box-shadow: 0 5px 15px rgba(47, 128, 237, 0.3);
} */

.same-banner .btn img {
    width: 30px;
    height: 30px;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.same-h2 {
    font-size: 32px;
    color: #202036;
    margin-bottom: 50px;
    text-align: center;
}

.same-second-title {
    font-size: 14px;
    color: #A0A0B2;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -45px;
}
/* 分页 */
.pagerer {
    text-align: center;
    width: 1200px;
    float: right;
  }
  
  .page {
    display: inline-block;
    /* width:660px */
  }
  
  .page .disabled {
    color: #999;
    cursor: not-allowed
  }
  
  .page .active {
    background-color: #3145A8;
    color: #FBF5F6;
    border-color: #3145A8;
  }
  
  .page label,
  .page p {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #3F4E63;
  }
  
  .page p {
    height: 40px;
    width: 32px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box
  }
  
  .page p:hover {
    background-color: #3145A8;
    color: #FBF5F6;
    border-color: #3145A8;
  }
  
  .page p:nth-of-type(even) {
    margin-left: 10px;
  }
  
  .page label,
  .page span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #01122A;
  }
  
  .page span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-sizing: border-box
  }
  
  .page span:hover {
    background-color: #3145A8;
    color: #FBF5F6;
    border-color: #3145A8;
  }
  
  .page span:nth-child(n+2) {
    margin-left: 10px
  }
  
  .page .text {
    width: auto;
    padding: 0 10px
  }
  
  .page label {
    padding-left: 10px
  }
  
.tiaozhuan {
    display: flex;
    float: right;
    padding-left: 26px;
    align-items: center;
    font-size: 14px;
    color: #3F4E63;
  }
  
  .tiaozhuan input {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    padding: 0;
    }
  
  .tiaozhuan input[type=text] {
    color: #01122A;
    border: 1px solid #E4E6E9;
    outline: none;
    text-align: center;
    margin: 0 5px;
  }
  

@media screen and (max-width: 800px) {
    .ptb80{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .w1200 {
        width: 100%;
        margin: auto;
    }

    .same-banner .title {
        font-size: 35px;
    }

    .same-banner .info {
        font-size: 18px;
    }

    .same-banner .w1200 {
        width: 80% !important;
    }

    .same-h2 {
        font-size: 28px !important;
    }
    .same-banner .btn{
        width: 62%;
        font-size: 15px;
        height: 45px;
        line-height:0;
        margin-left: auto;
        margin-top: 120px;
        margin-right: auto;
    }
    .pagerer{
        width: 100% !important;
    }
    .tiaozhuan{
        display: none;
    }
    .page span:nth-child(n+2){
      margin-bottom: 10px;
    }
}

html {
    font-size: 100px;
}

body {
    font-size: 14px;
}

.pub_header {
    width: 100%;
    height: 0.58rem;
    background-color: white;
}

.mid1200 {
    margin: 0 auto;
    width: 1100px;
}

.font18 {
    font-size: 18px;
}

.pb5 {
    padding-bottom: 5%;
}

.pt0 {
    padding-top: 0 !important;
}

@media screen and (max-width: 800px) {
    .font18 {
        font-size: 16px;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }
}



/* 小标题 */

.pub_tile {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}

.pub_p1 {
    font-size: 0.32rem;
    color: #1d2974;
    line-height: 1;
    margin-bottom: 0.1rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.pub_p2 {
    font-size: 0.14rem;
    color: #84879a;
    line-height: 1;
    letter-spacing: 1px;
}

.pub_p3 {
    font-size: 0.30rem;
    color: white;
    line-height: 1;
    letter-spacing: 3px;
}

.pub_p4 {
    font-size: 0.14rem;
    color: #8d95ba;
    line-height: 1;
}

.pub_p5,
.pub_p7 {
    font-size: 0.16rem;
    color: white;
    line-height: 1;
}

.pub_p6 {
    font-size: 0.14rem;
    color: white;
    line-height: 30px;
}

.pub_nav_d1 {
    color: white;
    margin-bottom: 0.43rem;
}

.pub_p8 {
    font-size: 0.14rem;
    /* line-height: 0.4rem; */
    line-height: 1;
    margin-top: 0.26rem;
    color: #949dc6;
}

.pub_title {
    font-size: 0.32rem;
    color: #333947;
    line-height: 1;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0.66rem;
}

.pub_title::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0.44rem;
    height: 3px;
    background-color: #619fd0;
}

/* 导航 */

.pub_header_cont {
    width: 100%;
    /* height: 0.88rem; */
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4.1% 0;
    background-color: white;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .2);
}

.pub_nav {
    font-size: 0.14rem;
    line-height: 1;
}

.pub_nav_t {
    margin-left: auto;
    margin-bottom: 10px;
    padding-top: 10px;
}

.pub_nav_t ul {
    display: flex;
    justify-content: flex-end;
}

.pub_nav_t li {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #84879a;
    margin-right: 0.3rem;
    transition: 0.5s;
}

.pub_nav_t li:last-of-type {
    margin-right: 0;
}

.pub_nav_t li:hover {
    color: #1b2a75;
}

.pub_nav_t a {
    display: flex;
    align-items: center;
}

.pub_nav_t img {
    height: 0.15rem;
    object-fit: contain;
    margin-right: 12px;
}

.pub_nav_b ul {
    display: flex;
    color: #1b2a75;
}

.pub_nav_b li {
    margin-right: 0.33rem;
    position: relative;
    padding-bottom: 10px;
}

.pub_nav_b li:last-of-type {
    margin-right: 0;
}

.pub_nav_hover {
    position: fixed;
    top: 0.58rem;
    left: 0;
    width: 100%;
    height: 5.9rem;
    background-color: #1b2a75;
    display: none;
}

.pub_nav_hover_cont {
    width: 1200px;
    margin: 0 auto;
    color: white;
    padding: 0.72rem 0;
    display: flex;
}

.pub_nav_l {
    width: 5.9rem;
    padding-right: 1rem;
    position: relative;
}

.pub_nav_l::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 4.24rem;
    background-color: rgba(141, 149, 186, 0.4);
}

.pub_nav_l .pub_p3 {
    margin-bottom: 0.48rem;
}

.pub_nav_l_item .pub_p4 {
    margin-bottom: 0.2rem;
}

.pub_nav_l_item .pub_p5 {
    margin-bottom: 0.47rem;
    line-height: 1.5;
}

.pub_nav_hover a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.pub_nav_hover a:hover {
    color: #8d95ba;
}

.pub_nav_r {
    padding-left: 1rem;
}

/* .pub_nav_r .pub_p5 {
    margin-bottom: 0.44rem;
} */

/*  */

.pub_footer {
    background-color: #252735;
    overflow: hidden;
    /* padding-top: 0.5rem; */
}

.pub_footer_cont {
    width: 1200px;
    margin: 0 auto;
    padding-top: 0.84rem;
}

.pub_footer_t {
    display: flex;
    border-bottom: 1px solid rgba(93, 94, 111, .3);
    padding-bottom: 0.3rem;
}

.pub_footer_t dl {
    /* width: 1.94rem;
    min-width: 1.94rem;
    max-width: 1.94rem; */
    flex: 1 auto;
}

.pub_footer_er {
    width: auto;
}

.pub_footer_er dd {
    margin-bottom: 17px;
    position: relative;
}

.pub_footer_er dd:hover .pub_er {
    display: block;
}

.pub_icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.pub_footer_t dt {
    font-size: 0.14rem;
    color: white;
    line-height: 1;
    margin-bottom: 0.3rem;
}

.pub_footer_t dd {
    font-size: 0.14rem;
    color: #7f8294;
    line-height: 0.36rem;
}

.pub_footer_b {
    padding-top: 0.35rem;
    overflow: hidden;
}

.pub_footer_link {
    font-size: 0.14rem;
    color: #76788a;
    line-height: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pub_footer_link a {
    margin-right: 8px;
}

.pub_footer_id {
    font-size: 0.14rem;
    color: #76788a;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.18rem 0;
}

/* .pub_footer_id div {
    display: flex;
    align-items: center;
} */

.pub_footer_id img {
    margin-left: 5px;
}

.pub_er {
    display: none;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -130px;
    left: -43px;
}

/*  */

.video_bg {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.video_bg video {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80%;
    transform: translate(-50%, -50%);
}

/*  */

.pub_btn1 {
    width: 1.2rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background-color: white;
    border-radius: 5px;
    color: #1d2974;
    letter-spacing: 2px;
    font-size: 0.14rem;
    margin-top: 0.4rem;
    transition: 0.5s;
    border: 1px solid #1d2974;
}

.pub_btn1:hover {
    background-color: #1d2974;
    color: white;
    border: 1px solid white;
}

/* 123 */

.pub_header_nav {
    width: 100%;
    height: 0.7rem;
    padding: 0 0.3rem;
    display: none;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .2);
}

.pub_header .pub_logo {
    width: 2.91rem;
    height: 0.4rem;
}

.pub_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pub_header .pub_menu {
    width: .54rem;
    height: .54rem;
    background: #00255F;
    transition: 0.5s;
    position: relative;
}

.pub_header .pub_menu span {
    display: block;
    position: absolute;
    width: .27rem;
    height: .035rem;
    background: #fff;
    left: 0.14rem;
    transition: 0.5s;
}

.pub_header .pub_menu span:nth-child(1) {
    top: 0.15rem
}

.pub_header .pub_menu span:nth-child(2) {
    top: 0.25rem
}

.pub_header .pub_menu span:nth-child(3) {
    top: 0.35rem
}

.pub_header .pub_menu.on span:nth-child(1) {
    transform: rotate(45deg);
    top: 0.25rem
}

.pub_header .pub_menu.on span:nth-child(2) {
    opacity: 0;
}

.pub_header .pub_menu.on span:nth-child(3) {
    transform: rotate(-45deg);
    top: 0.25rem
}

.pub_menu.on {
    background-color: #fff;
}

.pub_menu.on span {
    background: #00255F;
    width: 0.35rem;
}

/* 菜单浮层 */

.pub_menu_ff {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.pub_menu_ff ul {
    box-sizing: border-box;
    background-color: #F6FCFF;
    position: absolute;
    padding: 0 2%;
    z-index: 3;
    width: 5.9rem;
    height: 85%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0.9rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.pub_menu_ff_li {
    /* line-height: 1.25rem; */
    padding: 0.2rem 0;
    font-size: 0.2rem;
    text-align: center;
    position: relative;
}

.pub_menu_ff_li span {
    position: relative;
}

.pub_menu_ff_li:first-of-type span::after,
.pub_menu_ff li:last-of-type span::after {
    display: none;
}

/* .pub_menu_ff_li_on span::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.20rem;
    height: 0.20rem;
    background-image: url('../img/jia.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
} */

.pub_menu_ff a {
    color: #333333;
    text-align: left;
    display: block;
    text-align: center;
}

.pub_menu_show {
    position: relative;
}

.pub_menu_ff_li_on .nav_show {
    display: block;
}

.nav_show {
    display: none;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    object-fit: contain;
    box-sizing: content-box;
    padding: 0 40px;
}

.pub_menu_ft {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .3);
    transition: 0.5s;
}

.pub_menu_ft ul {
    overflow: scroll;
    box-sizing: border-box;
    background-color: rgba(35, 41, 55, 1);
    position: absolute;
    padding: 0 2%;
    z-index: 5;
    width: 5.9rem;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pub_menu_ft a {
    color: #FFFEFE;
}

.pub_menu_ft li {
    /* line-height: 1.25rem; */
    padding: 0.2rem 0;
    font-size: 0.2rem;
    text-align: center;
}

.pub_menu_ft li:nth-of-type(n+2) {
    padding: 0.1rem 0;
}

.pub_menu_ft li:nth-of-type(2) {
    padding-top: 0;
}

.pub_menu_ft .pub_menu_back {
    line-height: 1;
    margin: 0.64rem 0;
    font-size: 0.2rem;
    color: white;
}

.pub_menu_ft li img {
    width: 0.53rem;
    height: 0.53rem;
    margin: 0 auto 0.18rem;
}

.case .pub_title {
    margin-bottom: 0.2rem;
}

/* 经典案例 */

.case_bg {
    background-color: white;
    width: 100%;
    overflow: hidden;
}

.case {
    width: 1100px;
    margin: 0 auto;
    padding-top: 1rem;
}

.case_item {
    border-bottom: 1px solid #dfdfdf;
}

.case_item a {
    height: 1.45rem;
    box-sizing: content-box;
    padding: 0.4rem 0;
    display: flex;
    align-items: center;
}

.case_item:last-of-type {
    border: 0;
}

.case_img {
    width: 220px;
    min-width: 220px;
    margin-right: 0.44rem;
    border-radius: 10px;
    overflow: hidden;
}

.case_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case_d1 {
    height: 100%;
    flex-grow: 1;
}

.case_p1 {
    font-size: 20px;
    color: #333947;
    /* font-weight: bold; */
    /* line-height: 1; */
    margin: 0.1rem 0 0.25rem;
}

.case_p2 {
    font-size: 14px;
    color: #464d61;
    line-height: 24px;
    height: 48px;
    margin-bottom: 0.16rem;
}

.case_p3 {
    font-size: 14px;
    color: #84879a;
}

.case_p3 span {
    margin-right: 0.17rem;
}

.case_btn {
    background-color: #eff5fa;
    border-radius: 100px;
    /* display: table; */
    margin: 0.37rem auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    padding: 0.1rem 0.3rem;
    font-size: 18px;
    color: #619fd0;
    box-sizing: border-box;
}

/* .case_btn a {
    display: block;
    padding: 0.12rem 0.3rem;
    font-size: 18px;
    color: #619fd0;
    line-height: 1;
} */

/* 联系我们 */

.contact_bg {
    width: 100%;
    background-color: #619fd0;
    overflow: hidden;
}

.contact {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.8rem 0 1.5rem;
}

.contact_l {
    overflow: hidden;
}

.contact_p1 {
    width: 2.2rem;
    /* height: 0.74rem; */
    font-size: 28px;
    color: #619fd0;
    letter-spacing: 5px;
    background-color: white;
    margin-top: 1.2rem;
    border-radius: 5px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    transition: 1s;
}

.contact_p1 a {
    width: 100%;
    height: 100%;
    padding: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_p1:hover {
    background-color: #1b2a75;
}

.contact_p2 {
    font-size: 24px;
    color: white;
    line-height: 1;
    margin-top: 0.65rem;
}

.contact_p3 {
    font-size: 38px;
    color: white;
    line-height: 1;
    margin-top: 0.25rem;
    margin-bottom: 1.2rem;
}

/* 立即咨询 */

.consulting {
    width: 100%;
    height: 4.6rem;
    background-image: url('../img/skr169.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 1.2rem;
    text-align: center;
}

.consulting_d1 {
    display: table;
    background-color: white;
    border-radius: 40px;
    line-height: 1;
    margin: 0 auto;
    transition: 0.5s;
}

.consulting_d1 a {
    display: block;
    padding: 12px 30px;
}

.consulting_d1:hover {
    background-color: #1b2a75;
}

.consulting_p1 {
    background-image: -webkit-linear-gradient(top, rgb(125, 207, 250), rgb(63, 107, 243));
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    color: rgb(63, 107, 243);
    font-size: 22px;
    border-radius: 40px;
    overflow: hidden;
}

.consulting_p2 {
    margin-top: 0.5rem;
    font-size: 38px;
    color: white;
    font-family: 'OPPOSansH', "思源黑体 CN";
    letter-spacing: 5px;
}

.consulting_p3 {
    margin-top: 0.55rem;
    font-size: 14px;
    color: white;
    line-height: 30px;
}

/*  */

.reGo {
    display: none;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: rgba(27, 42, 117, .5);
    position: fixed;
    z-index: 2;
    right: 2%;
    bottom: 1.2rem;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.35s;
}

.reTop {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(27, 42, 117, .5);
    position: fixed;
    z-index: 2;
    right: 2%;
    bottom: 0.3rem;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.35s;
    display: none;
}

.reGo:hover,
.reTop:hover {
    background-color: rgba(27, 42, 117, 1);
}

/*  */

.money_p3,
.case_btn,
.case_btn a {
    transition: 0.5s;
}

.money_p3:hover,
.case_btn:hover {
    background-color: #1b2a75;
}

.case_btn:hover {
    color: white;
}

/* .case_btn:hover a {
    color: white;
} */

/*  */

.pub_bear {
    font-size: 14px;
    color: white;
    background-color: #323647;
}

.pub_bears {
    width: 1200px;
    min-height: 0.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pub_bears a {
    transition: 0.5s;
}

.pub_bears a:hover {
    color: #8895d4;
}

.pub_bears img {
    display: block;
    margin: 0 0.2rem;
}

/*  */

/*  */

.load_popup {
    background-color: rgba(255, 255, 255, .7) !important;
}

.load_popup .pop {
    background-color: transparent;
}

.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2005;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.pop {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
    padding-top: 0.5rem;
}

.pop_title {
    font-size: 24px;
    color: #333947;
    line-height: 1;
    text-align: center;
    position: relative;
    padding-bottom: 0.17rem;
    margin-bottom: 0.7rem;
}

.pop_title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 18px;
    height: 3px;
    background-color: #1b2a75;
}

.pop_cont {
    width: 7.4rem;
    display: flex;
    padding-bottom: 0.8rem;
}

.pop_cont>div {
    flex: 1;
}

.pop_l {
    /* padding-left: 1.5rem; */
    position: relative;
}

.pop_d2 {
    width: 1.3rem;
    border: 1px solid #b4b7c8;
    border-radius: 4px;
    padding: 0.12rem;
    margin: 0 auto;
}

.pop_l img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pop_l p {
    height: 0.5rem;
    font-size: 18px;
    color: #84879a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.12rem;
    text-align: center;
}

.pop_l::after {
    content: "";
    width: 1px;
    height: 1.9rem;
    background-color: #dddfea;
    position: absolute;
    right: 0;
    top: 0;
}

/*  */

.pop_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pop_d1 {
    transform: translateX(-0.14rem);
}

.pop_r p {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fffcfc;
}

.pop_down {
    background-color: #619fd0;
    border-radius: 4px;
    margin-top: 0.12rem;
}

.pop_down a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 0.5rem;
}

.pop_down img {
    margin-right: 0.1rem;
}

.pop_close {
    width: 0.22rem;
    object-fit: contain;
    position: absolute;
    right: 12px;
    top: 13px;
    cursor: pointer;
}

.money_r a {
    display: block;
    width: 1.56rem;
    height: 0.5rem;
}

/*  */

.pub_img1 {
    margin-bottom: 0.4rem;
}

.pub_img1 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pub_p9 {
    font-size: 14px;
    color: #949dc6;
    line-height: 32px;
}

.pub_img2 {
    font-size: 28px;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}

.pub_img2 img {
    margin-right: 0.2rem;
}

.pub_img2 span {
    letter-spacing: 2px;
}

.head_p3 {
    width: 7.5rem
}

.wap_pc_img,
.empl_wap {
    display: none;
}

.text-bold {
    font-weight: bold;
}

/*  */

.loading {
    width: 100px;
    height: 100px;
    background-color: #619fd0;
    border-radius: 50%;
    transition: 2s;
    transform: scale(1);
}

.imgload {
    width: 0;
    height: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0;
    max-width: 0;
    max-height: 0;
}

/*  */

.pub_nav_d1>div {
    display: none;
}

.pub_footer_id>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    html {
        font-size: 80px;
    }

    .pub_title {
        margin-bottom: 0.33rem;
    }

    .pub_footer_cont {
        width: 100%;
        padding: 0 0.3rem;
    }

    .head_p3 {
        width: 100%;
    }

    .pub_footer_t {
        flex-wrap: wrap;
    }

    .pub_footer_t dl {
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        text-align: center;
        padding-top: 0.4rem;
    }

    .pub_footer_t dl:nth-of-type(1),
    .pub_footer_t dl:nth-of-type(2),
    .pub_footer_t dl:nth-of-type(3) {
        margin-bottom: 0.2rem;
    }
    .pub_footer_t>:nth-last-child(2){
        max-width: 40%;
        width: 40%;
        min-width: 40%;
    }

    .pub_footer .pub_footer_er {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .pub_footer_id {
        display: block;
    }

    .pub_footer_id>div {
        margin-bottom: 0.1rem;
        text-align: center;
        /* display: flex;
        justify-content: center;
        align-items: center; */
    }

    .pub_logo img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }

    .pub_header_nav {
        display: flex;
    }

    .pub_header_nav,
    .pub_header {
        height: 0.9rem;
    }

    .pub_nav_hover {
        top: 0.9rem;
    }

    .pub_header_cont {
        display: none;
    }

    .pub_footer_t dt {
        font-size: 0.18rem;
    }

    .pub_footer_t dd,
    .pub_footer_link {
        font-size: 0.16rem;
    }

    .pub_footer_id {
        font-size: 0.14rem;
    }

    .pub_contiain .head {
        height: auto;
    }

    .pub_header .pub_logo {
        height: 43px;
    }

    /* 经典案例 */
    .case {
        width: 90%;
        margin: 0 auto;
    }

    .case_item a {
        height: auto;
        padding: 0.28rem 0;
    }

    .case_img {
        width: 110px;
        min-width: 110px;
        margin-right: 0.1rem;
        border-radius: 2px;
    }

    .case_d1 {
        margin-top: 0;
    }

    .case_p1 {
        font-size: 17px;
        margin: 0 auto 0.1rem;
    }

    .case_p3 {
        font-size: 12px;
    }

    .case_p2 {
        line-height: 18px;
        height: auto;
        font-size: 12px;
        margin: 0;
    }

    .case_d1 {
        padding: 0 0.1rem;
    }

    /* 联系我们 */
    .contact {
        width: 100%;
        min-width: 100%;
        padding: 0.5rem 0.2rem;
        align-items: center;
    }

    .contact_p1 {
        width: 1.8rem;
        font-size: 16px;
        margin-top: 0;
        height: auto;
        line-height: 0.5rem;
    }

    .contact_p2 {
        font-size: 16px;
    }

    .contact_p3 {
        margin-bottom: 0;
        font-size: 22px;
    }

    .contact_r {
        width: 48%;
    }

    .contact_r img {
        width: 100%;
        object-fit: contain;
    }

    /* 立即咨询 */
    .consulting {
        height: auto;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
        padding-bottom: 0.6rem;
    }

    .consulting_p1 {
        font-size: 16px;
    }

    .consulting_p2 {
        font-size: 24px;
        white-space: nowrap;
    }

    .consulting_p3 {
        font-size: 14px;
    }

    /*  */
    /* .pager {
        display: none !important;
    } */
    /*  */
    .pub_bears {
        width: 90%;
    }

    /*  */
    .pop {
        max-height: 90vh;
        overflow-y: scroll;
    }

    .pop,
    .pop_cont {
        width: 90%;
        margin: 0 auto;
    }

    .pop_cont {
        flex-direction: column;
    }

    .pop_l::after {
        display: none;
    }

    .pop_l {
        margin-bottom: 0.2rem;
    }

    .pop_title {
        margin-bottom: 0.4rem;
    }

    .pop_cont {
        padding-bottom: 0.4rem;
    }

    .case {
        padding-top: .5rem;
    }

    .mid1200 {
        margin: 0 auto;
        width: 100%;
    }

    .case_btn {
        width: auto;
    }

    .money_r a {
        width: auto;
    }

    .pop_close {
        width: 0.3rem;
        top: 1.3em;
    }

    .wap_pc_img {
        width: 90%;
        display: block;
        margin: 50px auto 0;
        object-fit: contain;
    }

    .trains .wap_pc_img {
        margin: 0 auto 50px;
    }
}

.group{
	font-size: 0.14rem;
	color: #76788a;
	margin-bottom: 0.18rem;
	display: flex;
	flex-wrap: wrap;
}
.group p{
	font-weight: normal;
	font-size: 0.14rem;
}
.group a{
	margin-right: 0.1rem;
}
@media screen and (max-width: 800px){
	.group,.group p{
		font-size: 0.16rem;
	}
}
.cate-box-parent{
    display:flex;
}
.cate-box-parent>:nth-child(1){
    margin-right: .2rem;
}

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: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;

}
.header .right .login:hover{
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    color: #fff;
}
.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.webp);
}

.banner .content ul li:nth-child(2) {
    background-image: url(../index-bg2.webp);
}

.banner .content ul li:nth-child(3) {
    background-image: url(../index-bg3.webp);
}

.banner .content ul li:nth-child(4) {
    background-image: url(../index-bg4.webp);
}

.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.webp);
    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%;
    object-fit: cover;
}
.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;
    /* flex-direction: column; */
    /* text-align: center; */
}
.main .cooperation1 .cooperation1Cent1 ul li .cooperationName div {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    flex-direction: column;
    /* text-align: center; */
}
.main .cooperation1 .cooperation1Cent1 ul li .cooperationName div div{
    flex-direction: row;
}
.main .cooperation1 .cooperation1Cent1 ul li .cooperationName div span{
    width: 100%;
}
.main .cooperation1 .cooperation1Cent1 ul li .cooperationName div div p{
    margin-right: 5px;
    margin-top: 5px;
}
.main .cooperation1 .cooperation1Cent ul li .cooperationName div div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.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: 100%;
}
.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;
    margin-right: 5px;
    margin-top: 5px;
}

.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.webp);
    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: 247px;
}

.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: 22px;
    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;
    cursor: pointer;
}

.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;
    cursor: pointer;
}

.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 .formInput .inwidth440{
    width: 440px;
    box-sizing: border-box;
}
.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: 5;
    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;
 }








 /* 弹窗公共样式 */
.tanpopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 12;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1002;
}

.tanpopup .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .85)
}

.tanpopup .cont-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    height: 284px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
    border-radius: 10px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.newBox-cont {
    height: 337px !important;
}

.contTitle-cont {
    width: 568px !important;
    height: auto !important;
}

.contTitle-cont .contTitle {
    width: 100%;
    height: 350px;
    overflow-x: auto;
}

.contTitle-cont .contTitle .liBox {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.contTitle-cont .contTitle .liBox .liheaderImg {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 20px;
}

.contTitle-cont .contTitle .liBox .right {
    width: 100%;
}

.contTitle-cont .contTitle .liBox .right .rightName {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    text-align: center;
}

.contTitle-cont .contTitle .liBox .right .rightName p {
    font-size: 14px;
    color: #20BFA9;
    line-height: 21px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.contTitle-cont .contTitle .liBox .right .rightName p span{
    display: block;
    width: 6px;
    height: 6px;
    background: #20BFA9;
    border-radius: 50%;
    margin-right: 8px;
}

.contTitle-cont .contTitle .liBox .rightcompany{
    font-size: 14px;
    color: #A0A0B2;
    line-height: 28px;
    text-align: justified;
}
.contTitle-cont .contTitle .liBox .right .rightcapList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.contTitle-cont .contTitle .liBox .right .rightcapList p{
    background: #EFFBFB;
    border-radius: 4px;
    padding: 2px 10px;
    font-size: 14px;
    color: #15ADD2;
    line-height: 21px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
}
.tanpopup .contTitle-cont .contNer p:nth-child(1){
    /* margin: auto; */
}
.contTitle-cont .contTitle .liBox .rightImg{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}
#popupMask_X .contTitle-cont .contNer{
    align-items: center !important;
}
.tanpopup .contTitle-cont .contNer{
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.tanpopup .contTitle-cont .contNer .newContBtn{
    margin: auto;
}
.tanpopup .contTitle-cont .contNer .contBtn{
    margin: auto;
    margin-top: 30px;
}
#popupMask_X .putNth{
    margin-top: 0;
}
.putNth{
    width: 100%;
    margin-top: 20px;
}
.putNth .putNthTitle{
    font-weight: 400;
    font-size: 14px !important;
    color: #A0A0B2 !important;
    line-height: 21px;
    text-align: left !important;
    margin-top: 20px;
}
.putNth .putNthSelect{
    width: 100%;
    height: 220px;
    overflow-x: auto;
    
}
.putNthTitleText{
    display: flex;
    align-items: center
}
.putNth .putNthSelect p{
    display: flex;
    align-items: center;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #202036 !important;
    justify-content: space-between;
    line-height: 21px;
    text-align: left;
    margin-bottom: 8px;
    cursor: pointer;
}
.putNth .putNthSelect img{
   width: 20px;
   height: 20px;
}


.contTitle-cont .contTitle .liBox .right .contTitle-cont .contTitle .liBox .rightImg .tanpopup .newBox-cont .contNer .centNum {
    flex-direction: column;
}

.numDetas {
    font-weight: 400;
    font-size: 22px;
    color: #528CFD;
    line-height: 33px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

.numDetas span {
    font-size: 14px;
    line-height: 2;
}

.tanpopup .cont-box .cuoPng {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.tanpopup .cont-box .contNer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.tanpopup .cont-box .contNer p:nth-child(1) {
    font-weight: 500;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    text-align: center;
}
.tanpopup .cont-box .contNer p:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    color: #6F6F81;
    line-height: 22px;
    /* width: 90%; */
    text-align: justify;
}

.tanpopup .cont-box .contNer .centNum {
    display: flex;
    align-items: center;
}
#popupMask{
    z-index: 1002 !important;
}
#popupMask .cont-box{
    width: 460px;
}
#popupMask .cont-box .contNer .centNum {
    flex-direction: column;
}
#popupMask2{
    z-index: 1003 !important;
}
#popupMask2 .cont-box{
    width: 460px;
}
#popupMask2 .cont-box .contNer .centNum {
    flex-direction: column;
}
#popupMask_Y .cont-box .contNer .centNum {
    flex-direction: column;
}
.tanpopup .cont-box .contNer .centNum p {
    border-radius: 20px;
    border: 1px solid rgba(160, 160, 178, 0.5);
    padding: 5px 25px;
    font-weight: 500;
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    cursor: pointer;

}

.tanpopup .cont-box .contNer .centNum p:nth-child(2) {
    margin: 0 40px;
}

.tanpopup .cont-box .contNer .centNum .active {
    background: #EDF3FE !important;
    color: #4A84F7 !important;
    border: 1px solid transparent;
}

.tanpopup .cont-box .contNer .contBtn {
    display: flex;
    align-items: center;
}

.tanpopup .cont-box .contNer .contBtn p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 8px 50px;
    border-radius: 32px;
    cursor: pointer;
}

.tanpopup .cont-box .contNer .contBtn p:nth-child(1) {
    border: 1px solid #528CFD;
    color: #528CFD;
    margin-right: 20px;
}

.tanpopup .cont-box .contNer .contBtn p:nth-child(2) {
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    color: #fff;
}

.tanpopup .cont-box .contNer .centNum .centNumText {

    font-weight: 500;
    font-size: 14px;
    color: #A0A0B2;
    line-height: 21px;
    text-align: center;

}

.tanpopup .cont-box .contNer .centNumSelect {
    display: flex;
    align-items: center;
}

.tanpopup .cont-box .contNer .centNumSelect:nth-child(1) {
    margin-right: 50px;
}

.tanpopup .cont-box .contNer .centNumSelect img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.tanpopup .cont-box .contNer .newContBtn {
    padding: 8px 0;
    width: 310px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tanpopup .cont-box .contNer .newContBtn img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.tanpopup .cont-box .contNer .centNum .centNumText span {
    display: block;
}

.tanpopup .cont-box .contNer .centNum .centNumText span:nth-child(2) {
    width: 98%;
}

.tanpopup .cont-box .contNer .centNum .centNumText .yuan {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #A0A0B2;
    margin-right: 5px;
    margin-top: 10px;
}

.tanpopup .cont-box .contNer .centNum .centNumText div {
    display: flex;
    /* align-items: center; */
    font-size: 14px;
    font-weight: 400;
}
.grzxNew{    
    position: absolute;
    top: 44px;
    /* width: 80px; */
    padding: 15px;
    background: #fff;
    width: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    right: 5px;
    border-radius: 0 0 10px 10px;
}
.grzxNew a:nth-child(1){
    padding-bottom: 10px;
    border-bottom: 1px solid #C6C6D1;
}
.grzxNew a:nth-child(2){
    padding-top: 10px;
}
.main .lookfws{
    position: fixed;
    top: 20%;
    right: 20px;
    margin-top: 30px;
    display: none;
    cursor: pointer;
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    color: #fff;
    width: 120px;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
}

.textLio{
    
}
.textLio p{
    text-align: justify !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #202036;
    line-height: 33px;
    display: flex;
    align-items: center;
}
.textLio p span{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #202036;
    margin-right: 5px;
}

/* 响应式 */
@media (max-width: 1600px) {
    .main .lookfws{
        top: 15%;
        z-index: 3;

    }
    .grzxNew{    
        top: 36px;
        width: 85px;
    }
    .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: 55px;
        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;
    }
    .main .indexform .formInput .inwidthauto {
        width: 147px;
    }
    .main .indexform .formInput .hqyzm{
        font-size: 12px;
    }
    .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) {
    .main .lookfws{
        top: 10%;
    }
    .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) {
    .pageBoxLeft{
        bottom: 20px;
    }
    .tanpopup .cont-box{
        width: 90% !important;
    }
    #popupMask2 .cont-box{
        width: 90%;
    }
    .main .lookfws{
        top: auto;
        bottom: 100px;
        width: 100px;
        font-size: 14px;
        line-height: 18px;
    }
    .modal2-box{
        width: 90%;
        height: 90%;
        overflow: auto;
    }
    .modal2-box .same-title{
        position: relative;
        z-index: 3;
        padding: 0 30px !important;
    }
    .modal2-box .indexform .mgl20{
        margin-top: 10px !important;
    }
    .modal2-box .indexform .formCent{
        margin-bottom: 10px;
    }
    .modal2-box .indexform .indexformBox{
        width: 100% !important;
        padding: 20px !important;
    }
    .modal2-box .indexform .indexformBox .indexformBoxTop {
        width: 40% !important;
        height: 30% !important;
        top: -40px !important;
        right: 0px !important;
        display: none;
    }
    .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: 100%;
        box-sizing: border-box;
    }

    .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) {
    .main .lookfws{
        bottom: 80px;
    }
    .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 {
    }

    .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) {
    .main .lookfws{
        bottom: 60px;
    }
    .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;
    }
    .modal2-box .same-title{
        font-size: 20px;
    }
    .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;
    }

    .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) {
    .modal2-box .same-title{
        font-size: 16px;
    }
    .modal2-box .same-title-desc{
        font-size: 12px;
    }
    .banner .content .title {
        font-size: 30px;
    }

    .banner .content .desc {
        font-size: 16px;
    }

    .banner .content b {
        font-size: 20px;
    }
}