@CHARSET "UTF-8";
/** 关于 */
body{background: #f8f8f8;}
.about-contain{background: #fff;margin-top: -4%;margin-bottom: 5%;box-shadow: 0 5px 10px #eaeaea}
.about-contain .laotie-content{padding-top: 6%}
.about-contain .title{font-size: 24px;text-align: center;padding-bottom: 3%;font-weight: bold;}
.about-contain .laotie-content .content{line-height: 2;text-indent: 27px;padding: 0 8%;}
.about-contain .laotie-hope{text-align: center;padding-top: 5%;}
.about-contain .contact-us{padding: 5% 0;text-align: center;}
.about-contain .contact-us .information{padding-top: 2%;}
.contact-us .contact-infor .information img{height: 45px;}
.about-contain .contact-us .phone{font-weight: bold;font-size: 24px;}

@media screen and (max-width: 768px){
    .about-contain{
        margin: -6% 20px 6% 20px;
    }
}



