
.fnkg-banner {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.fnkg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background: #000 url("") no-repeat center center/cover;*/
}

.fnkg-video video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.fnkg-video:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.fnkg-intro{
	position: relative;
    margin-top: 16px;	
	z-index: 2;
}
.fnkg-intro .fnkg-intro-title{
	font-size: 55px;
	color: #fff;
	line-height: 1.2;	
	margin-top: 86px;
}
.fnkg-intro .fnkg-intro-title .fnkg-intro-t2{
	margin-left: 1.5rem;
}
.fnkg-intro .fnkg-intro-text{
	font-size: 20px;
	color: #fff;
	line-height: 1.3;
	margin-top: 32px;
}
.fnkg-intro .video_btn {
	position: relative;
	z-index: 2;
	width: 194px;
	height: 50px;
	border-radius: 2px;
	border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;	
	margin: 64px auto 0;
}
.fnkg-intro .video_btn .video_player {
    position: absolute;
    top: 16px;
    left: 42px;
    width: 18px;
    height: 18px;
    line-height: 14px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff
}
.fnkg-intro .video_btn .video_player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: pulsing 3s linear 0s infinite
}
.fnkg-intro .video_btn .video_player-animation-2 {
    animation-delay: 1s
}
.fnkg-intro .video_btn:hover .video_player-animation {
    opacity: 0;
    animation-play-state: paused
}
.fnkg-intro .video_btn .fa-play{
	font-size: 9px;
	color: rgba(0, 0, 0, 0.7);
	margin-left: 2px;
}
.fnkg-intro .video_btn .video_btn-title{
	font-size: 20px;
	color: #fff;	
	margin-left: 32px;
}
.fnkg-intro .video_btn:hover{ color:#fff; border-color: #08996C;}
.fnkg-intro .video_btn .bgsqr1,.video_btn .bgsqr2,.video_btn .bgsqr3,.video_btn .bgsqr4{background: #08996C; position:absolute; width:25%; height:0;-webkit-transition: height .4s;transition: height .4s;}
.fnkg-intro .video_btn .bgsqr1{ top:0; left:0;}
.fnkg-intro .video_btn .bgsqr2{ bottom:0; left:25%;}
.fnkg-intro .video_btn .bgsqr3{ top:0; left:50%;}
.fnkg-intro .video_btn .bgsqr4{ bottom:0; left:75%;}
.fnkg-intro .video_btn:hover .bgsqr1,.video_btn:hover .bgsqr2,.video_btn:hover .bgsqr3,.video_btn:hover .bgsqr4{ height:100%;}
.fnkg-intro .video_btn span{ position:relative; z-index:1;}
.fnkg-intro .video_btn:hover .fa-play{ position:relative; z-index:1;color: rgba(255, 255, 255, 1);}
.fnkg-intro .video_btn:hover .video_player-animation{ opacity: 1!important;}
@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    40% {
        opacity: .6;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6)
    }
}
@media (max-width: 992px) {
	.fnkg-intro .fnkg-intro-title {
		font-size: 2rem;
		margin-top: 72px;
	}
	.fnkg-intro .fnkg-intro-text {
		font-size: 20px;
	}	
}

/*生态*/
.sttx_wrap{
    position: relative;
	overflow: hidden;
}
.sttx_header {
    position: relative;
    z-index: 1;	
	text-align: center;
	margin: 0 0 -28px 0;
	padding: 80px 0 0;
}

.sttx_header h1 {
	font-size: 55px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}

.sttx_header .subtitle {
	font-size: 20px;
	color: #717171;
	margin: 10px 0;
}
.sttx_img{
    position: relative;
}
.sttx_img img{
    width: 100%;
}
.sttx_box{
    position: absolute;
    left: 0;
    top: 12%;
    width: 100%;
    height: 100%;	
    z-index: 10;	
	overflow: hidden;
}
.point_wrap{
    display: flex;
    align-items: center;
    justify-content: center;	
	position: absolute;
	width: 72px;
	height: 72px; 	
	pointer-events: all;
}
.point{
	animation: float 3s ease-in-out infinite;
	transform-style: preserve-3d;	
	cursor: pointer;
}
.point,.point::before,.point::after{
    display: flex;
	align-items: center;
    justify-content: center;	
	content: ''; 
	position: absolute;
	width: 32px;
	height: 32px; 
	border-radius: 50%;
}
.point::after{
	
}
.point .add{
	position: relative;
	width: 16px;
	height: 16px;	
    background: url(../images/home/add.png) center center no-repeat;
    background-size: cover;	
	z-index:1;
}
.point span.point_arrow{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;	
    background: url(../images/home/arrow_right.png) center center no-repeat;
    background-size: cover;	
	vertical-align: sub;	
	margin-left: 6px;
}
.point1,.point1::before,.point1::after{
    background-color: rgba(8, 153, 108, 1);
}
.point2,.point2::before,.point2::after{
    background-color: rgba(35, 127, 250, 1);
}
.point3,.point3::before,.point3::after{
    background-color: rgba(195, 148, 95, 1);
}
.point::before {
    animation: scale 3s 0.75s infinite;
}
.point::after{animation: scale 3s 0s infinite; }

@keyframes scale{
    0% {
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
} 
.point_wrap1{
	top: 24%; left: 28%;	
}
.point_wrap2{
	top: 34%; left: 18%;	
}
.point_wrap3{
	top: 29.5%; left: 49%; 	
}
.point_wrap4{
	top: 18.5%; left: 55.8%; 	
}
.point_wrap5{
	top: 14.5%; left: 67%; 	
}
.point_wrap6{
	top: 33.5%; left: 79%; 	
}
.point_wrap7{
	top: 69%; left: 70.5%;  	
}
.point_wrap8{
	top: 57%; left: 24.5%;	
}
.point_btn {
    position: relative;
    display: block;	
	color: #fff;
}
.point_bar {
    position: absolute;
    left: 52px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 0 18px 0 24px;
    line-height: 54px;
    pointer-events: none;
}
.point_bar.point_bar_lt1{
    position: absolute;
    left: -418px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 0 24px;
    line-height: 54px;
    pointer-events: none;	
}
.point_bar.point_bar_lt2{
    position: absolute;
    left: -258px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 0 24px;
    line-height: 54px;
    pointer-events: none;	
}
.point_bar.point_bar_lt3{
    position: absolute;
    left: -386px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    padding: 0 24px;
    line-height: 54px;
    pointer-events: none;	
}
.point_wrap:hover .point_bar {
    pointer-events: all;
}
.point_bar1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(8, 153, 108, 0.9);
    border-radius: 32px;
}
.point_bar1.point_bar_lt1::before{
    content: "";
    position: absolute;
    right: 0;
	left: initial;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(8, 153, 108, 0.9);
    border-radius: 32px;	
}
.point_bar1.point_bar_lt2::before{
    content: "";
    position: absolute;
    right: 0;
	left: initial;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(8, 153, 108, 0.9);
    border-radius: 32px;	
}
.point_bar1.point_bar_lt3::before{
    content: "";
    position: absolute;
    right: 0;
	left: initial;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(8, 153, 108, 0.9);
    border-radius: 32px;	
}
.point_bar2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(35, 127, 250, 0.9);
    border-radius: 32px;
}
.point_bar3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(195, 148, 95, 0.9);
    border-radius: 32px;
}
.point_bar span {
	position: relative;
	top: 2px;	
    opacity: 0;
}
.point_bar .point_title {
    color: #fff;
    font-size: 26px;
}
.point_wrap:hover .point_btn{
	color: #fff;
}
.point_wrap:hover .point_bar::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}
.point_wrap:hover .point_bar span {
    opacity: 1;
    transition: all .36s .4s;
}
.sttx_pc{
	display: block;
}
.sttx_mo{
	display: none;
}
@media (max-width: 768px) {
	.sttx_header h1 {
		font-size: 2rem;
	}	
	.sttx_pc{
		display: none;
	}
	.sttx_mo{
		position: relative;
		display: block;
	}	
	.point_wrap1{
		top: 36%; left: 6%;	
	}
	.point_wrap2{
		top: 28%; left: 36%;	
	}
	.point_wrap3{
		top: 41%; left: 43%; 	
	}
	.point_wrap4{
		top: 34%; left: 54.5%; 	
	}
	.point_wrap5{
		top: 30%; left: 72%; 	
	}
	.point_wrap6{
		top: 48%; left: auto; right: -20px; 	
	}
	.point_wrap7{
		top: 70%; left: 71%;  	
	}
	.point_wrap8{
		top: 64%; left: 7.5%;	
	}	
	.point,.point::before,.point::after{
		width: 16px;
		height: 16px; 
	}
	.point .add{
		width: 8px;
		height: 8px;	
	}
	.point_bar span{
		top: 0px;
	}	
	.point span.point_arrow{
		width: 12px;
		height: 12px;	
		top: -2px;		
		margin-left: 0px;
	}	
	.point_bar {
		left: 24px;
		padding: 0 10px;
		line-height: 26px;		
	}
	.point_bar.point_bar_lt1{
		left: -214px;
		padding: 0 10px;
		line-height: 26px;
	}
	.point_bar.point_bar_lt2{
		left: -130px;
		padding: 0 10px;
		line-height: 26px;		
	}	
	.point_bar.point_bar_lt3{
		left: -200px;
		padding: 0 10px;
		line-height: 26px;		
	}	
	.point_bar .point_title {
		color: #fff;
		font-size: 14px;
		font-weight: normal;
	}	
}
/*模型*/
.kfmx_container{
	position: relative;
	background: #EEF4FF;		
}	

.kfmx_wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px;
	
}

.kfmx_header {
    position: relative;
    z-index: 1;	
	text-align: center;
	margin: 0 0 -28px 0;
	padding: 40px 0 0;
}

.kfmx_header h1 {
	font-size: 55px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}

.kfmx_header .subtitle {
	font-size: 20px;
	color: #717171;
	margin: 10px 0;
}

.kfmx_header .cta-button {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

.kfmx_header .cta-button label{cursor: pointer;color: #08996C;}

.kfmx_header .cta-button .arrow{
	position: relative;
	top: -1px;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	cursor: pointer;
}

.kfmx_box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.kfmx_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 72%;
    background: rgba(255, 255, 255, 0.4);
    left: -60px;
	border-radius: 16px 0 0 16px;
    border: 2px solid rgba(255, 255, 255, 0.7);	
	border-right: none;
}
.kfmx_box::after{
    content: "";
    position: absolute;
    width: 10.7%;
    height: 72%;
    background: rgba(255, 255, 255, 0.4);
    right: -60px;
	border-radius: 0 16px 16px  0;
    border: 2px solid rgba(255, 255, 255, 0.7);	
	border-left: none;
}
.features {
	position: relative;
	flex: 1;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 20px;
}

.feature-item {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 20px 20px 10px;
	transition: transform 0.3s;
}
.feature-item{
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
.feature-item::after,.feature-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #08996C;
    transform: skew(15deg);
    transition: all .4s ease-in-out;
	border-radisu: 5px;
    z-index: -1
}
.feature-item::before {
    left: -16px
}
.feature-item::after {
    right: -16px
}
.feature-item:hover h3{
	color: #fff;
}
.feature-item:hover p{
	color: #fff;
}
.feature-item:hover::after,.feature-item:hover::before {
    width: 70%
}

.feature-item:hover {
	transform: translateY(-5px);
}

.feature-item h3 {
	color: #333333;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

.feature-item p {
	font-size: 14px;
	color: #717171;
	line-height: 22px;
	margin-top: 14px;
}

.phone-mockup {
	flex: 1;
	min-width: 300px;
	max-width: 387px;
	position: relative;
	z-index: 1;	
}

.phone-mockup img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.features{
		margin-top: 36px;
	}
}

@media (max-width: 810px) {
	.kfmx_box .features-grid {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
}

@media (max-width: 768px) {
	.kfmx_header h1 {
		font-size: 2rem;
	}
	
	.kfmx_header .subtitle {
		font-size: 1rem;
	}
	
	.kfmx_box .features-grid {
		grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	}
	
	.kfmx_box .feature-item {
		padding: 15px;
	}
}

@media (max-width: 720px) {
	.kfmx_box .features-grid {
		grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	}
	.features{
		height: 500px;
		overflow-y: auto;
	}	
	.kfmx_box::before{display: none;}
	.kfmx_box::after{display: none;}
}

@media (max-width: 640px) {
	.phone-mockup{
		margin-top: 36px;
		min-width: 240px;
	}
}

@media (max-width: 480px) {
	.features {
		width: 100%;
	}
		
	.kfmx_header h1 {
		font-size: 2rem;
	}
	
	.kfmx_header .cta-button {
		padding: 10px 20px;
	}
	
	.kfmx_box .features-grid {
		grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	}
	
	.kfmx_box{
		flex-direction: column;
	}
	.phone-mockup{
		position: relative;
		left: -36px;
		display: none;
	}	
}
/*统计*/
.section-counter{
    position: absolute;	
	width: 100%;
	bottom: 100px;
	z-index: 2;
}
.counter-box .counter{
	font-weight: normal;
	font-size: 40px;
	color: #fff;	
}
.counter-box .custom-primary{
    position: relative;
    top: -2px;	
	font-size: 16px;
	color: #fff;	
	margin-left: 2px;
}
.counter-box .fnkg-number{
    display: flex;
    align-items: baseline;	
	justify-content: center;
}
.counter-box .fnkg-counter{
	margin-top: 24px;
}
.counter-box .fnkg-counter p{
	font-size: 16px;
	color: #fff;
	line-height: 1;	
	margin-top: 4px;
}
.counter-box .counter-page{
    display: none;
    align-items: center;
    justify-content: center;	
	margin-top: 24px;
}
.counter-box .counter-page .counter-item{
	width: 20px;
	height: 3px;
	background: rgba(255,255,255,0.68);
	margin: 0 4px;
	transition: all .3s;
}
.counter-box .counter-page .counter-item.active{
	background: rgba(255,255,255,1);	
}
/*故事*/
.fngs {
    position: relative;
    /*background: url();*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 680px;
    overflow: hidden;
}
.fngs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fngs.fngs-video .fngs-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.fngs.fngs-video .fngs-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fngs .container{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fngs .fngs-title{
	font-size: 55px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
	margin: 86px 0 0;
}
.fngs .fngs-text{
	font-size: 20px;
	color: #fff;
	line-height: 1.3;
    margin: 10px 0;
}
.fngs .fngs-btn{
	margin-top: 1px;
}
.fngs .fngs-btn span{
	font-weight: bold;
	font-size: 20px;
	color: #fff;	
	line-height: 1;
}
.fngs .fngs-btn img{
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;
	margin-left: 4px;
}
/*新闻*/
.section-news {
    position: relative;
    padding: 80px 0;
}
.section-news .section-name{
	font-size: 55px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 24px;
}
.section-news .new-box{
	margin-top: 24px;
}
.section-news .news-item {
	display: block;
	background-color: #f8f8f8;
	overflow: hidden;
	transition: transform 0.3s ease;
}
.section-news .news-item:hover .news-title{
	color: #098160;	
}
.section-news .news-image {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.section-news .news-image img{
	width: 100%;
	height: 272px;
	object-fit: cover;	
	transition: all .4s ease-in-out;
}
.section-news .news-image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1
}

.section-news .news-item:hover .news-image:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent
}
.section-news .news-item:hover .news-image img {
    transform: scale(1.1)
}
.section-news .news-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;	
	margin: 0;
}
.section-news .news-desc {
     height: 69px;
	font-size: 13px;
	color: #666;
	line-height: 23px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	margin-top: 14px;
}
.section-news .news-content {
	padding: 20px 24px 24px;
}
.section-news .news-list {
	background-color: #f8f8f8;
	padding: 24px 20px;
}
.section-news .news-list-item {
	padding: 10px 6px;
}
.section-news .news-list-item a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 28px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	transition: color 0.3s;
}
.section-news .news-list-item a:hover {
	color: #098160;
}
.section-news .news-list-date {
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	margin-top: 2px;
}
.news-more-btn{
	position:relative; 
	display: block;
    width: 194px;
    height: 50px;
    line-height: 50px;
    margin: 48px auto 0;
	border:1px solid #333;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	overflow:hidden;
	transition: all 0.5s;
	text-align: center;
	border-radius: 2px;
}
.news-more-btn:hover{ color:#fff; border-color: #08996C;}
.news-more-btn .btnbg-x{  position:absolute; background: #08996C; left:50%; width:0; top:0px; bottom:0px; transition: all 0.5s;}
.news-more-btn:hover .btnbg-x{ width:100%; left:0px; }
.news-more-btn span{ position:relative; z-index:1;}
@media (min-width: 992px) {
    .col-lg-4-1 {
        -ms-flex: 0 0 30.777777%;
        flex: 0 0 30.777777%;
        max-width: 30.777777%;
    }
    .col-lg-4-2 {
        -ms-flex: 0 0 38.333333%;
        flex: 0 0 38.333333%;
        max-width: 38.333333%;
    }	
}
@media (max-width: 768px) {
	.section-news .section-name,.fngs .fngs-title{
		font-size: 2rem;
	}
}
.applite-code-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1200;
}
.applite-code-box.show {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.applite-code-box .close-applite {
  position: absolute;
  right: 25%;
  top: 22%;
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.applite-code-box .close-applite:before, .applite-code-box .close-applite::after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
  transform-origin: center;
}
.applite-code-box .close-applite:before {
  transform: rotate(45deg) translateX(2px);
}
.applite-code-box .close-applite:after {
  transform: rotate(-45deg) translateX(1px);
}
.applite-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;	
}
.applite-wrapper img{
	max-width: 70%;
}
.applite-wrapper p {
	font-size: 22px;
	color: #fff;
	margin-top: 16px;
}

.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1200;
}
.video-box.show {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.video-box .close-video {
  position: absolute;
  right: 15%;
  top: 15%;
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-box .close-video:before, .video-box .close-video::after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fff;
  display: block;
  transform-origin: center;
}
.video-box .close-video:before {
  transform: rotate(45deg) translateX(2px);
}
.video-box .close-video:after {
  transform: rotate(-45deg) translateX(1px);
}
.video-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;	
}
.video-content.posts-info-paly::before{
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	background: url(https://oss-image.dfs168.com/market/1252/play_lg.png) no-repeat;
	background-size: contain;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}	
.video-content.posts-info-paly::after{
	content: "";
	position: absolute;
}	
.video-content.posts-info-pause:hover::before{
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	background: url(https://oss-image.dfs168.com/market/1254/qyzt.png) no-repeat;
	background-size: contain;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
@media (max-width: 991px) {
	.counter-box .col-md-3{
		display: none;
	}	
	.counter-box #counter-0.col-md-3{
		display: block;		
	}
	.fnkg-intro .fnkg-intro-text{
		padding: 0 94px;
	}
	.fnkg-intro-t2{
		display: none;
	}
	.counter-box .counter-page{
		display: flex;
	}	
	.section-counter .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }		
}
@media (max-width: 750px){
	.applite-wrapper img{
		max-width: 50%;
	}
	.section-counter {
		bottom: 130px;
	}	
	.counter-box .counter {
		font-size: 32px;
	}	
	.fngs {
		height: 360px;
	}	
	.video-wrapper video{
		width: 95%!important;
	}
	.video-wrapper.posts-info-paly::before{
		width: 55px;
		height: 55px;
	}	
	.video-wrapper.posts-info-pause:hover::before{
		width: 55px;
		height: 55px;
	}	
}
@media (max-width: 575px) {
	.fnkg-intro .fnkg-intro-title {
		font-size: 34px;
		margin-top: 72px;
	}
	.fnkg-intro .fnkg-intro-text {
		font-size: 18px;
	}	
    .fnkg-intro .fnkg-intro-text {
        padding: 0 4px;
    }	
}
