/* homepage start */

.fullscreen_slide2::-webkit-scrollbar {width: 5px;height: 5px;background-color: #f5f5f5}
.fullscreen_slide2::-webkit-scrollbar-track {border-radius: 0;background-color: #e2e2e2}
.fullscreen_slide2::-webkit-scrollbar-thumb {border-radius: 0;background-color: #333}

.fullscreen_slide_box{height: 100vh;overflow: hidden;position: relative;z-index: 1;position: relative;}
.fullscreen_slide{height: 100vh;width: 100%;overflow: auto;box-sizing: border-box;position: absolute;top: 0;transition: top ease-in-out .7s;-ms-transition: top ease-in-out .7s;-moz-transition: top ease-in-out .7s;-webkit-transition: top ease-in-out .7s;-o-transition: top ease-in-out .7s;top: 100vh;}
.fullscreen_slide:first-child,.fullscreen_slide.on{top: 0;}
.fullscreen_slide.before{top: -100vh;}
@media screen and (max-width: 996px){
	.fullscreen_slide,.fullscreen_slide_box,.fullscreen_slide.before{height: auto;display: block;position: relative;top: 0;overflow: initial;}
}

.wrapbanner{overflow: hidden;position: relative;height: 100vh;box-sizing: border-box;}

.banner{}
.banner a{display:block;position:relative}
.banner .gp-img{padding-bottom: 100vh;}
.banner .gp-img video,.banner .gp-img img{width:100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;}
.banner .gp-img video{width:100%;height: auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.banner .swiper-slide-active .gp-img{animation:scaleBig 10s linear 0s 1 both;transform-style:preserve-3d}
@-webkit-keyframes scaleBig{
	0%{transform:scale(1)}
	100%{transform:scale(1.1)}
}
@keyframes scaleBig{
	0%{transform:scale(1)}
	100%{transform:scale(1.1)}
}

.wrapbanner .swiper_menu{position: absolute;right:auto;bottom: 0;color: #fff;text-align: center;font-size: 0;z-index: 10;left: 50%;transform: translateX(-50%);width: 30rem;height: 9rem;overflow: hidden;}
.wrapbanner .swiper_menu .bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 0;}
@keyframes moveLine {
    to {
        stroke-dashoffset: -660;
    }
}
.animating.animated_path{animation: moveLine 5s linear infinite;}
.animated_path{stroke-dasharray: 100, 1000;stroke-dashoffset: 20;}
.wrapbanner .swiper_menu .svgbg{position: absolute;left: 0;right: 0;top: 0;z-index: -1;}
.wrapbanner .tip{padding: 2rem 0 1rem;}

.wrapbanner .swiper-pagination{display: inline-block;position: relative;vertical-align: top;margin: 0 1.2rem;z-index: 10;}
.wrapbanner .swiper-pagination-bullet{cursor: pointer;display:inline-block;width: .8rem;height: .8rem;background: #fff;opacity: .66;margin: 0 .5rem;color: #fff;vertical-align: middle;}
.wrapbanner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}

.content{padding-top: 6.2rem;background: #f6f4f0;}
@media screen and (max-width: 1280px){
	.wrapbanner .tip{padding: 1.2rem 0 0;}

}
@media screen and (max-width: 996px){
    .wrapbanner{padding-top: 0;height: auto;}
	.banner .gp-img{padding-bottom: 48.8%}
	.wrapbanner .swiper_menu{}

	.content{padding: 0;}
}
@media screen and (max-width:767px){
	
	.wrapbanner .swiper-pagination,.wrapbanner .swiper_menu .more{vertical-align: bottom;}
	.wrapbanner .swiper-pagination .swiper-pagination-bullet{font-size: 16px;margin: 0 5px;}
	.wrapbanner .swiper_menu .more{padding-left: 20px;padding-right: 0;margin-bottom: 6px;}
}
/* homepage end */

/* homepage_title start */

.index_title{margin-bottom: 5.4rem;display: flex;align-items: center;justify-content: space-between;}
/* .index_title::after{content: '';display: block;clear: both;} */
.channel_link{display: block;position: relative;z-index: 2;color: #999;flex: 1;text-align: right;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;width: 100%;}
.channel_link::before{content: '';display: block;position: absolute;left: 0;right: calc(2.8rem + 48px);top: 50%;border-top: .1rem solid #ddd6c9;}
.channel_link::after{content: '';display: inline-block;vertical-align: middle;border-left: .6rem solid #821c21;border-top: .4rem solid transparent;border-bottom: .4rem solid transparent;margin: 0 0 0 .5rem;}
.channel_title{padding: 0 3rem 0 0;font-family: 'Noto Serif SC';font-weight: bold;position: relative;flex-shrink: 0;}
.channel_title::before{content: '';display: block;background: url(../images/index_title.png) no-repeat center/contain;width: 18.6rem;height: 15.8rem;position: absolute;top: 50%;transform: translateY(-59%);left: 4.4rem;z-index: -1;}
.channel_title .ch{color: #333;}
.channel_title .en{color: #ddd6c9;position: absolute;left: 0;bottom: 92%;white-space: nowrap;text-transform: uppercase;}

.channel_title.w .ch{color: #fff;}
.channel_title.w .en{color: rgba(255, 255, 255, .55);}
.channel_title.w::before{background-image: url(../images/index_title2.png);}
.channel_link.w{color: #fff;}
.channel_link.w::before{border-top: .1rem solid #ddd6c9;opacity: .2;}
.channel_link.w::after{border-left: .6rem solid #cfa972;}

@media screen and (min-width:767px){
	.index_title.c {justify-content: center;}
	.index_title.c .channel_title{padding: 0;}
	.index_title.c .channel_link{width: 27.7rem;flex: 0 0 27.7rem;position: absolute;left: 50%;margin-left: 14rem;}
}

@media screen and (max-width: 996px){
    .index_title{margin-bottom: 20px;}
}
@media screen and (max-width:767px){
    .channel_link i{display: none;}
}
/* homepage_title end */

.wrap_mode01{padding: 5.4rem 0 6rem;overflow: hidden;}
.mode01{}
.mode01 .lf{width: calc(50% - 13.5rem);float: left;}
.mode01 .rt{width: calc(50% + 13.5rem);float: right;margin: -10rem 0 0;}
.mode01 .index_title{/*margin-right: 9rem;*/max-width: 48.5rem;}

.index_01a{background: #fff;}
.index_01a ul{padding: 0 0;}
.index_01a .item{margin: 0 0 3.5rem;padding: 0 3rem 0 0;align-items: center;position: relative;z-index: 10;background: #fff;clip-path: polygon(0 0, calc(100% - 1.8rem) 0, 100% 100%, 0 100%);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 li:last-child .item{margin-bottom: 0;} */
.index_01a .item::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;width: 0;background-image: -moz-linear-gradient( 0deg, #821c21 0%, rgb(158,15,22) 100%);background-image: -webkit-linear-gradient( 0deg, #821c21 0%, rgb(158,15,22) 100%);background-image: -ms-linear-gradient( 0deg, #821c21 0%, rgb(158,15,22) 100%);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 .time_box{width: calc(1.2rem + 48px);height: 6.5rem;position: relative;text-align: center;font-family: 'Noto Serif SC';background: #821c21;color: #fff;display: flex;flex-direction: column;justify-content: center;z-index: 10;}
.index_01a .day{margin: 0 0 .3rem;line-height: 1.1;}
.index_01a .month{margin: 0 0 0;line-height: 1.1;}
.index_01a .title{margin: 0 0;width: calc(100% - 3.2rem - 48px);position: relative;z-index: 10;}
.index_01a li.on .item{margin-right: -6.4rem;padding-top: 2rem;padding-bottom: 2rem;}
.index_01a li.on .item::before{width: 100%;}
.index_01a li.on .time_box{background: #fff;color: #821c21;}
.index_01a li.on .title{color: #fff;}

.index_01b{width: calc(50vw + 13.5rem);height: 100%;}
.index_01b .item{margin: 0 0;height: 0;position: relative;transition: all ease-in-out .5s;-ms-transition: all ease-in-out .5s;-moz-transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;-o-transition: all ease-in-out .5s;display: block;}
.index_01b .item.on{height: 100%;}
.index_01b .gp-img{padding-bottom: 0;height: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-size: contain !important;background-color: #fff;background-position: center;}

.wrap_mode02{padding: 4rem 0 11.2rem;}
.mode02{}
.mode02 .lf{width: calc(50% - 3rem);float: left;padding: 1.5rem 0 0;}
.mode02 .rt{width: calc(50% - 3rem);float: right;}
.mode02 .channel_title{margin-bottom: 5rem;}
.mode02 .channel_link{margin-top: 6.5rem;}

.index_02a{display: block;padding: 2rem;background: #fff;margin: 0 0 2rem;}
.index_02a .img_box{width: 30rem;float: right;}
.index_02a .info_box{margin: 0 32rem 0 0;padding: 1.8rem 0 0;}
.index_02a .title{margin: 0 0 2.1rem;}
.index_02a .time{color: #821c21;font-family: 'Noto Serif SC';}
.index_02a .time i{margin: 0 .6rem 0 0;font-size: 1.4em;}

.index_02b{}
.index_02b ul{margin: 0 0 -2rem -2rem;}
.index_02b .item{margin: 0 0 2rem 2rem;padding: 2.6rem 2rem;background: #fff;}
.index_02b .title{margin: 0 0 2.6rem;}
.index_02b .time{color: #821c21;font-family: 'Noto Serif SC';}
.index_02b .time i{margin: 0 .6rem 0 0;font-size: 1.4em;}

.wrap_mode03{padding: 9.5rem 0 10rem;background: url(../images/mode03_bg.png) no-repeat center/cover;}
.mode03{}
.mode03 .index_title{max-width: 448px;}

.index_03{max-width: 1006px;}
.index_03 ul{margin: 0 0 -3rem -5rem;}
.index_03 .item{margin: 0 0 3rem 5rem;border: .1rem solid #fff;padding: 2.8rem 3rem 2.2rem 0;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;background: transparent;position: relative;top: 0;}
.index_03 .time_box{width: calc(1.2rem + 48px);height: 7rem;position: relative;text-align: center;font-family: 'Noto Serif SC';background: #fff;color: #821c21;display: flex;flex-direction: column;justify-content: center;z-index: 10;float: left;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_03 .day{margin: 0 0 .3rem;line-height: 1.1;}
.index_03 .month{margin: 0 0 0;line-height: 1.1;}
.index_03 .info_box{margin: 0 0 0 calc(4.2rem + 48px);padding: .5rem 0 0;color: #fff;}
.index_03 .title{margin: 0 0 1.5rem;}
.index_03 .summary i{margin: 0 1rem 0 0;}
.index_03 p{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

.index_03 .item:hover{top: -1rem;}
/* .index_03 .item:hover{background: #fff;box-shadow: 0 0 1rem rgba(0,0,0,.1);border-color: #821c21;}
.index_03 .item:hover .time_box{background: #821c21;color: #fff;}
.index_03 .item:hover .info_box{color: #821c21;} */

.wrap_mode04{padding: 9.5rem 0 10rem;}
.mode04{}

.index_04{}
.index_04 ul{margin: -1.2rem 0 -4rem -4rem;}
.index_04 .item{margin: 0 0 4rem 4rem;padding: 3rem 3rem 3.6rem 0;align-items: center;position: relative;z-index: 10;background: #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_04 .time_box{width: calc(1.2rem + 48px);height: 7rem;position: relative;text-align: center;font-family: 'Noto Serif SC';background: #821c21;color: #fff;display: flex;flex-direction: column;justify-content: center;z-index: 10;float: left;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_04 .day{margin: 0 0 .5rem;line-height: 1.1;}
.index_04 .month{margin: 0 0 0;line-height: 1.1;}
.index_04 .info_box{margin: 0 0 0 calc(3.2rem + 48px);padding: .7rem 0 0;}
.index_04 .title{margin: 0 0 1.5rem;position: relative;z-index: 10;}
.index_04 .summary{color: #999;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_04 .item:hover{box-shadow: 0 0 1rem rgba(0,0,0,.1);border-color: #821c21;}
/* .index_04 .item:hover{background: #821c21;color: #fff;}
.index_04 .item:hover .time_box{background: #fff;color: #821c21;}
.index_04 .item:hover .summary{color: rgba(255, 255, 255, .55);} */

.wrap_mode05{padding: 9rem 0 6rem;}
.mode05{}
.mode05 .index_title{margin-bottom: 4.3rem;}
.mode05 .lf{width: 57%;float: left;}
.mode05 .rt{width: 40.14%;float: right;}

.index_05a{display: block;position: relative;}
.index_05a::before{content: '';display: block;background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);opacity: 0.4;height: 18rem;position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;}
.index_05a .gp-img{padding-bottom: 55%;}
.index_05a .bottom{padding: 0 3.2rem 1.8rem;position: absolute;left: 0;right: 0;bottom: 0;color: #fff;z-index: 10;}
.index_05a .title{margin: 0 0 1.2rem;}
.index_05a .time{color: #fff;font-family: 'Noto Serif SC';}
.index_05a .time i{margin: 0 .6rem 0 0;font-size: 1.4em;}

.index_05b{}
.index_05b ul{margin: 0 0 -2rem;padding: 0 0;}
.index_05b .item{margin: 0 0 2rem;align-items: center;}
.index_05b .img_box{width: 24rem;float: left;width:42.1%;}
.index_05b .info_box{margin: 0 0 0 -2rem;padding: 1.4rem 2rem 1.6rem;width: calc(57.9% + 2rem);background: #fff;position: relative;z-index: 2;}
.index_05b .title{margin: 0 0 .6rem;}
.index_05b .time{color: #821c21;font-family: 'Noto Serif SC';}
.index_05b .time i{margin: 0 .6rem 0 0;font-size: 1.4em;}

@media screen  and (max-width:1280px){
	.index_01a .time_box,.index_03 .time_box,.index_04 .time_box{height: 44px;}
}
@media screen  and (max-width:1024px){

}
@media screen  and (max-width:992px){
	.mode05 .lf{width: 100%;float: none;margin-bottom: 2rem;}
	.mode05 .rt{width: 100%;float: none;}
	.mode05 .index_title{margin-bottom: 20px;}
	.index_05b .img_box{width: 24rem; }
	.index_05b .info_box{width: calc(100% - 24rem);}
	.index_05a .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
}
@media screen and (max-width: 767px){
	.wrap_mode01{padding: 6rem 0;}
	.mode01 .index_title{margin-right: 0;}

	.mode01 .lf{width: 100%;float: none;order: 1;}
	.index_01a {padding: 10px 0 0;}
	.index_01a li.on .item{margin-right: 0;clip-path: none;}
	.mode01 .rt{width: 100%;float: none;padding: 0;order: 0;margin: 0;}
	.index_01b{width: 100%;height: auto;}
	.index_01b .gp-img{position: relative;}
	.index_01b .item.on .gp-img{padding-bottom: 56.25%;height: auto;}

	.wrap_mode02{padding-bottom: 6rem;}
	.mode02 .lf{width: 100%;float: none;padding: 0 0 2rem;}
	.mode02 .rt{width: 100%;float: none;}

	.wrap_mode05{padding: 6rem 0 0;}

}
@media screen  and (max-width:639px){
	
}
@media screen and (max-width:480px){
	
}
@media screen and (max-width:413px){
	.index_02a .img_box{width: 100%;float: none;}
	.index_02a .info_box{margin: 0;}
}
@media screen and (max-width:380px){
	
}
@media screen and (max-width:320px){
	
}