/*#region 头部*/


/* 头部start */

header {
    width: 100%;
    /* height: 100px; */
    position: relative;
}

header .headerTop {
    width: 100%;
    height: 71px;
    background-image: url(../img/bz5.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

header .headerTop img {
    width: 93.5%;
    margin: 12px auto 28px;
}

header .headerBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93.5%;
    height: 32px;
    margin: 10px auto 14px;
}

header .headerBottom .nav {
    width: 16px;
    height: 16px;
    margin-right: 3%;
}

header .headerBottom .search {
    flex: 1;
    height: 32px;
    position: relative;
    margin-left: 10px;
}

header .headerBottom .search input {

    width: 100%;
    height: 100%;
    background: rgba(190, 18, 26, 0.10);
    box-shadow: 0px 0px 3px 0px rgba(101, 1, 1, 0.5);
    border-radius: 25px;
    padding-left: 20px;
    box-sizing: border-box;
}

header .headerBottom .search input:first-child::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 1);
}

header .search-left {
    position: absolute;
    top: 5px;
    left: 84%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40px;
    height: 20px;
    line-height: 20px;
}

header .search-left .sx img {
    width: 2px;
    height: 19px;
}

header .search-left .ss img {
    width: 16px;
    height: 16px;
}

/* 头部end */
/*#endregion 头部*/



/*#region 轮播*/

.banner {
    width: 93.5%;
    height: 270px;
    margin: 0 auto;
    border-radius: 11px;
    border: 1px solid #FFFFFF;
    margin-bottom: 20px;
}

.slideBox2 {
    width: 100%;
    height: 270px;
    border-radius: 11px;
    position: relative;
}

.slideBox2 .hd {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    text-align: right;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin: 0 auto;
    margin-right: 15px;
}

.slideBox2 .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    transition: all ease-out 0.5s;
}

.slideBox2 .hd ul li.on {
    width: 20px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
}

.slideBox2 .bd {
    width: 100%;
    height: 270px;
    border-radius: 11px;
    overflow: hidden;
}

.slideBox2 .bd ul {
    width: 100%;
    height: 270px;
    /* overflow: hidden; */
}

.slideBox2 .bd li {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.slideBox2 .bd img {
    width: 100%;
    height: 270px;
    border-radius: 11px;
    transition: all ease-out 0.5s;
}

.slideBox2 .bd ul li p {
    /* width: 573px; */
    width: 100%;
    height: 40px;
    background-color: rgba(158, 10, 17, 0.3);
    position: absolute;
    bottom: 0px;
    color: #fff;
    line-height: 40px;
    text-indent: 1em;
    overflow: hidden;
    font-size: 16px;
    transition: all ease-out 0.5s;
    /* border-radius: 11px; */
    /* border: 1px solid #FFFFFF; */
}

.slideBox2 .bd ul li:hover p {
    color: #FFFFFF;
}

/*#endregion 轮播*/


.common {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #BE121A;
    box-sizing: border-box;
}

.common .common-left {
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
}

.common .common-left .red-line {
    width: 4px;
    height: 24px;
    margin-top: 6px;
    margin-right: 10px;
    background-color: #BE121A;
    border-radius: 5px;
}

.common .common-left .updates a {

    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.common .common-right {
    height: 36px;
    line-height: 36px;
}

.common .common-right a {
    font-size: 16px;
    color: #666666;
    line-height: 21px;
}




/*#region 内容*/
.notice {
    width: 93.5%;
    margin: 0 auto;
}

.notice .notice-title {
    width: 100%;
    line-height: 48px;
    background-color: rgba(212, 55, 54, 0.04);
    padding-left: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
}

.notice .notice-title a {
    height: 32px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}



.talent {
    width: 93.5%;
    margin: 10px auto 8px;
}

.talent .talent-title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.talent .talent-title img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    vertical-align: middle;
    opacity: 0.5;
}

.talent .talent-title a {
    height: 24px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.talent .talent-title a:active {
    color: #BE121A;
}

.talent .talent-title:active img {
    opacity: 1;
}



.nav-logo {
    width: 93.5%;
    padding: 20px 0;
    border-radius: 17px;
    box-sizing: border-box;
    margin: 16px auto 16px;
    height: 240px;
    background-image: url(../img/01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.nav-logo .nav-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 23px;
}

.nav-logo .nav-top a {
    width: 96px;
}

.nav-logo .nav-top a img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 10px;

}

.nav-logo .nav-top a p {
    height: 16px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    text-align: center;
}



/* 服务大厅 */

.service {
    width: 93.5%;
    /* height: 240px; */
    margin: 0 auto;
    padding: 0 7px 1px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(212, 55, 54, 0.04);
}

.service .dating img {
    width: 265px;
    height: 66px;
    margin: 3px auto 27px;
}

.service .nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.service .nav-list a {
    width: 70px;
}

.service .nav-list img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 12px;
}

.service .nav-list p {
    height: 16px;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    text-align: center;
}


/*#endregion 内容*/



/*#region 底部*/

footer {
    width: 100%;
    height: 95px;
    margin-top: 16px;
    background-color: #BE121A;
    padding: 16px 5px;
    box-sizing: border-box;
}

.footer-top,
.footer-center,
.footer-bottom {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    opacity: 0.7;
}

.footer-bottom span a {
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
}



.cbl {
    width: 80%;
    height: 400px;
    background-color: #FFFFFF;
    /* position: absolute; */
    top: 0px;
    bottom: 0px;
    background-color: #333;
    width: 300px;
    left: 0;
    z-index: 2;
    /* transform: translate3d(-300px, 0, 0); */
    transition: all 0.2s ease-in-out;
}

.cbl ul {
    width: 100%;
    height: 100%;
}

.cbl ul li {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    background-color: #c47070;
    /* text-align: center; */
}





.cf::before,
.cf::after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden
}

.cf::after {
    clear: both
}

.wrapper {
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    top: 85px;
    left: 3.8%;
}

#main-nav {
    display: none
}

header {
    position: relative;
}

header h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px;
    padding-bottom: 8px
}

header h2 {
    max-width: 680px;
    margin: auto;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 30px
}

header .git {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px 4px 0;
    font-size: 15px;
    font-weight: 400;
    color: #fffce1;
    background: #54b9cb;
    transition: background-color .15s ease-in-out
}

header .git:hover {
    background: #4CA8B9
}

header .git:hover svg {
    border-color: #54b9cb
}

header .git svg {
    width: 15px;
    height: 15px;
    fill: #fffce1;
    position: relative;
    top: 2px;
    padding: 0 10px;
    margin-right: 10px;
    border-right: 1px solid #4daabb;
    transition: border-color .15s ease-in-out
}

header .toggle {
    position: absolute;
    cursor: pointer;
    display: none;
    top: 20px;
    z-index: 9980;
    min-height: 24px;
    position: relative;
    top: auto;
    left: auto;
    float: left;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 20px;
    padding-left: 55px;
    line-height: 24px;
}

header .toggle span {
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

header .toggle span,
header .toggle span::before,
header .toggle span::after {
    position: absolute;
    left: 0;
    height: 2px;
    background: #d43736;
    transition: all .1s ease
}

header .toggle span::before,
header .toggle span::after {
    content: '';
    width: 100%
}

header .toggle span::before {
    top: -10px
}

header .toggle span::after {
    bottom: -10px
}

header .toggle.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

header .toggle.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

header .toggle.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

header .toggle:hover span,
header .toggle:hover span::before,
header .toggle:hover span::after {
    background: #dab977
}

header .toggle div {
    display: inline-block;
    margin-right: 15px
}



html.hc-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    overscroll-behavior: none
}

.hc-mobile-nav.is-ios * {
    cursor: pointer !important
}

.hc-mobile-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 240px;
    max-width: 100%;
    height: 100%;
    transition: transform .4s ease
}

.hc-mobile-nav .nav-wrapper {
    width: 100%
}

.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
    position: static;
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-mobile-nav .first-nav .nav-close {
    display: none;
}

.hc-mobile-nav li {
    position: relative;
    display: block
}

.hc-mobile-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-mobile-nav input[type="checkbox"] {
    display: none
}

.hc-mobile-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-mobile-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-mobile-nav a,
.hc-mobile-nav a:hover {
    text-decoration: none
}

.hc-mobile-nav.disable-body:not(.nav-open)::after {
    pointer-events: none
}

.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease
}

.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-mobile-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none
}

.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease
}

.hc-mobile-nav.nav-levels-overlap ul ul {
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto
}

.hc-mobile-nav.nav-levels-overlap ul ul li {
    width: 95%;
    margin: 0 auto;
}

.hc-mobile-nav.nav-levels-overlap ul ul .nav-back {
    width: 100%;
    margin: 0 auto;
}

.hc-mobile-nav.nav-levels-overlap ul ul li {
    border-bottom: 1px solid #d4d4d4;
}

.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
    position: static;
    border-bottom: 1px solid #d4d4d4;
    width: 95%;
    margin: 0 auto;
}

.hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transition: transform .4s ease
}

.hc-mobile-nav.side-left {
    left: 0
}

.hc-mobile-nav.side-left .nav-container {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
    transform: translate3d(-40px, 0, 0)
}

.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-mobile-nav.side-right {
    right: 0
}

.hc-mobile-nav.side-right .nav-container {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
    transform: translate3d(40px, 0, 0)
}

.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-mobile-nav.nav-open .nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    display: none;
    top: 20px;
    z-index: 9980;
    min-height: 24px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495E;
    transition: all .2s ease
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.3)
}

.hc-mobile-nav .nav-wrapper {
    background: #f8f8f8
}

.hc-mobile-nav.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2)
}

.hc-mobile-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 20px 15px;
    color: #000;
    text-align: center;
    background-color: #fff;
}

.hc-mobile-nav a {
    padding: 14px 17px;
    font-size: 15px;
    color: #000;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}

.hc-mobile-nav:not(.touch-device) a:hover {
    background: #31679e
}

.hc-mobile-nav li {
    text-align: left;
    /* border-bottom: 1px solid #d4d4d4; */
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    background: #ffffff;
    border-top: 1px solid #b9b9b9;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background: #2b5c8d
}

.hc-mobile-nav li.nav-parent a {
    padding-right: 58px
}

.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease
}

.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.hc-mobile-nav li.nav-close span::before {
    margin-left: -9px;
    transform: rotate(135deg)
}

.hc-mobile-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

/* .hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
    border-left: 1px solid #2c5d8f
} */

.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform-origin: center;
}

.hc-mobile-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.hc-mobile-nav.side-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hc-mobile-nav.side-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a {
    font-size: 14px
}

.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li {
    transition: background-color .3s ease
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #2f649a
}

.hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(225deg)
}


/*#endregion 底部*/