* {
    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;
    position: relative;
    margin: 0 auto;
    padding-bottom: 1rem;
}


.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;
}

.banner .banner_fl .content p {
    margin-bottom: 0.2rem;
}






/* 产品特征 */
.body1 {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
}

.body1_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: flex-start;
}

.body1_item {
    width: 3.27rem;
    height: 3.63rem;
    background: #F4F4F4;
    border-radius: 0.1rem;
    margin-right: 0.3rem;
    padding: 0.28rem;
    box-sizing: border-box;
    overflow: hidden;
}

.body1_item:nth-child(4n) {
    margin-right: 0;
}


.body1_item .body1_img {
    width: 0.75rem;
    height: 0.75rem;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0.87rem auto 0.36rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body1_item .body1_img::before {
    content: "";
    position: absolute;
    width: 0.97rem;
    height: 0.97rem;
    border: 0.01rem solid #29A1F3;
    border-radius: 50%;
    top: -0.11rem;
    left: -0.11rem;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body1_item .body1_img img {
    max-width: 0.43rem;
    max-height: 0.43rem;
    object-fit: contain;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body1_item .body1_img .fuwu_img2 {
    display: none;
}

.body1_item .div1_title {
    width: 100%;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    text-align: center;
}

.body1_item .item_bottom {
    margin-top: 0.19rem;
    padding-top: 0.19rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.25rem;
    position: relative;
    display: none;
}

.body1_item .item_bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.01rem;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.31);
}

.body1_item:hover {
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.09);
    background: linear-gradient(0deg, #4FCCE8 0%, #0071FF 100%);
}

.body1_item:hover .body1_img {
    background: #fff;
    width: 0.51rem;
    height: 0.51rem;
    margin: 0.21rem auto 0.36rem;
}

.body1_item:hover .body1_img::before {
    width: 0.67rem;
    height: 0.67rem;
    border: 0.01rem dashed #fff;
    top: -0.09rem;
    left: -0.09rem;
}

.body1_item:hover .body1_img .fuwu_img1 {
    display: none;
}

.body1_item:hover .body1_img .fuwu_img2 {
    display: block;
    max-width: 0.29rem;
    max-height: 0.29rem;
}

.body1_item:hover .div1_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.body1_item:hover .item_bottom {
    display: block;
}



/* 生产流程 */
.body2 {
    width: 100%;
    min-height: 7.08rem;
    background: url(../img/fuwu_bg1.png) center no-repeat;
    background-size: cover;
    padding-bottom: 1rem;
}

.body2 .body2_body {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
    margin-bottom: 0.78rem;
}

.body2_list {
    display: flex;
    justify-content: space-between;
}

.body2_list .body2_item {
    width: 3rem;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}

.body2_list .body2_item .body2_icon {
    position: relative;
    height: 1.41rem;
    margin: 0 auto;
    width: 1.41rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}

.body2_list .body2_item span {
    width: 0.28rem;
    height: 0.28rem;
    background: #E0F2FF;
    border-radius: 0.04rem;
    transform: rotate(45deg);
    position: absolute;
    left: 0.78rem;
    top: 0rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body2_list .body2_item span i {
    font-weight: 600;
    font-size: 0.14rem;
    color: #29A1F3;
    transform: rotate(315deg);
}

.body2_list .body2_item .body2_icon .body2_bg {
    width: 1.1rem;
    height: 1.1rem;
    background: linear-gradient(45deg, #4FCCE8 0%, #0071FF 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
    position: relative;
    transform: rotate(45deg);
}

.body2_list .body2_item .body2_icon::before {
    content: "";
    position: absolute;
    top: 0.15rem;
    left: 0.04rem;
    width: 1.1rem;
    height: 1.1rem;
    background: #FFFFFF;
    border: 0.01rem solid #DFDFDF;
    border-radius: 0.2rem;
    z-index: -1;
    transform: rotate(45deg);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.body2_list .body2_item .body2_icon img {
    max-width: 0.4rem;
    max-height: 0.4rem;
    object-fit: contain;
    transform: rotate(315deg);
}

.body2_list .body2_item .body2_txt .body2_title {
    width: 100%;
    font-weight: bold;
    font-size: 0.22rem;
    color: #050505;
    text-align: center;
    margin-bottom: 0.09rem;
}

.body2_list .body2_item .body2_txt .body2_cont {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #909090;
    line-height: 0.25rem;
    text-align: center;
}

.body2_list .body2_next {
    width: 0.51rem;
    height: 0.28rem;
    overflow: hidden;
    margin-top: 0.56rem;
}

.body2_list .body2_next img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.body2_item:hover .body2_icon::before {
    left: -0.1rem;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0, 0, 0, 0.09);
}



/* 中科遥数的能力 */
.body3 {
    padding-bottom: 1rem;
}

.body3 .body3_body {
    font-weight: 400;
    font-size: 0.18rem;
    color: #101010;
    line-height: 0.35rem;
    margin-bottom: 0.61rem;
}

.body3_list {
    width: 100%;
    min-height: 5.4rem;
    display: flex;
    align-items: center;
    position: relative;
}

.body3_list .body3_fl,
.body3_list .body3_fr {
    width: 50%;
    height: 5.4rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.body3_list .body3_item {
    width: 3.6rem;
    position: relative;
}

.body3_list .body3_item i {
    width: 0.11rem;
    height: 0.11rem;
    background: linear-gradient(180deg, #4FCCE8 0%, #0071FF 100%);
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
    top: 0.14rem;
    position: absolute;
    right: -0.2rem;
}

.body3_list .body3_item i::before {
    content: "";
    position: absolute;
    width: 0.66rem;
    height: 0rem;
    border: 0.01rem dashed #29A1F3;
    top: 0.04rem;
}

.body3_list .body3_fr .body3_item i {
    left: -0.2rem;
    right: 0;
}

.body3_list .body3_fr .body3_item i::before {
    left: -0.66rem;
}

.body3_list .body3_item .body3_title {
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.13rem;
}

.body3_list .body3_item .body3_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #626262;
    line-height: 0.25rem;
}

.body3_list .body3_fl .body3_item .body3_title,
.body3_list .body3_fl .body3_item .body3_cont {
    text-align: right;
}

.body3_list .body3_cn {
    position: absolute;
    left: 50%;
    margin-left: -2.72rem;
    width: 5.44rem;
    height: 5.39rem;
    overflow: hidden;
}

.body3_list .body3_cn img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.body3_list .body3_fl .body3_item:nth-child(1) {
    margin-right: -0.5rem;
}
.body3_list .body3_fr .body3_item:nth-child(1) {
    margin-left: -0.5rem;
}
.body3_list .body3_fl .body3_item:nth-child(2) {
    margin-right: 1.2rem;
}
.body3_list .body3_fr .body3_item:nth-child(2) {
    margin-left: 1.2rem;
}
.body3_list .body3_fl .body3_item:nth-child(3) {
    margin-right: 2.9rem;
}
.body3_list .body3_fr .body3_item:nth-child(3) {
    margin-left: 2.9rem;
}









/* 应用领域 */
.body5 {
    width: 100%;
    background: #F7F7F7 url(../img/index_bg2.jpg) center bottom no-repeat;
    background-size: 19rem auto;
    padding-bottom: 1rem;
}

.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;
}




.footer {
    margin-top: 0;
}


@media only screen and (max-width: 1024px) {
    .body1_item:hover .div1_title,.body2_list .body2_item .body2_txt .body2_title{
        font-size: 14px;
    }
    .body1_item .item_bottom,.body2_list .body2_item .body2_txt .body2_cont{
        font-size: 12px;
    }
    .body2_list{
        flex-wrap: wrap;
    }
    .body2_list .body2_next:nth-of-type(2){
        display: none;
    }
    .body2_list .body2_item{
        margin-top: 0.3rem;
        flex: 0 0 46%;
    }
    .body3_list .body3_fl .body3_item:nth-child(1){
        margin-right: 0.5rem;
    }
    .body3_list .body3_fr .body3_item:nth-child(1){
        margin-left: 0.5rem;
    }
    .body3_list .body3_fl .body3_item:nth-child(3){
        margin-right: 1.9rem;
    }
    .body3_list .body3_fr .body3_item:nth-child(3){
        margin-left: 1.9rem;
    }
    .body3 .body3_body{
        font-size: 12px;
    }
}