.header {
    position: relative;
}

.header::before {
    content: '';
    width: 100%;
    height: 310px;
    background: url(../img/mark.png) center top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header .head {
    width: 100%;

    position: absolute;
    top: 0;
    z-index: 99;
}

.head .container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toplink {
    display: flex;
    align-items: center;
}

.toplink .link {
    margin-right: 15px;
}

.toplink .link a {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    background: rgba(178, 20, 26, .5);
}

.search {
    position: relative;
}

.search input {
    border: none;
}

.search input.search-in {
    width: 272px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    /* border: 1px solid #195C9E; */
    color: #333;
    padding-left: 20px;
    outline: none;
    background: rgba(0, 0, 0, .3);
}

.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;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

/* ------------------ */

.header .head h1 .img1 {
    display: block;
}

.header .head h1 .img2 {
    display: none;
}

.header.active .head {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    height: 155px;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
    z-index: 999;
}

.header.active .navigation {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    top: 155px;
    left: 0;
    right: 0;
    z-index: 999;
    background: #b2141a;
}

.header.active .head .container {
    height: 155px;
}

.header.active .toplink .link a {
    background: #b2141a;
}

.header.active .head h1 .img1 {
    display: none;
}

.header.active .head h1 .img2 {
    display: block;
}

.header.active .search input.search-in {
    background: #f3f3f3;
}

.header.active .search input.ss1 {
    display: none;
}

.header.active .search input.ss2 {
    display: block;
}

/* -------------------- */

.banlist {
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-next,
.banlist .swiper-prev{
    position: absolute;
 z-index: 9899;
    cursor: pointer;
    top:49%;
    left:0;
}

.banlist .swiper-next{
  left:auto;
  right:0;
}

.navigation {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    background: rgba(178, 20, 26, .75);
    z-index: 99;
}

.navigation .nav {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .nav li {
    position: relative;
}

.navigation .nav li::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffd9;
    display: inline-block;
    position: absolute;
    top: -18px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.navigation .nav li.on::before,
.navigation .nav li:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.navigation .nav li a {
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.navigation .nav li.on a,
.navigation .nav li:hover a {
    font-size: 22px;
    color: #ffffd9;
    transition: all 0.5s ease-in-out;
}


.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 40px 0;
}

.column .title {
    display: flex;
    align-items: center;
}

.column .title .ico {
    margin-right: 5px;
}

.column .title .font_family {
    font-size: 44px;
    color: #b2141a;
}

.column .title .en {
    font-size: 20px;
    color: #1a1a1a;
    opacity: .5;
}

.column .title .name {
    color: #1a1a1a;
    font-size: 30px;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 67px;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 42.85%;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 340px;
    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;
}

.newSlide .swiper-slide: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);
}


.newSlide .swiper-slide .text {
    width: 100%;
    height: 179px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #b2141a;
}

.newSlide .swiper-slide .title {
    color: #b2141a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newSlide .swiper-slide .desc {
    width: 100%;
    font-size: 12px;
    color: #000;
    opacity: .5;
    height: 40px;
    line-height: 20px;
    margin: 13px 0 26px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newSlide .swiper-slide .dete {
    color: rgba(0, 0, 0, .5);
}

.newSlide .swiper-slide .dete img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.newSlide .swiper-pagination {
    position: absolute;
    width: auto;
    left: auto;
    right: 0;
    bottom: 30px;
}

.newSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c5c6c5;
    border-radius: 50%;
    opacity: 1;
}

.newSlide .swiper-pagination-bullet-active {
    background: #b2141a;
}

.newTab {
    width: calc(57.15% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newTab .imglist {
    width: 320px;
}

.newTab .imglist .item:first-of-type {
    margin-bottom: 20px;
}

.newTab .imglist .img {
    overflow: hidden;
}

.newTab .imglist .img img {
    width: 100%;
    height: 180px;
    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;
}

.newTab .imglist .title {
    color: #000;
    margin: 15px 0;
    line-height: 21px;
    height: 21px;
}

.newTab .imglist .dete {
    color: rgba(0, 0, 0, .5);
}

.newTab .imglist .dete img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.newTab .imglist .item: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);
}

.newTab .imglist .item:hover .title {
    color: #b2141a;
    font-weight: bold;
}

.newTab .imglist .item:hover .dete {
    opacity: .8;
}

.newTab .infolist {
    width: calc(100% - 350px);
    background: #fff;
    box-sizing: border-box;
    padding: 0 17px 0 13px;
    border: 1px solid #efefef;
}

.newTab .infolist li {
    width: 100%;
    position: relative;
    border-top: 1px dashed #efefef;
}

.newTab .infolist li .title {
    color: #000;
    margin: 15px 0;
    line-height: 21px;
    height: 21px;
}

.newTab .infolist li .dete {
    color: rgba(0, 0, 0, .5);
    margin: 15px 0;
}

.newTab .infolist li .dete img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.newTab .infolist li:hover::before {
    content: '';
    width: calc(100% + 30px);
    height: 2px;
    background: #b2141a;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -13px;
}

.newTab .infolist li:hover .title {
    color: #b2141a;
}

/* ------------------------ */

.content2 {
    width: 100%;
    height: 1355px;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
}

.content2 .content21 {
    height: 725px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 100px;
}

.content2 .content22 {
    height: 630px;
    box-sizing: border-box;
    padding-top: 80px;
}

.con-cjzs {
    width: 40%;
}

.cjzslist li {
    width: 100%;
    margin-bottom: 20px;
}

.cjzslist li a {
    display: flex;
    align-items: center;
}

.cjzslist li .dete {
    width: 130px;
    height: 38px;
    line-height: 38px;
    background: #dfb582;
    border-radius: 25px 0 0 0;
    margin-right: 13px;
    text-align: center;
    color: #fff;
}

.cjzslist li .dete img {
    position: relative;
    top: -2px;
}

.cjzslist li .title {
    flex: 1;
    height: 20px;
    line-height: 20px;
    color: #1a1a1a;
}

.con-sxddjs {
    width: 52.5%;
}

.cjzslist li:hover {
    box-sizing: border-box;
    border-bottom: 2px solid #b2141a;
}

.cjzslist li:hover .title {
    color: #b2141a;
    font-weight: bold;
}

.cjzslist li:hover .dete {
    background: #b2141a;
}

.sxddjslist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sxddjslist .box {
    width: calc((100% - 30px) / 2);
}

.sxddjslist .box3 .img,
.sxddjslist .box4 .img {
    display: none;
}

.sxddjslist .box1,
.sxddjslist .box2 {
    margin-bottom: 25px;
}

.sxddjslist .box .img {
    overflow: hidden;
}

.sxddjslist .box .img img {
    width: 100%;
    height: 195px;
    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;
}

.sxddjslist .box .text {
    width: 100%;
    height: 84px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sxddjslist .box .title {
    color: #000;
    margin-bottom: 10px;
}

.sxddjslist .box .dete {
    color: rgba(0, 0, 0, .5);
}

.sxddjslist .box .dete img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.sxddjslist .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);
}

.sxddjslist .box:hover .title {
    color: #b2141a;
    font-weight: bold;
}

.mainlinks {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mainlinks .item {
    margin: 0 5px;
}

.mainlinks .item .l1 {
    width: 180px;
    height: 480px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
    cursor: pointer;
}

.mainlinks .item .l1::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.mainlinks .item.active .l1::after {
    display: none;
}

.mainlinks .item.active .li .ico,
.mainlinks .item.active .li .name {
    display: none;
}

.mainlinks .item .l1 .font_family {
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 99;
}

.mainlinks .item .l1::before {
    content: '';
    width: 3px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 60px;
    top: 30px;
    z-index: 99;
}

.mainlinks .item .l1 .name {
    color: #fff;
    width: 35px;
    font-size: 30px;
    margin-top: 5px;
    position: relative;
    z-index: 99;
}

.mainlinks .item.active  .l1::before,
.mainlinks .item.active .l1 .name,
.mainlinks .item.active .l1 .ico{
   display:none
}


.mainlinks .item .r1 {
    width: 0;
    opacity: 0;
    height: 480px;
    display: none;
    transition: all 0.5s ease-in-out;
}

.mainlinks .item.active {
    display: flex;
}

.mainlinks .item.active .r1 {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 465px;
    opacity: 1;
    background: #fff1e0;
    box-sizing: border-box;
    padding: 40px 30px 0 30px;
}

.mainlinks .item.active .r1 .column {
    padding: 0;
    margin-bottom: 20px;
}

.r1-list .box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.r1-list .box a {
    line-height: 20px;
    height: 20px;
    color: #2c2c2c;
}

.r1-list .box:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.r1-list .box:hover a {
    color: #b2141a;
}

/* ----------------- */

.content3 {
    width: 100%;
    height: 1800px;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 70px;
    padding-top: 100px;
}

 .wmjzlist {
         position: relative;
}

 .wmjzlist .swiper-next,
.wmjzlist .swiper-prev{
        position: absolute;
        right:0;
            top: -75px;
    cursor: pointer;
}

.wmjzlist .swiper-prev{
   right:30px;
}

.wmjzlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.wmjzlist .swiper-slide .img {
    overflow: hidden;
}

.wmjzlist .swiper-slide .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;
}

.wmjzlist .swiper-slide: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);
}

.gyjdlist {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    position: relative;
}

.gyjdlist .box {
    margin-bottom: 10px;
    margin-right: 10px;
}

.gyjdlist .box .img {
    overflow: hidden;
    position: relative;
}

.gyjdlist .box .img::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transition: All 0.3s ease-in-out;
    opacity: 1;
}

.gyjdlist .box:hover .img::before {
    opacity: 0;
    transition: All 0.3s ease-in-out;
}


.gyjdlist .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;
}

.gyjdlist .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);
}

.gyjdlist .box6 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.gyjdlist .box1,
.gyjdlist .box6 {
    width: calc((100% - 10px) / 2);
}

.gyjdlist .box1 img,
.gyjdlist .box6 img {
    height: 390px;
}

.gyjdlist .box3,
.gyjdlist .box6 {
    margin-right: 0;
}

.gyjdlist .box2,
.gyjdlist .box3,
.gyjdlist .box4,
.gyjdlist .box5 {
    width: calc((100% - 30px) / 4);
}

.gyjdlist .box2 img,
.gyjdlist .box3 img,
.gyjdlist .box4 img,
.gyjdlist .box5 img {
    height: 193px;
}

.gyjdlist .box .img {
    overflow: hidden;
}

.gyjdlist .box .img img {
    width: 100%;
}


.content31 {
    height: 622px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 60px;
}

.con-mtjd {
    width: 40%;
}

.con-dxsf {
    width: 52.5%;
}

.mtjdlist li {
    width: 100%;
    height: 80px;
    background: #fff;
    margin-bottom: 23px;
    box-sizing: border-box;
    padding: 0 20px;
}

.mtjdlist li a {
    height: 100%;
    display: flex;
    align-items: center;
}

.mtjdlist li .dete {
    width: 75px;
    height: 40px;
    box-sizing: border-box;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #ededed;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.mtjdlist li .d {
    font-size: 24px;
    color: #b2141a;
    text-align: center;
}

.mtjdlist li .y {
    color: #353535;
    opacity: .5;
}

.mtjdlist li .title {
    width: calc(100% - 75px);
    color: #2c2c2c;
}

.mtjdlist li:hover {
    background: #b2141a;
}

.mtjdlist li:hover .d,
.mtjdlist li:hover .y,
.mtjdlist li:hover .title {
    color: #fff;
}






/* ------------------------- */

.footer {
    width: 100%;
    height: 278px;
    background: #b2141a;
    display: flex;
    align-items: center;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .banq {
    margin-top: 15px;
}

.footer .banq p {
    color: #fff;
    line-height: 30px;
}

.footer .codes {
    display: flex;
    flex-wrap: wrap;
}

.footer .codes .box {
    width: 100px;
    margin-left: 25px;
}

.footer .codes .box img {
    width: 100%;
}

.footer .codes .box p {
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.footer .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nydt img {
    width: 100%;
}


.nheader .head {
    width: 100%;
    height: 155px;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
}

.nheader .head .container {
    height: 155px;
}

.nheader .navigation {
    position: static;
    background: #b2141a;
}

.nheader .search input.search-in {
    background: #f3f3f3;
}

.nheader .toplink .link a {
    background: #b2141a;
}

.nmain {
    width: 100%;
    background: url(../img/nmainBg.jpg) center no-repeat;
    background-size: cover;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 13px;
    border-bottom: 2px solid #f3e3e3;
    margin-bottom: 30px;
    padding-top: 40px;
}

.crumbs-name {
    display: flex;
    align-items: center;
}

.crumbs-name .n {
    display: flex;
    align-items: center;
    position: relative;
}

.crumbs-name .n::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #b2141a;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.crumbs-name .font_family {
    color: #b2141a;
    font-size: 36px;
}

.crumbs-name .name {
    font-size: 32px;
    color: #b2141a;
    font-weight: bold;
    margin: 0 5px;
}

.crumbs-name .en {
    font-size: 20px;
    color: #1a1a1a;
    opacity: .3;
    position: relative;
    top: 5px;
}

.crumbs-list a {
    color: #3c3c3c;
}

.crumbs-list a:last-of-type {
    color: #b2141a;
}

.crumbs-list span:last-of-type {
    display: none;
}


.detail {
    box-sizing: border-box;
    padding: 20px 140px 0 140px;
    border: 1px solid #e2e2e2;
}

.detail .title {
    font-size: 36px;
    font-weight: bold;
    color: #262626;
    text-align: center;
    margin: 15px 0;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: space-between;
}

.detail .timer span {
    color: #aaa2a2;
    margin: 0 10px;
}

.detail .timer span img {
    position: relative;
    top: -2px;
}

.detail .dtl {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.detail .dtl p,
.detail .dtl p span {
       font-size: 16px !important;
    line-height: 2.25em !important;
    color: #727272 !important;
    margin-bottom: 10px !important;
}

.list-page {
    width: 100%;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #b2141a !important;
    color: #fff;
    background-color: #b2141a !important;
}

.list-page .item {
    width: 50%;
}

.list-page .item a {
    font-size: 16px;
    color: #262626;
}

.list-page .item:last-of-type {
    text-align: right;
}

.danye .dtl {
    border: unset;
}


.textlist .info li {
    width: 100%;
    height: 94px;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

.textlist .info li.even {
    height: 74px;
    background: #fff3f3;
}

.textlist .info li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist .info li .title {
    color: #262626;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.textlist .info li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #262626;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.textlist .info li .text {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #8d8d8d;
}

.textlist .info li .visit {
    padding-left: 10px;
    border-left: 1px solid #8d8d8d;
    margin-left: 10px;
}

.textlist .info li .visit i {
    display: inline-block;
    width: 29px;
    height: 15px;
    background: url(../img/visit-ico.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.textlist .info li .dete i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/time-ico.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.textlist .info li:hover {
    width: calc(100% - 54px);
    left: 54px;
    background: #b2141a;
}

.textlist .info li:hover .title,
.textlist .info li:hover .text {
    color: #fff;
}

.textlist .info li:hover .title::before {
    width: 4px;
    height: 4px;
    background: #fff;
}

.textlist .info li:hover .visit i {
    background: url(../img/visit-ico2.png) no-repeat;
    background-size: cover;
}

.textlist .info li:hover .dete i {
    background: url(../img/time-ico2.png) no-repeat;
    background-size: cover;
}

.textlist .info li .visit {
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.textlist .info li:hover::before {
    content: '';
    width: 54px;
    height: 50px;
    background: url(../img/textlist-li-ico.png) center no-repeat;
    display: inline-block;
    position: absolute;
    left: -54px;
    top: calc((100% - 50px) / 2);
}

.piclist .info li {
    width: 100%;
    margin-bottom: 40px;
}

.piclist .info li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .info li .img {
    width: 460px;
    overflow: hidden;
}

.piclist .info li .img img {
    width: 100%;
    height: 260px;
    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 .info li .text {
    width: calc(100% - 460px);
    height: 210px;
    background: #fff3f3;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #fff3f3;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.piclist .info li .title {
    color: #262626;
    font-weight: bold;
}

.piclist .info li .desc {
    color: #262626;
    opacity: .5;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
}

.piclist .info li .time {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.piclist .info li .visit i {
    display: inline-block;
    width: 29px;
    height: 15px;
    background: url(../img/visit-ico.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.piclist .info li .dete {
    width: 130px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    background: #dfb582;
    display: inline-block;
    border-radius: 20px 0 0 0;
    color: #fff;
}

.piclist .info li .visit {
    color: rgba(38, 38, 38, .5);
}

.piclist .info li .dete i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/time-ico2.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.piclist .info li: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);
}

.piclist .info li:hover .text {
    box-sizing: border-box;
    border: 1px solid #b2141a;
    background: url(../img/piclist-logo-ico.png) no-repeat #fff3f3;
    background-position-x: 95%;
    background-position-y: 90%;
    transition: all 0.5s ease-in-out;
}

.piclist .info li:hover .title {
    color: #b2141a;
}

.piclist .info li:hover .dete {
    background: #b2141a;
}


/* -- */
.picslide2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 18%;
}

.picslide2 .swiper-slide {
    width: 945px;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    height: 530px;
    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 .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease-in-out;
}


.picslide2 .swiper-slide-active .title {
    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-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 14%;
}

.picslide2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.picslide2 .swiper-pagination-bullet-active {
    background: #fff;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 37px;
    height: 74px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: calc((100% - 70px) / 2);
    z-index: 99;
    border-radius: 0 200px 200px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picslide2 .swiper-next {
    right: 14.3%;
    border-radius: 200px 0 0 200px;
}

.picslide2 .swiper-next img {
    position: relative;
    left: 5px;
}

.picslide2 .swiper-prev img {
    position: relative;
    right: 5px;
}

.picslide2 .swiper-prev {
    left: 18%;
}

.picslide2 .swiper-next:hover,
.picslide2 .swiper-prev:hover {
    background: #b2141a;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 93px) / 3);
    margin: 0 15px 30px 15px;
    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%);
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
}

.picture .info li .text {
    width: 100%;
    height: 100px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #fff;
    position: relative;
}

.picture .info li .title {
    color: #1e1e1e;
}

.picture .info li .time {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -1px;
}

.picture .info li .visit i {
    display: inline-block;
    width: 29px;
    height: 15px;
    background: url(../img/visit-ico.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.picture .info li .dete {
    width: 130px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    text-align: center;
    background: #dfb582;
    display: inline-block;
    border-radius: 20px 0 0 0;
    color: #fff;
}

.picture .info li .visit {
    color: rgba(38, 38, 38, .5);
}

.picture .info li .dete i {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/time-ico2.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-right: 5px;
    top: 3px;
}

.picture .info li:hover .text {
    border: 1px solid #b2141a;
}

.picture .info li:hover .title {
    color: #b2141a;
    font-weight: bold;
}

.picture .info li:hover .dete {
    background: #b2141a;
}

/* ------------------------ */
.mbheader {
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: #fff;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-con .logo {
    flex: 1;
    box-sizing: border-box;
    padding-right: 20px;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-width: 100%;
    max-height: 60px;
}

.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: #b2141a;
    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: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    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: #3B8BB9
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

.list-page {
    padding: 10px 0;
}


/* ---------------------------- */
.mainlinks2 {
    display: none;
}

.mainlinks2 .item {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.mainlinks2 .item .box {
    position: relative;
}

.mainlinks2 .item .box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.mainlinks2 .item .box img {
    width: 100%;
    height: 100px;
}

.mainlinks2 .item .box .text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}


.mainlinks2 .item .box .text .font_family {
    font-size: 22px;
}

.mainlinks2 .item .box .text .ico {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    background: rgba(0, 0, 0, .5);
}

.mainlinks2 .item .box .text .ico img {
    width: 8px;
    height: auto;
}

.mainlinks2 .item .box .text .name {
    color: #1a1a1a;
    font-size: 22px;
    color: #fff;
}


.link-list {
    width: 100%;
    background: #fff1e0;
    box-sizing: border-box;
    padding: 15px;

    height: 0;
    padding: 0;
}

.mainlinks2 .active .link-list {
    padding: 15px;
    height: auto;
    /* transition: all 0.3s ease-in-out; */
}

.mainlinks2 .active .box .text .ico {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

.link-list li {
    width: 100%;
    line-height: 30px;
}

.link-list li a {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    color: #262626;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.link-list .more {
    border-top: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
}