@charset "utf-8";

/* CSS Document */
@keyframes updown {
	0% {
		transform: translateY(0);
	}

	25% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(0);
	}
}

.icon-down {
	animation: updown 1.5s linear infinite;
}

/*banner*/
.banner {
	height: 100vh;
	min-height: 320px;
	color: #ffffff;
	text-align: left;
	display: flex;
	align-items: center;
	background: #0f0f3e url("/images/bg/bg-7.jpg") top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner h1 {
	margin-bottom: 46px;
	font-size: 46px;
	font-weight: 600;
}

.banner a:hover {
	text-decoration: none;
}

.banner .ba-text {
	margin-bottom: 54px;
}

.banner h2 {
	margin-bottom: 24px;
	font-size: 26px;
	font-weight: lighter;
}

.banner h3 {
	margin-bottom: 40px;
	font-size: 36px;
	font-weight: lighter;
}

.banner h1 a,
.banner h3 a {
	color: #ffffff;
}

.banner .btn-left {
	margin-left: 0;
}

.banner .btn-left a .text {
	top: 20px;
}

.btn-left {
	margin-bottom: 12px;
}

.btn-left a {
	font-size: 22px;
}

.banner .tuu a .icon-down {
	left: 54px;
}

.banner .tuu a .text {
	top: 22px;
	left: 118px;
}

.tuu a .icon-down {
	left: 26px;
}

.tuu a .text {
	top: 22px;
	left: 74px;
}

.tuu a .icon-down {
	animation: down 1.5s linear infinite;
}

@keyframes down {
	0% {
		top: 12px;
		opacity: 0.9;
	}

	50% {
		top: 30px;
		opacity: 1;
	}

	100% {
		top: 12px;
		opacity: 0.9;
	}
}

.productBannerDown {
	padding-bottom: 46px;
}

.productBannerDown .btn-left {
	animation: none;
	margin-top: 40px;
}

.banner-tu {
	position: relative;
}

.banner-tu .logobox {
	top: 26px;
	left: 50%;
	margin: 0 auto;
	transform: translateX(-50%);
}

.banner-tu .logobox a {
	color: #fff;
	font-size: 32px;
}

.banner-tu .tu-p1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

.banner-tu .tu-p1 a {
	color: inherit;
}

.banner-tu .tu-p1 sup {
	font-size: inherit;
	top: 0;
	line-height: inherit;
}

.banner-tu .newMark {
	font-size: 18px;
	padding: 3px 10px 4px;
}

.banner-tu h1 {
	/*font-size: 60px;*/
	margin-bottom: 20px;
}

.banner-tu .tu-p2 {
	font-size: 18px;
	margin-bottom: 60px;
}

.banner-tu .tu-p2 i {
	margin-right: 10px;
}

.banner-tu .tu-p2 span {
	margin-right: 50px;
}

.banner-tu .tu-list {
	margin-bottom: 48px;
}

.banner-tu .tu-list .icon-yes11 {
	margin-right: 10px;
	color: #007fff;
}

.banner-tu .tu-list li {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}

.banner-tu .btn-left {
	width: 360px;
	height: 80px;
	border-radius: 10px;
	/*background: #007fff;*/
}

.banner-tu .btn-left:hover i {
	-webkit-transform: scale(3.6, 7.9);
	transform: scale(3.6, 7.9);
}

.banner-tu .btn-left a {
	font-size: 28px;
}

.banner-tu .btn-left a .text {
	left: 155px;
}

.banner-tu .btn-left a .icon-down {
	left: 92px;
	top: 23px;
	font-size: 36px;
}

.banner-tu .tu-p3 {
	margin-top: 22px;
}

.banner-tu .tu-p3 .icon-note {
	margin-right: 10px;
}

@media (max-height: 650px) {
	.banner-tu .logobox {
		top: 0;
	}

	.banner-tu .logobox a {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.banner h1 {
		font-size: 48px;
	}

	.banner .ba-text {
		margin-bottom: 42px;
	}

	.banner h2 {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.banner h1 {
		font-size: 36px;
	}

	.banner .ba-text {
		margin-bottom: 22px;
	}

	.banner h2 {
		font-size: 18px;
	}

	.banner h3 {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.banner h1 {
		font-size: 26px;
	}

	.banner h2 {
		font-size: 16px;
		font-weight: 400;
	}

	.banner h3 {
		margin-bottom: 20px;
		font-size: 26px;
	}

	.banner-tu .logobox {
		top: 10px;
	}
}

/*banner-end*/
/*titles*/
.titles {
	margin-bottom: 60px;
	text-align: center;
}

.titles h2 {
	margin-bottom: 16px;
	font-size: 42px;
	font-weight: 600;
	color: #23395f;
}

.titles p {
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	color: #666;
}

@media (max-width: 575px) {
	.titles h2 {
		font-size: 32px;
	}
}

/*titles-end*/
/*features*/
.features {
	padding-bottom: 90px;
}

.features .items {
	min-height: 352px;
	padding: 50px 30px 30px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.08);
	box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.08);
}

.features .items .img01,
.features .items .img02,
.features .items .img03 {
	display: inline-block;
	margin-bottom: 30px;
}

.features .items .img01 {
	width: 224px;
	height: 134px;
	background: url("/images/icon.png") no-repeat 0 -225px;
}

.features .items .img02 {
	width: 165px;
	height: 134px;
	background: url("/images/icon.png") no-repeat -224px -204px;
}

.features .items .img03 {
	width: 145px;
	height: 134px;
	background: url("/images/icon.png") no-repeat -389px -204px;
}

.features .items h3 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #23395f;
}

.features .items p {
	font-size: 14px;
	color: #666666;
}

@media (max-width: 1199px) {
	.features .items {
		min-height: 373px;
	}
}

@media (max-width: 991px) {
	.features .items {
		margin-bottom: 26px;
		min-height: 332px;
	}
}

/*features-end*/
/*spec*/
.spec .spec-bg {
	min-height: 440px;
	background: url("/images/ntfs-img.jpg") top center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 0 !important;
}

.spec .cont {
	padding: 66px 0 0 50px;
	color: #ffffff;
	background-color: #0075ef;
}

.spec .cont h3 {
	font-size: 30px;
	font-weight: 600;
}

.spec .cont ul {
	margin-top: 40px;
}

.spec .cont ul li {
	margin-bottom: 16px;
	font-size: 16px;
}

.spec .cont ul li .icon-mark {
	margin-right: 0.625rem;
	font-size: 14px;
	color: #ffffff;
}

@media (max-width: 1199px) {
	.spec .cont {
		padding-left: 30px;
	}
}

@media (max-width: 767px) {
	.spec .cont ul {
		margin-bottom: 40px;
	}
}

/*spec-end*/
/*trait*/
.trait {
	padding-bottom: 90px;
	/*margin-top: -130px;*/
	background: #ffffff;
}

.trait1 {
	margin-top: 0;
}

.trait-bg {
	margin-top: -130px;
	background: #ffffff;
}

.trait .items {
	padding: 0 80px;
}

.trait .items .img01,
.trait .items .img02,
.trait .items .img03,
.trait .items .img04,
.trait .items .img05,
.trait .items .img06 {
	display: inline-block;
	margin-bottom: 30px;
}

.trait .items .img01 {
	width: 53px;
	height: 58px;
	background: url("/images/icon.png") no-repeat -533px -70px;
}

.trait .items .img02 {
	width: 56px;
	height: 56px;
	background: url("/images/icon.png") no-repeat -479px -128px;
}

.trait .items .img03 {
	width: 69px;
	height: 49px;
	background: url("/images/icon.png") no-repeat -420px -55px;
}

.trait .items .img04 {
	width: 44px;
	height: 54px;
	background: url("/images/icon.png") no-repeat -489px -70px;
}

.trait .items .img05 {
	width: 52px;
	height: 52px;
	background: url("/images/icon.png") no-repeat -427px -104px;
}

.trait .items .img06 {
	width: 48px;
	height: 48px;
	background: url("/images/icon.png") no-repeat -427px -156px;
}

.trait .items h4 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 500;
	color: #23395f;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.trait .items h4 a {
	color: #23395f;
}

.trait .items p {
	font-size: 14px;
	color: #666666;
}

@media (max-width: 1199px) {
	.trait .items {
		padding: 0 40px;
	}
}

@media (max-width: 991px) {
	.trait .items {
		padding: 0 16px;
	}
}

@media (max-width: 575px) {
	.trait {
		text-align: center;
	}

	.trait .items {
		margin-bottom: 26px;
	}

	.trait .items .img01,
	.trait .items .img02,
	.trait .items .img03,
	.trait .items .img04,
	.trait .items .img05,
	.trait .items .img06 {
		margin-bottom: 10px;
	}
}

/*trait-end*/
/*userReview*/
.userReview {
	padding-bottom: 90px;
	background: url("/images/bg/white-bg.jpg") no-repeat scroll top center;
	-webkit-background-size: cover;
	background-size: cover;
}

@media (max-width: 991px) {
	.userReview .slide .carousel-inner {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.userReview .slide .carousel-inner {
		width: 84%;
	}
}

.carousel-control-prev {
	opacity: 1;
	width: 10%;
	justify-content: flex-start;
}

.carousel-control-next {
	opacity: 1;
	width: 10%;
	justify-content: flex-end;
}

.userReview .slide .icon-arrows-left,
.userReview .slide .icon-arrows-right {
	font-size: 28px;
	color: #0098ff;
	color: rgba(0, 152, 255, .68);
}

/*userReview-end*/
@media (max-width: 575px) {

	.features,
	.trait,
	.userReview {
		padding: 60px 0;
	}
}

.m-hidden {
	visibility: hidden;
}

.move-t {
	visibility: visible;
	animation: move-t .6s ease both;
}

.move-b {
	visibility: visible;
	animation: move-b 1s ease both;
}

.move-b-delay {
	visibility: visible;
	animation: move-b 1s ease .6s both;
}

@keyframes move-t {
	from {
		opacity: 0;
		transform: translateY(-80px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes move-b {
	from {
		opacity: 0;
		transform: translateY(80px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*down-module*/
.down-module .down-btn a {
	font-size: 22px;
}

/*.down-module .down-btn a .icon-down {*/
/*	left: 28px;*/
/*}*/
/*.down-module .down-btn a .down-btn-text {*/
/*	top: 14px;*/
/*	left: 72px;*/
/*}*/
/*down-module-end*/
/*features*/
.feature {
	padding-bottom: 60px;
	background: url("/images/bg/ntfs-img1.jpg") no-repeat 200px top;
}

@media (max-width: 1599px) {
	.feature {
		background-position: 70px top;
	}
}

@media (max-width: 1422px) {
	.feature {
		background-position: 20px top;
	}
}

@media (max-width: 1199px) {
	.feature {
		background-position: -120px top;
	}
}

@media (max-width: 991px) {
	.feature {
		background-image: none;
	}

	.feature .f-bg {
		min-height: 440px;
		background: url("/images/ntfs-img.jpg") no-repeat -190px top;
	}
}

@media (max-width: 767px) {
	.feature .f-bg {
		background-position: -120px top;
		min-height: 310px;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

@media (max-width: 414px) {
	.feature .f-bg {
		min-height: 250px;
	}
}

.feature ul li {
	padding-left: 20px;
	margin-bottom: 38px;
	font-size: 20px;
	color: #23395f;
}

.feature ul li:first-child {
	margin-top: 12px;
}

.feature ul li .icon-mark {
	margin-right: 8px;
	color: #0098ff;
}

/*features-end*/
/*b1*/
.b1 .b1-titles {
	margin-bottom: 8px;
	color: #0075ef;
	font-weight: bold;
}

.b1 .b1-titles span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	border-radius: 4px;
	background-color: #0075ef;
	;
}

.b1 ul li {
	margin-bottom: 32px;
}

/*b1-end*/
/*review*/
.reviews {
	padding-bottom: 70px;
	padding-top: 70px;
}

.reviews .titles {
	padding-top: 0;
}

.reviews .container {
	max-width: 1130px;
}

.rating-data-num {
	display: inline-block;
}

.rating-data-num p {
	font-size: 13px;
	font-weight: 500;
}

.rating-data-num p b {
	font-size: 60px;
	font-weight: 600;
}

.rating-data-num p sub {
	font-weight: 400;
	margin-left: 96px;
	bottom: 0;
	font-size: inherit;
}

.rating-data-prog {
	display: inline-block;
	margin-left: 20px;
}

.rating-data-prog div {
	height: 12px;
	margin-top: 1px;
}

.rating-data-prog p {
	margin-bottom: 0;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.rating-data-prog .stars {
	font-size: 10px;
	color: #8e8e93;
	width: 62px;
	height: 12px;
	text-align: right;
	transform: scale(0.84);
}

.rating-data-prog .bar {
	width: 260px;
	height: 3px;
	margin-left: 8px;
	background-color: #efeff4;
	position: relative;
	border-radius: 4px;
}

.rating-data-prog .bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #636366;
	border-radius: 4px;
}

.rating-data-prog .bar5:before {
	width: 97%;
}

.rating-data-prog .bar4:before {
	width: 0%;
}

.rating-data-prog .bar3:before {
	width: 0%;
}

.rating-data-prog .bar2:before {
	width: 0%;
}

.rating-data-prog .bar1:before {
	width: 2%;
}

.rating-items {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	min-width: 300px;
	margin: 1%;
	padding: 13px 16px 16px;
	background-color: #fff;
	border-radius: 6px;
	font-size: 13px;
}

.rating-items .icon-star {
	font-size: 22px;
	color: #ff9500;
}

.rating-items p {
	margin-bottom: .6rem;
}

.rating-items p:last-child {
	min-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media (max-width:567px) {
	.rating-data {
		margin-left: 0 !important;
	}

	.rating-data-prog .bar {
		width: 180px;
	}

	.rating-data-num p sub {
		margin-left: 46px;
	}
}

/*review-end*/
/*faq*/
.faq {
	padding: 50px 0;
}

.faq .card {
	margin-bottom: 1rem;
	border: none;
	border-bottom: 0.0625rem #cccccc solid;
	border-radius: 0;
	background-color: transparent;
}

.faq .card .card-header {
	padding: 0;
	border-bottom: none;
	background-color: transparent;
}

.faq .card .card-header a:hover {
	text-decoration: none;
}

.faq .card .card-header .faq-titles {
	display: block;
	padding: 0;
	margin-bottom: 1.125rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333333;
	outline: none;
}

.faq .card .card-header .faq-titles::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "-";
}

.faq .card .card-header .faq-titles[aria-expanded="true"]::after {
	content: "|";
}

.faq .card .card-body {
	position: relative;
	padding: 0 0 0 2.1875rem;
}

.faq .card .card-body ul li {
	margin-bottom: 0.375rem;
}

.faq .q,
.faq .a {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.625rem;
	border-radius: 0.25rem;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5rem;
	text-indent: 0;
	background-color: #168eff;
}

.faq .a {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0ed160;
}

/*faq-end*/
/*why*/
.why p {
	line-height: 1.7;
	font-size: 18px;
}

.why h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.why .why-left {
	max-width: 444px;
	vertical-align: middle;
	margin-left: 50px;
}

.why .why-left h3 {
	color: #fa5e0a;
}

.why .why-left h3 .icon-question {
	font-size: 26px;
	margin-right: 10px;
}

.why .why-right {
	max-width: 722px;
	box-shadow: 0 2px 12px #d5e5ff;
	border-radius: 20px;
	vertical-align: middle;
	padding: 40px 50px;
	margin-left: 60px;
}

.why .why-right h3 {
	color: #333;
}

@media (max-width: 1423px) {
	.why .why-left {
		margin-left: auto;
		max-width: 420px;
	}

	.why .why-right {
		max-width: 650px;
		padding: 30px;
		margin-left: 30px;
	}
}

@media (max-width: 1199px) {
	.why .why-left {
		max-width: 650px;
		margin-right: auto;
	}

	.why .why-right {
		margin: 40px auto auto;
	}
}

/*why-end*/
/*video-list*/
.why {
	margin-bottom: 120px
}

.why .video-list p {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}

.why .video-list b {
	color: #333;
}

.video-list .poster {
	position: relative;
	cursor: pointer;
}

.video-list .poster .icon-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 70px;
	color: #fff;
	opacity: .9;
	border-radius: 50%;
	background: rgba(0, 0, 0, .3);
	transition: .2s linear;
}

.video-list .poster:hover span.icon-video {
	transform: translate(-50%, -50%) scale(1.05);
}

.video-pop {
	display: none;
	position: fixed;
	z-index: 11;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
}

.video-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	max-width: 800px;
	background: #000;
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(0, 0, 0, .3);
}

.video-content video {
	display: block;
}

.video-content .icon-close {
	position: absolute;
	font-size: 20px;
	cursor: pointer;
	color: #eee;
	top: -26px;
	right: -26px;
}

@media (max-width: 1199px) {
	.video-list .poster .icon-video {
		font-size: 60px;
	}
}

@media (max-width: 880px) {
	.video-content .icon-close {
		right: 0;
	}
}

/*video-list-end*/