* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "MicrosoftYaHei", "PingFangSC,宋体,Arial,sans-serif";
}

.container {

    width: 100%;
    height: 100%;
    background-color: #F3F3F3;
    background-size: cover;
    border-top: 1px solid transparent;
    overflow-y: auto;
    overflow-x: hidden;
}

.banner2 {
    width: 100%;
    height: 100px;
    background-color: rgba(238, 238, 238, .8);
    z-index: 1000;
}

.abs {
    position: absolute;
}

.logo2 {
    width: 216px;
    height: 67px;

    background: url('../img/logo.png') no-repeat;
    background-size: 100% 100%;
    top: 15px;
    left: 50px;
}

.btns-use {
    font-size: 16px;
    top: 0;
    left: 366px;
    line-height: 100px;
    cursor: pointer;
    /* color: #fff; */
}

.btns-use span:nth-child(2),
.btns-use span:nth-child(3),
.btns-use span:nth-child(4),
.btns-use span:nth-child(5),
.btns-use span:nth-child(6){
    margin-left: 45px;
}

a {
    color: #000;
    text-decoration: none;
}

.open-log {
    position: relative;

}

.hot-dot {
    position: absolute;
    top: 40px;
    right: -5px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
}

.hot-dot2 {
    top: 2px;
}

.new-list2 {
    display: none;
    position: absolute;
    width: 190px;
    height: 94px;
    background-color: rgba(13, 13, 13, .7);
    color: #888888;
    line-height: 34px;
    padding: 10px 10px 10px 24px;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    /* border: 1px solid #e4e4e4; */
    border-radius: 5px;
}

.new-list {
    display: none;
    position: absolute;
    width: 190px;
    height: 120px;
    background-color: rgba(13, 13, 13, .7);
    color: #888888;
    line-height: 34px;
    padding: 10px 10px 10px 24px;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    /* border: 1px solid #e4e4e4; */
    border-radius: 5px;
}

.triangle-box {
    position: absolute;
    width: 100%;
    height: 16px;
    top: -16px;

}

.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border: 7.5px solid;

    top: 1px;
    left: -14px;
    border-color: transparent transparent rgba(13, 13, 13, .7);
}

.open-log2 {
    font-size: 14px;
}

.open-log3 {
    font-size: 14px;
}

.open-loglist {
    font-size: 14px;
}

.open-log:hover .new-list {
    display: block !important;
}

.open-log:hover .new-list2 {
    display: block !important;
}

.open-log:hover .new-list div:hover {

    color: #FFF;
}

.open-log:hover .new-list a:hover {

    color: #FFF;
}

.open-log:hover .new-list2 div:hover {

    color: #FFF;
}

.open-log:hover .new-list2 a:hover {

    color: #FFF;
}

.open-log:hover .new-list a {

    color: #888888;
}

.open-log:hover .new-list2 a {

    color: #888888;
}

/* 日志 */
.mask-log {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.up-log .close-log {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.log-content {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content a {
    text-decoration: none;
    color: #141a88;
}

.log-content .lists {
    width: 500px;
    padding-top: 37px;
    margin-left: 173px;
    border-left: 1px solid #ddd;
}

.log-content .lists .list {
    border-top: 1px solid #eee;
    position: relative;
    padding-left: 30px;
    padding-bottom: 75px;
}

.log-content .lists .list .dot {
    position: absolute;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
    background-color: #141a88;
    border-radius: 50%;
    z-index: 1;
}

.log-content .lists .list .date {
    position: absolute;
    left: -153px;
    top: -13px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.log-content .lists .list .title {
    position: absolute;
    left: 0;
    top: -13px;
    display: block;
    padding-right: 20px;

    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 14px;
    color: #666;
    text-indent: 30px;
    font-size: 16px;
    color: #333;
}

.log-content .lists .list .dl-content dl {
    overflow: hidden;
    padding-top: 20px;
}

.log-content .lists .list .dl-content dl dt {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.log-content .lists .list .dl-content dl dd {
    font-size: 12px;
    color: #999;
    line-height: 25px;
    margin-left: 12px;
}

.up-log .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

/* 关于 */
.mask-log2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 200px 0 50px;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 600px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log2 .titlelog {
    position: relative;
    padding: 20px 20px 10px;
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.up-log2 .close-log2 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.log-content2 {

    margin: auto;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.log-content2 .map-box {
    width: 887px;
    height: 695px;
    margin: auto;
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    box-sizing: border-box;
    padding-top: 30px;
    color: #333333;
    text-align: center;
    background: url('../img/page-1/map.png') no-repeat;
    background-size: 100% 100%;
}

.log-content2 .up-content {
    width: 696px;
    margin: auto;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    line-height: 22px;
    font-size: 12px;
}

.log-content2 .up-content .line-da {
    width: 696px;
    margin-top: 26px;
    margin-bottom: 34px;
    border-bottom: 1px dashed #666666;
}

.log-content2 .up-content .half {
    display: inline-block;
    width: 49.5%;
}

.log-content2 .up-content .company {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 45px;
}

.log-content2 .up-content .company2 {
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    color: #333333;
    text-align: center;
    margin-top: 35px;

}

.log-content2 .up-content .center-text {
    text-align: center;
    margin-bottom: 24px;
}

.log-content2 .up-content .new-text {
    display: inline-block;
    width: 281px;
    margin-left: 40px;
}

.log-content2 .up-content .next-h {
    font-weight: 700;
    font-size: 32px;
    margin-top: 35px;
    text-align: center;
    color: #333333;
}

.log-content2 .up-content .btn-contact {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    cursor: pointer;
    background-color: #0099ff;
}

.up-log2 .btn-log {
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 100px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #4364e5;
}

.textcener {
    text-align: center;

}

.fw700 {
    font-weight: 700;
}

.fz20 {
    font-size: 20px;
}

.mt30 {
    margin-top: 30px;
    color: #000;

}



.article-box {
    margin-top: 100px;
    text-align: center;
}
.article-box .top-title{
    width: 90%;
    margin: auto;
    text-align: left;
    padding-top: 20px;
}


.list-ul {
    width: 90%;
    margin: auto;
}

.list-ul .list-li {
    margin-top: 30px;
    margin-right: 35px;
    display: inline-block;
    width: 478px;
    height: 284px;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}

.list-ul .list-li .list-img {
    width: 100%;
	height: 200px;
}

.list-ul .list-li .text-box {
    padding: 0 20px;
    box-sizing: border-box;
}

.list-ul .list-li .list-title {
    font-size: 14px;
    color: #333333;
    margin: 12px 0;
}

.list-ul .list-li .list-data {
    font-size: 14px;
    color: #999999;

}

.list-ul .list-li .list-date {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;

}

@media screen and (min-width: 1680px) {
    .list-ul .list-li:nth-child(3n) {
        margin-right: 0;
    }
    .article-box .top-title {
        width: 1515px;
    }

    .list-ul {
        width: 1515px;
        text-align: left;
        /* margin: auto; */
    }

}

@media screen and (max-width: 1679px) {
    .list-ul .list-li:nth-child(2n) {
        margin-right: 0;
    }

    .article-box .top-title {
        width: 986px;
    }

    .list-ul {
        width: 1000px;
        text-align: left;
        /* margin: auto; */
    }
}

.color1 {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

.color4 {
    color: #999999;
    font-size: 14px;
    cursor: pointer;
}

.color2 {
    color: #999999;
    font-size: 14px;
    margin: 0 10px;
}

.color3 {

    font-size: 14px;
}

.icon-1 {
    text-align: center;
    margin-top: 30px;
}

.icon-1 img {
    cursor: pointer;
}

/* 详情 */
.deail-box {
    text-align: center;
    margin-top: 100px;
}

.article-deail {
    text-align: left;
    padding: 0 0px 50px;
    display: inline-block;
    margin: auto;
}

.article-deail .deail-content .left-content {
    margin-top: 30px;
    padding: 35px 30px;
    border-radius: 2px;
    background-color: #fff;
    float: left;
}

.article-deail .deail-content .left-content .deail-title {
    margin-bottom: 30px;
	max-width: 976px;

}

.article-deail .deail-content .left-content .title-name {
    font-size: 36px;

}

.article-deail .deail-content .left-content .title-btn {
    float: right;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #141A88;
    cursor: pointer;

}

.article-deail .deail-content .left-content .times {
    margin: 20px 0 40px;
    font-size: 14px;
    color: #999999;

}

.article-deail .deail-content .left-content .pre-text {
    font-size: 15px;
    color: #141a88;
    cursor: pointer;
    margin-top: 15px;
    text-align: left;
}

.article-deail .deail-content .left-content .img-box {
    width: auto;
    height: auto;
    text-align: center;
    margin-top: -3px;
}

.article-deail .deail-content .left-content .img-box img {
    width: 864px;
}

.article-deail .deail-content .left-content .next-text {
    font-size: 15px;
    color: #141a88;
    margin-top: 12px;
    cursor: pointer;
    text-align: left;
}

.clearfix:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.right-top {
    float: left;
    margin-left: 30px;
    margin-top: 28px;
    text-align: left;
}

.right-top .rank5 {
    font-size: 16px;
    font-weight: bold;
}

.right-top .top-article {

    width: 360px;
    margin-top: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e4e4e4;
}

.right-top .left-img {
    float: left;
}

.left-img img {
    width: 140px;
}

.right-top .left-text {
    float: left;
    text-align: left;
}

.right-top .left-text .title {
    width: 190px;
    margin-left: 10px;
    color: #333333;
}

.right-top .left-text .date {

    color: #999999;
    margin-left: 10px;
    margin-top: 14px;
}

.mt20 {
    margin-top: 20px;
}

.mask-log3 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8)
}

.up-log3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 300px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 2px;
}

.up-log3 .titlelog3 {
    position: relative;
    padding: 50px 20px 10px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    color: #303133;
}

.up-log3 .close-log3 {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.up-log3 .b-btn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.up-log3 .title-btn {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #141A88;
    cursor: pointer;
    margin-left: 20px;
}
/* 修改弹窗联系我们 */

.img-box {
    position: relative;
    width: 1202px;
    height: 3215px;
    margin: auto;
}

.up-mask {
    width: 100%;
}

.colose-box {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: -50px;
}

.close-log2 {
    position: absolute;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}


.btn-make {
    position: absolute;
    width: 391px;
    height: 50px;
    bottom: 80px;

    left: 408px;
    cursor: pointer;
}
.btn-make a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
