.header {
    width: 100%;
}

.header h1 {
    width: 55.7%;
}

.header h1 img {
    width: 100%;
}

.header .container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_text .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
}

.search_text .text a {
    color: #999;
}

.header .search {
    position: relative;
}

.header .search input.search-in {
    width: 306px;
    height: 52px;
    border-radius: 5px;
    line-height: 52px;
    box-sizing: border-box;
    border: 1px solid #CB181E;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-weight: bold;
}

.header .search input.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    background: url(../img/ss.png) center no-repeat #CB181E;
}

.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 {
    width: 100%;
    background: #CB181E;
    position: relative;
    z-index: 99;
}

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    flex: 1;
    height: 80px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi.last {
    margin: 0;
}

.nav .nLi h3 {
    height: 80px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 22px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 80px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0px;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #AF0E13;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .nLi.on,
.nav .nLi:hover {
    background: #AF0E13;
}

.nav .nLi.on a,
.nav .nLi:hover a {
    font-weight: bold;
}

.nav .nLi:hover .sub {
    display: block;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 42px;
}

.banlist .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 8px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #CB181E;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 96px;
    top: calc((100% - 96px) / 2);
}

.banlist .swiper-prev {
    background: url(../img/prev-ico-on.svg) center no-repeat;
    background-size: cover;
}

.banlist .swiper-next {
    background: url(../img/next-ico-on.svg) center no-repeat;
    background-size: cover;
    left: auto;
    right: 96px;
}

.banlist .swiper-prev:hover {
    background: url(../img/prev-ico.svg) center no-repeat;
}

.banlist .swiper-next:hover {
    background: url(../img/next-ico.svg) center no-repeat;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 50px 0;
    border-top: 1px solid rgba(216, 216, 216, .5);
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.column .title {
    width: 352px;
    height: 86px;
    border-radius: 0px 0px 150px 0px;
    background: #CB181E;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 40px;
}

.column .title .name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}

.new_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newSlide {
    width: 66.6%;
    height: 100%;
    position: relative;
}

.newSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.newSlide .swiper-slide img {
    width: 100%;
    height: 720px;
    /* aspect-ratio: 16 / 9; */
    object-fit: cover;
}

.newSlide .swiper-slide .tt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 35px 40px;
}

.newSlide .swiper-slide .title {
    width: 90%;
    color: #fff;
    line-height: 30px;
    height: 30px;
}

.newSlide .swiper-slide .dete {
    width: 184px;
    height: 58px;
    line-height: 58px;
    background: #CB181E;
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.newSlide .swiper-pagination {
    position: absolute;
    bottom: 40px;
    right: 25px;
}

.newSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 8px;
    opacity: 1;
}

.newSlide .swiper-pagination-bullet-active {
    background: #CB181E;
}

.newlist {
    width: 33.4%;
    background: linear-gradient(270deg, #FFEFEF 0%, #FFFFFF 100%);
    box-sizing: border-box;
    padding: 0 42px;
}

.newlist .box {
    width: 100%;
    border-bottom: 1px dashed #D8D8D8;
    padding: 17px 0 30px 0;
}

.newlist .box5 {
    border: none;
}

.newlist .box .dete {
    color: rgba(153, 153, 153, 0.5);
}

.newlist .box .title {
    color: #333;
    margin: 12px 0;
    line-height: 30px;
    height: 30px;
}

.newlist .box .more {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.newlist .box:hover .dete {
    color: #EA9310;
}

.newlist .box:hover .title {
    color: rgba(197, 23, 29, 0.9216);
    font-weight: bold;
}


.newlist .box:hover .more {
    left: 20px;
    transition: all 0.5s ease-in-out;
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.png) center no-repeat #CB181E;
}

.llxx_xzjy,
.fzyd_wmxy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.llxy,
.szjy {
    width: 47.24%;
}

.column2 .title {
    background: #fff;
}

.column2 .title .name {
    color: #BF1318;
}








.fzyd {
    width: 48.4%;
}

.fzydlist .box {
    width: 100%;
    height: 137px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 36px;
    box-sizing: border-box;
    padding: 0 30px;
}

.fzydlist .box.last {
    margin: 0;
}

.fzydlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.fzydlist .box .dete {
    min-width: 70px;
    margin-right: 35px;
}

.fzydlist .box .d {
    color: #CB181E;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.fzydlist .box .y {
    font-size: 16px;
    color: #CB181E;
    margin-top: 10px;
    text-align: center;
}

.fzydlist .box .title {
    color: #333;
    line-height: 30px;
    height: 30px;
}

.fzydlist .box .desc {
    color: #999;
    margin-top: 10px;
    line-height: 26px;
    height: 26px;
}

.fzydlist .box:hover {
    background: #CA0008;
}

.fzydlist .box:hover .d,
.fzydlist .box:hover .y,
.fzydlist .box:hover .title {
    color: #fff;
}

.fzydlist .box:hover .desc {
    color: #fff;
    opacity: .8;
}

.wmxy {
    width: 48.2%;
}

.wmxylist li.f {
    width: 100%;
    height: 246px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-left: 6px solid #CB181E;
    box-sizing: border-box;
    padding: 20px 40px;
    margin-bottom: 25px;
}

.wmxylist li.f a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wmxylist li.f .title {
    color: #3D3D3D;
    line-height: 39px;
    height: 30px;
}

.wmxylist li.f .desc {
    color: #999;
    margin: 15px 0 30px 0;
    line-height: 37px;
    height: 74px;
}

.wmxylist li.f .deter {
    width: 100%;
    display: flex;
    align-items: center;
    color: #999;
}

.wmxylist li.f .dete {
    margin-right: 30px;
}

.wmxylist li.f .deter img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.wmxylist li.f:hover .title {
    color: #CA0008;
}

.wmxylist li.f:hover .desc {
    color: #666;
}

.wmxylist li.n {
    width: 100%;
    padding: 38px 0;
    border-bottom: 1px dashed rgba(179, 4, 4, 0.2);
}

.wmxylist li.last {
    padding-bottom: 0;
    border: none;
}

.wmxylist li.n a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wmxylist li.n .title {
    color: #3D3D3D;
    box-sizing: border-box;
    position: relative;
    padding-left: 25px;
    width: calc(100% - 105px);
    line-height: 30px;
    height: 30px;
}

.wmxylist li.n .title::before {
    content: '';
    width: 7px;
    height: 7px;
    background: #CB181E;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
}

.wmxylist li.n .dete {
    color: rgba(153, 153, 153, 0.8);
    min-width: 105px;
    text-align: right;
}

.wmxylist li.n:hover .title {
    color: #CB181E;
}

.wmxylist li.n:hover .dete {
    color: #999;
}

.szjylist li.f {
    margin-bottom: 38px;
}

.szjylist li.f a {
    display: flex;
    flex-wrap: wrap;
}

.szjylist li.f .img {
    width: 43.5%;
}

.szjylist li.f .img img {
    width: 100%;
    height: 236px;
    /* aspect-ratio: 16/9; */
}

.szjylist li.f .tt {
    flex: 1;
    background: url(../img/szjyBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 25px 30px;
}

.szjylist li.f .title {
    color: #fff;
}

.szjylist li.f .desc {
    line-height: 28px;
    height: 56px;
    color: #fff;
    margin: 20px 0 40px 0;
    opacity: .8;
}

.szjylist li.f .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.szjylist li.f .dete {
    color: #fff;
    opacity: .8;
}

.szjylist li.f .dete img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.szjylist li.f .more {
    width: 114px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #EA9310;
}

.szjylist li.n {
    width: 100%;
    height: 60px;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}



.szjylist li.last {
    margin-bottom: 0;
}

.szjylist li.n a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.szjylist li.n .title {
    color: #333;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    line-height: 25px;
    height: 25px;
    width: calc(100% - 90px);
}

.szjylist li.n .title::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #CB181E;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.szjylist li.n .dete {
    color: #BF1318;
    min-width: 90px;
    text-align: right;
}

.szjylist li.n:hover {
    background: #EA9310;
}

.szjylist li.n:hover .title {
    color: #fff;
    font-weight: bold;
}

.szjylist li.n:hover .dete {
    color: #fff;
}

.szjylist li.n:hover .title::before {
    background: #fff;
}

.llxxSlide {
    position: relative;
}

.llxxSlide .swiper-slide {
    box-sizing: border-box;
    padding-left: 22px;
    height: 220px;
}

.llxxSlide .swiper-slide a {
    width: 100%;
    height: 100%;
    background: #fff url(../img/llxy-ico.png) right bottom no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: calc(100% - 10px);
    box-sizing: border-box;
    padding: 35px 40px 35px 100px;
}

.llxxSlide .swiper-slide .dete {
    width: 92px;
    height: 90px;
    background: rgba(234, 147, 16, 0.88);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 40px;
}

.llxxSlide .swiper-slide .dete .d {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.llxxSlide .swiper-slide .dete .y {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.llxxSlide .swiper-slide .title {
    color: #333;
    line-height: 40px;
    height: 80px;
}

.llxxSlide .swiper-slide .xian {
    width: 200px;
    height: 0;
    border-bottom: 1px solid #999;
    display: inline-block;
    opacity: 0.6;
    margin: 16px 0;
}

.llxxSlide .swiper-slide .more {
    color: #999;
}

.llxxSlide .swiper-slide:hover .dete {
    background: linear-gradient(270deg, rgba(203, 24, 30, 0.9) 0%, rgba(255, 59, 64, 0.9) 100%);
}

.llxxSlide .swiper-slide:hover a {
    /* background: #EA9310; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #EA9310 url(../img/llxy-ico.png) right bottom no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: calc(100% - 10px);
}

.llxxSlide .swiper-slide:hover .title,
.llxxSlide .swiper-slide:hover .more {
    color: #fff;
}

.llxxSlide .swiper-slide:hover .xian {
    border-bottom: 1px solid #fff;
}


.content2 {
    padding-bottom: 197px;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bg.png) center center no-repeat;
    background-size: cover;
}

.llxxSlide .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 78px;
}

.llxxSlide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    margin: 0 7px;
    background: none;
    opacity: 1;
}

.llxxSlide .swiper-pagination-bullet-active {
    background: #fff;
}

.llxxSlide .swiper-prev,
.llxxSlide .swiper-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    margin-top: 52px;
    cursor: pointer;
    z-index: 99;
}

.llxxSlide .swiper-prev {
    background: url(../img/prev-ico-w.svg) center no-repeat;
    left: 35%;
}

.llxxSlide .swiper-next {
    background: url(../img/next-ico-w.svg) center no-repeat;
    right: 35%;
}

.llxxSlide .swiper-prev:hover {
    background: url(../img/prev-ico.svg) center no-repeat;
}

.llxxSlide .swiper-next:hover {
    background: url(../img/next-ico.svg) center no-repeat;
}


.content4 {
    width: 100%;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 50px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(216, 216, 216, .5);
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.tabHead .title {
    display: flex;
    align-items: center;
}

.tabHead .title .box {
    width: 352px;
    height: 86px;
    border-radius: 0px 0px 150px 0px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 40px;
    cursor: pointer;
}

.tabHead .title .box.active {
    background: #fff;
}

.tabHead .title .box.active .name {
    color: #BF1318;
}

.tabHead .title .box .img1 {
    display: block;
}

.tabHead .title .box .img2 {
    display: none;
}

.tabHead .title .box.box.active .img1 {
    display: none;
}

.tabHead .title .box.box.active .img2 {
    display: block;
}

.tabHead .title .name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-left: 10px;
}

.tabHead .more a {
    display: none;
}

.tabHead .more a.active {
    display: block;
}

.tabCount .item {
    display: none;
}

.tabCount .item.active {
    display: block;
}

.item_list {
    display: flex;
    flex-wrap: wrap;
}

.item_list .box {
    width: calc((100% - 84px) / 3);
    height: 200px;
    background: #fff url(../img/mtjj-ico.png) right bottom no-repeat;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-right: 42px;
    margin-bottom: 42px;
    box-sizing: border-box;
    padding: 0 42px;
    position: relative;
}

.item_list .box:nth-child(3n) {
    margin-right: 0;
}

.item_list .box .dete {
    width: 165px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #EA9310;
    position: absolute;
    left: 0;
    top: 0;
}

.item_list .box .title {
    color: #333;
    margin-bottom: 40px;
    line-height: 30px;
    height: 30px;
    margin-top: 75px;
}

.item_list .box .more {
    color: #999;
}

.item_list .box:hover {
    background: #fff url(../img/mtjj-ico2.png) right bottom no-repeat;
}

.item_list .box:hover .dete {
    background: linear-gradient(270deg, #CA0006 2%, #FF0007 100%);
}

.item_list .box:hover .title {
    color: #CA0006;
    font-weight: bold;
}

/* ------------------------- */

.picslide2 {
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden; */
    /* padding-bottom: 190px; */
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 13.8%;
}

.picslide2 .swiper-slide {
    width: 1396px;
    width: 73%;
}

.picslide2 .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
    position: relative;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    /* height: 780px; */
    object-fit: cover;
    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;
}

.picslide2 .swiper-slide .tt {
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    display: flex;
    align-items: flex-end;
}

.picslide2 .swiper-slide .title {
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}


.picslide2 .swiper-slide-active .tt {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.picslide2 .swiper-slide-active: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);
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 76px;
    height: 76px;
    position: absolute;
    top: calc((100% - 76px) / 2);
    z-index: 99;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    border-radius: 50%;
}

.picslide2 .swiper-next {
    right: 11.5%;
    background: url(../img/next-xyly.svg) no-repeat;
    background-size: cover;
}

.picslide2 .swiper-prev {
    left: 12%;
    background: url(../img/prev-xyly.svg) no-repeat;
    background-size: cover;
}


/* ---------------------------------------------- */

.footer {
    width: 100%;
    height: 326px;
    background: #CB181E;
}

.footer .container {
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
}

.footer .codes {
    display: flex;
}

.footer .codes .img {
    margin-left: 35px;
}

.footer .codes img {
    width: 128px;
    height: 128px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
}

.footer .codes .img p {
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.banq p {
    color: #fff;
    line-height: 45px;
}

.banq p br {
    display: none;
}

.banq a {
    color: #fff !important;
}

.nydt img {
    width: 100%;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    margin: 50px 0;
}

.crumbs .name {
    width: auto;
    height: 86px;
    line-height: 86px;
    text-align: center;
    border-radius: 0px 0px 150px 0px;
    background: #CB181E;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding: 0 45px 0 25px;
}

.crumbs .list {
    color: #999;
    font-size: 22px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.crumbs .list a {
    color: #999;
}

.textlist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist .box {
    width: calc((100% - 50px) / 2);
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 40px 50px;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 30px;
    height: 30px;
}

.textlist .box .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    margin: 25px 0 45px 0;
}

.textlist .box .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist .box .dete {
    color: #999;
}

.textlist .box .xian {
    flex: 1;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #CB181E;
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

.textlist .box .xian::before {
    content: '';
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url(../img/xian-ico.png) center no-repeat;
    position: absolute;
    left: -8px;
    top: -6px;
    z-index: 9;
}

.textlist .box .more {
    width: 130px;
    height: 40px;
    color: #CB181E;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
    box-sizing: border-box;
    border: 1px solid #CB181E;
}

.textlist .box:hover {
    box-shadow: 0px 0px 20px 0px rgba(203, 24, 30, 0.15);
}

.textlist .box:hover .title {
    color: #CB181E;
    font-weight: bold;
}

.textlist .box:hover .desc {
    color: #666;
}

.textlist .box:hover .dete {
    color: #CB181E;
}

.textlist .box:hover .more {
    background: #CB181E;
    color: #fff;
}

.list-page {
    width: 100%;
    line-height: 30px;
    height: 30px;
    display: block;
    margin: 50px 0;
}

.textlist .list-page {
    margin-top: 0;
}

.piclist .box {
    width: 100%;
    height: 315px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 50px;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.piclist .box .img {
    width: 360px;
}

.piclist .box .img img {
    width: 100%;
    height: 215px;
    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;
}

.piclist .box .dete {
    width: 93px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-right: 25px;
}

.piclist .box .xian {
    width: 100%;
    height: 0;
    border-bottom: 1px solid #CB181E;
    position: relative;
}

.piclist .box .xian::before {
    content: '';
    width: 15px;
    height: 14px;
    display: inline-block;
    background: url(../img/xian-ico.png) center no-repeat;
    position: absolute;
    left: -8px;
    top: -6px;
    z-index: 9;
}

.piclist .box .d {
    font-size: 28px;
    color: #999;
    margin-top: 15px;
}

.piclist .box .y {
    font-size: 16px;
    color: #999;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 10px 0 0 30px;
}

.piclist .box .title {
    color: #3D3D3D;
    line-height: 30px;
    height: 30px;
}

.piclist .box .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    margin: 30px 0;
}

.piclist .box .more {
    width: 130px;
    height: 40px;
    color: #CB181E;
    text-align: center;
    line-height: 40px;
    border-radius: 90px;
    box-sizing: border-box;
    border: 1px solid #CB181E;
}

.piclist .box:hover .title {
    color: #CB181E;
    font-weight: bold;
}

.piclist .box:hover .desc {
    color: #666;
}

.piclist .box:hover .more {
    background: #CB181E;
    color: #fff;
}

.piclist .box:hover .d {
    font-weight: bold;
}

.piclist .box:hover .d,
.piclist .box:hover .y {
    color: #CB181E;
}

.piclist .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_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.picture_top .left {
    width: 66%;
}

.picture_top .left .box,
.picture_top .left .box a,
.picture_top .left .box .img,
.picture_top .left img {
    height: 100%;
}

.picture_top .right {
    width: 31.35%;
}

.picture_top .box {
    position: relative;
}

.picture_top .box .img {
    overflow: hidden;
}

.picture_top .box .img img {
    width: 100%;
}

.picture_top .right .box {
    margin-bottom: 36px;
}

.picture_top .right .box3 {
    margin: 0;
}

.picture_top .right .box .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 77px;
    line-height: 77px;
    background: rgba(0, 0, 0, 0.63);
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
}

.picture_top .left .box .tt {
    width: 73.5%;
    position: absolute;
    bottom: 0;
    height: 137px;
    background: rgba(202, 0, 8, 0.69);
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    color: #fff;
}

.picture_top .left .box .dete {
    min-width: 65px;
    text-align: center;
}

.picture_top .left .box .d {
    font-size: 24px;
    text-align: center;
}

.picture_top .left .box .y {
    font-size: 16px;
}

.picture_top .left .box .title {
    line-height: 23px;
    height: 23px;
    margin-bottom: 10px;
}

.picture_top .left .box .desc {
    line-height: 23px;
    height: 23px;
    opacity: .8;
}

.picture_top .left .box .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
}

.picture_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.picture_list .box {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 50px;
}

.picture_list .box:nth-child(3n) {
    margin-right: 0;
}

.picture_list .box .img {
    overflow: hidden;
    position: relative;
}

.picture_list .box .img img {
    width: 100%;
    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_list .box .deter {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 45px 30px 25px 30px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
}

.picture_list .box .dete img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.picture_list .box .tt {
    box-sizing: border-box;
    border-left: 1px solid #CB181E;
    padding: 5px 20px;
}

.picture_list .box .title {
    line-height: 40px;
    height: 80px;
    color: #333;
}

.picture_list .box:hover .deter {
    background: linear-gradient(180deg, rgba(203, 24, 30, 0) 0%, rgba(203, 24, 30, 0.78) 100%);
}

.picture_list .box:hover .title {
    font-weight: bold;
    color: #CB181E;
}

.picture_list .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 .list-page {
    margin-top: 0;
}

.detail {
    width: 71.2%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 80px 145px;
}

.detail .title {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #3D3D3D;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 45px 0;
}

.detail .dtl p {
    font-size: 20px;
    line-height: 35px;
    color: #3D3D3D;
}

.detail .dtl p,
.detail .dtl p span {
    line-height: 1.5 !important;
    font-family: SimSun, "宋体", serif !important;
    font-size: 20px !important;
    color: #3d3d3d !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.detail-page .box {
    width: 100%;
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 1px;
    background: #CB181E;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    color: #676767;
    font-size: 18px;
}

.detail-page .box:hover a {
    color: #CB181E;
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 20px 0;
}

.detail .timer .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #999;
    font-size: 18px;
}

.detail .timer .left>div {
    margin-right: 30px;
}

.share {
    zoom: 1;
    display: flex;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin-left: 14px;
}

.share a i {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/detail-wx.png") center center no-repeat;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/detail-wb.png") center center no-repeat;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 0;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: 140%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.xgxw_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 28px;
}

.xgxw_col .name {
    width: 224px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 0px 0px 150px 0px;
    background: #CB181E;
    display: inline-block;
}

.xgxwlist {
    width: calc(28.8% - 50px);
    background: linear-gradient(270deg, #FFEFEF 0%, #FFFCFC 100%);
    margin-bottom: 50px;
}

.xgxwlist .list {
    box-sizing: border-box;
    padding: 20px 40px;
}

.xgxwlist .box {
    width: 100%;
    padding: 27px 0;
    border-bottom: 1px dashed #D8D8D8;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.xgxwlist .box:last-of-type {
    border: none;
}

.xgxwlist .box .dete {
    color: rgba(153, 153, 153, 0.5);
}

.xgxwlist .box .title {
    color: #333;
    line-height: 35px;
    height: 70px;
    margin-top: 5px;
}

.xgxwlist .box:hover .dete {
    color: #EA9310;
}

.xgxwlist .box:hover .title {
    font-weight: bold;
    color: rgba(197, 23, 29, 0.9216);
}

.xgxwlist .box:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.danye .dtl {
    padding: 0;
}

.content1,
.content2,
.content3,
.content4,
.content5 {
    overflow: hidden;
}

/* ------------------------------------------------------- */
.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: 55px;
}

.sp_header {
    height: 50px;
    background: #CB181E;
    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: #CB181E;
    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: #CB181E;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #CB181E !important;
    background-color: #CB181E !important;
}

.subNav .list {
    display: flex;
    align-items: center;
}


.subNav .list a {
    font-size: 18px;
    color: #3D3D3D;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #CB181E;
    border-radius: 90px;
    padding: 0 45px;
    margin-right: 30px;
    margin-bottom: 50px;
}

.subNav .list a:hover,
.subNav .list a.on {
    background: #CB181E;
    color: #fff;
}