.banner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-box .swiper-slide .item-box {
    position: relative;
}
.banner-box .swiper-slide .item-box .txt-box {
    position: absolute;
    bottom: 330px;
    right: 0;
    left: 0;
}
.banner-box .swiper-slide .item-box .txt-box p {
    color: #fff;
    font-size: 22px;
}
.banner-box .swiper-slide .item-box .txt-box p img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    line-height: 1.1;
    margin-right: 15px;
}
.banner-box .swiper-slide .item-box .txt-box h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 50px;
}
.banner-box .swiper-slide .img-box {
    height: 100vh;
}
.banner-box .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-box .list-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    z-index: 99;
    font-size: 0;
}
.banner-box .list-box .block {
    height: 110px;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 1120px;
}
.banner-box .list-box .item {
    display: inline-block;
    font-size: 20px;
    font-family: '微软雅黑';
    line-height: 110px;
    width: 25%;
    cursor: pointer;
    position: relative;
}
.banner-box .list-box .item::before {
    position: absolute;
    content: '';
    top: 31px;
    bottom: 31px;
    width: 1px;
    background-color: #474747;
    right: 0;
}
.banner-box .list-box .item:last-child::before {
    display: none;
}
.banner-box .list-box .item p {
    display: inline-block;
    position: relative;
    line-height: 3.8;
}
.banner-box .list-box .item span {
    position: absolute;
    bottom: 0px;
    right: 15px;
    line-height: 1.1;
    opacity: 0;
    font-size: 14px;
}
.banner-box .list-box .item.active,
.banner-box .list-box .item:hover {
    background-color: rgba(181, 0, 5, 0.85);
    color: #fff;
}
.banner-box .list-box .item.active span,
.banner-box .list-box .item:hover span {
    transition: all 0.3s;
    right: 0;
    opacity: 1;
}
.public-site {
    text-align: right;
    height: 65px;
    line-height: 65px;
}
.public-site span {
    font-size: 14px;
    color: #5b5b5b;
    display: inline-block;
    margin-right: 10px;
}
.public-site em {
    font-style: normal;
    color: #b50005;
}
.public-site em img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}
.link-wrap .session_1 {
    margin-top: 80px;
    padding-bottom: 67px;
    margin-bottom: 70px;
    position: relative;
}
.link-wrap .session_1::before {
    position: absolute;
    content: "";
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f6fb;
}
.link-wrap .session_1 .public-title {
    margin-bottom: 68px;
    position: relative;
    z-index: 2;
}
.link-wrap .session_1 .map-box {
    position: relative;
    z-index: 2;
}
.link-wrap .session_1 .map-box img {
    width: 100%;
}
.link-wrap .session_1 .info-box {
    position: relative;
    z-index: 2;
    height: 420px;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
    box-sizing: border-box;
    background-color: #fff;
}
.link-wrap .session_1 .info-box .left-box {
    height: 100%;
    display: flex;
}
.link-wrap .session_1 .info-box .left-box .msg-box {
    background-color: #b50005;
    width: 455px;
    color: #fff;
    padding-top: 75px;
    padding-left: 70px;
    box-sizing: border-box;
    height: 100%;
}
.link-wrap .session_1 .info-box .left-box .msg-box .title-box {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 43px;
}
.link-wrap .session_1 .info-box .left-box .msg-box .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #fff;
}
.link-wrap .session_1 .info-box .left-box .msg-box .title-box h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}
.link-wrap .session_1 .info-box .left-box .msg-box .title-box p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
}
.link-wrap .session_1 .info-box .left-box .msg-box dl dd {
    line-height: 1.8;
    color: #fff;
}
.link-wrap .session_1 .info-box .left-box .coop-box {
    margin-left: 100px;
    padding-top: 75px;
}
.link-wrap .session_1 .info-box .left-box .coop-box .title-box {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 43px;
}
.link-wrap .session_1 .info-box .left-box .coop-box .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #000;
}
.link-wrap .session_1 .info-box .left-box .coop-box .title-box h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #4e4e4e;
}
.link-wrap .session_1 .info-box .left-box .coop-box .title-box p {
    font-size: 16px;
    color: #4e4e4e;
}
.link-wrap .session_1 .info-box .left-box .coop-box dl dd {
    line-height: 1.8;
    font-size: 14px;
    color: #4e4e4e;
}
.link-wrap .session_1 .info-box .right-box {
    padding-top: 75px;
}
.link-wrap .session_1 .info-box .right-box .title-box {
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 43px;
}
.link-wrap .session_1 .info-box .right-box .title-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #000;
}
.link-wrap .session_1 .info-box .right-box .title-box p {
    font-size: 20px;
    color: #4e4e4e;
}
.link-wrap .session_1 .info-box .right-box .title-box h3 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
    color: #4e4e4e;
    font-weight: 700;
}
.link-wrap .session_1 .info-box .right-box .top {
    margin-bottom: 20px;
}
.link-wrap .session_1 .info-box .right-box .top span {
    position: relative;
    display: inline-block;
    border-left: 1px solid #c3c3c3;
    text-align: center;
    padding-left: 28px;
    padding-right: 28px;
}
.link-wrap .session_1 .info-box .right-box .top span .er {
    position: absolute;
    opacity: 0;
    top: 35px;
    left: 20px;
}
.link-wrap .session_1 .info-box .right-box .top span:hover .er {
    opacity: 1;
}
.link-wrap .session_1 .info-box .right-box .top span:first-child {
    border-left: none;
    padding-left: 0;
}
.link-wrap .session_2 {
    margin-bottom: 90px;
}
.link-wrap .session_2 .public-title {
    margin-bottom: 45px;
}
/*.link-wrap .session_2 .row {*/
/*  margin-left: -34px;*/
/*  margin-right: -34px;*/
/*}*/
/*.link-wrap .session_2 .row .col-md-4 {*/
/*  float: left;*/
/*  width: 33.33%;*/
/*  padding-left: 34px;*/
/*  padding-right: 34px;*/
/*  box-sizing: border-box;*/
/*}*/
.link-wrap .session_2 .centent-box{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
/*.link-wrap .session_2 .list-box .item-box {*/
.link-wrap .session_2 .item-box {
    position: relative;
    background-color: #f5f6fb;
    height: 610px;
    border-radius: 20px;
    border: 1px solid #adadad;
    padding-top: 54px;
    box-sizing: border-box;
    padding-left: 28px;
    padding-right: 28px;
}
/*.link-wrap .session_2 .list-box .item-box::before {*/
.link-wrap .session_2 .item-box::before {
    position: absolute;
    top: 28px;
    left: 28px;
    content: "";
    width: 26px;
    height: 26px;
    background-color: #b50005;
    border-radius: 30px;
    opacity: 0;
}
/*.link-wrap .session_2 .list-box .item-box .top-box {*/
.link-wrap .session_2 .item-box .top-box {
    text-align: center;
}
/*.link-wrap .session_2 .list-box .item-box .top-box .icon-box {*/
.link-wrap .session_2 .item-box .top-box .icon-box {
    margin-bottom: 20px;
}
/*.link-wrap .session_2 .list-box .item-box .top-box p {*/
.link-wrap .session_2 .item-box .top-box p {
    font-size: 24px;
    color: #b50005;
    font-weight: 700;
}
/*.link-wrap .session_2 .list-box .item-box ul li {*/
.link-wrap .session_2 .item-box ul li {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 16px;
}
/*.link-wrap .session_2 .list-box .item-box ul li span {*/
.link-wrap .session_2 .item-box ul li span {
    color: #b50005;
}
/*.link-wrap .session_2 .list-box .item-box .bottom-box {*/
.link-wrap .session_2 .item-box .bottom-box {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}
/*.link-wrap .session_2 .list-box .item-box .bottom-box .btn-box {*/
.link-wrap .session_2 .item-box .bottom-box .btn-box {
    margin-bottom: 15px;
    opacity: 0;
}
/*.link-wrap .session_2 .list-box .item-box .bottom-box .btn-box span {*/
.link-wrap .session_2 .item-box .bottom-box .btn-box span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    background-color: #b50005;
    font-size: 18px;
    color: #fff;
    width: 160px;
    border-radius: 30px;
    cursor: pointer;
}
/*.link-wrap .session_2 .list-box .item-box .bottom-box p {*/
.link-wrap .session_2 .item-box .bottom-box p {
    font-size: 16px;
    color: #b50005;
}
/*.link-wrap .session_2 .list-box .item-box:hover {*/
.link-wrap .session_2 .item-box:hover {
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
}
/*.link-wrap .session_2 .list-box .item-box:hover::before {*/
.link-wrap .session_2 .item-box:hover::before {
    opacity: 1;
}
/*.link-wrap .session_2 .list-box .item-box:hover .bottom-box .btn-box {*/
.link-wrap .session_2 .item-box:hover .bottom-box .btn-box {
    opacity: 1;
}
.link-wrap .session_2 .swiper-pagination {
    position: static;
    margin-top: 25px;
}
.link-wrap .session_2 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.link-wrap .session_2 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b50005;
}

.link-wrap .session_3 {
    margin-bottom: 120px;
}
.link-wrap .session_3 .public-title {
    margin-bottom: 40px;
}
.link-wrap .session_3 .public-title span {
    font-size: 16px;
    color: #2d2d2d;
}
.link-wrap .session_3 .input-box {
    position: relative;
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    font-size: 16px;
}
.link-wrap .session_3 .input-box input {
    width: 360px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #a5a5a4;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    background: transparent;
    font-size: 16px;
}
.link-wrap .session_3 .input-box label {
    position: absolute;
    right: -20px;
    font-size: 18px;
    color: #808080;
    line-height: 45px;
}
.link-wrap .session_3 .input-box label em {
    font-size: 26px;
    margin-right: 4px;
    color: #e50000;
    vertical-align: middle;
}
.link-wrap .session_3 .input-box textarea {
    width: 1267px;
    padding: 15px;
    box-sizing: border-box;
    height: 200px;
    border: 1px solid #a5a5a4;
    background: transparent;
    font-size: 16px;
}
.link-wrap .session_3 .input-box:last-child {
    margin-bottom: 20px;
}
.link-wrap .session_3 .input-box.other-box input {
    width: 140px;
}
.link-wrap .session_3 .input-box.other-box label {
    left: 150px;
}
.link-wrap .session_3 .input-box.other-box .img-box {
    margin-left: 20px;
    display: inline-block;
    border: 1px solid #a5a5a4;
}
.link-wrap .session_3 .select-box select {
    height: 45px;
    line-height: 45px;
    width: 150px;
    background: #fff;
    border: 1px solid #a5a5a4;
    outline: none;
    margin-left: 10px;
    font-size: 16px;
}
.link-wrap .session_3 .btn-box {
    text-align: left;
    font-size: 0;
}
.link-wrap .session_3 .btn-box span {
    display: inline-block;
    width: 140px;
    height: 45px;
    background: #b50005;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.zytx-wrap .session_1 {
    padding-top: 80px;
    padding-bottom: 85px;
    background-color: #f8f8f8;
}
.zytx-wrap .session_1 .img-box {
    text-align: center;
}
.zytx-wrap .session_1 .img-box img {
    max-width: 100%;
}
.zytx-wrap .session_2 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    position: relative;
    padding-left: 410px;
    box-sizing: border-box;
    min-height: 480px;
}
.zytx-wrap .session_2 .left-box {
    /*margin-right: 180px;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
}
.zytx-wrap .session_2 .left-box .public-title {
    margin-bottom: 30px;
}
.zytx-wrap .session_2 .left-box ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.zytx-wrap .session_2 .left-box ul li span {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.zytx-wrap .session_2 .left-box ul li span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.zytx-wrap .session_2 .left-box ul li span::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.zytx-wrap .session_2 .left-box ul li.active span {
    color: #b50005;
}
.zytx-wrap .session_2 .left-box ul li.active span::before,
.zytx-wrap .session_2 .left-box ul li.active span::after {
    opacity: 1;
}
.zytx-wrap .session_2 .right-box {
    flex: 1;
}
.zytx-wrap .session_2 .right-box .item-box {
    display: none;
}
.zytx-wrap .session_2 .right-box .item-box.active {
    display: block;
}
.zytx-wrap .session_2 .right-box .title-box {
    margin-bottom: 20px;
}
.zytx-wrap .session_2 .right-box .title-box p {
    color: #b50005;
    font-size: 30px;
    line-height: 1.4;
}
.zytx-wrap .session_2 .right-box .title-box span {
    font-size: 22px;
    color: #838383;
}
.zytx-wrap .session_2 .right-box li {
    position: relative;
    background-color: #f5f6fb;
    margin-bottom: 2px;
    padding-left: 168px;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}
.zytx-wrap .session_2 .right-box li .title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #b50005;
    color: #fff;
    width: 132px;
    box-sizing: border-box;
    border-right: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zytx-wrap .session_3 {
    height: 100vh;
    background: url(../images/img_41.jpg) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.zytx-wrap .session_3 .centent-box {
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 195px;
}
.zytx-wrap .session_3 .left-box {
    position: absolute;
    top: 60px;
    left: 0;
}
.zytx-wrap .session_3 .left-box .public-title {
    margin-bottom: 30px;
}
.zytx-wrap .session_3 .left-box ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.zytx-wrap .session_3 .left-box ul li span {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.zytx-wrap .session_3 .left-box ul li span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.zytx-wrap .session_3 .left-box ul li span::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.zytx-wrap .session_3 .left-box ul li.active span {
    color: #b50005;
}
.zytx-wrap .session_3 .left-box ul li.active span::before,
.zytx-wrap .session_3 .left-box ul li.active span::after {
    opacity: 1;
}
.zytx-wrap .session_3 .right-box .item {
    display: none;
}
.zytx-wrap .session_3 .right-box .item .swiper-container {
    height: 100vh;
}
.zytx-wrap .session_3 .right-box .item.active {
    display: block;
}
.zytx-wrap .session_3 .right-box .img-swiper .img-box {
    height: 100%;
    text-align: left;
}
.zytx-wrap .session_3 .right-box .img-swiper .img-box img {
    height: 100%;
    max-width: 320px;
    object-fit: cover;
    cursor: pointer;
}
.zytx-wrap .session_3 .right-box .img-swiper .swiper-slide {
    transform: scale(0.8);
    transition: all 0.3s;
}
.zytx-wrap .session_3 .right-box .img-swiper .swiper-slide-active,
.zytx-wrap .session_3 .right-box .img-swiper .swiper-slide-duplicate-active {
    transform: scale(1.1);
    padding-left: 25%;
}
.zytx-wrap .session_3 .right-box .other-box {
    position: absolute;
    bottom: 80px;
    right: 0;
    display: flex;
    align-items: center;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-button-prev,
.zytx-wrap .session_3 .right-box .other-box .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    margin-left: 20px;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-button-prev::after,
.zytx-wrap .session_3 .right-box .other-box .swiper-button-next::after {
    display: none;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-button-prev img.active,
.zytx-wrap .session_3 .right-box .other-box .swiper-button-next img.active {
    display: none;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-button-prev:hover,
.zytx-wrap .session_3 .right-box .other-box .swiper-button-next:hover {
    background-color: #b50005;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-button-prev:hover img,
.zytx-wrap .session_3 .right-box .other-box .swiper-button-next:hover img {
    display: none;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-button-prev:hover img.active,
.zytx-wrap .session_3 .right-box .other-box .swiper-button-next:hover img.active {
    display: inline-block;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.zytx-wrap .session_3 .right-box .other-box .swiper-pagination .swiper-pagination-current {
    color: #b50005;
}
.zytx-wrap .session_3 .right-box .title-box {
    position: absolute;
    top: 13%;
    left: 60%;
}
.zytx-wrap .session_3 .right-box .title-box p {
    color: #b50005;
    font-size: 30px;
    line-height: 1.1;
}
.zytx-wrap .session_3 .right-box .title-box span {
    font-size: 24px;
    color: #464646;
}
.zytx-wrap .session_3 .right-box .txt-swiper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60%;
    width: 400px;
    height: 320px;
}
.zytx-wrap .session_3 .right-box .txt-swiper .swiper-container {
    height: 100%;
}
.zytx-wrap .session_3 .right-box .txt-swiper .swiper-slide {
    position: relative;
}
.zytx-wrap .session_3 .right-box .txt-swiper .swiper-slide p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 18px;
    color: #464646;
}
.zytx-wrap .session_3 .right-box .txt-swiper .swiper-slide-active p {
    color: #b50005;
    font-size: 28px;
    transition: all 0.3s;
    line-height: 1.4;
    font-weight: 700;
}
.brand-wrap .body-box {
    position: relative;
}
.brand-wrap .body-box::before {
    position: absolute;
    content: "";
    top: 90px;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: rgba(125, 125, 125, 0.44);
    z-index: 999;
}
.brand-wrap .body-box .begin-box {
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -3px;
    /*   &::before {
          position: absolute;
          content: "";
          height: 180px;
          width: 1px;
          background-color: #b50005;
          left: 3px;
          top: 10px;
        } */
}
.brand-wrap .body-box .begin-box em {
    position: absolute;
    top: 16px;
    left: 3px;
    height: 100px;
    width: 1px;
    background-color: #b50005;
    z-index: 999;
}
.brand-wrap .body-box .begin-box span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b50005;
    border-radius: 50%;
}
.brand-wrap .session_1 {
    position: relative;
    padding-bottom: 70px;
}
.brand-wrap .session_1 .title-box {
    position: absolute;
    top: 220px;
    left: 0;
}
.brand-wrap .session_1 .right-box {
    width: 50%;
    float: right;
    padding-top: 85px;
    padding-left: 110px;
    box-sizing: border-box;
}
.brand-wrap .session_1 .right-box .title {
    margin-bottom: 280px;
}
.brand-wrap .session_1 .right-box .title p {
    font-size: 30px;
    color: #b50005;
    line-height: 1.3;
}
.brand-wrap .session_1 .right-box .title span {
    color: #464646;
    font-size: 30px;
    line-height: 1.2;
}
.brand-wrap .session_1 .right-box .info-box p {
    font-size: 16px;
    color: #323232;
    margin-bottom: 25px;
}
.brand-wrap .session_2 {
    height: 968px;
    background: url(../images/img_15.jpg) center center no-repeat;
    padding-top: 145px;
    box-sizing: border-box;
}
.brand-wrap .session_2 .block {
    position: relative;
    height: 100%;
}
.brand-wrap .session_2 .info-box {
    padding-left: 90px;
    box-sizing: border-box;
    float: right;
    width: 50%;
}
.brand-wrap .session_2 .info-box .title-box span {
    color: #fff;
    font-size: 30px;
}
.brand-wrap .session_2 .info-box .title-box h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 35px;
}
.brand-wrap .session_2 .info-box .title-box h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 94px;
    height: 5px;
    background-color: #b50005;
}
.brand-wrap .session_2 .info-box .title-box p {
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}
.brand-wrap .session_2 .title {
    position: absolute;
    bottom: 100px;
    left: 0;
}
.brand-wrap .session_3 {
    height: 580px;
    position: relative;
    z-index: 9999;
}
.brand-wrap .session_3 .left-box {
    padding-top: 200px;
}
.brand-wrap .session_3 .left-box .title-box h3 {
    font-size: 40px;
    color: #414141;
    font-weight: 400;
    line-height: 1.4;
}
.brand-wrap .session_3 .left-box .title-box p {
    color: #414141;
    font-size: 30px;
}
.brand-wrap .session_3 .left-box .nub-box {
    color: #333;
    font-size: 16px;
    width: 140px;
    margin-top: 20px;
    background: url(../images/icon_29.png) center bottom no-repeat;
}
.brand-wrap .session_3 .left-box .nub-box .swiper-pagination {
    position: static;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.brand-wrap .session_3 .left-box .nub-box .swiper-pagination-current {
    color: #b50005;
}
.brand-wrap .session_3 .right-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40%;
    right: 0;
}
.brand-wrap .session_3 .right-box .swiper-button-next {
    font-size: 0;
    width: 64px;
    height: 64px;
    bottom: 65px;
    top: auto;
    right: 20%;
    margin-top: 0;
}
.brand-wrap .session_3 .right-box .swiper-button-next::after {
    display: none;
}
.brand-wrap .session_3 .right-box .swiper-slide-active .item-box::before {
    opacity: 0;
}
.brand-wrap .session_3 .right-box .item-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.brand-wrap .session_3 .right-box .item-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    opacity: 1;
    transition: all 0.3s;
}
.brand-wrap .session_3 .right-box .item-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: rgba(181, 0, 5, 0.5);
    z-index: 2;
    color: #fff;
}
.brand-wrap .session_3 .right-box .img-box img {
    width: 100%;
    height: 367px;
    object-fit: cover;
}
.brand-wrap .session_4 {
    background: url(../images/img_43.jpg);
}
.brand-wrap .session_4 .centent-box {
    position: relative;
    height: 100vh;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 200px;
}
.brand-wrap .session_4 .centent-box .swiper-container {
    height: 570px;
}
.brand-wrap .session_4 .centent-box .left-box {
    width: 600px;
    height: 100%;
}
.brand-wrap .session_4 .centent-box .left-box .swiper-slide {
    opacity: 0.6;
    height: 60px;
}
.brand-wrap .session_4 .centent-box .left-box .swiper-slide-active {
    min-height: 330px;
    opacity: 1 !important;
    transition: height 0.3s;
}
.brand-wrap .session_4 .centent-box .left-box .swiper-slide-active .item-box h3 {
    font-size: 30px;
    color: #b50005;
}
.brand-wrap .session_4 .centent-box .left-box .swiper-slide-active .item-box ul {
    display: block;
}
.brand-wrap .session_4 .centent-box .left-box .swiper-slide-active .item-box ul li {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}
.brand-wrap .session_4 .centent-box .left-box .item-box {
    color: #fff;
    text-align: right;
}
.brand-wrap .session_4 .centent-box .left-box .item-box ul {
    display: none;
}
.brand-wrap .session_4 .centent-box .title-box {
    color: #fff;
    position: absolute;
    right: 30%;
    top: 185px;
}
.brand-wrap .session_4 .centent-box .title-box .other {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.brand-wrap .session_4 .centent-box .title-box .other span {
    font-size: 30px;
    line-height: 1.2;
}
.brand-wrap .session_4 .centent-box .title-box .other p {
    font-size: 46px;
    line-height: 1.2;
    margin-top: 6px;
}
.brand-wrap .session_4 .centent-box .title-box .other::before {
    position: absolute;
    content: "";
    width: 92px;
    height: 5px;
    background-color: #b50005;
    bottom: 0;
}
.brand-wrap .session_4 .centent-box .title {
    position: absolute;
    right: 0;
    bottom: 245px;
    opacity: 0.38;
}
.brand-wrap .session_5 {
    height: 580px;
    position: relative;
    z-index: 9999;
}
.brand-wrap .session_5 .left-box {
    padding-top: 200px;
}
.brand-wrap .session_5 .left-box .title-box h3 {
    font-size: 40px;
    color: #414141;
    font-weight: 400;
    line-height: 1.4;
}
.brand-wrap .session_5 .left-box .title-box p {
    color: #414141;
    font-size: 30px;
}
.brand-wrap .session_5 .left-box .nub-box {
    color: #333;
    font-size: 16px;
    width: 140px;
    margin-top: 20px;
    background: url(../images/icon_29.png) center bottom no-repeat;
}
.brand-wrap .session_5 .left-box .nub-box .swiper-pagination {
    position: static;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}
.brand-wrap .session_5 .left-box .nub-box .swiper-pagination-current {
    color: #b50005;
}
.brand-wrap .session_5 .right-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40%;
    right: 0;
}
.brand-wrap .session_5 .right-box .swiper-button-next {
    font-size: 0;
    width: 64px;
    height: 64px;
    bottom: 65px;
    top: auto;
    right: 20%;
    margin-top: 0;
}
.brand-wrap .session_5 .right-box .swiper-button-next::after {
    display: none;
}
.brand-wrap .session_5 .right-box .swiper-slide-active .item-box::before {
    opacity: 0;
}
.brand-wrap .session_5 .right-box .item-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.brand-wrap .session_5 .right-box .item-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
    opacity: 1;
    transition: all 0.3s;
}
.brand-wrap .session_5 .right-box .img-box img {
    width: 100%;
    height: 367px;
    object-fit: cover;
}
.news-wrap .session_1 {
    margin-bottom: 140px;
    margin-top: 85px;
}
.news-wrap .session_1 .left-page {
    float: left;
}
.news-wrap .session_1 .left-page .public-title {
    margin-bottom: 40px;
}
.news-wrap .session_1 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.news-wrap .session_1 .left-page ul li.active a,
.news-wrap .session_1 .left-page ul li:hover a {
    color: #b50005;
}
.news-wrap .session_1 .left-page .more-box {
    margin-top: 30px;
}
.news-wrap .session_1 .right-page {
    float: right;
    width: 1140px;
    margin-right: -12px;
}
.news-wrap .session_1 .right-page .box {
    float: left;
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}
.news-wrap .session_1 .right-page .box .pop-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}
.news-wrap .session_1 .right-page .box .pop-box .bg {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #fff;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 2;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .close-btn img {
  width: 22px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .img-box {
    position: relative;
    width: 58%;
    height: 100%;
    background-color: #000000;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .img-box video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box {
    width: 42%;
    padding-top: 55px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    height: 100%;
    position: relative;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .txt-box {
    height: 85%;
    overflow-y: scroll;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .txt-box h3 {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 15px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .txt-box p {
    font-size: 14px;
    color: #2a2a2a;
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 30px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box {
    position: absolute;
    bottom: 60px;
    left: 40px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box span {
    display: inline-block;
    margin-right: 35px;
    font-size: 12px;
    color: #5a5a5a;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box span img {
    margin-right: 8px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box .icon-share img {
    margin-right: 8px;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box .share-1 {
    width: 0px;
    height: 42px;
    position: absolute;
    left: 0px;
    top: -8px;
    opacity: 0;
    transition: left 0.3s;
    overflow: hidden;
}
.news-wrap .session_1 .right-page .box .pop-box .centent-box .right-box .bottom-box .share-box:hover .share-1 {
    width: 210px;
    opacity: 1;
    left: 20px;
    overflow: visible;
}
.news-wrap .session_1 .right-page .box .item-box {
    margin-bottom: 30px;
    cursor: pointer;
}
.news-wrap .session_1 .right-page .box .item-box .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.news-wrap .session_1 .right-page .box .item-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}
.news-wrap .session_1 .right-page .box .item-box .img-box > img {
    width: 100%;
    transition: all 0.3s;
}
.news-wrap .session_1 .right-page .box .item-box .img-box .icon-box {
    position: absolute;
    z-index: 9;
    top: 25px;
    right: 25px;
}
.news-wrap .session_1 .right-page .box .item-box .txt-box {
    margin-top: 10px;
}
.news-wrap .session_1 .right-page .box .item-box .txt-box .title-box {
    font-size: 16px;
    color: #2a2a2a;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.news-wrap .session_1 .right-page .box .item-box .txt-box .bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #5a5a5a;
}
.news-wrap .session_1 .right-page .box .item-box .txt-box .bottom-box img {
    margin-right: 8px;
}
.news-wrap .session_1 .right-page .box .item-box:hover .img-box::before {
    opacity: 1;
}
.news-wrap .session_1 .right-page .box .item-box:hover .img-box > img {
    transform: scale(1.1);
}
.news-wrap .session_1 .right-page .box .item-box:hover .txt-box .title-box {
    color: #b50005;
}
.growth-wrap .session_1 {
    height: 870px;
    text-align: center;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/icon_31.png) center 0px no-repeat;
}
.growth-wrap .session_1 .title-box {
    font-size: 45px;
    color: #b50005;
    line-height: 1.1;
}
.growth-wrap .session_1 .centent-box {
    width: 444px;
    height: 444px;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
}
.growth-wrap .session_1 .centent-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.growth-wrap .session_1 .centent-box .progess {
    transition: all 0.3s;
}
.growth-wrap .session_1 .centent-box ul li {
    position: absolute;
    cursor: pointer;
}
.growth-wrap .session_1 .centent-box ul li span {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #b50005;
    border-radius: 50%;
}
.growth-wrap .session_1 .centent-box ul li.active h3,
.growth-wrap .session_1 .centent-box ul li.active p {
    color: #b50005;
}
.growth-wrap .session_1 .centent-box ul li.active span::before {
    position: absolute;
    width: 28px;
    height: 28px;
    content: "";
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.growth-wrap .session_1 .centent-box ul li h3 {
    font-weight: 400;
    font-size: 16px;
    color: #6a6a6a;
}
.growth-wrap .session_1 .centent-box ul li p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.1;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(1) {
    top: -67px;
    left: 50%;
    transform: translateX(-52%);
}
.growth-wrap .session_1 .centent-box ul li:nth-child(1) span {
    bottom: -16px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(2) {
    top: 100px;
    right: -150px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(2) span {
    top: 9px;
    left: -45px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(3) {
    top: 330px;
    right: -140px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(3) span {
    top: -2px;
    left: -36px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(4) {
    bottom: -67px;
    left: 50%;
    transform: translateX(-52%);
}
.growth-wrap .session_1 .centent-box ul li:nth-child(4) span {
    top: -17px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(5) {
    top: 320px;
    left: -140px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(5) span {
    top: 5px;
    right: -34px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(6) {
    top: 100px;
    left: -150px;
}
.growth-wrap .session_1 .centent-box ul li:nth-child(6) span {
    top: 10px;
    right: -44px;
}
.growth-wrap .session_2 {
    position: relative;
    margin-top: -100px;
    height: 985px;
    background: url(../images/icon_33.png);
}
.growth-wrap .session_2 .block {
    position: relative;
    height: 100%;
    padding-top: 530px;
    box-sizing: border-box;
}
.growth-wrap .session_2 .left-box .title-box {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.growth-wrap .session_2 .left-box .title-box::before {
    position: absolute;
    content: "";
    width: 92px;
    height: 5px;
    bottom: 0;
    left: 0;
    background-color: #b50005;
}
.growth-wrap .session_2 .left-box .title-box span {
    color: #fff;
    font-size: 30px;
}
.growth-wrap .session_2 .left-box .title-box p {
    font-size: 40px;
    color: #fff;
}
.growth-wrap .session_2 .left-box .info-box p {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}
.growth-wrap .session_2 .right-box {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    transform: translateY(-50%);
}
.growth-wrap .session_2 .right-box .tel-box p {
    font-size: 41px;
    color: #fff;
    font-weight: 700;
    margin-top: 5px;
}
.growth-wrap .session_2 .right-box .er-box {
    margin-top: 40px;
}
.growth-wrap .session_2 .right-box .er-box p {
    margin-top: 10px;
    color: #fff;
}
.growth-wrap .session_3 {
    margin-top: -130px;
    padding-top: 150px;
    padding-bottom: 100px;
    box-sizing: border-box;
    background: url(../images/img_20.jpg) center top no-repeat;
}
.growth-wrap .session_3 .list-box {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}
.growth-wrap .session_3 .list-box .item-box .top-box {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.growth-wrap .session_3 .list-box .item-box .top-box::before {
    position: absolute;
    content: "";
    background-color: #b50005;
    width: 93px;
    height: 5px;
    bottom: 0;
    left: 0;
}
.growth-wrap .session_3 .list-box .item-box .top-box h3 {
    font-size: 30px;
    font-weight: 40;
    margin-top: 10px;
}
.growth-wrap .session_3 .list-box .item-box .top-box p {
    font-size: 14px;
    color: #414141;
    line-height: 1.6;
}
.growth-wrap .session_3 .list-box .item-box dl dt {
    font-size: 18px;
    color: #b50005;
    margin-bottom: 15px;
}
.growth-wrap .session_3 .list-box .item-box dl dd {
    line-height: 1.8;
    margin-bottom: 3px;
}
.growth-wrap .session_3 .list-box .item-box dl dd img {
    margin-right: 15px;
}
.growth-wrap .session_4 {
    height: 308px;
    background: url(../images/img_21.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 140px;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.growth-wrap .session_4 .title-box {
    margin-bottom: 28px;
}
.growth-wrap .session_4 .title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.growth-wrap .session_4 .title-box h3 img {
    margin-right: 12px;
}
.growth-wrap .session_4 .title-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
.growth-wrap .session_4 .form-box {
    display: flex;
    justify-content: center;
    font-size: 0;
}
.growth-wrap .session_4 .form-box input {
    width: 274px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
.growth-wrap .session_4 .form-box select {
    height: 38px;
    line-height: 38px;
    width: 138px;
    font-size: 16px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    margin-left: 5px;
}
.growth-wrap .session_4 .btn-box {
    margin-top: 36px;
}
.growth-wrap .session_4 .btn-box span {
    display: inline-block;
    width: 210px;
    background-color: #b50005;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.bmcl_yjyh-wrap .session_1 {
    margin-bottom: 140px;
    margin-top: 85px;
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
}
.bmcl_yjyh-wrap .session_1 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.bmcl_yjyh-wrap .session_1 .left-page .public-title {
    margin-bottom: 40px;
}
.bmcl_yjyh-wrap .session_1 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.bmcl_yjyh-wrap .session_1 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.bmcl_yjyh-wrap .session_1 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.bmcl_yjyh-wrap .session_1 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.bmcl_yjyh-wrap .session_1 .left-page ul li.active a,
.bmcl_yjyh-wrap .session_1 .left-page ul li:hover a {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_1 .left-page ul li.active a::before,
.bmcl_yjyh-wrap .session_1 .left-page ul li:hover a::before,
.bmcl_yjyh-wrap .session_1 .left-page ul li.active a::after,
.bmcl_yjyh-wrap .session_1 .left-page ul li:hover a::after {
    opacity: 1;
}
.bmcl_yjyh-wrap .session_1 .right-page {
    position: relative;
    z-index: 2;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 {
    background-color: #f5f6fb;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .title-box {
    display: flex;
    margin-bottom: 38px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .title-box .title {
    display: inline-block;
    padding-bottom: 14px;
    background: url(../images/icon_41.png) center bottom no-repeat;
    background-size: 100% 7px;
    font-size: 30px;
    color: #b50005;
    font-weight: 700;
    line-height: 1.1;
    margin-right: 140px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .title-box .title img {
    margin-right: 10px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .title-box ul {
    display: flex;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .title-box ul li {
    width: 150px;
    height: 46px;
    border: 1px solid #b50005;
    line-height: 44px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 8px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #474747;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .title-box ul li.active {
    background-color: #b50005;
    color: #fff;
}

.bmcl_yjyh-wrap .session_1 .right-page .box_1 dl {
    margin-bottom: 25px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 dl dt {
    font-size: 20px;
    color: #b50005;
    font-weight: 700;
    margin-bottom: 5px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 dl dd {
    font-size: 16px;
    color: #454545;
    line-height: 1.8;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 dl dd p span {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 dl dd .note-box {
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    font-size: 14px;
    color: #646464;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 dl dd .note-box span {
    position: absolute;
    left: 0;
    top: 0;
}

.bmcl_yjyh-wrap .session_1 .right-page .box_1 .s_content ul {
    margin-bottom: 25px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .s_content ul h3 {
    font-size: 20px;
    color: #b50005;
    font-weight: 700;
    margin-bottom: 5px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .s_content ul li {
    font-size: 16px;
    color: #454545;
    line-height: 1.8;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .s_content ul li p span {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .s_content ul li .note-box {
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
    font-size: 14px;
    color: #646464;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_1 .s_content ul li .note-box span {
    position: absolute;
    left: 0;
    top: 0;
}

.bmcl_yjyh-wrap .session_1 .right-page .box_2 {
    margin-top: 60px;
    background-color: #f5f6fb;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 20px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .title-box {
    font-size: 24px;
    color: #b50005;
    font-weight: 700;
    margin-bottom: 15px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .row {
    margin-left: -10px;
    margin-right: -10px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .row .col-md-4 {
    float: left;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .item-box {
    display: block;
    position: relative;
    height: 262px;
    overflow: hidden;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .item-box .img-box {
    position: relative;
    z-index: 1;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .item-box .img-box img {
    width: 100%;
    height: 262px;
    background-size: cover;
    transition: all 0.3s;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .item-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f6fb;
    height: 47px;
    line-height: 46px;
    border-bottom: 1px solid #c9c9c9;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    color: #5a5a5a;
    z-index: 2;
    transition: all 0.3s;
}
.bmcl_yjyh-wrap .session_1 .right-page .box_2 .item-box:hover p {
    height: 0;
    opacity: 0;
}
.bmcl_yjyh-wrap .session_2 {
    background-color: #f6f5fb;
    padding-top: 60px;
    padding-bottom: 15px;
}
.bmcl_yjyh-wrap .session_2 .block {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
}
.bmcl_yjyh-wrap .session_2 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.bmcl_yjyh-wrap .session_2 .left-page .public-title {
    margin-bottom: 40px;
}
.bmcl_yjyh-wrap .session_2 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.bmcl_yjyh-wrap .session_2 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.bmcl_yjyh-wrap .session_2 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.bmcl_yjyh-wrap .session_2 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.bmcl_yjyh-wrap .session_2 .left-page ul li.active a,
.bmcl_yjyh-wrap .session_2 .left-page ul li:hover a {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_2 .left-page ul li.active a::before,
.bmcl_yjyh-wrap .session_2 .left-page ul li:hover a::before,
.bmcl_yjyh-wrap .session_2 .left-page ul li.active a::after,
.bmcl_yjyh-wrap .session_2 .left-page ul li:hover a::after {
    opacity: 1;
}
.bmcl_yjyh-wrap .session_2 .right-page {
    position: relative;
    z-index: 2;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 {
    position: relative;
    min-height: 500px;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .row {
    margin-left: -12px;
    margin-right: -12px;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .row .col-md-4 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 65px;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box {
    position: relative;
    cursor: pointer;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    border-bottom: 1px solid #c9c9c9;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box p span {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #5a5a5a;
    display: block;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box p::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f6f5fb;
    transition: all 0.3s;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box .img-box {
    overflow: hidden;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box .img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: all 0.3s;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box:hover .img-box img {
    transform: scale(1.2);
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box:hover p span {
    color: #fff;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .item-box:hover p::before {
    height: 0;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box {
    position: absolute;
    bottom: 70px;
    left: -145px;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev,
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 0;
    margin-top: 25px;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev::after,
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next::after {
    display: none;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev img.active,
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next img.active {
    display: none;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev:hover,
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next:hover {
    background-color: #b50005;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev:hover img,
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next:hover img {
    display: none;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev:hover img.active,
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next:hover img.active {
    display: inline-block;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.bmcl_yjyh-wrap .session_2 .right-page .box_1 .other-box .swiper-pagination .swiper-pagination-current {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_3 {
    padding-top: 60px;
    padding-bottom: 15px;
}
.bmcl_yjyh-wrap .session_3 .block {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
    overflow: hidden;
}
.bmcl_yjyh-wrap .session_3 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.bmcl_yjyh-wrap .session_3 .left-page .public-title {
    margin-bottom: 40px;
}
.bmcl_yjyh-wrap .session_3 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.bmcl_yjyh-wrap .session_3 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.bmcl_yjyh-wrap .session_3 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.bmcl_yjyh-wrap .session_3 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.bmcl_yjyh-wrap .session_3 .left-page ul li.active a,
.bmcl_yjyh-wrap .session_3 .left-page ul li:hover a {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_3 .left-page ul li.active a::before,
.bmcl_yjyh-wrap .session_3 .left-page ul li:hover a::before,
.bmcl_yjyh-wrap .session_3 .left-page ul li.active a::after,
.bmcl_yjyh-wrap .session_3 .left-page ul li:hover a::after {
    opacity: 1;
}
.bmcl_yjyh-wrap .session_3 .right-page {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 {
    position: relative;
    min-height: 500px;
    margin-right: -40px;
    margin-top: -60px;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box {
    border-right: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 33.33%;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 60px;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box {
    width: 100%;
    display: block;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box .img-box {
    position: relative;
    font-size: 0;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box .img-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box .img-box > img {
    width: 100%;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box .txt-box {
    text-align: center;
    line-height: 75px;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box:hover .img-box .icon-box {
    top: 50%;
    opacity: 1;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box:hover .img-box::before {
    opacity: 1;
}
.bmcl_yjyh-wrap .session_3 .right-page .box_1 .box .item-box:hover .txt-box {
    color: #b50005;
}
.bmcl_yjyh-wrap .session_4 {
    margin-top: 60px;
    height: 308px;
    background: url(../images/img_34.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 140px;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.bmcl_yjyh-wrap .session_4 .title-box {
    margin-bottom: 20px;
}
.bmcl_yjyh-wrap .session_4 .title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.bmcl_yjyh-wrap .session_4 .title-box h3 img {
    margin-right: 12px;
}
.bmcl_yjyh-wrap .session_4 .title-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
.bmcl_yjyh-wrap .session_4 .form-box {
    font-size: 0;
}
.bmcl_yjyh-wrap .session_4 .form-box .top-box {
    display: flex;
    justify-content: center;
}
.bmcl_yjyh-wrap .session_4 .form-box input {
    width: 274px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
.bmcl_yjyh-wrap .session_4 .form-box .other-box {
    margin-top: 10px;
}
.bmcl_yjyh-wrap .session_4 .form-box .other-box input {
    width: 916px;
}
.bmcl_yjyh-wrap .session_4 .btn-box {
    margin-top: 28px;
}
.bmcl_yjyh-wrap .session_4 .btn-box span {
    display: inline-block;
    width: 130px;
    background-color: #b50005;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.dckfs-wrap .session_1 {
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
}
.dckfs-wrap .session_1 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.dckfs-wrap .session_1 .left-page .public-title {
    margin-bottom: 40px;
}
.dckfs-wrap .session_1 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.dckfs-wrap .session_1 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.dckfs-wrap .session_1 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.dckfs-wrap .session_1 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.dckfs-wrap .session_1 .left-page ul li.active a,
.dckfs-wrap .session_1 .left-page ul li:hover a {
    color: #b50005;
}
.dckfs-wrap .session_1 .left-page ul li.active a::before,
.dckfs-wrap .session_1 .left-page ul li:hover a::before,
.dckfs-wrap .session_1 .left-page ul li.active a::after,
.dckfs-wrap .session_1 .left-page ul li:hover a::after {
    opacity: 1;
}
.dckfs-wrap .session_1 .right-page {
    position: relative;
    z-index: 2;
}
.dckfs-wrap .session_1 .right-page .box_1 {
    position: relative;
    min-height: 500px;
}
.dckfs-wrap .session_1 .right-page .box_1 .row {
    margin-left: -12px;
    margin-right: -12px;
}
.dckfs-wrap .session_1 .right-page .box_1 .row .col-md-4 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 70px;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box {
    cursor: pointer;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box {
    position: relative;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box > img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box .icon-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box .title {
    position: absolute;
    right: 0;
    /*height: 65px;*/
    height: 90px;
    background-color: #b50005e7;
    color: #fff;
    /*width: 180px;*/
    width: 250px;
    bottom: -33px;
    /*padding-top: 15px;*/
    padding-top: 5px;
    box-sizing: border-box;
    /*padding-left: 105px;*/
    padding-left: 10px;
    font-size: 12px;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box .title span {
    /*position: absolute;*/
    left: 22px;
    top: 15px;
    font-size: 14px;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box .title span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: -15px;
    top: 4px;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .txt-box {
    text-align: center;
    padding-top: 44px;
    line-height: 40px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
    color: #454545;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .txt-box span {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #454545;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box .txt-box span img {
    margin-right: 8px;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box:hover .img-box::before {
    opacity: 1;
}
.dckfs-wrap .session_1 .right-page .box_1 .item-box:hover .img-box .icon-box {
    opacity: 1;
    top: 50%;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box {
    position: absolute;
    bottom: 70px;
    left: -145px;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev,
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 0;
    margin-top: 25px;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev::after,
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next::after {
    display: none;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev img.active,
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next img.active {
    display: none;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover,
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover {
    background-color: #b50005;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover img,
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover img {
    display: none;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover img.active,
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover img.active {
    display: inline-block;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.dckfs-wrap .session_1 .right-page .box_1 .other-box .swiper-pagination .swiper-pagination-current {
    color: #b50005;
}
.dckfs-wrap .session_2 {
    background-color: #f6f5fb;
    padding-top: 60px;
    padding-bottom: 15px;
}
.dckfs-wrap .session_2 .block {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
}
.dckfs-wrap .session_2 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.dckfs-wrap .session_2 .left-page .public-title {
    margin-bottom: 40px;
}
.dckfs-wrap .session_2 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.dckfs-wrap .session_2 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.dckfs-wrap .session_2 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.dckfs-wrap .session_2 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.dckfs-wrap .session_2 .left-page ul li.active a,
.dckfs-wrap .session_2 .left-page ul li:hover a {
    color: #b50005;
}
.dckfs-wrap .session_2 .left-page ul li.active a::before,
.dckfs-wrap .session_2 .left-page ul li:hover a::before,
.dckfs-wrap .session_2 .left-page ul li.active a::after,
.dckfs-wrap .session_2 .left-page ul li:hover a::after {
    opacity: 1;
}
.dckfs-wrap .session_2 .right-page {
    position: relative;
    z-index: 2;
}
.dckfs-wrap .session_2 .right-page .box_1 {
    position: relative;
    min-height: 500px;
}
.dckfs-wrap .session_2 .right-page .box_1 .row {
    margin-left: -12px;
    margin-right: -12px;
}
.dckfs-wrap .session_2 .right-page .box_1 .row .col-md-4 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 65px;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box {
    position: relative;
    cursor: pointer;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    border-bottom: 1px solid #c9c9c9;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box p span {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #5a5a5a;
    display: block;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box p::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f6f5fb;
    transition: all 0.3s;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box .img-box {
    overflow: hidden;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box .img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: all 0.3s;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box:hover .img-box img {
    transform: scale(1.2);
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box:hover p span {
    color: #fff;
}
.dckfs-wrap .session_2 .right-page .box_1 .item-box:hover p::before {
    height: 0;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box {
    position: absolute;
    bottom: 70px;
    left: -145px;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev,
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 0;
    margin-top: 25px;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev::after,
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next::after {
    display: none;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev img.active,
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next img.active {
    display: none;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev:hover,
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next:hover {
    background-color: #b50005;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev:hover img,
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next:hover img {
    display: none;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-prev:hover img.active,
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-button-next:hover img.active {
    display: inline-block;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.dckfs-wrap .session_2 .right-page .box_1 .other-box .swiper-pagination .swiper-pagination-current {
    color: #b50005;
}
.dckfs-wrap .session_3 {
    padding-top: 60px;
    padding-bottom: 15px;
}
.dckfs-wrap .session_3 .block {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
    overflow: hidden;
}
.dckfs-wrap .session_3 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.dckfs-wrap .session_3 .left-page .public-title {
    margin-bottom: 40px;
}
.dckfs-wrap .session_3 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.dckfs-wrap .session_3 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.dckfs-wrap .session_3 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.dckfs-wrap .session_3 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.dckfs-wrap .session_3 .left-page ul li.active a,
.dckfs-wrap .session_3 .left-page ul li:hover a {
    color: #b50005;
}
.dckfs-wrap .session_3 .left-page ul li.active a::before,
.dckfs-wrap .session_3 .left-page ul li:hover a::before,
.dckfs-wrap .session_3 .left-page ul li.active a::after,
.dckfs-wrap .session_3 .left-page ul li:hover a::after {
    opacity: 1;
}
.dckfs-wrap .session_3 .right-page {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.dckfs-wrap .session_3 .right-page .box_1 {
    position: relative;
    min-height: 500px;
    margin-right: -40px;
    margin-top: -60px;
}
.dckfs-wrap .session_3 .right-page .box_1 .box {
    border-right: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 33.33%;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 60px;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box {
    width: 100%;
    display: block;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box .img-box {
    position: relative;
    font-size: 0;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box .img-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box .img-box > img {
    width: 100%;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box .txt-box {
    text-align: center;
    line-height: 75px;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box:hover .img-box .icon-box {
    top: 50%;
    opacity: 1;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box:hover .img-box::before {
    opacity: 1;
}
.dckfs-wrap .session_3 .right-page .box_1 .box .item-box:hover .txt-box {
    color: #b50005;
}
.dckfs-wrap .session_4 {
    margin-top: 60px;
    height: 308px;
    background: url(../images/img_34.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 140px;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.dckfs-wrap .session_4 .title-box {
    margin-bottom: 20px;
}
.dckfs-wrap .session_4 .title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.dckfs-wrap .session_4 .title-box h3 img {
    margin-right: 12px;
}
.dckfs-wrap .session_4 .title-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
.dckfs-wrap .session_4 .form-box {
    font-size: 0;
}
.dckfs-wrap .session_4 .form-box .top-box {
    display: flex;
    justify-content: center;
}
.dckfs-wrap .session_4 .form-box input {
    width: 274px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
.dckfs-wrap .session_4 .form-box .other-box {
    margin-top: 10px;
}
.dckfs-wrap .session_4 .form-box .other-box input {
    width: 916px;
}
.dckfs-wrap .session_4 .btn-box {
    margin-top: 28px;
}
.dckfs-wrap .session_4 .btn-box span {
    display: inline-block;
    width: 130px;
    background-color: #b50005;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.yz-wrap .session_1 {
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
}
.yz-wrap .session_1 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.yz-wrap .session_1 .left-page .public-title {
    margin-bottom: 40px;
}
.yz-wrap .session_1 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.yz-wrap .session_1 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.yz-wrap .session_1 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.yz-wrap .session_1 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.yz-wrap .session_1 .left-page ul li.active a,
.yz-wrap .session_1 .left-page ul li:hover a {
    color: #b50005;
}
.yz-wrap .session_1 .left-page ul li.active a::before,
.yz-wrap .session_1 .left-page ul li:hover a::before,
.yz-wrap .session_1 .left-page ul li.active a::after,
.yz-wrap .session_1 .left-page ul li:hover a::after {
    opacity: 1;
}
.yz-wrap .session_1 .right-page {
    position: relative;
    z-index: 2;
}
.yz-wrap .session_1 .right-page .box_1 {
    position: relative;
    min-height: 500px;
}
.yz-wrap .session_1 .right-page .box_1 .row {
    margin-left: -12px;
    margin-right: -12px;
}
.yz-wrap .session_1 .right-page .box_1 .row .col-md-4 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 70px;
}
.yz-wrap .session_1 .right-page .box_1 .item-box {
    cursor: pointer;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box {
    position: relative;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box > img {
    width: 100%;
    height: 228px;
    object-fit: cover;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box .icon-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box .title {
    position: absolute;
    right: 0;
    height: 65px;
    background-color: #b50005;
    color: #fff;
    width: 180px;
    bottom: -33px;
    padding-top: 15px;
    box-sizing: border-box;
    padding-left: 105px;
    font-size: 12px;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box .title span {
    position: absolute;
    left: 22px;
    top: 15px;
    font-size: 14px;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box .title span::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: -15px;
    top: 4px;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .txt-box {
    text-align: center;
    padding-top: 44px;
    line-height: 40px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 14px;
    color: #454545;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .txt-box span {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #454545;
}
.yz-wrap .session_1 .right-page .box_1 .item-box .txt-box span img {
    margin-right: 8px;
}
.yz-wrap .session_1 .right-page .box_1 .item-box:hover .img-box::before {
    opacity: 1;
}
.yz-wrap .session_1 .right-page .box_1 .item-box:hover .img-box .icon-box {
    opacity: 1;
    top: 50%;
}
.yz-wrap .session_1 .right-page .box_1 .other-box {
    position: absolute;
    bottom: 70px;
    left: -145px;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev,
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 0;
    margin-top: 25px;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev::after,
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next::after {
    display: none;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev img.active,
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next img.active {
    display: none;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover,
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover {
    background-color: #b50005;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover img,
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover img {
    display: none;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover img.active,
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover img.active {
    display: inline-block;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.yz-wrap .session_1 .right-page .box_1 .other-box .swiper-pagination .swiper-pagination-current {
    color: #b50005;
}
.yz-wrap .session_3 {
    padding-top: 60px;
    padding-bottom: 110px;
    background-color: #f6f5fb;
}
.yz-wrap .session_3 .block {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
    overflow: hidden;
}
.yz-wrap .session_3 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.yz-wrap .session_3 .left-page .public-title {
    margin-bottom: 40px;
}
.yz-wrap .session_3 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.yz-wrap .session_3 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.yz-wrap .session_3 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.yz-wrap .session_3 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.yz-wrap .session_3 .left-page ul li.active a,
.yz-wrap .session_3 .left-page ul li:hover a {
    color: #b50005;
}
.yz-wrap .session_3 .left-page ul li.active a::before,
.yz-wrap .session_3 .left-page ul li:hover a::before,
.yz-wrap .session_3 .left-page ul li.active a::after,
.yz-wrap .session_3 .left-page ul li:hover a::after {
    opacity: 1;
}
.yz-wrap .session_3 .right-page {
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.yz-wrap .session_3 .right-page .box_1 {
    position: relative;
    min-height: 500px;
    margin-right: -40px;
    margin-top: -60px;
}
.yz-wrap .session_3 .right-page .box_1 .box {
    border-right: 1px solid #dbdbdb;
    box-sizing: border-box;
    width: 33.33%;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 60px;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box {
    width: 100%;
    display: block;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box .img-box {
    position: relative;
    font-size: 0;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    opacity: 0;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box .img-box .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box .img-box > img {
    width: 100%;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box .txt-box {
    text-align: center;
    line-height: 75px;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box:hover .img-box .icon-box {
    top: 50%;
    opacity: 1;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box:hover .img-box::before {
    opacity: 1;
}
.yz-wrap .session_3 .right-page .box_1 .box .item-box:hover .txt-box {
    color: #b50005;
}
.yz-wrap .session_4 {
    height: 308px;
    background: url(../images/img_36.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 140px;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.yz-wrap .session_4 .title-box {
    margin-bottom: 20px;
}
.yz-wrap .session_4 .title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.yz-wrap .session_4 .title-box h3 img {
    margin-right: 12px;
}
.yz-wrap .session_4 .title-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
.yz-wrap .session_4 .title-box p span {
    color: #b50005;
    display: inline-block;
    margin-right: 20px;
}
.yz-wrap .session_4 .form-box {
    font-size: 0;
}
.yz-wrap .session_4 .form-box .top-box {
    display: flex;
    justify-content: center;
}
.yz-wrap .session_4 .form-box input {
    width: 274px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
.yz-wrap .session_4 .form-box .other-box {
    margin-top: 10px;
}
.yz-wrap .session_4 .form-box .other-box input {
    width: 916px;
}
.yz-wrap .session_4 .btn-box {
    margin-top: 28px;
}
.yz-wrap .session_4 .btn-box span {
    display: inline-block;
    width: 130px;
    background-color: #b50005;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.lvcjgs-wrap .session_1 {
    background-color: #f6f5fb;
    padding-top: 60px;
    padding-bottom: 15px;
}
.lvcjgs-wrap .session_1 .block {
    position: relative;
    padding-left: 145px;
    box-sizing: border-box;
    padding-top: 130px;
}
.lvcjgs-wrap .session_1 .left-page {
    position: absolute;
    left: 0;
    top: 0;
}
.lvcjgs-wrap .session_1 .left-page .public-title {
    margin-bottom: 40px;
}
.lvcjgs-wrap .session_1 .left-page ul li {
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 5px;
    cursor: pointer;
}
.lvcjgs-wrap .session_1 .left-page ul li a {
    position: relative;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding-right: 22px;
}
.lvcjgs-wrap .session_1 .left-page ul li a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 2px;
    height: 2px;
    background-color: #b50005;
    opacity: 0;
}
.lvcjgs-wrap .session_1 .left-page ul li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 11px;
    background: url(../images/icon_25.png);
    opacity: 0;
}
.lvcjgs-wrap .session_1 .left-page ul li.active a,
.lvcjgs-wrap .session_1 .left-page ul li:hover a {
    color: #b50005;
}
.lvcjgs-wrap .session_1 .left-page ul li.active a::before,
.lvcjgs-wrap .session_1 .left-page ul li:hover a::before,
.lvcjgs-wrap .session_1 .left-page ul li.active a::after,
.lvcjgs-wrap .session_1 .left-page ul li:hover a::after {
    opacity: 1;
}
.lvcjgs-wrap .session_1 .right-page {
    position: relative;
    z-index: 2;
}
.lvcjgs-wrap .session_1 .right-page .box_1 {
    position: relative;
    min-height: 500px;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .row {
    margin-left: -12px;
    margin-right: -12px;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .row .col-md-4 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 65px;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box {
    position: relative;
    cursor: pointer;
    display: block;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 52px;
    height: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    border-bottom: 1px solid #c9c9c9;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box p span {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #5a5a5a;
    display: block;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box p::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f6f5fb;
    transition: all 0.3s;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box .img-box {
    overflow: hidden;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box .img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: all 0.3s;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box:hover .img-box img {
    transform: scale(1.2);
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box:hover p span {
    color: #fff;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .item-box:hover p::before {
    height: 0;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box {
    position: absolute;
    bottom: 70px;
    left: -145px;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev,
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next {
    position: static;
    width: 65px;
    height: 65px;
    line-height: 63px;
    text-align: center;
    border: 1px solid #b50005;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: 0;
    margin-top: 25px;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev::after,
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next::after {
    display: none;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev img.active,
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next img.active {
    display: none;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover,
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover {
    background-color: #b50005;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover img,
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover img {
    display: none;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-prev:hover img.active,
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-button-next:hover img.active {
    display: inline-block;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-pagination {
    position: static;
    display: inline-block;
    width: auto;
    font-size: 16px;
}
.lvcjgs-wrap .session_1 .right-page .box_1 .other-box .swiper-pagination .swiper-pagination-current {
    color: #b50005;
}
.lvcjgs-wrap .session_2 {
    margin-top: 60px;
    height: 308px;
    background: url(../images/img_38.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 140px;
    text-align: center;
    padding-top: 38px;
    box-sizing: border-box;
}
.lvcjgs-wrap .session_2 .title-box {
    margin-bottom: 10px;
}
.lvcjgs-wrap .session_2 .title-box h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.lvcjgs-wrap .session_2 .title-box h3 img {
    margin-right: 12px;
}
.lvcjgs-wrap .session_2 .title-box p {
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
}
.lvcjgs-wrap .session_2 .title-box p em {
    font-style: normal;
    font-size: 16px;
}
.lvcjgs-wrap .session_2 .title-box p i {
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 20px;
}
.lvcjgs-wrap .session_2 .form-box {
    font-size: 0;
}
.lvcjgs-wrap .session_2 .form-box .top-box {
    display: flex;
    justify-content: center;
}
.lvcjgs-wrap .session_2 .form-box input {
    width: 274px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-right: 15px;
    padding-left: 14px;
    padding-right: 14px;
}
.lvcjgs-wrap .session_2 .form-box .other-box {
    margin-top: 10px;
}
.lvcjgs-wrap .session_2 .form-box .other-box input {
    width: 916px;
}
.lvcjgs-wrap .session_2 .btn-box {
    margin-top: 28px;
}
.lvcjgs-wrap .session_2 .btn-box span {
    display: inline-block;
    width: 130px;
    background-color: #b50005;
    color: #fff;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.pro_des-wrap .session_1 {
    background-color: #f5f6fb;
    margin-top: 60px;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.pro_des-wrap .session_1 .title-box {
    font-size: 24px;
    color: #454545;
    font-weight: 700;
    margin-bottom: 18px;
}
.pro_des-wrap .session_1 .title-box span {
    color: #b50005;
}
.pro_des-wrap .session_1 .box_1 h3 {
    color: #b50005;
    font-size: 24px;
}
.pro_des-wrap .session_1 .box_1 p {
    font-size: 16px;
    color: #454545;
}
.pro_des-wrap .session_1 .box_2 {
    margin-top: 24px;
}
.pro_des-wrap .session_1 .box_2 h3 {
    color: #b50005;
    font-size: 24px;
    margin-bottom: 14px;
}
.pro_des-wrap .session_1 .box_2 .list-box .row {
    margin-left: -12px;
    margin-right: -12px;
}
.pro_des-wrap .session_1 .box_2 .list-box .row .col-md-4 {
    float: left;
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}
.pro_des-wrap .session_1 .box_2 .list-box .img-box {
    position: relative;
    cursor: pointer;
}
.pro_des-wrap .session_1 .box_2 .list-box .img-box .icon-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pro_des-wrap .session_1 .box_2 .list-box .img-box .icon-box img {
    width: 36px;
    height: 36px;
}
.pro_des-wrap .session_1 .box_2 .list-box .img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.pro_des-wrap .session_2 {
    background-color: #f5f6fb;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    padding-bottom: 80px;
}
.pro_des-wrap .session_2 .box_1 {
    margin-bottom: 40px;
}
.pro_des-wrap .session_2 .box_1 h3 {
    color: #b50005;
    font-size: 24px;
}
.pro_des-wrap .session_2 .box_1 p {
    font-size: 16px;
    color: #454545;
}
.pro_des-wrap .session_2 .box_2 h3 {
    color: #b50005;
    font-size: 24px;
    margin-bottom: 5px;
}
.pro_des-wrap .session_2 .box_2 dl dt {
    color: #b50005;
    font-size: 16px;
}
.pro_des-wrap .session_2 .box_2 dl dd {
    font-size: 14px;
    color: #454545;
}
.pro_des-wrap .session_3 {
    background-color: #f5f6fb;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    padding-bottom: 80px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.pro_des-wrap .session_3 h3 {
    color: #b50005;
    font-size: 24px;
    margin-bottom: 4px;
}
.pro_des-wrap .session_3 ul li {
    font-size: 16px;
    color: #454545;
}
.pro_des-wrap .session_4 {
    background-color: #f5f6fb;
    padding-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
}
.pro_des-wrap .session_4 h3 {
    color: #b50005;
    font-size: 24px;
    margin-bottom: 10px;
}
.pro_des-wrap .session_4 .list-box .row {
    margin-left: -12px;
    margin-right: -12px;
}
.pro_des-wrap .session_4 .list-box .row .col-md-4 {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 65px;
}
.pro_des-wrap .session_4 .list-box .item-box {
    position: relative;
    cursor: pointer;
    display: block;
}
.pro_des-wrap .session_4 .list-box .item-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 52px;
    height: 52px;
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    border-bottom: 1px solid #c9c9c9;
}
.pro_des-wrap .session_4 .list-box .item-box p span {
    position: relative;
    z-index: 3;
    font-size: 14px;
    color: #5a5a5a;
    display: block;
}
.pro_des-wrap .session_4 .list-box .item-box p::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #f6f5fb;
    transition: all 0.3s;
}
.pro_des-wrap .session_4 .list-box .item-box .img-box {
    overflow: hidden;
}
.pro_des-wrap .session_4 .list-box .item-box .img-box img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition: all 0.3s;
}
.pro_des-wrap .session_4 .list-box .item-box:hover .img-box img {
    transform: scale(1.2);
}
.pro_des-wrap .session_4 .list-box .item-box:hover p span {
    color: #fff;
}
.pro_des-wrap .session_4 .list-box .item-box:hover p::before {
    height: 0;
}
.test-wrap ul {
    margin-left: 400px;
    margin-top: 300px;
    width: 400px;
    background-color: red;
    padding: 0;
}
.test-wrap ul li {
    list-style: none;
}
.test-wrap li {
    height: 60px;
    background-color: yellow;
}
.test-wrap .btn {
    width: 200px;
    height: 45px;
    line-height: 45px;
    background-color: red;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.case-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
}
.case-pop .bg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.42);
    cursor: pointer;
    z-index: 2;
}
.case-pop .centent-box {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.case-pop .centent-box .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.case-pop .centent-box .close-btn img {
  width: 22px;
}
.case-pop .centent-box .left-box {
    width: 70%;
    float: left;
    min-height: 400px;
    position: relative;
}
.case-pop .centent-box .left-box .item-box {
    display: none;
    width: 100%;
    height: 80vh;
    position: relative;
}
.case-pop .centent-box .left-box .item-box.active {
    display: block;
}
.case-pop .centent-box .left-box .item-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-pop .centent-box .left-box .item-box .swiper-container {
    height: 100%;
}
.case-pop .centent-box .left-box .item-box .swiper-container .swiper-pagination {
    text-align: left;
    padding-left: 50px;
    bottom: 30px;
}
.case-pop .centent-box .left-box .item-box .swiper-container .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}
.case-pop .centent-box .left-box .item-box .swiper-container .swiper-pagination-bullet-active {
    background-color: #b50005;
    opacity: 1;
}
.case-pop .centent-box .right-box {
    float: left;
    width: 30%;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
    padding-top: 40px;
}
.case-pop .centent-box .right-box .title-box {
    font-size: 18px;
    font-weight: 700;
    color: #b50005;
    margin-bottom: 25px;
}
.case-pop .centent-box .right-box .title-box img {
    margin-right: 10px;
}
.case-pop .centent-box .right-box ul {
    max-height: 65vh;
    overflow-y: scroll;
    padding-right: 20px;
}
.case-pop .centent-box .right-box ul::-webkit-scrollbar {
    width: 4px !important;
    background-color: #aaaaaa !important;
    border-radius: 4px !important;
}
.case-pop .centent-box .right-box ul::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: #b50005;
}
.case-pop .centent-box .right-box ul::-webkit-scrollbar-track {
    background-color: #aaaaaa !important;
    border-radius: 4px !important;
}
.case-pop .centent-box .right-box ul li {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}
.case-pop .centent-box .right-box ul li .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.case-pop .centent-box .right-box ul li .img-box::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
}
.case-pop .centent-box .right-box ul li .img-box p {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    opacity: 0;
}
.case-pop .centent-box .right-box ul li .img-box img {
    width: 100%;
    max-height: 20vh;
    object-fit: cover;
}
/*.case-pop .centent-box .right-box ul li.active .img-box::before {*/
.case-pop .centent-box .right-box ul li:hover .img-box::before {
    opacity: 1;
}
/*.case-pop .centent-box .right-box ul li.active .img-box p {*/
.case-pop .centent-box .right-box ul li:hover .img-box p {
    opacity: 1;
}
.case-pop .centent-box .other-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90px;
    line-height: 90px;
    display: flex;
    background-color: #fff;
    z-index: 9999;
}
.case-pop .centent-box .other-box .info-box {
    background-color: #b50005;
    color: #fff;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}
.case-pop .centent-box .other-box .info-box span {
    display: inline-block;
    margin-left: 35px;
    margin-right: 35px;
}
.case-pop .centent-box .other-box .icon-share {
    position: relative;
    width: 95px;
    text-align: center;
}
.case-pop .centent-box .other-box .icon-share:hover .share-1 {
    display: block;
}
.case-pop .centent-box .other-box .icon-share .share-1 {
    position: absolute;
    bottom: 90px;
    width: 95px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    line-height: 1.6;
    padding-top: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: none;
}
.case-pop .centent-box .other-box .icon-share .share-1 .icon-wechat .wechat-qrcode {
    left: -160px;
}
.case-pop .centent-box .other-box .icon-share .share-1 .icon-wechat .wechat-qrcode:after {
    left: 90%;
    margin-left: -10px;
}
