/* 解决方案 */
.solution_flex {
    /* padding-top: 120px; */
    display: flex;
    padding-bottom: 40px;
}
.solution_left{
    padding-top: 105px;
    box-sizing: border-box;
}
.solution_list{
    width: 100%;
    padding-left: 22px;
    margin-top: 60px;
    box-sizing: border-box;
    
}
.solution_list>div{
    display: none;
}
.solution_list>div:nth-child(1){
    display: block;
}
.solution_list_box{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.solution_list_item{
    display: block;
    /* flex: 1; */
    width: 31%;
    padding: 40px 45px;
    box-sizing: border-box;
    background: #DFE6ED;
    transition: 0.4s;
}
.solution_list_item_index{
    font-weight: 400;
    font-size: 40px;
    color: #2CD363;
    line-height: 54px;
}
.solution_list_item_name{
    font-weight: 400;
    font-size: 24px;
    color: #1A2259;
    line-height: 32px;
    margin-bottom: 20px;
    transition: 0.4s;
}
.solution_list_item_img{
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 20px;
}
.solution_list_item_img img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.solution_list_item_desc{
    font-weight: 400;
    font-size: 14px;
    color: #1A2259;
    line-height: 22px;
    transition: 0.4s;
}
.solution_list_item.active{
    background: #19418D;
}
.solution_list_item.active .solution_list_item_name,
.solution_list_item.active .solution_list_item_desc{
    color: #FFFFFF;
}
/* 合作伙伴 */
.partner_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 84px 0;
    box-sizing: border-box;
    margin-left: 40px;
}
.partner_ul li{
    width: 16.736%;
    max-height: 117px;
}
.partner_ul li img{
    width: 100%;
    height: 100%;
}
/* 联系我们 */
.contact_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 86px 0 37px 40px;
    box-sizing: border-box;
}
.contact_form{
    width: 65%;
    height: auto;
    overflow: hidden;
}
.contact_form_label{
    width: 100%;
    height: 24px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    text-align: left;
}
.contact_form_group{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 21px;
    flex-wrap: wrap;
}
.inputdiv{
    width: 48%;
    height: 70px;
    background: #FAFAFA;
    border-radius: 5px 5px 5px 5px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    text-align: left;
    padding: 0 36px;
    box-sizing: border-box;
    line-height: 70px;
    margin-bottom: 30px;
    border: inherit;
    outline: none;
}
.placeSty{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #6D7189;
}
.contact_form_down{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.contact_form_select{
    width: 100%;
    height: 70px;
    border-radius: 5px 5px 5px 5px;
}
.contact_form_select select{
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    outline: none;
    border: inherit;
    padding: 0 14px 0 36px;
    box-sizing: border-box;
    
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    text-align: left;
    line-height: 70px;

    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;  
     
    /*在选择框的最右侧中间显示小箭头图片*/  
    background-image: url(../image/arrow@2x.png);  
    background-size: 49px 49px;
    background-repeat: no-repeat;
    background-position: 98% center;
}

.contact_form_select select option{
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #6D7189;
}

.textareadiv{
    width:  100%;
    height: 178px;
    border-radius: 5px 5px 5px 5px;
    margin-top: 30px;
    overflow: hidden;
}
.textareadiv textarea{
    width: 100%;
    height: 100%;
    padding: 34px 36px;
    box-sizing: border-box;
    background: #FAFAFA;
    outline: none;
    border: inherit;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #1A2259;
    text-align: left;
}
.contact_about_but{
    display: block;
    width: 138px;
    height: 48px;
    background: #2CD363;
    border-radius: 48px;
    padding: 0 6px;
    margin-top:50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: inherit;
    outline: none;

}
.contact_about_but div{
    width: 124px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #1A2259;
    margin-left: 17px;
}
.contact_about_but img{
    width: 36px;
    height: 36px;

}
.contact_list{
    width: calc(100% - 68.9%);
    height: auto;
    margin-top: 34px;
}
.contact_list_item{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px  10px  10px  10px;
    background-image: url(../image/bg_content@2x.png);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 30px 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.contact_list_item img{
    width: 74px;
    height: 74px;
}
.contact_list_item p{
    width: 100%;
    height: 27px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 25px;
}
.contact_list_item span{
    width: 100%;
    height: auto;
    font-family: Sora, Sora;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 10px;
}
.wayMap{
    width: 100%;
    height: 477px;
}


/* 手机自适应开始 */
@media screen and (max-width: 1650px){
    
}
@media screen and (max-width: 1550px){
    
}
@media screen and (max-width: 1450px){
    
}
@media screen and (max-width: 1366px){
    
}
@media screen and (max-width: 1310px){
    .scheme_list{
        width: 100%;
        padding-left: 38px;
        margin-top: 60px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        gap: 10;
        flex-wrap: wrap;
    }
    .solution_list_item{
        width: calc(48% - 10px);
        padding: 40px 45px;
        box-sizing: border-box;
        background: #DFE6ED;
    }
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 768px){
    .partner_ul {
        gap: inherit;
        justify-content: space-between;
        padding: 40px 0 40px 20px;
        box-sizing: border-box;
        margin-left: 0;
    }
    .partner_ul li {
        width: 48%;
        height: auto;
        margin-bottom: 15px;
    }
    .contact_content {
        display: block;
        padding: 43px 0 20px 20px;
    }
    .contact_form {
        width: 100%;
    }
    .contact_form_group {
        display: block;
    }
    .inputdiv {
        width: 100%;
        height: 50px;
        font-size: 14px;
        padding: 0 18px;
        line-height: 50px;
        margin-bottom: 15px;
    }
    .contact_form_select {
        height: 50px;
    }
    .contact_form_select select {
        padding: 0 14px 0 18px;
        font-size: 14px;
        line-height: 50px;
        background-size: 25px 25px;
        background-position: 96% center;
    }
    .textareadiv textarea {
        padding: 17px 18px;
        font-size: 14px;
    }
    .textareadiv {
        margin-top: 15px;
    }
    .contact_about_but {
        margin-top: 25px;
    }
    .contact_list {
        width: 100%;
    }
    .solution_left{
        padding-top: 40px;
        box-sizing: border-box;
    }
    .solution_list {
        padding-left: 0px;
        margin-top: 40px;
        
    }
    .solution_list_box{
        display: block;
    }
    .solution_list_item {
        width: 100%;
        padding: 40px 45px;
        box-sizing: border-box;
        background: #DFE6ED;
        margin-bottom: 20px;
    }
    .solution_list_item{
        display: block;
        /* flex: 1; */
        width: 100%;
        padding: 20px 15px;
        box-sizing: border-box;
        background: #DFE6ED;
    }
    .solution_list_item_index{
        font-weight: 400;
        font-size: 30px;
        color: #2CD363;
        line-height: 34px;
    }
    .solution_list_item_name{
        font-weight: 400;
        font-size: 18px;
        color: #1A2259;
        line-height: 32px;
        margin-bottom: 0px;
    }
    .solution_list_item_img{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 0px;
    }
    .solution_list_item_img img{
        position: relative;
    }
    .solution_list_item_desc{
        font-weight: 400;
        font-size: 14px;
        color: #1A2259;
        line-height: 22px;
    }
}

