@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?v=4.6.3');
  src: url('../fonts/fontello.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontello.woff2?v=4.6.3') format('woff2'), url('../fonts/fontello.woff?v=4.6.3') format('woff'), url('../fonts/fontello.ttf?v=4.6.3') format('truetype'), url('../fonts/fontello.svg?v=4.6.3#fontelloregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sec1{
	padding: 5.73% 0;
}
.sec1 .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.sec1 .left-part{
	width: 46.375em;
	opacity: 0;
	-webkit-transform: translate(-25vw,0);
	transform: translate(-25vw,0);
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
}
.sec1.actived .left-part{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec1 .left-part .swiper-container{
	overflow: hidden;
}
.sec1 .left-part h1{
	font-size: 3.75em;
	color: #005BAC;
	font-weight: bold;
	line-height: 1.2;
}
.sec1 .left-part p{
	font-size: 1.125em;
	color: #333;
	line-height: 2;
	margin: 2.89em 0 5.72em;
}
.sec1 .left-part a{
	font-size: 1em;
	color: #fff;
	border-radius: 0.4375em;
	width: 16.25em;
	height: 5em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	overflow: hidden;
	-webkit-transform: color 0.5s;
	transform: color 0.5s;
	position: relative;
	border: 1px solid #005BAC;
}
.sec1 .left-part a span{
	margin-right: 1.875em;	
}
.sec1 .left-part a::after{
  	font-family: 'fontello';
	content: "\e908";
}
.sec1 .left-part a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	z-index: -1;
}
.sec1 .right-part{
	opacity: 0;
	-webkit-transform: translate(25vw,0);
	transform: translate(25vw,0);
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
}
.sec1.actived .right-part{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec1 .right-part .swiper-container{
	height: 39.875em;
	padding-right: 3.125em;
	overflow: visible;
}
.sec1 .right-part .swiper-container img{
	width: auto;
	height: 100%;
}
.sec1 .right-part .swiper-wrapper{
	box-shadow: -3.125em 3.75em 6.25em rgba(20, 126, 255, 0.1);
}
.sec1 .right-part .swiper-slide{
	border-radius: 0.625em;
	overflow: hidden;
}
.sec1 .right-part .swiper-slide .btn{
	position: absolute;
	left: 11.54%;
	bottom: 10.74%;
	visibility: hidden;
}
.sec1 .right-part .swiper-slide .btn.active{
	visibility: visible;
}
.sec1 .right-part .swiper-slide .btn a{
	width: 3.625em;
	display: block;
	position: relative;
}
.sec1 .right-part .swiper-slide .btn a img{
	width: 100%;
}
.sec1 .right-part .swiper-slide .btn div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-image: radial-gradient(at 50% 50% , transparent 25%, rgba(255,255,255,0.5) 100%);
	-webkit-animation: circlescale 3s linear infinite;
	animation: circlescale 3s linear infinite;
}
.sec1 .right-part .swiper-slide .btn div:nth-child(2){
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.sec1 .right-part .swiper-slide .btn div:nth-child(3){
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes circlescale{
	0%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(2.5);
		opacity: 0;
	}
}
@keyframes circlescale{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	100%{
		transform: scale(2.5);
		opacity: 0;
	}
}

.sec1 .swiper-pagination-bullet{
	background-color: transparent;
	opacity: 1;
	width: 1em;
	height: 1em;
	border: 1px solid transparent;
	margin: 0.3125em 0 !important;
	-webkit-display: flex !important;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.sec1 .swiper-pagination-bullet::before{
	content: "";
	background-color: #999;
	display: block;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
}
.sec1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: #005BAC;
}
.sec1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	background-color: #005BAC;
}
#pop-cover{
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	display: none;
}
#pop-cover.active{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pop-cover .pop-box{
	position: relative;
}
#pop-cover .close{
	position: absolute;
	left: 100%;
	top: 0;
	width: 1.375em;
	margin-left: 1.375em;
	cursor: pointer;
}
#pop-cover video{
	width: auto;
	max-height: 80%;
}


.sec2{
	padding: 6.6% 0 10.42%;
}
.sec2 h3{
	font-size: 3.5em;
	line-height: 1.143;
	color: #333;
	font-weight: normal;
	margin-bottom: 6%;
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
}
.sec2 h3.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec2 ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 3.625%;
}
.sec2 li{
	width: 23.75%;
	margin-bottom: 1.625%;
	margin-right: calc(5 / 3 * 1%);
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
}
.sec2 li:nth-child(4n){
	margin-right: 0;
}
.sec2 li.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec2 li a{
	display: block;
	border-radius: 0.4375em;
	overflow: hidden;
	position: relative;
}
.sec2 li p{
	font-size: 1.75em;
	line-height: 1.143;
	position: absolute;
}
.sec2 li a > p{
	text-align: center;
	left: 0;
	bottom: 4.2%;
	color: #fff;
	width: 100%;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
}
.sec2 li .cover{
	position: absolute;
	left: 1.375em;
	top: 1.375em;
	bottom: 1.375em;
	right: 1.375em;
	background-color: #fff;
	border-radius: 0.1875em;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.sec2 li .cover p{
	color: #005BAC;
	left: 1.5em;
	right: 1.5em;
	bottom: 1.375em;
	-webkit-transition: transform 0.5s 0.25s,opacity 0.5s 0.25s;
	transition: transform 0.5s 0.25s,opacity 0.5s 0.25s;
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
	opacity: 0;
}
.sec2 li .arrow{
	border: 2px solid #005BAC;
	width: 3.125em;
	height: 3.125em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 3em;
	top: 3.125em;
  	color: #005BAC;
	-webkit-transition: transform 0.5s 0.25s,opacity 0.5s 0.25s,color 0.5s,background-color 0.5s;
	transition: transform 0.5s 0.25s,opacity 0.5s 0.25s,color 0.5s,background-color 0.5s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	opacity: 0;
}
.sec2 li .arrow::before{
	content: "\e9df";
  	font-family: 'fontello';
}
.sec2 .more{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #005BAC;
	border: 1px solid #005BAC;
	border-radius: 0.4375em;
	width: 15.875em;
	height: 4.125em;
	line-height: 1.125;
	font-weight: 600;
	-webkit-transition: color 0.5s,transform 0.75s,opacity 0.75s;
	transition: color 0.5s,transform 0.75s,opacity 0.75s;
	margin: 0 auto;
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
}
.sec2 .more.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec2 .more::before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	z-index: -1;
}


.sec3{
	background-color: #000;
	padding: 9.74% 0 8.85%;
}
.sec3 .flex-box{
	-webkit-display: flex;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 4%;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
}
.sec3 .flex-box.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec3 h3{
	font-size: 3.5em;
	line-height: 1.143;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.875em;
}
.sec3 .flex-box p{
	font-size: 1.125em;
	color: #fff;
	line-height: 1.78;
	width: 48em;
}
.sec3 .more{
	line-height: 1.125;
	color: #fff;
	font-weight: 600;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
	border-radius: 0.4375em;
	width: 15.875em;
	height: 4.125em;
	position: relative;
	overflow: hidden;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	background-color: #fff;
}
.sec3 .more span{
	position: relative;
}
.sec3 .more::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
.sec3 ul{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}
.sec3 li{
	width: 31.5625%;
	margin-right: 2.65625%;
	margin-bottom: 3%;
	border-radius: 0.4375em;
	overflow: hidden;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
}
.sec3 li.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec3 li:nth-child(3n){
	margin-right: 0;
}
.sec3 li a{
	display: block;
	position: relative;
}
.sec3 li p{
	font-size: 1.5em;
	color: #fff;
	line-height: 1.333;
	position: absolute;
	left: 2em;
	bottom: 1.375em;
}
.sec3 li img{
	-webkit-transition: transform 1s;
	transition: transform 1s;
}
.sec3 li .arrow{
	width: 3.125em;
	height: 3.125em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 2em;
	top: 3.125em;
  	color: #005BAC;
  	background-color: #fff;
	-webkit-transition: transform 0.5s 0.25s,opacity 0.5s 0.25s,color 0.5s,background-color 0.5s;
	transition: transform 0.5s 0.25s,opacity 0.5s 0.25s,color 0.5s,background-color 0.5s;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
	opacity: 0;
}
.sec3 li .arrow::before{
	content: "\e9df";
  	font-family: 'fontello';
}


.sec4{
	padding: 10.9375% 0 5.573%;	
}
.sec4 .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.sec4 .img-box{
	width: 48.6875%;
}
.sec4 .img-box li{
	float: left;
	width: 47.4%;
	border-radius: 0.5em;
	overflow: hidden;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
}
.sec4 .img-box li:first-child{
	margin-right: 5.2%;
	margin-top: 14.12%;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
}
.sec4 .img-box li:last-child{
	-webkit-transform: translate(0,-10vh);
	transform: translate(0,-10vh);
}
.sec4 .img-box.actived li{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec4 .img-box li img{
	-webkit-transition: transform 1s;
	transition: transform 1s;
}
.sec4 .text-box{
	width: 40.1875%;	
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(25vw,0);
	transform: translate(25vw,0);
}
.sec4 .text-box.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec4 h5{
	font-size: 1.125em;
	color: #005BAC;
	font-weight: normal;
	line-height: 1.78;
	margin-bottom: 1em;
}
.sec4 h3{
	font-size: 3.5em;
	color: #333;
	font-weight: normal;
	line-height: 1.39;
	margin-bottom: 0.875em;
}
.sec4 p{
	font-size: 1.125em;
	color: #333;
	line-height: 1.78;
	margin-bottom: 3.6em;
}
.sec4 a{
	font-size: 1em;
	color: #fff;
	border-radius: 0.4375em;
	width: 15.875em;
	height: 4.125em;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	overflow: hidden;
	-webkit-transform: color 0.5s;
	transform: color 0.5s;
	position: relative;
	border: 1px solid #005BAC;
	font-weight: 600;
}
.sec4 a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #005BAC;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
	z-index: -1;
}




.sec5{
	padding: 5.573% 0 4.6875%;
}
.sec5 h3{
	font-size: 3.5em;
	color: #333;
	font-weight: normal;
	line-height: 1.143;
	margin-bottom: 5.625%;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
}
.sec5 h3.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec5 .flex-box{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
}
.sec5 h5{
	font-size: 1em;
	color: #333;
	line-height: 2;
	font-weight: normal;
	margin-bottom: 0.625em;
}
.sec5 p{
	font-size: 1.5em;
	color: inherit;
	line-height: 1.33;
	height: 2.66em;
}
.sec5 h4{
	font-size: 1em;
	color: #333;
	line-height: 2;
	font-weight: normal;
	margin-top: 1.125em;
	position: relative;
}
.sec5 h4::after{
	position: absolute;
	right: 0;
	top: 50%;
	content: "\e9df";
  	font-family: 'fontello';
  	display: block;
  	-webkit-transform: translate(-100%,-50%);
  	transform: translate(-100%,-50%);
  	opacity: 0;
  	-webkit-transition: opacity 0.5s, transform 0.5s;
  	transition: opacity 0.5s, transform 0.5s;
}
.sec5 .left-part{
	background-color: #f0f0f0;
	border-radius: 0.4375em;
	overflow: hidden;
	width: 48.75%;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(-25vw,0);
	transform: translate(-25vw,0);
}
.sec5 .left-part.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec5 .left-part a{
	color: #333;
}
.sec5 .left-part .text-box{
	padding: 4.4% 6.9%;
}
.sec5 .left-part p{
	font-weight: 600;
}
.sec5 .left-part .img-box{
	overflow: hidden;
}
.sec5 .left-part .img-box img{
	-webkit-transition: transform 1s;
	transition: transform 1s;
}
.sec5 .right-part{
	width: 45.25%;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(25vw,0);
	transform: translate(25vw,0);
}
.sec5 .right-part.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec5 .right-part .line{
	width: 100%;
	height: 1px;
	background-color: #d8d8d8;
	margin: 4.8% 0;
}
.sec5 .right-part a{
	letter-spacing: 0.04em;
	color: #333;
}
.sec5 .right-part a h5{
	color: #999;
	position: relative;
}
.sec5 .right-part a h5::after{
	position: absolute;
	right: 0;
	top: 50%;
	content: "\e9df";
  	font-family: 'fontello';
  	display: block;
  	-webkit-transform: translate(-100%,-50%);
  	transform: translate(-100%,-50%);
  	opacity: 0;
  	-webkit-transition: opacity 0.5s, transform 0.5s;
  	transition: opacity 0.5s, transform 0.5s;
}



.sec6{
	padding: 4.6875% 0 11.875%;
}
.sec6 .flex-box{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 5.8125%;
	-webkit-transition: transform 0.75s,opacity 0.75s;
	transition: transform 0.75s,opacity 0.75s;
	opacity: 0;
	-webkit-transform: translate(0,10vh);
	transform: translate(0,10vh);
}
.sec6 .flex-box.actived{
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	opacity: 1;
}
.sec6 h3{
	font-size: 3.5em;
	color: #333;
	font-weight: normal;
	line-height: 1.143;
}
.sec6 .btn{
	border: 2px solid #ccc;
	color: #ccc;
	width: 3em;
	height: 3em;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
  	cursor: pointer;
  	margin-left: 0.5em;
}
.sec6 .btn::before{
	font-size: 0.875em;
  	font-family: 'fontello';
}
.sec6 .btn.prev::before{
	content: "\ea07";
}
.sec6 .btn.next::before{
	content: "\e9df";
}
.sec6 .content{
	-webkit-transition: top 0.75s,opacity 0.75s;
	transition: top 0.75s,opacity 0.75s;
	opacity: 0;
	width: 100%;
	top: 10vh;
	position: relative;
}
.sec6 .content.actived{
	top: 0;
	opacity: 1;
}
.sec6 .swiper-container{
	overflow: hidden;
}
.sec6 ul li{
	border-radius: 0.25em;
	overflow: hidden;
	position: relative;
	float: left;
	width: 48.75%;
}
.sec6 ul li:nth-child(1){
	margin-right: 2.5%;
}
.sec6 ul li:nth-child(2){
	margin-bottom: 2.5%;
}
.sec6 ul .cover{
	border-radius: 0.3125em;
	position: absolute;
	left: 2.97%;
	right: 2.97%;
	bottom: 3.33%;
	padding: 1.75em;
	overflow: hidden;
	-webkit-transition: height 0.75s,background-color 0.75s;
	transition: height 0.75s,background-color 0.75s;
	height: 9.5em;
}
.sec6 ul .icon{
	width: 2.5em;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-bottom: 1.125em;
}
.sec6 ul .icon.icon1{
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M20 0c.92 0 1.667.746 1.667 1.667V5a1.667 1.667 0 0 1-3.334 0V1.667C18.333.747 19.08 0 20 0zM5.855 5.855c.65-.651 1.706-.651 2.357 0l2.367 2.366a1.667 1.667 0 1 1-2.358 2.357L5.855 8.213a1.667 1.667 0 0 1 0-2.357zm28.29 0c.651.65.651 1.706 0 2.357l-2.367 2.367a1.667 1.667 0 1 1-2.356-2.358l2.366-2.366c.651-.651 1.706-.651 2.357 0zM20 13.333a6.667 6.667 0 1 0 0 13.334 6.667 6.667 0 0 0 0-13.334zM10 20c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10zM0 20c0-.92.746-1.667 1.667-1.667H5a1.667 1.667 0 0 1 0 3.334H1.667C.747 21.667 0 20.92 0 20zm33.333 0c0-.92.747-1.667 1.667-1.667h3.333a1.667 1.667 0 1 1 0 3.334H35c-.92 0-1.667-.747-1.667-1.667zm-22.755 9.422c.651.65.651 1.706 0 2.357l-2.366 2.366a1.667 1.667 0 0 1-2.357-2.357l2.366-2.366c.651-.651 1.707-.651 2.357 0zm18.844 0c.65-.651 1.706-.651 2.357 0l2.366 2.366a1.667 1.667 0 0 1-2.357 2.357l-2.366-2.367a1.667 1.667 0 0 1 0-2.356zM20 33.333c.92 0 1.667.747 1.667 1.667v3.333a1.667 1.667 0 1 1-3.334 0V35c0-.92.747-1.667 1.667-1.667z' fill-rule='evenodd' fill='%23333'/%3E%3C/svg%3E");
}
.sec6 ul .icon.icon2{
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='37' height='34' viewBox='0 0 37 34'%3E%3Cpath d='M6.004 4.843A18.552 18.552 0 0 1 18.5 0c4.621 0 9.077 1.727 12.496 4.843a18.64 18.64 0 0 1 5.997 12.01 1.547 1.547 0 0 1-1.535 1.692H20.042v9.273c0 .82.324 1.606.903 2.186a3.08 3.08 0 0 0 4.36 0c.579-.58.903-1.366.903-2.186 0-.853.69-1.545 1.542-1.545.852 0 1.542.692 1.542 1.545 0 1.64-.65 3.212-1.807 4.371a6.158 6.158 0 0 1-8.72 0 6.189 6.189 0 0 1-1.807-4.37v-9.273H1.542a1.54 1.54 0 0 1-1.535-1.693 18.64 18.64 0 0 1 5.997-12.01zm27.664 10.611a15.54 15.54 0 0 0-4.746-8.324A15.473 15.473 0 0 0 18.5 3.09c-3.854 0-7.57 1.441-10.422 4.04a15.541 15.541 0 0 0-4.746 8.325h30.336z' fill-rule='evenodd' fill='%23333'/%3E%3C/svg%3E");
}
.sec6 ul .icon.icon3{
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='38' height='38' viewBox='0 0 38 38'%3E%3Cpath d='M18.227.182a1.727 1.727 0 0 1 1.545 0L37.045 8.82a1.727 1.727 0 0 1 0 3.09l-17.273 8.636a1.727 1.727 0 0 1-1.544 0L.954 11.909a1.727 1.727 0 0 1 0-3.09L18.228.182zM5.59 10.364L19 17.069l13.41-6.705L19 3.658 5.59 10.364zM.183 18.228a1.727 1.727 0 0 1 2.317-.773l16.5 8.25 16.5-8.25a1.727 1.727 0 1 1 1.545 3.09L19.772 29.18a1.727 1.727 0 0 1-1.544 0L.954 20.545a1.727 1.727 0 0 1-.772-2.317zm0 8.636A1.727 1.727 0 0 1 2.5 26.09l16.5 8.25 16.5-8.25a1.727 1.727 0 1 1 1.545 3.09l-17.273 8.637a1.727 1.727 0 0 1-1.544 0L.954 29.18a1.727 1.727 0 0 1-.772-2.317z' fill-rule='evenodd' fill='%23333'/%3E%3C/svg%3E");
}
.sec6 ul .icon.icon4{
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='33.333' height='36.667' viewBox='0 0 33.333 36.667'%3E%3Cpath d='M18.997.138a1.667 1.667 0 0 1 .99 1.735l-1.432 11.46h13.112a1.667 1.667 0 0 1 1.28 2.734l-16.667 20a1.667 1.667 0 0 1-2.934-1.274l1.433-11.46H1.667A1.667 1.667 0 0 1 .387 20.6L17.052.6a1.667 1.667 0 0 1 1.944-.462zM5.225 20h11.442a1.666 1.666 0 0 1 1.653 1.873l-.961 7.693 10.75-12.9H16.666a1.667 1.667 0 0 1-1.654-1.873l.962-7.692L5.225 20z' fill-rule='evenodd' fill='%23fff'/%3E%3C/svg%3E");
}
.sec6 ul .icon.icon5{
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='37' height='37' viewBox='0 0 37 37'%3E%3Cpath d='M5.045 3.364a1.682 1.682 0 0 0-1.681 1.681v15.137a1.682 1.682 0 0 0 1.681 1.682h1.682a1.682 1.682 0 0 1 0 3.363H5.045A5.046 5.046 0 0 1 0 20.182V5.045A5.045 5.045 0 0 1 5.045 0h15.137a5.046 5.046 0 0 1 5.045 5.045v1.682a1.682 1.682 0 0 1-3.363 0V5.045a1.682 1.682 0 0 0-1.682-1.681H5.045zm11.773 11.772c-.929 0-1.682.753-1.682 1.682v15.136c0 .93.753 1.682 1.682 1.682h15.136c.93 0 1.682-.753 1.682-1.682V16.819c0-.929-.753-1.682-1.682-1.682H16.819zm-5.045 1.682a5.046 5.046 0 0 1 5.045-5.045h15.136A5.046 5.046 0 0 1 37 16.818v15.136A5.045 5.045 0 0 1 31.954 37H16.819a5.046 5.046 0 0 1-5.045-5.046V16.819z' fill-rule='evenodd' fill='%23333'/%3E%3C/svg%3E");
}
.sec6 ul .icon.icon6{
 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='44' height='36' viewBox='0 0 44 36'%3E%3Cpath d='M20.409 4.038a2 2 0 0 0-1.807.552 2 2 0 0 1-2.837-2.82 6.002 6.002 0 0 1 9.238 7.575A6.001 6.001 0 0 1 20.004 12H2a2 2 0 1 1 0-4h18.012a2.001 2.001 0 0 0 .397-3.962zm15.721 6.09a3.001 3.001 0 0 1 3.365 4.536A3 3 0 0 1 37.005 16H2a2 2 0 1 0 0 4h35.011a7.003 7.003 0 0 0 6.956-6.318A6.998 6.998 0 0 0 34.972 6.3a7.002 7.002 0 0 0-2.918 1.744 2 2 0 1 0 2.825 2.832c.35-.348.78-.605 1.251-.748zM28.833 24.7A6.002 6.002 0 0 0 26.002 24h-24a2 2 0 1 0 0 4h24.013a2 2 0 1 1-1.41 3.41 2 2 0 0 0-2.838 2.82 6.004 6.004 0 0 0 9.802-1.937 5.998 5.998 0 0 0-2.735-7.594z' fill-rule='evenodd' fill='%23333'/%3E%3C/svg%3E");
}
.sec6 ul h5{
	font-size: 1.5em;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
	-webkit-transition: color 0.75s;
	transition: color 0.75s;
}
.sec6 ul li.white h5{
	color: #fff;
}
.sec6 ul p{
	color: #999;	
	line-height: 1.5;
	margin-top: 0.5em;
	opacity: 0;
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;
	max-height: 10.5em;
}
.sec6 ul li:nth-child(1) p{
	max-height: 31.5em;
}
.sec6 ul .nicescroll-rails{
	visibility: hidden;
}
@media only screen and (min-width:1024px){	
	.sec3 .more.web{
		-webkit-display: flex;
		display: flex;
	}
	.sec1 .left-part a:hover{
		color: #005BAC;
	}
	.sec1 .left-part a:hover::before{
		left: 100%;
	}
	.sec2 li:hover a > p{
		opacity: 0;
	}
	.sec2 li:hover .cover{
		opacity: 1;
	}	
	.sec2 li:hover .cover p{
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}
	.sec2 li:hover .arrow{
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}
	.sec2 li .arrow:hover{
		background-color: #005BAC;
		color: #fff;
	}
	.sec2 .more:hover{
		color: #fff;
	}
	.sec2 .more:hover::before{
		left: 0;
	}
	.sec3 li a:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.sec3 li a:hover .arrow{
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}
	.sec3 li a .arrow:hover{
		color: #fff;
		background-color: #005BAC;
	}
	.sec3 .more:hover{
		color: #005BAC;
	}
	.sec3 .more:hover::before{
		left: 100%;
	}
	.sec4 a:hover{
		color: #005BAC;
	}
	.sec4 a:hover::before{
		left: 100%;
	}
	.sec5 a:hover h4::after{
	  	-webkit-transform: translate(0,-50%);
	  	transform: translate(0,-50%);
	  	opacity: 1;
	}
	.sec5 .right-part a:hover h5::after{
	  	-webkit-transform: translate(0,-50%);
	  	transform: translate(0,-50%);
	  	opacity: 1;
	}
	.sec4 .img-box li:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.sec5 .left-part a:hover{
		color: #005BAC;
	}
	.sec5 .left-part a:hover .img-box img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.sec5 .right-part a:hover p{
		color: #005BAC;
		text-shadow: 0.02em 0.02em 0 #005BAC,-0.02em -0.02em 0 #005BAC,-0.02em 0.02em 0 #005BAC,0.02em -0.02em 0 #005BAC;
	}
	.sec6 .btn:hover{
	  	border-color: #005BAC;
	  	color: #005BAC;
	}	
	.sec6 ul li:hover .nicescroll-rails{
		visibility: visible;
	}
	.sec6 ul li:hover .cover{
		height: 93.34%;
		background-color: #fff;
	}
	.sec6 ul li:hover .icon.icon1{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M20 0c.92 0 1.667.746 1.667 1.667V5a1.667 1.667 0 0 1-3.334 0V1.667C18.333.747 19.08 0 20 0zM5.855 5.855c.65-.651 1.706-.651 2.357 0l2.367 2.366a1.667 1.667 0 1 1-2.358 2.357L5.855 8.213a1.667 1.667 0 0 1 0-2.357zm28.29 0c.651.65.651 1.706 0 2.357l-2.367 2.367a1.667 1.667 0 1 1-2.356-2.358l2.366-2.366c.651-.651 1.706-.651 2.357 0zM20 13.333a6.667 6.667 0 1 0 0 13.334 6.667 6.667 0 0 0 0-13.334zM10 20c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10zM0 20c0-.92.746-1.667 1.667-1.667H5a1.667 1.667 0 0 1 0 3.334H1.667C.747 21.667 0 20.92 0 20zm33.333 0c0-.92.747-1.667 1.667-1.667h3.333a1.667 1.667 0 1 1 0 3.334H35c-.92 0-1.667-.747-1.667-1.667zm-22.755 9.422c.651.65.651 1.706 0 2.357l-2.366 2.366a1.667 1.667 0 0 1-2.357-2.357l2.366-2.366c.651-.651 1.707-.651 2.357 0zm18.844 0c.65-.651 1.706-.651 2.357 0l2.366 2.366a1.667 1.667 0 0 1-2.357 2.357l-2.366-2.367a1.667 1.667 0 0 1 0-2.356zM20 33.333c.92 0 1.667.747 1.667 1.667v3.333a1.667 1.667 0 1 1-3.334 0V35c0-.92.747-1.667 1.667-1.667z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li:hover .icon.icon2{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='37' height='34' viewBox='0 0 37 34'%3E%3Cpath d='M6.004 4.843A18.552 18.552 0 0 1 18.5 0c4.621 0 9.077 1.727 12.496 4.843a18.64 18.64 0 0 1 5.997 12.01 1.547 1.547 0 0 1-1.535 1.692H20.042v9.273c0 .82.324 1.606.903 2.186a3.08 3.08 0 0 0 4.36 0c.579-.58.903-1.366.903-2.186 0-.853.69-1.545 1.542-1.545.852 0 1.542.692 1.542 1.545 0 1.64-.65 3.212-1.807 4.371a6.158 6.158 0 0 1-8.72 0 6.189 6.189 0 0 1-1.807-4.37v-9.273H1.542a1.54 1.54 0 0 1-1.535-1.693 18.64 18.64 0 0 1 5.997-12.01zm27.664 10.611a15.54 15.54 0 0 0-4.746-8.324A15.473 15.473 0 0 0 18.5 3.09c-3.854 0-7.57 1.441-10.422 4.04a15.541 15.541 0 0 0-4.746 8.325h30.336z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li:hover .icon.icon3{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='38' height='38' viewBox='0 0 38 38'%3E%3Cpath d='M18.227.182a1.727 1.727 0 0 1 1.545 0L37.045 8.82a1.727 1.727 0 0 1 0 3.09l-17.273 8.636a1.727 1.727 0 0 1-1.544 0L.954 11.909a1.727 1.727 0 0 1 0-3.09L18.228.182zM5.59 10.364L19 17.069l13.41-6.705L19 3.658 5.59 10.364zM.183 18.228a1.727 1.727 0 0 1 2.317-.773l16.5 8.25 16.5-8.25a1.727 1.727 0 1 1 1.545 3.09L19.772 29.18a1.727 1.727 0 0 1-1.544 0L.954 20.545a1.727 1.727 0 0 1-.772-2.317zm0 8.636A1.727 1.727 0 0 1 2.5 26.09l16.5 8.25 16.5-8.25a1.727 1.727 0 1 1 1.545 3.09l-17.273 8.637a1.727 1.727 0 0 1-1.544 0L.954 29.18a1.727 1.727 0 0 1-.772-2.317z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li:hover .icon.icon4{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='33.333' height='36.667' viewBox='0 0 33.333 36.667'%3E%3Cpath d='M18.997.138a1.667 1.667 0 0 1 .99 1.735l-1.432 11.46h13.112a1.667 1.667 0 0 1 1.28 2.734l-16.667 20a1.667 1.667 0 0 1-2.934-1.274l1.433-11.46H1.667A1.667 1.667 0 0 1 .387 20.6L17.052.6a1.667 1.667 0 0 1 1.944-.462zM5.225 20h11.442a1.666 1.666 0 0 1 1.653 1.873l-.961 7.693 10.75-12.9H16.666a1.667 1.667 0 0 1-1.654-1.873l.962-7.692L5.225 20z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li:hover .icon.icon5{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='37' height='37' viewBox='0 0 37 37'%3E%3Cpath d='M5.045 3.364a1.682 1.682 0 0 0-1.681 1.681v15.137a1.682 1.682 0 0 0 1.681 1.682h1.682a1.682 1.682 0 0 1 0 3.363H5.045A5.046 5.046 0 0 1 0 20.182V5.045A5.045 5.045 0 0 1 5.045 0h15.137a5.046 5.046 0 0 1 5.045 5.045v1.682a1.682 1.682 0 0 1-3.363 0V5.045a1.682 1.682 0 0 0-1.682-1.681H5.045zm11.773 11.772c-.929 0-1.682.753-1.682 1.682v15.136c0 .93.753 1.682 1.682 1.682h15.136c.93 0 1.682-.753 1.682-1.682V16.819c0-.929-.753-1.682-1.682-1.682H16.819zm-5.045 1.682a5.046 5.046 0 0 1 5.045-5.045h15.136A5.046 5.046 0 0 1 37 16.818v15.136A5.045 5.045 0 0 1 31.954 37H16.819a5.046 5.046 0 0 1-5.045-5.046V16.819z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li:hover .icon.icon6{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='44' height='36' viewBox='0 0 44 36'%3E%3Cpath d='M20.409 4.038a2 2 0 0 0-1.807.552 2 2 0 0 1-2.837-2.82 6.002 6.002 0 0 1 9.238 7.575A6.001 6.001 0 0 1 20.004 12H2a2 2 0 1 1 0-4h18.012a2.001 2.001 0 0 0 .397-3.962zm15.721 6.09a3.001 3.001 0 0 1 3.365 4.536A3 3 0 0 1 37.005 16H2a2 2 0 1 0 0 4h35.011a7.003 7.003 0 0 0 6.956-6.318A6.998 6.998 0 0 0 34.972 6.3a7.002 7.002 0 0 0-2.918 1.744 2 2 0 1 0 2.825 2.832c.35-.348.78-.605 1.251-.748zM28.833 24.7A6.002 6.002 0 0 0 26.002 24h-24a2 2 0 1 0 0 4h24.013a2 2 0 1 1-1.41 3.41 2 2 0 0 0-2.838 2.82 6.004 6.004 0 0 0 9.802-1.937 5.998 5.998 0 0 0-2.735-7.594z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li:hover h5{
		color: #005BAC;
	}
	.sec6 ul li:hover p{
		opacity: 1;
	}
}
@media only screen and (max-width:1024px){

	.sec1{
		padding: 15% 0;
	}
	.sec1 .inner{
		-webkit-display: block;
		display: block;
	}
	.sec1 .left-part{
		width: 100%;
		-webkit-transform: translate(0,10vh);
		transform: translate(0,10vh);
	}
	.sec1 .left-part h1{
		font-size: 3em;
	}
	.sec1 .left-part p{
		margin: 5% 0 7.5%;
	}
	.sec1 .left-part a{
		width: 13.2em;
		height: 4em;
	}
	.sec1 .right-part{
		-webkit-transform: translate(0,10vh);
		transform: translate(0,10vh);
		margin-bottom: 10%;
	}
	.sec1 .right-part .swiper-container{
		height: auto;
		padding-right: 0;
	}
	.sec1 .right-part .swiper-wrapper{
		box-shadow: -1.5625em 1.875em 3.125em rgba(20, 126, 255, 0.1);
	}
	.sec1 .right-part .swiper-container img{
		width: 100%;
		height: auto;
	}
	.sec1 .swiper-pagination{
		position: static;
		margin-top: 5%;
	}
	.sec1 .swiper-pagination-bullet{
		margin: 0 0.3125em !important;
		-webkit-display: inline-flex !important;
		display: inline-flex !important;
	}
	#pop-cover .close{
		margin-left: 0.75em;
	}
	#pop-cover .pop-box{
		width: 80%;
	}
	#pop-cover video{
		width: 100%;
		max-height: none;
	}



	.sec2{
		padding: 10% 0 15%;
	}
	.sec2 h3{
		font-size: 2.5em;
		margin-bottom: 10%;
	}
	.sec2 ul{
		margin-bottom: 5%;
	}
	.sec2 li{
		width: 48%;
		margin-bottom: 4%;
		margin-right: 4%;
	}
	.sec2 li:nth-child(3n){
		margin-right: 4%;
	}
	.sec2 li:nth-child(2n){
		margin-right: 0;
	}
	.sec2 li p{
		font-size: 1.25em;
		padding: 0 1em;
	}
	.sec2 .more{
		width: 13.2em;
		height: 4em;
	}


	.sec3{
		padding: 15% 0;
	}
	.sec3 .flex-box{
		-webkit-display: block;
		display: block;
		margin-bottom: 10%;
	}
	.sec3 h3{
		font-size: 2.5em;
		margin-bottom: 10%;
	}
	.sec3 .flex-box p{
		width: 100%;
	}
	.sec3 .more.mobile{
		-webkit-display: flex;
		display: flex;
	}
	.sec3 .more{
		width: 13.2em;
		height: 4em;
		-webkit-transition: transform 0.75s,opacity 0.75s;
		transition: transform 0.75s,opacity 0.75s;
		opacity: 0;
		-webkit-transform: translate(0,10vh);
		transform: translate(0,10vh);
		margin: 0 auto;
	}
	.sec3 .more.actived{
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
		opacity: 1;
	}
	.sec3 ul{
		margin-bottom: 5%;
	}
	.sec3 li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.sec3 li:nth-child(3n){
		margin-right: 4%;
	}
	.sec3 li:nth-child(2n){
		margin-right: 0;
	}
	.sec3 li p{
		font-size: 1.25em;
		left: 1em;
		bottom: 1em;
		right: 1em;
	}


	.sec4{
		padding: 15% 0 10%;	
	}
	.sec4 .inner{
		-webkit-display: block;
		display: block;
	}
	.sec4 .img-box{
		width: 100%;
	}
	.sec4 .text-box{
		width: 100%;
		margin-bottom: 15%;
		-webkit-transform: translate(0,10vh);
		transform: translate(0,10vh);
	}
	.sec4 h5{
		margin-bottom: 5%;
	}
	.sec4 h3{
		font-size: 2.5em;
		margin-bottom: 5%;
	}
	.sec4 p{
		margin-bottom: 10%;
	}
	.sec4 a{
		width: 13.2em;
		height: 4em;
	}




	.sec5{
		padding: 10% 0;
	}
	.sec5 h3{
		font-size: 2.5em;
		margin-bottom: 10%;
	}
	.sec5 .flex-box{
		-webkit-display: block;
		display: block;
	}
	.sec5 .left-part{
		width: 100%;
		-webkit-transform: translate(0,10vh);
		transform: translate(0,10vh);
		margin-bottom: 5%;
	}
	.sec5 .right-part{
		width: 100%;
		-webkit-transform: translate(0,10vh);
		transform: translate(0,10vh);
	}
	.sec5 .right-part .line{
		margin: 5% 0;
	}



	.sec6{
		padding: 10% 0 15%;
		overflow: visible;
	}
	.sec6 .flex-box{
		margin-bottom: 10%;
	}
	.sec6 h3{
		font-size: 2.25em;
	}
	.sec6 .btn{
		display: none;
	}
	.sec6 ul li{
		float: none;
		width: 100%;
		margin-bottom: 5%;
		margin-right: 0%;
		display: none;
	}
	.sec6 ul li.active{
		display: block;
	}
	.sec6 ul li:nth-child(1){
		margin-right: 0;
	}
	.sec6 ul li:nth-child(2){
		margin-bottom: 5%;
	}
	.sec6 ul .cover{
		padding: 0.5em;
		left: 5%;
		right: 5%;
		bottom: 5%;
		-webkit-transition: max-height 0s;
		transition: max-height 0s;
		height: auto;
	}
	.sec6 ul .icon{
		width: 2em;
		margin-bottom: 0.5em;
	}
	.sec6 ul h5{
		font-size: 1.25em;
	}
	.sec6 ul p,.sec6 ul li:nth-child(1) p{
		max-height: 0;
	}
	.sec6 ul li.hover{
		overflow: visible;
	}
	.sec6 ul li.hover .nicescroll-rails{
		visibility: visible;
	}
	.sec6 ul li.hover .cover{
		position: fixed;
		top: 50%;
		z-index: 101;
		max-height: 90%;
		overflow: visible;
		font-size: 1.25em;
		padding: 1.5em;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-display: flex;
		-webkit-align-items: flex-start;
		-webkit-justify-content: flex-start;
		-webkit-flex-direction: column;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.sec6 ul li.hover .cover::before{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0,0,0,0.5);
		margin-top: -50vh;
		margin-left: -50vw;
		z-index: -2;
	}
	.sec6 ul li.hover .cover::after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		border-radius: 0.3125em;
		z-index: -1;
	}
	.sec6 ul li.hover .icon.icon1{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M20 0c.92 0 1.667.746 1.667 1.667V5a1.667 1.667 0 0 1-3.334 0V1.667C18.333.747 19.08 0 20 0zM5.855 5.855c.65-.651 1.706-.651 2.357 0l2.367 2.366a1.667 1.667 0 1 1-2.358 2.357L5.855 8.213a1.667 1.667 0 0 1 0-2.357zm28.29 0c.651.65.651 1.706 0 2.357l-2.367 2.367a1.667 1.667 0 1 1-2.356-2.358l2.366-2.366c.651-.651 1.706-.651 2.357 0zM20 13.333a6.667 6.667 0 1 0 0 13.334 6.667 6.667 0 0 0 0-13.334zM10 20c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10zM0 20c0-.92.746-1.667 1.667-1.667H5a1.667 1.667 0 0 1 0 3.334H1.667C.747 21.667 0 20.92 0 20zm33.333 0c0-.92.747-1.667 1.667-1.667h3.333a1.667 1.667 0 1 1 0 3.334H35c-.92 0-1.667-.747-1.667-1.667zm-22.755 9.422c.651.65.651 1.706 0 2.357l-2.366 2.366a1.667 1.667 0 0 1-2.357-2.357l2.366-2.366c.651-.651 1.707-.651 2.357 0zm18.844 0c.65-.651 1.706-.651 2.357 0l2.366 2.366a1.667 1.667 0 0 1-2.357 2.357l-2.366-2.367a1.667 1.667 0 0 1 0-2.356zM20 33.333c.92 0 1.667.747 1.667 1.667v3.333a1.667 1.667 0 1 1-3.334 0V35c0-.92.747-1.667 1.667-1.667z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li.hover .icon.icon2{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='37' height='34' viewBox='0 0 37 34'%3E%3Cpath d='M6.004 4.843A18.552 18.552 0 0 1 18.5 0c4.621 0 9.077 1.727 12.496 4.843a18.64 18.64 0 0 1 5.997 12.01 1.547 1.547 0 0 1-1.535 1.692H20.042v9.273c0 .82.324 1.606.903 2.186a3.08 3.08 0 0 0 4.36 0c.579-.58.903-1.366.903-2.186 0-.853.69-1.545 1.542-1.545.852 0 1.542.692 1.542 1.545 0 1.64-.65 3.212-1.807 4.371a6.158 6.158 0 0 1-8.72 0 6.189 6.189 0 0 1-1.807-4.37v-9.273H1.542a1.54 1.54 0 0 1-1.535-1.693 18.64 18.64 0 0 1 5.997-12.01zm27.664 10.611a15.54 15.54 0 0 0-4.746-8.324A15.473 15.473 0 0 0 18.5 3.09c-3.854 0-7.57 1.441-10.422 4.04a15.541 15.541 0 0 0-4.746 8.325h30.336z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li.hover .icon.icon3{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='38' height='38' viewBox='0 0 38 38'%3E%3Cpath d='M18.227.182a1.727 1.727 0 0 1 1.545 0L37.045 8.82a1.727 1.727 0 0 1 0 3.09l-17.273 8.636a1.727 1.727 0 0 1-1.544 0L.954 11.909a1.727 1.727 0 0 1 0-3.09L18.228.182zM5.59 10.364L19 17.069l13.41-6.705L19 3.658 5.59 10.364zM.183 18.228a1.727 1.727 0 0 1 2.317-.773l16.5 8.25 16.5-8.25a1.727 1.727 0 1 1 1.545 3.09L19.772 29.18a1.727 1.727 0 0 1-1.544 0L.954 20.545a1.727 1.727 0 0 1-.772-2.317zm0 8.636A1.727 1.727 0 0 1 2.5 26.09l16.5 8.25 16.5-8.25a1.727 1.727 0 1 1 1.545 3.09l-17.273 8.637a1.727 1.727 0 0 1-1.544 0L.954 29.18a1.727 1.727 0 0 1-.772-2.317z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li.hover .icon.icon4{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='33.333' height='36.667' viewBox='0 0 33.333 36.667'%3E%3Cpath d='M18.997.138a1.667 1.667 0 0 1 .99 1.735l-1.432 11.46h13.112a1.667 1.667 0 0 1 1.28 2.734l-16.667 20a1.667 1.667 0 0 1-2.934-1.274l1.433-11.46H1.667A1.667 1.667 0 0 1 .387 20.6L17.052.6a1.667 1.667 0 0 1 1.944-.462zM5.225 20h11.442a1.666 1.666 0 0 1 1.653 1.873l-.961 7.693 10.75-12.9H16.666a1.667 1.667 0 0 1-1.654-1.873l.962-7.692L5.225 20z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li.hover .icon.icon5{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='37' height='37' viewBox='0 0 37 37'%3E%3Cpath d='M5.045 3.364a1.682 1.682 0 0 0-1.681 1.681v15.137a1.682 1.682 0 0 0 1.681 1.682h1.682a1.682 1.682 0 0 1 0 3.363H5.045A5.046 5.046 0 0 1 0 20.182V5.045A5.045 5.045 0 0 1 5.045 0h15.137a5.046 5.046 0 0 1 5.045 5.045v1.682a1.682 1.682 0 0 1-3.363 0V5.045a1.682 1.682 0 0 0-1.682-1.681H5.045zm11.773 11.772c-.929 0-1.682.753-1.682 1.682v15.136c0 .93.753 1.682 1.682 1.682h15.136c.93 0 1.682-.753 1.682-1.682V16.819c0-.929-.753-1.682-1.682-1.682H16.819zm-5.045 1.682a5.046 5.046 0 0 1 5.045-5.045h15.136A5.046 5.046 0 0 1 37 16.818v15.136A5.045 5.045 0 0 1 31.954 37H16.819a5.046 5.046 0 0 1-5.045-5.046V16.819z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li.hover .icon.icon6{
	 	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' width='44' height='36' viewBox='0 0 44 36'%3E%3Cpath d='M20.409 4.038a2 2 0 0 0-1.807.552 2 2 0 0 1-2.837-2.82 6.002 6.002 0 0 1 9.238 7.575A6.001 6.001 0 0 1 20.004 12H2a2 2 0 1 1 0-4h18.012a2.001 2.001 0 0 0 .397-3.962zm15.721 6.09a3.001 3.001 0 0 1 3.365 4.536A3 3 0 0 1 37.005 16H2a2 2 0 1 0 0 4h35.011a7.003 7.003 0 0 0 6.956-6.318A6.998 6.998 0 0 0 34.972 6.3a7.002 7.002 0 0 0-2.918 1.744 2 2 0 1 0 2.825 2.832c.35-.348.78-.605 1.251-.748zM28.833 24.7A6.002 6.002 0 0 0 26.002 24h-24a2 2 0 1 0 0 4h24.013a2 2 0 1 1-1.41 3.41 2 2 0 0 0-2.838 2.82 6.004 6.004 0 0 0 9.802-1.937 5.998 5.998 0 0 0-2.735-7.594z' fill-rule='evenodd' fill='%23005BAC'/%3E%3C/svg%3E");
	}
	.sec6 ul li.hover h5{
		color: #005BAC;
	}
	.sec6 ul li.hover .close{
		position: absolute;
		right: 1em;
		top: 1em;
		color: #005BAC;
	}
	.sec6 ul li.hover .close::before{
		font-family: "fontello";
		content: "\e916";
	}
	.sec6 ul li.hover p{
		opacity: 1;
		max-height: none;
		-webkit-transition: opacity 0s;
		transition: opacity 0s;
	}
	.sec6 .more{
		font-size: 1em;
		color: #fff;
		border-radius: 0.4375em;
		width: 13.2em;
		height: 4.125em;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		-webkit-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		overflow: hidden;
		-webkit-transform: color 0.5s;
		transform: color 0.5s;
		position: relative;
		border: 1px solid #005BAC;
		font-weight: 600;
		margin: 0 auto;
		background-color: #005BAC;
	}
}