/**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: 999999;
}
.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 */
/* body_header start */
.body_header{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top:88px!important;
}
    /* 左侧 */
.body_header .left{
    float: left;
    width: 713px;
    height: 375px;
}
.body_header .left .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 375px;
}
    /* 右侧 */
.body_header .right{
    width: 467px;
    height: 375px;
    overflow-y: auto;
    float: right;
}
.article-list .article-item {
    color: inherit;
    text-decoration: none;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #a5a5a5;
    padding: 8px 0;
}
.article-list .article-item:first-child{
    padding-top: 0px;
}
.article-list .article-item:last-child{
    border-bottom: 0;
}
.article-list .article-item:hover{
    background: #eaeef5;
}
.article-list .article-item .article-img {
    width: 130px;
    height: 80px;
}
.article-list .article-item .article_info {
    width: calc(100% - 140px);
    margin-left: 10px;
    display: inline-block;
}
.article-list .article-item .article_info .article_title {
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
}
.article-list .article-item .article_info .article_author {
    color: #a5a5a5;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    padding: 5px 0;
}
.article-list .article-item .article_info .article_time {
    color: #a5a5a5;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}
/* body_header end */
/* body_bottom start */
.body_bottom {
    min-height:calc(100vh - 180px) !important;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top:30px!important;
}
.body_bottom .body_left_title{
    display: flex;
    height: 26px;
    line-height: 26px;
    position: relative;
    align-items: center;
}
.body_bottom .body_left_title .title {
    font-size: 20px;
    color: #333333;
    text-align: justify;
    font-weight: 700;
}
.body_bottom ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}
.body_bottom ul li {
    width: 225px;
    height: 133px;
    line-height: 18px;
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(24, 67, 105, 0.11);
    display: flex;
    align-items: center;
    word-break: break-all;
    padding: 0 7px 0 13px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-left: 17.5px;
    flex-direction: column;
    justify-content: center;
}
.body_bottom ul li:nth-child(1) {
    margin-left: 0px;
}
.body_bottom ul li:nth-child(4n+6){
    margin-left:0px;
}
.body_bottom ul li div {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background-color: #f2f5fa;
    text-align: center;
}
.body_bottom ul li div img{
    width: 42px;
    height: 42px;
}
.body_bottom ul li a {
    width: 225px;
    height: 133px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.body_bottom ul li a:hover{
    border: 1px solid #4265ed !important;
    background-color: #fff;
}
.body_bottom ul li:hover span{
    color: #4265ed;
}
.body_bottom ul li span {
    margin-top:8px;
    padding: 0 10px 5px;
}
/* body_bottom end */
/*咨询弹框*/
.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;
    padding-bottom: 20px;
}
.wx-popup-con .customer_service span {
    font-size: 18px;
}
.wx-popup-con .customer_service_ewm{
    font-size: 16px;
    padding-top: 20px;
}
.wx-popup-con .customer_service_ewm input{
    padding: 6px 10px;
    border: 1px solid #ccc;
}
.wx-popup-con .customer_service_ewm button{
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 20px;
    font-size: 16px;
    background: #384377;
    border: 1px solid #c7c9ca;
    border-radius: 5px;
    color: #ffff;
    cursor: pointer;
}
.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;
}
