* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #fff;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 0.52rem !important;
}


/* 头部样式 */
.header {
    background: #FFFFFF;
}

.header .logo .logo1 {
    display: none;
}

.header .logo .logo2 {
    display: block;
}

.header .head_fr .nav_li .nav_url {
    color: #000000;
}

.header .head_fr .nav_li.act .nav_url {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .nav_li .nav_url:hover {
    color: #0071FF;
    font-weight: bold;
}

.header .head_fr .head_hr {
    background: rgba(114, 114, 114, 0.51);
}

.header .head_fr .head_switch .switch_icon .icon2 {
    display: block;
}

.header .head_fr .head_switch .switch_icon .icon1 {
    display: none;
}

.header .head_fr .head_switch .switch_txt span {
    color: #0F0F0F;
}

.header .head_fr .head_switch .switch_txt span i {
    background: url(../img/jiantou3.png) center no-repeat;
}









.banner {
    width: 100%;
    max-width: 19.2rem;
    min-height: 3.7rem;
    padding-bottom: 1rem;
    position: relative;
    margin: 0 auto;
}


.banner .banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner .banner_body {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.banner .banner_fl {
    width: 100%;
}

.banner .banner_fl .content {
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
    position: relative;
}







/* 数据获取 */
.body1 {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}

.body1_list {
    display: flex;
}

.body1_item {
    width: 4.34rem;
    height: auto;
    margin-right: 0.49rem;
}

.body1_item:nth-child(3n) {
    margin-right: 0;
}

.body1_item .body1_img {
    width: 4.34rem;
    height: 2.71rem;
    overflow: hidden;
}

.body1_item .body1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.body1_item .body1_img:hover img {
    transform: scale(1.05);
}

.body1_item .div1_title {
    width: 100%;
    margin-top: 0.29rem;
    font-size: 0.25rem;
    color: #0A0A0A;
    text-align: center;
}



/* 实施流程 */
.body2 {
    width: 100%;
    min-height: 9.78rem;
    background: url(../img/fuwu_bg1.png) center no-repeat;

}

.body2_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.22rem;
}

.body2_item {
    width: 3.8rem;
    height: 2.94rem;
    margin-right: 0.98rem;
    margin-bottom: 0.49rem;
    position: relative;
    z-index: 99;
}

.body2_item:nth-child(3n) {
    margin-right: 0;
}

.body2_item .body2_icon .body2_img {
    width: 1.15rem;
    height: 1.15rem;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
    box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(93, 140, 42, 0.22);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 8;
}

.body2_item .body2_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0 auto;
}

.body2_item .body2_icon::before {
    content: "";
    position: absolute;
    top: -0.14rem;
    left: -0.14rem;
    border-radius: 50%;
    width: 1.43rem;
    height: 1.43rem;
    background: rgba(0, 173, 232, 0.15);
}

.body2_item .body2_icon::after {
    content: "";
    position: absolute;
    top: -0.3rem;
    left: -0.3rem;
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    border: 0.01rem solid #BBE8FF;
}

.body2_item .body2_icon img {
    max-width: 0.48rem;
    max-height: 0.48rem;
    object-fit: contain;
    position: relative;
}

.body2_item .body2_icon .fuwu_icon2 {
    display: none;
}

.body2_item .body2_icon i {
    width: 0.38rem;
    height: 0.38rem;
    background: #C5C6C7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 0.14rem;
    color: #FFFFFF;
    position: absolute;
    top: -0.28rem;
    left: -0.28rem;
    z-index: 9;
}

.body2_item .body2_txt {
    width: 100%;
    height: auto;
    margin-top: 0.56rem;
}

.body2_item .body2_txt .body2_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
    text-align: center;
}

.body2_item .body2_txt .body2_cont {
    text-align: center;
    margin-top: 0.06rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #808080;
    line-height: 0.25rem;
}

.body2_item:hover .body2_icon i {
    background: #FF7F00;
    color: #fff;
}

.body2_item:hover .body2_icon .body2_img {
    background: #fff;
}

.body2_item:hover .body2_icon .fuwu_icon1 {
    display: none;
}

.body2_item:hover .body2_icon .fuwu_icon2 {
    display: block;
}

.body2_item:hover .body2_icon::before {
    display: none;
}

.body2_item:hover .body2_icon::after {
    z-index: 1;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
}

.body2_list .body2_hr {
    position: absolute;
    width: 2.22rem;
    height: 0rem;
    border: 0.01rem dashed #444444;
    opacity: 0.5;
}

.body2_list .body2_hr::before {
    width: 0.06rem;
    height: 0.08rem;
    background: url(../img/min-jiantou.png) center no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: -0.035rem;
    left: 1.08rem;
}

.body2_list .body2_hr.hr1 {
    left: 3.18rem;
    top: 0.54rem;
}

.body2_list .body2_hr.hr2 {
    left: 7.96rem;
    top: 0.54rem;
}

.body2_list .body2_hr.hr3 {
    left: 3.18rem;
    top: 3.97rem;
}

.body2_list .body2_hr.hr4 {
    left: 7.96rem;
    top: 3.97rem;
}

.body2_list .body2_hr.hr3::before,
.body2_list .body2_hr.hr4::before {
    transform: scaleX(-1);
}

.body2_list .body2_hr.hr5 {
    width: 2rem;
    height: 3.43rem;
    background: url(../img/banyuan.png) center no-repeat;
    border-radius: 50%;
    right: 0;
    top: 0.54rem;
    border: none;
}
.body2_list .body2_hr.hr5::before{
    display: none;
}

/* 应用领域 */

.body5 .class_cont {
    max-width: 12.92rem;
    margin: 0 auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
}

.body5_list {
    margin-top: 0.73rem;
    width: 100%;
    height: 6rem;
    display: flex;
    justify-content: space-between;
}

.body5_list .bd,
.body5_list .bd .body5_img {
    width: 8.5rem;
    height: 6rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.body5_list .bd .body5_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body5_list .hd {
    width: 4.68rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.body5_list .hd .body5_txt {
    padding-left: 0.18rem;
    box-sizing: border-box;
    margin-bottom: 0.32rem;
    position: relative;
}

.body5_list .hd .body5_txt:last-child {
    margin-bottom: 0;
}

.body5_list .hd .body5_txt.on::before {
    content: "";
    position: absolute;
    width: 0.03rem;
    height: 0.21rem;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
    left: 0;
    top: 0.07rem;
    transform: skew(-8deg, 15deg);
}

.body5_list .hd .body5_txt .body5_title {
    font-weight: 600;
    font-size: 0.25rem;
    color: #0A0A0A;
    margin-bottom: 0.14rem;
}

.body5_list .hd .body5_txt .body5_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #838383;
}








@media only screen and (max-width: 1024px) {
    .body1_item .body1_img{
        width: auto;
    }
    .body1 .body1_list{
        flex-wrap: wrap;
    }
    .body2{
        background-size: cover;
    }
    .body2_list{
        justify-content: space-between;
    }
    .body2_item{
        margin-right: 0;
        flex: 0 0 48%;
    }
    .body2_list .body2_hr{
        display: none;
    }
    .body2_item .body2_txt .body2_cont{
        font-size: 12px;
    }
}