header {
    width: 100%;
    position: relative;
}

header .head {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 99;
}

header .container {
    position: relative;
    z-index: 99;
}

header .head::before {
    content: '';
    width: 100%;
    height: 303px;
    background: url(../img/mark.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
}

.head .top {
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 30px 0 20px 0; */
}

.tRight .tlink {
    text-align: right;
}

.tRight .tlink a {
    color: #fff;
}

.tRight .tlink span {
    color: #fff;
    margin: 0 5px;
}

.search {
    position: relative;
    margin-top: 15px;
}

.search input {
    border: none;
}

.search input.search-in {
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-radius: 90px;
    box-sizing: border-box;
    color: #fff;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.38);
}

.search input.search-btn {
    position: absolute;
    right: 10px;
    top: 11px;
    border: none;
    width: 21px;
    height: 21px;
}

.search input.ss1 {
    display: block;
}

.search input.ss2 {
    display: none;
}

.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input:-moz-placeholder {
    color: #fff;
}

.search input::-moz-placeholder {
    color: #fff;
}

.search input:-ms-input-placeholder {
    color: #fff;
}


.navigation {
    width: 100%;
    /* height: 30px;z */
    position: relative;
    z-index: 99;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    flex: 1;
    float: left;
    height: 60px;
    display: inline;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.nav .nLi.on::before,
.nav .nLi:hover::before {
    content: '';
    width: 60%;
    left: 20%;
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 25px;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.nav .sub {
    opacity: 0;
    visibility: hidden;
    width: 120%;
    top: 90%;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: -10%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.nav .sub::before {
    content: '';
    width: 14px;
    height: 7px;
    background: url(../img/sub-ico.png) no-repeat;
    display: inline-block;
    position: absolute;
    top: -7px;
    left: calc((100% - 14px) / 2);
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub li .ico {
    width: 5px;
    height: 9px;
    background: url(../img/jt-ico1.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 15px;
}

.nav .sub li:hover .ico {
    background: url(../img/jt-ico2.png) no-repeat;
}

.nav .sub a {
    display: block;
    color: #3D3D3D;
    font-size: 16px;
}

.nav .sub li:hover {
    background: #C80000;
}

.nav .sub li:hover a {
    color: #fff;
}

.nav .on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
}

.nav .nLi.on h3 a,
.nav .nLi:hover h3 a {
    color: #fff;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}


/* -------------------------------------- */

.nheader .navigation {
    width: 100%;
    height: 60px;
    background: #C80000;
    display: flex;
    align-items: center;
}

.nheader .search input.search-in {
    border: 1px solid #C80000;
    color: #999;
}

.nheader .search input::-webkit-input-placeholder {
    color: #999;
}

.nheader .search input:-moz-placeholder {
    color: #999;
}

.nheader .search input::-moz-placeholder {
    color: #999;
}

.nheader .search input:-ms-input-placeholder {
    color: #999;
}

.nheader .tRight .tlink a,
.nheader .tRight .tlink span {
    color: #C80000;
}

.nheader .head .top {
    background: url(../img/topBg.png) right center no-repeat;
    background-position-x: 73%;
}

header .homeHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.homeHeader .top {
    height: auto;
    padding: 30px 0 5px 0;
}

/* -------------------------------------- */

main {
    width: 100%;
    background: url(../img/mainBg.png) center top no-repeat;
    background-size: cover;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-slide .banText {
    position: absolute;
    /* left: auto; */
    /* right: auto; */
    width: 1032px;
    height: 168px;
    background: url(../img/banTextBg.png) center no-repeat;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 168px;
    letter-spacing: 0.07em;
    z-index: 9;
    left: calc((100% - 1032px) / 2);
}

.banlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banlist .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    z-index: 99;
}

.banlist .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #CA1523;
}


.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.column .more {
    font-size: 16px;
    color: #999;
}

.column .more span {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #C80000;
    display: inline-block;
    margin-left: 8px;
}

.column .title {
    display: flex;
    align-items: center;
}

.column .title .name {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.column .title .en {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(153, 153, 153, 0.8);
}

.advImg img {
    width: 100%;
    height: auto;
}

.newLeft {
    width: 59.5%;
    box-sizing: border-box;
    padding-right: 40px;
}

.newLeft .boxlist {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.newLeft .boxlist .box {
    width: calc((100% - 20px) / 2);
    position: relative;
}

.newLeft .boxlist .box .dete {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newLeft .boxlist .box .dete .d {
    font-size: 18px;
}

.newLeft .boxlist .box .dete .y {
    font-size: 10px;
    margin-top: 6px;
}

.newLeft .boxlist .box:hover .title {
    color: #AD0714;
}


.boxlist .box .picImg img {
    width: 100%;
    height: 217px;
    aspect-ratio: 16/9;
}


.newLeft .boxlist .box .title {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding: 0 25px;
    line-height: 30px;
    border: 1px solid #DEDEDE;
    display: flex;
    align-items: center;
    color: #3D3D3D;
}

.newLeft li.n {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.newLeft li.n::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 10px;
}

.newLeft li.n:last-child {
    margin-bottom: 0;
}

.newLeft li.n a {
    color: #3D3D3D;
    display: inline-block;
    width: calc(100% - 90px);
}

.newLeft li.n .dete {
    width: 90px;
    text-align: right;
    color: rgba(153, 153, 153, 0.8);
}

.newLeft li.n:hover::before {
    background: #CA1523;
}

.newLeft li.n:hover a {
    color: #CA1523;
}



.tzgg,
.xsdt {
    width: calc((100% - 40px) / 2);
}

.tzgglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgglist .box {
    width: calc((100% - 22px) / 2);
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 21px;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 5px solid #CA1523;
}

.tzgglist .box:nth-child(5),
.tzgglist .box:nth-child(6) {
    margin-bottom: 0;
}

.tzgglist .box .dete {
    color: #999;
}

.tzgglist .box .title {
    color: #333;
    margin: 15px 0;
    line-height: 24px;
    height: 24px;
}

.tzgglist .box .desc {
    color: #999;
    line-height: 24px;
    height: 72px;
}

.tzgglist .box:hover {
    background: #CA1523;
}

.tzgglist .box:hover .dete,
.tzgglist .box:hover .title {
    color: #fff;
}

.xsdtlist {
    box-sizing: border-box;
    padding: 25px 40px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.xsdtlist .box {
    margin-bottom: 36px;
    padding-bottom: 36px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px dashed rgba(200, 0, 0, 0.27);
}

.xsdtlist .box.last {
    padding-bottom: 0;
    border: none;
}

.xsdtlist .box:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.xsdtlist .box .title {
    color: #3D3D3D;
    line-height: 30px;
    height: 30px;
}

.xsdtlist .box .desc {
    margin: 10px 0;
    color: #999;
    line-height: 20px;
    height: 20px;
}

.xsdtlist .box .dete {
    color: rgba(153, 153, 153, 0.6);
    margin-top: 5px;
}

.xsdtlist .box:last-child {
    margin-bottom: 0;
}

.xsdtlist .box:hover .title {
    color: #CA1523;
}

.xsdtlist .box:hover .dete,
.xsdtlist .box:hover .desc {
    color: #666;
}

.tzgglist .box:hover .desc {
    color: rgba(255, 255, 255, 0.78);
}

.szdwSlide .swiper-slide .img img {
    width: 100%;
    height: 436px;
    aspect-ratio: 3/4;
}

.szdwSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.szdwSlide .swiper-slide .title {
    position: absolute;
    bottom: 25px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    z-index: 99;
}

.szdwSlide .swiper-slide::before {
    content: '';
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.szdwSlide .swiper-slide:hover::before {
    background: linear-gradient(180deg, rgba(255, 73, 87, 0) 0%, rgba(158, 8, 19, 0.6196) 100%);
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newRight {
    width: 40.5%;
}

.newRight li.f {
    width: 100%;
    padding-bottom: 34px;
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: 27px;
}

.newRight li.f a {
    display: flex;
    align-items: center;
}

.newRight li.f .dete {
    width: 93px;
    height: 95px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.newRight li.f .dete .d {
    color: #CA1523;
    font-size: 24px;
}

.newRight li.f .dete .y {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.newRight li.f .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.newRight li.f .text .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.newRight li.f .text .desc {
    line-height: 30px;
    color: #999;
    height: 60px;
}

.newRight li.f:hover .title {
    color: #AD0714;
}

.newRight li.n {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.newRight li.n.last {
    margin-bottom: 0;
}

.newRight li.n::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 10px;
}

.newRight li.n:last-child {
    margin-bottom: 0;
}

.newRight li.n a {
    color: #3D3D3D;
    display: inline-block;
    width: calc(100% - 90px);
}

.newRight li.n .dete {
    width: 90px;
    text-align: right;
    color: rgba(153, 153, 153, 0.8);
}

.newRight li.n:hover::before {
    background: #CA1523;
}

.newRight li.n:hover a {
    color: #CA1523;
}


/* --------------------- */
footer {
    width: 100%;
    height: 225px;
    background: #CA1523;
    background: linear-gradient(180deg, #CA1523 0%, #AD0714 100%);
}

footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .banq {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.8);
}

footer .banq a {
    color: rgba(255, 255, 255, 0.8) !important;
}

footer .code img {
    width: 118px;
    height: 118px;
    background: #fff;
    padding: 5px;
}

footer .code p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

footer .fright {
    display: flex;
}

.ftlink {
    margin-top: 10px;
}

.ftlink .box {
    width: 197px;
    height: 46px;
    background: rgba(158, 8, 19, 0.62);
    margin-right: 48px;
    position: relative;
}

.ftlink .box h3 {
    color: #DFDFDF;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 20px;
    background: url(../img/link-ico.png) center right no-repeat;
    background-position-x: 157px;
}

.ftlink .box ul {
    background: #fff;
    position: absolute;
    bottom: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    z-index: 999;
}

.ftlink .box ul li {
    width: 100%;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px dashed #efefef;
}

.ftlink .box ul li a {
    color: #333;
}

.ftlink .box ul li:hover a {
    color: #AD0714;
}

.ftlink .box:hover ul {
    opacity: 1;
    visibility: visible;
}

.nydt img {
    width: 100%;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.nmain .lnav {
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #E2E2E2;
    margin-bottom: 40px;
}

.lnav .name {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #FB201D;
    background: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%);
    font-size: 36px;
    color: #fff;
    /* font-weight: bold; */
    border-bottom: 3px solid #F1A65F;
}

.lnav .list a {
    width: 100%;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #333;
    text-align: center;
    border-top: 1px solid #E2E2E2;
}

.lnav .list a.first {
    border: none;
}

.lnav .list a:hover,
.lnav .list a.on {
    color: #C80000;
}

.nmain .lcontent {
    flex: 1;
    box-sizing: border-box;
    padding-left: 40px;
}


.textlist .box {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 28px;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .desc {
    color: #999;
    line-height: 21px;
    height: 21px;
    margin: 13px 0;
}

.textlist .box .dete {
    color: #999;
}

.textlist .box:hover {
    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%);
    border: 1px solid #C80000;
}

.textlist .box:hover .title {
    color: #C80000;
}

.textlist .box:hover .desc {
    color: #666;
}

.textlist .box:hover .dete {
    color: #C80000;
}

.crumbs {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

.crumbs-name {
    font-size: 30px;
    color: #444;
}

.crumbs-list {
    display: flex;
    align-items: center;
}

.crumbs-list,
.crumbs-list a,
.crumbs-list span {
    color: #3D3D3D;
    font-size: 16px;
}

.crumbs-list span:last-child {
    display: none;
}

.crumbs-list p a:last-child {
    color: #C80000;
}

.list-page {
    width: 100%;
    height: 40px;
    margin: 40px 0;
    text-align: center;
}

.piclist .box {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    padding: 20px;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist .box .img {
    width: 280px;
}

.piclist .box .img img {
    width: 100%;
    height: 158px;
}

.piclist .box .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.piclist .box .text .title {
    color: #3D3D3D;
}

.piclist .box .text .desc {
    color: #999;
    line-height: 28px;
    height: 56px;
    margin: 10px 0 20px 0;
}

.piclist .box .text .dete {
    display: flex;
    align-items: center;
    color: #999;
}

.piclist .box .text .dete>div {
    margin-right: 20px;
}

.piclist .box .text .dete>div img {
    position: relative;
    top: -3px;
    margin-right: 5px;
}

.piclist .box:hover {
    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%);
    border: 1px solid #C80000;
}

.piclist .box:hover .title {
    color: #AD0714;
}

.piclist .box:hover .desc {
    color: #666;
}

.picture .ul {
    display: flex;
    flex-wrap: wrap;
}

.picture .ul .box {
    width: calc((100% - 63px) / 3);
    margin-bottom: 20px;
}

.picture .ul .box:nth-child(3n-1) {
    margin: 0 30px;
}

.picture .ul .box .img {
    overflow: hidden;
}

.picture .ul .box .img img {
    width: 100%;
    height: 197px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .ul .box .title {
    color: #333;
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #CBCBCB;
    border-top: none;
}

.picture .ul .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .ul .box:hover .title {
    color: #AD0714;
}

.tealist .ul {
    display: flex;
    flex-wrap: wrap;
}

.tealist .ul .box {
    width: calc((100% - 132px) / 4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.tealist .ul .box:nth-child(4n+2),
.tealist .ul .box:nth-child(4n+3) {
    margin-left: 32px;
    margin-right: 32px;
}

.tealist .ul .box .img {
    overflow: hidden;
}

.tealist .ul .box .img img {
    width: 100%;
    height: 315px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tealist .ul .box .title {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #3D3D3D;
}

.tealist .ul .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist .ul .box:hover .title {
    background: #C80000;
    color: #fff;
}




.detail {
    box-sizing: border-box;
    padding: 30px 126px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    text-align: center;
    margin: 13px 0 33px;
    color: #999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.detail .timer>div {
    margin: 0 5px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 20px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 10px 0;
}

.detail-page {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 10px 0;
}

.detail-page .box {
    width: 50%;
}

.detail-page .box a {
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.detail-page .box a:hover {
    color: #BB1900;
}

.danye .dtl {
    padding: 0;
    border: none;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.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;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 100%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    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: #FB201D;
    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: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    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: 14px
}

.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: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #CA1523 !important;
    background-color: #CA1523 !important;
}

/* ------------------------------------------- */

.yjsjyTxt .crumbs {
    margin-top: -130px;
    height: 90px;
}

.yjsjyTxt .crumbs .crumbs-name {
    width: 260px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #FB201D 0%, #BE1C03 100%);
}



.yjsjyTxt .crumbs-list,
.yjsjyTxt .crumbs-list a,
.yjsjyTxt .crumbs-list span {
    color: #fff;
}


.column-dictionary .col-line1,
.column-dictionary .col-line2,
.column-dictionary .col-line3,
.column-dictionary .col-line4 {
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.column-dictionary .col-line1 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
}

.column-dictionary .col-line1 span {
    display: inline-block;
    margin: 0 30px;
    color: #D8D8D8;
}

.column-dictionary .col-line2 a {
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.column-dictionary .col-line2 span {
    display: inline-block;
    margin: 0 30px;
    color: #D8D8D8;
}

.column-dictionary .col-line3 a {
    font-size: 16px;
    color: #333;
    margin-right: 70px;
}

.column-dictionary .col-line4 a {
    color: #666;
    margin-right: 30px;
    display: inline-block;
    padding: 7px 20px;
}

.column-dictionary .col-line4 a.on,
.column-dictionary .col-line4 a:hover {
    color: #C80000;
    border-radius: 90px;
    box-sizing: border-box;
    border: 1px solid #C80000;
}

.column-dictionary .col-line3 a.on,
.column-dictionary .col-line3 a:hover {
    border-bottom: 1px solid #333;
}

.column-dictionary .col-line1 a.on,
.column-dictionary .col-line2 a.on {
    color: #AD0714;
}

.column-dictionary .col-line1 a:hover,
.column-dictionary .col-line2 a:hover {
    color: #AD0714;
}


/* --------------- */
.banText {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, .4);
    z-index: 99;
}

.banText .list {
    display: flex;
    align-items: center;
    height: 100%;
}

.banText .list .box {
    margin-right: 4%;
}

.banText .list .box p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}

.banText .list .box img {
    transition: transform 0.3s;
}

.banText .list .box:hover img {
    transform: rotate(360deg);
    transition: transform 0.3s;
}

 .banText .list .box a {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

@media screen and (max-width: 768px) {
   

    .banText .list .box p {
        font-size: 14px;
    }

    .banText .list .box img {
        max-height: 25px;
    }
}











