.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.header {
    position: relative;
    z-index: 99;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.head {
    width: 100%;
    height: 165px;
    background: url(../img/header-bg.jpg) center no-repeat;
    background-size: cover;
}

.head .layui-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


h1 img {
    height: 70px;
}

.fontImg img {
    height: 72px;
}

.topLink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    margin-bottom: 15px;
}

.topLink a {
    color: #414141;
}

.topLink span {
    color: #414141;
    display: block;
    margin: 0 8px;
}



.search {
    margin-left: 20px;
    position: relative;
    width: 240px;
    height: 44px;
    border-radius: 5px;
}

.search input {
    border: none;
}

.search 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;
}

.search input.search-btn {
    position: absolute;
    right: 12px;
    top: 15px;
    border: none;
    width: 15px;
    height: 15px;
    background: url(../img/ss.png) no-repeat;
    background-size: cover;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}

.navigation_new {
    width: 100%;
    position: relative;
    background: #B31D22;
}

.nav_new {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav_new a {
    color: #fff;
}

.nav_new .nLi {
    height: 55px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav_new .nLi::before {
    content: '';
    width: 22px;
    height: 14px;
    display: inline-block;
    background: url(../img/sjx.png) no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    transition: all 0.5s ease-in-out;
    display: none;
}

.nav_new .nLi h3 {
    height: 55px;
    font-weight: normal;
}

.nav_new .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}


.nav_new .nLi:hover::before {
    display: block;
}

.nav_new .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}


.nav_new .sub {
    width: 200%;
    top: 100%;
    position: absolute;
    background: linear-gradient(180deg, #F4D9D9 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    line-height: 60px;
    left: -50%;
    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: 8px 10px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav_new .sub a {
    display: inline-block;
    color: #2E2E2E;
    font-size: 16px;
    position: relative;
}

.nav_new .sub a::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #C91523;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    transition: all 0.5s ease-in-out;
}

.nav_new .sub a:hover {
    color: #C91523;
    font-weight: bold;
    box-sizing: border-box;
}

.nav_new .sub a:hover::before {
    width: 100%;
}

.nav_new .nLi:hover h3 a,
.nav_new .on h3 a {
    font-weight: bold;
    color: #FFD7A5;
}

.nav_new .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 120%;
    background: rgba(0, 0, 0, .4);
}

.nav_new .sub li:hover .three-nav {
    display: block;
}

.nav_new .sub li .three-nav a {
    color: #fff;
}

/* -------------------  移动端 ------------------- */
.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: #B30D1A;
    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;
}

/* --------------------------------------------- */

.footer {
    width: 100%;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.banq {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.banq {
    color: rgba(255, 255, 255, .7);
}

.banq p {
    line-height: 25px;
}

.banq p a {
    color: rgba(255, 255, 255, .7);
}

.banq p br {
    display: none;
}

.banq .layui-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.foot {
    width: 100%;
    padding: 35px 0;
}

.foot .layui-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_left {
    width: 47%;
}

.ftlogo img {
    height: 51px;
    max-width: 100%;
}

.foot_links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.foot_links {
    width: 53%;
}

.foot_links .box {
    width: calc((100% - 40px) / 3);
    cursor: pointer;
    position: relative;
}

.foot_links .box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .5);
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.foot_links .box h3::before {
    content: '';
    width: 16px;
    height: 7px;
    display: inline-block;
    background: url(../img/jt.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 19px;
}

.foot_links .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 11;
}

.foot_links .box:hover ul {
    display: block;
}


.foot_links .box ul li {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_links .box ul li:last-of-type {
    border: none;
}

.foot_links .box ul li a {
    color: #333;
    font-size: 16px;
}

.foot_links .box ul li .iconfont {
    font-size: 12px;
    color: #999;
}

.foot_links .box ul li:hover a {
    color: #B30D1A;
    font-weight: bold;
}

.foot_links .box ul li:hover .iconfont {
    color: #666;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
}

.contact .box {
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.contact .box:last-of-type {
    margin: 0;
}

.contact .box .icon {
    width: 40px;
    height: 40px;
    /* border: 1px dashed #fff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    position: relative;
}

.contact .box .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/contact-icon.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotategz linear 10s infinite;
}

.contact .box .icon span {
    font-size: 20px;
}

@keyframes rotategz {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

@media screen and (max-width: 1240px) {
    .layui-container {
        width: 95%;
        padding: 0;
    }

    .mbheader {
        display: block;
    }

    .header {
        display: none;
    }

    .foot_left {
        width: 100%;
    }

    .contact .box {
        margin-right: 20px;
    }

    .foot_links {
        display: none;
    }

    .foot,
    .banq {
        padding: 20px 0;
    }



}

@media screen and (max-width: 768px) {
    .contact .box {
        margin: 10px 0;
        font-size: 15px;
    }

    .banq .layui-container {
        justify-content: center;
    }

    .ftlogo img {
        height: auto;
    }

    .banq p br {
        display: block;
    }


    .banq p {
        font-size: 15px;
        text-align: center;
    }

}