.banner_box {
    width: 100%;
    height: 800px;
    margin-top: 100px;
    position: relative;
}

.banner_box ul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.banner_box ul li img {
    width: 100%;
    height: 100%;
}

.banner_box ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: 2s;
}

.banner_box .is_showImg {
    opacity: 1;
}

.banner_ol {
    width: 110px;
    height: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -55px;
    z-index: 3;
}

.banner_ol div {
    width: 45px;
    height: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.banner_ol div span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.is_current span {
    height: 5px !important;
    background-color: #fff;
}

.banner_li_box {
    position: absolute;
    width: 1200px;
    left: calc((100% - 1200px) / 2);
    top: 39%;
    transform: translateY(-50%);
}

.banner_li1_text {
    width: 100%;
    color: #fff;
    font-size: 98px;
}

.banner_li2_box {
    top: 29%;
}

.banner_li2_text {
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.company_profile {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.profile_left {
    width: 570px;
    height: 520px;
}

.profile_left div {
    font-size: 32px;
    color: #333333;
}

.profile_left div:first-child {
    margin-bottom: 15px;
}

.profile_left p {
    margin-top: 20px;
    font-size: 14px;
    color: #212121;
    line-height: 30px;
}

.profile_right {
    width: 495px;
    height: 512px;
    margin-top: 15px;
    background-image: url("images/index/icom.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.company_strength {
    width: 800px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 478px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
}

.strength_li {
    flex: 1;
    border-right: 1px solid #E7E7E7;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.strength_li_content {
    height: 70px;
    display: flex;
    align-items: flex-end;
    margin-top: -16px;
    margin-bottom: 16px;
}

.strenth_number {
    font-size: 50px;
    color: #1E50AE;
    margin-right: 10px;
}

.area_box {
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
}

.area_title_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}


/* .area_classify {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.area_classify_li {
    width: 270px;
    height: 415px;
    position: relative;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
}

.classify_li_contnet {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 22px;
}

.classify_li_contnet span {
    display: inline-block;
    width: 14px;
    height: 4px;
    background-color: #fff;
    margin: 50px 0 20px;
} */

.area_classify_li {
    width: 180px;
    height: 345px;
    transition: 0.6s;
}

.classify_li_warp {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.li_warp_box {
    width: 625px;
    height: 100%;
    display: flex;
    position: relative;
}

.area_li_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
}

.li_warp_left {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.li_warp_left span {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 120px;
    transition: 0.3s;
}

.li_warp_right {
    flex: 1;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 22px;
    background: url("images/index/area_bgImg.png") no-repeat;
    background-size: cover;
}

.classify_li_line {
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #4e67e2;
    position: relative;
}

.classify_li_line span {
    width: 8px;
    height: 8px;
    background: #4e67e2;
    border-radius: 50% 50%;
    position: absolute;
    bottom: -4px;
    left: -4px;
}

.classify_li_line strong {
    width: 1px;
    height: 50px;
    background: #4e67e2;
    position: absolute;
    left: 0;
    top: 12px;
}

.news_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_box_li {
    width: 560px;
    padding: 35px 0 20px;
    display: flex;
}

.news_li_time {
    width: 85px;
    margin-right: 10px;
    font-size: 24px;
    color: #333333;
}

.news_li_time p:last-child {
    font-size: 15px;
    color: #666666;
}

.news_li_content {
    font-size: 16px;
    color: #666666;
}

.news_li_content a {
    color: #666666;
}

.news_li_content p {
    font-size: 14px;
    color: #999999;
    text-decoration: none;
    line-height: 24px;
    margin-top: 10px;
}

.partners_box {
    width: 100%;
    padding: 100px 0;
    background-color: #F7F7F7;
}

.company_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.company_li {
    width: 216px;
    height: 130px;
    margin-top: 40px;
    border: 1px #e2e2e2 solid;
    background-color: #FFF;
}

.company_li img {
    margin-top: 29px;
    transition: transform 0.5s linear;
}

.company_li img:hover {
    transform: scale(1.2);
}