@charset "UTF-8";
body, html {
	/*height: 100%;
	overflow: hidden;*/
	overflow-x: hidden;
}
.page-wrap {
/*	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-ms-overflow-style: none; 
	scrollbar-width: none;*/
}
.page-wrap::-webkit-scrollbar {
 display: none;
}
.header-wrap {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100vw;
	height: 70px;	
	background: #206AEB;
	color: #fff;
	z-index: 999999;
}
.header-wrap.show {
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 78, 125, 0.1);
	color: #333;
}
.header-wrap.show .nav .nav-link {
	color: #333;
}
.header-wrap.show .language .line {
	background-color: #333;
}
.header-wrap .container {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}
.header-wrap .logo {
	display: block;
	width: 160px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: center;
	-o-background-size: cover;
	background-size: cover;
	margin-right: 30px;
}
.header-wrap .logo img {
	display: block;
	width: 100%;
	height: 100%;
}
.header-wrap .nav {
	height: 100%;
	letter-spacing: 1px;
}
.header-wrap .nav .nav-list {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.header-wrap .nav .nav-item {
	position: relative;
	height: 100%;
}
.header-wrap .nav .nav-item::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 0;
	left: 20px;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-wrap .nav .nav-item:hover::after{
	border-bottom-color: #fff;
}

.header-wrap .nav .active::after {
	border-bottom-color: #fff;
}

.header-wrap.show .nav .nav-item.active .nav-link, .header-wrap.show .nav .nav-item:hover .nav-link{
	color: #206aeb; 
}
.header-wrap.show .nav .active::after{
	border-bottom-color: #206aeb; 
}

.header-wrap .nav .nav-item:hover .nav-link, .header-wrap .nav .nav-item.active .nav-link {
	color: #fff;
	font-weight: bold;
}
.header-wrap .nav .nav-item:hover .icon {
	color: #206aeb;
}
.header-wrap .nav .nav-item:hover .dropdown {
	display: block;
}
.header-wrap .nav .icon {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	height: 1px;
	width: 10px;
	color: rgba(0, 0, 0, 0.85);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-wrap .nav .nav-link {
	position: relative;
	padding: 0 30px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	color: #dedede;
}
.header-wrap .nav .dropdown {
	position: absolute;
	left: 20px;
	top: 100%;
	z-index: 2;
	display: none;
	width: auto;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	color: #000;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.header-wrap .nav .dropdown ul {
	padding: 10px 0;
	text-align: left;
}
.header-wrap .nav .dropdown .dropdown-link {
	display: block;
	white-space: nowrap;
	padding: 0 25px;
}
.header-wrap .nav .dropdown .dropdown-list .current .dropdown-link {
	/*background: #f0fcff;*/
	color: #206AEB;
}
.header-wrap .nav .dropdown .dropdown-link:hover {
	color: #206aeb;
}
.header-wrap .language {
	margin-left: auto;
	margin-right: 20px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-wrap .language .line {
	display: block;
	height: 16px;
	margin: 0 10px;
	border: 1px solid #fff;
	-webkit-transform: scaleX(0.5);
	-moz-transform: scaleX(0.5);
	-ms-transform: scaleX(0.5);
	-o-transform: scaleX(0.5);
	transform: scaleX(0.5);
}
.header-wrap .button-contact {
	position: relative;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	color: #206AEB;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 78, 125, 0.1);
	font-size: 16px;
	font-weight: 700;	
}
.header-wrap .button-contact .ewm{
	display: none;
	position: absolute;
    top: 50px;
    right: 4px;    
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 178px;
    padding: 10px;
    transition: opacity .3s ease-in-out;
    text-align: left;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,78,125,.1);
}
.header-wrap .button-contact .ewm img{
    width: 100%;
    height: auto;
}
.header-wrap .button-contact:hover{
	background: #F2F2F2;
}
.header-wrap .button-contact:hover a{
	color: #206AEB;	
}
.header-wrap .button-contact:hover .ewm{
	display: flex;	
}
.mobile-nav {
	display: none;
}
 @-webkit-keyframes bannerZoomIn {
 0% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
to {
	-webkit-transform: scale(1);
	transform: scale(1);
}
}
 @-moz-keyframes bannerZoomIn {
 0% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
to {
	-moz-transform: scale(1);
	transform: scale(1);
}
}
 @-o-keyframes bannerZoomIn {
 0% {
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
to {
	-o-transform: scale(1);
	transform: scale(1);
}
}
 @keyframes bannerZoomIn {
 0% {
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 -o-transform: scale(1.2);
 transform: scale(1.2);
}
to {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
}
.banner {
	width: 100%;
	height: 82vh;
	margin-top: 70px;
}
.banner .swiper-slide {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner .swiper-slide.ani-slide .img {
	-webkit-animation: bannerZoomIn 15s forwards;
	-moz-animation: bannerZoomIn 15s forwards;
	-o-animation: bannerZoomIn 15s forwards;
	animation: bannerZoomIn 15s forwards;
}
.banner .img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-position: center;
	object-position: center;
	-o-object-fit: cover;
	object-fit: cover;
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
}
.banner .txt {
	z-index: 22;
	padding-left: 22.4%;
	width: 100%;
}
.banner .txt .title {
	font-size: 64px;
	color: #000;
	letter-spacing: 1px;
	line-height: 90px;
	font-weight: 400;
}
.banner .txt .title .split {
	margin: auto 5px;
}
.banner .txt .title .name {
	color: #0186ff;
	font-weight: 700;
}
.banner .txt .description {
	margin-top: 8px;
	font-size: 30px;
	line-height: 42px;
	color: #040404;
	letter-spacing: 8px;
	font-weight: 400;
}
.banner .txt .btn {
	margin-top: 24px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 122px;
	height: 46px;
	border-radius: 8px;
	font-size: 16px;
	color: #08f;
	background-color: #fff;
	letter-spacing: 1.07px;
}
.banner .slogen {
	position: absolute;
	width: 100%;
	height: 100%;
}
.banner .mvj {
	display: block;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
}
.banner .toolbar {
	position: absolute;
	bottom: 50px;
	right: 27.4%;
	z-index: 33;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner .toolbar .navigation {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner .toolbar .navigation .swiper-button-prev, .banner .toolbar .navigation .swiper-button-next {
	position: static;
	margin: 0;
	width: 60px;
	height: 60px;
}
.banner .toolbar .navigation .swiper-button-prev::after, .banner .toolbar .navigation .swiper-button-next::after {
	display: none;
}
.banner .toolbar .navigation .swiper-button-prev {
	margin-left: 100px;
}
.banner .toolbar .navigation .swiper-button-next {
	margin-left: 40px;
}
.progress {
	position: relative;
	font-size: 14px;
	width: 350px;
}
.progress .inner {
	background-color: rgba(96, 96, 96, 0.39);
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.progress .bg {
	width: 0%;
	height: 5px;
	background: rgb(18, 151, 255);
}
.progress.active .bg {
	-webkit-animation: widthAnmi 15s;
	-moz-animation: widthAnmi 15s;
	-o-animation: widthAnmi 15s;
	animation: widthAnmi 15s;
}
 @-webkit-keyframes widthAnmi {
 0% {
 width: 0%;
}
to {
	width: 100%;
}
}
 @-moz-keyframes widthAnmi {
 0% {
 width: 0%;
}
to {
	width: 100%;
}
}
 @-o-keyframes widthAnmi {
 0% {
 width: 0%;
}
to {
	width: 100%;
}
}
 @keyframes widthAnmi {
 0% {
 width: 0%;
}
to {
	width: 100%;
}
}
.features {
	min-height: 678px;
	background: url("../images/features.png") no-repeat center;
	-o-background-size: cover;
	background-size: cover;
}
.features .hd {
	padding: 116px 0 60px;
	font-size: 60px;
}
.features .hd h3 {
	text-align: center;
	color: #333;
}
.features .hd p {
	text-align: center;
	color: #333;
	font-size: 40px;
}
.features .bd ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.features .bd li {
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
	padding: 30px 10px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 285px;
	border: 2px solid transparent;
	line-height: 24px;
}
.features .bd li:hover {
	background: #f7fbfd;
	border: 2px solid #206aeb;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}
.features .bd .img {
	margin: 0 auto;
	margin-bottom: 30px;
	display: block;
	width: 80px;
}
.features .bd .title {
	font-size: 24px;
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
}
.features .bd .desc {
	color: #333;
	text-align: center;
	font-weight: 400;
}
.project .project-item {
	position: relative;
	margin-bottom: 10px;
}
.project .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: rgba(0,0,0,0.2);
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.project .txt .tit {
	font-weight: 600;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 56px;
	text-align: right;
	font-style: normal;
	margin-bottom: 30px;
}
.project .txt .desc {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	margin-bottom: 30px;
}
.project .txt .btn {
	display: block;
	width: 120px;
	line-height: 40px;
	border-radius: 8px;
	text-align: center;
	background-color: transparent;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #fff;
	cursor: pointer;
	margin: auto;
}
.project .txt .btn:hover {
	background: #FFFFFF;
	color: #206AEB;
}

.project .project-item{
	overflow: hidden;
}

.project .project-item:hover img{
	/*-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);*/
}

.products {
	padding: 120px 0;
}
.products .hd {
	margin-bottom: 58px;
	font-size: 48px;
}
.products .hd h3 {
	width: 100%;
	text-align: center;
	color: #333;
	font-weight: 700;
}
.products .bd ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.products .bd li {
	display: block;
	-webkit-flex: 0 0 33.33333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}
.products .bd li:hover .tit {
	color: #206aeb;
}
.products .bd .mv {
	max-width: 100%;
	height: 30rem;
}
.products .bd .tit {
	width: 100%;
	text-align: center;
	margin-top: 40px;
	font-size: 20px;
	color: #333;
}
.introduce {
	padding: 120px 0;
	background: url("../images/bg_news.png") no-repeat center;
	-o-background-size: cover;
	background-size: cover;
}
.introduce .title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 28px;
	color: #fff;
}
.introduce .sub-title {
	font-size: 32px;
	margin-bottom: 26px;
	color: #fff;
}
.introduce .desc {
	min-height: 120px;
	font-size: 16px;
	text-align: justify;
	line-height: 32px;
	color: #fff;
}
.introduce .btn {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
	background: #FFFFFF;
	border-radius: 8px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #10151F;
	
}
.introduce .btn:hover {
	background: #206AEB;
	color: #fff;
}
.news {
	padding: 120px 0 100px;
}
.news .title {
	margin-bottom: 55px;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333;
	font-weight: 700;
}
.news .news-box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news ul.list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px 0;
}
.news .news-item {}
.news .news-item a {
	display: block;
}
.news .news-item .img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 208px;
	border-radius: 8px 8px 0 0;
	position: relative;
	overflow: hidden;
}
.news .news-item .img img {
	position: absolute;
	overflow: hidden;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.news .news-item .txt {
	padding: 0 20px;
	font-size: 20px;
	height: 80px;
	color: #333;
	background-color: #206aeb;
	border-radius: 0 0 8px 8px;
	-webkit-flex: 1 1;
	-moz-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news .news-item .txt p {
	width: 100%;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-word;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
}
.news .news-item:hover .img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.news .news-item-left {
	-webkit-flex: 0 0 33.33333333%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 33.33333333%;
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}
.news .news-item-left .img {
	height: 516px;
}
.news .btn {
	margin: 40px auto;
}

.detail-box{
	padding: 190px 0;
	margin: auto;
	/*max-width: 960px;*/
	max-width: 860px;
}
.d-title{
	font-size: 24px;
    color: #333;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.d-date{
	font-size: 14px;
    color: #b3b3b3;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
    margin-bottom: 18px;
}

.content-box{
	padding: 15px 0;
}

.content-box p{
	font-size: 16px;
    color: #333;
    line-height: 34px;
    font-weight: 400;
}

.content-box img{
	display: block;
    max-width: 650px;
    margin: 0 auto 0;
}

.message {
	width: 100%;
	height: 766px;
	position: relative;
}
.message img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
}
.message .title {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	padding: 118px 0 60px;
}
.message .bd {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.message .left, .message .right {
	-webkit-flex: 0 0 50%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.message .left .txt {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 456px;
	height: 100%;
}
.message .left .desc1 {
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 60px;
}
.message .left .desc2 {
	width: 100%;
	font-size: 30px;
	color: #fff;
}
.message .right .layui-form-item {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.message .right .layui-form-item::after {
	display: none;
}
.message .right .layui-input {
	margin: 0;
	width: 48%;
	height: 59px;
	border-width: 3px;
	border-color: #206aeb;
	border-radius: 8px;
}
.message .right .layui-textarea {
	height: 145px;
	border-width: 3px;
	border-color: #206aeb;
	border-radius: 8px;
}
.message .right .layui-btn {
	width: 100%;
	height: 60px;
	background: #206aeb;
	border-radius: 8px;
}
.footer {
	color: #fff;
	font-size: 14px;
	background-color: #10151F;
}
.footer .container {
	min-height: 326px;
	padding: 80px 4px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.footer .navbar-item {
	position: relative;
	max-width: 100%;
	min-height: 1px;
}
.footer .navbar-item .title {
	margin-bottom: 30px;
	font-weight: 500;
	color: #fff;
	font-weight: bold;
}
.footer .navbar-item a {
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	color: #9FA1A5;
}
.footer .navbar-item a:hover{
	color: #206aeb;
}
.footer .qr {
	text-align: center;
}
.footer .qr .img {
	width: 120px;
	max-width: 100%;
	height: .footer .qr .img;
	max-height: 100%;
	margin: 20px auto;
	border: 1px solid #dedede;
}
.footer .qr p {
	color: #fff;
}
.footer .copty {
	border-top: 1px solid #242a34;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	background: #181e28;
}
.footer .copty a:hover{
	color: #dedede;
}
.footer .copty .line {
	display: block;
	margin: 0 12px;
	width: 1px;
	height: 12px;
	/*background-color: #4c4c4c;*/
	background-color: #ffffff;
}
.sidebar {
	position: fixed;
	right: 10px;
	bottom: 145px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
.sidebar.show {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
.sidebar a {
	display: block;
}

.sidebar .service-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	border: 1px solid #FFFFFF;
	background: #1E62D9;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.07);
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

.sidebar .back-top {
	margin-top: 20px;
	width: 64px;
	height: 64px;
	border: 1px solid #1E62D9;
	background: #FFFFFF url(../images/arrow_up.png) center no-repeat;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.07);
	border-radius: 8px;
}
.page-banner {
	margin-top: 70px;
	height: 452px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.page-banner .title {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 28px;
}
.page-banner .desc {
	color: #fff;
	text-align: center;
	word-break: break-word;
	font-size: 24px;
	max-width: 1000px;
}
.case-product {
	padding: 80px 0;
}
.case-product .swiper-box {
	position: relative;
}
.case-product .swiper-box .swiper-button-prev, .case-product .swiper-box .swiper-button-next {
	position: absolute;
	top: 68px;
	margin: 0;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18px;
	height: 32px;
	color: #206aeb;
}
.case-product .swiper-box .swiper-button-prev {
	left: 0;
}
.case-product .swiper-box .swiper-button-next {
	right: 0;
}

.case-product .swiper-button-prev, .case-product .swiper-button-next {
	display: block;
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	width: 38px;
	height: 38px;
	cursor: pointer;
	pointer-events: auto;
}
.case-product .swiper-button-prev::after, .case-product .swiper-button-next::after {
	display: none;
}
.case-product .swiper-button-prev {
	left: 0;
	background-image: url("../images/arrow_left_on.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.case-product .swiper-button-next {
	right: 0;
	background-image: url("../images/arrow_right_on.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.case-product .swiper {
	margin: 0 50px;
}
.case-product .swiper li {
	width: 190px;
	height: 158px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	color: #3f3f3f;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
	border-radius: 8px;
}
.case-product .swiper li.active {
	background-color: #206aeb;
	color: #fff;
}
.case-product .swiper li.active .img-x {
	display: block;
}
.case-product .swiper li.active .img-w {
	display: none;
}
.case-product .swiper .img {
	position: relative;
	width: 40px;
	height: 40px;
}
.case-product .swiper .img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.case-product .swiper .img .img-x {
	display: none;
}
.case-product .swiper p {
	margin-top: 20px;
	white-space: nowrap;
	word-break: break-word;
	padding: 0 14px;
}
.case-product .list {
	margin-top: 75px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 30px;
}
.case-product .list li {
	border-radius: 8px;
	background: #f8f8f8;
	overflow: hidden;
}
.case-product .list li:hover .txt{
	height: 92px;
	background: #1E62D9;
	border-radius: 0 0 8px 8px;
}
.case-product .list li:hover .txt p{
	color: #fff;	
}
.case-product .list li:hover .img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.case-product .list .img {
	position: relative;
	height: 220px;
	overflow: hidden;
}
.case-product .list .img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.case-product .list .tags {
	position: absolute;
	left: 18px;
	top: 182px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	height: 20px;
}
.case-product .list .tags .sort {
	padding-left: 8px;
	padding-right: 8px;
	white-space: nowrap;
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	font-size: 12px;
}
.case-product .list .tags .line {
	width: 1px;
	height: auto;
	margin: 0 8px;
	background: #fff;
}
.case-product .list .txt {
	padding: 24px 20px 16px;
}
.case-product .list .txt .name {
	height: 52px;
	font-size: 16px;
	color: #10151F;
	line-height: 26px;
	font-weight: 500;
}
.case-product .list .txt .desc {
	margin-top: 16px;
	font-size: 16px;
	color: #3f3f3f;
	line-height: 16px;
	font-weight: 400;
}
.pagination {
	margin-top: 60px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination li {
	margin-right: 8px;
	min-width: 32px;
	height: 32px;
	color: rgba(0, 0, 0, 0.85);
	text-align: center;
	vertical-align: middle;
	list-style: none;
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
}
.pagination li.on {
	color: #206aeb;
	border-color: #206aeb;
}
.pagination a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.form-wrap {
	width: 100%;
	height: 540px;
	background: url(../images/bg_form.png) center no-repeat;
	padding-top: 15px;
	color: #fff;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-wrap .title {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 40px;
	text-align: center;
	font-weight: 500;
	height: 152px;
}
.form-wrap .layui-form-item {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
}
.form-wrap .layui-form-item .layui-input {
	width: 32%;
	margin: 0 1.3333%;
	height: 50px;
	border-radius: 10px;
}
.form-wrap .layui-form-item .layui-input:first-child {
	margin-left: 0;
}
.form-wrap .layui-form-item .layui-input:last-child {
	margin-right: 0;
}
.form-wrap .layui-form-item .layui-textarea {
	border-radius: 10px;
	height: 100px;
}
.form-wrap .layui-form-item .layui-btn {
	margin: 0 auto;
	margin-top: 20px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #10151f;
	border-color: #10151f;
	border-radius: 6px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
}
.form-wrap .layui-form-item .layui-btn:hover{
	background: #1A2333;
	border-color: #1A2333;
}
.case-wrap {
	margin-top: 200px;
	padding-bottom: 120px;
}
.case-wrap .sub-tabs {
	padding-bottom: 85px;
}
.case-wrap .sub-tabs .select-case {
	text-align: left;
	color: #333;
	font-size: 40px;
	font-weight: 500;
	margin: 36px 0 30px;
}
.case-wrap .sub-tabs .subTitle {
	font-size: 28px;
	margin-bottom: 86px;
	color: #333;
}
.case-wrap .sub-tabs ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.case-wrap .sub-tabs li {
	margin-right: 50px;
	width: 244px;
}
.case-wrap .sub-tabs .img {
	width: 60px;
	height: 60px;
	margin-bottom: 8px;
}
.case-wrap .sub-tabs .desc1 {
	font-size: 30px;
	color: #373737;
	line-height: 42px;
	font-weight: 500;
	margin-bottom: 17px;
}
.case-wrap .sub-tabs .desc2 {
	font-size: 16px;
	color: #333;
	line-height: 16px;
	font-weight: 400;
}
.case-wrap .case-vat .odd {
	background-color: #f6f6f6;
}
.case-wrap .case-vat > div {
	padding: 75px 0;
}
.case-wrap .case-vat .title {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
	color: #333;
	font-weight: 500;
}
.case-wrap .case-vat .title img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}
.case-wrap .case-vat .content {
	color: #333;
	line-height: 2;
}
.case-wrap .case-vat .challenges {
	padding-left: 40px;
}
.case-wrap .case-vat .challenges li {
	line-height: 30px;
	color: #333;
}
.case-wrap .case-vat .challenges li::before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #206aeb;
	margin-right: 6px;
	vertical-align: middle;
}
.case-wrap .swiper-box {
	position: relative;
	margin: 0 auto;
	padding: 0 !important;
	width: 100%;
	height: 542px;
	background-color: #f6f6f6;
}
.case-wrap .swiper-box .swiper {
	height: 100%;
}
.case-wrap .swiper-box .swiper-button-prev, .case-wrap .swiper-box .swiper-button-next {
	font-size: 60px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: transparent;
	position: absolute;
	z-index: 99;
	top: 170px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer;
}
.case-wrap .swiper-box .swiper-button-prev::after, .case-wrap .swiper-box .swiper-button-next::after {
	display: none;
}
.case-wrap .swiper-box .swiper-button-prev {
	left: 70px;
	background-image: url("../images/swiper-white-left.svg");
}
.case-wrap .swiper-box .swiper-button-next {
	right: 70px;
	background-image: url("../images/swiper-white-right.svg");
}
.case-wrap .swiper-box .swiper {
	max-width: 1836px;
}
.case-wrap .swiper-box .swiper-pagination {
	bottom: 70px;
}
.case-more .title {
	font-size: 40px;
	color: #373737;
	text-align: justify;
	line-height: 54px;
	font-weight: 600;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}
.case-more .bd {
	position: relative;
}

.new-arrow .swiper-button-prev, .new-arrow .swiper-button-next {
	display: block;
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	width: 32px;
	height: 32px;
	cursor: pointer;
	pointer-events: auto;
}
.new-arrow .swiper-button-prev::after, .new-arrow .swiper-button-next::after {
	display: none;
}
.new-arrow .swiper-button-prev {
	left: 0;
	background-image: url("../images/arrow_left_case.png");
	background-repeat: no-repeat;
}
.new-arrow .swiper-button-next {
	right: 0;
	background-image: url("../images/arrow_right_case.png");
	background-repeat: no-repeat;
}
.new-arrow .swiper {
	margin: 0 auto;
	max-width: 1100px;
}
.case-more .swiper .swiper-pagination {
	display: none;
}
.case-more .swiper li {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 10px;
	color: #fff;
	padding: 0 12px;
	cursor: pointer;
}
.case-more .swiper li:hover {
	/*background-color: #206aeb;*/
}
.case-more .swiper li:hover .img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.case-more .swiper .tit {
	height: 70px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
}
.case-more .swiper .tit img {
	display: none;
	margin-right: 15px;
}
.case-more .swiper .img {
	width: 100%;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.case-more .swiper .img img {
	display: block;
	width: 100%;
	height: 192px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.case-more .swiper .desc {
	height: 70px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	word-wrap: break-word;
	background: #fafafb;
	border-radius: 0 0 8px 8px;
}
.case-more .swiper .tit{
	color: #333;
}
.case-more .swiper .desc p{
	font-weight: 600;
	font-size: 20px;
	color: #10151F;
	line-height: 28px;
}
.case-more .swiper li:hover .desc{
	background: #1E62D9;
}
.case-more .swiper li:hover .desc p{
	color: #fff;
}
.news-wrap {
	padding-bottom: 120px;
}
.news-wrap .news-item a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	width: 100%;
	border-radius: 8px;
	height: 330px;
	margin-top: 60px;
	background-color: #e6effc;
}
.news-wrap .news-item a:hover {
	box-shadow: 0 0 18px 4px rgba(17, 72, 105, 0.14);
}
.news-wrap .news-item .img {
	margin-right: 30px;
	width: 470px;
	height: 270px;
	overflow: hidden;
	border-radius: 8px;
}
.news-wrap .news-item .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.news-wrap .news-item .content {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.news-wrap .news-item .title {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	max-width: 632px;
	line-height: 30px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-word;
	overflow: hidden;
}
.news-wrap .news-item .desc {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	word-break: break-word;
	overflow: hidden;
	margin: 20px 0 auto;
}
.news-wrap .news-item .info {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.news-wrap .news-item .info .date {
	font-size: 14px;
	color: #b3b3b3;
	font-weight: 400;
}
.news-wrap .news-item .info .btn {
	width: 114px;
	line-height: 40px;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}
.mobile-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: block;
	z-index: 110;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.mobile-nav.show {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	overflow: visible;
	visibility: visible;
}
.mobile-nav .hd {
	padding: 0 5%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 70px;
}
.mobile-nav .hd .logo img {
	width: 72px;
}
.mobile-nav .hd .close img {
	width: 26px;
}
.mobile-nav .bd {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-height: 0;
	overflow-y: auto;
}
.mobile-nav .bd .title {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
}
.mobile-nav .bd .title a {
	padding: 0 20px;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	line-height: 40px;
}
.mobile-nav .bd .title .icon {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	font-size: 14px;
}
.mobile-nav .bd .title .icon svg {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mobile-nav .bd .title .icon.down svg {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-nav .bd .content {
	display: none;
	padding: 10px 0;
	background-color: #f8f8f8;
}
.mobile-nav .bd .content a {
	display: block;
	padding: 0 30px;
	font-size: 14px;
	line-height: 35px;
}
.mobile-nav .ft {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 0.9rem;
	background: #f6f6f6;
	font-size: 0.28rem;
	color: #206aeb;
	font-weight: 500;
	display: flex;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
.mobile-nav .ft a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #206AEB;
}
.mobile-nav .ft .phone img {
	width: 14px;
}
.mobile-nav .ft .line {
	display: block;
	height: 0.62rem;
	width: 1px;
	background: #ccc;
}
.index-title{
	font-weight: 600;
	font-size: 40px;
	color: #10151F;
	line-height: 56px;
	text-align: right;
	font-style: normal;
	text-align: center;
}
.sub-index-title{
	margin: 30px auto;
	font-weight: 600;
	font-size: 20px;
	color: #8a8e93;
	line-height: 28px;
	text-align: center;
	font-style: normal;
}

  .value-list li .card{
	  position: relative;
  }
  .value-list li .card .bg{
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 93, 255, 0.75));
  }
  .value-list li .card .text{
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 160px;
	  text-align:center;
	  z-index: 999;
  }
.p50{
	padding: 100px 0;
}
.pt50{
	padding-bottom: 50px;
}

.bg-gray{
	background: #FAFAFB;
}