.page-community .section-1 {
    position: relative;
}

.page-community .section-1 .text {
    padding-top: 72px;
}

.section-1 .text .pic-4 p {
    font-size: 20px;
    margin-bottom: 70px;
    line-height: 36px;
}

.section-1 .text .pic-4 .btn-wrap a {
    font-size: 16px;
    border-radius: 0;
}

.page-community .section-title span {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
    display: inline-block;
}

.page-community .section-2 .info {
    text-align: center;
}

.page-community .section-2 .info .img_div {
    display: inline-block;
    text-align: center;
    background-color: #FFFFFF;
    position: relative;
    width: 330px;
    height: 440px;
    box-shadow: 0px 10px 20px 0px rgba(43, 47, 50, 0.15);
}

.page-community .section-2 .info .img_div .img_content {
    color: #FFFFFF;
    width: 100%;
    height: 85px;
    padding-top: 15px;
	background-color: #f31b0c; 
	background-image: linear-gradient(to bottom right,#f31b0c,rgba(254, 109, 83, 1));
}

.page-community .section-2 .info .img_div .img_content div {
    text-align: left;
    width: 90%;
    margin-left: 40px;
}

.page-community .section-2 .info .img_div .img_content h2 {
    font-size: 26px;
}

.page-community .section-2 .info .img_div .img_content span {
    font-size: 16px;
    line-height: 25px;
}

.page-community .section-2 .info .img_div .img_content a {
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    font-size: 14px;
    color: rgba(255, 39, 26, 1);
    display: inherit;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 15px;
}

.page-community .section-2 .info .img_div:nth-child(2) {
    margin-right: 9.5px;
    margin-left: 20px;
}

.page-community .section-2 .info .img_div:nth-child(3) {
    margin-right: 15px;
    margin-left: 8.5px;
}

.page-community .section-2 .info .img_div ul {
    width: 95%;
    margin: 15px 0 30px 0;
}

.page-community .section-2 .info .img_div ul li {
    font-size: 16px;
    display: inline-block;
    float: left;
	width: 100%;
    margin-bottom: 30px;
}

.page-community .section-2 .info .content {
    margin-left: 20px;
}

.page-community .section-2 .info .img_div ul li .divc {
    text-align: left;
}

.page-community .section-2 .info .img_div ul li .divc span {
    display: block;
}

.section-2 .info .img_div ul li .divc span:nth-child(2) {
    color: #95989d;
    font-size: 14px;
}

.page-community .section-3 {
    background: #F4F6F9;
}

.page-community .section-3 .info {
    text-align: center;
    width: 1100px;
    margin: 0 auto;
}

.page-community .section-3 .left {
    display: inline-block;
    width: 500px;
}

.page-community .section-3 .right {
    display: inline-block;
    float: right;
}

.page-community .section-3 .right i {
    background: url(../images/about/safe2f-img.png) no-repeat;
    width: 527px;
    height: 459px;
    display: inline-block;
}

.page-community .section-3 .info .img_div {
    display: inline-block;
    text-align: center;
    width: 500px;
    margin-bottom: 40px;
}

.page-community .section-3 .info .left .img_div .bg_div {
    display: inline-block;
    float: left;
    margin-top: 6px;
}

.page-community .section-3 .info .left .img_div .div_content {
    text-align: left;
    margin-left: 50px;
}

.page-community .section-3 .info .left .img_div .bg_div i {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.page-community .section-3 .info .left .img_div .i1 {
    background: url(../images/about/safe2f-icon1.png) no-repeat;
}

.page-community .section-3 .info .left .img_div .i2 {
    background: url(../images/about/safe2f-icon2.png) no-repeat;
}

.page-community .section-3 .info .left .img_div .i3 {
    background: url(../images/about/safe2f-icon3.png) no-repeat;
}

.page-community .section-3 .info .left .img_div .i4 {
    background: url(../images/about/safe2f-icon4.png) no-repeat;
}

.page-community .section-3 .info .img_div span {
    font-size: 20px;
    font-weight: 600;
}

.page-community .section-3 .info .img_div p {
    font-size: 14px;
    color: #888888;
    display: block;
    margin-top: 20px;
}

.page-community .section-6 {
    padding-bottom: 90px;
    background: url(../images/about/safe6.png) no-repeat center bottom;
    height: 700px;
    margin-bottom: 50px;
}

.page-community .section-6 .section-title {
    padding-top: 50px;
}
.section-title.white h2{color: #333 !important;}

.page-community .section-6 .section-title p {
    color: #888;
}

.page-community .section-7 {
    background: #F4F6F9;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03);
    position: relative;
    padding-bottom: 50px;
}

.page-community .section-7 .section-title {
    margin-bottom: 50px;
}



@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1840px, 0, 0);
        transform: translate3d(-1840px, 0, 0);
    }
}

.page-community .section-8 .about-cases .about-cases-title {
    position: absolute;
    top: 265px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #293E63;
    line-height: 1;
    font-weight: 300;
}

.page-community .section-8 .about-cases .about-cases-title .about-cases-title-mask {
    display: inline-block;
    width: 600px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

.page-community .section-8 .about-cases .about-cases-title .about-cases-title-number {
    width: 100px;
    margin-top: -5px;
}

.page-community .section-8 .about-cases .about-cases-title text {
    color: #FC3D34;
    margin: 0 10px;
}

.page-community .section-9 {
    height: 199px;
    background: url(../images/framework/bottom-bg.jpg) no-repeat center center;
}

.page-community .section-9 .section-title {
    padding-top: 35px;
    margin-bottom: 25px;
}

.page-community .section-9 .section-title span {
    font-size: 30px;
    color: white;
    letter-spacing: 5px;
}

.page-community .section-9 .btns {
    text-align: center;
}

.page-community .section-9 .btns a {
    margin: 0 10px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    padding: 19px 65px;
    font-size: 16px;
}

.page-community .section-9 .btns a:hover {
    background-color: white;
    color: red;
}

@media screen and (max-width: 768px) {
    .page-community .mob-s1 {
        background: #FFFFFF;
    }

    .page-community .mob-s1 .content {
        margin: 1rem 0;
    }

    .page-community .mob-s1 .content_head {
        background-color: #f31b0c;
        background-image: linear-gradient(to right,#f31b0c,rgba(254, 109, 83, 1));
        color: #ffffff;
    }

    .page-community .mob-s1 .content_head div {
        width: 90%;
        margin-left: 10%;
    }

    .page-community .mob-s1 .content_head div span {
        font-size: 1.6rem;
        line-height: 3.8rem;
    }

    .page-community .mob-s1 .content_head div p {
        font-size: 1.2rem;
        position: relative;
        top: -0.6rem;
    }

    .page-community .mob-s1 .content_info {
        background: #ffffff;
        box-shadow: 0px 6px 20px 0px rgba(48, 48, 30, 0.1);
        font-size: 1.4rem;
        padding: 1.5rem 0;
    }

    .page-community .mob-s1 .content_info div {
        width: 94%;
        margin-left: 6%;
    }

    .page-community .mob-s1 .content_info span {
        display: block;
        color: #333333;
        margin: 1rem 0;
    }

    .page-community .mob-s1 .content_info p {
        display: inline-block;
        color: #666666;
		font-size: 14px;
    }


    .page-community .mob-s2 .list {
        margin-top: 2rem;
    }
	.page-community .mob-s2 .s-title p {
       font-size: 1.2rem;
    }
    .page-community .mob-s2 .list li .text {
        margin-left: 1rem;
        height: 8.5rem;
        padding-right: 1rem;
    }

    .page-community .mob-s2 .list li .text h3 {
        padding: 0.8rem 0;
    }
	.page-community .mob-s5 .s-title p {
	   text-align: left;
	}
    .page-community .mob-s5 .list{
        box-shadow: 0px 6px 20px 0px rgba(48, 48, 30, 0.1);
    }

    .page-community .mob-s6 {
        background: #FFFFFF;
    }

	.mob-s6 .article-div {
		background: #FFFFFF;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
		border-radius: 20px;
		padding: 2rem 2rem 0 2rem;
		margin-bottom: 1rem;
	}
	.mob-s6 .article-div .title {
		color: #333333;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}
	.mob-s6 .article-div .article-title {
		color: #666666;
		font-size: 1.4rem;
		line-height: 3.6rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 3rem;
	}
	.zx-div .article-title span:first-child {
	    float: left;
	    height: 3rem;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 21.5rem;
	}
	.mob-s6 .article-div .mob-btn-div {
		padding: 2rem 0;
	}

}
