/* banner */
.carousel-item .d-md-block {
    width: 100%;
    position: absolute;
    left: 7%;
    top: 30%;
    z-index: 1;
    color: #fff;
    text-align: left;
}
.main-slide-fluid {
    margin-top: 60px;
}
.carousel .carousel-indicators {
    cursor: pointer;
    z-index: 1;
}
.carousel .carousel-item img {
    position: relative;
    width: 100%;
}
.carousel .carousel-inner .carousel-item::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.carousel .carousel-indicators li {
    width: 30px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.carousel-fade .carousel-inner .carousel-item {
    max-height: 700px;
    opacity: 0.8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .carousel-item::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* 合同签署成本低 */
.about-single {
  text-align: center;
  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;
}


/* 点签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;
}
.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%;
}


/* 政务应用服务 */
.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;
}


/* 合作案例 */
#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%;
  height: 200px;
}

.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.png);
  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 {
    padding: 3px;
}

.client .client-a {
  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 .carousel-item {
	width: 100%;
	height: 100%!important;
}
#businessInfo .carousel-inner {
    height: 380px;
}
#businessInfo .carousel-inner img{
    width: 100%;
    height: 300px;
}

#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 .carousel .carousel-indicators {
	bottom: -40px;
}

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

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

#businessInfo .tab-content .tab-content-scale{
    display: flex;
    justify-content: space-between;
    height: 76px; /* 380/5 */
    line-height: 76px;
}

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

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

#businessInfo .carousel {
	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:100px;
}
.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) {
	/* 点签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 .carousel .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;
	}
}


/* h5 */
@media (max-width: 991.5px) {
    #video .img-fluid {
    	height: 450px;
    }
    /* banner */
	.carousel .btn-common,
	.carousel .btn-border {
	  padding: 10px;
	  font-size: 14px;
	  font-weight: 400;
	}
	.carousel .carousel-caption {
	  top: 50%;
	  -webkit-transform: translateY(-50%);
	          transform: translateY(-50%);
	}
    .carousel-item .d-md-block {
        position: absolute;
        top: 7%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .carousel-item .d-md-block-h5 {
        top: 85%;
    }

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

	/* 生态融合 */
    .testimonial {
      background: url(../../images/index/section6-1h5.png) no-repeat scroll center center;
      background-size: cover;
    }

	/* 行业云 */
	.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 li a {
	  padding: 7px 10px;
	}

	/* 企业资讯 */
	#businessInfo .businessInfo-content ul{
		border-bottom:1px solid #eee!important;
	}
	#businessInfo .businessInfo-content .row {
		margin: 40px 0;
	}
	#businessInfo .carousel .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;
	}
}


@media (min-width:1920px) {
    .carousel-item .d-md-block {
        position: absolute;
        left: 16%;
        top: 35%;
        z-index: 1;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1279px) {
	.carousel-item .d-md-block {
        top: 20%;
    }
    /* 点签Sass */
	.Material-tab ul.nav.nav-tabs .nav-item .nav-link {
	    font-size: 16px;
	}
}


/* 比Ipad小屏 */
@media (max-width: 767.5px) {
    #video .img-fluid {
    	height: 250px;
    }
    .carousel-item .d-md-block-h5 {
        top: 77%;
    }
   /* 企业资讯 */
   #businessInfo .tab-content .tab-content-text {
   	width: 67%;
    }

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


/* iphone5 */
@media (max-width: 350px) {
   .carousel-item .d-md-block-h5 {
     top: 73%;
   }
  /* 生态融合 */
  .testimonial {
	 height: 230px;
  }
}
