* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0; 
}

.contain {
    width: 100%;
    height: 100%;
    position: relative;
}
.contain > .page_content {
    margin-top: 80px;
}
.page_content > .page_items {
    display: none;
}
.page_content > .page_items > .pro_service_items{
    display: none;
}
.title {
    font-size: 28px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 400;
}
.title_desc {
    font-size: 16px;
    color: #606879;
}
.header_content {
    width: 100%;
    height: 400px;
    background: url('../imgs/index/bg.png') no-repeat;
    background-size: cover;
    /* background-size: 100% 100%; */
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}
.solution_header_bg {
    background: url('../imgs/solution_bg.png') no-repeat;
    background-size: cover;
}
.insure_header_bg {
    background: url('../imgs/solution/bx_bg.png') no-repeat;
    background-size: cover;
}
.edu_header_bg {
    background: url('../imgs/solution/edu_bg.png') no-repeat;
    background-size: cover;
}
.header_content_flex {
    width: 1200px;
    margin: auto;
}
.header_content_flex .title{
    font-size: 40px;
    color: #333333;
    margin-bottom: 30px;
}

.header_content_flex .desc{
    font-size: 18px;
    color: #606879;
    margin-bottom: 28px;
    width: 698px;
    line-height: 30px;
}
.header_content_flex .freeTrial {
    width: 158px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    background-color: #0075FF;
    color: #ffffff !important;
    text-align: center;
    cursor: pointer;
}
.side_content {
   margin-top: 60px; 
   text-align: center;
}
.side_content div {
    color: #333333;
    font-size: 28px;
    margin-bottom: 12px;
}
.side_content span {
    color: #606879;
    font-size: 16px;
}
.side_content .content {
    width: 1200px;
    height: 582px;
    margin: 60px auto auto;
    background: url('../imgs/side_bg.png') no-repeat;
    background-size: cover;
    display: flex;
}
.side_content .content>ul {
    list-style-type: none;
}
.side_content .content>ul>li {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 28px;
    height: 85px;
    width: 360px;
    border-left: 2px solid transparent;
    cursor: pointer;
}
.side_content .content>ul>li.side_active {
    background: linear-gradient(90deg, #D5E7FF 0%, rgba(255, 255, 255, 0) 100%);
    border-color: #0075FF;
}
.side_content .content>ul>li>img {
    width: 32px;
    height: 32px; 
    margin-right: 16px;
}
.side_content .content>ul>li> .icon_img {
    display: none;
}
.side_content .content>ul>li> .active_img {
    display: block;
}
.tab_con {
    flex: 1;
    margin-top: 77px;
    text-align: left;
    margin-left: 24px;
    position: relative;
}
.tab_con .tab_right .title {
    font-size: 28px;
    margin-bottom: 32px;
    font-weight: bold;
}
.tab_con .tab_right ul {
    font-size: 16px;
    color: #606879;
    z-index: 999;
}
.tab_con .tab_right ul>li {
    margin-left: 20px;
   
}
.tab_con .tab_right .desc {
    font-size: 16px;
    margin-bottom: 18px;
    width: 90%;
}
.tab_con .tab_right .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #606879;
    border: 1px solid #606879;
    border-radius: 4px;
    margin-top: 37px;
    cursor: pointer;
}
.tab_con .tab_right>.sideImg {
    width: 446px;
    position: absolute;
    right: 84px;
    bottom: 75px;
}
.tab_con .tab_right>.sideImg2 {
    width: 405px;
    position: absolute;
    right: 63px;
    bottom: 36px;
}
.tab_con .tab_right>.sideImg4 {
    width: 609px;
    position: absolute;
    right: 0;
    bottom: -11px;
}
.tab_con .tab_right>.sideImg3 {
    width: 384px;
    position: absolute;
    right: 63px;
    bottom: 50px;
}
.tab_con .tab_right>.sideImg5 {
    width: 477px;
    position: absolute;
    right: 42px;
    bottom: 48px;
}
.tab_con .tab_right>.sideImg6 {
    width: 313px;
    position: absolute;
    right: 80px;
    bottom: 39px;
}
.side_content .content > .tab_con > div {
    display: none;
}
.side_content .content > .tab_con > div.tab_right {
    display: block;
}
.solution {
    width: 1200px;
    margin: 100px auto 0 auto;
    text-align: center;
}
.resolve {
    width: 100%;
    margin: 100px auto 0 auto;
    background: url('../imgs/resolve_bg.png') no-repeat;
    background-size: 100% 100%;
}
.partners {
    padding: 60px 0 100px 0;
    background-color: #F6FAFF;
    text-align: center;
}
.partners > .title {
    font-size: 28px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 400;
}
.partners > span {
    font-size: 16px;
    color: #606879;
}
.partners > .partners_contain {
    width: 1200px;
    margin: 40px auto auto;
}
.partners > .partners_contain>.partners_contain_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.partners > .partners_contain>.partners_contain_flex>img {
    width: 18%;
    margin: 10px;
    /* height: 142px; */
    /* background: #fff; */
    height: 100%;
}
.text_indent{
    text-indent: 2rem;
    color: #606879;
    font-size: 16px;
    /* margin-bottom: 15px; */
    line-height: 24px;
    text-align: left;
}
/* 顶部 */
/* .call_header_content_index{
    background: url('../imgs/num1/bg.png') no-repeat;
    background-size: 100% 100%;
}
.header_content_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_content_flex >img{
    width: 329px;
    height: 298px;
}
.header_content_flex >.left_text{
    height: 144px;
} */