.mycarousel{position:relative;}
.section-text{width:100%;height:100%;position:absolute;top:0;left:0;}
.section-text .container{padding-top:8%;}
.section-page{max-width:1500px;margin:0 auto;}
.section-text h2{color:#dfcfcf;font-size:24px;text-align:center;margin-bottom:15px;}
.section-text p{color:#dfcfcf;font-size:16px;text-align:center;}
.section-page1{padding-top:30px;padding-bottom:30px;background-color:#fafbfc;}
.section-page2{padding-top:30px;padding-bottom:30px;}
.section-page3{padding-top:30px;padding-bottom:30px;background-color:#fafbfc;}
.section-page4{padding-top:30px;padding-bottom:30px;}
.page-head{margin-bottom:35px;line-height:50px;position:relative;}
.page-head .title{color:#0a5096;font-size:30px;font-weight:bold;text-align:center;}
.page-head .more{position:absolute;top:10px;right:0;}
.page-head .more a{display:block;width:30px;height:25px;background: url(more.png) no-repeat;text-indent:-9999px;}
.video-box{position:relative;overflow:hidden;height:445px;border-radius:25px;}
.video-box video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover;-o-object-fit:cover;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;-o-transition:1s;transition:1s}
.video-box .play {position: absolute;background: rgba(9,117,194,.34);height: 86px;width: 86px;top: 50%;left: 0;right: 0;margin: auto;text-align: center;line-height:86px;display: inline-block;color: #000 !important;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.video-box .play::before,.video-box .play::after {position: absolute;content: "";width: 100%;height: 100%;left: 0;top: 0;border-radius: 50%;background-color: #ffffff;opacity: 0.15;z-index: -10;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-ms-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.video-box .play::before {z-index: -10;-webkit-animation: inner-ripple 2000ms linear infinite;-moz-animation: inner-ripple 2000ms linear infinite;animation: inner-ripple 2000ms linear infinite;}
.video-box .play::after {z-index: -10;-webkit-animation: outer-ripple 2000ms linear infinite;-moz-animation: outer-ripple 2000ms linear infinite;animation: outer-ripple 2000ms linear infinite;}
.video-box .play span{display:block;width:78px;height:78px;margin:4px;background: url(play.png) center center no-repeat;}
.news-box .label-news44 li:hover{background:#005cbd;border-left:3px solid #005cbd;}
@keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-webkit-filter: alpha(opacity=50);
	}

	80% {
		transform: scale(1.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
	}

	100% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}
}
@-webkit-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}

	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5);
	}
}

@-moz-keyframes outer-ripple {
	0% {
		transform: scale(1);
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	80% {
		transform: scale(2.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		-ms-transform: scale(2.5);
		-o-transform: scale(2.5);
	}

	100% {
		transform: scale(3.5);
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(3.5);
		-moz-transform: scale(3.5);
		-ms-transform: scale(3.5);
		-o-transform: scale(3.5);
	}
}
@media (min-width: 992px){
	.section-page{margin-top:-18%;}
}
@media (max-width: 1400px){
	.section-page{margin-top:-15%;}
}
@media (max-width: 1200px){
	.section-text h1{font-size:24px;}
	.section-text p{font-size:16px;}
}
@media (max-width: 991px){
	.section-text .container{padding-top:5%;}
	.section-text h2{font-size:20px;}
	.section-text p{font-size:14px;}
	.page-head .title{font-size:18px;}
	.video-box{height:300px;}
}
@media (max-width: 767px){
	.section-text h2{font-size:16px;margin-bottom:10px;}
	.section-text p{font-size:12px;}
	.section-text .container{padding-top:0;}
}
@media (max-width: 480px){
	.section-page{margin-top:-5%;}
	.video-box{height:200px;}
}