.otherbg{
    width: 100%;
    height: 150px;
    background-size: cover !important;
}
.line5{
    width: 100%;
    height: 1px;
    background: #EDEDED;
}
.aboutCon{
    margin-top: 20px;
}
.aboutCon li{
    width: 170px;
    height: 320px;
    background: #EBF2F2;
    border-radius: 3px; 
    margin-bottom: 15px;
}
.aboutCon li div:nth-child(1){
    width: 170px;
    height: 182px;
    margin-bottom: 10px;
}
.aboutCon li div:nth-child(1) img{
    max-width: 170px;
    max-height: 182px;
    border-radius: 3px 3px 0px 0px;
}
.aboutCon li div:nth-child(2){
    width: 150px;
    margin: auto;
} 
.aboutCon li div:nth-child(2) p:nth-child(2){
    width: 100%;
    height: 1px;
    background: rgba(34, 34, 34, .2);
    margin: 5px 0;
}
.aboutConActive{
    background: #009946 !important;
}
.aboutConActive p{
    color: #fff !important;
}
.aboutConActive div:nth-child(2) p:nth-child(2){
    background: rgba(255, 255, 255, .2) !important;
}
.aboutImg img{
    max-width: 110px;
    max-height: 200px;
}
.school{
    position: relative;
    margin-top: -30px;
    z-index: 2;
}
.school li{
    width: 350px;
    padding-bottom: 10px;
    background: #fff;
    margin-bottom: 15px;
}
.school li p{
    padding: 15px 0 10px 0;
}
.school li div{
    width: 330px;
    margin: auto;
}
.schoolActive{
    background: #157150 !important;
}
.schoolActive p{
    color: #fff !important;
}
.schoolActive div{
    color: #fff !important;
}
.swiper3{
    width: 100%;
}
.swiper3 .swiper-slide div{
    width: 100%;
}
.swiper3 .swiper-slide div img{
    width: 100%;
}
.newsBox li{
    width: 170px;
    height: 210px;
    background: #FFFFFF;
   margin-bottom: 10px;
}
.newsBox li div:nth-child(1){
    width: 170px;
    height: 92px;
}
.newsBox li div:nth-child(1) img{
    max-width: 170px;
    max-height: 92px;
}
.newsBox li div:nth-child(2){
    padding-top: 10px;
}
.newsBox li div:nth-child(2) p{
    width: 150px;
    margin: auto;
}
.newsBox li div:nth-child(2) p:nth-child(2){
    margin-top: 5px;
    margin-bottom: 10px;
}
.newsBoxActive{
    background: #009946 !important;
}
.newsBoxActive div:nth-child(1){
    display: none;
}
.newsBoxActive div:nth-child(2) p:nth-child(1){
    color: #fff !important;
}
.newsBoxActive div:nth-child(2) p:nth-child(2){
    color: #fff !important;
}
.newsBoxActive div:nth-child(2) p:nth-child(3){
    color: #fff !important;
}
.newsBoxActive div:nth-child(2) p:nth-child(4){
    width: 60px !important;
    height: 15px !important;
    background: #fff;
    border-radius: 9px;
    line-height: 15px;
    margin: 50px 0 0 10px;
    color: #009946 !important;
    text-align: center;
}
.productNav{
    width: 130px;
}
.productNav ul{
    margin-top: 20px;
}
.productNav li{
    padding: 10px 0;
    border-bottom: 1px solid #E4E4E4;
}
.productNav li span{
    display: none;
}
.productNav li a{
    color: #2B2B2B;
}
.productNav li a:hover{
    color: #2B2B2B;
}
.productNavActive a{
    color: #009946 !important;
}
.productNavActive span{
    display: block !important;
}
.productCon{
    width: 200px;
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
    margin-top: 20px;
}
.productCon ul li{
    margin-bottom: 20px;
}
.productCon ul li div:nth-child(1){
    width: 200px;
    height: 124px;
    margin-bottom: 5px;
}
.productCon ul li div:nth-child(1) img{
    max-width: 200px;
    max-height: 124px;
}
.messagec form {
    width: 330px;
    margin: auto;
}
.messagec form input{
    margin-left:5px;
    border: none;
    outline: none;
    width: 250px;
    height: 30px;
    background: none;
    font-size: 10px;
 }
.messagec form p{
    width: 318px;
    height: 30px;
    border: 1px solid #F0F0F0;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
 }
.messagec form button{
    width: 330px;
    height: 30px;
    background: #009946;
    border-radius: 3px;
    line-height: 30px;
    border: none;
    outline: none;
 }
 .line8{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    margin-top: 20px;
    margin-bottom: 20px;
 }

 .MotherImg img{
     max-width: 350px;
 }