/**index**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
.clearfix{
    clear: both;
}
/* 头部 start */
.header_div .nav {
    height: 68px;
    line-height: 68px;
    width: 100%;
    color: #ffffff;
    background-color: #384377;
    position: fixed !important;
    top: 0;
    z-index: 100;
}
.header_div .nav .center{
    display: flex;
    justify-content: space-between;
    background-color: #384377;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.header_div .nav h3 {
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}
.header_div .nav h3 a{
    color: #ffffff;
}
.header_div .nav .center ul {
    display: flex;
    margin-right: 20px;
}
.header_div .nav .center ul li {
    width: 72px;
    margin-left: 28px;
    text-align: center;
    white-space: nowrap;
}
.header_div .nav .center ul li a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
.header_div .nav .center ul li .active {
    display: inline-block;
    border-bottom: 2px #fff solid;
    height: 51px;
}
.header_div .nav .center ul li a:hover{
    display: inline-block;
    border-bottom: 2px #fff solid;
    height: 51px;
}
/* 头部 end */
/*文章信息*/
.main{
    min-height:calc(100vh - 180px) !important;
    width: 1200px;
    margin: 0 auto;
    margin-top:88px;
}
.top_header .title{
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
}
.top_header .time{
    font-size: 16px;
    margin: 0 20px;
    padding-bottom: 30px;
    color: rgb(148, 148, 148);
    text-align: right;
    border-bottom: 1px solid rgb(148, 148, 148);
}
.top_header_2{
    overflow: hidden;
}
.top_header_2 .header_first{
    border-bottom:1px solid #b6b4b4 ;
}
.top_header_2 .header_first .img_view{
    max-width: 100%;
}
.top_header_2 .header_first .img_view .article_info_image{
    width: 300px;
    height: 200px;
}
.top_header_2 .header_first .article_info_title{
    font-weight: bold;
    color: #00a1ff;
    font-size: 20px;
    padding: 20px 0;
}
.top_header_2 .header_next{
    padding: 20px;
    font-size: 16px;
}
.top_header_2 .header_next .mode_item{
    padding-left: 20px;
    padding-top: 20px;
    font-size: 16px;
    width: 48%;
    float: left;
}
.top_header_2 .header_next .mode_item .item_title{
    float: left;
    width: 120px
}
.top_header_2 .header_next .mode_item .item_title::before{
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(left, #00a1ff -4%, #00a1ff 50%, #00a1ff 100%);
    width: 5px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: -20px;
}
.top_header_2 .header_next .mode_item .item_msg{
    width: calc(100% - 140px);
    float: left;
}
.container_title{
    padding: 20px 0;
    font-weight: bold;
    color: #00a1ff;
    font-size: 18px;
    border-bottom: 1px solid #b6b4b4;
    overflow: hidden;
}
.container_title view{
    border-bottom: 5px solid #00a1ff;
    display: inline;
    padding-bottom: 1rem;
}
.content{
    padding:20px;
}
.content p{
    font-size: 16px;
    padding-bottom: 25px;
    margin: 0;
    line-height: 30px;
}
.content p img{
    max-width: 100%;
}
/*相关内容*/
.article_about{
    padding-bottom: 80px;
}
.article_about .title{
    padding: 20px 0;
    font-weight: bold;
    color: #00a1ff;
    font-size: 18px;
    border-bottom: 1px solid #b6b4b4;
    overflow: hidden;
}
.swiper{
    padding: 20px 0;
}
.swiper-slide{
    text-align: center;
}
.swiper-slide span{
    font-size: 16px;
    display: block;
    padding: 10px 0 20px 0;
}
.swiper-slide img{
    width: 250px;
    height: 150px;
    border-radius: 15px;
}
/* 咨询按钮 */
.zixun{
    position: fixed;
    bottom: 8.5rem;
    right: 2rem;
    z-index: 999;
}
.zixun div{
    text-align: center;
    background-color: #00a1ff;
    font-size: 20px;
    padding: 20px 15px;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 auto;
}
/*咨询弹框*/
.wx-popup {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-container {
    width: 80%;
    max-width: 350px;
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
    z-index: 2000;
}
.wx-popup-con {
    margin: 30px;
    text-align: center;
    padding: 0 20px
}
.wx-popup-con .customer_service{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wx-popup-con .customer_service img{
    width: 60px;
    height: 60px;
}
.wx-popup-con .customer_service span {
    font-size: 18px;
}
.wx-popup-con .customer_service_ewm img{
    width: 100%;
}
.wx-popup-con .customer_service_ewm span{
    font-size: 18px;
}
.wx-popup-btn {
    display: flex;
    justify-content: space-around;
}
.wx-popup-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 8.8rem;
    border: 2rem solid #ccc;
    border-radius: 88px;
}
.wx-popup-btn .closeBtn {
    position: fixed;
    cursor: pointer;
}
.wx-popup-btn .close-popup {
    position: relative;
    height: 58px;
    width: 58px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.wx-popup-btn .close-popup div {
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    color: #fff;
}
