.xk_model {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    margin: 0;
    z-index: 9999;
    background: #000;
    opacity: 0.2;
    display: none;
}
.xk_model_content {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    width: 684px;
	height: max-content;
    height: -moz-max-content;
    height: -webkit-max-content;
    height: -o-max-content;
    height: -ms-max-content;
    background: #fff;
    display: none;
}
.xk_model_content .head {
    width: 100%;
    height: 45px;
}
.xk_model_content .head i {
    font-size: 24px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #676767;
}
.xk_model_content .body {
    width: 85%;
    margin: 0 auto 50px;
}
.xk_model_content .body img {
	width:100%;
}
.about_content {
    margin-top: 50px;
}
.about_container {
    max-width: 1200px;
    margin: 50px auto 0;
}
.about_container .anchor-0 {
    color: #726E6E;
    text-indent: 2em;
    line-height: 26px;
}
.about_container .anchor-0 .text {
    margin-bottom: 40px;
}
.about_container .anchor-0 .image {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.about_container .anchor-0 .image > div {
    width: 48%;
    display: flex;
}
.about_container .anchor-0 .image > div img {
    width: 100%;
    height: 100%;
}
.about_container .anchor-1 .honor {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.about_container .anchor-1 .honor .viewer-img {
    position: relative;
    width: 23.5%;
    max-height:190px;
    overflow:hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.about_container .anchor-1 .honor .viewer-img img {
    width: 100%;
}
.about_container .anchor-1 .honor .viewer-img .zoom_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
}
.about_container .anchor-1 .honor .viewer-img .zoom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_container .anchor-1 .honor .viewer-img .zoom img {
    width: 0;
    height: 0;
}
.about_container .anchor-1 .honor .viewer-img:hover .zoom_wrapper {
    background: #1D64B4;
    opacity: 0.6;
}
.about_container .anchor-1 .honor .viewer-img:hover .zoom img {
    width: 45px;
    height: 45px;
}



.article .article_header h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
.article .article_header .inline {
    padding: 10px 0;
}
.article .article_header .inline>div {
    display: inline-block;
    margin-right: 10px;
}
.article .article_header .inline span i {
    padding-right: 5px;
}
.article .article_header .inline .label {
    background: #38b03f;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 3px;
    vertical-align: baseline;
    text-align: center;
}
.article .article_header .abstract {
    font-size: 12px;
    color: #686868;
    background: #f1f1f1;
    margin-bottom: 10px;
    padding: 0 10px;
}
.article .article_content {
    color: #726E6E;
    font-size: 14px;
    padding-bottom: 15px;
}
.article .article_content .text{
    line-height: 26px;
}
.article .article_content > p {
    margin-bottom: 5px;
    word-wrap: break-word;
}
.article .article_content .text p {
    margin: 5px 0;
}
.article .article_content .text ul li {
    line-height: 26px;
}
.article .article_footer {
    margin-top: 10px;
    padding-bottom: 60px;
    border-top: 1px dotted #ddd;
    padding-top: 15px;
}
.article .article_footer .more {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.article .article_footer .more p {
    color: grey;
}
.article .article_footer .more p span {
    color: #333;
}
  

@media only screen and (max-width: 1439px) and (min-width: 1200px) {
    .about_content {
        padding: 0 12.5%;
    }
}

@media screen and (max-width: 1400px) {
    .about_container .anchor-1 .honor .viewer-img{
        max-height: 158px !important;
    }
}
@media screen and (max-width: 1200px) {
    .about_container .anchor-1 .honor .viewer-img{
        max-height: 135px !important;
    }
    .about_container {
        width: 92%;
        margin: 0 auto;
    }
    .anchor-1 .honor {
        padding: 0 10%;
    }
    .anchor-1 .zoom img {
        margin: 55px auto !important;
    }
}
@media screen and (max-width: 768px) {
    .about_content {
        margin-top: 30px;
    }
    .xk_model_content {
        width: 90%;
        margin: auto;
        height: 316px;
    }
    .about_container {
        width: 90%;
        margin: 0 auto;
    }
    .about_container .anchor-1 .honor .viewer-img {
        max-height: 222px !important;
        width: 48.5%;
    }
    .anchor-1 .xk_divider_tabs {
        margin: 30px auto !important;
    }
    .anchor-1 .zoom img {
        margin: 20px auto !important;
    }
    .anchor-1 .honor {
        padding: 0 !important;
    }
}
  