.solution-main-wraper{
    overflow: hidden;
}
.solution-main-wraper .solution--section {
    padding: 30px 0;
    overflow: hidden;
}
.g-titq2{
    overflow: hidden;
}
.g-titq2 h3{
    color: #232D47;
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
}
.g-titq2.white h3{
    color: #fff;
}
.section-card-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution--section-needs--card {
    width: 590px;
    height: 186px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 20px;
    padding: 24px 152px 28px 34px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.solution--section-needs--card h3 {
    color: #4E5A70;
    font-size: 21px;
    font-weight: normal;
    position: relative;
}
.solution--section-needs--card h3::before {
    display: block;
    content: '';
    width: 28px;
    height: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #326CFE;
    position: absolute;
    top: 37px;
    left: 0;
}
.solution--section-needs--card .desc {
    margin-top: 28px;
    height: 5.7em;
    color: #7A8599;
    font-size: 16px;
    line-height: 1.9em;
    text-align: left;
}

.solution-main-wraper .solution--section-advantage .solution--section-advantage--card {
    width: 285px;
    height: 354px;
    border: 1px solid #ECEFF4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center 20px;
    text-align: center;
    padding: 114px 34px 0 34px;
    -webkit-background-size: 76px 76px;
    -moz-background-size: 76px;
    background-size: 76px;
}
.solution-main-wraper .solution--section-advantage .solution--section-advantage--card h3 {
    color: #4E5A70;
    font-size: 21px;
    position: relative;
    font-weight: 600;
}
.solution-main-wraper .solution--section-advantage .solution--section-advantage--card .desc {
    margin-top: 10px;
    color: #7A8599;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
}
.solution-main-wraper .solution--section-cases{
    padding-bottom: 44px;
    background-color: #f8fafd;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper {
    -webkit-box-shadow: 0px 4px 12px rgb(35 45 71 / 5%);
    -moz-box-shadow: 0px 4px 12px rgba(35,45,71,0.05);
    box-shadow: 0px 4px 12px rgb(35 45 71 / 5%);
    width: 1180px;
    height: 324px;
    margin: 0 auto;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .pic{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-pagination {
    padding-left: 122px;
    text-align: left;
    bottom: 44px;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #326CFE;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-prev, .solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-next {
    background-color: #C0C8D6;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    opacity: .3;
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-prev {
    left: 40px;
    background-image: url(../images/iconq16.png);
}
.solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-next {
    right: 40px;
    background-image: url(../images/iconq17.png);
}
.solution-main-wraper .solution--section-cases .txt{
    margin-top: 78px;
    overflow: hidden;
}
.solution-main-wraper .solution--section-cases .txt h2{
    color: #232D47;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 24px;
}
.solution-main-wraper .solution--section-cases .txt .g-free-use{
    margin: 0 auto;
}
.solution-main-wraper .tips {
    margin-top: 14px;
    color: #A9B2C2;
    font-size: 12px;
    text-align: center;
}

.solution_item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 310px;
    margin: 5px 0;
}
.solution_item .solution_item_text {
    text-align: left;
    padding-top: 45px;
    width: 49%;
}
.solution_item:nth-child(2n) .solution_item_text{
    float: right;
}
.solution_item .solution_item_text .solution_item_text_title {
    color: #4E5A70;
    font-size: 21px;
    position: relative;
    font-weight: 600;
}
.solution_item .solution_item_text .solution_item_text_desc{
    width: 588px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #7A8599;
    margin-top: 14px;
}
.solution_item .solution_item_text .solution_item_text_tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
    width: 500px;
}
.solution_item .solution_item_text .solution_item_text_tags span {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background: url(../images/solution_item_text_tags.jpg) no-repeat;
    -webkit-background-size: 14px 14px;
    -moz-background-size: 14px;
    background-size: 14px;
    background-position: 0;
    font-size: 16px;
    color: #7A8599;
    margin-right: 38px;
    margin-top: 23px;
    padding-left: 22px;
    white-space: nowrap;
    width: 180px;
}
.solution-main-wraper .solution--section-plan {
    background-color: #f8fafd;
}
.solution-main-wraper .solution--section-plan .plan-subTitle {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #7A8599;
}


/*信创开始*/
.intro-block-container {
    width: 1200px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
}

.intro-block {
    padding: 24px 0 24px
}

.intro-block .intro-block-title {
    color: #272e47;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px
}
.intro-block-desc{
    color: #272e47;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.intro-block-item {
    width: 376px;
    /*height: 350px;*/
    padding: 22px;
    text-align: center;
    background-color: #f7fafe;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px
}

.intro-block-item:last-of-type {
    margin-right: 0
}

.intro-block-item .block-item-title {
    color: #272e47;
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
    margin: 10px 0
}

.intro-block-item .block-item-content {
    text-align: left;
    color: #545a6e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400
}

.technical-precipitation {
    background-color: #f7fafe
}

.technical-precipitation .technical-precipitation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 1200px;
    height: 300px;
    margin: 0 auto 30px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 48px 20px 68px;
    -webkit-box-shadow: 0 3px 6.2px 0 rgba(192, 200, 214, .4117647059);
    box-shadow: 0 3px 6.2px 0 rgba(192, 200, 214, .4117647059)
}

.technical-precipitation .technical-precipitation-item .technical-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.technical-precipitation .technical-precipitation-item .technical-desc .technical-desc-title {
    color: #272e47;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px
}

.technical-precipitation .technical-precipitation-item .technical-desc .technical-desc-content {
    color: #545a6e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    width: 606px;
    margin-top: 12px
}

.to-register {
    width: 140px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    background-color: #4c6aff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: inline-block
}

.to-register:hover {
    background-color: #94a6ff
}

.text-center {
    text-align: center
}
.localization-qualification .localization-container {
    height: 260px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px
}

.localization-qualification .localization-container .localization-img {
    height: 260px;
    background: url(../images/xinchuang_12.png);
    width: 6912px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute
}

.localization-qualification .to-register {
    width: 238px
}

.cooperation {
    background: url(../images/xinchuang_13.png) 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    height: 300px
}

.cooperation .cooperation-info {
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 12px
}

.cooperation .cooperation-info .cooperation-info-title {
    color: #000;
    font-size: 40px;
    line-height: 56px;
    font-weight: 600
}

.cooperation .cooperation-info .cooperation-info-consult {
    border: 1px solid #000;
    border-radius: 5px;
    width: 172px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.cooperation .cooperation-info .cooperation-info-consult:hover {
    background-color: #94a6ff
}

.right-nav {
    position: fixed;
    right: 0;
    top: 200px
}

.right-nav .right-nav-container {
    width: 66px;
    height: 158px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(47, 83, 134, .12);
    box-shadow: 0 4px 10px 0 rgba(47, 83, 134, .12);
    background-color: #fff;
    text-align: center;
    border-radius: 4px
}

.right-nav .right-nav-consult {
    margin-left: -10px;
    margin-top: 10px;
    cursor: pointer
}

.right-nav-item {
    padding: 14px 0 0;
    cursor: pointer
}

.right-nav-item:hover img:first-of-type {
    display: none
}

.right-nav-item:hover img:last-of-type {
    display: inline !important
}

.right-nav-item .right-nav-item-desc {
    padding: 8px 0;
    color: #272e47;
    font-size: 12px
}

.g-left-nav_new,
.YSF-CUSTOM-ENTRY {
    display: none !important
}
.xinchuang::after{
    display: inline-block;
    content: 'new';
    color:#E52B55;
    font-size: 14px;
    margin-left: 3px;
    vertical-align: 1px;
}

.intro-block-p0{
    padding: 0;
}
.intro-block-youhui{width: 100%; position: relative;margin-top: 40px;margin-bottom:20px;z-index: 2;padding: 0 2%;}
.intro-block-youhui ul{width: 100%;display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;grid-template-rows: auto;}
.intro-block-youhui ul li{display: flex;flex: 1;}
.intro-block-youhui ul li .con{width: 100%;display: flex;flex-direction: row;justify-content: center;gap: 20px;
    position:relative;text-align: center; padding:20px;border-radius:8px;border:1px solid #FFF;
  background:linear-gradient(15deg,#FFFFFF,#FFFFFF,#ffc59b);box-shadow:0px 3px 18px 0px rgba(222,222,222,0.7);box-sizing:border-box;}
.intro-block-youhui ul li .icon{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;}
.intro-block-youhui ul li .icon img{display:inline-block;max-width:100%}
.intro-block-youhui ul li .txt{text-align:left; overflow:hidden;width:calc(100% - 55px)}
.intro-block-youhui ul li .txt h3{font-size:18px;font-weight:bold;color:#236DEF;margin-bottom:6px}
.intro-block-youhui ul li .info{font-size:14px;font-weight:400;color:#666666}
.intro-block-youhui ul li .info span{color:#236DEF}
.intro-block-youhui ul li .text{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.7);transition:0.3s}
.intro-block-youhui ul li .more{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  display:block;width:200px;height:48px;line-height:48px;text-align:center;font-size:18px;color:#ffffff;background:#236DEF;
  box-shadow:0px 1px 12px rgb(30 89 238 / 30%);border-radius:45px}
.intro-block-youhui ul li .con:hover .text{opacity:1}
.intro-block-youhui.ls ul li .con{background:linear-gradient(15deg,#FFFFFF,#FFFFFF,#a0c3f7);box-shadow:0px 3px 18px 0px rgba(222,222,222,0.7);}
.intro-block-youhui.ls ul li h3, .intro-block-youhui.ls ul li .info span{color:#236DEF;}
.intro-block-youhui.x4 ul{grid-template-columns: repeat(4, 1fr);}
.intro-block-youhui.x4 ul li{}
.intro-block-youhui.x4 ul li .con{padding:20px;}

/*信创结束*/
@media screen and (max-width: 1200px){
    .intro-block-container,
    .technical-precipitation .technical-precipitation-item{
        width: 96%;
        margin: 0 2%;
    }
    .intro-block-container{
        justify-content: space-between;
    }
    .intro-block-item{
        width: 49%;
        height:auto;
        margin-right: 0;
        margin-bottom: 2%;
    }
    
    .technical-precipitation .technical-precipitation-item{
        flex-wrap: wrap;
        height: auto;
        padding: 20px;
    }
    .technical-precipitation .technical-precipitation-item .technical-desc .technical-desc-content{
        width: 100%;
    }
    .technical-img{
        margin: 0 auto;
    }
    .ban .desc{
        width: 100%!important;
    }
    .ban p{
        font-size: 14px;
    }
    .solution--section-needs--card{
        width: 49%;
        height: auto;
        padding: 25px;
        background-size: cover;
        background-position: right bottom;
        border: 1px solid #eee;
        border-bottom: none;
        border-right: none;
    }
    .solution--section-needs--card .desc{
        height: auto;
    }
    .solution-main-wraper .solution--section-advantage .solution--section-advantage--card{
        width: 23.5%;
        height: auto;
    }
    .solution-main-wraper .solution--section-cases{
        background-size: 100% 140px;
    }
    .solution-main-wraper .solution--section-cases #customer-case-swiper{
        width: 100%;
        height: auto;
    }
    .intro-block-desc{
        font-size: 18px;
        line-height: 2;
    }
}
@media screen and (max-width: 1024px){
    .solution_item{
        background-image: none!important;
    }
}
@media screen and (max-width: 960px){
    .solution--section-needs--card{
        width: 100%;
    }
    .solution-main-wraper .solution--section-advantage .solution--section-advantage--card{
        width: 49%;
        margin-bottom: 2%;
    }
    .solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-prev{
        left: 0;
    }
    .solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-button-next{
        right: 0;
    }
    .solution-main-wraper .solution--section-cases #customer-case-swiper .swiper-pagination{
        bottom: 0;
    }
    .intro-block-youhui ul{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 640px){
    .intro-block-item{
        width: 100%;
    }
    .solution_item .solution_item_text,
    .solution_item .solution_item_text .solution_item_text_desc,
    .solution_item .solution_item_text .solution_item_text_tags{
        width: 100%;
    }
    .solution_item .solution_item_text .solution_item_text_tags span{
        box-sizing: border-box!important;
        width: 49%;
        margin-right: 0;
    }
    .solution-main-wraper .solution--section-advantage .solution--section-advantage--card{
        width: 100%;
    }
    .intro-block-youhui ul{
        grid-template-columns: repeat(1, 1fr);
    }
}