        .menu {
            display: none;
            height: 60px;
            width: 30px;
            align-items: center;
            float: right;
        }
        
        .menu i {
            transition: all 0.2s;
            position: relative;
            width: 30px;
            height: 3px;
            background: #000000;
            display: block;
        }
        
        .menu i:before,
        .menu i:after {
            position: relative;
            content: "";
            width: 100%;
            height: 100%;
            top: 10px;
            background: #000000;
            display: block;
            transition: all 0.2s;
        }
        
        .menu i:after {
            top: unset;
            bottom: 13px;
        }
        
        .close i:before {
            top: -6px;
            -webkit-transform: translateY(6px) rotate(45deg);
            -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
        }
        
        .close i:after {
            top: -6px;
            -webkit-transform: translateY(3px) rotate(-45deg);
            -ms-transform: translateY(3px) rotate(-45deg);
            transform: translateY(3px) rotate(-45deg);
        }
        
        .close i {
            background: transparent;
        }
        
        .toubu {
            background-color: #333333;
            text-align: right;
            font-size: 14px;
            color: #ffffff;
            height: 40px;
            padding: 10px 0;
        }
        
        .ban img {
            width: 100%;
            display: block;
        }
        
        .lb-dian span {
            width: 50px;
            height: 6px;
            /*border: #d3d7d9 solid 1px;*/
            background-color: #fff;
            opacity: 1;
            border-radius: 0 !important;
            vertical-align: middle;
        }
        
        .lb-dian .swiper-pagination-bullet-active {
            background-color: #fff;
            width: 50px;
            height: 10px;
            border-radius: 0 !important;
        }
        
        .head {
            position: absolute;
            top: 40px;
            background-color: rgba(0, 0, 0, .6);
            z-index: 1999;
            width: 100%;
            height: 80px;
        }
        
        .logo {
            float: left;
        }
        
        .logo a {
            height: 80px;
            display: block;
        }
        
        .logo a img {
            height: 80px;
        }
        
        .nav {
            float: right;
            width: 63.33%;
        }
        
        .nav ul {
            font-size: 0;
            padding-top: 24px;
        }
        
        .nav ul li {
            width: 13.15%;
            display: inline-block;
            vertical-align: top;
            font-size: 16px;
            color: #ffffff;
            text-align: center;
            position: relative;
            padding-bottom: 30px;
        }
        
        .tou1 {
            box-shadow: 2.121px 2.121px 6px 0px rgb(240, 240, 240);
        }
        
        .lxwm {
            margin-top: 40px;
        }
        
        .tou1 .nav ul li {
            color: #333333;
        }
        
        .tou1 .nav ul li:hover {
            color: #da251c;
        }
        
        .tou1-top {
            margin-top: 80px;
        }
        
        .tou1 .nav ul li:hover:after {
            position: absolute;
            z-index: 999;
            width: 46%;
            top: 30px;
            margin: 0 auto;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #da251c;
            content: '';
        }
        
        .nav ul li:hover:after {
            position: absolute;
            z-index: 999;
            width: 46%;
            top: 30px;
            margin: 0 auto;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #fff;
            content: '';
        }
        
        .nav ul li .erji {
            position: absolute;
            width: 100%;
            background-color: #fff;
            z-index: 999;
            font-size: 14px;
            color: #333333;
            padding-bottom: 12px;
            top: 56px;
            display: none;
        }
        
        .nav ul li .erji dl dd {
            margin-top: 16px;
        }
        
        .nav ul li .erji dl dd:hover {
            color: #da251c;
        }
        
        .index1 {
            background-color: #fff1f0;
            padding: 40px 0;
        }
        
        .index1 ul {
            display: flex;
            justify-content: space-evenly;
            flex-wrap: wrap;
            text-align: center;
        }
        
        .index1 ul li {
            width: 33.3333%;
        }
        
        .index1-bold {
            font-size: 48px;
            color: #d7261d;
            font-family: "SourceHanSansCN-Bold";
            line-height: 1;
        }
        
        .index1-hang {
            font-size: 16px;
            color: #333333;
            padding-top: 6px;
        }
        
        .index-tit {
            text-align: center;
            font-size: 30px;
            color: #db251d;
        }
        
        .index-tit span {
            font-size: 18px;
            color: #666666;
        }
        
        .index-nei {
            text-align: center;
            font-size: 14px;
            color: #333333;
            margin-top: 10px;
        }
        
        .index2 {
            margin-top: 80px;
        }
        
        .index2-qie ul {
            text-align: center;
            font-size: 0;
            padding-top: 40px;
        }
        
        .index2-qie ul li {
            display: inline-block;
            vertical-align: top;
            line-height: 20px;
            font-size: 16px;
            color: #333333;
            font-family: "SourceHanSansCN-Bold";
            padding: 0 30px;
            border-right: 1px solid #333333;
            cursor: pointer;
        }
        
        .index2-qie ul li a {
            font-family: "SourceHanSansCN-Bold";
        }
        
        .index2-qie ul li:nth-last-of-type(1) {
            border-right: 0;
        }
        
        .index2-qie ul li.active {
            color: #da251c;
        }
        
        .index2-cp {
            display: none;
        }
        
        .index2-cp:nth-of-type(1) {
            display: block;
        }
        
        .index2-cp ul {
            font-size: 0;
        }
        
        .index2-cp ul li {
            display: inline-block;
            vertical-align: top;
            width: 23.57%;
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            position: relative;
            margin-top: 20px;
            margin-right: 1.85%;
        }
        
        .index2-cp ul li:nth-of-type(4n) {
            margin-right: 0;
        }
        
        .sycp ul li {
            display: inline-block;
            vertical-align: top;
            width: 32%;
            box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
            position: relative;
            margin-top: 20px;
            margin-right: 1.85%;
        }
        
        .sycp ul li:nth-of-type(3n) {
            margin-right: 0;
        }
        
        .index2-cp ul li img {
            width: 100%;
        }
        
        .index2-cp ul li .index2-ding {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 999;
            background: rgba(0, 0, 0, .5);
            top: 0;
            left: 0;
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-bottom: 4px solid #da251c;
            text-align: center;
        }
        
        .index2-cp ul li:hover .index2-ding {
            display: flex;
        }
        
        .index2-cp ul li .index2-ding h3 {
            font-size: 16px;
            color: #ffffff;
        }
        
        .index2-cp ul li .index2-ding h4 {
            font-size: 14px;
            color: #ffffff;
            width: 120px;
            line-height: 40px;
            border: 1px solid #ffffff;
            margin: 0 auto;
            margin-top: 36px;
        }
        
        .index-more {
            width: 160px;
            line-height: 40px;
            background-color: #da251c;
            font-size: 16px;
            color: #ffffff;
            font-family: "SourceHanSansCN-Bold";
            text-align: center;
            margin: 0 auto;
            margin-top: 30px;
        }
        
        .index3 {
            margin-top: 80px;
            font-size: 0;
        }
        
        .index3-video {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
        }
        
        .index3-video video {
            width: 100%;
        }
        
        .index3-zou {
            display: inline-block;
            vertical-align: middle;
            width: 50%;
            padding-top: 50px;
            padding-bottom: 70px;
            background-color: #da251c;
        }
        
        .index-dan {
            width: 78.125%;
            margin-left: 30px;
        }
        
        .index-dan h2 {
            font-size: 30px;
            color: #ffffff;
        }
        
        .index-dan h3 {
            font-size: 36px;
            color: #ed928e;
            font-family: "SourceHanSansCN-Bold";
            padding-top: 10px;
        }
        
        .index-dan h4 {
            font-size: 14px;
            color: #ffffff;
            line-height: 30px;
            padding-top: 20px;
        }
        
        .index-dan h5 {
            font-size: 14px;
            color: #ffffff;
            width: 160px;
            line-height: 40px;
            border: 1px solid #fff;
            margin-top: 30px;
            text-align: center;
        }
        
        .index4 {
            margin-top: 100px;
        }
        
        .index4-lb {
            position: relative;
            margin-top: 20px;
            max-height: 300px;
            display: none;
        }
        
        .index4-lb .swiper-slide {
            height: 300px;
        }
        
        .index4-huan .swiper-slide img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
        }
        
        .index4-lb:nth-of-type(1) {
            display: block;
        }
        
        .index4-lb .swiper-button-next {
            right: -40px;
            outline: none;
            top: 40%;
        }
        
        .index4-lb .swiper-button-prev {
            left: -40px;
            outline: none;
            top: 40%;
        }
        
        .index5 {
            margin-top: 100px;
            padding-top: 40px;
            padding-bottom: 70px;
        }
        
        .index5-tou h3 {
            text-align: center;
            font-size: 30px;
            color: #ffffff;
            font-family: "SourceHanSansCN-Bold";
        }
        
        .index5-tou h4 {
            text-align: center;
            font-size: 14px;
            color: #ffffff;
            padding-top: 6px;
        }
        
        .index5-tou div {
            width: 40px;
            height: 4px;
            background-color: #fff;
            margin: 0 auto;
            margin-top: 14px;
        }
        
        .index5-900 {
            width: 900px;
            margin: 0 auto;
            background: rgba(255, 255, 255, .8);
            padding: 56px 0;
            margin-top: 40px;
        }
        
        .index5-kuang {
            width: 74.44%;
            margin: 0 auto;
        }
        
        #fwm1 {
            width: 38%;
            margin-right: 4%;
        }
        
        #fc1 {
            width: 38%;
            margin-right: 4%;
        }
        
        .index5-kuang input[type=text] {
            width: 83.58%;
            float: left;
            display: block;
            border: 1px solid #000000;
            background: rgba(255, 255, 255, 0);
            height: 50px;
            font-size: 14px;
            color: #666666;
            padding: 0 20px;
        }
        
        .index5-kuang input[type=submit] {
            width: 14.9%;
            float: right;
            display: block;
            border: 0;
            background: #db261d;
            height: 50px;
            font-size: 14px;
            color: #ffffff;
            font-family: "SourceHanSansCN-Bold";
            cursor: pointer;
        }
        
        .index5-ma ul {
            font-size: 0;
        }
        
        .index5-ma ul li {
            display: inline-block;
            vertical-align: top;
            margin-right: 30px;
            margin-top: 20px;
            cursor: pointer;
            position: relative;
        }
        
        .index5-ma ul li input {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 9999;
            opacity: 0;
        }
        
        .index5-ma ul li.active .index5-hong:after {
            position: absolute;
            content: '';
            width: 8px;
            height: 8px;
            background-color: #db261d;
            top: 2px;
            left: 2px;
        }
        
        .index5-ma ul li:nth-last-of-type(1) {
            margin-right: 0;
        }
        
        .index5-ma ul li .index5-hong {
            width: 14px;
            height: 14px;
            border: 1px solid #db261d;
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }
        
        .index5-ma ul li .index5-zi {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #333333;
            margin-left: 10px;
        }
        
        .ycc>.index5-form:nth-of-type(1) {
            display: block;
        }
        
        .index5-form {
            display: none;
        }
        
        .index5-form form {
            display: none;
        }
        
        .index5-form form:nth-of-type(1) {
            display: block;
        }
        
        .index5-cha h3 {
            font-size: 16px;
            color: #333333;
            margin-top: 20px;
        }
        
        .index5-cha h4 {
            font-size: 14px;
            color: #333;
            padding-top: 18px;
        }
        
        footer {
            background-color: #222222;
            padding-top: 40px;
            padding-bottom: 30px;
        }
        
        .foot-nav {
            width: 65%;
            float: left;
        }
        
        .foot-nav ul {
            display: flex;
            justify-content: space-between;
        }
        
        .foot-nav ul li {
            font-size: 14px;
            color: #ffffff;
        }
        
        .foot-nav ul li dd {
            margin-top: 8px;
        }
        
        .foot-ma {
            float: right;
            width: 32%;
        }
        
        .foot-ma ul {
            display: flex;
            justify-content: space-between;
        }
        
        .foot-ma ul li {
            font-size: 14px;
            color: #fff;
            text-align: center;
        }
        
        .foot-ma ul li img {
            width: 110px;
            margin-top: 8px;
        }
        
        .dlogo {
            display: inline-block;
            vertical-align: middle;
            width: 26.85%;
            border-right: 2px solid #fff;
            margin-right: 80px;
        }
        
        .dlogo img {
            width: 100%;
            width: 293px;
        }
        
        .foot-down {
            margin-top: 60px;
        }
        
        .foot-bei {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #ffffff;
            line-height: 30px;
        }
        
        .foot-bei img {
            width: 19px;
            display: inline-block;
            margin-left: 3px;
            margin-top: 3px;
        }
        
        .weiz {
            font-size: 14px;
            color: #666666;
            padding-top: 20px;
        }
        
        .zheng-gy h3 {
            text-align: center;
            font-size: 30px;
            color: #da261c;
        }
        
        .zheng-gy h4 {
            text-align: center;
            font-size: 14px;
            color: #666666;
        }
        
        .zheng-gy div {
            width: 60px;
            height: 1px;
            background-color: #dddddd;
            margin: 8px auto;
        }
        
        .cpzx {
            margin-top: 40px;
            margin-bottom: 80px;
        }
        
        .cpzx-lie ul {
            font-size: 0;
        }
        
        .cpzx-lie ul li {
            display: inline-block;
            vertical-align: top;
            width: 32.14%;
            margin-right: 1.78%;
            margin-top: 30px;
        }
        
        .cpzx-lie ul li:nth-of-type(3n) {
            margin-right: 0;
        }
        
        .cpzx-lie ul li img {
            max-width: 100%;
            margin: 0 auto;
            min-height: 300px;
        }
        
        .cpzx-lie ul li .cp-tu {
            position: relative;
            box-shadow: 0px 0px 7px 0px rgb(240, 240, 240);
        }
        
        .cpzx-lie ul li .cp-dw {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 999;
            background: rgba(0, 0, 0, .5);
            top: 0;
            left: 0;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-bottom: 4px solid #da251c;
            text-align: center;
            display: none;
        }
        
        .cpzx-lie ul li .cp-tit {
            font-size: 16px;
            color: #333333;
            text-align: center;
            font-family: "SourceHanSansCN-Bold";
            margin-top: 18px;
            line-height: 1;
        }
        
        .cpzx-lie ul li:hover .cp-dw {
            display: flex;
        }
        
        .cp-dw h2 {
            font-size: 18px;
            color: #ffffff;
            font-family: "SourceHanSansCN-Bold";
        }
        
        .cp-dw h3 {
            font-size: 14px;
            color: #ffffff;
            line-height: 30px;
            width: 88.88%;
            margin: 0 auto;
            margin-top: 26px;
        }
        
        .cp-dw h4 {
            font-size: 14px;
            color: #ffffff;
            width: 120px;
            line-height: 40px;
            border: 1px solid #ffffff;
            margin: 0 auto;
            margin-top: 36px;
        }
        
        .pages {
            text-align: center;
            margin: 0px auto;
            margin-top: 30px;
            font-size: 0;
        }
        
        .pages span {
            text-align: center;
            display: inline-block;
            height: 28px;
            min-width: 28px;
            border: 1px solid #da251c;
            background: #da251c;
            color: #fff;
            line-height: 28px;
            font-size: 14px;
            margin: 0 5px;
            /* background: #4d4d4d; */
        }
        
        .pages a {
            text-align: center;
            display: inline-block;
            height: 28px;
            width: 30px;
            border: 1px solid #e0e0e0;
            line-height: 28px;
            font-size: 14px;
            margin: 0 5px;
            color: #000;
            /* background: #4d4d4d; */
        }
        
        .pages .a1 {
            /* background: #4d4d4d; */
            display: inline-block;
            height: 28px;
            width: 58px;
            border: 1px solid #e0e0e0;
            line-height: 28px;
            font-size: 14px;
            margin: 0 5px;
        }
        
        .kehu {
            margin-top: 40px;
            margin-bottom: 80px;
        }
        
        .kehu .swiper-container {
            margin-top: 40px;
            padding-bottom: 50px;
        }
        
        .kehu .swiper-container .swiper-slide {
            box-shadow: 2.121px 2.121px 6px 0px rgb(225, 225, 225);
        }
        
        .kehu .swiper-container .swiper-slide img {
            width: 100%;
        }
        
        .lb-dian1 span {
            width: 50px;
            height: 6px;
            /*border: #d3d7d9 solid 1px;*/
            background-color: #e0242a;
            opacity: 1;
            border-radius: 0 !important;
            vertical-align: middle;
        }
        
        .lb-dian1 .swiper-pagination-bullet-active {
            background-color: #e0242a;
            width: 50px;
            height: 10px;
            border-radius: 0 !important;
        }
        
        .gsjj-clear {
            margin-top: 40px;
        }
        
        .gsjj-sp {
            background-color: #da251c;
            width: 42.8%;
            float: left;
        }
        
        .gsjj-sp video {
            width: 100%;
            object-fit: fill;
            display: block;
            position: relative;
            top: -10px;
            right: -10px;
        }
        
        .gsjj-zi {
            width: 100%;
            padding-top: 30px;
        }
        
        .gs-tit {
            font-size: 18px;
            color: #333333;
            font-family: "SourceHanSansCN-Bold";
            line-height: 1;
        }
        
        .gs-con {
            font-size: 14px;
            color: #666666;
            line-height: 30px;
            margin-top: 20px;
        }
        
        .gongsi {
            margin-top: 40px;
            margin-bottom: 90px;
        }
        
        .rencai {
            margin-top: 40px;
            margin-bottom: 80px;
        }
        
        .ren-zuo {
            float: left;
            margin-left: 20px;
            width: 52.14%;
        }
        
        .ren-zuo h3 {
            font-size: 16px;
            color: #333333;
        }
        
        .ren-zuo h4 {
            font-size: 14px;
            color: #666666;
            margin-top: 14px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .ren-zuo h5 {
            font-size: 14px;
            color: #999999;
            margin-top: 14px;
        }
        
        .ren-you {
            float: right;
            margin-right: 20px;
            width: 19px;
        }
        
        .ren-you img {
            width: 100%;
        }
        
        .ren-you img:nth-of-type(2) {
            display: none;
        }
        
        .rencai ul {
            padding-top: 20px;
        }
        
        .rencai ul li {
            padding-bottom: 18px;
            border-bottom: 1px solid #dddddd;
            margin-top: 20px;
        }
        
        .rencai ul li.bg .ren-you img:nth-of-type(1) {
            display: none;
        }
        
        .rencai ul li.bg .ren-you img:nth-of-type(2) {
            display: block;
        }
        
        .rencai-nei {
            padding: 0 20px;
            font-size: 14px;
            color: #666666;
            line-height: 30px;
            margin-top: 14px;
            display: none;
        }
        
        .rencai ul li.bg .ren-zuo h3 {
            color: #da251c;
            display: inline-block;
            vertical-align: middle;
        }
        
        .rencai ul li.bg .ren-zuo h4 {
            display: none;
        }
        
        .rencai ul li.bg .ren-zuo h5 {
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
            padding-left: 20px;
        }
        
        .rencai ul li.bg {
            border-bottom: 1px solid #da251c;
        }
        
        .xinwen {
            margin-top: 40px;
            margin-bottom: 60px;
        }
        
        .xinwen-tou ul {
            font-size: 0;
            padding-top: 40px;
        }
        
        .xinwen-tou ul li {
            width: 32.14%;
            display: inline-block;
            vertical-align: top;
            padding: 20px 1.78%;
            box-shadow: 2.121px 2.121px 6px 0px rgb(225, 225, 225);
            margin-right: 1.71%;
        }
        
        .xinwen-tou ul li:nth-of-type(3n) {
            margin-right: 0;
        }
        
        .xinwen-tou ul li img {
            width: 100%;
        }
        
        .xw-tit {
            font-size: 16px;
            color: #333333;
            margin-top: 16px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .xw-date {
            font-size: 14px;
            color: #999999;
            margin-top: 13px;
        }
        
        .ren-ul li:hover {
            border-bottom: 1px solid #da251c;
        }
        
        .ren-ul li:hover h3 {
            color: #da251c;
        }
        
        .fazhan {
            margin-top: 40px;
        }
        
        .fa-back {
            margin-top: 40px;
        }
        
        .fa-nian {
            float: left;
            width: 21%;
        }
        
        .fa-nian ul {
            border-top: 1px solid #dddddd;
        }
        
        .fa-nian ul li {
            line-height: 56px;
            text-align: center;
            font-size: 18px;
            color: #333333;
            border-bottom: 1px solid #dddddd;
        }
        
        .fa-nian ul li.active {
            color: #da251c;
        }
        
        .fa-nei {
            float: right;
            width: 79%;
        }
        
        .fa-nei-tit {
            background-color: #f0f0f0;
        }
        
        .fa-nei-tit h3 {
            background-color: #da251c;
            font-size: 18px;
            color: #ffffff;
            border-radius: 12px;
            line-height: 50px;
            text-align: center;
            width: 300px;
            margin: 0 auto;
        }
        
        .fa-nei-con {
            position: relative;
            padding-top: 70px;
            padding-bottom: 110px;
        }
        
        .huis {
            position: absolute;
            width: 4px;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            z-index: 999;
            margin: 0 auto;
            background-color: #eeeeee;
        }
        
        .fa-nei-con ul {
            width: 620px;
            margin: 0 auto;
        }
        
        .fa-nei-con ul li {
            margin-bottom: 40px;
            position: relative;
        }
        
        .fa-nei-con ul li:before {
            position: absolute;
            content: '';
            width: 20px;
            height: 20px;
            z-index: 999;
            background-color: #da251c;
            border-radius: 50%;
            left: 0;
            top: 0;
            right: 0;
            margin: 0 auto;
            border: 3px solid #ebb8b6
            /* rgba(218,37,28,.3) */
            ;
        }
        
        .fa-nei-con ul li .fa-juti {
            width: 260px;
            padding: 20px;
            min-height: 100px;
            font-size: 14px;
            color: #666666;
            box-shadow: 2.121px 2.121px 7px 0px rgb(227, 227, 227);
        }
        
        .fa-nei-con ul li .fa-nianfen {
            width: 260px;
            font-size: 16px;
            color: #333333;
        }
        
        .fa-nei-con ul li:nth-of-type(odd) .fa-nianfen {
            float: right;
        }
        
        .fa-nei-con ul li:nth-of-type(odd) .fa-juti {
            float: left;
        }
        
        .fa-nei-con ul li:nth-of-type(even) .fa-nianfen {
            float: left;
            text-align: right;
        }
        
        .fa-nei-con ul li:nth-of-type(even) .fa-juti {
            float: right;
        }
        
        .gongzhuang {
            margin-top: 40px;
            margin-bottom: 80px;
        }
        
        .gong-zi {
            text-align: center;
            font-size: 14px;
            color: #666666;
            margin-top: 14px;
        }
        
        .gz-lie ul {
            font-size: 0;
            display: flex;
            flex-wrap: wrap;
        }
        
        .gz-lie ul li .t_asd {
            padding: 5px;
            box-sizing: border-box;
        }
        
        .gz-lie ul li .t_asd img {
            height: 100%;
            object-fit: contain;
        }
        
        .index-dan span {
            color: #fff !important;
        }
        
        .gz-lie ul li .t_asd {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 250px;
        }
        
        .gz-lie ul li {
            display: block;
            box-shadow: 2.121px 2.121px 6px 0px rgb(225, 225, 225);
            width: 32%;
            margin-right: 1.85%;
            margin-top: 22px;
        }
        
        .gz-lie ul li:nth-of-type(3n) {
            margin-right: 0;
        }
        
        .gz-lie ul li img {
            width: 100%;
        }
        
        .gz-lie ul li h4 {
            line-height: 50px;
            text-align: center;
            font-size: 16px;
            color: #333333;
        }
        
        .prev {
            float: left;
            cursor: pointer;
        }
        
        .prev_btn1 {
            width: 16px;
            text-align: center;
            height: 18px;
            margin-top: 40px;
            margin-right: 20px;
            cursor: pointer;
            float: left;
        }
        
        .next_btn1 {
            width: 16px;
            text-align: center;
            height: 18px;
            margin-top: 40px;
            cursor: pointer;
            float: right;
        }
        
        .prev1 {
            position: absolute;
            top: 46%;
            left: 0;
            width: 28px;
            height: 51px;
            z-index: 9;
            cursor: pointer;
        }
        
        .next1 {
            position: absolute;
            top: 46%;
            right: 0;
            width: 28px;
            height: 51px;
            z-index: 9;
            cursor: pointer;
        }
        
        .mhc {
            background: #000;
            width: 100%;
            opacity: 0.5;
            -moz-opacity: 0.5;
            filter: alpha(Opacity=50);
            position: fixed;
            left: 0;
            top: 0;
            display: none;
            z-index: 999;
        }
        
        .cl {
            position: absolute;
            top: 10%;
            right: 1%;
            width: 28px;
            height: 28px;
            z-index: 19999;
            cursor: pointer;
        }
        
        .pop_up {
            width: 100%;
            background: rgba(0, 0, 0, .6);
            position: fixed;
            left: 0;
            top: 0;
            display: none;
            z-index: 99;
            height: 100%;
        }
        
        .pop_up_xx {
            width: 40px;
            height: 40px;
            position: absolute;
            top: -40px;
            right: 0;
            cursor: pointer;
        }
        
        .pop_up2 {
            /* width:100%; */
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .pop_up2 ul {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            display: flex;
            align-items: center;
        }
        
        .pop_up2 ul li {
            float: left;
            text-align: center;
            height: 78% !important;
        }
        
        .pop_up2 ul li div {
            width: 64%;
            display: block;
            height: 100%;
            object-fit: cover;
            margin: 0 auto;
        }
        
        .pop_up2 ul li div img {
            width: 100%;
            display: block;
        }
        
        .next1 img,
        .prev1 img {
            width: 100%;
        }
        
        .pop_up2 ul li h4 {
            background-color: #fff;
            line-height: 70px;
            font-size: 18px;
            color: #333;
            margin: 0 auto;
        }
        
        .lxwm-xia {
            margin-top: 30px;
            margin-bottom: 80px;
            position: relative;
        }
        
        .lxwm-ditu {
            width: 64.2%;
        }
        
        .lxwm-wenzi {
            position: absolute;
            width: 560px;
            padding: 60px 70px;
            background-color: #fff;
            top: 30px;
            bottom: 30px;
            right: 0;
            box-shadow: 2.179px 3.355px 6px 0px rgb(226, 226, 226);
        }
        
        .lxwm-wenzi h2 {
            font-size: 24px;
            color: #da261c;
            font-family: "SourceHanSansCN-Bold";
            line-height: 1;
        }
        
        .lxwm-wenzi h3 {
            font-size: 14px;
            color: #666666;
            margin-top: 8px;
        }
        
        .lxwm-wenzi h4 {
            font-size: 16px;
            color: #333333;
            line-height: 34px;
            margin-top: 20px;
        }
        
        .xw-xq {
            margin-top: 40px;
        }
        
        .xq-tit {
            text-align: center;
            font-size: 24px;
            color: #333333;
        }
        
        .xq-date {
            text-align: center;
            font-size: 14px;
            color: #999999;
            margin-top: 8px;
            padding-bottom: 36px;
            border-bottom: 1px solid #dddddd;
        }
        
        .xq-content {
            font-size: 14px;
            color: #666666;
            line-height: 30px;
            padding-top: 12px;
        }
        
        .xq-content span {
            font-size: 16px;
            color: #333333;
        }
        
        .xq-content img {
            max-width: 100%;
        }
        
        .fan {
            padding-top: 30px;
        }
        
        .fan a {
            display: block;
            line-height: 30px;
        }
        
        .tui-lun {
            position: relative;
        }
        
        .xinwen-tui {
            padding-bottom: 100px;
            margin-top: 60px;
        }
        
        .xinwen-tui h3 {
            font-size: 24px;
            color: #333333;
            line-height: 30px;
            border-left: 4px solid #d41509;
            padding-left: 10px;
            font-family: "SourceHanSansCN-Bold";
        }
        
        .tui-lun .swiper-container {
            max-width: 1280px;
            margin: 0 auto;
            width: 100%;
            margin-top: 20px;
        }
        
        .tui-lun .swiper-container img {
            width: 100%;
            display: block;
        }
        
        .tui-lun .swiper-container .swiper-slide {
            box-shadow: 2.121px 2.121px 6px 0px rgb( 220, 220, 220);
        }
        
        .tui-lun .swiper-container .swiper-slide div {
            width: 100%;
            padding: 20px;
            background-color: #fff;
        }
        
        .tui-lun .swiper-container .swiper-slide div h2 {
            font-size: 16px;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .tui-lun .swiper-container .swiper-slide div h4 {
            font-size: 14px;
            color: #999999;
            padding-top: 14px;
        }
        
        .cpxq-zuo-tu {
            float: left;
            width: 35.71%;
            box-shadow: 2.121px 2.121px 6px 0px rgb(240, 240, 240);
        }
        
        .cpxq-zuo-tu img {
            width: 100%;
            display: block;
        }
        
        .cpxq-you-zi {
            float: right;
            width: 62.14%;
            padding-top: 20px;
        }
        
        .cpxq-you-zi img {
            width: 100%;
        }
        
        .cp-xq {
            margin-top: 20px;
        }
        
        .cpxq-tit {
            font-size: 24px;
            color: #333333;
        }
        
        .cpxq-cont h3 {
            font-size: 16px;
            color: #333333;
            line-height: 30px;
            border-left: 4px solid #d41509;
            padding-left: 10px;
            margin-top: 28px;
            font-family: "SourceHanSansCN-Bold";
        }
        
        .cpxq-cont h4 {
            font-size: 14px;
            color: #333333;
            line-height: 30px;
            padding-top: 16px;
        }
        
        .gallery-thumbs {
            margin-top: 20px !important;
        }
        
        .gallery-thumbs .swiper-slide-thumb-active {
            border: 1px solid #d41509 !important;
        }
        
        .gallery-thumbs .swiper-slide {
            box-shadow: 2.121px 2.121px 6px 0px rgb(240, 240, 240);
            border: 1px solid #fff;
        }
        
        .cpxq-tu {
            margin-top: 20px;
        }
        
        .cpxq-tu img {
            width: 100%;
        }
        
        .xinwen-tui .ssss {
            margin-bottom: 70px;
            padding-bottom: 50px;
        }
        
        .xinwen-tui .swiper-slide {
            position: relative;
            margin-top: 18px;
        }
        
        .xinwen-tui .swiper-slide img {
            width: 100%;
        }
        
        .xinwen-tui .swiper-slide .index2-ding {
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 999;
            background: rgba(0, 0, 0, .5);
            top: 0;
            left: 0;
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-bottom: 4px solid #da251c;
            text-align: center;
        }
        
        .xinwen-tui .swiper-slide:hover .index2-ding {
            display: flex;
        }
        
        .xinwen-tui .swiper-slide .index2-ding h2 {
            font-size: 16px;
            color: #ffffff;
        }
        
        .xinwen-tui .swiper-slide .index2-ding h4 {
            font-size: 14px;
            color: #ffffff;
            width: 120px;
            line-height: 40px;
            border: 1px solid #ffffff;
            margin: 0 auto;
            margin-top: 36px;
        }
        
        .lb-dian2 span {
            width: 50px;
            height: 6px;
            /*border: #d3d7d9 solid 1px;*/
            background-color: #333333;
            opacity: 1;
            border-radius: 0 !important;
            vertical-align: middle;
        }
        
        .lb-dian2 .swiper-pagination-bullet-active {
            background-color: #333333;
            width: 50px;
            height: 10px;
            border-radius: 0 !important;
        }
        
        .ban {
            margin-top: 80px;
        }