/*about-us部分*/
.currentDiv{
background-color: #f2f2f2;
}
.currentDiv .currentPosition{
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 12px;
}
.currentDiv .currentPosition a{
    color: #666;
}
.currentDiv .currentPosition a:hover{
    color: #409EFF;
}
.mainDiv{
    width: 96%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1300px;
}

.mainDiv .inner1Div {
    width: 25vw;
}

.mainDiv .inner1Div .wrapDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.mainDiv .inner1Div .wrapDiv .animDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mainDiv .inner1Div .wrapDiv .animDiv .parentDiv{
    display: inline-block;
    height: 56px;
    line-height: 56px;
    /*background-color: #f0f0f0;*/
    width: 90%;
    font-size: 24px;
    color: #409EFF;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 2%;
    transition: all 0.3s;
}

.mainDiv .inner1Div .wrapDiv .animDiv a {
    width: 90% !important;
    margin-bottom: 10px;
}

.mainDiv .inner2Div {
    width: 60vw;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .mainDiv .inner1Div .wrapDiv .animDiv .parentDiv,
    .mainDiv .inner2Div {
        font-size: 15px;
    }
    /*尾部*/
    .f_div3 .l{
        font-size: 10px;
    }

    .mainDiv .inner2Div .show_t {
        font-size: 12px;
    }

    .mainDiv .inner2Div .con_id div p span {
        font-size: 15px !important;
    }

    .im-box {
        display: none;
    }
    .f_bg .f_div2_r2{
        display: block;
    }
    /*.about_us .i_about {*/
    /*    display: none;*/
    /*}*/
    .about_us .i_about ul li:first-child{
        width: 96.3%;
        margin-bottom: 20px;
        /*display: none;*/
    }

    .about_us .i_about ul li:not(:first-child){
        /*width: 96.3%;*/
        /*margin-bottom: 20px;*/
        display: none;
    }

    .about_us .i_about_app {
        display: block !important;
    }

    .news_bg .wrap .news_con .imgs img{
        height: 90px !important;
    }
    .news_bg .wrap .news_con .i_about_r{
        height: 90px !important;
    }

    .wrap .product_a {
        display: flex;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .enterprise_news .wrap2 .anim-1, .enterprise_news .wrap2 .i_news ul .anim-1{
        -webkit-transition: unset;
        -moz-transition: unset;
        -o-transition: unset;
        transition: unset;
    }

    .enterprise_news .wrap2 .i_news .imgStyle {
        display: none;
    }

    .enterprise_news .wrap2 .i_news ul {
        width: 100%;
    }

    .enterprise_news .wrap2 .i_news ul li a{
        font-size: 12px;
        width: calc(100% - 25px);
    }

    .enterprise_news .wrap2 .i_news ul li p {
        display: none;
    }

    .enterprise_news .wrap2 .i_news ul li a .appSpan{
        display: inline-block;
        float: right;
        margin-right: 5px;
    }

    .touch-top .touch-top-wrapper .touch-logo a img{
        /*height: 64px;*/
        box-sizing: unset;
    }

    .i_product_bg .wrap2 .nproduct_list2 ul li {
        height: 300px;
    }

    .i_product_bg .wrap2 .nproduct_list2 ul li a .imgs img, .product_ul ul li .imgs img{
        height: 170px;
    }

    .news_bg .wrap .about_x .prenext {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 5px);
        line-height: 40px;
    }
}