#products-list{
	text-align: center;
}
.section-tit {
	font-weight: 600;
	font-size: 40px;
	color: #10151F;
	text-align: center;
	display: block;
	line-height: 56px;
}
.section-desc {	
	padding: 0 50px;
	padding-top: 50px;
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 32px;
	font-weight: 400;
}
.section-box {
}
.pt60 {
	padding-top: 60px;
}
.pb40 {
	padding-bottom: 40px;
}
.mt25 {
	margin: 25px auto;
}
.hidden {
	display: none;
}
.block-swiper {
	position: relative;
}
.section-solution .swiper-slide {
	box-shadow: 0 4px 16px 0 rgba(0,0,0,.05);
	border-radius: 8px;
	width: 100%;
}
.block-swiper .img1 {
	display: none;
}
.section-solution .swiper-slide {
	border: 2px solid rgba(71, 183, 251, 0);
}
.section-solution .swiper-slide:hover {
	border: 2px solid rgba(71, 183, 251, 1);
}
.section-solution .swiper-slide:hover .img0 {
	display: none;
}
.section-solution .swiper-slide:hover .img1 {
	display: block;
}
.section-advantage br{
	 /*content: "";
	 display: block;
	 margin-bottom: 10px;*/
}
.block-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-list .block-item {
	width: 384px;
	height: auto;
	background: #e6effc;
	border-radius: 8px;
	border: 1px solid #E7E7E8;
	margin: 15px 0;
	padding: 15px;
}
.block-list-2column .block-item{
	width: 588px;
	height: auto;
}
.block-list .block-item:hover{
	background: #1E62D9;
	box-shadow: 0px 11px 14px 0px rgba(16,21,31,0.04);
}
.block-list .block-item:hover img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.block-list .block-item:hover .title{
	color: #fff;
}
.block-list .block-item:hover .desc{
	color: #fff;
}

.block-list .block-item img {
	float: left;
	width: 48px;
	height: 48px;
	margin: 6px 0;
}
.block-list .block-item div {
	overflow: auto;
	padding-right: 15px;
	width: 100%;
}
.block-list .block-item .title {
	margin: 10px auto;
	font-weight: 600;
	font-size: 16px;
	color: #10151F;
	line-height: 26px;
}
.block-list .block-item .desc {
	font-weight: 400;
	font-size: 16px;
	color: #707379;
	line-height: 26px;
}
.section-case {
	padding-bottom: 50px;
}
.tab_tit {
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	color: rgba(0, 0, 0, .85);
	border-bottom: 1px solid #f0f0f0;
	margin: 50px 0  50px 0;
}
.article-tab_tit{
	padding: 0 0 15px;
}
.tab_tit a {
	display: flex;
	align-items: center;
	color: rgba(0, 0, 0, .85);
	padding: 0 15px;
	padding-bottom: 15px;
}
.tab_tit a.active, .tab_tit a:hover {
	color: #206aeb;
	text-shadow: 0 0 .25px;
}
.tab_tit a.active {
	border-bottom: 2px solid #206aeb;
}
.tab_tit a img{
	height: 22px;
	margin-right: 6px;
}
.tab-content-box .tab-content-group{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tab-content-box .tab-content-group .tab-content-body{
	width: 48.5%;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #E7E7E8;
	padding: 15px;
	margin-bottom: 15px;
}
.tab-content-box .tab-content-group-full .tab-content-body{
	width: 100%;
}
.tab-content-box .tab-content-group .tab-content-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	font-size: 24px;
	color: #10151F;
	line-height: 33px;
	text-align: left;
	font-style: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E7E8;
}
.tab-content-box .tab-content-group img{
	width: auto;
	height: 46px;
	margin-right: 0;
}
.tab-content-box .tab-content-group .tab-content-list{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.tab-content-box .tab-content-group .tab-content-item{
	width: 48.5%;
	height: auto;
	background: #e6effc;
	border-radius: 8px;
	padding: 15px;
	margin-top: 15px;
}
.tab-content-box .tab-content-group .tab-content-item .tit{
	font-weight: 600;
	font-size: 16px;
	color: #10151F;
	line-height: 22px;
}
.tab-content-box .tab-content-group .tab-content-item .desc{
	margin: 10px auto;
	font-weight: 300;
	font-size: 13px;
	color: #10151F;
	line-height: 20px;
	text-align: left;
	font-style: normal;
}
.tab-content-box .tab-content-group .tab-content-item .icon{
	float: right;
	width: 60px;
	height: 60px;
}
.tab-content-box .tab-content-group .tab-content-item .icon img{
	width: 100%;
}
.tab-content-box .tab-content-group .tab-content-item:hover{
	background: #1E62D9;
}
.tab-content-box .tab-content-group .tab-content-item:hover .tit{	
	color: #fff;
}
.tab-content-box .tab-content-group .tab-content-item:hover .desc{
	color: #fff;
}

.tab-content-box .tab-content-group-full .tab-content-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
}

.tab-content-box .tab-content-group-full .tab-content-list.half{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
}

.tab-content-box .tab-content-group-full .tab-content-list .tab-content-item{
	width: 100%;
}

.section-info .block-content {
	clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section-info .block-content div.b0 {
	width: 47%;
}
.section-info .block-content>div:first-child {
	padding-right: 30px;
}
.section-info .block-content .text {
	display: flex;
	align-items: center;
	padding-right: 30px;
	line-height: 30px;
}
.section-info .block-content .text h3{
	font-size: 32px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 32px;
	color: #10151F;
	line-height: 45px;
	text-align: left;
}
.section-info .block-content .text .more{
	display: block;
	max-width: 120px;
	margin-top: 25px;
	padding: 5px 30px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #206aeb;
	box-shadow: 0 4px 8px 0 rgba(0, 78, 125, 0.1);
	font-size: 16px;
	font-weight: 700;
}
.section-info .block-content .text .more:hover{
	background: #1E62D9;
	color: #fff;
}
.section-info .block-content .text p {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #707379;
	line-height: 32px;
	text-align: left;
	font-style: normal;
}
.section-info .block-content .img {
	/*height: 330px;*/
	overflow: hidden;
}
.section-info .block-content .img img {
	display: block;
	width: 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);
}
.section-info .block-content .img: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);
}
.section-value {
}
.section-value .block-list2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.section-value .block-list2 li {
	position: relative;
	width: 25%;
}
.section-value .block-list2 li .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	background-color: #f0faff;
	box-shadow: inset 0 0 6px 3px hsla(0,0%,100%,.59);
	box-shadow: 0 5px 11px 0 rgba(0,78,125,.1);
	text-align: center;
}
.section-value .block-list2 li .icon {
	width: 130px;
	height: 130px;
	margin: 46px 0;
}
.section-value .block-list2 li .desc {
	height: 100%;
	font-size: 24px;
	width: 100%;
	position: relative;
	text-shadow: 0 2px 4px rgba(0,79,119,.16);
}
.section-value .block-list2 li .desc img {
	width: 100%;
	height: 340px;
}
.section-value .block-list2 li .text {
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0,79,119,.16);
	font-weight: 600;
	position: absolute;
	bottom: 0;
	height: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 28px;
	padding: 0 34px;
}
.section-scene .swiper li {
	height: 300px;
}
.section-scene .swiper .tit {
	height: 5px;
}
.videoWrapper {
	position: relative;
}
.videoWrapper .mv {
	margin-top: 66px;
	display: block;
	width: 100%;
	object-fit: contain;
}
.videoWrapper .playWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	background-color: #000;
	opacity: .6;
}
.videoWrapper .playWrapper img {
	width: 130px;
	height: 130px;
	cursor: pointer;
}
.newslist {
	padding: 60px 0 60px
}
.newslist ul.list li {
}
.client-box .service-client .client-list {
	overflow: hidden;
}
.client-box .service-client .client-list > ul li {
	float: left;
	width: 23.4%;
	margin-top: 25px;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.client-box .service-client .client-list > ul li:not(:nth-child(4n)) {
	margin-right:2.13333%;
}
.client-box .service-client .client-list > ul li a {
	display: block;
}
.client-box .service-client .client-list > ul li a .top {
	height: 0px;
	padding-bottom: 46%;
	overflow: hidden;
}
.client-box .service-client .client-list > ul li a .top img {
	width: 100%;
}
.client-box .service-client .client-list > ul li a .bottom {
	height: 40px;
	background: #fff;
	position: relative;
}
.client-box .service-client .client-list > ul li a .bottom span {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.client-box .service-client .client-list > ul li:hover {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.content-box img{
	max-width: 100%;
}
.sub-con {
	border-bottom: 2px solid #f2f3f4;
}
.sub-con .sub-nav-index {
	height: 70px;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
}
.sub-con .sub-nav-index .left {
	float: left;
	padding-left: 16px;
}
.sub-con .sub-nav-index .left span {
	font-size: 16px;
	color: #666;
	margin: 0 2px;
}
.sub-con .sub-nav-index .left span.you {
	color: #bbb;
	position: relative;
	top: 2px;
}
.sub-con .sub-nav-index .left a {
	font-size: 0.8rem;
	color: #777;
	line-height: 70px;
	margin: 0 2px;
}
.sub-con .sub-nav-index .right {
	float: right;
}
.sub-con .sub-nav-index .right > ul li {
	float: left;
	width: auto;
}

.sub-con .sub-nav-index .right > ul li{
   -webkit-transition: all 0.5s;
   -o-transition: all 0.5s;
   -moz-transition: all 0.5s;
   transition: all 0.5s;
}
.sub-con .sub-nav-index .right > ul li:hover{
	 -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
}

.sub-con .sub-nav-index .right > ul li a {
	display: block;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	position: relative;
	padding: 0 22px;
}
.sub-con .sub-nav-index .right > ul li a:hover, .sub-con .sub-nav-index .right > ul li a.active  {
	background: #206aeb;
	color: #fff;
}
.sub-con .sub-nav-index .right > ul li a:hover:before {
	display: none;
}
.sub-con .sub-nav-index .right > ul li.active a {
	background: #206aeb;
	color: #fff;
}
.sub-con .sub-nav-index .right > ul li.active a:before {
	display: none;
}
.sub-con.inner {
	border-bottom: none;
	margin-top: 0px;
}
.sub-con.inner .sub-nav-index {
	border: 1px solid #e8e8e9;
	border-radius: 8px;
}
.content-page {
	position: relative;
}
.content-page h2 {
	margin-top: 4px;
	overflow: hidden;
}
.content-page h2 a {
	font-size: 14px;
	color: #333;
}

.content-page h2:hover a {
	color: #206aeb;
}
.content-page .return-list {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	background: #c8c8c8;
}
.content-page .return-list a {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.content-page .return-list:hover {
	background: #206aeb;
}

.swiperContent{
	height: 575px;		
	border-radius: 8px;
	overflow: hidden;
}
.project .project-item{
	height: 100%;
}
.swiperContent img{
	width: 100%;
	height: 575px;		
}
@media screen and (max-width: 768px) {
.client-box .service-client {
	padding: 0 3% 40px;
}
.client-box .service-client .title h3 {
	font-size: 20px;
}
.client-box .service-client .title h2 {
	font-size: 16px;
}
.client-box .service-client .client-list {
	margin-top: 15px;
}
.client-box .service-client .client-list > ul li {
	width: 48.5%;
}
.client-box .service-client .client-list > ul li:not(:nth-child(4n)) {
margin-right: 0;
}
.client-box .service-client .client-list > ul li:nth-child(odd) {
	margin-right: 3%;
}
.client-box .service-client .client-list > ul li a .bottom span {
	font-size: 13px;
}
.swiperContent{
	height: 260px;
}
.project .swiperTab{
	width: 86%;
}
}
