* {
    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;
    height: 7.83rem;
    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: 6.8rem;
}

.banner .banner_fl .title {
    font-weight: bold;
    font-size: 0.26rem;
    color: #101010;
    margin-bottom: 0.4rem;
    position: relative;
    margin-top: 0.81rem;
    line-height: 0.3rem;
}

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


.banner .banner_fr {
    width: 7.2rem;
    height: 5rem;
    position: relative;
}

.banner .banner_fr img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}





/* 内容介绍 */
.body1 {
    width: 100%;
    height: auto;
    padding-top: 1rem;
}

.body1_item {
    width: 14rem;
    height: 5.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    margin-bottom: 0.45rem;
    position: relative;
    display: flex;
}

.body1_item .body1_img {
    width: 6.32rem;
    height: 5.1rem;
    overflow: hidden;
}

.body1_item .body1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body1_item .body1_txt {
    width: calc(100% - 6.32rem);
    padding: 0.88rem 0.7rem 0.88rem 0.98rem;
    box-sizing: border-box;
    background: #FAFAFA;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body1_item .body1_txt .body1_title {
    width: 100%;
    font-weight: bold;
    font-size: 0.36rem;
    color: #0A0A0A;
    padding-bottom: 0.36rem;
    border-bottom: 0.01rem solid #E2E2E2;
    margin-bottom: 0.35rem;
}

.body1_item .body1_txt .body1_cont {
    font-weight: 400;
    font-size: 0.2rem;
    color: #5C5C5C;
    line-height: 0.35rem;
}

.body1_item .body1_img .max_img {
    position: absolute;
    width: 6.32rem;
    height: 5.1rem;
    z-index: -1;
    top: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body1_item:hover .body1_img {
    width: 0;
}

.body1_item:hover .body1_img .max_img {
    width: 100%;
    z-index: 2;
    left: 0;
}

.body1_item:nth-child(2n):hover .body1_img .max_img {
    left: auto;
    right: 0;
}

.body1_item:hover .body1_txt {
    width: 100%;
    z-index: 5;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-content: center;
    background: none;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.body1_item:hover .body1_txt .body1_title {
    font-size: 0.65rem;
    color: #FFFFFF;
    line-height: 0.5rem;
    border: none;
    text-align: center;
}

.body1_item:hover .body1_txt .body1_cont {
    color: #FFFFFF;
    text-align: center;
}





/* 应用领域 */

.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;
    cursor: pointer;
}

.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) {
    .main{
        width: 100%;
    padding: 0 0.3rem;
    }
    .banner{
        height: auto;
    }
    .banner .banner_body{
        display: block;
    }
    .banner .banner_fl,.banner .banner_fr{
        width: auto;
    }
    .body1_item{
        width: 100%;
    }
    .body1_item .body1_img{
        flex: 0 0 50%;
    }
    .body1_item .body1_txt{
        flex: 0 0 50%;
        padding: 0.26rem;
    }
    .body1_item .body1_txt .body1_cont{
        font-size: 12px;
    }
    .body1_item:hover .body1_img{
        flex: 0 0 0%;
    }
    .body1_item:hover .body1_txt{
        flex: 0 0 100%;
        padding: 0 0.2rem;
    }
    .body5_list{
        display: block;
        height: auto;
    }
    .body5_list .bd, .body5_list .bd .body5_img,.body5_list .hd{
        width: 100%;
    }
    .tempWrap{
        width: 100%;
        margin: auto;
    }
    .body5_list .hd{
        margin-top: 0.2rem;
    }
    .body5_list .hd .body5_txt .body5_cont{
        font-size: 12px;
    }
    .body5_list .hd ul{
        width: 100%;
    }
}