/* 文章字体设置 */
/* 设置1rem=8px */
@media screen and (min-width: 321px) and (max-width: 415px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 20px;
    }
}

.abus_bady {
    width: 96%;
    margin: 0 auto;
    margin: 0px auto 0 auto;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;/*ie10+*/
    hyphens: manual;
}

.abus_bady h3 {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    background: rgb(94, 173, 255);
    width: auto;
    margin: 15px auto;
    text-align: center;
    border-radius: 10px;

    text-transform: none;
}

.abus_bady h4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    background: rgb(94, 173, 255);
    width: auto;
    margin: 15px auto;
    text-align: center;
    border-radius: 10px;

    text-transform: none;
}

.abus_bady h5 {
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    background: rgb(94, 173, 255);
    width: auto;
    margin: 15px auto;
    text-align: center;
    border-radius: 10px;

    text-transform: none;
}

.abus_bady h6 {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    background: rgb(94, 173, 255);
    width: auto;
    margin: 15px auto;
    text-align: center;
    border-radius: 10px;
    padding: 1%;
    text-transform: none;
}

.abus_bady p {
    font-size: 16px;
    line-height: 22px;
    font-weight: initial;
    color: #333;
    margin: 5px auto;
    text-transform: none;
    text-align: justify;
}

@media only screen and (min-width: 750px) {
  

    /* 文章字体设置 */
    .abus_bady h3 {
        font-size: 36px;
        line-height: 72px;
        font-weight: bold;
        color: #fff;
        background: rgb(94, 173, 255);
        width: auto;
        margin: 30px auto;
        text-align: center;
        border-radius: 10px;
   
        text-transform: none;
    }

    .abus_bady h4 {
        font-size: 32px;
        line-height: 64px;
        font-weight: bold;
        color: #fff;
        background: rgb(94, 173, 255);
        width: auto;
        margin: 30px auto;
        text-align: center;
        border-radius: 10px;

        text-transform: none;
    }

    .abus_bady h5 {
        font-size: 28px;
        line-height: 56px;
        font-weight: bold;
        color: #fff;
        background: rgb(94, 173, 255);
        width: auto;
        margin: 30px auto;
        text-align: center;
        border-radius: 10px;

        text-transform: none;
    }

    .abus_bady h6 {
        font-size: 24px;
        line-height: 48px;
        font-weight: bold;
        color: #fff;
        background: rgb(94, 173, 255);
        width: auto;
        margin: 30px auto;
        text-align: center;
        border-radius: 10px;
        padding: 1%;
        text-transform: none;
    }

    .abus_bady p {
        font-size: 22px;
        line-height: 36px;
        font-weight: initial;
        color: #333;
        margin: 10px auto;
        text-align: left;
        text-transform: none;
    }
}

/* 产品内容页 */
.item_details>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    height: 200px;
    background: url(/style/img/article/articleback.png);
    background-size: cover;
}

/* 轮播图 */
.item_details_lunbo {
    width: 70%;
    height:auto;
    overflow: hidden;
    /* position: relative;
    top: -35px; */
}

.item_details_lunbo .swiper {
    width: 100%;
    height: 150px;
}

/* 图片的框 */
.item_details_lunbo .mySwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

/* 参数 */
.item_details_canshu {
    width: 90%;
    /* height: 135px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* border-radius: 10px; */
    /* border-left: 1px #7babfff2 solid; */
    margin-left: 2%;
    margin-top: 10px;
}

.item_details_canshu ul {
    margin-left: 1%;
    overflow: auto;
    list-style:disc!important;
    padding-left: 5%;
}
.item_details_canshu ul li{
    list-style:disc!important;  
}
.item_details_canshu ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

/* 优点 */
.item_details_youdian {
    width: 100%;
    height: 35px;
}

.item_details_youdian ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.item_details_youdian ul li {
    width: 100%;
}

.item_details_youdian ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    /* text-indent: 5%; */
}

@media only screen and (min-width: 750px) {

    /* 产品内容页 */
    .item_details>div {
        margin-top: 100px;
        height: 400px;
    }

    /* 轮播图 */
    .item_details_lunbo {
        /* height: 470px;
        top: -70px; */
    }

    .item_details_lunbo .swiper {
        height: 300px;
    }

    /* 图片的框 */
    .item_details_lunbo .mySwiper .swiper-wrapper .swiper-slide {
        border-radius: 20px;
    }

    /* 参数 */
    .item_details_canshu {
        /* height: 270px; */
        /* border-radius: 20px; */
        margin-top: 20px;
    }

    .item_details_canshu ul li p {
        font-size: 22px;
        line-height: 40px;
    }

    /* 优点 */
    .item_details_youdian {
        height: 70px;
    }

    .item_details_youdian ul li p {
        font-size: 24px;
        line-height: 40px;
    }
}

/* 翻页 */
.article_page {
    margin: 13px auto 20px auto;
}

.article_page ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.article_page ul li {
    width: 90%;
    height: 40px;
    padding: 0 10%;
    background: #e1edff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    border-radius: 10px;
}

.article_page ul li span {
    color: rgb(38, 129, 223);
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    display: inline-block;
    width: 7rem;
}

.article_page ul li h4 {
    font-size: 18px;
    text-indent: 1rem;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
    /*文本框不随内容变长 自动换行，断开英文单词 */
    text-overflow: ellipsis;
    /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。 */
    display: -webkit-box;
    /*    必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。 */
    -webkit-box-orient: vertical;
    /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式） */
    -webkit-line-clamp: 1;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

.article_page ul li h4 a {
    color: #333;
}

@media only screen and (min-width: 750px) {
    .article_page {
        margin: 26px auto 40px auto;
    }


    .article_page ul li {
        height: 60px;
        margin-top: 24px;
        border-radius: 20px;
    }

    .article_page ul li span {
        font-size: 24px;
        line-height: 36px;
    }
    .article_page ul li h4 {
        font-size: 22px;
        line-height: 32px;
    }

}

hr {
    background-color: #999;
    height: 1px;
    border: 0;
    margin: 0;
}

/* 博客列表页 */
.article_blog {
    width: 88%;
    margin: 29px auto 0 auto;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1% 3%;
}

.article_blog>div {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.article_blog>div>div {
    border-radius: 100%;
    height: 50px;
    min-width: 50px;
    width: 50px;
    box-shadow: 0 0 10px #eee;
    overflow: hidden;
}

.article_blog>div>div>img {
    width: 100%;
}

.article_blog>div>h3 {
    margin-left: 7px;
    font-size: 16px;
}

.article_blog span {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

@media only screen and (min-width: 750px) {
    .article_blog {
        margin: 58px auto 0 auto;
        height: 140px;
    }

    .article_blog>div {
        height: 100px;
    }

    .article_blog>div>div {
        height: 100px;
        width: 100px;
        min-width: 100px;
        box-shadow: 0 0 20px #eee;
    }

    .article_blog>div>h3 {
        margin-left: 14px;
    }

    .article_blog span {
        font-size: 20px;
        line-height: 40px;
    }
}

.abus_bady_biankuang {
    width: 92%;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    padding: 3% 1%;

}


.abus_bady_biankuang .abus_bady {
    width: 100%;
    margin: 0 auto;
}


/* 表格样式 */
table{
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}
td,
th {
    padding: 5px 10px;
    border: 1px solid #559be3;
}
/* 内联标签颜色 */
.abus_bady p a{
    color:#5eadff;
}
.abus_bady h3 a{
    color: #fff;
}
.abus_bady h4 a{
    color: #fff;
}
.abus_bady h5 a{
    color: #fff;
}
.abus_bady h6 a{
    color: #fff;
}
.abus_bady img{
    width: auto!important;
    height: auto!important;
}
/* 引入视频 */
@media screen and (min-width: 321px)and (max-width:376px) {
    iframe {
        width: 100%!important;
        margin: 0 auto!important;
        height: 380px!important;
    }

}

@media screen and (min-width: 376px)and (max-width:415px) {
    iframe {
        width: 100%;
        margin: 0 auto;
        height: 400px!important;
    }

}

@media screen and (min-width:415px)and (max-width:3000px) {
    iframe {
        width: 750px;
        margin: 0 auto;
        height: 420px!important;
    }

}
