.div_page{position: relative;font-size: .23rem;color: #fff;overflow: hidden;top: 0;}

.page1{height: 11.48rem;line-height: 0;font-size: 0;}
	.index_video{width: 100%;height: 100%;margin: 0;padding: 0;object-fit: cover;display: block;}
	/*video.index_video::-webkit-media-controls{display:none !important;}*/

.page2{height: 13.3rem;background-color: #e60012;}
	.index_page2_logo{width: 5.8rem;margin-top: 1.62rem;margin-bottom: .4rem;}
	.page2_word{line-height: 1.8;}
	.index_page2_image{position: absolute;bottom: 0;width: 7.5rem;left: 0; opacity: 0; }
	/*.index_page2_image{transform: translateY(.5rem);-webkit-transform: translateY(.5rem);}*/

.page3{padding-top: 1.6rem;height: 13.7rem;/* height: 12.1rem; */background-color: #323232;}
	.page3_boxes{overflow: hidden;margin-top: .22rem;height: 5.22rem;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
		.poster_boxes{position: relative;width: 100%;height: 100%;}
		.backlinear{cursor: pointer;width: 100%;height: 100%;background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.6));background: -o-linear-gradient(transparent,rgba(0,0,0,0.6));background: -moz-linear-gradient(transparent,rgba(0,0,0,0.6));background: -mos-linear-gradient(transparent,rgba(0,0,0,0.6));background: linear-gradient(transparent,rgba(0,0,0,0.6));}
		.video_playBtn_img{width: .89rem;height: .89rem;background-image: url(//insight-officialwebsite.oss.cdn.gdinsight.com/portal_images/play.png);background-size: 100% auto;background-repeat: no-repeat;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;cursor: pointer;}
		.poster_content{line-height: 1.6;margin: 0 .3rem;position: absolute;bottom: .4rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
		.poster_content span{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.8;}
	.video_boxes{position: relative;width: 100%;height: 100%;}
		.index_page3_video{margin: 0;padding: 0;object-fit: cover;display: block;width: 100%;height: 100%;}
	.page3 .tips_more_btn{margin-left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

.page4{height: 12.7rem;background-color: #323232;line-height: 1;}
	.index_page_title{font-size: .34rem;color: #e60012;margin-bottom: .06rem;}
	.index_page_boxes{margin-top: .22rem;height: 5.22rem;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
	.index_page_boxes_word{/* opacity: 0; */line-height: 1.8;margin: 0 .3rem;position: absolute;bottom: .46rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.index_page_boxes_wordbox{line-height: 1.8;margin: 0 .3rem;position: absolute;bottom: .46rem;}
	.index_page_boxes_wordbox_title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 5.9rem;;}
	.index_page_boxes_wordbox_word{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 5.9rem;;}

.page5{height: 12.8rem;background-color: #fff;line-height: 1;}
	.page5 .index_page_title{margin-top: 1.62rem;color: #323232;}

.page6{height: 14.15rem;background-color: #fff;line-height: 1;}
	.page6 .index_page_title{margin-top: 1.62rem;color: #323232;}
	.index_page6_image{margin-top: .28rem;display: block;}
	.index_page6_boxes{width: 5.5rem;height: 5.23rem;background-color: #da6000;position: relative;}
	.index_page6_boxes_word{width: 100%;padding-top: 1.5rem;/*word-break: break-all;*/word-break: normal;line-height: 1.5;}

/*animation*/
/*page2*/
.scroll_active.index_page2_image{animation: fadeInUp .8s 0s both linear;-webkit-animation: fadeInUp .8s 0s both linear;}
/*page4*/
.scroll_active.index_page_boxes{background-size: 120%;transition: background-size .8s;-webkit-transition: background-size .8s;}
.scroll_active.index_page_boxes .index_page_boxes_word{animation: fadeInUp .8s 0s both linear;-webkit-animation: fadeInUp .8s 0s both linear;}