/* 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::after{content: '';display: block;position: absolute;left: 0;right: 0;bottom: 0;background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));height: 20rem;pointer-events: none;z-index: 2;}

.banner{height: 100%;position: relative;overflow: hidden;}
.banner a{display:block;position:relative;height: 100%;}
.banner a::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;z-index: 2;background: linear-gradient(270.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.4));width: 22rem;pointer-events: none;}
.banner a::after{content: '';display: block;position: absolute;right: 0;top: 0;bottom: 0;z-index: 2;background: linear-gradient(90.00deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.4));width: 22rem;pointer-events: none;}


.banner .gp-img{padding-bottom: 0;height: 100%;/*padding-bottom: 77rem;*//* position: absolute; *//* left: 0; */}
.banner .title{margin: 0 0;color: #fff;font-weight: bold;position: absolute;left: 10rem;bottom: 3rem;max-width: 60rem;z-index: 10;font-size: 3rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.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-pagination{text-align: left;width: auto;bottom: 17rem;left: 50%;transform: translateX(-50%);background: rgba(0, 0, 0, 0.4);border-radius: 5rem;padding: 1rem 2.5rem;height: 4rem;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet{width: 2rem;height: 2rem;background: none;opacity: .6;border-radius: 0;margin: 0 .5rem;background: url(/nic/images/banner_dot.png) no-repeat center/cover;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;}

.wrapbanner .arrow{width: 4rem;height: 4rem;background: none;display: block;margin: 0 0 .1rem;cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);opacity: .6;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;}
.wrapbanner .arrow .ico{width: 4rem;height: 4rem;}
.wrapbanner .arrow .ico path{fill: #fff;}
.wrapbanner .prev{left: 6rem;}
.wrapbanner .next{right: 6rem;}
.wrapbanner .arrow:hover{opacity: 1;}

.wrap_index_00{position: absolute;left: 0;right: 0;bottom: 2.8rem;z-index: 10;}
.index_00{}
.index_00 .line{width: 6rem;border-top: .1rem dashed #fff;opacity: .6;margin-top: 3.4rem;}
.index_00 .line:last-child{display: none;}
.index_00 ul{margin: 0 0;}
.index_00 li{width: auto;}
.index_00 .item{margin: 0 0;}
.index_00 .img_box{width: 6.8rem;margin: 0 auto .9rem;position: relative;z-index: 2;}
.index_00 .img_box::before,.index_00 .img_box::after{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(255, 255, 255, .3);border-radius: 50%;opacity: 0;}
.index_00 .gp-img_centered{width: 6.8rem;height: 6.8rem;position: relative;background: rgba(255, 255, 255, .8);border-radius: 50%;z-index: 2;}
.index_00 .gp-img_centered .ico{max-width: 52.9%;}
.index_00 .gp-img_centered .ico path{fill: #b1040e;}
.index_00 .title{margin: 0 0;text-align: center;line-height: 1.5em;color: #fff;font-weight: bold;}
.index_00 .item:hover .gp-img_centered{background: #b1040e;}
.index_00 .item:hover .gp-img_centered .ico path{fill: #fff;}
.index_00 .item:hover .img_box::before,.index_00 .item:hover .img_box::after{-webkit-animation: index_00 1.6s ease-in-out infinite;animation: index_00 1.6s ease-in-out infinite;}
.index_00 .item:hover .img_box::after{animation-delay: .8s;}
@-webkit-keyframes index_00{
	0% {left: 0;right: 0;top: 0;bottom: 0;opacity: 1;}
	100% {left: -3rem;right: -3rem;top: -3rem;bottom: -3rem;opacity: 0;}
}
@keyframes index_00{
	0% {left: 0;right: 0;top: 0;bottom: 0;opacity: 1;}
	100% {left: -3rem;right: -3rem;top: -3rem;bottom: -3rem;opacity: 0;}
}

.content{padding-top: 12rem;background: #fff;}

.index_title{text-align: center;font-weight: bold;margin: 0 0 5rem;}
.channel_link{text-align: center;display: block;margin: 6rem auto 0;width: 40rem;line-height: 8rem;border: .1rem solid rgba(0, 0, 0, .1);width: 28rem;line-height: 5.8rem;}
.channel_link .ico{vertical-align: middle;width: 2rem;height: 2rem;display: inline-block;vertical-align: text-bottom;margin: 0 0 0 1rem;}
.channel_link .ico path{fill: #b1040e;}
.channel_link:hover{background: #b1040e;color: #fff;}
.channel_link:hover .ico path{fill: #fff;}

.wrap_mode01{padding: 8rem 0 6rem;}
.mode01{}

.index_01{}
.index_01 ul{margin: 0 0 -3rem -3rem;padding: 0 0;}
.index_01 .item{margin: 0 0 3rem 3rem;box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.1);}
.index_01 .bottom{padding: 2.4rem 3rem 3rem;}
.index_01 .title{margin: 0 0;font-weight: bold;}
.index_01 .line{border-bottom: .1rem solid rgba(0, 0, 0, .1);margin: 2rem 0;}
.index_01 .summary{margin: -0.2rem 0 2.3rem;color: #999;}
.index_01 .time{color: #999;margin: 0 0;}

.wrap_mode02{padding: 8rem 0 8rem;background: #F6F6F6;padding: 6rem 0;}
.mode02{}

.index_02{}
.index_02 ul{margin: 0 0 -3rem -3rem;padding: 0 0;}
.index_02 .item{margin: 0 0 3rem 3rem;align-items: center;height: 12.2rem;background: #fff;overflow: hidden;position: relative;z-index: 2;}
.index_02 .item::before{content: '';display: block;position: absolute;top: 0;bottom: 0;left: 50%;width: 0;background: #b1040e;z-index: 1;transform: skew(10deg);z-index: -1;}
.index_02 .time_box{position: relative;text-align: center;padding: 0 3rem;color: #b1040e;z-index: 2;}
.index_02 .day{margin: 0 0 0;font-weight: bold;}
.index_02 .month{margin: 0 0 0;}
.index_02 .title{margin: 0 2rem 0 0;flex: 1;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;position: relative;z-index: 2;}
.index_02 .item:hover::before{width: 120%;left: -10%;}
.index_02 .item:hover .title{color: #fff;}
.index_02 .item:hover .time_box{color: #fff;}

.wrap_mode03{padding: 8rem 0 8rem;padding: 6rem 0;}
.mode03{}

.index_03{overflow: hidden;}
.index_03 ul{margin: -3rem 0 -3rem -5rem;padding: 0 0;}
.index_03 .item{margin: 0 0 0 5rem;line-height: 8.4rem;border-bottom: .1rem solid rgba(0, 0, 0, .1);}
.index_03 .title{white-space: nowrap;position: relative;padding: 0 0 0 3.4rem;}
.index_03 .ico{position: absolute;top: 50%;transform: translateY(-50%);left: 0;width: 2.4rem;height: 2.4rem;}
.index_03 .time{color: #999;margin: 0 0 0 1.6rem;float: right;}



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

	.content{padding: 0;}

}
@media screen and (max-width:767px){
    .banner .title{display: none;}
	
	.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 */

@media screen  and (max-width:1480px){
	
}
@media screen  and (max-width:996px){

	.wrapbanner .prev{left: 20px;}
	.wrapbanner .next{right: 20px;}
	.banner a::before,.banner a::after{width: 10rem;opacity: .5;}
	.wrapbanner .swiper-pagination{bottom: 4rem;}
	.banner::after{display: none;}

	.wrap_index_00{position: relative;bottom: 0;padding: 10px 0;}
	.index_00 .line{display: none;}
	.index_00 .gp-img_centered{background-color: #F6F6F6;box-shadow: 0 5px 10px rgba(0, 0, 0, .1);}
	.index_00 .title{color: #333;}

	.wrap_mode01,.wrap_mode02,.wrap_mode03{padding: 30px 0;}
	/* .index_01 li:nth-child(3){display: none;} */

}
@media screen and (max-width:767px){
	.wrap_index_00{padding: 16px 0 0;}
	.index_00 ul{margin: 0 -15px;}
	.index_00 li{width: 25%;margin: 0 0 16px;}

}
@media screen  and (max-width:639px){
	
}
@media screen and (max-width:480px){
	
}
@media screen and (max-width:413px){
	.index_00 .title{font-size: 12px;}
}
@media screen and (max-width:380px){
	
}
@media screen and (max-width:320px){
	
}