/* 关于我们 */
.aboutBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg6.jpg) no-repeat center;
}
.introduction{
    width: 100%;
    height: 590px;
    background: url(../images/home/bg7.jpg) no-repeat center;
}
.swiper2{
    width: 1100px;
}
.next2{
    margin-top: -465px!important;
    margin-left: 1150px!important;
    background-image: url(../images/home/right.png) !important;
    width: 58px !important;
    height: 58px !important;
}
.prev2{
    margin-top: -58px!important;
    margin-left: -10px!important;
    background-image: url(../images/home/left.png) !important;
    width: 58px !important;
    height: 58px !important;
}
.workshop{
    width: 100%;
    height: 580px;
    background: url(../images/home/bg8.jpg) no-repeat center;
}
.swiper3{
    width: 1100px;
    height: 286px;
}
.next3{
    margin-top: -300px!important;
    margin-left: 1160px!important;
    background-image: url(../images/home/right1.png) !important;
    width: 50px !important;
    height: 50px !important;
}
.prev3{
    margin-top: -50px!important;
    margin-left: -10px!important;
    background-image: url(../images/home/left1.png) !important;
    width: 50px !important;
    height: 50px !important;
}
/* 产品 */
.productBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg10.jpg) no-repeat center;
}
.productNav{
    width: 276px;
    height: 60px;
    line-height: 60px;
    background: #316A57;
    border-radius: 10px 10px 0px 0px;
}
.productNavBox{
    height: 300px;
    border: 1px solid #C9C9C9;
    border-radius: 10px;
}
.productNavData li{
    width: 206px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #C9C9C9;
    padding-left: 70px;
}
.productNavData li a{
    color: #333333;
}
.productNavDataActive a{
    color: #316A57 !important;
}
.productNavData li:last-child{
    border-bottom: none;
}
.productContent li{
    width: 280px;
    height: 196px;
    background: #FFFFFF;
    border: 1px solid #B9B9B9;
    border-radius: 5px;
    margin-bottom: 24px;
}
.productContentActive{
    border: 1px solid #316A57 !important;
}
/* 商城 */
.mallBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg9.jpg) no-repeat center;
}
/* 新闻 */
.newsBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg11.jpg) no-repeat center;
}
.newsContentTitle{
    display: inline-block;
    width: 780px;
}
.newsContentImgBox{
    width: 294px;
    height: 195px;
    border: 1px solid #A6A6A6;
}
.newsContent li{
    padding: 30px 0;
    border-bottom: 1px solid #B4B4B4;
}
.newsContent li:last-child{
    border-bottom: none;
}
.newsContentActive .newsContentImgBox{
    border: 1px solid #316A57 !important;
}
.newsContentActive .newsContentTitle{
    color: #316A57 !important;
}
/* 联系我们 */
.contactBg{
    width: 100%;
    height: 700px;
    background: url(../images/home/bg12.jpg) no-repeat center;
}
.contactContent form p{
    width: 1160px;
    line-height: 56px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 25px;
}
.contactContent form p input{
    width: 1000px;
    font-size: 18px;
    border: none;
    outline: none;
}
.contactContent form p textarea{
    resize: none;
    padding-top: 20px;
    width: 970px;
    height: 200px;
    border: none;
    outline: none;
}
.contactContent form button{
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    background: #316A57;
    border-radius: 25px;
    margin-top: 20px;
}