/* banner */
.title-center-upDown {
  padding: 170px 0;
}
.video-popup > div {
    background: rgb(224,231,241, 0.7);
    color: #222!important;
}

/* 合同签署成本低 */
.about-single {
	text-align: left;
	padding: 0 15px;
}

.about-single i {
	border-radius: 50%;
	font-size: 50px;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	background: trasparent;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.about-single:hover {
	cursor: pointer;
}

.about-single:hover i {
	font-size: 25px;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
	cursor: pointer;
}

.about-single .subtitle {
	font-size: 20px;
	font-weight: 500 !important;
	color: rgba(34, 34, 34, 1) !important;
}
.subtitleP{
	width: 70%;
	margin: auto;
}
/* 实名认证开始 */
.realName .subtitle{
	height: 60px;
	background: linear-gradient(90deg, rgba(22, 119, 255, 1) 0%, rgba(9, 88, 217, 1) 100%);
	padding-left: 55px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 0 !important;
}
.realName  .GreenPoint{
	/* width: 12px;
	height: 12px;
	background: rgba(40, 196, 69, 1); */
	position: relative;
	
}
.realName  .GreenPoint::before{
	content: '';
	    display: inline-block;
	    width: 12px;
	    height: 12px;
	    background:rgba(40, 196, 69, 1);
	    border-radius: 50%;
	    margin-right: 12px;
	    margin-bottom: 3px;
	    position: absolute;
	    top: 25px;
	    left: 32px;
}
.realName p{
	background-color: #fff;
	padding: 35px 32px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(34, 34, 34, 1);
}
/* 实名认证结束 */
/* Ukey设备开始 */
.ukey-img{
	width: 100%;
}
/* Ukey设备结束 */
/* 法律服务开始 */
.serveSetion{
	background: linear-gradient(254.69deg, rgba(242, 247, 255, 1) 0%, rgba(250, 252, 255, 1) 100%);
	padding: 34px 30px;
	margin-bottom: 10px;
    height: 300px;
}
.serveSetion .serveSetion-img{
	width: 100px;
	height: 100px;
}
.serveSetion .serveSetion-title{
	font-size: 20px;
	font-weight: 500;
    margin-bottom: 20px;
}
.serveSetion .serveSetion-desc{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: rgba(85, 85, 85, 1);
	text-align: left;
	vertical-align: top;
}
/* 法律服务结束 */
/* 点签SaaS */
.nav-tabs .nav-item-percent {
	width: 25% !important;
}

.nav-item .nav-link {
	width: 100%;
	height: 100%;
	background-color: transparent;
	line-height: 20px;
	padding: 10px;
	border-radius: 0;
	position: relative;
}

#video .img-fluid {
	height: 100%;
}

.video-gallery {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.video-gallery .video-img {
	width: 67px;
	height: 67px;
}

.video-gallery .overlay-gallery {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.video-gallery .icon-holder {
	display: table;
	width: 100%;
	height: 100%;
}

.video-gallery .icon-holder .icon {
	display: table-cell;
	vertical-align: middle;
}

.video-gallery .icon-holder .icon i {
	font-size: 80px;
	color: #fff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.video-gallery:hover .icon i {
	color: #fff;
}

.Material-tab ul.nav.nav-tabs .nav-item .nav-link i {
	font-size: 38px;
}

.Material-tab ul.nav.nav-tabs li .active {
	color: #fff;
}

.Material-tab .tab-content {
	padding: 24px;
	background: #fff;
}

.Material-tab ul.nav.nav-tabs {
	width: 100%;
	justify-content: space-between !important;
	background: #E6F4FF;
	text-align: center;
}

.Material-tab p {
	text-align: justify;
}

.Material-tab-default {
	background: #fff;
	box-shadow: 0 0 9px #CFE0FF;
}

.Material-tab-default .nav-tabs .nav-item.show .nav-link,
.Material-tab-default .nav-tabs .nav-link.active {
	background: #F7FAFF;
	paddding: 20px;
}

.Material-tab-default .nav-tabs .nav-link.active {
	border-right: 2px solid #1677FF;
}

.Material-tab-default img {
	width: 100%;
	margin-bottom: 20px;
}

.Material-tab-default ul.nav.nav-tabs {
	width: 100%;
}

.Material-tab-default ul.nav.nav-tabs li a {
	color: #222;
	font-size: 16px;
	position: relative;
	border-top: none;
	border-left: none;
	border-right: none;
	border-right: 0;
	border-radius: 0;
	border-bottom: 3px solid transparent;
	padding: 15px 25px;
	margin-right: 29px;
	margin-top: 0;
}

.Material-tab .nav-link.active .sectionWhite1 {
	content: url(../../images/index/section2-1white.png);
}

.Material-tab .nav-link.active .sectionWhite2 {
	content: url(../../images/index/section2-2white.png);
}

.Material-tab .nav-link.active .sectionWhite3 {
	content: url(../../images/index/section2-3white.png);
}

.Material-tab .nav-link.active .sectionWhite4 {
	content: url(../../images/index/section2-4white.png);
}


/* 点签产品 */
#product>div {
	margin: 30px 0;
}

.product-div h2 {
	margin-top: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-div:hover .pulse-shrink {
	-webkit-animation-name: pulse-shrink;
	animation-name: pulse-shrink;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

@-webkit-keyframes pulse-shrink {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulse-shrink {
	to {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

.pulse-shrink {
	display: inline-block;
}

.media .media-left {
	margin-top: -10px !important;
}


/* 行业定制化解决方案 */
#customSolution h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.hover-content {
	background: #fff;
	padding: 20px;
}

.hover-content .subtitle {
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
	color: rgba(34, 34, 34, 1);
}

.hover-content p {
	height: 110px;
	overflow-y: scroll;
}

.hover-content .btn-detail {
	border: 1px solid #DDD;
}

.hover-content .btn-detail:hover {
	background: #1677FF !important;
	color: #fff;
}

#Material-portfolio .mix {
	padding-bottom: 30px;
	display: none;
	margin: -2px;
}

.portfolio-nav ul.nav {
	float: right;
}

.portfolio-nav ul.nav li a {
	font-size: 15px;
	color: #222;
	background-color: #eee;
	padding: 7px 12px;
	margin: 4px;
	display: block;
	border-radius: 2px;
	text-transform: capitalize;
	cursor: pointer;
}

.portfolio-nav ul.nav li a:hover {
	background: #2196F3;
	color: #FFF;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.portfolio-nav ul.nav li a.active {
	background: #2196F3;
	color: #FFF;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

figure {
	position: relative;
	margin: 0;
	overflow: hidden;
}

figure img {
	width: 100%;
}
/* 点签api开始 */
.identity .sub-title {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0px auto 70px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666b80;
  line-height: 26px;
}
.identity .flex {
  display: flex;
  justify-content: space-between;
}
.identity .flex .item {
  width: 22.9%;
  background-color: #fff;
}
.identity .flex .item .head {
  line-height: 80px;
  background: linear-gradient(180deg, #3a3a4b 0%, #0f1011 100%);
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.identity .flex .item .head::before {
  content: '';
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 36px;
  margin-left: 19px;
  background: #e61617;
  margin-right: 5px;
}
.identity .flex .item p {
  padding: 30px 20px 38px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #202640;
  line-height: 26px;
}
@media (max-width: 768px) {
  .ApiSection2 {
    padding: 0;
  }
  .identity .sub-title {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0px auto 70px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666b80;
    line-height: 26px;
  }
  .identity .flex {
    display: block;
    justify-content: space-between;
  }
  .identity .flex .item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 5vw;
  }
  .identity .flex .item .head {
    line-height: 15vw;
    background: linear-gradient(180deg, #3a3a4b 0%, #0f1011 100%);
    font-size: 5.2vw;
    font-weight: 600;
    color: #ffffff;
  }
  .identity .flex .item .head::before {
    content: '';
    float: left;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    margin-top: 6.5vw;
    margin-left: 3vw;
    background: #e61617;
    margin-right: 5px;
  }
  .identity .flex .item p {
    padding: 5vw 5vw 5vw 5vw;
    font-size: 3vw;
    font-weight: 400;
    color: #202640;
    line-height: 26px;
  }
}
@keyframes move {
  0% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.ApiSection .sub-title {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0px auto 70px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666b80;
  line-height: 26px;
}
.ApiSection .flex {
  display: flex;
  justify-content: space-between;
  height: 340px;
}
.ApiSection .flex .item {
  flex: 1;
  height: 234px;
  background-color: transparent;
  border: 1px solid #eee;
  margin-left: -1px;
  padding: 51px 35px;
  transition: all 0.2s linear;
  margin-top: 53px;
  box-shadow: 0px 4px 16px 0px rgba(8, 30, 80, 0);
  overflow: hidden;
  text-align: center;
}
.ApiSection .flex .item:first-child {
  margin-left: 0;
}
.ApiSection .flex .item.hover {
  flex: 3;
  height: 100%;
  padding-top: 44px;
  margin-top: 0;
  box-shadow: 0px 4px 16px 0px rgba(8, 30, 80, 0.1);
  border: 1px solid #eeeeee;
}
.ApiSection .flex .item.hover p {
  display: block;
  animation: move 1s;
  animation-delay: 0.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.ApiSection .flex .item img {
  width: 70px;
  height: auto;
  margin: 0 auto 10px;
}
.ApiSection .flex .item h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #202640;
  line-height: 28px;
  margin-bottom: 32px;
}
.ApiSection .flex .item p {
  font-size: 16px;
  font-weight: 400;
  color: #202640;
  line-height: 26px;
  display: none;
  position: relative;
  opacity: 0;
}
@media (max-width: 768px) {
  .ApiSection2 {
    padding: 0;
  }
  .ApiSection .sub-title {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0px auto 70px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666b80;
    line-height: 26px;
  }
  .ApiSection .flex {
    display: block;
    justify-content: space-between;
    height: auto;
  }
  .ApiSection .flex .item {
    height: auto;
    background-color: transparent;
    border: 1px solid #eeeeee;
    padding: 11vw 8vw;
    transition: all 0.2s linear;
    margin-top: 53px;
    box-shadow: 0px 4px 16px 0px rgba(8, 30, 80, 0);
    overflow: hidden;
  }
  .ApiSection .flex .item p {
    display: block;
    animation: move 1s;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .ApiSection .flex .item img {
    width: 18vw;
    height: auto;
    margin: 0 auto 10px;
  }
  .ApiSection .flex .item h6 {
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    color: #202640;
    line-height: 7vw;
    margin-bottom: 8vw;
  }
  .ApiSection .flex .item p {
    font-size: 4vw;
    font-weight: 400;
    color: #202640;
    line-height: 6vw;
    position: relative;
    opacity: 0;
  }
}
/* 点签api结束 */
/* 政务应用服务 */
.work-counter-widget i {
	font-size: 50px;
	color: #2196F3;
}

.work-counter-widget .counter {
	z-index: 999999;
}

.work-counter-widget .counter .timer-wrap {
	display: flex;
	justify-content: center;
	font-size: 38px;
	font-weight: 700;
	color: #222;
	margin-top: 15px;
}

.work-counter-widget .counter p {
	margin-top: 19px;
	font-size: 16px;
	color: #555;
}


/* 行业云 */
.industryCloud {
	background: #fff;
	padding: 70px 0;
	box-shadow: 0 0 9px #CFE0FF;
}

.industryCloud ul {
	border-right: 1px solid #EEE;
}

.industryCloud li {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #222;
	padding: 12px 30px;
}

.industryCloud li.active {
	border-right: 3px solid #1677FF;
	background: #F7FAFF;
}

.industryCloud .right {
	height: 560px;
	overflow-y: scroll;
	padding: 12px 50px;
}

.industryCloud section {
	padding: 25px 40px;
	position: relative;
}

.industryCloud .right section div:first-child {
	font-size: 18px;
	font-weight: 500;
	color: #222;
	margin-bottom: 8px;
}

.industryCloud section::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #BAE0FF;
	border-radius: 50%;
	margin-right: 8px;
	margin-bottom: 3px;
	position: absolute;
	top: 30px;
	left: 20px;
}

/* 产品与能力开始 */
.ability {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.ability .ability-pic {
	width: 70%;
}

/* 产品与能力结束 */

/* 证据保全开始 */
.evidenceSetion .imgPart{
	width: 100%;
	overflow: hidden;
}
.evidenceSetion .imgPart .imgParts{
	width: 100%;
	height: 100%;
}
.evidenceSetion .imgPart .imgParts:hover{
	transform: scale(1.2);
	transition: all 0.2s linear;
}






.evidenceSetion .textPart{
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.17px;
	color: rgba(34, 34, 34, 1);
	padding: 30px 32px;
}
.evidenceSetion .textPart .titleH{
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: rgba(34, 34, 34, 1);
	padding-left: 15px;
	margin-bottom: 10px;
}
.evidenceSetion .textPart .titleH::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: rgba(22, 119, 255, 1);
	border-radius: 50%;
	margin-right: 8px;
	margin-bottom: 3px;
	position: absolute;
	top: 10px;
	left: 0;
}

/* 证据保全结束 */
/* 合作案例 */
#corCase h2 {
	height: 52px;
	line-height: 26rpx;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.single-blog-post {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.single-blog-post:hover,
.single-blog-figure:hover {
	-webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
	box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
	cursor: pointer;
}

.single-blog-post .featured-image img {
	width: 100%;
}

.single-blog-post .post-meta {
	padding: 10px 20px;
}

.single-blog-post .post-meta .read-more-icon {
	bottom: 100px;
	right: 40px;
}

.single-blog-post .post-meta a {
	color: #222;
}

.single-blog-post .post-meta p {
	height: 160px;
	overflow-y: scroll;
}

.single-blog-post .post-meta a:hover {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.single-blog-post .meta-tags {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 19px 20px;
}

.single-blog-post .meta-tags .comments a {
	color: #555;
}

.single-blog-post .meta-tags .comments i {
	font-size: 15px;
	margin-right: 5px;
}

.single-blog-post .meta-tags .btn-round {
	float: right;
	border-radius: 28px;
	font-size: 24px;
	height: 40px;
	margin: -7px auto;
	min-width: 40px;
	width: 40px;
}


/* 生态融合 */
.testimonial {
	background: url(../../images/index/section6-1.svg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.testimonial-item img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.testimonial-item {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 15px;
	position: relative;
}

.client .client-logo {
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	height: 112px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.client .client-logo-first a img {
	width: 90%;
	margin: 0 auto;
}

.client .client-logo img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	object-fit: contain;
}

.client .client-logo:hover,
.client .client-logo.active {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.client .client-logo:hover img,
.client .client-logo.active img {
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.owl-carousel .item {
	margin: 3px;
}

.owl-carousel.item img {
	display: block;
	width: 50%;
	height: auto;
}


/* 企业资讯 */
#businessInfo {
	cursor: pointer;
}

#businessInfo .tab-content {
	width: 100%;
	box-shadow: 0 0 5px #E4E4E4;
}

#businessInfo .col-md-12,
.industryCloud .col-md-12 {
	padding: 0;
}

#businessInfo .row {
	margin-left: 0;
}

#businessInfo .carousel-inner {
	height: 450px;
}

#businessInfo .carousel-inner .carousel-item {
	width: 100%;
	height: 100% !important;
}

#businessInfo .carousel-inner img {
	width: 100%;
	height: 370px;
}

#businessInfo .carousel-item img {
	margin: 0 !important;
}

#businessInfo .carousel-inner .carousel-item h5 {
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	color: #000;
	font-size: 20px;
	font-weight: 500;
}

#businessInfo #main-slide .carousel-indicators {
	bottom: -40px;
}

#businessInfo .tab-content-scale {
	padding: 0 20px;
}

#businessInfo .tab-content {
	width: 100%;
	height: 450px;
	overflow-y: scroll;
}

#businessInfo .tab-content>div {
	display: flex;
	justify-content: space-between;
	height: 90px;
	line-height: 90px;
}

#businessInfo .tab-content>div:not(:last-child) {
	border-bottom: 1px solid #E4E4E4;
}

#businessInfo .tab-content .tab-content-text {
	width: 78%;
	font-size: 18px;
	color: #000;
}

#businessInfo #main-slide {
	padding: 0;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


/* 
 免费试用
*/
.find-widget {
	color: #222;
	font-size: 16px;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.find-widget i {
	color: #999;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin-right: 6px;
	border-radius: 2px;
}

.img-fluid1 {
	width: 58px;
}

.img-fluid2 {
	width: 54px;
}

.img-fluid3 {
	width: 106px;
	margin-right: 10px;
}

.img-fluid4 {
	-webkit-transition: all 0.65s ease;
	transition: all 0.65s ease;
}

.img-fluid4:hover {
	transform: scale(1.1);
}

.img-fluid5 {
	width: 120px;
}


/* 
 @media              
 container1920=1400  other=1140 
 min-width 表示最小即大于等于
 max-width 表示最大即小于等于
*/

/* pc */
@media (min-width: 992px) {
    /* banner */
    .banner-pc {
      position: relative;
      background: url(../../images/product/banner.png) no-repeat scroll center center;
      background-size: cover;
      margin-top: 60px;
      box-sizing: content-box;
    }
	/* 点签SaaS */
	#video .container,
	.video-gallery {
		height: 405px;
	}

	.Material-tab .tab-content {
		height: 310px;
		overflow-y: scroll;
	}

	/* 行业云 */
	.industryCloud section.active {
		border-radius: 4px;
		box-shadow: 0 4px 16px -4px #E4E4E4;
	}

	.industryCloud section.active::before {
		background: #1677FF;
	}

	/* 企业资讯 */
	#businessInfo {
		display: flex;
	}

	#businessInfo #main-slide .carousel-indicators li {
		width: 8px;
		height: 8px;
		border: 0;
		background: #c7c6c6;
	}

	#businessInfo .businessInfo-content {
		margin-left: 20px;
	}

	#businessInfo .businessInfo-content ul {
		border-right: 1px solid #eee;
	}

	/* 生态融合 */
	.testimonial {
		height: 637px;
	}

	.testimonial-item img {
		height: 568px;
	}
}

.btn-fill {
	background: rgba(0, 0, 0, 0) !important;
	color: rgba(34, 34, 34, 1) !important;
	border: 1px solid rgba(34, 34, 34, 1) !important;
}

.btn-common:hover,
.btn-common:focus,
.btn-common:active {
	-webkit-box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
	box-shadow: 0 4px 4.7px 0.3px rgba(0, 0, 0, 0.24) !important;
	color: #fff !important;
}


/* h5 */
@media (max-width: 991.5px) {
    /* banner */
    .banner-h5 {
      position: relative;
      background: url(../../images/product/h5Banner.png) no-repeat scroll center center;
      background-size: cover;
      margin-top: 60px;
      box-sizing: content-box;
    }
    .title-center-upDown {
      padding: 30px 0 241px;
      text-align: center;
    }
    .banner-h5 .d-md-block {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 5%;
      display: flex;
      justify-content: center;
    }
    .banner-h5 .d-md-block .apply-btn {
        margin-right: 5px;
    }
	#main-slide .btn-common,
	#main-slide .btn-border {
		padding: 10px;
		font-size: 14px;
		font-weight: 400;
	}

	#main-slide .carousel-item {
		height: 370px;
	}

	#main-slide .carousel-item img {
		height: 100%;
	}

	#main-slide .carousel-caption {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#main-slide .carousel-item {
		height: 450px;
	}

	/* section相关 */
	.section-title {
		font-size: 22px;
	}

	.fadeInCenter {
		padding-bottom: 30px;
	}

	/* 生态融合 */
	.testimonial {
		height: 380px;
	}

	/* 行业云 */
	.industryCloud {
		padding: 0;
	}

	.industryCloud #toc {
		display: none;
	}

	.industryCloud .right {
		padding: 12px 6px;
	}

	/* 行业定制化解决方案 */
	.portfolio-nav ul.nav li a {
		padding: 1px 8px;
		margin: 2px;
	}

	.portfolio-nav ul.nav {
		margin: 0 15px;
	}

	.portfolio-nav ul.nav li a {
		padding: 7px 10px;
	}

	/* 企业资讯 */
	#businessInfo .businessInfo-content ul {
		border-bottom: 1px solid #eee !important;
	}

	#businessInfo .businessInfo-content .row {
		margin: 40px 0;
	}

	#businessInfo #main-slide .carousel-item img {
		/* 兼容col-lg-6 */
		height: calc(100% - 80px);
	}

	/* 点签Saas */
	.Material-tab ul.nav.nav-tabs .nav-item .nav-link {
		font-size: 13px;
		padding: 14px 14px;
	}

	.Material-tab ul.nav.nav-tabs .nav-item .nav-link.active {
		color: #fff !important;
	}

	.Material-tab ul.nav.nav-tabs .nav-item .nav-link i {
		font-size: 24px;
		margin-right: 5px;
	}

	.video-gallery {
		margin-top: 30px;
	}

	/* 合作案例 */
	.single-blog-post .post-meta .read-more-icon {
		bottom: 125px;
	}

	/* 政务应用服务 */
	.work-counter-widget {
		margin: 20px 0;
	}

	.work-counter-widget i {
		font-size: 70;
		top: -35px;
	}

	.work-counter-widget .counter span {
		font-size: 32px;
		font-weight: 700;
	}

	.work-counter-widget .counter p {
		font-size: 13px;
		font-weight: 500;
	}
	
	
	/* 证据保全开始 */
	/* 	.evidenceSetion .textPart{
			font-size: 28px;
			line-height: 40px;
		}
		.evidenceSetion .textPart .titleH{
			font-size: 34px;
		} */
		/* 证据保全结束 */
		/* 法律服务开始 */
		/* .serveSetion .serveSetion-title{
			font-size: 34px;
		}
		.serveSetion .serveSetion-desc{
			font-size: 28px;
			line-height: 40px;
		} */
		/* 法律服务结束 */
}


@media only screen and (min-width: 992px) and (max-width: 1279px) {
	#main-slide .carousel-caption {
		top: 30%;
	}

	/* 点签Sass */
	.Material-tab ul.nav.nav-tabs .nav-item .nav-link {
		font-size: 16px;
	}
	.ability .ability-pic {
		margin-top: 12%;
	}
}


/* 比Ipad小屏 */
@media (max-width: 767.5px) {

	/* 企业资讯 */
	#businessInfo .tab-content .tab-content-text {
		width: 67%;
	}

	/* 生态融合 */
	.testimonial {
		height: 300px;
	}
}


/* iphone5 */
@media (max-width: 350px) {

	/* 生态融合 */
	.testimonial {
		height: 230px;
	}
}
