.banner_InformationManagement{
    background-color: #eff8ff;
    width: 100%;
    height: 500px;
    padding-bottom: 10px;
    position: relative;
}
.banner_InformationManagement .tu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 500px;
     left: 50%;
    transform: translateX(-100px);
}
.banner_InformationManagement .title{
    font-size: 40px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    padding-top: 200px;
    text-align: unset;
    margin-bottom: 0px;
}
.banner_InformationManagement .introduce{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    /* opacity: 0.8; */
    width: 400px;
    margin: 30px 0px;
}
.banner_InformationManagement .consult{
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    margin-top: 60px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
    box-shadow: 1px 1px 2px 1px rgb(190, 221, 237 ,0.75);
    align-items: center;
}
.banner_InformationManagement .consult .icon{
    width: 20px;
    height: 22px;
}
.InformationManagement_section1 {
    padding: 40px 0px;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
 .InformationManagement_section8 , .InformationManagement_section10{
    background-color: #fff;
    padding: 100px 0px;
}
.InformationManagement_section1 .title , .InformationManagement_section2 .title , .InformationManagement_section3 .title ,
.InformationManagement_section4 .title , .InformationManagement_section5 .title  ,.InformationManagement_section6 .title ,
.InformationManagement_section7 .title , .InformationManagement_section8 .title ,.InformationManagement_section11 .title , 
.InformationManagement_section12 .title, .InformationManagement_section13 .title ,.InformationManagement_section9 .title ,
.InformationManagement_section10 .title{
    font-size: 36px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 30px;
    padding: 0px;
    text-align: center;
}
.InformationManagement_section3 .small_title, .InformationManagement_section7 .small_title{
    font-size: 14px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: rgb(81, 83, 98 ,.75);
    opacity: 0.7;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
}
.InformationManagement_section1 .tu{
    width: 100%;
}

.InformationManagement_section2  {
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0px;
}
.InformationManagement_section2 .Controls_title{
    padding: 0 60px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #515362;
    line-height: 85px;
    cursor: pointer;
}
.InformationManagement_section2 .Controls_title.active{
    color: #fff;
    background-color: #3C7BE3;
}
.InformationManagement_section2 hr{
    height: 2px;
    background-color: #505668;
    opacity: 0.2;
}
.operational_details{
    /* animation: operational_details_show .3s ease-out both; */
    margin-bottom: 100px;
}
.operational_details:last-child{
    margin-bottom: 0;
}
/* @keyframes operational_details_show{
    0% {
        transform: translate(0px,-30px);
        opacity: 0;
    }
    100%{
        -webkit-transform: translate(0px,0px);
        opacity: 1;
    }
} */
.InformationManagement_section2 .content_title{
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 50px;
}
.InformationManagement_section2 .content_title_R{
    position: relative;
    left: 60%;
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #0099ff;
    margin-bottom: 50px;
    width: max-content;
}
.InformationManagement_section2 .Centre img{
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.InformationManagement_section2 .member{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    margin-bottom: 5px;
}
.InformationManagement_section2 .member.action{
    color: #0099ff;
}
.InformationManagement_section2 .number{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #505668;
    font-style: normal;
}
.InformationManagement_section2 .consult{
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #0099ff;
    font-size: 16px;
    width: fit-content;
    font-family: "Source Han Sans CN";
    display: flex;
}
.InformationManagement_section2 .consult .icon{
    width:  12px;
    height: 12px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.InformationManagement_section2 .tu{
    /* width: 50%; */
    object-fit: contain;
}
.InformationManagement_section12{
    background-color: #eff8ff;
    padding: 80px 0 60px;
}

.InformationManagement_section13{
    background-color: #fff;
    padding: 80px 0 60px;
}
.InformationManagement_section3 {
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.InformationManagement_section3 .tu{
    width: 100%;
}
.InformationManagement_section4{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.InformationManagement_section4 .tu{
    width: 40%;
    object-fit: contain;
}
.InformationManagement_section4 .introduce{
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    line-height: 35px;
}
.InformationManagement_section4 .introduce.active{
    color: #0099ff;
}
.InformationManagement_section4 .Centre img{
    width: 16px;
    height: 16px;
    margin-right: 15px;
    position: relative;
    top: 50%;
    transform: translateY(50%);
}
.InformationManagement_section5{
    padding: 40px 0;
    background:linear-gradient(180deg, #fff, #eff8ff);
}
.InformationManagement_section5 .advantage_block{
    width: 290px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 20px;
}
.InformationManagement_section5 .advantage_block img{
    width: 50px;
    margin: 0 auto 10px;
    display: flex;
}
.InformationManagement_section5 .advantage_block .system_move{
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #0099ff;
    text-align: center;
    margin-bottom: 20px;

}
.InformationManagement_section5 .advantage_block .system_introduce{
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #515362;
    text-align: center;
}
.InformationManagement_section6{
    padding: 100px 0;
}
.InformationManagement_section6 .tu{
    width: 76.6%;
    margin: 0 auto; 
    display: flex;
}
.InformationManagement_section7{
    background:linear-gradient(180deg, #fff, #eff8ff);
    padding: 40px 0;
}
.InformationManagement_section7 .swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.InformationManagement_section7 .swiper{
    height: auto;
}
.InformationManagement_section7 .logo{
    width: 100%;
    height: 105px;
    background-color: #fff;
    box-shadow: 0px 2px 6px 0px rgba(202,213,217,0.35);
    border-radius: 16px;
}
.InformationManagement_section7 .swiper .swiper-slide {
    width: 240px !important;
}
.InformationManagement_section7 .logo .icon{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    /*object-fit: cover;*/
     width: 80%;
    height: 60px;
}
.InformationManagement_section14 {
    background-color: #5c90e3;
    width: 100%;
    background-image: url("../img/OverseasPosition/bg4.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px 0px 40px;
    background-size: 100% 100%;
}
.InformationManagement_section14 .title{
    font-size: 30px;
    font-family: "Source Han Sans CN";
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.InformationManagement_section14 .swiper{
    width: 100%;
    height: auto;
}
.InformationManagement_section14 .swiper .company{
    background-color: #fff;
    padding: 60px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
}
.InformationManagement_section14 .swiper .company .logo{
    padding: 30px;
    border-radius: 50%;
    box-shadow: 1px 1px 5px 2px rgb(190, 199, 211 ,0.75);
}
.InformationManagement_section14 .swiper .company .logo img{
    width:  100px;
    height: 100px;
     object-fit: scale-down;
}
.InformationManagement_section14 .swiper .company .company_introduce{
    width: 500px;
    position: relative;
}
.InformationManagement_section14 .swiper .company .company_introduce h1{
    font-size: 24px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
    margin-bottom: 10px;
}
.InformationManagement_section14 .swiper .company .company_introduce p{
    font-size: 16px;
    font-family: "Source Han Sans CN";
    font-weight: 400;
    color: #515362;
}
.InformationManagement_section14 .swiper .company .company_introduce .company_introduce_vertical{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
}
.InformationManagement_section14 .swiper .company .company_introduce .marks1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
}
.InformationManagement_section14 .swiper .company .company_introduce .marks2{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50px;
}
.InformationManagement_section14 .swiper .swiper-button-next, .InformationManagement_section14 .swiper .swiper-button-prev{
    color: #fff !important;
}