.header {
    width: 100%;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
}

.head {
    padding: 33px 0 30px 0;
}

.header h1 img {
    height: 62px;
}

.head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_right {
    display: flex;
    align-items: center;
}

.link a {
    width: 92.4px;
    height: 27.6px;
    line-height: 27.6px;
    text-align: center;
    border-radius: 1200px;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 0.6px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

.header .search {
    width: 273px;
    position: relative;
    border-radius: 10px;
    margin-left: 18px;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 273px;
    height: 50px;
    border-radius: 10px;
    line-height: 45px;
    box-sizing: border-box;
    color: #9E9E9E;
    padding-left: 15px;
    outline: none;
    border: none;
    font-size: 16px;
    background: #fff;
    padding-right: 50px;
}

.header .search input.search-btn {
    width: 25px;
    height: 25px;
    background: url(../img/ss.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 14px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #9E9E9E;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #9E9E9E;
}

.navgation {
    width: 100%;
    position: relative;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav {
    width: 100%;
    height: 75px;
    line-height: 75px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nli {
    float: left;
    /* flex: 1; */
    height: 75px;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 15px;
}


.nav .nli h3 {
    height: 75px;
    font-weight: normal;
    position: relative;
}

.nav .nli h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 80%;
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #FCCE72;
    padding: 10px 0;
}

.nav .li3 .sub {
    width: 140%;
    left: -20%;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.nav .sub li:last-of-type {
    border: none;
}

.nav .sub a {
    display: block;
    color: #2E2E2E;
    font-size: 16px;
}

.nav .sub a:hover {
    color: #A9060A;
    font-weight: bold;
}

.nav .on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    color: #FFD073;
}

.nav .nli.on,
.nav .nli:hover {
    position: relative;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 200%;
    background: rgba(0, 0, 0, .7);
}

.nav .sub li .three-nav a {
    color: #fff;
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .nli:hover .sub {
    display: block;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 4px;
}

.banlist .swiper-pagination-bullet-active {
    width: 29px;
    height: 31px;
    background: url(../img/bullet-ico.svg) center no-repeat;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    background: #A9060A;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: calc((100% - 58px) / 2);
    z-index: 99;
    cursor: pointer;
}

.banlist .swiper-prev {
    right: auto;
    left: 0;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: #FCCE72;
}

.content1 {
    width: 100%;
    background: #faf6f6;
    position: relative;
}

.content1::before {
    content: '';
    width: 119px;
    height: 307px;
    display: inline-block;
    background: url(../img/content1-ico.png) center no-repeat;
    position: absolute;
    left: 73px;
    top: 113px;
}


.content1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yjydt {
    width: calc(68% - 40px);
}

.tzgg {
    width: 32%;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 30px 0;
}

.column .title {
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.column .title::before {
    content: '';
    width: 3px;
    height: 51px;
    background: #A40007;
    background: linear-gradient(0deg, #A40007 4%, #F1683C 50%, #A60208 100%);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.column2 .title::before {
    background: #fff;
}

.column .title .name {
    font-size: 30px;
    font-weight: bold;
    color: #1E1E1E;
}

.column2 .title .name {
    color: #fff;
}

.column .title .en {
    font-size: 16px;
    font-weight: bold;
    color: #1E1E1E;
    opacity: 0.3;
}

.column2 .title .en {
    color: #fff;
}

.column .more {
    color: #999;
    display: flex;
    align-items: center;
}

.column .more:hover {
    color: #A9060A;
}

.column2 .more {
    color: #fff;
}

.column2 .more:hover {
    color: #fff;
}

.column .more::after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/more-ico.png) center no-repeat;
    margin-left: 5px;
}

.column2 .more::after {
    background: url(../img/more-ico2.png) center no-repeat;
}

.tzgglist {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-top: 1.33px solid #A9060A;
    position: relative;
}

.tzgglist::before {
    content: '';
    width: 18px;
    height: 38px;
    border-radius: 133px;
    background: #fff;
    box-sizing: border-box;
    border: 1.33px solid #A9060A;
    position: absolute;
    top: -19px;
    left: 37%;
}

.tzgglist::after {
    content: '';
    width: 18px;
    height: 38px;
    border-radius: 133px;
    background: #fff;
    box-sizing: border-box;
    border: 1.33px solid #A9060A;
    position: absolute;
    top: -19px;
    right: 37%;
}

.tzgglist ul {
    box-sizing: border-box;
    border: 1.33px solid #FFE4E4;
    padding: 35px 25px 25px 25px;
}

.tzgglist li {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F9E5E7;
    position: relative;
}


.tzgglist li:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.tzgglist li a {
    display: flex;
    align-items: center;
}

.tzgglist li .dete {
    width: 80px;
    height: 70px;
    background: #FAF6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tzgglist li .d {
    color: #A9060A;
    font-size: 24px;
}

.tzgglist li .y {
    color: #9E9E9E;
}

.tzgglist li .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 15px;
}

.tzgglist li .title {
    line-height: 30px;
    height: 30px;
    color: #0B0B0B;
}

.tzgglist li .desc {
    color: #8D8D8D;
    line-height: 21px;
    height: 21px;
    margin-top: 2px;
}


.tzgglist li:hover .dete {
    background: #A9060A;
}

.tzgglist li:hover .d,
.tzgglist li:hover .y {
    color: #fff;
}

.tzgglist li:hover .title {
    color: #A9060A;
}

.yjydtList li {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #F9E5E7;
}

.yjydtList li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.yjydtList li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yjydtList li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
}

.yjydtList li .title::before {
    content: '';
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border: 0.7px solid#A9060A;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.yjydtList li:hover .title::before {
    box-sizing: border-box;
    border: 0.7px solid #D67112;
}

.yjydtList li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
}

.yjydtList li .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}

.yjydtList li:hover .title {
    color: #A9060A;
}

.yjydtSlide {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.yjydtSlide .swiper-slide {
    background: #fff;
    opacity: 0 !important;
}

.yjydtSlide .swiper-slide-active {
    opacity: 1 !important;
}

.yjydtSlide .swiper-slide a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.yjydtSlide .swiper-slide .img {
    overflow: hidden;
    width: 450px;
}

.yjydtSlide .swiper-slide .img img {
    width: 100%;
    height: 250px;
    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;
}

.yjydtSlide .swiper-slide .text {
    flex: 1;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.yjydtSlide .swiper-slide .title {
    color: #1E1E1E;
    line-height: 25px;
    height: 25px;
}

.yjydtSlide .swiper-slide .desc {
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #AFAFAF;
    margin: 10px 0 35px 0;
}

.yjydtSlide .swiper-slide .dete {
    color: #AFAFAF;
}

.yjydtSlide .swiper-slide .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.yjydtSlide .swiper-slide:hover .title {
    color: #A9060A;
    font-weight: bold;
}

.yjydtSlide .swiper-slide:hover .desc {
    color: #666;
}

.yjydtSlide .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);
}

.yjydtSlide .swiper-pagination {
    position: absolute;
    right: 28px;
    bottom: 42px;
}

.yjydtSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(185, 185, 185, 0.5);
    opacity: 1;
    margin: 0 4.5px;
}

.yjydtSlide .swiper-pagination-bullet-active {
    background: #A9060A;
}

.content2 {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/xsjlBg.jpg);
}

.xsjlBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xsjlSlide {
    width: 436px;
    position: relative;
    box-sizing: border-box;
    padding: 23px 22px 23px 60px;
    background: linear-gradient(180deg, #FFF3F3 0%, #FFFFFF 100%);
    background: url(../img/xsjl-slide-bg.png) center no-repeat;
    background-size: cover;
}

.xsjlSlide .swiper-slide {
    opacity: 0 !important;
}

.xsjlSlide .swiper-slide-active {
    opacity: 1 !important;
}

.xsjlSlide .swiper-slide .img {
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.xsjlSlide .swiper-slide .img img {
    width: 100%;
    height: 190.91px;
}

.xsjlSlide .swiper-slide .text {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
}

.xsjlSlide .swiper-slide .title {
    color: #212121;
    line-height: 25px;
    height: 25px;
}

.xsjlSlide .swiper-slide .desc {
    margin: 10px 0 15px 0;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #838383;
}

.xsjlSlide .swiper-slide .dete {
    color: #AFAFAF;
}

.xsjlSlide .swiper-slide .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.xsjlSlide .swiper-slide .more {
    color: #A9060A;
    text-align: right;
}

.xsjlSlide .swiper-slide .more::after {
    content: '';
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../img/more-ico3.png) center no-repeat;
    margin-left: 3px;
}

.xsjlList {
    width: calc(100% - 436px - 34px);
}

.xsjlList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xsjlList li {
    width: calc((100% - 28px) / 2);
    margin-bottom: 30px;
    height: 192px;
    display: flex;
    align-items: center;
    position: relative;
}

.xsjlList li::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    background: linear-gradient(180deg, #FFAF0F 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.xsjlList li::before {
    content: '';
    width: 94px;
    height: 90px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 50px;
    bottom: 22px;
    opacity: 0;
    z-index: 11;
}

.xsjlList li:nth-child(3),
.xsjlList li:nth-child(4) {
    margin-bottom: 0;
}

.xsjlList li a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 0 53px 0 24px;
    background: url(../img/xsjl-list-bg.jpg) no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xsjlList li .title {
    line-height: 30px;
    text-align: justify;
    height: 30px;
    color: #212121;
}

.xsjlList li .desc {
    color: #838383;
    margin-top: 7px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 25px;
}

.xsjlList li .dete {
    color: #AFAFAF;
}

.xsjlList li .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.xsjlList li:hover .title {
    color: #A9060A;
}

.xsjlList li:hover::before {
    opacity: 1;
}


.xsjlSlide .swiper-slide .p1::before,
.xsjlList li .desc .p1::before {
    content: '';
    width: 12px;
    height: 15px;
    display: inline-block;
    background: url(../img/xsjl-ico1.svg) no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.xsjlSlide .swiper-slide .p2::before,
.xsjlList li .desc .p2::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/xsjl-ico2.svg) no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.xsjlSlide .swiper-slide .p3::before,
.xsjlList li .desc .p3::before {
    content: '';
    width: 12px;
    height: 15px;
    display: inline-block;
    background: url(../img/xsjl-ico3.svg) no-repeat;
    background-size: cover;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.xsjlList li:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.xsjlSlide .swiper-pagination {
    bottom: 28px;
    left: 55px;
}

.xsjlSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(185, 185, 185, 0.5);
    opacity: 1;
    margin: 0 4.5px;
}

.xsjlSlide .swiper-pagination-bullet-active {
    background: #A9060A;
}

.content3 {
    width: 100%;
    background: #faf6f6;
}

.rcpy_djwh {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rcpy,
.djwh {
    width: calc((100% - 40px) / 2);
}

.rcpylist li {
    width: 100%;
    height: 100px;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    position: relative;
}

.rcpylist li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #A9060A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.rcpylist li:last-of-type {
    margin-bottom: 0;
}

.rcpylist li a {
    display: flex;
    align-items: center;
}

.rcpylist li .dete {
    width: 80px;
    height: 70px;
    background: #F1F1F1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rcpylist li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 16px;
}

.rcpylist li .d {
    font-size: 24px;
    color: #A9060A;
}

.rcpylist li .y {
    color: #9E9E9E;
}

.rcpylist li .title {
    color: #0B0B0B;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.rcpylist li .desc {
    color: #0B0B0B;
    opacity: .5;
    line-height: 21px;
    height: 21px;
}

.rcpylist li:hover {
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
}

.rcpylist li:hover .dete {
    background: #A9060A;
}

.rcpylist li:hover .d,
.rcpylist li:hover .y {
    color: #fff;
}

.rcpylist li:hover .title {
    color: #A9060A;
}

.rcpylist li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.djwb_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djwhSlide {
    width: 354px;
    height: 452px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 27px;
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.djwhSlide .swiper-slide {
    opacity: 0 !important;
}

.djwhSlide .swiper-slide-active {
    opacity: 1 !important;
}

.djwhSlide .swiper-slide .img {
    overflow: hidden;
}

.djwhSlide .swiper-slide .img img {
    width: 100%;
    height: 167.14px;
    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;
}

.djwhSlide .swiper-slide .text {
    box-sizing: border-box;
    padding-top: 25px;
}

.djwhSlide .swiper-slide .title {
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #1E1E1E;
}

.djwhSlide .swiper-slide .desc {
    line-height: 25px;
    text-align: justify;
    height: 50px;
    color: #414141;
    opacity: .5;
    margin: 25px 0 45px 0;
}

.djwhSlide .swiper-slide .dete {
    color: #999;
}

.djwhSlide .swiper-slide .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.djwhSlide .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);
}

.djwhSlide .swiper-slide:hover .title {
    color: #A9060A;
}


.djwhSlide .swiper-pagination {
    bottom: 30px;
    right: 20px;
}

.djwhSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(185, 185, 185, 0.5);
    opacity: 1;
    margin: 0 4.5px;
}

.djwhSlide .swiper-pagination-bullet-active {
    background: #A9060A;
}

.djwhlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
    /* width: calc(100% - 30px - 354px); */
}

.djwhlist ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.djwhlist li {
    width: 100%;
    height: 135px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}


.djwhlist li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg, #FFF5EF 0%, #FFFFFF 100%);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    z-index: 99;
}

.djwhlist li::after {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg, rgba(185, 100, 31, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: -4px;
    top: -4px;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.djwhlist li:hover::after {
    background: linear-gradient(180deg, #A9060A 0%, rgba(255, 255, 255, 0) 98%);
}

.djwhlist li a::before {
    content: '';
    width: 94px;
    height: 90px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 13px;
    bottom: 13px;
    opacity: 0;
}

.djwhlist li:hover a::before {
    opacity: 1;
}

.djwhlist li .title {
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #2C2C2C;
    margin-bottom: 15px;
}

.djwhlist li .dete {
    color: #999;
    display: flex;
    align-items: center;
}

.djwhlist li .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}

.djwhlist li:hover .title {
    color: #A9060A;
}



.footer {
    width: 100%;
    /* height: 316px; */
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.foot {
    padding: 60px 0;
}

.foot .right {
    display: flex;
}

.code {
    background: #fff;
    padding: 8px;
    margin-left: 20px;
    border-radius: 5px;
}

.code img {
    width: 90px;
    height: 90px;
}

.code p {
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    background: #AA070B;
    color: #fff;
    margin-top: 12px;
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .foot_top {
    display: flex;
    align-items: center;
}

.ftlogo {
    margin-right: 86px;
}

.ftlogo img {
    height: 54px;
}

.yqlj .box {
    width: 260px;
    height: 45px;
    border-radius: 10000px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .8);
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 7px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 18px;
    top: 18px;
}

.yqlj ul {
    background: #FFEAEA;
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: calc(100% + 2px);
    box-sizing: border-box;
    padding: 15px;
    border-radius: 10px 10px 0px 0px;
    display: none;
}

.yqlj ul li {
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.yqlj ul li a {
    color: #333;
    font-size: 16px;
}

.yqlj ul li:hover a {
    color: #AA070B;
}

.yqlj .box:hover ul {
    display: block;
}

.yqlj .box:hover {
    border-radius: 0px 0px 10px 10px;
}

.yqlj .box:hover h3 {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    color: #A9060A;
}

.yqlj .box:hover h3::before {
    background: url(../img/jt-ico2.png) center no-repeat;
}









.banq {
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.banq p {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: 25px;
}

.banq p a {
    color: rgba(255, 255, 255, .8);
}

.contact {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.contact p {
    color: #fff;
    font-size: 16px;
    margin-right: 40px;
}

/* ---------------- */

.content4 {
    width: 100%;
    background: url(../img/content4Bg.png) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 110px;
}

.szlsSlide {
    width: 100%;
    position: relative;
}

.gallery-thumbs {
    width: calc(76% - 30px);
    position: absolute;
    right: 0;
    bottom: -25px;
    padding-top: 15px;
}

.gallery-thumbs .swiper-slide {
    width: auto;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 4;
}

.gallery-thumbs .swiper-slide .title {
    color: #333;
    margin-top: 10px;
    text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
    background: #A9060A;
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.gallery-thumbs .swiper-slide-thumb-active .title {
    color: #fff;
}

.gallery-top {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.gallery-top .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.gallery-top .swiper-slide .img {
    width: 23%;
    box-sizing: border-box;
    padding: 0 0 15px 17px;
    position: relative;
}

.gallery-top .swiper-slide .img::before {
    content: '';
    width: calc(100% - 22px);
    height: calc(100% - 40px);
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    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%);
}

.gallery-top .swiper-slide .img .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.gallery-top .swiper-slide .img img {
    width: 100%;
    opacity: 0;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
}

.gallery-top .swiper-slide .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 45px;
}

.gallery-top .swiper-slide .title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gallery-top .swiper-slide .sub {
    color: #fff;
    margin-left: 15px;
    font-size: 14px;
    height: 25px;
    background: #D67112;
    line-height: 25px;
    border-radius: 10000px;
    padding: 0 15px;
}

.gallery-top .swiper-slide .desc {
    color: #999999;
    line-height: 30px;
    height: 60px;
    font-size: 16px;
    margin: 20px 0 25px 0;
}

.gallery-top .swiper-slide .more {
    width: 124px;
    height: 30px;
    line-height: 30px;
    border-radius: 10000px;
    background: #A9060A;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.gallery-top .swiper-slide .more::before {
    content: '';
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../img/more-ico4.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 12px;
}

.szlsSlide .swiper-next,
.szlsSlide .swiper-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    background: url(../img/sz-prev2.png) center no-repeat #fff;
    cursor: pointer;
    position: absolute;
    bottom: -62px;
    z-index: 99;
    left: 102px;
}

.szlsSlide .swiper-next {
    left: 180px;
    /* 水平翻转 */
    transform: scaleX(-1);
}

.szlsSlide .swiper-prev:hover {
    transform: scaleX(-1);
    background: url(../img/sz-next.png)center no-repeat #8C0000;
}

.szlsSlide .swiper-next:hover {
    transform: none;
    background: url(../img/sz-next.png)center no-repeat #8C0000;
}

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 223px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/crumbsBg.png) center bottom no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.crumbs .list {
    color: #fff;
    font-size: 18px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.crumbs .name {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 103%;
    top: 32px;
}

.subNav {
    width: 100%;
    background: linear-gradient(0deg, #fff 0%, #F7E4E4 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.subNav ul {
    display: flex;
    align-items: center;
}

.subNav li {
    height: 60px;
    line-height: 60px;
    margin-right: 56px;
    position: relative;
}

.subNav li::before {
    content: '';
    width: 0;
    height: 3px;
    background: linear-gradient(93deg, #A40007 4%, #F1683C 50%, #A60208 100%);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.subNav li a {
    color: #2C2C2C;
    font-size: 18px;
}

.subNav li.on a,
.subNav li:hover a {
    color: #A9060A;
    font-weight: bold;
}

.subNav li.on::before,
.subNav li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.ncontent {
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    background: #faf6f6;
}

.ncontent-detail {
    padding-bottom: 80px;
}

.textlist li {
    width: 100%;
    height: 65px;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.textlist li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #A9060A;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.textlist li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist li .title {
    color: #2A2A2A;
    flex: 1;
    line-height: 30px;
    height: 30px;
}

.textlist li .dete {
    width: 100px;
    color: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.textlist li .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}

.textlist li:hover {
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.textlist li:hover .title {
    color: #A9060A;
}

.textlist li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.list-page {
    padding: 50px 0 80px 0;
}

.textlist .list-page {
    padding-top: 30px;
}

.piclist li {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.piclist li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #A9060A;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist li a {
    display: flex;
    align-items: center;
}

.piclist li .img {
    width: 350px;
    overflow: hidden;
}

.piclist li .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;
}

.piclist li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist li .title {
    color: #0B0B0B;
    line-height: 25px;
    height: 25px;
}

.piclist li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin: 10px 0 20px 0;
}

.piclist li .dete {
    color: #AFAFAF;
}

.piclist li .dete::before {
    content: '';
    width: 13.4px;
    height: 13.4px;
    display: inline-block;
    background: url(../img/dete.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}

.piclist li:hover {
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.piclist li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.piclist 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 li:hover .title {
    color: #A9060A;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 65PX) / 3);
    margin-right: 32PX;
    margin-bottom: 30px;
    position: relative;
}

.picture .info li::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #A9060A;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    height: 250px;
    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 .info li .title {
    text-align: center;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #2C2C2C;
    border-bottom: 1.01px solid #D8D8D8;
}

.picture .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture .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);
}

.picture .info li:hover .title {
    color: #A9060A;
}

.tealist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tealist .info li {
    width: calc((100% - 151px) / 7);
    margin-right: 25px;
    margin-bottom: 35px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .info li::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 3px solid #A9060A;
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .info li:nth-child(7n) {
    margin-right: 0;
}

.tealist .info li .img {
    overflow: hidden;
}

.tealist .info li .img img {
    width: 100%;
}

.tealist .info li .title {
    color: #1E1E1E;
    font-weight: bold;
    line-height: 26px;
    height: 26px;
    margin: 20px 0 10px 0;
}

.tealist .info li .desc {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #B6B6B6;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
}

.tealist .info li:hover .desc {
    background: #FFF1F1;
    color: #D67112;
}

.tealist .info li:hover {
    top: -25px;
    transition: all 0.5s ease-in-out;
}

.tealist .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 65px 142px 70px 142px;
}

.detail .title {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #373737;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.danye .dtl {
    padding: 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #0A0A0A;
    /* text-align: justify; */
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    margin-top: 27px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.detail-page .box:hover {
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
}

.detail-page .box:hover a {
    color: #A9060A;
    font-weight: bold;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #A9060A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -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-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    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 .timer .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #A9060A;
    font-weight: bold;
}

.danye .dtl {
    padding: 0;
}

#newskeycode249427 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #A9060A;
    background: #eee;
}

.searchlist .box {
    width: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}


.searchlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
}

.searchlist .box .desc {
    color: #666;
    line-height: 21px;
    height: 42px;
    margin: 10px 0;
}

.searchlist .box .dete {
    color: #666;
    margin-top: 10px;
}

.searchlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.searchBox {
    width: 100%;
    padding-bottom: 40px;
}

.danye .dtl {
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #A9060A !important;
    color: #fff;
    background-color: #A9060A !important;
}

/* ---------------------- */

.yjyld {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.yjyld .box {
    width: calc((100% - 40px) / 2);
    height: 293px;
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

.yjyld .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #A9060A;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.yjyld .box::after {
    content: '';
    width: 172px;
    height: 172px;
    display: inline-block;
    background: url(../img/ld-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 61px;
    right: 25px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}


.yjyld .box a {
    display: flex;
    align-items: center;
}

.yjyld .box .img {
    width: 194px;
}

.yjyld .box .img img {
    width: 100%;
}

.yjyld .box .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 25px;
}

.yjyld .box .name {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
}

.yjyld .box .name2 {
    width: auto;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    padding: 0 10px;
    border-radius: 10000px;
    background: #D67112;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}

.yjyld .box .desc {
    font-size: 16px;
    line-height: 32px;
    height: 96px;
    text-align: justify;
    color: #999;
    margin: 10px 0 40px 0;
}

.yjyld .box .more {
    width: 124px;
    height: 30px;
    line-height: 30px;
    border-radius: 10000px;
    box-sizing: border-box;
    border: 1px solid #A9060A;
    color: #A9060A;
    padding-left: 20px;
    position: relative;
}

.yjyld .box .more::before {
    content: '';
    width: 22px;
    height: 8px;
    display: inline-block;
    background: url(../img/more-ico3.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 11px;
}

.yjyld .box:hover {
    background: linear-gradient(180deg, #FFF0F1 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.yjyld .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.yjyld .box:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.yjyld .box:hover .more {
    background: #A9060A;
    color: #fff;
}

.yjyld .box:hover .more::before {
    background: url(../img/more-ico4.png) center no-repeat;
}

.yjyjj {
    width: 100%;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    background: url(../img/yjyjj-bg.png) right top no-repeat #fff;
}

.yjyjj .jj-img {
    width: 656px;
}

.yjyjj .jj-img img {
    width: 100%;
}

.jj-text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 40px;
}

.jj-text .name {
    width: 100%;
    height: 120px;
    line-height: 120px;
    background: linear-gradient(90deg, #A40007 4%, #F1683C 50%, #A60208 100%);
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 35px;
}

.jj-text .dtl p,
.jj-text .dtl p span {
    font-size: 18px !important;
    line-height: 35px !important;
    text-align: justify;
    color: #373737 !important;
}