@charset "utf-8";
@import url(/css/animate.css);

/* CSS Document */

body {
    font-family: "微软雅黑" !important;
    overflow-x: hidden;
    font-size: 0;
}

a {
    font-family: "微软雅黑";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
	text-decoration: none !important;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}


/* 首页右侧浮动导航开始 */

.right_fix_dh {
    position: fixed;
    top: 460px;
    right: 30px;
    z-index: 101;
}

.right_fix_dh .fix_close {
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -20px;
    color: #7f7f7f;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.right_fix_dh .fix_close:hover {
    color: #000;
}

.right_fix_dh li {
    display: block;
    width: 72px;
    margin-bottom: 10px;
    position: relative;
}

.right_fix_dh li i {
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 1px #999999 solid;
    box-sizing: border-box;
    color: #999999;
    border-radius: 100px;
    font-size: 28px;
    margin: 0 auto;
    background-color: #FFF;
}

.right_fix_dh li span {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #999999;
    margin-top: 5px;
}

.right_fix_dh li img {
    position: absolute;
    right: 71px;
    top: 0;
    width: 150px;
    display: none;
}

.right_fix_dh li:last-of-type img {
    bottom: 0;
    top: auto;
}

.right_fix_dh li p {
    position: absolute;
    right: 71px;
    bottom: 0;
    top: auto;
    width: 150px;
    background-color: #FFF;
    display: none;
    padding: 10px;
    box-sizing: border-box;
}

.right_fix_dh li:hover i {
    border: 1px #2f5db8 solid;
}

.right_fix_dh li:hover i,
.right_fix_dh li:hover span {
    color: #2f5db8;
}

.right_fix_dh li:hover img {
    display: block;
}

.right_fix_dh li:hover p {
    display: block;
}


/* 首页右侧浮动导航结束 */

@media screen and (min-width: 768px) {
    .layui-container {
        width: 95%;
    }
}

@media screen and (min-width: 992px) {
    .layui-container {
        width: 95%;
    }
}

@media screen and (min-width: 1230px) {
    .layui-container {
        width: 1230px;
    }
}

.t-center {
    text-align: center !important;
}

.t-left {
    text-align: left !important;
}

.t-right {
    text-align: right !important;
}

.p-indent {
    text-indent: 2em;
}

.p-position-r {
    position: relative;
}

.over_hidden {
    overflow: hidden !important;
}

.index_gray {
    background-color: #f6f6f6;
    overflow: hidden;
    display: block;
    width: 100%;
}

.leave {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.leave-con {
    width: 750px;
    height: 340px;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
}

.leave-close {
    text-align: right;
    font-size: 22px;
    color: #929292
}

.leave-close i {
    cursor: pointer
}

.leave-con h1 {
    font-size: 26px;
    line-height: 42px;
    margin-top: 28px
}

.leave-con hr {
    margin-top: 50px
}

.leave-con a {
    margin-top: 15px;
    width: 110px;
    font-size: 18px;
    color: #ad150f
}

.leave-con a:hover {
    color: #ad150f
}

.news_pic_list img {
    width: 94%;
    height: 161px;
    display: block;
    margin-left: 0;
    margin-bottom: 7px;
}

.news_pic_list a {
    display: block;
    position: relative;
}

.news_pic_list a span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    line-height: 32px;
    font-size: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 94%;
    color: #FFF;
}

.news_pic_list a h1 {
    font-size: 20px;
    min-height: 38px;
    line-height: 33px;
    color: #2f5db8;
}

.news_pic_list a p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 3px 0;
    color: #2f5db8;
}

.news_pic_list a font {
    font-size: 12px;
    color: #c4c4c4;
}

.news_pic_list a:hover h1 {
    color: rgba(47, 93, 187, 0.8);
}

.news-list {
    border-bottom: 1px #ededed solid;
    box-sizing: border-box;
}

.news-list a {
    font-size: 16px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 50px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 98%;
    display: block;
    line-height: 50px;
}

.news-list a:hover {
    color: #1b4e91
}

.news-list span {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 50px;
    display: block;
    text-align: right;
}

.index_title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
    position: relative;
}

.index_title a.more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #9d9d9d;
    font-weight: normal;
    line-height: 30px;
}

.index_title a.more i {
    font-size: 22px;
}

.location {
    line-height: 56px !important;
    font-size: 13px !important;
    color: #868686 !important;
}

.location a {
    transition: all .3s;
    -webkit-transition: all .3s;
    color: #868686 !important;
    line-height: 56px !important;
    font-size: 13px !important;
    margin-right: 0 !important;
    padding: 0 4px;
}

.sec-dh hr {
    margin: 0;
    height: 2px;
    width: 100%;
    background: url(/css/../images/first/sec_hr.png);
    margin-bottom: 20px;
}

.mobile-more {
    display: none !important;
}


/* 错误提示 */

.mail-wrong-tip {
    width: 300px !important;
    height: 240px !important;
}

.mail-wrong-tip .layui-layer-content i {
    color: #db7175;
    font-size: 2.1rem;
    border: 2px #db7175 solid;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    margin: 12px auto 15px;
}

.mail-wrong-tip .layui-layer-content {
    text-align: center;
    overflow: hidden !important;
    height: 100px !important;
}

.mail-wrong-tip .layui-layer-btn {
    margin-top: 10px;
    text-align: center;
}

.mail-loading {
    width: 258px !important;
    border-radius: 2px !important;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%) !important;
    background-color: #FFF !important;
    height: 45px;
}

.layui-layer-shade {
    opacity: 0.2 !important;
}

.mail-loading .layui-layer-loading0 {
    background-position: 3px 10.5px !important;
    width: 258px !important;
    padding-left: 70px;
    line-height: 45px;
    font-size: 18px;
    height: 45px !important;
}

@media screen and (max-width: 768px) {
    .mobile-more {
        display: block !important;
    }
    .mobile-more a {
        width: 100% !important;
        background-color: #fff6e6;
        border: 1px #dabc85 solid;
        box-sizing: border-box;
        padding: 0 !important;
        line-height: 35px !important;
        min-height: auto !important;
        text-align: center;
        color: #000;
        font-size: 1rem !important;
        margin-bottom: 15px;
        display: block;
        height: auto !important;
    }
    .news-list-box {
        overflow: hidden;
        background-color: #FFF;
        padding: 0 10px;
    }
    .news-list a {
        width: 100%;
        padding-top: 4px;
        height: auto;
        line-height: normal;
        padding: 15px 0;
        border-bottom: 1px #d6d6d6 solid;
        box-sizing: border-box;
        display: block;
        font-size: 1.02rem;
    }
    .index_title {
        border: 0 !important;
        box-sizing: border-box;
        padding-bottom: 0;
        height: auto;
        margin-top: 0;
        background-color: #FFF;
    }
    .index_title span {
        line-height: 35px;
        color: #000;
        font-size: 1.125rem;
        display: inline-block;
        padding: 15px 10px 0;
        text-align: left;
        font-weight: bold;
        margin: 0 8px 0 0;
        word-break: keep-all;
        height: 35px;
        min-width: 80px;
    }
    .index_title a.more {
        display: none;
    }
    .news_pic_list {
        height: 105px;
        border-bottom: 1px #d6d6d6 solid;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 0 15px;
    }
    .news_pic_list img {
        width: 90%;
        height: 90px;
    }
    .news_pic_list a h1 {
        font-size: 1.02rem;
        line-height: 24px;
        height: auto;
        padding-top: 0;
        font-weight: normal;
    }
    .news_pic_list a p {
        display: none;
    }
    .news_pic_list a font {
        display: none;
    }
    .backtop {
        position: fixed;
        right: 15px;
        bottom: 45px;
        width: 70px;
        height: 70px;
        line-height: 70px;
        color: #FFF;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        border-radius: 50px;
        z-index: 100;
    }
    .location {
        line-height: 32px !important;
        padding: 8px 0;
    }
    .location a {
        line-height: 24px !important;
    }
}

.bf-mobile-larger .location a {
    font-size: 20px !important;
}

.bf-mobile-bigger .location a {
    font-size: 22px !important;
}

.bf-mobile-bigger .layui-container,
.bf-mobile-larger .layui-container,
.bf-mobile-bigger.layui-container,
.bf-mobile-larger.layui-container {
    padding: 0 5px;
}