@charset "utf-8";
@import url(/qxfb/css/animate.css);

/* CSS Document */

.index {
    background: url(/qxfb/css/../images/first/index_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.index_top {
    height: 60px;
    text-align: right;
    overflow: hidden;
}

a.index_top_link {
    float: left;
    line-height: 60px;
    font-size: 14px;
    color: #FFF;
}

a.index_top_link img {
    margin-right: 5px;
}

.index_top a {
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    padding: 0 13px;
    position: relative;
    line-height: 70px;
}

.index_top a::after {
    width: 1px;
    height: 10px;
    content: '';
    background-color: #FFF;
    position: absolute;
    right: -1px;
    top: 30px;
}

.index_top a:last-of-type {
    padding-right: 0;
}

.index_top a:first-of-type {
    padding-left: 0;
}

.index_top a:first-of-type::after,
.index_top a:last-of-type::after {
    display: none;
}

.index_top a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.index_top_title h1 {
    display: block;
    font-size: 36px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.index_top_title div div {
    width: 550px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    background-color: #FFF;
    font-size: 0;
}

.index_top_title div div input {
    width: 93%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    padding-left: 10px;
    border: 0;
    vertical-align: top;
    box-sizing: border-box;
}

.index_top_title div div input::placeholder {
    font-size: 14px;
    color: #b8b8b8;
}

.index_top_title div div i {
    font-size: 22px;
    color: #3a549b;
    line-height: 42px;
    display: inline-block;
    margin-left: 1%;
    cursor: pointer;
}

.top_dh {
    background-color: #FFF;
    height: 60px;
    margin-top: 58px;
    margin-bottom: 12px;
    display: block;
    padding-top: 9px;
    box-sizing: border-box;
}

.top_dh ul {
    font-size: 0;
}

.top_dh li {
    display: inline-block;
    margin-right: 20px;
    width: calc((100% - 120px)/6);
}

.top_dh li:last-of-type {
    margin-right: 0;
}

.top_dh li a {
    font-size: 20px;
    color: #2f5db8;
    display: block;
    line-height: 51px;
    text-align: center;
}

.top_dh li a span {
    display: inline-block;
    padding: 0 26px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.top_dh li a:first-of-type span {
    width: 132px;
}

.top_dh li a:hover span,
.top_dh li a.hover span {
    background-color: #2f5db8;
    color: #FFF;
}

.dhtitle-fix {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0px 3px 3px #eeeeee;
    background-color: #FFF;
    z-index: 1001;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dhtitle-fix ul {
    font-size: 0;
    overflow: hidden;
}

.dhtitle-fix ul li {
    width: 20%;
    display: inline-block;
    text-align: center;
    position: relative;
}

.dhtitle-fix ul li a {
    font-size: 24px;
    line-height: 60px;
    color: #000;
    padding: 0 40px;
    display: inline-block;
    box-sizing: border-box;
    height: 60px;
    overflow: hidden;
}

.dhtitle-fix ul li a.hover,
.dhtitle-fix ul li a:hover {
    background-color: #2f5db8;
    color: #FFF;
}

.bottom-dh-box {
    background-color: #4e4e4e;
    line-height: 46px;
    position: relative;
    margin-top: 10px;
}

.bottom-dh-title {
    position: relative;
    font-size: 0;
    height: 46px;
}

.bottom-dh-title>div {
    width: 25%;
    display: inline-block;
}

.bottom-dh-title span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    position: relative;
}

.bottom-dh-title span::before {
    width: 1px;
    border: 0;
    left: -1px;
    content: '|';
    position: absolute;
}

.bottom-dh-title>div:last-of-type span::after {
    width: 1px;
    border: 0;
    right: 1px;
    content: '|';
    position: absolute;
}

.bottom-dh-title span i {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    vertical-align: text-top;
}

.bottom-dh-title span font {
    display: inline-block;
    height: 46px;
    cursor: pointer;
}

.bottom-dh-title>div.hover {
    background-color: #656565;
}

.bottom-dh-title>div.hover i {
    vertical-align: sub;
}

.bottom-dh-title>div.hover span::before {
    display: none;
}

.bottom-dh-title>div.hover span::after {
    display: none;
}

.bottom-dh-title>div.hover_after span::before {
    display: none;
}

.bottom-dh-title>div:nth-child(1) div {
    left: 0;
}

.bottom-dh-title>div:nth-child(2) div {
    left: -100%;
}

.bottom-dh-title>div:nth-child(3) div {
    left: -200%;
}

.bottom-dh-title>div:nth-child(4) div {
    left: -300%;
}

.bottom-dh-content {
    background-color: #656565;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .bottom-dh-box .layui-container,
    .bottom-dh-content .layui-container {
        width: 1230px !important;
    }
}

.bottom-dh-con {
    background-color: #656565;
    line-height: 26px;
    width: 1200px;
    position: relative;
    height: 0;
    overflow: hidden;
}

.bottom-dh-con ul {
    font-size: 0;
    padding-bottom: 15px;
    padding-top: 10px;
}

.bottom-dh-con ul li {
    display: inline-block;
    text-align: center;
    margin: 0px 15px;
}

.bottom-dh-con ul li a {
    color: #FFF;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ";
    display: block;
}

.bottom-dh-con ul hr {
    height: 0;
    background-color: transparent;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
}

.bottom-con-box {
    background-color: #2f5db8;
    display: block;
    overflow: hidden;
}

.bottom-con-box ul {
    display: block;
    margin: 42px auto;
    font-size: 0;
}

.bottom-con-box ul li {
    background-color: #3768c8;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
    height: 145px;
    box-sizing: border-box;
}

.bottom-con-box ul li.bottom-con {
    padding: 20px 10px 15px 15px;
    font-size: 14px;
    color: #FFF;
    line-height: 26px;
    border: 1px #668bce solid;
}

.bottom-con-box ul li.bottom-con:nth-of-type(2) {
    width: 307px;
}

.bottom-con-box ul li.bottom-con:nth-of-type(3) {
    width: 166px;
}

.bottom-con-box ul li.bottom-con p a {
    color: #FFF;
}

.bottom-con-box ul li.bottom-con p a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.bottom-con-box ul li.bottom-con div a {
    font-size: 14px;
    color: #FFF;
    line-height: 36px;
    display: inline-block;
    margin: 0 11px;
    position: relative;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(1) {
    margin-left: 0;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(2) {
    margin-right: 0;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(3) {
    margin-left: 0;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(4) {
    margin-right: 0;
}

.bottom-con-box ul li.bottom-con div a::after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: -13px;
    top: 11px;
    background-color: #FFF;
}

.bottom-con-box ul li.bottom-con div a:nth-of-type(2n):after {
    display: none;
}

.bottom-con-box ul li.bottom-con div a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.bottom-con-box ul li.bottom-con div a div {
    position: absolute;
    background-color: #FFF !important;
    width: 140px;
    padding-left: 10px;
    box-sizing: border-box;
    display: none;
}

.bottom-con-box ul li.bottom-con div a div i {
    position: absolute;
    font-size: 22px;
    top: -14px;
    left: 24px;
}

.bottom-con-box ul li.bottom-con div a div ul {
    margin: 0;
}

.bottom-con-box ul li.bottom-con div a div ul li {
    height: auto;
    background-color: transparent;
    margin-right: 0;
}

.bottom-con-box ul li.bottom-con div a div ul li:last-of-type {
    display: inline-block;
    padding-top: 0;
    float: none;
    height: auto;
}

.bottom-con-box ul li.bottom-con div a div ul li a {
    color: #2f5db8;
}

.bottom-con-box ul li.bottom-con div a div ul li a:hover {
    color: rgba(47, 93, 184, 0.8);
}

.bottom-con-box ul li.bottom-pic {
    padding: 20px 11px 0;
    border: 1px #668bce solid;
    width: 144px;
    text-align: left;
}

.bottom-con-box ul li.bottom-pic div i {
    display: inline-block;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: relative;
    margin-bottom: 4px;
}

.bottom-con-box ul li.bottom-pic div p {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.bottom-con-box ul li.bottom-pic div p span {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    margin-left: 8px;
    color: #FFF;
    width: 56px;
    height: 35px;
    text-align: justify;
    overflow: hidden;
}

.bottom-con-box ul li.bottom-pic div p span::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.bottom-con-box ul li.bottom-pic div p img {
    display: none;
    position: absolute;
    left: 8px;
    height: 70px;
    top: 5px;
    z-index: 1;
}

.bottom-con-box ul li.bottom-pic div:last-of-type p img {
    top: auto;
    bottom: -11px;
}

.bottom-con-box ul li.bottom-pic div a:hover * {
    color: rgba(255, 255, 255, 0.8);
}

.bottom-con-box ul li.bottom-pic div p:hover img {
    display: block;
}

.bottom-con-box ul li:last-of-type {
    float: right;
    background-color: transparent;
    padding-top: 40px;
    margin-right: 0;
}

.count {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    display: block
}

.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
}

@media screen and (max-width:768px) {
    body {
        background: none;
        background-color: #f6f6f6 !important;
    }
    .top_outer {
        background: url(/qxfb/css/../images/first/index_bg.png);
        background-position: top center;
    }
    .index_top_title {
        padding-bottom: 15px;
    }
    .index_top_title h1 {
        margin-top: 25px;
        font-size: 1.5rem;
    }
    .index_top_title div div {
        width: 100%;
        border-radius: 8px;
    }
    .index_top_title div div input {
        width: 90%;
        height: 30px;
        line-height: 30px;
    }
    .index_top_title div div i {
        font-size: 1.125rem;
        line-height: 30px;
        width: 10%;
        margin-left: 0;
        text-align: center;
    }
    .top_dh_box.layui-container {
        padding: 0;
    }
    .mobile-dh-left {
        position: absolute;
        left: 0;
        top: 1px;
        background: url(/qxfb/css/../images/first/mobile-dh-left.png);
        background-size: contain;
        height: 46px;
        display: none;
        width: 35px;
        z-index: 1;
    }
    .mobile-dh-right {
        position: absolute;
        right: 0;
        top: 1px;
        background: url(/qxfb/css/../images/first/mobile-dh-right.png);
        background-size: contain;
        height: 46px;
        display: block;
        width: 35px;
        z-index: 1;
    }
    .top_dh {
        padding: 10px 0;
        height: auto;
        margin-top: 0;
        border-top: 1px #FFF solid;
        background-color: #2f5db8;
    }
    .top_dh ul {
        overflow-y: scroll;
        white-space: nowrap;
        position: relative;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .top_dh ul::-webkit-scrollbar {
        display: none;
    }
    .top_dh li {
        width: auto;
    }
    .top_dh li a {
        font-size: 1.05rem;
        line-height: 25px;
        height: 25px;
        border-radius: 8px;
        color: #FFF;
    }
    .top_dh li a span {
        padding: 0 7px;
        width: auto;
    }
    .top_dh li a:first-of-type span {
        width: auto;
    }
    .mobile_bottomdh ul {
        font-size: 0;
    }
    .mobile_bottomdh ul li {
        display: inline-block;
        width: 50%;
        position: relative;
    }
    .mobile_bottomdh ul li span {
        text-align: center;
        font-size: 1.02rem;
        display: block;
        background-color: #4e4e4e;
        color: #FFF;
        line-height: 34px;
    }
    .mobile_bottomdh ul li span i {
        vertical-align: sub;
        display: inline-block;
        margin-left: 5px;
    }
    .mobile_bottomdh ul li p {
        display: none;
        position: absolute;
        background-color: #656565;
        width: 100%;
        height: 300px;
        overflow: hidden;
        z-index: 100;
        padding: 8px 0;
        bottom: 34px;
        left: 0;
        display: none;
    }
    .mobile_bottomdh ul li p a {
        font-size: 0.875rem;
        display: block;
        line-height: 24px;
        margin-bottom: 8px;
        text-align: center;
        color: #FFF;
    }
    .mobile_bottomdh ul li p .mCSB_inside>.mCSB_container {
        margin: 0 15px 0 8px;
    }
    .bottom-con-box ul {
        margin: 10px auto;
    }
    .bottom-con-box ul li {
        display: block;
        height: auto;
        text-align: center;
        margin: 0 auto;
        background-color: transparent;
    }
    .bottom-con-box ul li.bottom-con {
        padding: 0;
        font-size: 0.875rem;
        border: 0;
        line-height: 24px;
    }
    .bottom-con-box .layui-container {
        padding: 0 !important;
    }
    .bottom-con-box ul li:last-of-type {
        display: block !important;
        position: absolute;
        height: 120px;
        top: 30px;
        padding-top: 0;
        width: 100%;
    }
    .bottom-con-box ul li:last-of-type span:first-of-type {
        width: 66px;
        display: block;
        float: left;
        margin-right: auto;
        margin-left: 0;
    }
    .bottom-con-box ul li:last-of-type span:nth-of-type(2) {
        width: 66px;
        display: block;
        margin-right: 6px;
        margin-left: auto;
    }
    .bottom-con-box ul li:last-of-type span:nth-of-type(3) {
        width: 66px;
        display: block;
        margin-right: 6px;
        margin-left: auto;
        margin-top: 50px;
    }
    .bottom-con-box ul li:last-of-type img {
        width: 100%;
    }
	
    .leave-con {
        width: 95%;
    }
}
	
.bf-mobile-larger .bottom-con-box ul li:last-of-type,
.bf-mobile-bigger .bottom-con-box ul li:last-of-type {
    position: relative;
    display: flex;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    top: 0 !important;
}

.bf-mobile-larger .bottom-con-box ul li:last-of-type>span,
.bf-mobile-bigger .bottom-con-box ul li:last-of-type>span {
    display: inline-block;
    width: 30%;
    margin: 0;
}

.bf-mobile-larger .bottom-con-box ul li:last-of-type>span span:first-of-type,
.bf-mobile-bigger .bottom-con-box ul li:last-of-type>span span:first-of-type {
    width: 100%;
}