.footer_new {
    width: 100%;
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-size: 16px;
}

.footer_new .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_left {
    width: 45%;
}

.foot_right {
    width: 45%;
}

.ftlogo img {
    height: 58px;
}

.contact {
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

.contact p {
    width: 100%;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}

.contact p img {
    height: 20px;
    margin-right: 8px;

}

.contact p:last-of-type {
    margin-bottom: 0;
}

.banq_new p {
    line-height: 30px;
    color: #fff;
}

.banq_new p br {
    display: none;
}

.banq_new p a {
    color: #fff !important;
}

.tab_head ul {
    width: 100%;
    display: flex;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(216, 216, 216, .2);
}

.tab_head ul li {
    margin-right: 60px;
    font-size: 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.tab_head ul li:last-of-type {
    margin: 0;
}

.tab_head ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    transition: all 0.5s ease-in-out;
}

.tab_head ul li.on {
    font-weight: bold;
}

.tab_head ul li.on::before {
    width: 100%;
}

.tab_count {
    width: 100%;
    margin-top: 10px;
}

.tab_count ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}

.tab_count ul.on {
    display: flex;
}

.tab_count ul li {
    width: 45%;
    line-height: 21px;
    margin: 10px 0;
}

.tab_count ul li a {
    color: #fff;
}

/* ---------------- */

.banner {
    width: 100%;
    position: relative;
}


.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: url(../images/mark.png) top center no-repeat;
    background-size: 100% 100%;
}

h1 img {
    height: 72px;
}

.fontImg img {
    height: 80px;
}

.fontImg .img2 {
    display: none;
}

.head_top {
    width: 100%;
    height: 150px;
}

.head_top .container {
    height: 100%;
    align-items: center;
}

.topLink2 {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.topLink2 a {
    color: #fff;
}

.topLink2 span {
    color: #fff;
    display: block;
    margin: 0 16px;
}

.searchBox2 {
    display: flex;
    align-items: center;
}

.search2 {
    margin-left: 20px;
    position: relative;
    width: 240px;
    height: 44px;
    border-radius: 5px;
}

.search2 input {
    border: none;
}

.search2 input.search-in {
    width: 240px;
    height: 44px;
    border-radius: 5px;
    line-height: 44px;
    box-sizing: border-box;
    color: #999;
    padding-left: 12px;
    font-size: 16px;
    outline: none;
    background: #fff;
}

.search2 input.search-btn {
    position: absolute;
    right: 12px;
    top: 15px;
    border: none;
    width: 15px;
    height: 15px;
    background: url(../images/ss.png) no-repeat;
    background-size: cover;
}

.search2 input::-webkit-input-placeholder {
    color: #999;
}

.search2 input:-moz-placeholder {
    color: #999;
}

.search2 input::-moz-placeholder {
    color: #999;
}

.search2 input:-ms-input-placeholder {
    color: #999;
}

/* ------------------------ */


h1 .logo-black {
    display: none;
}

.navigation_new {
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .25);
}



.navigation_new .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.nav_new {
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav_new a {
    color: #fff;
}

.nav_new .nLi {
    height: 65px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav_new .nLi::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    transition: all 0.5s ease-in-out;
}

.nav_new .nLi h3 {
    height: 65px;
    font-weight: normal;
}

.nav_new .nLi h3 a {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
}

.nav_new .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav_new .nLi:hover::before {
    width: 100%;
}

.nav_new .sub {
    width: 180%;
    top: 85%;
    position: absolute;
    background: linear-gradient(180deg, #D8E5FF 0%, #FFFAF0 84%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    line-height: 60px;
    left: -40%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 10px 0;
}

.nav_new .li_4 .sub {
    display: none;
}

.nav_new .sub li {
    line-height: 24px;
    box-sizing: border-box;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav_new .sub a {
    display: block;
    color: #2E2E2E;
    font-size: 16px;
}

.nav_new .sub a:hover {
    color: #1E58CD;
    font-weight: bold;
}

.nav_new .on h3 a {
    font-weight: bold;
}

.nav_new .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav_new .sub li:hover .three-nav {
    display: none;
}

/* -------------------  移动端 ------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 30px;
    /* max-width: 100%; */
}

.sp_header {
    height: 50px;
    background: #EE1C25;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #1E58CD;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: calc(100vh - 60px) !important;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    top: -10000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 13px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li.li_1018 .sp_nav_xjb,
.sjj_nav ul li.li_1018 ul {
    display: none;
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #EE1C25
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.sjj_nav ul li.li_1522 i,
.sjj_nav ul li.li_1522 ul {
    display: none;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #B30D1A !important;
    background-color: #B30D1A !important;
}

/* ----------------------------- */

.header_active .head_top {
    background: #fff;
}

.header_active .navigation_new {
    background: #1E58CD;
}

.header_active .navigation_new::before {
    display: none;
}

.header_active h1 .logo-black {
    display: block;
}

.header_active h1 .logo-white {
    display: none;
}

.header_active .fontImg .img2 {
    display: block;
}

.header_active .fontImg .img1 {
    display: none;
}

.header_active .search input.search-in {
    background: #F1F1F1;
}

.header_active .topLink2 span,
.header_active .topLink2 a {
    color: #666;
}

.header_active .search2 input.search-in {
    background: #F1F1F1;
}



@media screen and (min-width: 2260px) {}

@media screen and (max-width: 1630px) {
    .container {
        width: 85%;
    }
}

@media screen and (max-width: 1400px) {
    .nav .nLi h3 a {
        font-size: 16px;
    }

    .tab_head ul li {
        margin-right: 30px;
    }

    h1 img {
        height: 50px;
    }

    .fontImg img {
        height: 60px;
    }
}

@media screen and (max-width: 1240px) {
    .header {
        display: none;
    }

    .mbheader {
        display: block;
    }

    .font18 {
        font-size: 16px;
    }

    .padding-bottom-80 {
        padding-bottom: 30px;
    }

    .padding-top-80 {
        padding-top: 30px;
    }

    .padding-bottom-100 {
        padding-bottom: 40px;
    }

    .banner {
        padding-top: 60px;
    }

    .container {
        width: 95%;
    }

    .foot_right {
        display: none;
    }

    .foot_left {
        width: 100%;
    }



}

@media screen and (max-width: 768px) {
    .footer_new {
        font-size: 15px;
        padding: 25px 0;
    }

    .banq_new p br {
        display: block;
    }

    .ftlogo img {
        height: auto;
        max-width: 80%;
    }


}

.detailRight {
    top: 240px;
}