
.about-bg{
    /*background-color: #F5F5F5;*/
}
.about-des{
    position: static;
    min-height: 300px;
    text-align: center;
    max-width: 940px;
    margin: 50px auto auto;
    /*padding-top: 50px;*/  
}
.about-des p.title{
    font-size: 30px;
}
.about-content{
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    max-width: 940px;
    /*margin-top: 50px;*/
}
.about-intro{
    margin-top: 20px;
    text-align: left;
}
.about-intro p{
    color: #666666;
    font-size: 18px;
    line-height: 25px;
    padding: 0;
    padding-left: 15px;
    margin: 0;
    text-align: justify;
}

.list-style{

    background: url(../image/cursor_v.png) no-repeat left 30%; 

    font-weight: bold;
}

.about-more-bg{
    background-color: #F5F5F5;
}
.about-more{
    position: static;
    width: 100%;
    text-align: center;
    max-width: 940px;
    margin: 0 auto auto;
    /*padding-bottom: 50px;*/
}
.about-more h1{
    line-height: 80px;
}
.about-more p{
    color: #666666;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    padding-left: 15px;
}
.service-bg{
    background-color: #F5F5F5;
}
.service{
   
    max-width: 940px;
    margin: 50px auto auto;
    text-align: center;
    padding-bottom: 50px;
}
.service h1{
    text-align: center;
    line-height: 100px;
}
.service-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.service-block div{
    width: 45%;
    text-align: center;
}
.service-block  p.title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.service-block p{
    
}
.service-block p img{
 text-align: center;
}
.service-block h3{
    font-size: 16px;
    text-align: center;
    color: #666666;
    max-width: 90%;
    margin: 0 auto;
    line-height: 24px;
}

.brand-bg{
    
    width: 100%;
    text-align: center;
    /*background-color: #F5F5F5;*/
}
.brand{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: 0 auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;

}
.brand-bg h1{
    text-align: center;
    line-height: 100px;
}
.brand-block{
    width: 45%;
    text-align: left;
    margin: 0 auto 50px;
}

.brand-block p{

    line-height: 25px;
    text-align: justify;
    color: #666666;
    font-size: 18px;
}

.brand-block img{

}
.team-bg{
    background-color: #F5F5F5;
}
.team{
    max-width: 940px;
    margin: 50px auto auto;
}
.team h1{
    padding-top: 50px;
    text-align: center;
}
.team-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
}
.team-block .intro{
    margin-left: 30px;
}
.team-block .intro p{
    line-height: 25px;
     color: #666666;
     text-align: justify;
     font-size: 18px;
}

.team-block .intro h1{
    font-size: 20px;
    text-align: left;
}

.team-else{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 940px;
    margin: 50px auto auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.team-else div{
    width: 25%;
    text-align: center;
}

.team-else div img{
    background-color: #FFFFFF;
    border-radius: 200px;
}
.team-else div p{
    text-align: center;
    line-height: 15px;
    color: #666666;
    font-size: 16px;
}
.team-else div p.name{
    color: #000000;
    font-size: 20px
}
.team-else div p a{

    text-decoration: none;
    font-size: 13px;
    color: #666666;
} 