.quick {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #f3f3f2;
	background-color: #fff;
}
/* nav */
.nav{
	line-height: 94px;
	width: 100%;
	background-color: #fff;
}	

.navbar-light .navbar-nav .nav-link{
	font-weight: bold;
	font-size: 16px;
}
/* 侧边栏 */
ul.broadside{
	width: 70px;
	position: fixed;
	right: 25px;
	background-color: #fff;
	cursor: pointer;
	padding: 10px 0 4px;
	border: 1px solid #ededec;
	z-index: 1000;
}
/* 轮播图 */
html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      
	  height: 450px;
    }
    .swiper-slide {
	  width: 222px!important;
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
	  -webkit-border-radius:10px;
	         -moz-border-radius:10px;
	          -ms-border-radius:10px;
	           -o-border-radius:10px;
	              border-radius:10px;
	  box-shadow:-5px 0 14px -5px #e4e4e4,5px 0 14px -5px #e4e4e4;
	  background-image: url(/static/home/img/tabgz.png);
	  background-repeat:no-repeat;
	  background-position: 50% 39%; 
    }
	.swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
.swiper-button-prev{
	position: absolute;
	top: 93%!important;
	bottom: 0;
	/* width: calc(var(--swiper-navigation-size) / 35 * 27)!important; */
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	margin: 0px 40%;
	background-image: url(/static/home/img/lefticon.png);
	background-repeat:no-repeat;
	background-size: 27px auto;
}
.swiper-button-next{
	position: absolute;
	top: 93%!important;
	bottom: 0;
	/* width: calc(var(--swiper-navigation-size) / 35 * 27)!important; */
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	margin: 0px 40%;
	background-image: url(/static/home/img/righticon.png);
	background-repeat:no-repeat;
	background-size: 27px auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: ""!important;
}
.swiper-slide .gzred{
	position: absolute;
	top: 18%;
	left: 50%;
	transform: translateX(-50%);
}
.gz_content p{
	font-size: 14px;
}
/* mian */
.public{
	background-color: #fff;
}
.main{
	background-color: #f4f4fa;
}
.block .product_1{
	width: 360px;
	height: 204px;
	border-radius: 10px;

}
.pro_title h5{
	font-size: 20px;
}
.pro_title h6{
	font-size: 18px;
	color: #4c4442;
}
.block h6{
	font-size: 20px;
	color: #d82824;
}
.block .product_1:hover{
	background-color: #f9d3d4!important;
	box-shadow: -5px 5px 14px -4px #e4e4e4, 5px 5px 14px -4px #e4e4e4;
}
.adv_serve .card{
	height: 584px;
	border: none;
}
.container .success .more{
	margin: 10% 0;
	
}
.container .success .more .pip{
	position: relative;
}
.container .success .more .seemany{
	position: absolute;
	top: 22%;
	left: 50%;
	transform: translateX(-50%);
}
.adv_serve .card-title{
	font-size: 16px;
}
.adv_serve .card-text{
	font-size: 14px;
}
.settasks .ad1 img{
	width: 33%;
}
.pro-content p,
.settasks p{
	font-size: 14px;
}
.membership h6{
	font-size: 14px;
}
/* 查看更多 */
.hide_row{
	display: none;
}
.seemany .row{
	cursor: pointer;
}
/* 鼠标悬停遮罩放大 */
.spread{
	transition: all 0.3s !important;
}
.spread:hover{
	transform: scaleY(1.1)!important;
	z-index: 1000;
}
.spread_case{
	position: relative;
}
.spread:hover .major.face {
    opacity: .8;
    visibility: visible;
}
.major.face {
    opacity: 0;
    background: #2f2f2f;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: opacity,transform .3s;
}
.major {
    bottom: 23px;
    left: 30px;
    opacity: 1;
    /* padding: 1em; */
    position: absolute;
    right: 30px;
    text-align: center;
    visibility: visible;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    backface-visibility: visible;
}
.major h6{
    font-size: 1.3em;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.major p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
/* tab选项卡 */
.follow{
	background-color: #fff;
}
.follow .nav{
	line-height: 100px;
	box-shadow: -5px 5px 14px -4px #e4e4e4, 5px 5px 14px -4px #e4e4e4;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #d82824!important;
	box-shadow: -5px 5px 10px -5px #bebfbe, 5px 5px 10px -5px #bebfbe;
}

.nav-pills .nav-link.active:hover{
	color: #fff!important;
}
.follow ul{
	border-bottom-left-radius: 0.5rem!important;
	border-bottom-right-radius: 0.5rem!important;
}
.nav-pills .nav-item:first-child .nav-link{
	border-bottom-left-radius: 0.5rem!important;
}
.nav-pills .nav-item:last-child .nav-link{
	border-bottom-right-radius: 0.5rem!important;
}
.nav-pills .nav-item{
	height: 100px;
}
.nav-pills .nav-link{
	border-radius: 0!important;
}
.nav-pills .nav-item a{
	color: #000;
	height: 100%;
}
.nav-pills .nav-item :first-child a{
	color: #fff!important;
}
/* 平台优势 */
.card-img,
.platform .card{
	border-radius: 0!important;
}
.platform h5{
	font-size: 18px;
	letter-spacing: 1px;
}
.platform h5 span{
	font-size: 28px;
}
.process .autonomy h5{
	font-size: 20px;
	color: #dc4d36;
	letter-spacing: 1px;
}
.process .autonomy p{
	font-size: 14px;
	letter-spacing: 1px;
}

.gz_content{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.platform .setting{
	height: 145px;
	min-height: 145px;
}