@charset "utf-8";
.fix-banner-page {
	position: relative;
	overflow: hidden;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.fix-banner-page .fixindex-content {
	z-index: 90;
	padding: 15px 15px 25px;
	text-align: left
}

.fix-banner-page .fixindex-content h2 {
	margin-top: 0;
	margin-bottom: 15px;
	padding: 0;
	font-weight: 700
}

.fix-banner-page .fixindex-content h2 .light {
	font-weight: lighter!important
}

.bannerbutton {
	margin-top: 35px;
	padding: 6px 12px 6px 12px;
	border-radius: 5px;
	color: #000;
	font-size: 16px;
	background-color: #f3e04e;
}

.bannerbutton i {
	margin-right: 10px
}
.bannerbutton:hover{
	background-color: #1c3c6e;
	color:#fff !important;
}

.fix-banner-page .fixindex-content p {
	padding-bottom: 20px
}

.indexfoot {
	bottom: 0;
	z-index: 999;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	background-color: rgba(0,0,0,.4);
	color: #efefef;
	font-size: 14px!important
}

.indexfoot a {
	margin-right: 10px;
	color: #efefef;
	font-size: 16px
}

.indexfoot a:hover {
	color: #fff
}

.indexfoot div[class*=col-md-2],.indexfoot div[class*=col-md-6] {
	padding-top: 19px
}

@media(min-width:1280px) {
	.indexfoot {
		/*position: fixed*/
	}

	.indexfoot div[class*=col-md-4] {
		text-align: right
	}
}

@media(min-width:768px) and (max-width:1279px) {
	.indexfoot {
		position: relative;
		display: block
	}

	.indexfoot div[class*=col-md-4] {
		text-align: left
	}
}

@media(max-width:767px) {
	.indexfoot {
		position: relative;
		display: block;
		padding-bottom: 75px;
		background-color: #000
	}

	.indexfoot div[class*=col-md-4] {
		text-align: left
	}
}

.bannerbutton:hover {
	color: #2cb1e1;
	transition: color .3s
}

.fixindex-content-4 {
	width: 90%!important;
	text-align: center!important
}

.banner_one {
	background-image: url(../images/video-index-mp4-1.jpg);
	background: -webkit-image-set(url(../images/video-index-mp4-1.webp) 1x,url(../images/video-index-mp4-2.webp) 2x);
	background: image-set(url(../images/video-index-mp4-1.webp) 1x,url(../images/video-index-mp4-1.webp) 2x);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_two {
	background-image: url(../images/video-index-mp4-2.jpg);
	background: -webkit-image-set(url(../images/video-index-mp4-2.webp) 1x,url(../images/video-index-mp4-2.webp) 2x);
	background: image-set(url(../images/video-index-mp4-2.webp) 1x,url(../images/video-index-mp4-2.webp) 2x);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner_three {
	background-image: url(../images/video-index-mp4-3.jpg);
	background: -webkit-image-set(url(../images/video-index-mp4-3.webp) 1x,url(../images/video-index-mp4-3.webp) 2x);
	background: image-set(url(../images/video-index-mp4-3.webp) 1x,url(../images/video-index-mp4-3.webp) 2x);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

@media(max-width:768px) {
	.banner_one {
		background-image: url(../images/video-index-mp4-1-min.jpg);
		background: -webkit-image-set(url(../images/video-index-mp4-1-min.webp) 3x);
		background: image-set(url(../images/video-index-mp4-1-min.webp) 3x);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.banner_two {
		background-image: url(../images/video-index-mp4-2-min.jpg);
		background: -webkit-image-set(url(../images/video-index-mp4-2-min.webp) 3x);
		background: image-set(url(../images/video-index-mp4-2-min.webp) 3x);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.banner_three {
		background-image: url(../images/video-index-mp4-3-min.jpg);
		background: -webkit-image-set(url(../images/video-index-mp4-3-min.webp) 3x);
		background: image-set(url(../images/video-index-mp4-3-min.webp) 3x);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

@media(min-width:1367px) {
	.fix-banner_content_area {
		width: 300%
	}

	.fixindex-content {
		position: absolute;
		top: 20%;
		left: 5%;
		width: 55%;
		color: #fff;
		font-size: 20px;
		line-height: 30px
	}

	.fixindex-content h2 {
		font-weight: 700;
		font-size: 42px;
		line-height: 56px
	}

	.fix-banner-page .fixindex-content h2 .light {
		font-size: 36px
	}

	.fix-banner-page .videobg {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(31,55,95,0)
	}

	.fix-banner_content_area {
		position: absolute
	}
}

@media(min-width:1280px) and (max-width:1366px) {
	.fix-banner-page {
		min-height: 700px
	}

	.fixindex-content {
		position: absolute;
		top: 20%;
		left: 5%;
		width: 55%;
		color: #fff;
		font-size: 18px;
		line-height: 24px
	}

	.fixindex-content h2 {
		font-weight: 700;
		font-size: 42px;
		line-height: 56px
	}

	.fix-banner-page .fixindex-content h2 .light {
		font-size: 32px
	}

	.fix-banner-page .videobg {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(31,55,95,0)
	}

	.fix-banner_content_area {
		position: absolute
	}
}

@media(min-width:767px) and (max-width:1279px) {
	.fix-banner-page {
		min-height: 450px
	}

	.fixindex-content {
		position: absolute;
		top: 20%;
		left: 5%;
		width: 90%;
		color: #fff;
		font-size: 20px;
		line-height: 30px
	}

	.fixindex-content h2 {
		font-size: 42px;
		line-height: 56px
	}

	.fix-banner-page .fixindex-content h2 .light {
		font-size: 32px
	}

	.fix-banner-page .videobg {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: rgba(31,55,95,0)
	}

	.fix-banner_content_area {
		position: absolute
	}
}

@media(max-width:767px) {
	.fix-banner-page {
		padding-bottom: 150px;
		padidng-top: 150px
	}

	.fixindex-content {
		position: relative;
		left: 0;
		margin: 10% auto 0 auto;
		padding: 15px;
		width: 90%;
		color: #fff;
		font-size: 18px;
		line-height: 28px;
		/*text-align: left !important;*/
	}
	/*.fixindex-content > * {*/
	/*	text-align: left;*/
	/*}*/

	.fixindex-content h2 {
		font-size: 24px;
		line-height: 33px
	}

	.fix-banner-page video {
		position: relative;
		top: 0
	}

	.fix-banner-page .fixindex-content h2 .light {
		font-size: 26px
	}

	.indextype .unit {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.fix-banner-page .videobg {
		display: block
	}

	.bannerbutton {
		color: #fff
	}

	.fix-banner_content_area {
		position: relative
	}

	.video_play {
		display: block
	}

	.video_bg_index {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000000;
		display: none;
		padding-top: 40%;
		width: 100%;
		background-color: rgba(0,0,0,.8)
	}

	.video_bg_index video {
		position: relative;
		left: 0;
		width: 100%!important
	}

	.video_bg_index .video_close,.video_img {
		display: block
	}
}
.fixindex-content {
	text-align: left !important;
}
.fixindex-content > * {
	text-align: left;
}
.fix-banner-page.banner_three .fixindex-content  strong {
	margin-bottom: 20px !important;
}
.indexfoot {
	position: relative !important;
	background-color: #fff !important;
	padding: 0 !important;
}
.indexfoot .foot-first {
	float: none;
	padding-left: 0;
}
.indexfoot .content-width {
	width: 100%;
}
.indexfoot .content-width > div {
	background: #fff;
	color: #000;
	width: 100%;
	text-align: left !important;
	float: none !important;
	padding: 30px 75px;
}
.indexfoot a {
	color: #1d3560 !important;
}
.indexfoot .bottom-contact-us {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.indexfoot .bottom-contact-us > div {
	margin: 0 20px 20px 0;
}
.indexfoot .iso {
	/*padding: 0 50px;*/
	margin-top: 30px;
}
.indexfoot .iso > div {
	padding: 0;
}
.indexfoot .iso .iso-top {
	display: flex;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;
}
.indexfoot .iso .iso-top > div {
	width: auto;
}
/*.indexfoot .iso > img {*/
/*	margin-left: 10px;*/
/*}*/
@media(max-width:600px) {
	.indexfoot .content-width > div {
		padding: 30px 45px;
	}
	.indexfoot .iso {
		margin-top: 0px;
	}
	/*.indexfoot .iso > img {*/
	/*	margin-left: 0px;*/
	/*}*/
}