body {
    width: 100%;
    background-image: url("{IMG_PATH}aoding/back_img.png");
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.head,
.main,
.footer {
    width: 1200px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}

.top {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_right span {
    display: inline-block;
    margin-left: 50px;
    font-size: 16px;
    height: 25px;
    color: #333333;
    line-height: 25px;
}

.top_right .active {
    color: #fa0f00;
    border-bottom: 2px solid #fa0f00;
}

.top_left p {
    font-size: 22px;
    color: #fa0f00;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
}

.top_left div {
    font-size: 16px;
    color: #999999;
}

.banner {
    width: 100%;
    height: 507px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

swiper-container,
.swiper-slide {
    width: 100%;
    height: 507px;
}

.pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    bottom: 10px;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 63px;
    height: 6px;
    border-radius: 3px;
    background: #e84d4d;
    margin: 0 5px;
    opacity: 0.8;
    /*border: 1px solid #fff;*/
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.swiper-slide {
    position: relative;
}

.swiper-slide div {
    position: absolute;
    height: 67px;
    font-size: 67px;
    color: #ffffff;
    z-index: 200;
    top: 192px;
    left: 418px;
}

.swiper-slide p {
    position: absolute;
    height: 19px;
    font-size: 19px;
    color: #ffffff;
    z-index: 200;
    left: 418px;
    top: 294px;
    font-style: italic;
}

.modular {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.title {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.content {
    width: 100%;
    position: relative;
}

.content_left {
    width: 750px;
}

.content_left_ittle {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin: 80px 0;
    color: #333333;
    margin-top: 80px;
    margin-bottom: 36px;
}

.content_left p {
    font-size: 14px;
    color: #999999;
    line-height: 36px;
}

.content_left span {
    position: relative;
    margin-top: 60px;
    margin-left: 5px;
    display: block;
    width: 150px;
    height: 40px;
    background: #e0e0e0;
}

.content_left span i {
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #fa0f00;
    display: block;
    width: 150px;
    height: 40px;
    position: absolute;
    left: -5px;
    bottom: -5px;
}

.content_right {
    width: 395px;
    height: 469px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.content_right_box {
    width: 325px;
    height: 385px;
    background: #fbfbfb;
}

.content_right_box img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content_right_box span {
    display: block;
    width: 176px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 30px;
    left: 0;
    background-image: url("{IMG_PATH}aoding/pic5.png");
}

.SOLUTION_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.SOLUTION {
    width: 340px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.SOLUTION_title {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.SOLUTION img {
    width: 75px;
    height: 75px;
    margin-top: 40px;
}

.SOLUTION p {
    width: 340px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #999999;
}

.img_pic {
    position: relative;
    width: 100%;
    min-height: 565px;
}

.img_pic .pic {
    position: absolute;
}

.solution {
    position: absolute;
    left: 25px;
    bottom: 30px;
    color: #0b1733;
}

.modular ul {
    width: 627px;
}

.modular li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 57px;
    line-height: 57px;
    color: #666666;
}

.modular li div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 57px;
    max-width: 455px;
}

.modular ul li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modular li img {
    display: inline-block;
    margin-right: 12px;
    width: 16px;
    height: 16px;
}

.modularli i {
    color: #999999;
}

.foot {
    width: 100%;
    height: 188px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #999999;
}

.foot_left p {
    font-size: 20px;
    color: #4b4b4b;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
}

.foot_left div {
    font-size: 16px;
    color: #999999;
}

.foot_center {
    margin-left: 180px;
}

.foot_center ul {
    display: flex;
}

.foot_center ul li {
    margin: 0 12px;
}

.foot_right {
    width: 103px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
}

.foot_right div {
    font-size: 14px;
    color: #4b4b44;
}

.Copyright {
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}