body {
    font-family: "Segoe UI", Segoe, Tahoma, Arial, Verdana, sans-serif !important;
    font-size: 16px;
    background-color: #f9f9f9;
}

.box {
    width: 100%;
}

.row {
    margin: 0;
}

#user-card {
    display: block;
    z-index: 6;
    position: absolute;
    top: 70px;
    right: 110px;
    width: 200px;
    height: 170px;
    padding: 10px 0;
    border-radius: 4px;
}

#user-card::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 6px;
    top: -6px;
    left: 97px;
    margin-left: -6px;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

#user-card .user-card_item {
    line-height: 36px;
    font-size: 14px;
    color: rgb(96, 98, 102);
    cursor: pointer;
    list-style: none;
    padding: 0px 20px;
    margin: 0px;
    outline: none;
}

.user-card_item_user {

}

.user-card_item_user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.user-card_item img {
    width: 18px;
    margin-top: -3px;
    margin-right: 5px;
}

.user-card_item:hover {
    background-color: #ecf5ff;
}

.box_container {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex_container {
    display: flex;
    align-items: center;
}

.box_header {
    background-color: #ffffff;
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*height: 60px;*/
    /*align-items: center;*/
}

.box_header .navbar-brand {
    /* padding: 9px 10px; */
	padding: 0 10px;
	display: inline-block;
	height: 52px;
}

.box_header a {
    color: #404040;
}

.box_header li {
    position: relative;
    display: block;
    padding: 15px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}

.box_header_logo img {
	/* height: 32px; */
    /* height: 52px; */
}

.box_footer_top {
    background: rgb(1, 84, 120);
    padding-top: 20px;
    color: #ffffff;
}

.route_item.isActive {
    border-bottom: 2px solid #0983B8;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.box_footer_top ._top {
    /*display: flex;*/
    /*align-items: center;*/
}

.box_footer_top ._top ul {
    display: flex;
    justify-content: space-around;
}

.box_footer_top ._top ul li {
    padding: 20px 0;
    cursor: pointer;
}

.box_footer_top ._top ul li.bottomLine {
    border-bottom: 2px solid #ffffff;
    cursor: auto;
}

.box_footer_top ._top p {
    text-align: center;
}

.box_footer_top ._top .wechar {
    text-align: center;
}

.box_footer_top ._top .wechar img {
    width: 100px;
    height: 100px;
    margin: 10px;
}

.box_footer_bottom {
    text-align: center;
    font-size: 15px;
    padding: 12px;
    background: rgb(243, 243, 243) !important;
    border-top: 1px solid rgb(236, 235, 235) !important;
}

.child_pane_header {
    background-image: url('../img/bannerD.jpg');
    background-attachment: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 20px;
    min-height: 270px;
}

.child_pane_header .title > p {
    font-family: "Microsoft YaHei";
    color: #ffffff;
    line-height: 1.5;
    font-size: 32px;
    text-align: center;
    /*padding: 15px 0;*/
}

.child_pane_header .des > p {
    font-family: "Microsoft YaHei";
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

/*!*关于我们*!*/
/*.aboutUs .child_pane_header {*/
/*background-image: url("../img/child_bg_5.png");*/
/*}*/

.aboutUs_tabs {
    position: relative;
    overflow: hidden;
}

.aboutUs_tabs_label {
    width: 200px;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 0 20px;
}

.aboutUs_tabs_label img {
    max-height: 44px;
}

.aboutUs_tabs_label_ul {
    padding: 60px 0 20px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.aboutUs_tabs_label_ul .aboutUs_tabs_label_li {
    font-size: 16px;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.aboutUs_tabs_label_li.isActive {
    color: #ffffff;
    background-color: rgba(9, 131, 184, 1);
}

.aboutUs_tabs_content {
    float: left;
    display: inline-block;
    width: calc(100% - 200px);
    padding: 60px 0 60px 20px;
    border-left: 1px solid #dddddd;
    min-height: 500px;
}

.aboutUs_tabs_content_title p {
    font-family: Microsoft YaHei;
    color: #333;
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}

.aboutUs_tabs_content_text, .tabs_introduction {
    color: rgba(136, 136, 136, 1);
    line-height: 1.7;
    font-size: 14px;
    text-align: left;
    padding: 40px 0;
}

/*.aboutUs_tabs_content_text p > span {*/
/*color: #236fa1;*/
/*}*/

.aboutUs_tabs_content_line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

#gallery {
    width: 80%;
    margin: 0 auto 30px;
}

#gallery .swiper-slide {
    text-align: center;
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
}

#gallery .swiper-slide img {
    /*min-width: calc(50%);*/
    max-width: 100%;
    /*height: calc(100%);*/
    height: 300px;
    border: 4px solid #7F2D00;
}

#thumbs {
    width: 90%;
    position: relative;
    margin: auto;
}


#thumbs .swiper-wrapper {
    height: 100px;
}

#thumbs .swiper-slide img {
    margin: 10px 0;
    width: 80%;
    height: 60px;
    border: 4px solid #7F2D00;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#thumbs .swiper-slide {
    text-align: center;
    width: 10%; /*设为固定值*/
}

#thumbs .swiper-slide .des p {
    color: rgb(153, 153, 153);
    text-align: center;
}

#thumbs .swiper-slide-thumb-active img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#thumbs .swiper-slide-thumb-active .imgMask {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.imgMask {
    opacity: 0;
    z-index: 2;
    position: absolute;
    top: 10px;
    left: 8px;
    width: 80%;
    height: 60px;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

#thumbs .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -40px;
    opacity: .5;
    color: #333333;
}

#thumbs .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -40px;
    opacity: .5;
    color: #333333;
}

.aboutUs_tabs_content_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.aboutUs_tabs_content_img li {
    padding: 14px;
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}

.tabs_partners .list__item {
    transition: all .5s linear;
    padding: 12px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    height: auto !important;
}

/*.tabs_partners .list__item:hover {*/
/*transform: translateY(-10px);*/
/*}*/

.tabs_partners .list__item-wrapper {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.tabs_partners .list__item-wrapper .img {
    border-radius: 0;
    position: relative;
    padding-top: 56%;
    overflow: hidden;
}

.tabs_partners .list__item-wrapper .do-img-cover {
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}

.tabs_partners .list__item-wrapper .img img {
    max-height: 100%;
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.aboutUs_tabs_content_img_warp {
    border: 1px solid rgba(128, 128, 128, 0.89);
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

.aboutUs_tabs_content_img_warp .img {
    position: relative;
    padding-top: 68%;
    overflow: hidden;
}

.aboutUs_tabs_content_img_warp .do-img-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutUs_tabs_content_img_warp .img img {
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.aboutUs_tabs_content_img_warp .text {
    padding: 10px 10px 10px 10px;
}

.aboutUs_tabs_content_img_warp .text .title p {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.aboutUs_tabs_content_img_warp .text .content {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    text-align: inherit;
}

/*联系我们*/

/*.contactUs .child_pane_header {*/
/*background-image: url('../img/child_bg4.jpg');*/
/*background-position: center -200px;*/
/*}*/

.contactUs_contact {
    padding: 100px 0;
}

.contactUs_contact_title {
    padding-bottom: 40px;
    text-align: center;
}

.contactUs_contact_title > p {
    color: rgb(51, 51, 51);
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold;
}

.list_company {
    padding-left: 50px;
}

.contactUs .list__item {
    /*box-shadow: rgba(0, 0, 0, 0.06) 0 0 16px 2px;*/
    /*padding: 15px 30px;*/
    background: rgb(255, 255, 255);
    border-radius: 0;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 1;
    overflow: hidden;
    flex: 1;
    margin: 15px;
    min-width: calc(50% - 30px);
    cursor: pointer;
}

.contactUs .list__item.isActive .title p {
    color: #0983B8;
}

.contactUs .list__item .title p {
    font-family: Microsoft YaHei;
    text-align: inherit;
    color: #666666;
    line-height: 1.5;
    font-size: 16px;
}

.contactUs .list__item .title p img {
    width: 20px;
    margin-right: 10px;
}

.contactUs .des p {
    color: rgb(152, 152, 152);
    font-size: 14px;
}

.notice_content .box_container {
    display: flex;
    justify-content: center;
}

.notice_content_wrapper {
    padding: 60px 20px;
    background: #FFFFFF;
    margin-top: -70px;
    border-radius: 10px;
    position: relative;
    min-height: 500px;
}

.notice_content_wrapper .tabs_title {
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}

.tabs_title > div {
    color: rgb(102, 102, 102);
    font-size: 15px;
    border-radius: 12px;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    margin-right: 24px;
    cursor: pointer;
}

.tabs_title > div.isActive {
    color: rgb(255, 255, 255);
    background: rgb(9, 131, 184);
    cursor: auto;
}

.tabs_item-wrapper {
    text-decoration: none !important;
    color: rgb(51, 51, 51) !important;
}

.tabs_wrapper__item .text {
    padding: 10px;
}

.tabs_wrapper__item .text .title p {
    color: rgb(51, 51, 51);
    font-size: 18px;
    line-height: 1.5;
    text-align: inherit;
}

.tabs_wrapper__item .text .des {
    color: rgb(153, 153, 153);
    font-size: 14px;
    line-height: 1.5;
    text-align: inherit;
}

.tabs_wrapper__item .text .apply-time {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
}

.tabs_wrapper_ul .downloadItem {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 10px;
}

.tabs_wrapper_ul .downloadItem img {
    height: 48px;
    width: 48px;
}

.tabs_wrapper_ul .downloadItem p {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    margin-top: 10px;
}

#many #gallery .swiper-slide .title p {
    text-align: center;
    font-size: 28px;
}

#many #gallery .swiper-slide {
    text-align: center;
    background-size: 100% 100%;
    width: 100%;
    height: auto !important;
}

#many #gallery .swiper-slide .des p, #many #thumbs .swiper-slide .des p {
    color: rgb(153, 153, 153);
    text-align: center;
}

.login_mark {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2000;
    background-color: rgba(0, 0, 0, .5);
}

.login_miniApp {
    width: 386px;
    max-width: 100%;
    height: 464px;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    position: fixed;
    z-index: 2001;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.login_miniApp_close {
    text-align: right;
}

.login_miniApp_close img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.login_miniApp_title {
    font-size: 25px;
    color: #333;
    font-weight: bolder;
    text-align: center;
}

.login_miniApp_qrcode {
    margin: 45px 0;
    text-align: center;
}

.login_miniApp_qrcode img {
    width: 188px;
    height: 188px;
}

.login_miniApp_bottom {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login_bottom_miniApp_img {
    width: 28px;
    height: 28px;
}

.login_miniApp_bottom_text_box {
    margin-left: 8px;
    /*height: 28px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.login_miniApp_bottom_text {
    font-size: 13px;
    color: #5b5b5b;
    line-height: 1;
}

.go_back {
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_go_back.png);
    background-position: 0 0;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.go_back:hover {
    background-image: url(../img/icon_go_back.png);
    background-position: 0 16px;
}

.timeline {
    position: relative;
    padding: 0 20px;
    list-style: none;
}

.timeline::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 2px;
    background-color: #0d5195;
}

.timeline::after {
    content: "";
    clear: both;
}

.timeline > li {
    position: relative;
    margin-bottom: 30px;
}

.timeline-item {
    position: relative;
    padding-left: 45px;
}

.timeline-item::before, .timeline-item::after {
    content: " ";
    display: table;
    clear: both;
}

.timeline-item .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 10px;
    height: 10px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 50%;
    background-color: #0d5195;
}

.timeline-badge.yearIcon {
    top: 0;
    left: 1px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #0d5195;
}

.timeline-badge img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: inherit;
}

.timeline-panel {
    position: relative;
    width: 100%;
}

.timeline-panel.floatL {
    text-align: right;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.timeline-panel .timeline-heading.year {
    font-size: 25px;
    line-height: 17px;
}

.timeline-panel .timeline-heading.year img {
    width: 18px;
    vertical-align: inherit;
    margin: 2px 5px 0;
    position: relative;
    top: 3px;
}

.timeline-panel .timeline-heading {
    font-size: 12px;
    color: #0d5195;
    margin: 0;
}


.timeline-panel .timeline-body {
    font-size: 12px;
    color: #666666;
    margin: 0;
}

.timeline-panel .timeline-body p {
    margin: 0;
}

.timeline-panel .timeline-body img {
    /*width: 20px;*/
    /*height: 20px;*/
    max-width: 100%;
    position: relative;
    /*top: -1px;*/
    margin: 5px;
}

.timeline-panel .timeline-body img.rotate {
    transform: rotateZ(180deg);
}

.timeline-panel .timeline-date {
    display: inline-block;
    width: 80px;
    color: #666666;
}

.timeline-panel .timeline-des {
    color: #999999 !important;
}

#forTheRecordNo1, #forTheRecordNo2 {
    color: #333;
}

@media screen and (max-width: 1400px) {
    .child_pane_header {
        padding: 70px 20px;
        min-height: 160px;
    }
}

@media screen and (max-width: 768px) {
    .box_container {
        padding: 0 10px;
    }

    .box_footer_top ._top {
        display: flex;
        flex-direction: column-reverse;
    }

    #systemBMenu {
        flex-wrap: wrap;
    }

    #systemBMenu .route_item {
        width: 49%;
        text-align: center;
    }

    .tabs_wrapper__item .text .title p {
        font-size: 16px;
    }

    .notice_content_wrapper .tabs_title {
        flex-wrap: wrap;
    }

    .tabs_title > div {
        width: 100%;
        text-align: center;
    }

    .aboutUs_tabs_label {
        width: 100%;
        text-align: center;
        display: block;
        float: none;
        margin: auto;
    }

    .contactUs .notice_content_wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutUs_tabs_content {
        border-left: none;
        padding-left: 0;
        width: 100%;
        float: none;
    }

    #gallery .swiper-slide {
        height: 200px;
    }

    /*#thumbs .swiper-wrapper {*/
    /*height: 120px;*/
    /*}*/
    /*#thumbs .swiper-slide img {*/
    /*height: 70px;*/
    /*}*/
    #thumbs .swiper-slide {
        width: 25%;
    }

    .imgMask {
        left: 5px;
    }

    #thumbs .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -18px;
    }

    #thumbs .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -17px;
    }
}
