
*{
	box-sizing: border-box;
}
/*头部导航条*/
.s-area-text{
    width: 1200px;
    color: #666;
    padding-top: 40px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
}
.jcsHeadWrapItem {
	margin: 0 auto;
	height: 78px;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	cursor: pointer;
	min-width: 1200px;
}
/*给导航条一个透明色*/

.jcsHeadWrapMask {
	width: 1920px;
	height: 78px;
	background: rgba(0, 0, 0, .5);
	opacity: 0.5;
	color: red;
	position: absolute;
	z-index: 111;
}
/*  */
.home--body-carousel[data-v-7b34d3ae] .carousel-caption .content{
    width: 700px;;
    text-align: left;
}
.text-xl {
    line-height: 32px;
}
.jcs-MiddleWrap .home--body-carousel[data-v-7b34d3ae] .carousel--container .slide--body{
    line-height: 28px;
}
/*平台介绍*/

.platform_introduction {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 689px;
    padding-top: 80px;
}

.center_wrapper {
    width: 1200px;
    margin: auto
}

.section_title {
    height: 40px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-align: center
}

.section_title.white {
    color: #fff
}

.platform_introduction .platform_introduction--content {
    position: absolute;
    bottom: -55px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 560px;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.platform_introduction .platform_introduction--content .content--left {
    padding-top: 150px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-left: -20px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding-top: 12px;
    background: url(/_nuxt/img/538c117.png) no-repeat 100% 0;
    background-position: 50px 0;
    background-size: 291px 42px;
}

.platform_introduction .platform_introduction--content 
.content--left .content--left--title_wrapper .content--left--title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.platform_introduction .platform_introduction--content {
    position: absolute;
    bottom: -55px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 560px;
    background: #fff;
    -webkit-box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 8px 24px 0 rgb(0 0 0 / 6%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.platform_introduction .platform_introduction--content .content--left {
    padding-top: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding-left: 50px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding-top: 12px;
    background: url(/_nuxt/img/538c117.png) no-repeat 100% 0;
    background-position: 50px 0;
    background-size: 291px 42px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--content_text {
    width: 400px;
    margin-top: 29px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title_img {
    width: 40px;
    height: 40px;
	margin-bottom: 5px;
}

.platform_introduction .platform_introduction--content .content--left .content--left-bgtitle{
	width: 320px;
	height: 50px;
	position: absolute;
	top: 88px;
	left: 108px;
	z-index: -1;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title_text {
    height: 33px;
    margin-left: 8px;
    color: #1f1f1f;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.platform_introduction .platform_introduction--content .content--left .content--left--title_wrapper .content--left--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.platform_introduction .platform_introduction--content .content--right {
    width: 673px;
    height: 100%;
}

/*适用人群*/

.hbhrq-item-bg {
    background: #fff;
    border-radius: 6px;
    padding: 50px 0;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.04);
}
.hbhrq-item {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 16px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}
div.hbhrq-item:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}
/* 行业痛点 */
.s-point {
    width: 1200px;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
}

.s-point--title .s-point--title_img{
	margin-bottom: -5px;
}
.mt100 {
    margin-top: 50px;
}
.row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
	padding-left: 30px;
}
.box6 {
	text-align: center;
}

.box6 .item {
    width: 280px;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 12%);
    transition: transform 0.3s;
	text-align: left;
}

.s-point .item .lh20{
	height: 150px;
	font-size: 14px;
	text-align: left;
}

.s-point .item .font12{
	font-size: 12px;
}
/* .s-point .s-point_img{
	width:220px ;
} */

.pd20 {
    padding: 20px;
}


.center {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/*  方案构造*/
.case-contain{
	background-color: rgb(242,246,250);
	text-align: center;
	margin-top: 50px;
	padding-bottom: 30px;
}

/* 国信个体创客 */

.s-wrap {
    width: 1200px;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
	text-align: center;
}

.s-areaTitle {
    text-align: center;
    padding-top: 90px;
}

.s-area-title {
    font-size: 29px;
    color: #333333;
    line-height: 29px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}

.s-area-titleEn {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    padding-top: 25px;
}

.mt100 {
    margin-top: 100px;
}

.havebg{
	background-image: url("../image/gxgtckbg.png");
}

.cpjs .item {
	width: 22%;
padding: 30px 0;
text-align: center;
height: 330px;
background-color: #fff;
box-shadow: none;
}
.cpjs .item .s-wrap-img{
	margin-top:30px ;
	margin-bottom:8px ;
}

.gxgtck {
	text-align: center
}

.cpjs .item .lh20{
	color: #888;
	width: 180px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
.cpjs .item:hover {
    transform: translateY(-20px);
    border: 1px solid rgb(27, 145, 255);
}

/* 使用人群 */
.sy-sassSystemAreas{
	width: 100%;
}
.sassSystemAreas-contain{
	display: flex;
	padding: 50px auto;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}
.sassSystemAreas-contain .cotain-left{
	width: 60%;
	margin-right: 50px;
	text-align: left;

}
.sassSystemAreas-contain .cotain-left .cotain-left-top{
 margin: 20px 0;
 font-size: 16px;
 line-height: 24px;
}

.sassSystemAreas-contain .cotain-left .cotain-left-bottom div{
	margin: 10px 0;
	width: 50%;
	float: left;
}

.sassSystemAreas-contain .cotain-left .cotain-left-bottom div img{
	margin-right: 10px;
}
.sassSystemAreas-contain .cotain-right .minibox{
	width: 15%;
	text-align: center;
	float: left;
	box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 12%);
    transition: transform 0.3s;
	height: 100px;
	margin: 10px;
	background-image: linear-gradient(rgb(241,247,254), rgb(247,247,247));
	padding:10px;
	font-size: 12px;
}

.sassSystemAreas-contain .cotain-right .minibox img{
	margin: 10px 0 ;
}

.sassSystemAreas-contain .cotain-right .minibox:hover {
    border: 1px solid rgb(97, 199, 255);
    transform: translateY(-10px);
}

.section__brand[data-v-45e1c736] {
    position: relative;
    max-width: 1340px;
    margin: 80px auto 120px
}

.section__brand .brands-ul[data-v-45e1c736] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.section__brand .brands-ul li[data-v-45e1c736] {
    min-width: 169px;
    height: 70px;
    margin-left: 24px;
    border-radius: 8px
}

.section__brand .brands-ul li img[data-v-45e1c736] {
    width: 100%;
    height: 100%
}

.section__brand .brands-ul li[data-v-45e1c736]:hover {
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.06);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.06)
}

.section__brand .gradual[data-v-45e1c736] {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 169px;
    height: 100%
}

.section__brand .gradual.left-gradual[data-v-45e1c736] {
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
}

.section__brand .gradual.right-gradual[data-v-45e1c736] {
    position: absolute;
    right: 0;
    background-image: -webkit-gradient(linear,right top,left top,from(#fff),to(hsla(0,0%,100%,0)));
    background-image: linear-gradient(270deg,#fff,hsla(0,0%,100%,0))
}

/* 操作流程 */
.czlc-content {
    width: 100%;
    text-align: center;
    background-color: rgb(38, 40, 52);
    color: #fff;
    padding: 40px 0;
	margin-top: 80px;
}

.czlc-content .title {
    margin: 20px 0;
    font-size: 26px;
    line-height: 26px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}
.czlc-content img{
    margin-top: 30px;
}
.hzhb-areaTitle{
    text-align: center;;
    padding-top:70px;
}
.hzhb-title {
    font-size: 26px;
    line-height: 40px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}

