.head_top {
    width: 100%;
    line-height: 40px;
    background: #fff;
}

.head_top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_dete {
    font-size: 16px;
    color: #9E9E9E;
}

.top_link {
    display: flex;
    align-items: center;
}

.top_link .box {
    position: relative;
}

.top_link .box .name {
    font-size: 16px;
    color: #9E9E9E;
    cursor: pointer;
}

.top_link span {
    margin: 0 12px;
    color: #9E9E9E;
    display: block;
}

.top_link .box .img {
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    top: 95%;
    left: 50%;
    transform: translate(-50%);
    display: none;
    z-index: 11;
}

.top_link .box .img img {
    width: 110px;
    height: 110px;
}

.top_link .box:hover .img {
    display: block;
}

.top_link .box:hover .name {
    color: #A40007;
}

.header {
    width: 100%;
    position: relative;
    /* height: 335px;
    background: url(../img/headerBg.png) bottom right no-repeat;
    background-size: 100% 100%; */
}

.bgImg img {
    width: 100%;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.header h1 {
    max-width: calc(100% - 300px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header h1 img {
    height: 110px;
    max-width: 100%;
}

.search-form img {
    width: 100%;
}

.search .dete {
    font-size: 16px;
    color: #9E9E9E;
    text-align: right;
    margin-bottom: 16px;
}

.header .head {
    width: 62%;
    background: linear-gradient(270deg, #A40007 4%, #F1683C 50%, #A60208 100%);
    box-sizing: border-box;
    padding-right: 120px;
}

.search-form {
    margin-left: 25px;
    width: 236px;
    border-radius: 200px;
    position: relative;
}

.search-form input {
    border: none;
}

.search-form input.search-in {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    color: #CD878A;
    padding-left: 15px;
    outline: none;
    font-size: 15px;
    background: #FFE8E8;
    border-radius: 200px;
}

.search-form input.search-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    border: none;
    width: 17px;
    height: 18px;
    background: url(../img/ss.png) no-repeat;
}

/* Safari，Chrome WebKit browsers */
.search-form input::-webkit-input-placeholder {
    color: #CD878A;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search-form input:-moz-placeholder {
    color: #CD878A;
}

/* 火狐 Mozilla Firefox 19+ */
.search-form input::-moz-placeholder {
    color: #CD878A;
}

/* Internet Explorer 10+ */
.search-form input:-ms-input-placeholder {
    color: #CD878A;
}

.navigation {
    box-sizing: border-box;
    padding: 0 15px;
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav ul .nli {
    /* flex: 1; */
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav ul .nli h3 {
    width: 100%;
    height: 115px;
    line-height: 115px;
    text-align: center;
}

.nmain .nav ul .nli h3 {
    height: 90px;
    line-height: 90px;
}

.nav ul li h3 a {
    font-size: 23px;
    color: #fff;
}

.nav ul li.on a,
.nav ul li:hover a {
    font-weight: bold;
}

.nav .nli .sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    height: auto;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    display: none !important;
}

.nav .nli .sub li {
    width: 100%;
    line-height: 25px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.nav .nli .sub li a {
    color: #333;
    display: inline-block;
    font-size: 16px;
}

.nav .nli .sub li:hover {
    background: #EE1C25;
}

.nav .nli .sub li:hover a {
    color: #fff;
}

.navigation_sub {
    width: 100%;
    height: 265px;
    height: 325px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 50px;
    display: none;
    background: #F6F5F2;
    background: url(../img/navigation_sub-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.navigation_sub.bg {
    background: #fff;
}

.navigation_sub::after {
    content: '';
    width: 50%;
    height: 100%;
    display: inline-block;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.navigation_sub .item {
    display: none;
}

.navigation_sub .item.on {
    display: flex;
    height: 100%;
}

.navigation_sub .container1 {
    height: 100%;
}

.nav_sub_left {
    width: 50%;
    background: #F6F5F2;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.nav_sub_left .img img {
    width: 100%;
}

.nav_sub_right .name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #EF2429;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(240, 45, 45, .1);
}

.nav_sub_right .name.zzjg {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.nav_sub_right {
    width: 50%;
    box-sizing: border-box;
    padding: 25px;
    padding-left: 40px;
    /* background: rgba(255, 255, 255, 0.9); */
}

.item_zzjg .nav_sub_left {
    display: none;
}

.item_zzjg .nav_sub_right {
    width: 100%;
}

.nav_sub_left .img {
    width: 275px;
    position: relative;
    z-index: 9;
}

.nav_sub_left .desc {
    font-size: 16px;
    line-height: 30px;
    height: 150px;
    margin: 0 35px;
    flex: 1;
    opacity: .7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: justify;
}

.item_zzjg .nav_sub_left .desc {
    display: none;
}

.nav_sub_right ul {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nav_sub_right li {
    width: 20%;
    margin-bottom: 25px;
}

.nav_sub_right .zzjg li {
    width: calc((100% - 120px) / 6);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
    margin-right: 20px;
}

.nav_sub_right .zzjg li:nth-child(6n) {
    margin-right: 0;
}

.nav_sub_right .zzjg li a {
    font-size: 15px;
    width: 100%;
    display: block;
}

.nav_sub_right li a::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 3px solid #EF2C30;
    display: inline-block;
    left: 0;
    /* transform: translateX(-50%); */
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: -10px;
}

.nav_sub_right li a {
    font-size: 18px;
    color: #292929;
    position: relative;
}

.nav_sub_right li:hover a::before {
    width: 100%;
}

.nav_sub_right li:hover a {
    font-weight: bold;
    color: #F0282C;
}

.footer {
    width: 100%;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.banq {
    width: 100%;
    height: auto;
    background: #EE1C25;
}

.banq .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banq .text {
    flex: 1;
}

.banq .icon {
    width: 66px;
}

.banq p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.banq p br {
    display: none;
}

.foot {
    width: 100%;
    height: 274px;
    box-sizing: border-box;
    padding: 40px 0 20px 0;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_contact {
    margin-top: 30px;
}

.foot_contact .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 20px 0;
}

.foot_contact .box p {
    margin-right: 50px;
    font-size: 18px;
    color: #fff;
}

.foot_contact .box p img {
    height: 20px;
    margin-right: 10px;
}

.link_top {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(216, 216, 216, .2);
}

.link_top .name {
    font-size: 20px;
    color: #fff;
    margin-right: 110px;
    position: relative;
    cursor: pointer;
}

.link_top .name::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #E5C07F;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.link_top .name.on {
    color: #E5C07F;
    font-weight: bold;
}

.link_top .name.on::before {
    width: 100%;
}

.foot_left {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.foot_right {
    width: 52%;
    height: 214px;
}

.link_lsit .item {
    display: none;
}

.link_lsit .item.on {
    display: block;
}

.link_lsit ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 18px;
}

.link_lsit ul li a {
    color: #fff;
}

.link_lsit .item2 ul:last-of-type {
    justify-content: flex-start;
}

.link_lsit .item2 ul:last-of-type li {
    margin-right: 25px;
}

.rightFixed {
    width: 75px;
    position: fixed;
    right: 26px;
    bottom: 10%;
    z-index: 99;
    background: linear-gradient(180deg, #FCE2E2 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 0.5px solid #920F15;
    box-shadow: 0px 0px 24.83px 0px rgba(0, 0, 0, 0.15);
    border-radius: 200px;
    padding: 18px 10px;
}

.rightFixed .box {
    border-bottom: 1px solid rgba(146, 15, 21, .1);
    margin-bottom: 13px;
    padding-bottom: 13px;
}

.rightFixed .box5 {
    padding-bottom: 28px;
    border-bottom: 1px solid #920F15;
}

.rightFixed .box_top {
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.rightFixed .box .ico {
    text-align: center;
}

.rightFixed .box .ico img {
    width: 22px;
}

.rightFixed .box_top .ico img {
    width: 24px;
}

.rightFixed .box p {
    font-size: 13px;
    font-weight: bold;
    color: #920F15;
    margin-top: 8px;
    text-align: center;
}

.column-col2 {
    width: 130px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -35px;
}

.column-col2 .name {
    width: 70px;
    font-size: 38px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 60px;
}

.column-col2 .name::before {
    content: '';
    width: 6px;
    height: 78px;
    display: inline-block;
    background: #EE1C25;
    position: absolute;
    left: 0;
    top: 5px;
}

.column-col2 .name a {
    color: #2F2F2F;
    writing-mode: vertical-rl;
    text-decoration: none;
}

.column-col2 .title {
    margin-bottom: 80px;
}

.column-col2 .more img {
    width: 20px;
}

.column-col2 .more {
    margin-left: 30px;
}

/* -------------------  移动端 ------------------- */
.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: 999;
}

.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: #EE1C25;
    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 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;
}


.ftlogo img {
    height: 56px;
    max-width: 100%;
}


.nmain .content-nav {
    width: 100%;
    background: #EE1C25;
    position: relative;
}

.nmain .navigation_sub {
    position: absolute;
    left: 0;
    top: 100%;
}

.navigation_sub .container {
    height: 100%;
    position: relative;
    z-index: 9;
}


.sjj_nav .ul_list3 li {
    width: 48.5%;
    float: left;
    margin: 0;
    line-height: 21px;
    padding: 5px 0;
}

/* 组织机构弹窗 */
.modal2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68.48%;
    max-width: 1400px;
    background: url(../imgup/modal_bg.png) no-repeat center / cover;
    border-radius: 30px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.modal2 .modal-close {
    text-align: right;
}

.modal2 .modal-title {
    text-align: center;
    color: #EE1C25;
    line-height: 50px;
}

.modal2 .modal-desc {
    line-height: 50px;
    padding: 0 50px 100px;
}

.overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

@media screen and (min-width: 2260px) {}

@media screen and (max-width: 1820px) {}



@media screen and (max-width: 1630px) {
    .foot_contact .box p {
        font-size: 16px;
        margin-right: 25px;
    }

    .header h1 {
        max-width: 100%;
    }

    .header h1 img {
        height: 80px;
    }

    .ftlogo img {
        height: 42px;
    }



    .nav_sub_right .zzjg li a {
        font-size: 14px;
    }

    .nav_sub_right li a {
        font-size: 16px;
    }

    .dzzgk .text {
        padding: 35px 35px 35px 100px;
    }

    .nav_sub_right .zzjg li {
        width: calc((100% - 60px) / 6);
        margin-right: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .foot_left {
        width: 42%;
    }

    .foot_contact .box p {
        font-size: 14px;
        margin-right: 15px;
    }

    .foot_right {
        width: 58%;
    }

    .item .nav_sub_right {
        padding: 20px;
        padding-right: 100px !important;
    }

    .foot_contact .box {
        margin: 0;
    }

    .foot_contact .box p {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .nav_sub_right li {
        width: 25%;
    }

    .nav_sub_right .zzjg li:nth-child(6n),
    .nav_sub_right .zzjg li {
        width: calc((100% - 90px) / 5);
        margin-right: 15px;
    }

    .nav_sub_right .zzjg li:nth-child(5n) {
        margin-right: 0;
    }

    .nav_sub_right .zzjg li a {
        font-size: 12px;
    }

    .nav_sub_left .img {
        display: none;
    }


}

@media screen and (max-width: 1240px) {
    .mbheader {
        display: block;
    }

    .content-nav {
        display: none;
    }

    .rightFixed,
    .head_top,
    .header {
        display: none;
    }

    .font28 {
        font-size: 20px;
    }

    .font22 {
        font-size: 18px;
    }

    .font20 {
        font-size: 17px;
    }

    .font18 {
        font-size: 16px;
    }

    .font16 {
        font-size: 14px;
    }

    .container {
        width: 95%;
    }

    .foot_right {
        display: none;
    }

    .foot_left {
        width: 100%;
    }

    .nmain {
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .ftlogo img {
        max-width: 100%;
        height: auto;
    }

    .foot_contact .box {
        margin: 5px 0;
    }

    .foot_contact {
        margin-top: 15px;
    }

    .foot {
        padding: 15px 0;
    }

    .foot_contact .box p {
        width: 100%;
        font-size: 15px;
        margin: 0;
        line-height: 25px;
    }

    .banq p {
        width: 100%;
        flex: auto;
        font-size: 15px;
        line-height: 25px;
        text-align: center;
    }

    .banq p br {
        display: block;
    }

    .banq {
        padding: 15px 0;
        height: auto;
    }

    .banq .icon {
        margin: 0 auto;
    }
}