.btn-div .btn-border-blue:hover {
    color: #f20d23;
}
.section-banner .desc{
	text-align: center;
	margin: 0 auto;
	padding-top: 120px;
	color: white;
}
.section-banner .desc h1{
    font-size: 44px;
	font-weight: 600;
	padding: 1rem 0;
}
.section-banner .desc p{
    font-size: 1.3rem;
	letter-spacing: 2px;
	font-weight: 600;
}
.section-banner .text .pic-3 {
    position: relative;
    top: 260px;
}

.section-banner .text .pic-3 p {
    width: 181px;
    height: 22px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 300;
    text-decoration: underline;
    color: #FFEEA0;
    line-height: 30px;
    margin: 30px auto 0;
    letter-spacing: inherit;
    cursor: pointer;
}

.section-banner .s-form {
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    width: 480px;
}

.section-banner .s-form .s-input {
    width: 332px;
    height: 50px;
    border: 0 none;
    float: left;
    padding-left: 18px;
    font-size: 16px;
}

.section-banner .s-form .s-button {
    height: 50px;
    width: 130px;
    background: #B80C01;
    color: #fff;
    border: 0 none;
    font-size: 16px;
    cursor: pointer;
}

.section-banner .s-form .s-button:hover {
    background: #c50b01;
}

.section-2 .item-list {
    font-size: 0;
    border: 1px solid #E6E6E6;
    box-sizing: content-box;
    width: 1200px;
}

.section-2 .item-list .item {
    width: 300px;
    height: 310px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.section-2 .item-list .item:last-child {
    border-right: 0;
}

@keyframes item-scale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.section-2 .item-list .item:hover {
    box-shadow: 0px 10px 40px 0px #0000001a;
    border-right: 0;
    animation: item-scale 0.2s;
    animation-fill-mode: forwards;
}

.section-2 .item-list .item .img {
    transform: translate3d(0, 0, 0);
    width: 70px;
    height: 70px;
    background: url(../images/about/free1f-icon.png) no-repeat center top;
    background-size: cover;
    margin: 49px auto 20px;
}

.section-2 .item-list .item.item-1 .img {
    background-position: 0 0;
}

.section-2 .item-list .item.item-2 .img {
    background-position: -140px 0;
}

.section-2 .item-list .item.item-3 .img {
    background-position: -280px 0;
}

.section-2 .item-list .item.item-4 .img {
    background-position: -420px 0;
}

.section-2 .item-list .item h3 {
    transform: translateZ(0) translate3d(0, 0, 0);
    color: #333333;
    font-size: 22px;
    margin-bottom: 10px;
}

.section-2 .item-list .item p {
    transform: translateZ(0) translate3d(0, 0, 0);
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0 30px;
}

.section-3 {
    background: url("../images/about/zizhi.png") no-repeat center top;
    background-size: cover;
    height: 263px;
}

.section-3 .btn-div a:nth-child(1) {
    background-color: #FFFFFF;
    color: #f20d23;
}

.section-3 .btn-div a:nth-child(1):hover {
    opacity: 0.9;
}

.section-3 .section-title {
    margin-top: 60px;
    padding: 0;
    margin-bottom: 0;
}

.section-3 .section-title h2 {
    color: #fff;
}

.section-3 .btn-div {
    margin-top: 35px;
}


.section-4 {
    padding-bottom: 110px;
}

.section-4 .section-title {
    padding-top: 10px;
	margin-bottom: 30px;
}

.section-4 .list {
    text-align: center;
}
.section-4 ul {
    margin-right: -20px;
}
.section-4 .list .item {
    display: inline-block;
    width: 271px;
    height: 262px;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-right: 23px;
	margin-top: 23px;
}
.section-4 .list .item h2 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}

.section-4 ul .item {
    float: left;
    width: 257px;
    height: 245px;
    cursor: pointer;
    border: 1px solid #E6E7EB;
    text-align: center;
    background: #fff;
    margin: 0 10px 10px 0;
    overflow: hidden;
}
.section-4 ul .item .img {
    width: 90px;
    height: 77px;
    background: url(../images/case/5f-icon.png) no-repeat;
    margin: 30px auto 20px;
}
.section-4 ul .item h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}
.section-4 .list li p{
	font-size: 16px;
	color: #878787;
	margin: 0 30px;
	line-height: 22px;
}
.section-4 ul li.item-1 .img { background-position: -2px 0;}
.section-4 ul li.item-2 .img {background-position: -110px 0;}
.section-4 ul li.item-3 .img {background-position: -225px 0;}
.section-4 ul li.item-4 .img {background-position: -345px 0;}
.section-4 ul li.item-5 .img {background-position: -468px 0;}
.section-4 ul li.item-6 .img {background-position: -588px 0;}
.section-4 ul li.item-7 .img {background-position: -712px 0;}
.section-4 ul li.item-8 .img {background-position: -820px 0;}
.section-4 ul li:hover { background: linear-gradient(to bottom, #fd8e8e, #fd4146);}
.section-4 ul li:hover h3 {color: #fff;}
.section-4 ul li:hover p {color: #fff;}
.section-4 ul li:hover .img {background-position-y: -160px;}

.section-6 {padding-bottom: 110px;}
.section-6 .section-title {padding-top: 10px;}
.section-6 .list {text-align: center;}

.section-6 .list .item {
    display: inline-block;
    width: 360px;
    height: 380px;
    box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-right: 23px;
}

.section-6 .list .item:last-child {
    margin-right: 0;
}

.section-6 .list .item .bg-img {
    width: 100%;
    padding-top: 20px;
    height: 188px;
    border-radius: 2px;
}

.section-6 .list .item h2 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}
.section-6 .list .item p{
	font-size: 14px;
	padding: 5px 1.2rem;
	text-align: left;
}

.section-3 .container {
    position: absolute;
    left: 0;
    right: 0;
}

@media screen and (max-width: 768px) {
	.mob-banner .btn-wrap{
		padding-top: 60px;
		color: white;
		text-align: center;
		height: 200px;
	}
	.mob-banner .btn-wrap h1{
		font-size: 30px;
		font-weight: 600;
	}
	.mob-banner .btn-wrap .title{
		font-size: 1.4rem;
	}
    .mob-s1 .list {
        margin: 0 -.5rem;
    }

    .mob-s1 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        height: 18rem;
    }

    .mob-s1 .list li .img {
        width: 4rem;
        height: 4rem;
        margin: 0.5rem auto;
        background: url(../images/about/free1f-icon.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s1 .list li.item-1 .img {
        background-position: 0 0;
    }

    .mob-s1 .list li.item-2 .img {
        background-position: -96px 0;
    }

    .mob-s1 .list li.item-3 .img {
        background-position: -192px 0;
    }

    .mob-s1 .list li.item-4 .img {
        background-position: -288px 0;
    }

    .mob-s1 .list li h3 {
		font-size: 1.6rem;
        line-height: 3rem;
        font-weight: 600;
		letter-spacing: 5px;
    }
.s-title p{letter-spacing: 1.5px;}
    .mob-s1 .list li p {
		margin: 0 1rem;
		font-size: 1.2rem;
		color: black;
		letter-spacing: 2px;
    }

    .pub-img-div {
        background: url("../images/about/mzizhi.png") no-repeat center top;
        background-size: cover;
        height: 12rem;
    }
	.mob-btn-div .mob-btn-white {
		background-color: #FFFFFF;
		color: #f20d23;
		font-size: 1.2rem;
		padding: 1.2rem 3.3rem;
		line-height: 3rem;
		border-radius: 0.3rem;
	}
    .mob-s2 .list {
        margin: 0 -.5rem;
    }

    .mob-s2 .list li {
        background: #fff;
        float: left;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        box-shadow: 0px 10px 35px 0px #0000001a;
        border-radius: 2px;
		height: 17.5rem;
    }
.mob-s2 .list li .img {
		width: 90px;
		height: 77px;
        background: url(../images/case/5f-icon.png) no-repeat;
        margin: 20px auto 10px;
    }
.mob-s2 .list li.item-1 .img {
		background-position: -2px 0;
	}

	.mob-s2 .list li.item-2 .img {
		background-position: -110px 0;
	}

	.mob-s2 .list li.item-3 .img {
		background-position: -225px 0;
	}

	.mob-s2 .list li.item-4 .img {
		background-position: -345px 0;
	}

	.mob-s2 .list li.item-5 .img {
		background-position: -468px 0;
	}

	.mob-s2 .list li.item-6 .img {
		background-position: -588px 0;
	}
	.mob-s2 .list li.item-7 .img {
		background-position: -712px 0;
	}
	.mob-s2 .list li.item-8 .img {
		background-position: -820px 0;}
    .mob-s2 .list li h3 {
        line-height: 4rem;
        font-weight: 600;
    }

    .mob-s2 .list li p {
        margin: 0 1rem;
    }
	
	.mob-s3 .article-div {
		background: #FFFFFF;
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		padding: 2rem 2rem 0 2rem;
		margin-bottom: 1rem;
	}
	.mob-s3 .article-div .title {
		color: #333333;
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 1rem;
	}
	.mob-s3 .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-s3 .article-div .mob-btn-div {
		padding: 2rem 0;
	}
}
