<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">            .main-box div {
				padding: 0;
				text-align: initial;
			}

			.main-box img {
				margin-top: 0
			}

			.main-box {
				min-width: 1200px;
				background-color: #b1000a;
				padding-bottom: 50px;
				background: -moz-linear-gradient(top, #b1000a 0%, #6e0000 140%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1000a), color-stop(140%, #6e0000));
				background: -webkit-linear-gradient(top, #b1000a 0%, #6e0000 140%);
				background: -o-linear-gradient(top, #b1000a 0%, #6e0000 140%);
				background: -ms-linear-gradient(top, #b1000a 0%, #6e0000 140%);
				background: linear-gradient(to bottom, #b1000a 0%, #6e0000 140%);
			}

			.main-box .header-img img {
				width: 100%;
				height: auto;
			}

			.main-box .content-box {
				background-color: #fff;
				width: 1170px;
				margin: 0 auto;
				padding: 30px 20px;
				margin-top: -175px;
				position: relative;
			}

			.main-box .content-box .c-title {
				margin: 0 auto;
				width: 100%;
				/*height: 70px;
				width: 1022px;
				background-size: 100% 100%;*/
			}
			.main-box .content-box .c-title img{
			    width: 100%;
			}


			.main-box .c-panel {
				padding: 40px 20px;
			}

			.main-box .djdt-box {
				display: flex;
			}

			.djdt-box .image {
				width: 450px;
				height: 338px;
			}

			.djdt-box .image img {
				width: 100%;
				height: 100%;
			}

			.djdt-box .right {
				flex: 1;
				padding-left: 20px;
			}

			.djdt-box .right .tags {
				display: flex;
				font-size: 16px;
				color: #999;
			}

			.djdt-box .right .tags .item {
				border-radius: 10px;
				padding: 5px 10px;
				cursor: pointer;
			}

			.djdt-box .right .dot {
				color: #e40010;
				font-size: 12px;
				padding-right: 5px;
			}

			.djdt-box .right .tags .item.curr {
				background-color: #e40010;
				color: #fff;
			}

			.djdt-box .right .news {
				/*margin-top: 20px;*/
				font-size: 14px;
				color: #999;
				line-height: 28px;
			}

			.djdt-box .right .news .x-title {}

			.djdt-box .right .news .time {
				color: #999;
				float: right;
			}

			.djdt-box .right .news .item {
				position: relative;
				display: block;
				line-height: 28px;
				margin-bottom: 13px;
			}

			.djdt-box .right .news .item .x-box {

				width: 370px;
				display: inline-block;
			}

			.c-panel .text-title {
				/*width: 450px;*/
				height: 35px;
			}

			.c-panel .text-title .x-title {
				width: 100%;
				font-size: 26px;
				color: #e40010;
				border-bottom: 3px solid #e40010;
				height: 35px;
				display: inline-block;
			}

			.c-panel .text-title .more {
				font-size: 16px;
				color: #e40010;
				border-bottom: 5px solid #e40010;
				height: 35px;
				display: inline-block;
				float: right;
				margin-top: -5px;
				padding: 0 5px;
			}


			.main-box .ten-s-8{
			    padding: 50px 120px!important;
			}

			.main-box .dsbj-box {
				position: relative;
				/*height: 250px;*/
				padding: 50px;
			}

			.dsbj-box .swiper-container {
				width: 100%;
				height: 100%;
				margin-left: auto;
				margin-right: auto;
			}

			.dsbj-box .swiper-slide {
			    display: block;
				text-align: center;
				font-size: 18px;
				background: #fff;
				/*height: 260px;*/

				height: calc((100% - 30px) / 2);
			}

			.dsbj-box .swiper-button-prev {
				background: url('../image/left.png') center no-repeat;
				background-size: contain;
				left: 0px
			}

			.dsbj-box .swiper-button-next {
				background: url('../image/right.png') center no-repeat;
				background-size: contain;
				right: 0px
			}

			.dsbj-box .swiper-button-next:after,
			.dsbj-box .swiper-button-prev:after {
				font-size: 0;
			}

			/*.dsbj-box .swiper-slide img {
				width: 100%;
				height: 185px;
			}*/
			.ten-s-9 .swiper-slide .img-box{
			    padding-bottom: 55%!important;
			}
			.dsbj-box .swiper-slide .img-box {
				width: 100%;
				height: 0;
				padding-bottom: 65%;
				overflow: hidden;
			}
			
			.dsbj-box .swiper-slide .img-box img{
			    width: 100%;
			}

			.dsbj-box .swiper-slide .x-title {
			    /*margin-top: 10px;*/
				text-align: center;
				font-size: 16px;
				background-color: #AF0C15;
				color: #fff;
				padding: 5px 10px;
			}

			.clamp-2 {
				display: -webkit-box;
				-webkit-line-clamp: 2;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
			}

			.clamp-1 {
				display: -webkit-box;
				-webkit-line-clamp: 1;
				overflow: hidden;
				text-overflow: ellipsis;
				-webkit-box-orient: vertical;
			}
			
			.clamp--1{
			    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
			}
			
			/*ten-s-2*/
			.swiper {
                width: 100%;
                height: 380px;
                margin: 50px auto;
                position: relative;
            }
            
            .swiper .pic {
                width: 100%;
                height: 100%;
                position: relative;
            }
            
            .swiper .pic li {
                -webkit-transition: all 0.8s;
                -moz-transition: all 0.8s;
                -o-transition: all 0.8s;
                -ms-transition: all 0.8s;
                transition: all 0.8s;
                /*width: 660px;*/
                height: 300px;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -270px;
                /*border-radius: 6px;*/
                overflow: hidden;
                box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.5);
            }
            
            .swiper .pic li img {
                width: 100%;
                /*height: 100%;*/
            }
            
            .now {
                z-index: 9;
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -o-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
            }
            
            .next {
                z-index: 6;
                -webkit-transform: translateX(300px);
                -moz-transform: translateX(300px);
                -o-transform: translateX(300px);
                -ms-transform: translateX(300px);
                transform: translateX(300px);
            }
            
            .prev {
                z-index: 6;
                -webkit-transform: translateX(-260px);
                -moz-transform: translateX(-260px);
                -o-transform: translateX(-260px);
                -ms-transform: translateX(-260px);
                transform: translateX(-260px);
            }
            
            ._bg {
                background-color: red !important;
            }
            
            .swiper .cricle {
                height: 16px;
                position: absolute;
                bottom: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
            }
            
            .swiper .cricle li {
                float: left;
                width: 14px;
                height: 14px;
                background-color: #cccccc;
                margin-right: 6px;
                border-radius: 50%;
                box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
            }
            
            .swiper .btns {
                /*display: none;*/
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 100%;
                height: 38px;
                z-index: 9;
            }
            
            
            .swiper .btns .leftbtn {
                height: 117px;
                width: 39px;
			}

			.swiper .btns .rightbtn {
			    height: 117px;
                width: 39px;
			}
            
            .leftBox,
            .rightBox {
                width: 39px;
                height: 117px;
                position: absolute;
                top: 50%;
                z-index: 99;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }
            
            .leftBox {
                left: -20px;
                background: #AF0C15 url('../image/ten-left.png') center no-repeat;
                background-size: contain;
            }
            
            .rightBox {
                right: -20px;
                background: #AF0C15 url('../image/ten-right.png') center no-repeat;
                background-size: contain;
            }
			
			
			.ten-box-2 .swiper .pic li{
			    width: 40%;
			    height: 300px;
			    margin-left: -232px;
			}
			.ten-box-2 .swiper .pic li.now{
			    border: 4px solid #AF0C15;
			}
			.ten-box-2 .swiper .pic li.now img{
			    height: 90%;
			}
			.ten-box-2 .swiper .pic li.now .x-title{
			    height: 10%;
			    line-height: 30px;
			    background-color: #AF0C15;
			    color: #fff;
			    text-align: center;
			}
			/*.ten-s-2 .swiper-slide:not(.swiper-slide-next){
			    visibility: hidden;
			    width: 15%;
			}
			.ten-s-2 .swiper-slide-next{
			    width: 70%;
			    border: 4px solid #AF0C15;
			}
			.ten-s-2 .swiper-slide-active,.ten-s-2 .swiper-slide-next + * {
			    visibility: unset!important;
			}
			.ten-s-2 .swiper-slide-active .x-title{
			    display: none;
			}
			.ten-s-2 .swiper-slide-active .img-box{
			    margin-top:33px;
			    height: 404px;
			    padding-bottom: 0;
			}
			.ten-s-2 .swiper-slide-active .img-box img{
			    height: 100%;
			    width: auto;
			}
			.ten-s-2 .swiper-slide-next + * .x-title{
			    display: none;
			}
			.ten-s-2 .swiper-slide-next + * .img-box{
			    margin-top:33px;
			    height: 404px;
			    padding-bottom: 0;
			}
			.ten-s-2 .swiper-slide-next + * .img-box img{
			    height: 100%;
			    width: auto;
			}*/
			
			/*ten-s-3*/
			.ten-s-3 .swiper-slide-next,.ten-s-7 .swiper-slide-next{
			    
			}
			.ten-s-3 .x-title,.ten-s-7 .x-title{
			    visibility: hidden;
			}
			.ten-s-3 .swiper-slide.swiper-slide-next .img-box,.ten-s-7 .swiper-slide.swiper-slide-next .img-box{
			    border: 2px solid #AE212A;
			}
			.ten-s-3 .swiper-slide:not(.swiper-slide-next) .img-box,.ten-s-7 .swiper-slide:not(.swiper-slide-next) .img-box{
			    transform:scale(0.85, 0.85);
			    -webkit-transform:scale(0.85, 0.85);
                -moz-transform:scale(0.85, 0.85);
			}
			.ten-s-3 .swiper-slide-next .x-title,.ten-s-7 .swiper-slide-next .x-title{
			    margin-top: 10px;
			    visibility: unset!important;
			    background: none;
			    color: #AE212A;
			}
			
			/*ten-s-5*/
			.ten-s-5 .x-title,.ten-s-8 .x-title{
			    margin-top: 10px;
			    background: none!important;
			    color: #AE212A!important;
			}
			
			
			/*ten-s-6*/
			
			.main-box .ten-box-6 {
				display: flex;
				padding-bottom: 90px;
			}
			.main-box .ten-box-6 .right{
			    padding: 20px;
			    width: 23%;
			    background-color: #af0c1529;
			    max-height: 580px;
			    position: relative;
			}
		    .main-box .ten-box-6 .right .prev{
		        position: absolute;
		        top: -5px;
		        left: 50%;
		        transform: translate(-50%, 0);
		        width: 0;
		        height: 0;
		        border: 10px solid #e3a9ac;
		        border-top-color: rgba(0,0,0,0);
		        border-left-color: rgba(0,0,0,0);
		        border-right-color: rgba(0,0,0,0);
		        z-index: 100;
		    }
		    .main-box .ten-box-6 .right .next{
		        position: absolute;
		        bottom: -5px;
		        left: 50%;
		        transform: translate(-50%, 0);
		        width: 0;
		        height: 0;
		        border: 10px solid #e3a9ac;
		        border-bottom-color: rgba(0,0,0,0);
		        border-left-color: rgba(0,0,0,0);
		        border-right-color: rgba(0,0,0,0);
		        z-index: 100;
		    }
		    
		    .main-box .ten-box-6 .right .swiper-slide.l-active{
		        border: 1px solid #AF0C15;
		    }
		    /*.main-box .ten-box-6 .right .swiper-slide:after{
		        display: block;
		        content: '';
		        position: absolute;
		        top: 50%;
		        right: -10px;
		        transform: translate(0, -50%);
		        width: 0;
		        height: 0;
		        border: 10px solid #AF0C15;
		        border-bottom-color: rgba(0,0,0,0);
		        border-right-color: rgba(0,0,0,0);
		        border-top-color: rgba(0,0,0,0);
		    }*/
		    
			.main-box .ten-box-6 .right .ten-s-6{
			    height: 100%;
			    overflow: hidden;
			}
			.main-box .ten-box-6 .right img{
			    width: 100%;
			}
			.main-box .ten-box-6 .right .swiper-slide{
			    height: auto!important;
			}
			
			
			.main-box .ten-box-6 .image{
			    margin-left: 20px;
			    flex:1;
			}
			.main-box .ten-box-6 .image .img-box{
			    padding: 12px 24px;
			    background-color: #af0c1529;
			    width: 100%;
			    height: 0;
			    padding-bottom: 60%;
			    overflow: hidden;
			}
			
			/*.main-box .ten-box-6 .image .img-box */.l-video-paly {
                position: absolute;
                top: 50%;
                left: 50%;
                display: block;
                width: 50px;
                height: 50px;
                background-image: url(../image/play1.png);
                background-size: 100% 100%;
                transform: translate(-50%,-50%);
                cursor: pointer;
            }
			.main-box .ten-box-6 .image .img-box img{
			    width: 100%;
			}
			.main-box .ten-box-6 .image .x-title{
			    text-align: center;
			    background-color: #AF0C15;
			    color: #fff;
			    padding: 25px 0;
			    border-radius: 0 0 20px 20px;
			}
			
			.main-box .ten-s-6{
			    /*background-color: #af0c1529;*/
			}
			.main-box .ten-s-6 .img-box{
			    padding-bottom: 56%;
			}
			.main-box .ten-s-6 .x-title{
			    text-align: center;
			    background-color: #AF0C15;
			    color: #fff;
			    padding: 5px 10px;
			    /*border-radius: 0 0 20px 20px;*/
			}
			
			@media (min-width: 1px) and (max-width: 768px){
			    .main-box .ten-s-8 {
                    padding: 10px !important;
                }
			    .main-box{
			        margin-top: 68px;
			        min-width: 0px;
			    }
			    .main-box .content-box{
			        width: auto;
			        padding:30px 0;
			        margin-left: 15px;
			        margin-right: 15px;
			    }
			    .main-box .c-panel{
			        padding: 10px 10px;
			    }
			    .djdt-box .image{
			        width: 100%;
			        height: 254px;
			    }
			    .djdt-box .right{
			        padding:10px;
			    }
			    .gengduo {
			        font-size: 14px !important;
			        left: 40% !important;}
			    .djdt-box .right .news .item .x-box{
			        width: 70%;
			    }
			    .djdt-box .right .news .x-title{
			        width: 100%;
			    }
			    
			    
			    
			    .main-box .content-box .c-title{
			        width: 100%;
			        height: 33px;
			    }
			    .main-box .djdt-box{
			        display: block;
			        padding-top: 0px;
			        padding-bottom: 0px;
			    }
			    .jtxf-box{
			        width: 100%;
			    }
			    .jtxf-box ul{
			        width: 100%;
			        height: 284px;
			    }
			    .main-box .wxdds-box{
			        height: auto;
			    }
			    .c-panel .text-title .more{
			        font-size: 14px;
			    }
			    .c-panel .text-title .x-title{
			        font-size: 24px;
			    }
			    .main-box .xc-box .item{
			        padding: 20px 0;
			        width: auto;
			    }
			    
			    .djdt-box .right .news .item{
			        line-height: 20px;
			        margin-bottom: 0;
			    }
			    .main-box .dsbj-box{
			        padding: 10px;
			    }
			    .dsbj-box .swiper-button-prev{
			        display: none;
			    }
			    .dsbj-box .swiper-button-next{
			        display: none;
			    }
			    
			    .main-box .ten-box-6{
			        flex-direction: column;
			    }
			    .main-box .ten-box-6 .right{
			        width: 100%;
			        min-height: 0;
			    }
			    .main-box .ten-box-6 .image{
			        margin-left: 0;
			    }
			    .main-box .ten-box-6 .image .x-title{
			        padding: 10px 0;
			    }
			    
			    
    			.ten-s-3 .x-title,.ten-s-7 .x-title{
    			    visibility: unset;
    			}
    			.ten-s-3 .swiper-slide .img-box,.ten-s-7 .swiper-slide .img-box{
    			    border: 2px solid #AE212A;
    			}
			    
			    .ten-s-3 .swiper-slide:not(.swiper-slide-next) .img-box,.ten-s-7 .swiper-slide:not(.swiper-slide-next) .img-box{
    			    transform:scale(1, 1);
    			    -webkit-transform:scale(1, 1);
                    -moz-transform:scale(1, 1);
    			}
			    
            }
			
			@media (min-width: 2400px) {
			    .main-box{
			        min-width: 1800px;
			    }
			    .main-box .content-box{
			        width: 1800px;
			    }
			    .djdt-box .image {
                    width: 800px;
                    height: 560px;
                }
                .main-box .content-box .c-title{
                    height: 140px;
                }
                .djdt-box .right .tags{
                    font-size: 24px;
                }
                .main-box .dsbj-box{
                    height: 515px;
                }
                .main-box .dsbj-box.ten-s-4{
                    height: 410px;
                }
                .main-box .dsbj-box.ten-s-5{
                    height: 400px;
                }
                .main-box .ten-box-6 .right{
                    min-height: 870px;
                }
                .dsbj-box .swiper-slide img {
                    height: 349px;
                }
                .dsbj-box .swiper-slide .x-title{
                    font-size:24px;
                }
                .main-box .xc-box .item{
                    width: 490px;
                }
                .xc-box .item img{
                    width: 100%;
                    height: 586px;
                }
                .xc-box .item .x-title{
                    font-size: 24px;
                }
                .main-box .wxdds-box{
                    height: auto;
                }
                .wxdds-box .swiper-slide img{
                    height: 349px;
                }
                .wxdds-box .swiper-slide .x-title{
                    font-size: 24px;
                }
                
                .ten-box-2 .swiper{
                    height: 580px;
                }
                .ten-box-2 .swiper .pic li{
                        width: 50%;
                    height: 510px;
                    margin-left: -440px;
                }
			}
			</pre></body></html>