.wrapbanner{overflow:hidden;position:relative;box-sizing:border-box;z-index:2;}
.banner{position:relative;overflow:hidden;}

.banner a{display:block;position:relative;}
.banner a::before{content: '';display:block;position: absolute;left: 0;top: 0;width: 100%;height: 20rem;background-image: -moz-linear-gradient( -90deg, rgb(40,40,40) 0%, rgba(40,40,40,0) 100%);background-image: -webkit-linear-gradient( -90deg, rgb(40,40,40) 0%, rgba(40,40,40,0) 100%);background-image: -ms-linear-gradient( -90deg, rgb(40,40,40) 0%, rgba(40,40,40,0) 100%);z-index: 2;opacity: .5;}

.banner .banner-img{padding-bottom: 43%;height: 0;}
.banner .banner-img img,.banner .banner-img video{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;pointer-events: none;}
.banner .swiper-slide-active .banner-img{animation:scaleBig 10s linear 0s 1 both;transform-style:preserve-3d}
@-webkit-keyframes scaleBig{
	0%{transform:scale(1)}
	100%{transform:scale(1.05)}
}
@keyframes scaleBig{
	0%{transform:scale(1)}
	100%{transform:scale(1.05)}
}
.gp-video-box video{width:100%;height:auto;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.gp-video-box{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:3}

.banner_title{position: absolute;left: calc(50% - 70rem);bottom: 25.7rem;width: 64rem;}
.banner_title img{width: 100%;height: auto;display: block;}
.banner_more{position: absolute;left: calc(50% - 70rem);bottom: 13.5rem;width: 32rem;text-align: center;color: #fff;z-index: 3;border: .1rem solid #fff;background: rgba(255, 255, 255, .2);line-height: 6.6rem;display: flex;align-items: center;justify-content: center;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.banner_more::after{content: '';display: block;background: url(../images/arrow.svg) no-repeat center/1.6rem;width: 1.6rem;height: 1.6rem;transform: rotate(-90deg);margin: 0 -2.5rem 0 3.4rem;}
.banner_more:hover{background: #212b58;border-color: #212b58;}

.wrapbanner .swiper-pagination{position: relative;bottom: 0;width: auto;left: 0;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet{width: 1rem;height: 1rem;background: #fff;opacity: .6;margin: 0 1.3rem;vertical-align: middle;line-height: 1;font-weight: bold;border-radius: 0;color: #fff;position: relative;border-radius: 50%;}
/* .wrapbanner .swiper-pagination .swiper-pagination-bullet::before,.wrapbanner .swiper-pagination .swiper-pagination-bullet::after{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);border: .2rem solid #fff;border-radius: 50%;width: 1.6rem;height: 1.6rem;transition: all cubic-bezier(0.03, 0.37, 0.81, 1.42) .5s;-ms-transition: all cubic-bezier(0.03, 0.37, 0.81, 1.42) .5s;-moz-transition: all cubic-bezier(0.03, 0.37, 0.81, 1.42) .5s;-webkit-transition: all cubic-bezier(0.03, 0.37, 0.81, 1.42) .5s;-o-transition: all cubic-bezier(0.03, 0.37, 0.81, 1.42) .5s;} */
/* .wrapbanner .swiper-pagination .swiper-pagination-bullet::after{width: 0;height: 0;background: #fff;border: none;} */
.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: #2e758a;width: 1.6rem;height: 1.6rem;}
/* .wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width: 2.4rem;height: 2.4rem;border-width: .1rem;} */
/* .wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{width: 1rem;height: 1rem;} */

.wrapbanner .swiper_menu{position: absolute;bottom: 4rem;z-index: 10;display: flex;align-items: center;justify-content: center;right: calc(50% - 69.8rem);}
.wrapbanner .arrow{width: 7.2rem;height: 7.2rem;background: rgba(255, 255, 255, .2);display: block;margin: 0 0 0 2.7rem;cursor: pointer;border-radius: 50%;position: relative;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;border: .1rem solid #fff;}
.wrapbanner .arrow::before{content: '';display: block;width: 1.4rem;height: 1.4rem;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%) rotate(90deg);background: url(../images/arrow.svg) no-repeat center/1.4rem;}
.wrapbanner .next .banner-progress{position:absolute;left:-0.5rem;top:-0.5rem;width:8rem;height:8rem;pointer-events:none;z-index:1;}
.wrapbanner .next .banner-progress svg{display:block;width:100%;height:100%;transform:rotate(-90deg);overflow:visible;}
.wrapbanner .next .banner-progress circle{fill:none;stroke-width:5;}
/* .wrapbanner .next .banner-progress .progress-track{stroke: #fff;} */
.wrapbanner .next .banner-progress .progress-bar{stroke:#fff;stroke-linecap:round;stroke-dasharray:232.48;stroke-dashoffset:232.48;opacity:0;}
.wrapbanner .next.is-playing .banner-progress .progress-bar{opacity:1;animation:bannerProgress var(--banner-progress-duration, 5000ms) linear forwards;}
.wrapbanner .prev{left: 0rem;}
.wrapbanner .next{right: 0rem;}
.wrapbanner .arrow.next::before{transform:translateX(-50%) translateY(-50%) rotate(-90deg);}
.wrapbanner .arrow:hover{background-color: rgba(255, 255, 255, .4);}
/* .wrapbanner .prev:hover{background-image: url(../images/banner_prev2.png);}
.wrapbanner .next:hover{background-image: url(../images/banner_next2.png);} */

@keyframes bannerProgress{
	from{stroke-dashoffset:232.48;}
	to{stroke-dashoffset:0;}
}

.channel_title{font-weight: bold;color: #212b58;margin-bottom: 3rem;}
.channel_title.w{color: #fff;}

.channel_link{display: flex;border: .1rem solid #212b58;text-align: center;line-height: 4.7rem;color: #212b58;width: 16rem;align-items: center;justify-content: center;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.channel_link::after{content: '';display: block;background: url(../images/arrow2.svg) no-repeat center/1.1rem;transform: rotate(-90deg);width: 1.1rem;height: .8rem;margin: 0 0 0 1.5rem;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}

.channel_link:hover{background: #212b58;color: #fff;}
.channel_link:hover::after{background-image: url(../images/arrow.svg);}

.content{position: relative;z-index: 3;overflow: hidden;}

.wrap_mode01{padding: 8.1rem 0 14.4rem;}
.mode01{align-items: center;}
.mode01 .lf{width: 75.6rem;/* padding: 2.2rem 0 0; */}
.mode01 .rt{width: 59.6rem;}

.index_01a{display: block;padding: .2rem 0 0;}
.index_01a .title{margin: 0 0 1.5rem;}
.index_01a .summary{margin: 0 0 3.2rem;color: #282828;}
.index_01a .more{display: flex;flex-wrap: wrap;}
.index_01a .more a{margin: 0 2rem 0 0;width: 20.5rem;line-height: 5.2rem;background: #d3b874;color: #fff;text-align: center;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_01a .more a:hover{background: #b48e4c;}

.wrap_mode02{padding: 6.2rem 0 7.2rem;position: relative;background: #212b58;z-index: 2;}
.wrap_mode02::before{content: '';display: block;position: absolute;left: 0;top: 0;width: calc(50% - 8rem);height: 100%;background: #7fb9e9;}
.wrap_mode02::after{content: '';background: url(../images/mode02_bg.png) no-repeat top center/cover;width: calc(50% - 8rem);height: 74.8rem;position: absolute;left: 0;bottom: 0;pointer-events: none;}
.mode02{}
.mode02 .lf{width: 0;}
.mode02 .rt{width: 68rem;}

.index_02{}
.index_02 ul{margin: 0 0 -3rem -4rem;padding: .3rem 0 0;}
.index_02 .item{margin: 0 0 3rem 4rem;border: .1rem solid #fff;line-height: 4.5rem;text-align: center;color: #fff;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_02 .item:hover{background: rgba(255, 255, 255, .2);}

.wrap_mode03{padding: 8rem 0 9.3rem;}
.mode03{}
.mode03 .lf{width: 62rem;position: relative;border-right: .1rem solid #d0d4e4;padding: 0 8.7rem 0 0;flex-direction: column;}
.mode03 .rt{width: 68rem;}

.index_03a .summary{margin: -0.5rem 0 5.8rem;color: #212b58;}

.index_03b{border-top: .1rem solid #d0d4e4;position: relative;overflow: hidden;}
.index_03b::before{content: '';display: block;position: absolute;left: 50%;top: 0;border-left: .1rem solid #d0d4e4;height: 100%;}
.index_03b ul{margin: 0 0 -4rem -8rem;}
.index_03b .item{margin: 0 0 4rem 8rem;padding: 1.7rem 0 0;color: #656565;}
.index_03b .top{padding: 0 0 0 1.6rem;position: relative;}
.index_03b .top::before{content: '';display: block;background: #656565;width: .5rem;height: .5rem;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}
.index_03b .summary{margin: -1.2rem 0 -1.3rem 1.6rem;}
.index_03b .summary span{color: #d3b874;font-weight: bold;font-size: 3em;}

.index_03c{}
.index_03c ul{margin: 0 0 -1.8rem -3rem;}
.index_03c .item{margin: 0 0 1.8rem 3rem;position: relative;}
.index_03c .gp-img{padding-bottom: 42%;}
.index_03c .title{color: #fff;position: absolute;left: 5.2rem;top: 4.3rem;z-index: 2;}

.index_03c .more{display: flex;line-height: 4.7rem;color: #fff;align-items: center;justify-content: center;position: absolute;left: 7.3rem;bottom: 3.7rem;}
.index_03c .more::after{content: '';display: block;background: url(../images/arrow.svg) no-repeat center/1.8rem;transform: rotate(-90deg);width: 1.8rem;height: 1.8rem;margin: 0 0 0 1.5rem;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}

.index_03c .item:hover .more::after{margin-left: 2rem;}

.wrap_mode04{padding: 7.1rem 0 7rem;background: url(../images/mode04_bg.png) no-repeat center/cover;}
.mode04{}
.mode04 .lf{width: 50%;position: relative;}
.mode04 .rt{width: 47%;position: relative;padding: 0;}

.mode04 .box,.mode04 .box2{justify-content: space-between;}
.mode04 .box .lf::after,.mode04 .box2 .lf::after{content: '';display: block;position: absolute;bottom: -4.2rem;left: 3rem;right: 3rem;border-bottom: .1rem dashed rgba(255, 255, 255, .5);}
.mode04 .box2 .lf::after{bottom: auto;top: -4.2rem;}
.mode04 .box2{margin-top: 8.6rem;}
.mode04 .box2 .lf{order: 2;}

.index_04a{position: relative;}
.index_04a .tip{color: #fff;position: absolute;left: 0;top: -2.7rem;}
.box2 .index_04a .tip{right: 0;left: auto;top: auto;bottom: -3.6rem;}
.index_04a .swiper{overflow: hidden;position: relative;margin: 0 -1rem;min-height: 36rem;}
.index_04a .swiper ul{margin: 0;}
.index_04a .swiper li{margin: 0;list-style: none;width: auto;}
.index_04a .swiper-slide{box-sizing: border-box;height: auto;}
.index_04a .item{min-height: 16.4rem;background: no-repeat center/cover;border-radius: 1.5rem;align-items: center;margin: .8rem 1rem;justify-content: center;}
.index_04a .img_box{}
.index_04a .img_box img{display: block;max-width: 100%;height: 8rem;}
.index_04a .info_box{padding-left: 2.5rem;color: #212b58;text-align: center;}
.box2 .index_04a .info_box{text-align: left;}
.index_04a .title{font-weight: bold;line-height: 1.15;}
.index_04a .title .count{}
.index_04a .vicetitle{margin-top: .4rem;line-height: 1.6;max-width: 20.4rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.index_04a .arrow{width: 5.4rem;height: 5.4rem;background: no-repeat center/2.5rem;margin: 0;cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);border-radius: 50%;border: .1rem solid #fff;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;z-index: 10;}
.index_04a .prev{left: -7.2rem;background-image: url(../images/prev.svg);}
.index_04a .next{right: -7.2rem;background-image: url(../images/next.svg);}
.index_04a .arrow:hover{background-color: rgba(255, 255, 255, .2);}
/* .index_04a .prev:hover{background-image: url(../images/prev2.svg);} */
/* .index_04a .next:hover{background-image: url(../images/next2.svg);} */

.mode04 .rt img{max-width: 50%;}

.wrap_mode05{padding: 9.2rem 0 10rem;}

.index_05{background: #f6f6f4;align-items: center;}
.index_05 .img_box{width: 66.5rem;}
.index_05 .gp-img{padding-bottom: 78.2%;}
.index_05 .info_box{padding: 3rem 5rem 5.4rem;width: calc(100% - 68.3rem);}
.index_05 .title{margin: 0 0 2.5rem;color: #212b58;font-weight: bold;}
.index_05 .summary{margin: 0 0 5.4rem;color: #282828;line-height: 2;text-align: justify;}
.index_05 .more{display: flex;flex-wrap: wrap;}
.index_05 .more a{margin: 0 2rem 0 0;width: 20.5rem;line-height: 4.2rem;background: #d3b874;color: #fff;text-align: center;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_05 .more a:hover{background: #b48e4c;}

.wrap_mode06{padding: 7rem 0 8.2rem;background: #f6f6f4;}
.mode06 .channel_title{width: 100%;}
.mode06 .lf{width: 66.4rem;margin: 0 0 4.2rem;}
.mode06 .rt{width: 50%;}

.index_06a{}
.index_06a ul{margin: 0 0;padding: .4rem 0 0;}
.index_06a .item{margin: 0 0;}
.index_06a .bottom{padding: 2.9rem 4rem 2.5rem 14.2rem;position: relative;background: #fff;}
.index_06a .time{color: #fff;margin: 0 0;background: #212b58;text-align: center;width: 9rem;height: 12.7rem;display: flex;align-items: center;flex-direction: column;justify-content: center;position: absolute;left: 3rem;bottom: 3.5rem;line-height: 1.1;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_06a .day{}
.index_06a .month{font-weight: bold;margin: .2rem 0 0;}

.index_06a .item:hover .time{background: #b48e4c;}

.index_06b{}
.index_06b ul{margin: 0 0 -2.1rem;padding: .4rem 0 0;}
.index_06b .item{margin: 0 0 2.1rem;background: #fff;padding: 2.7rem 4rem 2.2rem;}
.index_06b .time{color: #656565;margin: 0 0 .2rem;}

.index_06b .item:hover{background: #212b58;}
.index_06b .item:hover .time{color: rgba(255, 255, 255, .6);}
.index_06b .item:hover .title{color: #fff;}


.wrap_mode07{padding: 11rem 0 10rem;background: #dbdbd3;}
.mode07{}
.mode07 .lf{width: 29rem;position: relative;margin: -1rem 0 0;}
.mode07 .rt{width: 109.5rem;overflow: hidden;}

.mode07 .lf .channel_title{margin-bottom: 5.4rem;}

.mode07 .swiper_menu{padding: 0;font-size: 0;position: absolute;left: 0;bottom: 0;align-items: center;display: flex;}

.mode07 .arrow{width: 6rem;height: 6rem;background: no-repeat center/2.5rem;margin: 0;cursor: pointer;position: relative;top: 0;transform: none;border-radius: 50%;border: .1rem solid #fff;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;flex-shrink: 0;margin: 0 2rem 0 0;}
.mode07 .prev{left: 0;background-image: url(../images/prev.svg);}
.mode07 .next{right: 0;background-image: url(../images/next.svg);}
.mode07 .arrow:hover{border-color: #212b58;}
.mode07 .prev:hover{background-image: url(../images/prev2.svg);}
.mode07 .next:hover{background-image: url(../images/next2.svg);}

.mode07 .swiper-pagination{left: 15.8rem;text-align: left;width: auto;bottom: 50%;display: flex;}
.mode07 .swiper-pagination .swiper-pagination-bullet{width: 3.2rem;height: .4rem;background: #fff;opacity: 1;border-radius: 1rem;margin: 0 .8rem -0.2rem 0;}
.mode07 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: #212b58;}

.index_07{}
.index_07 ul{margin: 0 0;}
.index_07 .item{margin: 0 0 0 3rem;background: #f6f6f4;padding: 5.2rem 3.5rem 4.5rem;display: flex;flex-direction: column;align-items: flex-start;}
.index_07 .time{color: #656565;margin: 0 0 1.5rem;}
.index_07 .more{margin: 6.4rem 0 0;display: block;background: #d3b874;color: #fff;line-height: 3rem;display: flex;align-items: center;padding: 0 1.3rem;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_07 .more::after{content: '';display: block;background: url(../images/arrow.svg) no-repeat center/1.4rem;transform: rotate(-90deg);width: 1.4rem;height: .8rem;margin: 0 0 0 .8rem;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}

.index_07 .item:hover{}
.index_07 .item:hover .time{}
.index_07 .item:hover .more{background: #212b58;padding: 0 2rem;}
.index_07 .item:hover .more::after{margin-left: 1.2rem;}


.wrap_mode08{padding: 14.7rem 0 10.4rem;background: url(../images/mode08_bg.png) no-repeat center/cover;}
.mode08{}

.index_08{margin: 0 auto;max-width: 133rem;align-items: center;flex-direction: column;}
.index_08 .summary{margin: 0 0 2.8rem;color: #fff;text-align: center;}
.index_08 .more{background: #d3b874;color: #fff;line-height: 4.7rem;display: flex;align-items: center;padding: 0 1rem;width: 15.8rem;justify-content: center;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;}
.index_08 .more::after{content: '';display: block;background: url(../images/arrow.svg) no-repeat center/1.4rem;transform: rotate(-90deg);width: 1.4rem;height: .8rem;margin: 0 0 0 .8rem;}

.index_08 .more:hover{background: rgba(33, 43, 88, .8);}
/* .index_08 .more:hover::after{background-image: url(../images/arrow2.svg);} */


@media screen  and (max-width:992px){
    .banner{height: auto;}
	.banner .banner-img{padding-bottom: 43%;}
	.banner a::before{height: 10rem;}
	.wrapbanner .swiper_menu{right: 20px;}

	.banner_title{left: 20px;width: 40%;bottom: 88px;}
	.banner_more{left: 20px;bottom: 20px;width: 28rem;line-height: 4.7rem;font-size: 20px;width: 140px;}
	.banner_more::after{margin: 0 0 0 6px;}

	.wrap_ser .ser{height: 40px;}

	.wrap_mode01{padding: 40px 0 0px;}
	.mode01 .lf{width: 100%;padding: 0 0 20px;}
	.mode01 .rt{width: 100%;padding-left: 30%;}

	.wrap_mode02{padding: 260px 0 30px;margin-top: 20vw;}
	.wrap_mode02::before{bottom: 280px;height: auto;width: 100%;}
	.wrap_mode02::after{width: 100%;bottom: 280px;height: auto;top: -50vw;}

	.mode02 .rt{width: 100%;}
	.index_02 .item{margin-bottom: 20px;line-height: 40px;}

	.mode03 .lf{width: 100%;padding: 0 0 20px;border: none;}
	.mode03 .rt{width: 100%;}
	.index_03b{margin: 30px 0 20px;}

	.mode04 .box2{margin: 0;}
	.mode04 .box .lf::after, .mode04 .box2 .lf::after{display: none;}
	.mode04 .lf{width: 100%;padding: 0 60px;}
	.mode04 .rt{width: 100%;height: 200px;margin: 40px 0;}

	.index_04a .item{flex-wrap: nowrap;padding: 0 1rem;}
	.index_04a .info_box{flex-shrink: 1;}
	.index_04a .tip{top: -3.6rem;}
	.index_04a .title{font-size: 20px;}
	.index_04a .vicetitle{max-width: initial;}

	.wrap_mode05{padding: 40px 0;}
	.index_05 .img_box{width: 100%;}
	.index_05 .info_box{width: 100%;padding: 15px 15px 20px;}

	.wrap_mode06{padding: 40px 0;}

	.mode06 .lf{width: 100%;margin: 0 0 20px;}
	.index_06a .time{width: 80px;}
	.index_06a .bottom{padding-left: 115px;padding-top: 6px;}
	.mode06 .rt{width: 100%;margin: 0 0 20px;}

	.wrap_mode07{padding: 40px 0;}
	
	.mode07 .lf{width: 100%;margin: 0 0 20px;padding: 0 0 50px;}
	.mode07 .rt{width: 100%;}
	.index_07{margin-left: -3rem;}

	.wrap_mode08{padding: 40px 0;}

	
}
@media screen and (max-width: 767px){
    .wrapbanner .swiper_menu{bottom: 10px;}
	/* .wrapbanner .next .banner-progress{left:-4px;top:-4px;width:78px;height:78px;} */
	.banner_more{bottom: 10px;left: 20px;width: 110px;line-height:24px;font-size: 18px;}
	.banner_title{bottom: 50px;width: 30%;}

	.mode01 .rt{padding-left: 9%;}

	.index_04a .swiper{min-height: initial;}
	.mode04 .lf{padding: 0 40px;}
	.mode04 .rt{height: 160px;margin: 20px 0;}

    


}