
/* .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 a::before{content: '';display: block;background-image: -moz-linear-gradient( 90deg, rgb(20,0,0) 0%, rgba(20,0,0,0) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(20,0,0) 0%, rgba(20,0,0,0) 100%);background-image: -ms-linear-gradient( 90deg, rgb(20,0,0) 0%, rgba(20,0,0,0) 100%);opacity: .7;height: 16rem;position: absolute;left: 0;right: 0;bottom: 0;z-index: 2;}

.banner .gp-img{padding-bottom: 100vh;padding-bottom: 40%;}
.banner .title{margin: 0 0;color: #fff;font-weight: bold;position: absolute;left: calc(50% - 70rem);bottom: 4.1rem;max-width: 100rem;z-index: 10;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{display: inline-block;position: relative;vertical-align: top;position: absolute;left: calc(50% - 70rem);bottom: 10.5rem;width: auto;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet{width: auto;height: auto;background: transparent;opacity: .55;margin: 0 1.5rem 0 0;vertical-align: bottom;width: 2.8rem;height: .3rem;background: #fff;border-radius: 0;}
.wrapbanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;height: .5rem;}

.wrapbanner .swiper_menu{text-align: center;padding: 0;font-size: 0;position: absolute;top: 50%;transform: translateY(-50%);right: calc(50% - 70rem);z-index: 10;}
.wrapbanner .arrow{width: 6.6rem;height: 6.6rem;background: center no-repeat rgba(0, 0, 0, .2);display: block;margin: .5rem 0;cursor: pointer;border-radius: 50%;}
.wrapbanner .prev{left: 0rem;background-image: url(../images/banner_prev.png);}
.wrapbanner .next{right: 0rem;background-image: url(../images/banner_next.png);}
.wrapbanner .arrow:hover{background-color: #2d5ec6;}

.index_title{margin-bottom: 4.2rem;align-items: flex-start;overflow: hidden;}
.channel_link{float: right;margin: 1.6rem 0 0;position: relative;z-index: 2;/*width: 14.4rem;*/line-height: 4.4rem;border: .1rem solid rgba(0, 0, 0, .1);border-radius: 5rem;text-align: center;color: #757575;display: block;padding: 0 2.8rem; overflow: hidden;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::before{content: '';display: block;background: #2d5ec6;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 0;height: 0;width: 0;height: 0;border-radius: 50%;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: -1;}
/* .channel_link::after{content: '';display: inline-block;width: 1.6rem;height: 1.6rem;background: url(../images/more.png) no-repeat center/100%;vertical-align: middle;margin: 0 0 0 1.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;} */
.channel_link i{display: inline-block;vertical-align: middle;margin: 0 0 0 1.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: 1.14em;color: #2d5ec6;}
.channel_link:hover{color: #fff;}
.channel_link:hover:before{width: 30rem;height: 30rem;}
/* .channel_link:hover::after{background-image: url(../images/more2.png);} */
.channel_link:hover i{color: #fff;}
.channel_title{/*width: calc(100% - 16rem);*/}
.channel_title .title{padding: 0 0 .8rem;color: #222;font-weight: bold;}
.channel_title .en{color: #757575;text-transform: uppercase;}

.index_title.w .channel_link{border-color: rgba(255, 255, 255, .1);color: #fff;}
.index_title.w .channel_link::before{background: #fff;}
/* .index_title.w .channel_link::after{background-image: url(../images/more2.png);} */
.index_title.w .channel_link i{color: #fff;}
.index_title.w .channel_link:hover{color: #2d5ec6;}
/* .index_title.w .channel_link:hover:after{background-image: url(../images/more.png);} */
.index_title.w .channel_link:hover i{color: #2d5ec6;}
.index_title.w .channel_title .title{color: #fff;}
.index_title.w .channel_title .en{color: #fff;}

.index_title .title span{opacity: 0;position: relative;left: 4rem;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;}
.index_title.isView .title span{opacity: 1;left: 0;}
.index_title .en span{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;left: 2.4rem;opacity: 0;}
.index_title.isView .en span{left: 0;opacity: 1;}
.index_title .channel_link{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;right: 5rem;opacity: 0;}
.index_title.isView .channel_link{right: 0;opacity: 1;}

/* .content{padding-top: 162px;} */

.wrap_mode01{padding: 7.7rem 0 8rem;overflow: hidden;position: relative;/*padding-top: 13rem;*/}
.wrap_mode01::before{content: '';display: block;background: url(../images/mode01_bg.png) no-repeat right top;width: 93.4rem;height: 44.8rem;position: absolute;right: 0;top: 0;}
.mode01{}
.mode01 .lf{width: calc(100% - 53.2rem);float: left;padding: 2.8rem 0 0;width: 62%;}
.mode01 .rt{width: 52.2rem;float: right;width: calc(38% - 1rem);}

.mode01 .rt .index_title{margin-left: 4rem;}

.index_01a{}
.index_01a ul{margin: 0 0;}
.index_01a .item{margin: 0 0;position: relative;box-shadow: 0rem 0rem .9rem .7rem rgba(0, 0, 0, 0.04);}
.index_01a .item::before{content: '';position: absolute;left: 0;right: 0;bottom: 0;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: .7;height: 16rem;z-index: 2;}
.index_01a .title{margin: 0 0;position: absolute;left: 4rem;right: 4rem;bottom: 1.8rem;color: #fff;font-weight: bold;z-index: 10;}
.index_01a .time{position: absolute;min-width: 8.8rem;height: 8.8rem;text-align: center;background: rgba(0, 0, 0, .4);right: 4rem;bottom: 1rem;border-radius: 50%;color: #fff;z-index: 12;}
.index_01a .day{margin: 0 0;line-height: 1.1;padding: 1.6rem 0 .2rem;font-weight: bold;}

.index_01b{background: #fff;box-shadow: 0rem 0rem .9rem .7rem rgba(0, 0, 0, 0.04);}
.index_01b ul{margin: 0 0;padding: .4rem 0 0;}
.index_01b .item{margin: 0 0;padding: 1.2rem  2.7rem;position: relative;border-bottom: .1rem solid #f5f5f5;}
.index_01b .item::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;background-image: -moz-linear-gradient( 45deg, rgb(45,94,198) 0%, rgb(29,156,224) 100%);background-image: -webkit-linear-gradient( 45deg, rgb(45,94,198) 0%, rgb(29,156,224) 100%);background-image: -ms-linear-gradient( 45deg, rgb(45,94,198) 0%, rgb(29,156,224) 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;width: 0;}
.index_01b .title{position: relative;z-index: 10;color: #222;margin: 0 120px 0 0;}
.index_01b .title::after{content: '';display: inline-block;width: 4em;height: 1em;margin-left: -4em;}
.index_01b .time{position: absolute;right: 2.7rem;display: flex;align-items: center;z-index: 10;top: 50%;transform: translateY(-50%);}
.index_01b .day{margin: 0 0;line-height: 1.1;padding: 0 0 0 .6rem;color: #2d5ec6;font-weight: bold;}
.index_01b .month{color: #999;}
.index_01b .item:hover::before{width: 100%;}
.index_01b .item:hover .title{color: #fff;font-weight: bold;}
.index_01b .item:hover .month,.index_01b .item:hover .day{color: #fff;}

.wrap_mode02_03{position: relative;height: calc(500px + 102rem);border-radius: 4.4rem;overflow: hidden;}

.wrap_mode02{padding: 7.2rem 0 16rem;border-radius: 4.4rem;overflow: hidden;position: relative;margin: 0 2rem;background: rgba(45, 94, 198,.2);z-index: 2;}
.wrap_mode02::before{content: '';display: block;position: absolute;left: 0;right: 50%;top: 0;bottom: 0;background: #5f89e3 url(../images/mode02_bg.png) no-repeat left top;z-index: 1;}
#video_bg2{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;mix-blend-mode: screen;opacity: .08;z-index: 0;}
.mode02{padding-bottom: 8rem;}
.mode02 .lf{width: calc(50% - 6rem);float: left;}
.mode02 .rt{width: calc(50% - 8rem);float: right;}

.index_02a{}
.index_02a ul{margin: 0 0 -1.6rem;}
.index_02a .item{margin: 0 0 1.6rem;position: relative;overflow: hidden;border-radius: 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;}
.index_02a .top{padding: 2rem 2.7rem;position: relative;background: rgba(255, 255, 255, .16);color: #fff;}
.index_02a .top::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: #fff url(../images/mode02_bg1.png) no-repeat right center/auto 100%;z-index: 1;opacity: 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;}
.index_02a .top::before{content: '';display: block;width: .8rem;height: .3rem;background: #ffb524;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: 2;}
.index_02a .title{margin: 0 5rem 0 0;position: relative;z-index: 2;}
.index_02a .bottom{padding: 1.5rem 2.6rem 2.5rem;background: url(../images/mode02_bg2.png) no-repeat bottom/cover;display: none;}
.index_02a li.on .bottom{display: block;}
.index_02a .info{margin: 0 0 .8rem;color: #fff;padding: 0 4rem;line-height: 3.2rem;position: relative;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_02a .info:last-child{margin: 0;}
.index_02a .info::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 3.2rem;height: 3.2rem;background: #5f89e3 url(../images/mode02_ico1.png) no-repeat center/cover;border-radius: 50%;}
.index_02a .info.ico2:before{background-image: url(../images/mode02_ico2.png);}
.index_02a .info.ico3:before{background-image: url(../images/mode02_ico3.png);}
.index_02a .info span{display: inline-block;vertical-align: top;opacity: .7;margin: 0 .5rem 0 0;}
.index_02a .arrow{position: absolute;right: 2.6rem;bottom: 50%;transform: translateY(50%);width: 2rem;height: 2rem;background: #5f89e3;border-radius: 50%;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_02a .arrow::before,.index_02a .arrow::after{content: '';display: block;width: 1rem;height: .2rem;background: #799ce8;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);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_02a .arrow::after{width: .2rem;height: 1rem;}

.index_02a li.on .item{border-radius: 1.6rem;}
.index_02a li.on .top{color: #2d5ec6;font-weight: bold;}
.index_02a li.on .top::after{opacity: 1;}
.index_02a li.on .top::before{background: #2d5ec6;}
.index_02a li.on .arrow{width: 3rem;height: 3rem;transform: rotate(-45deg);bottom: 2.5rem;}
.index_02a li.on .arrow::before{width: 1.5rem;height: .3rem;}
.index_02a li.on .arrow::after{width: .3rem;height: 1.5rem;}

.index_02b{margin: -2.5rem 0 0;overflow: hidden;padding: 2.3rem 0 0;position: relative;}
.index_02b ul{margin: 0 0;}
.index_02b .item{margin: 0 0 2.3rem;background: #fff;padding: 1.9rem 94px 3.6rem 2.6rem;position: relative;top: 0;}
.index_02b .title{margin: 0 0;position: relative;z-index: 10;font-weight: bold;color: #2d5ec6;}
.index_02b .line{border-bottom: .1rem solid #e5e5e5;margin: 2rem 0 1.8rem;}
.index_02b .summary{color: #757575;position: relative;z-index: 10;}
.index_02b .more{color: #2d5ec6;font-weight: bold;display: inline;}
/* position: absolute;right: 0;bottom: 0;background: #fff;z-index: 2; */
.index_02b .time{position: absolute;top: -8px;right: 0;background: #f5f5f5;height: 68px;z-index: 10;}
.index_02b .time::before{content: '';display: block;position: absolute;top: 0;right: 100%;border-bottom: 8px solid #d6991e;border-left: 8px solid transparent;}
.index_02b .day{margin: 0 0;line-height: 1.1;padding: 0 0 0;color: #fff;background: #ffb524;width: 68px;height: 68px;line-height: 68px;text-align: center;font-weight: bold;}
.index_02b .month{margin: 0 0;line-height: 1.1;padding: 8px 0 0;color: #999;position: relative;text-align: center;}

.index_02b .item:hover{background: #2d5ec6;}
.index_02b .item:hover .title{color: #fff;font-weight: bold;}
.index_02b .item:hover .summary,.index_02b .item:hover .month{color: rgba(255, 255, 255, .7);}
.index_02b .item:hover .more{color: #fff;}
/* .index_02b .item:hover .time{background: rgba(255, 255, 255, .3);} */
/* .index_02b .item:hover .day{background: #ffb524;color: #fff;} */

.index_02b .swiper-pagination{bottom: 0;}
.index_02b .swiper-pagination .swiper-pagination-bullet{width: auto;height: auto;background: transparent;opacity: .55;margin: 0 .8rem;vertical-align: bottom;width: 2.8rem;height: .3rem;background: #fff;border-radius: 0;}
.index_02b .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;height: .5rem;}

/* .index_02b .swiper-slide .item{transform: scale(0);transform-origin: left 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_02b .swiper-slide-visible .item{transform: scale(1);transform-origin: center;}
.index_02b .swiper-slide-visible ~ .swiper-slide:not(.swiper-slide-visible) .item{transform: scale(0);transform-origin: right center;}
 */



.wrap_mode03{padding: 7.3rem 0 14rem;border-radius: 4.4rem 4.4rem;overflow: hidden;position: absolute;margin: 0 2rem;background: #96aee2;position: absolute;left: 0;right: 0;bottom: 0;z-index: 10;}
.wrap_mode03::before{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;width: calc(50% - 70rem);background: url(../images/mode03_cover1.png) no-repeat left center/100% 100%;z-index: 10;}
.wrap_mode03::after{content: '';display: block;position: absolute;right: 0;top: 0;bottom: 0;width: calc(50% - 70rem);background: url(../images/mode03_cover2.png) no-repeat left center/100% 100%;z-index: 10;}
#video_bg3{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;opacity: .1;}
.mode03{}

.index_03{margin: -2.1rem 0 0 -1rem;}
.index_03 ul{margin: 0 0;padding: 4rem 0 0;}
.index_03 li{width: auto;}
.index_03 .item{margin: 0 3rem;position: relative;width: 33.5rem;background: #fff;padding: 2rem 2.6rem 2.7rem;top: 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;}
.index_03 .item::before{content: '';display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: -2rem;background: rgba(255, 255, 255, .2);border-radius: .8rem;z-index: -1;}
.index_03 .summary{margin: 2.3rem 0 4.8rem;color: #757575;}
.index_03 .line{border-bottom: .1rem solid #e5e5e5;margin: 0 0 2.7rem;}
.index_03 .time{width: 13.2rem;line-height: 3.9rem;text-align: center;background: #96aee2;color: #fff;border-radius: 5rem;}
.index_03 .item:hover{top: -4rem;}

.wrap_mode04{padding: 7.3rem 0 14rem;background: url(../images/mode04_bg.png) no-repeat center bottom/100% auto;}
.mode04{}

.index_04{padding: 0 0 0;}
.index_04 ul{margin: 0 0 -2rem -2rem;}
.index_04 .item{margin: 0 0 2rem 2rem;background: #fff;position: relative;padding: 1.9rem 2.6rem 2.2rem;overflow: hidden;box-shadow: 0rem .5rem 1rem .5rem rgba(0, 0, 0, 0.1);}
.index_04 li:nth-child(2n) .item{top: 4rem;}
.index_04 .item::before{content: '';display: block;position: absolute;left: 0;bottom: 0;opacity: 0;width: 300%;height: 300%;
	background-image: -moz-linear-gradient( 45deg, rgb(45,94,198) 0%, rgb(29,156,224) 50%, rgb(45,94,198) 100%);
	background-image: -webkit-linear-gradient( 45deg, rgb(45,94,198) 0%, rgb(29,156,224) 50%, rgb(45,94,198) 100%);
	background-image: -ms-linear-gradient( 45deg, rgb(45,94,198) 0%, rgb(29,156,224) 50%, rgb(45,94,198) 100%);
}
.index_04 .title{margin: 0 0;color: #222;position: relative;z-index: 2;line-height: 1.8em;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.index_04 .summary{margin: 1.9rem 0 4.6rem;color: #757575;position: relative;z-index: 2;}
.index_04 .time_box{margin: 0 0 0 -2.6rem;display: flex;align-items: center;position: relative;z-index: 2;}
.index_04 .time_box i{width: 4.4rem;height: 4.4rem;background: #f5f5f5 url(../images/mode04_time.png) no-repeat center;border-radius: 1rem;display: block;}
.index_04 .time{line-height: 4.4rem;height: 4.4rem;padding: 0 2.7rem;background: #f5f5f5;border-radius: 1rem;color: #2d5ec6;}

.index_04 .item:hover{box-shadow: 0rem 2rem 4.67rem .82rem rgba(45, 94, 198, 0.3);background: #2d5ec6;}
.index_04 .item:hover::before{opacity: 1;-webkit-animation: index_04 6s linear infinite;animation: index_04 6s linear infinite;}
.index_04 .item:hover .title{color: #fff;font-weight: bold;}
.index_04 .item:hover .summary{color: rgba(255, 255, 255, .7);}

@-webkit-keyframes index_04{
	0% {left: 0;bottom: 0;}
	50% {left: -200%;bottom: -200%;}
}
@keyframes index_04{
	0% {left: 0;bottom: 0;}
	50% {left: -200%;bottom: -200%;}
}

.wrap_mode05{padding: 7.4rem 0 6rem;background: #2955b6;border-radius: 4.4rem 4.4rem 0 0;position: relative;overflow: hidden;}
#video_bg5{position: absolute;left: 0;top: 0;bottom: 0;width: calc(50% + 49rem);height: 100%;opacity: .1;z-index: 0;}
.wrap_mode05::before{content: '';display: block;position: absolute;right: 0;top: 0;bottom: 0;width: calc(50% - 44rem);background: #1c3a7a;z-index: 1;border-radius: 4.4rem 4.4rem 0 0;}
/* .wrap_mode05::after{content: '';display: block;position: absolute;left: 0;top: 0;bottom: 0;width: calc(50% + 36rem);background: url(../images/mode05_bg1.png) no-repeat center/cover;} */
.mode05{}
.mode05 .lf{width: 106rem;float: left;}
.mode05 .rt{width: 13.4rem;float: right;}

.index_05a{overflow: hidden;margin-top: 9.5rem;}
.index_05a ul{margin: 0 0;}
.index_05a .item{margin: 0 0;}
.index_05a .img_box{width: 31.2rem;float: left;position: relative;}
.index_05a .img_box::before{content: '';display: block;background: #ffb524;position: absolute;z-index: -1;right: -1.6rem;bottom: -1.6rem;width: 21.2rem;height: 28.3rem;}
.index_05a .info_box{margin: 0 0 0 35.2rem;padding: .1rem 0 0;}
.index_05a .title{margin: -0.7rem 0 0;font-weight: bold;color: #fff;line-height: 1.2em;}
.index_05a .vicetitle{color: rgba(255, 255, 255, .7);margin: 1.3rem 0 1.6rem;line-height: 1.2em;}
.index_05a .summary{margin: 0 0;color: rgba(255, 255, 255, .7);text-align: justify;padding-bottom: 1.3rem;}
.index_05a .more{margin: -1.3rem 0 0 35.1rem;color: #fff;position: relative;padding: 0 0 1.3rem;opacity: .7;}
.index_05a .more::after{content: '';display: inline-block; width: 1.6rem;height: 1.6rem;background: url(../images/more2.png) no-repeat center/100%;margin: 0 0 -0.3rem 1rem;}

.index_05b{width: 18rem;float: right;}
.index_05b .wrap{overflow: hidden;height: 60.4rem;margin: 2.5rem -5rem;padding: 0 5rem 9.4rem;}
.index_05b ul{margin: 0 0;}
.index_05b .item{margin: 0 0;display: flex; flex-direction: column;height: 100%;align-items: center;justify-content: center;}
.index_05b .img_box{margin: 0 auto;width: 8.6rem;position: relative;}
.index_05b .img_box::before{content: '';display: block;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);width: 0;height: 0;background: #2e5ec7;border-radius: 50rem;box-shadow: 0rem 2rem 4.67rem .82rem rgba(60, 144, 216, 0.4);}
.index_05b .gp-img{border-radius: 50rem;}

.index_05b .swiper-slide-active .img_box{width: 16rem;}
.index_05b .swiper-slide-active .img_box::before{width: calc(100% + 2rem);height: calc(100% + 2rem);}

.index_05b .swiper-slide {display: flex;padding: .8rem 0;box-sizing: border-box;align-items: center;justify-content: center;}
.index_05b .swiper-slide-visible {height: 14.8rem !important;}
.index_05b .swiper-slide-active {height: 31.2rem !important;}

.index_05b .swiper_menu{text-align: center;padding: 0;font-size: 0;position: absolute;right: 10rem;z-index: 10;bottom: 4rem;}
.index_05b .arrow{width: 3rem;height: 3rem;background: no-repeat center/100% auto;margin: 0 auto;cursor: pointer;border-radius: 0;display: block;}
.index_05b .prev{left: 0rem;background-image: url(../images/mode05_prev.png);}
.index_05b .next{right: 0rem;background-image: url(../images/mode05_next.png);}


@media screen and (min-width:996px){

}
@media screen and (max-width:1640px){
	.banner .title,.wrapbanner .swiper-pagination{left: 40px;}
	/* .index_01b .item{padding-bottom: 3.6rem;} */

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

	.wrap_mode05::before{width: calc(50% - 60rem);}
	#video_bg5{width: calc(50% + 64rem);}

	.mode05 .lf{width: calc(100% - 200px);}

}
@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: 0;right: 0;bottom: 10px;}
	.wrapbanner .swiper_menu{bottom: 10px;}
	.banner .title{display: none;}

	.content{padding: 0;}

	.wrap_mode01{padding: 6rem 0 5rem;}
	.mode01 .lf{width: auto;float: none;padding: 0;}
	.mode01 .rt{width: auto;float: none;padding: 30px 0 0;}
	.mode01 .rt .index_title{margin-left: 0;}

	.wrap_mode02_03{height: auto;}
	.wrap_mode02_03 .wrap_fix_scroll{position: relative;}
	.wrap_mode02_03 .wrap_fix_scroll .fix_scroll{position: relative !important;left: 0;right: 0;top: 0;bottom: 0;}
	.wrap_mode02{padding: 6rem 0 ;padding: 0;}
	.wrap_mode03{position: relative;padding: 6rem 0 8rem;}

	.wrap_mode02::before{right: 0;bottom: 53%;display: none;}

	.mode02 .lf{width: 100%;float: none;padding: 6rem 20px;background: #5f89e3 url(../images/mode02_bg.png) no-repeat left top;}
	.mode02 .rt{width: 100%;float: none;padding: 0 20px;}
	

	.mode02 .rt{margin-top: 30px;}
	.mode02{padding: 0 0 30px;margin: 0 !important;}


	.index_02{margin: -2rem -2rem 0;}
	/* .index_02b .item{margin: 0 2rem;} */
	.index_03 .item{width: auto;}
	.index_03 .time{width: auto;padding: 0 1.5rem;display: inline-block;}

	#video_bg3,#video_bg2{height: 120%;}

	.wrap_mode05::before{width: 160px;}

	.wrap_mode04{padding-bottom: 8rem;}
	.index_04 li:nth-child(2n) .item{top: 0;}

}
@media screen and (max-width:767px){
	/* .wrapbanner .swiper_menu{bottom: 0;} */
	.banner .title{display: none;}
	
	.wrapbanner .swiper-pagination .swiper-pagination-bullet{font-size: 16px;margin: 0 5px;}

	.wrap_mode01::before{height: 100%;}
	.index_01a .title{right: 16rem;}

	.wrap_mode05::before{display: none;}
	.mode05 .rt{display: none;}
	.mode05 .lf{width: 100%;float: none;}
	.index_05a{margin-top: 30px;}
	.index_05a .img_box{width: 120px;}
	.index_05a .info_box{margin: 0 0 0 140px;}
	.index_05a .summary{line-height: 1.6em;height: 4.8em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
	.index_05a .more{margin: 0 0 0 140px;}
}
@media screen and (max-width:413px){
	
	
}