.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 {
    padding-top: 80px;
}

.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/jiameng1f.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 .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 .list .item p{
	font-size: 14px;
	padding: 5px 1.2rem;
	text-align: left;
}
.section-4 .list .item .bg-img {
    width: 70px;
    height: 70px;
    border-radius: 2px;
	margin: 40px auto 10px;
	background-size: cover;
}
.section-4 .item-1 .bg-img{	background: url(../images/about/4f01.png) no-repeat center top;}
.section-4 .item-2 .bg-img{	background: url(../images/about/4f02.png) no-repeat center top;}
.section-4 .item-3 .bg-img{	background: url(../images/about/4f03.png) no-repeat center top;}
.section-4 .item-4 .bg-img{	background: url(../images/about/4f04.png) no-repeat center top;}
.section-4 .item-5 .bg-img{	background: url(../images/about/4f05.png) no-repeat center top;}
.section-4 .item-6 .bg-img{	background: url(../images/about/4f06.png) no-repeat center top;}
.section-4 .item-7 .bg-img{	background: url(../images/about/4f07.png) no-repeat center top;}
.section-4 .item-8 .bg-img{	background: url(../images/about/4f08.png) no-repeat center top;}

.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/jiameng1f.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 {
        line-height: 3rem;
        font-weight: 600;
    }

    .mob-s1 .list li p {
        margin: 0 1rem;
    }

    .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: 15.5rem;
    }

    .mob-s2 .list li .img {
        margin:  1.5rem auto 0;
		width: 4.2rem;
		height: 4.2rem;
    }

    .mob-s2 .list li.item-1 .img {
        background: url(../images/about/4f01.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s2 .list li.item-2 .img {
        background: url(../images/about/4f02.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s2 .list li.item-3 .img {
        background: url(../images/about/4f03.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s2 .list li.item-4 .img {
        background: url(../images/about/4f04.png) no-repeat center top;
        background-size: cover;
    }
	.mob-s2 .list li.item-5 .img {
        background: url(../images/about/4f05.png) no-repeat center top;
        background-size: cover;
    }
	.mob-s2 .list li.item-6 .img {
	    background: url(../images/about/4f06.png) no-repeat center top;
	    background-size: cover;
	}
	.mob-s2 .list li.item-7 .img {
	    background: url(../images/about/4f07.png) no-repeat center top;
	    background-size: cover;
	}
	.mob-s2 .list li.item-8 .img {
	    background: url(../images/about/4f08.png) no-repeat center top;
	    background-size: cover;
	}
    .mob-s2 .list li h3 {
        line-height: 4rem;
        font-weight: 600;
    }

    .mob-s2 .list li p {
        margin: 0 1rem;
    }

    .mob-s3 .el-collapse-item {
        width: 100%;
        padding: 15px 10px;
    }
	.mob-s4 .list {
	    margin: 0 -.5rem;
	}
	
	.mob-s4 .list li {
	    background: #fff;
	    float: left;
	    width: 95%;
	    margin: 1.5%;
	    cursor: pointer;
	    overflow: hidden;
	    text-align: center;
	    box-shadow: 0px 10px 35px 0px #0000001a;
	    border-radius: 2px;
		height: 25rem;
	}
	.mob-s4 .img{
		width: 50%;
		height: 160px;
		text-align: center;
		margin: 2rem auto 0;
	}
	
	.mob-s4 img{
		max-height: 160px;
		width: 60%;
	}
	.mob-s4 .list li:first-child img{width: 100%;}
	.mob-s4 .list li h3 {
	    line-height: 4rem;
	    font-weight: 600;
	}
	
	.mob-s4 .list li p {
	    margin: 0 1rem;
	}

}
