* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* title */


.js-ryzz{padding: 0 50px;	box-sizing: border-box;position: relative;}
.swiper-container-zlzs, .js-ryzz .swiper-container{position: relative;}
.swiper-container-zlzs .swiper-button-next, .js-ryzz .swiper-button-next{right: 0 !important;}
.swiper-container-zlzs .swiper-button-prev, .js-ryzz .swiper-button-prev{left: 0 !important;}


.js-title {
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.js-title h3 {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}

.js-title span {
    display: block;
    width: 70px;
    height: 2px;
    background-color: #94070A;
    margin: 0 auto;
}

@media screen and (max-width:981px) {
    .js-title h3 {
        font-size: 30px;
    }
}

main {
    width: 100%;
    margin: 0 auto;
}
/* 功能介绍 */

#js-gnjs {
    width: 100%;
    background: #FCF6F4;
    padding: 3%;
}

.gnjs-center {
    display: flex;
    justify-content: space-between;
}

.gnjs-img,
.gnjs-text {
    width: 48%;
}

.gnjs-img {
    overflow: hidden;
}

.gnjs-img img {
    width: 100%;
}

.gnjs-text h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.gnjs-text span {
    display: block;
    width: 68px;
    height: 1px;
    background: #94070A;
    margin: 15px 0 10px 0;
}

.gnjs-text p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}

.gnjs-but {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}

.gnjs-but div {
    width: 19%;
    height: 100px;
    background: url('/template/default/skin/images/yun2.png') #ffffff no-repeat center center/cover;
    background-position: bottom;
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #94070A;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    transition: all .5s;
	display: flex;
	background-size: 100% !important;
}
.gnjs-but div span{margin: auto;}

.gnjs-but div:hover {
    background-color: #94070A;
    color: #fff;   background-image: none;
}

.gnjs-but .but-active {
    color: #94070A;
}

@media screen and (max-width:1400px) {
    .gnjs-but div {
        height: 80px;
        font-size: 16px;
        line-height: 80px;
        width: 48%;
        margin-bottom: 20px;
    }
	.gnjs-but div:nth-of-type(1),.gnjs-but div:nth-of-type(2),.gnjs-but div:nth-of-type(3){
		width: 31%;
	}
}

@media screen and (max-width:981px) {
    .gnjs-center {
        flex-wrap: wrap;
    }
    .gnjs-img,
    .gnjs-text {
        width: 100%;
    }
    .gnjs-img img {
        margin-bottom: 20px;
    }
    .gnjs-but div {
        height: 60px;
        font-size: 14px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}
/* 研发平台设置 */

.js-ptsz {
    width: 100%;
}

.ptsz-center {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ptsz-center h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    color: #333333;
}

.ptsz-center p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 30px;
}

.ptsz-text {
   
    width: 31%;
    padding: 20px;
    background: url('/template/default/skin/css/../img/yun.png') #FCF6F4 no-repeat;
    background-position: bottom right;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px 2px #e2e1e1;
}

.ptsz-img {
    width: 100% !important;
    overflow: hidden;
}

.ptsz-img img {
    width: 100%;
    margin-bottom: 20px;
    transition: all .5s;
}

.ptsz-center div img:hover {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

@media screen and (max-width:981px) {
    .ptsz-center div {
        width: 48%;
      
    }
    .ptsz-center h3 {
        font-size: 20px;
    }
    .ptsz-center p {
        font-size: 14px;
    }
}

@media screen and (max-width:781px) {
    .ptsz-center div {
        width: 100%;
        height: auto;
    }
}
/* 孵化技术 */

#js-fhjs {
    width: 100%;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fhjs-left {
    width: 30%;
}

.fhjs-left img {
    width: 100%;
    margin-bottom: 20px;
}

.fhjs-right {
    width: 67%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

@media screen and (max-width:981px) {
    .fhjs-left,
    .fhjs-right {
        width: 100%;
    }
}
   /* 荣耀资质 */
    
   .js-ryzz {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 50px;
	box-sizing: border-box;
}


.js-ryzz img {
    width: 23%;
}

/* 专利证书 */


.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    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;overflow: hidden;
}

.swiper-container img {
    width: 90%;
    overflow: hidden;
}
.js-zlzs{
    margin-bottom: 50px;
}

@media screen and (max-width:655px) {
	.gnjs-but div{width: 100%!important;}
}