/* 关于 */
.aboutBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg5.jpg) no-repeat center;
}
.aboutCon img{
    margin-bottom: 30px;
}
.qualification{
    width: 100%;
    height: 1000px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.swiper3{
    width: 1200px;
    height: 945px;
}
.swiper3 .swiper-slide div{
    width: 230px;
    height: 346px;
}
.swiper3 .swiper-slide div img{
    max-width: 230px;
    max-height: 346px;
}
.swiper3 .swiper-wrapper .swiper-slide {
    height: calc((100% - 30px) / 2);
}
/* 产品 */
.productBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg7.jpg) no-repeat center;
}
.productCon li{
    width: 580px;
    height: 410px;
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
    margin-bottom: 60px;
}
.productCon li div:nth-child(1){
    width: 580px;
    height: 310px;
}
.productCon li div:nth-child(1) img{
    max-width: 580px;
    max-height: 310px;
}
.productCon li div:nth-child(2){
    width: 580px;
    height: 100px;
    line-height: 100px;
    background: #F1F1F1;
}
/* 学校 */
.schoolBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
.value{
    width: 1200px;
    height: 315px;
    background: url(../images/home/img33.jpg) no-repeat center;
}
.value p{
    width: 1050px;
    margin: auto;
    padding-top: 90px;
}
.target{
    width: 380px;
    height: 483px;
    background-size: cover !important;
}
.target p{
    margin-left: 36px;
    padding-top: 50px;
}
/* 体验 */
.experienceBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg12.jpg) no-repeat center;
}
.experienceCon li{
    width: 382px;
    height: 490px;
    background: #FFFFFF;
    border-radius: 20px;
    margin:0 9px 27px 9px;
}
/* 合作 */
.joinBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
.formBox form input{
    width: 570px;
    height: 60px;
    background: #F5F5F5;
    border-radius: 4px;
    border: none;
    display: block;
    padding-left: 10px;
}
.formBox form button{
    border: none;
    outline: none;
    background: none;
    margin: auto;
    width: 200px;
    height: 80px;
    background: #DB6F2A;
    border-radius: 40px;
    line-height: 80px;
}
.formBox form div {
    margin-bottom: 30px;
}
.formBox form div p{
    margin-bottom: 5px;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.newMore{
    width: 127px;
    height: 40px;
    line-height: 40px;
    background: #DD742C;
    border-radius: 20px;
}
.newsContent img{
    width: 370px;
    height: 300px;
    background: #000000;
    border: 6px solid #F3F3F3;
}
.newsContent li{
    padding: 40px 0;
    border-bottom: 1px solid #F3F3F3;
}
/* 联系我们 */
.contactBg{
    width: 100%;
    height: 500px;
    background: url(../images/home/bg11.jpg) no-repeat center;
}
.contactContent li{
    width: 380px;
    height: 237px;
    background: #F3F3F3;
}
.contactContent li img{
    height: 30px;
    padding: 60px 0 30px 0;
}