﻿.root_article {
    min-width: 1300px !important;
    margin: 0 auto;
    width: 1300px !important;
    max-width: 1300px !important;
    padding: 0 50px;
}



.article_tag {
    width: 100%;
    height: 100px;
    margin: 20px 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.article_tag>div {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(51, 51, 51, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.article_tag>div img{
    max-width: 90px;
}

.article_tag h1 {
    font-size: 36px;
    color: #333;
    line-height: 54px;
}

.article_tag h1::after {
    content: none !important;
    /*清除默认的h1下划线 */
}

.article_tag_time {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 20px;
}

.article_tag_time h2 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
}

/* 文章 */
.abus_body p {
    margin-top: 16px;
    font-size: 24px;
    line-height: 36px;
    color: #666;
    text-align: justify;
}

.abus_body a {
    color: #5eadff;
}

.abus_body p img {
    max-width: 100%;
}

/* 翻页 */
.prev-next {
    margin: 50px auto;
}

.prev-next ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-next ul li {
    width: 45%;
    height: 100px;
    margin: 0 20px;
    background: #f7f7f761;
    display: flex;
}

.prev-next ul li span {
    color: #5eadff;
    font-size: 30px;
    line-height: 80px;
    margin-left: 50px;
    font-weight: bold;
}

/* .prev-next ul li h3 {
    font-size: 30px;
    line-height: 80px;
    color: #333;
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 70%;
} */
.prev-next ul li h3 {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    margin-left: 10px;
    display: inline-block;
    font-weight: bold;
    word-break: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    margin-top: 20px;
    font-weight: 100;
}

.prev-next ul li h3 a {
    color: #333;
    transition: .5s;
}

.prev-next ul li h3 a:hover {
    color: #5eadff;

}

/* 内容部分标题字号 */
.abus_body h3 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.abus_body h4 {
    font-size: 34px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.abus_body h5 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.abus_body h6 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

/* 新闻博客内容页 */
.news_article {
    background: #f7f7f761;
    padding: 3%;
}

/* 滑块 */
.news_article_huakuai h3 {
    font-size: 28px;
    color: #333;
    text-align: left;
    line-height: 32px;
    margin-bottom: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.news_article_huakuai>div {}

.news_article_huakuai ul {
    padding: 0 10px 50px 10px;
}

.news_article_huakuai ul li {
    overflow: hidden;
    height: 350px;
    box-shadow: 0 0 20px #eee;

}

.news_article_huakuai ul li img {
    width: 100%;
    height: 100%;
}

.news_article_huakuai ul li h4 {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    text-align: left;
    padding: 20px;
}

.news_article_huakuai ul li h4 a {
    color: #333;
}

/* 产品内容页 */
.item_details>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* 轮播图 */
.item_details_lunbo {
    width: 600px;
    height: 500px;
    overflow: hidden;
}

.item_details_lunbo .swiper {
    width: 600px;
    height: 500px;
}

/* 图片的框 */
.item_details_lunbo .mySwiper .swiper-wrapper .swiper-slide {
    width: 500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 图片 */
.item_details_lunbo .mySwiper .swiper-wrapper .swiper-slide img {
    width: 500px;
}

/* 上一页 */
.swiper-button-next {
    background: none !important;
    color: #5eadff !important;
}

/* 下一页 */
.swiper-button-prev {
    background: none !important;
    color: #5eadff !important;
}

/* 参数 */
.item_details_canshu {
    width: 450px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 50px;
}

.item_details_canshu ul li {
    margin-top: 20px;
}

.item_details_canshu ul li p {
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

/* 按钮 */
.item_details_canshu div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.item_details_canshu div span {
    height: 50px;
    display: block;
    width: 200px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #b3d8ff;
    background: #ecf5ff;
    transition: 1s;
    overflow: hidden;
}

.item_details_canshu div span:hover {
    background: #409eff;
    box-shadow: 1px 2px 5px #5eadff;
}

.item_details_canshu div span a {
    color: #409eff;
    font-size: 22px;
    transition: 0.5s;
}

.item_details_canshu div span:hover>a {
    color: #fff;
}

.item_details_youdian {
    width: 900px;
}

.item_details_youdian ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.item_details_youdian ul li {
    margin-top: 30px;
    width: 100%;
}

.item_details_youdian ul li p {
    font-size: 24px;
    line-height: 30px;
    color: #333;
}

/* 网站内容标题样式 */
.tit-bolder{
    font-weight: bolder !important;
}
.tit-bg{
    background-color: #5eadff !important;
    color: #fff !important;
    font-weight: bolder !important;
    padding-left: 10px;
}


/* 弹出表单 */
#tupianchakan {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2222;
    display: none;
    overflow-y: auto;
}

#guanx {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    position: fixed;
    top: 5%;
    right: 5%;
}


#tupiank {
    width: 50%;
    height: 90%;
    position: fixed;
    top: 5%;
    left: 25%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.article_biaoge {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #d9d9d9;
    padding: 40px;
    box-sizing: border-box;
}

.article_biaoge_tag {
    text-align: center;
    padding: 0 15%;
    margin-bottom: 45px;
}

.article_biaoge_tag h3 {
    color: #333;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bolder;
}
.article_biaoge_tag p {
    margin-top: 10px;
    font-size: 16px;
}
.article_form {
    width: 100%;
    text-align: center;
    /*提交居中 */
}

.article_form input {
    width: 450px;
    height: 60px;
    background-color: #ecf5ff;
    border: 1px solid #409eff5e;
    text-indent: 20px;
    color: #999;
    outline: none;
    font-size: 20px;
    line-height: 60px;
}
.article_biaoge .phone {
    height: 60px !important;
    width: 99.8%;
    margin-top: 20px;
  
}
.article_form textarea {
    width: 100%;
    height: 150px;
    margin-top: 20px;
    background-color: #ecf5ff;
    text-indent: 20px;
    border: 1px solid #409eff5e;
    color: #999;
    outline: none;
    line-height: 1.5;
    font-size: 20px;
}

.article_form .submit {
    margin-top: 20px;
    height: 60px !important;
}
.article_biaoge input::-webkit-input-placeholder {
    color: #999;
}

.article_biaoge textarea::-webkit-input-placeholder {
    color: #999;
}

