
/*关于我们right-one*/
.about-right-one-zont4{
    line-height: 45px;
    height: 45px;
    background: #f2f2f2;
    margin-bottom: 15px;
}
.about-right-one-zont41{
    display: inline-block;
    background: #53d1a3;
    height: 45px;
    width: 145px;
    color: #fff;
    font-size: 18px;
    padding-left: 16px ;
    position:relative;
    box-sizing: border-box;
    overflow: hidden;

}
.about-right-one-zont41:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    content: '';
    display: block;
    height: 0;
    border-bottom: 45px solid #f2f2f2;
    border-left: 18px solid transparent;
}
.about-right-one-about{
    line-height: 30px;
    text-indent: 2em;
    color: #555;
    padding: 0 10px;
}
.about-right-one-about img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about-right-one-about1{
    line-height: 30px;
    color: #555;
    padding: 0 10px;
}
.about-right-one-about1 img{
    display: block;
    margin: 0 0;
    max-width: 100%;
}
.about-right-one-zz1{
    margin-top: 25px;
}
.about-right-one-zz1>ul>li{
    width:30.6%;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
    padding:  0;
    box-sizing: border-box;
}
.about-right-one-zz1>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.about-right-one-zz2 img{
    width: 100%;
    height: 225px;
    transition: all 0.3s ease-out;
    transform: scale(1);
}
.about-right-one-zz2{
    height: 225px;
    background: #ffffff;
    border: solid 1px #dddddd;
    overflow: hidden;
}
.about-right-one-zz3{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
.about-right-one-zz1>ul>li:hover .about-right-one-zz3{
    color: #53d1a3;
}
.about-right-one-zz1>ul>li:hover .about-right-one-zz2 img{
    transform: scale(1.1);
}



.about-right-one-about-info-tit{
    text-align: center;
    font-size: 23px;
    margin-top: 45px;
    line-height: 30px;
}
.about-right-one-about-info-span{
    text-align: center;
}
.about-right-one-about-info-span span{
    display: inline-block;
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-bottom: 25px;
    margin: 15px 10px;
}
.about-right-one-about-info-contact{
    text-align: justify;
    line-height: 30px;
    color: #888;

    text-indent: 2em;
}
.about-right-one-about-info-contact img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
}




