/************************ about start *******************************/
.about-bgcolor{
    width:100%;
    height:300px;
}
.about-bgcolor img{
    width:100%;
    height:100%;
}
.about-nowSite{
    width:98%;
    margin:0 auto;
    margin-top:5px;
    font-size: 12px;
}
.about-line{
    width:98%;
    margin:0 auto;
    margin-top: 5px;
    border:0.3px solid #E6E6E6;
}
.about-area{
    width:98%;
    margin:0 auto;
    margin-top:10px;
    margin-bottom: 20px;
    display:flex;
    justify-content: space-between;
}
.about-area-img{
    width:50%;
    height:120px;
}
.about-area-img img{
    width:100%;
    height:100%;
}
.about-area-text{
    width:48%;
}
.about-area-text2{
    height:115px;
    overflow:scroll;
}
.text-con{
    text-indent: 16px;
}
.about-area-text-title .en{
    color:#E6E6E6;
    font-weight: bold;
}
.about-area-text p{
    width:100%;
    height:98px;
    text-indent: 16px;
    overflow:scroll;
}
.about-area2{
    margin-top:30px;
}
.chengche{
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .about-bgcolor{
        height:400px;
    }
    .about-nowSite{
        font-size: 18px;
    }
    .about-area-img{
        height:200px;
    }
    .about-area-text2{
        height:215px;
    }
    .about-area-text-title .cn{
        font-size: 18px;
    }
    .about-area-text-title .en{
        font-size: 18px;
    }
    .about-area-text p{
        height:168px;
        font-size: 16px;
    }
    .chengche{
        font-size:18px;
    }
}
@media screen and (min-width: 1024px) {
    .about-bgcolor{
        height:600px;
    }
    .about-nowSite{
        width:70%;
        margin:0 auto;
        margin-top:50px;
        color:#666666;
        font-size: 14px;
    }
    .about-line{
        width:70%;
        margin:0 auto;
        margin-top:30px;
    }
    .about-area{
        width:60%;
        margin:0 auto;
        margin-top:30px;
        margin-bottom: 100px;
    }
    .about-area-img{
        width:50%;
        height:372px;
    }
    .about-area-text{
        width:50%;
        margin-left: 40px;
    }
    .about-area-text p{
        overflow:initial;
        width:100%;
        line-height: 30px;
        color:#666666;
        font-size: 14px;
    }
    .about-area-text-title{
        width:100%;
        height:50px;
    }
    .about-area-text-title .cn{
        color:#353535;
        font-size: 30px;
        font-weight: bold;
    }
    .about-area-text-title .en{
        font-size: 30px;
    }
    .about-area-text2{
        overflow: hidden;
        height:400px;
    }
    .text-con{
        width:90%;
        line-height: 20px;
        color:#666666;
        font-size: 14px;
    }
    .chengche{
        margin-bottom: 20px;
    }
}