/* 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;padding: 10rem 2rem 2rem;}

.banner{height: 100%;position: relative;overflow: hidden;border-radius: 5rem;}
.banner a{display:block;position:relative;height: 100%;}
.banner a::before{content: '';display: block;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 100%);height: 25%;position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;}

.banner .gp-img{padding-bottom: 0;height: 100%;}
.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{left: 12.2rem;bottom: 5rem;align-items: center;text-align: left;width: auto;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet{width: 4rem;height: 4rem;background: url(../images/banner_dot.png) no-repeat center/100%;opacity: .3;border-radius: 0;margin: 0 1rem 0 0;vertical-align: middle;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;width: 5rem;height: 5rem;}

.wrapbanner .swiper_menu{position: absolute;right: 12rem;bottom: 5rem;color: #fff;text-align: center;line-height:1;width: auto;left: auto;font-size: 0;z-index: 10;}
.wrapbanner .arrow{width: 6rem;height: 6rem;background: rgba(255, 255, 255, .3);display: inline-block;vertical-align: middle;margin: 0 0 0 2rem;cursor: pointer;border-radius: 50%;color: #fff;line-height: 6rem;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;font-size: 3.6rem;position: relative;}
.wrapbanner .arrow::before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 4rem;height: 4rem;background: url(../images/banner_prev.png) no-repeat center/4rem;}
.wrapbanner .arrow.next::before{background: url(../images/banner_next.png) no-repeat center/4rem;}
.wrapbanner .arrow:hover{background: #FF6900;}

@-webkit-keyframes float{
    0%{transform:translateX(-50%) translateY(0)}
    50%{transform:translateX(-50%) translateY(.5rem)}
    100%{transform:translateX(-50%) translateY(0)}
}
@keyframes float{
    0%{transform:translateX(-50%) translateY(0)}
    50%{transform:translateX(-50%) translateY(.5rem)}
    100%{transform:translateX(-50%) translateY(0)}
}
.banner_btn{position: absolute;bottom: 2rem;left: 50%;transform: translateX(-50%);background: url(../images/banner_bottom.png) no-repeat bottom center/19.8rem;width: 19.8rem;height: 8rem;cursor: pointer;z-index: 10;}
.banner_btn::before{content: '';display: block;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 7rem;height: 7rem;background: #075056 url(../images/banner_btn.png) no-repeat center/4rem;border-radius: 50%;animation: float 2s ease-in-out infinite;}


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

@media screen and (max-width: 996px){
    .wrapbanner{padding-top: 0;height: auto;}
	.banner .gp-img{padding-bottom: 48.8%}
	.banner a::before{height: 33.3%;}
	.wrapbanner .swiper-pagination{left: 4rem;}
	.wrapbanner .swiper_menu{right: 4rem;}

	.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: 3rem;display: block;display: flex;align-items: center;justify-content: center;width: 100%;position: relative;overflow: hidden;}
.channel_title{padding: 3.4rem 0 1.3rem;line-height: 1.2;position: relative;font-weight: bold;}
.channel_title .ch{color: #075056;}
.channel_title .en{text-transform: uppercase;position: absolute;left: 50%;transform: translateX(-50%);top: 0;font-size: 2em;opacity: .1;white-space: nowrap;color: rgba(7, 80, 86, 1);}
@supports (-webkit-background-clip: text) or (background-clip: text) {
	.channel_title .en{background: linear-gradient(0deg, rgba(255, 105, 0, 0), rgba(7, 80, 86, 1) 100%);-webkit-background-clip: text;background-clip: text;color: transparent;}
}
.channel_link{position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 2;line-height: 3.9rem;overflow: hidden;white-space: nowrap;}
.channel_link .t{padding: 0 2rem;color: #fff;background: #075056;border-radius: .4rem 0 0 .4rem;}
.channel_link .arrow{position: relative;width: 5rem;border-radius: 0 5rem 5rem 0;margin-left: .4rem;background: #075056 url(../images/banner_next.png) no-repeat 1.1rem center/2.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;}
.channel_link:hover .arrow{background-color: #FF6900;}
/* homepage_title end */

.time{justify-content: flex-start;align-items: center;color: #075056;}
.time .day{font-weight: bold;}
.time .month{margin: 0 0 0 1rem;border-left: .1rem solid rgba(0, 0, 0, .1);padding: 0 0 0 1rem;}


.wrap_mode01{padding: 8rem 0 5rem;}
.mode01{}
.mode01 .lf{width: 52%;}
.mode01 .rt{width: 46%;}

.index_01a{border-radius: 2rem;}
.index_01a ul{margin: 0 0;padding: 0 0;}
.index_01a .item{margin: 0 0;position: relative;}
.index_01a .item::before{content: '';display: block;position: absolute;left: 0;bottom: 0;width: 100%;height: 38.46%;background: -webkit-linear-gradient(top, rgba(0,0,0,0) , rgba(0,0,0,1));background: -o-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,1));background: -moz-linear-gradient(bottom, rgba(0,0,0,0) , rgba(0,0,0,1));background: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,1));opacity: .8;z-index: 2;}
.index_01a .bottom{padding: 0 0 2.8rem;position: absolute;left: 0;bottom: 0;width: 100%;z-index: 3;color: #fff;}
.index_01a .title{margin: 0 0;line-height: 2.22em;border-left: .6rem solid #FF6900;color: #fff;padding: 0 0 0 2rem;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_01a .time{color: rgba(255, 255, 255, .6);margin: 0 0 0 2.7rem;}
.index_01a .month{border-left: .1rem solid rgba(255, 255, 255, .3);}


.index_01a .arrow{width: 4rem;height: 6rem;background: rgba(0, 0, 0, .4) no-repeat center/4rem;display: block;margin: 0;cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;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 .prev{left: 2rem;background-image: url(../images/mode01_prev.png);}
.index_01a .next{right: 2rem;background-image: url(../images/mode01_next.png);}
.index_01a .arrow:hover{background-color: #FF6900;}

.index_01a .swiper-pagination{left: auto;text-align: left;width: auto;bottom: 2rem;right: 3rem;}
.index_01a .swiper-pagination .swiper-pagination-bullet{width: .8rem;height: .8rem;background: #fff;opacity: 1;border-radius: 50%;margin: 0 0 0 2rem;vertical-align: middle;}
.index_01a .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;border: .4rem solid #FF6900;width: 1.6rem;height: 1.6rem;}

.index_01b{}
.index_01b ul{margin: 0 0 -2rem;}
.index_01b .item{margin: 0 0 2rem;align-items: center;background: linear-gradient(270.00deg, rgba(246, 246, 246, 0),rgba(246, 246, 246, 0.89) 89%,rgba(246, 246, 246, 1) 100%);border-radius: 2rem;overflow: hidden;}
.index_01b .img_box{width: 24rem;order: 10;border-radius: 2rem;overflow: hidden;flex-shrink: 0;}
.index_01b .info_box{margin: 0 0 0;padding: 0 3rem;width: calc(100% - 24rem);}
.index_01b .title{margin: 0 0 1.8rem;}
.index_01b .time{color: #075056;}
.index_01b .month{border-left: .1rem solid rgba(0, 0, 0, .1);}

.index_01b .item:hover{background: #075056;}
.index_01b .item:hover .title{color: #fff;}
.index_01b .item:hover .time{color: rgba(255, 255, 255, .6);}
.index_01b .item:hover .month{border-left-color:rgba(255,255,255,.2);}

.wrap_mode02{padding: 5rem 0 10rem;}
.mode02{}

.index_02{}
.index_02 ul{margin: 0 0 -3rem -3.2rem;}
.index_02 .item{margin: 0 0 3rem 3.2rem;background: rgba(7, 80, 86, 0.04);border-radius: 2rem;overflow: hidden;}
.index_02 .gp-img{clip-path: url(#responsive-shape);}
.index_02 .bottom{padding: 2rem 2rem 2rem 2.6rem;position: relative;}
.index_02 .title{margin: 0 0;}
.index_02 .time{position: absolute;right: 2rem;bottom: 100%;margin-bottom: 1rem;}
.index_02 .item:hover{background: #fff;box-shadow: 0rem 3rem 5rem -1rem rgba(7, 80, 86, 0.1);}


.wrap_mode03{padding: 8rem 0;margin: 0 2rem;background: linear-gradient(180.00deg, rgba(240, 245, 245, 1),rgba(245, 248, 248, 1) 50%,rgba(255, 255, 255, 0) 100%);border-radius: 5rem;}
.mode03{}
.mode03 .lf{width: 30%;}
.mode03 .rt{width: 70%;}

.index_03a{display: block;margin: 0 5.2rem 0 0;border-radius: 50rem 50rem 2rem 2rem;overflow: hidden;box-shadow: 1rem 1rem 0 #FF6900;}

.index_03b{}
.index_03b ul{margin: 0 0 -3rem;padding: 0 0;}
.index_03b .item{margin: 0 0 3rem;align-items: center;border-radius: 2rem;overflow: hidden;}
.index_03b .img_box{width: 24rem;order: 10;border-radius: 2rem;overflow: hidden;}
.index_03b .time_box{width: 8rem;flex-direction: column;text-align: center;margin: 0 1rem 0 3rem;line-height: 1.2;color: #075056;}
.index_03b .day{margin: 0 0 1rem;padding: 0 0 1rem;font-weight: bold;border-bottom: .1rem solid rgba(0, 0, 0, .1);}
.index_03b .info_box{margin: 0 0 0;padding: 0 0 0;width: calc(100% - 42rem);}
.index_03b .title{margin: 0 0;}
.index_03b .line{border-bottom: .1rem solid rgba(0, 0, 0, .1);margin: 1.2rem 0 2rem;}
.index_03b .summary{margin: 0 0;color: #999;}
.index_03b .item:hover{background: #fff;box-shadow: 0rem 3rem 5rem -1rem rgba(7, 80, 86, 0.1)}

.wrap_mode04{padding: 2rem 0;}
.mode04{}

.index_04{}
.index_04 ul{margin: 0 0 -3rem -3rem;}
.index_04 .item{margin: 0 0 3rem 3rem;background: rgba(7, 80, 86, 0.04);border-top: .4rem solid #075056;border-radius: 2rem;padding: 3rem;}
.index_04 .bottom{padding: 2.6rem 0 0;margin: 3rem 0 0;align-items: center;border-top: .1rem solid rgba(0, 0, 0, .1);}
.index_04 .more{border: .1rem solid rgba(7, 80, 86, .2);border-radius: 50%;background: url(../images/mode04_more.png) no-repeat center/2.4rem;width: 3rem;height: 3rem;}
.index_04 .item:hover{background: #075056;border-top-color: #FF6900;}
.index_04 .item:hover .title{color: #fff;}
.index_04 .item:hover .bottom{border-top-color: rgba(255, 255, 255, .2);}
.index_04 .item:hover .time{color: rgba(255, 255, 255, .6);}
.index_04 .item:hover .month{border-left-color:rgba(255,255,255,.2);}
.index_04 .item:hover .more{border-color: #FF6900;background: #FF6900 url(../images/mode01_next.png) no-repeat center/2.4rem;}

.wrap_mode05{padding: 5.6rem 0 8rem;}
.mode05{}

.index_05{}
.index_05 ul{margin: 0 0 -3rem -3rem;padding: 1.2rem 0 0;}
.index_05 .item{margin: 0 0 3rem 3rem;background: rgba(7, 80, 86, 0.04);border-radius: 2rem;}
.index_05 .gp-img{border-radius: 2rem;}
.index_05 .bottom{padding: 1.8rem 3rem 3rem;}
.index_05 .vicetitle{margin: 0 0 2rem;border-bottom: .1rem solid rgba(0, 0, 0, .1);padding: 0 0 1.8rem;color: #075056;}
.index_05 .title{margin: 0 0 1.8rem;}
.index_05 .item:hover{background: #fff;box-shadow: 0rem 3rem 5rem -1rem rgba(7, 80, 86, 0.1);}

.wrap_6{margin: 0 2rem;background: linear-gradient(180.00deg, rgba(240, 245, 245, 1),rgba(245, 248, 248, 1) 50%,rgba(255, 255, 255, 1) 100%);border-radius: 5rem;position: relative;z-index: 5;}
.wrap_mode06{padding: 8rem 0;}
.mode06{}

.index_06{display: block;height: 0;padding-bottom: 41.73%;position: relative;}
.index_06 .item{position: absolute;display: block;border-radius: 3rem;border: 1rem solid #F5F8F8;overflow: hidden;}
.index_06 .item::before{content: '';display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;background: rgba(0, 0, 0, .4);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_06 .video{position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 10rem;height: 10rem;background: rgba(255, 255, 255, .8) url(../images/mode06_ico.png) no-repeat center/6rem;z-index: 3;border-radius: 50%;}
.index_06 .item:nth-child(1){width: 82rem;left: -1rem;top: 6.9rem;z-index: 3;}
.index_06 .item:nth-child(2){width: 62rem;left: 69rem;top: 27.6rem;z-index: 2;}
.index_06 .item:nth-child(3){width: 62rem;right: -1rem;top: -1rem;z-index: 1;}
.index_06 .item:hover{box-shadow: 0rem 3rem 5rem -1rem rgba(7, 80, 86, 0.1);z-index: 10;}
.index_06 .item:hover::before{background: rgba(0, 0, 0, 0);}

.wrap_mode07{padding: 0 0 10rem;overflow: hidden;}
.mode07{}
.mode07 .lf{width: 45.3%;position: relative;margin: -0.3rem 0 0;}
.mode07 .rt{width: 54.7%;}

.index_07a{overflow: hidden;position: relative;clip-path: url(#index_07a-shape);}
.index_07a ul{margin: 0 0;}
.index_07a .item{margin: 0 0;}
.index_07a .gp-img{}

.mode07 .lf .swiper_menu{text-align: center;font-size: 0;position: absolute;right: 0;bottom: 0;background: #FF6900;z-index: 10;border-radius: 50rem;overflow: hidden;}
.mode07 .lf .swiper_menu::before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform: translateY(-50%);height: 3rem;border-left: .1rem solid rgba(255, 255, 255, .2);}
.mode07 .lf .arrow{width: 7rem;height: 6rem;background: no-repeat center/3.6rem;display: inline-block;vertical-align: top;margin: 0;cursor: pointer;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;}
.mode07 .lf .prev{left: 0rem;background-image: url(../images/banner_prev.png);}
.mode07 .lf .next{right: 0rem;background-image: url(../images/banner_next.png);}
.mode07 .lf .arrow:hover{background-color: #075056;}

.index_07b{overflow: hidden;position: relative;padding: 2.8rem 0;}
.index_07b ul{}
.index_07b .item{background: #075056;color: #fff;padding: 2.6rem 10rem 2.9rem 3rem;border-radius: 0 50rem 50rem 0;}
.index_07b li{display: none;}
.index_07b li.on{display: block;}
.index_07b .title{margin: 0 0 1.8rem;position: relative;padding: 0 0 0 1.4rem;}
.index_07b .title::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: .4rem;background: #FF6900;border-radius: 2rem;height: 2rem;}
.index_07b .time{color: rgba(255, 255, 255, .6);}
.index_07b .month{border-left: .1rem solid rgba(255, 255, 255, .3);}

.index_07c{overflow: hidden;position: relative;width: 200%;margin: 0 0 0 3rem;}
.index_07c ul{}
.index_07c li{width: 43rem;}
.index_07c .item{margin: 0 3rem 0 0;border-radius: 2rem;overflow: hidden;}


@media screen  and (max-width:1480px){
	.wrap_mode01{padding: 4rem 0 2rem;}
	.wrap_mode02{padding: 4rem 0 8rem;}
	.wrap_mode03,.wrap_mode06{padding: 6rem 0;}
	.wrap_mode04{padding: 0;}
	.wrap_mode07{padding: 0 0 6rem;}

}
@media screen  and (max-width:996px){
	.banner_btn{display: none;}

	.index_03b .time_box{width: 11rem;margin: 0 0 0 2rem;}

	.wrap_mode06{padding: 4rem 0 2rem;}
	.index_06{height: auto;padding-bottom: 0;display: flex;}
	.index_06 .item:nth-child(1),.index_06 .item:nth-child(2),.index_06 .item:nth-child(3){position: relative;left: auto;top: auto;transform: none;margin: 0 0 3rem;width: 33%;right: 0;}

	.mode07 .lf{width: 100%;margin: 0;}
	.mode07 .lf .swiper_menu{right: 2rem;bottom: 2rem;}
	.index_07a{clip-path: none;border-radius: 2rem 2rem 0 0;}

	.mode07 .rt{width: 100%;}
	.index_07b{padding: 0;}
	.index_07b .item{border-radius: 0 0 2rem 2rem;padding: 3rem;}
	.index_07c{display: none;}
	.index_07c li{width: 200px;}
	.index_07c .item{margin: 0 3rem 0 0;}

}
@media screen and (max-width:767px){
	.wrapbanner{padding: 0 10px;}
	.banner{border-radius: 2rem;}
	.wrapbanner .swiper_menu{right: 15px;bottom: 10px;}
	.wrapbanner .swiper-pagination{left: 15px;bottom: 10px;}

	.mode01 .lf,.mode01 .rt{width: 100%;}
	.mode01 .lf{margin: 0 0 4rem;}

	.wrap_mode02{padding-bottom: 6rem;}
	.index_02 .gp-img{clip-path: none;border-radius: 2rem;}
	.index_02 .time{position: relative;bottom: 0;right: 0;margin: 10px 0 0;}

	.mode03 .lf,.mode03 .rt{width: 100%;}
	.mode03 .lf{display: none;}	
	.index_03b .img_box{width: 100%;order: 0;}
	.index_03b .info_box{width: calc(100% - 14rem);padding: 10px 0;}
	.index_03b .time_box{margin: 0;}

	.index_06{flex-direction: column;}
	.index_06 .item:nth-child(1), .index_06 .item:nth-child(2), .index_06 .item:nth-child(3){width: 100%;margin: 0 0 2rem;border: none;}

}
@media screen and (max-width:413px){
	.index_title{justify-content: flex-start;}
	.channel_title .en{left: 0;transform: none;font-size: 1.5em;}

	.index_01b .img_box{width: 20rem;}
	.index_01b .info_box{width: calc(100% - 20rem);padding: 0 2rem;}
	.index_01b .title{margin: 0 0 1rem;}

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

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

}
