.common-content.common-inside{
    background: #fff;
}
.common-inside .container{
    width: 940px;
}
.common-inside .banner{
    position: relative;
    background: #e8ebf2;
    height: 200px;
    margin-bottom: 60px;
}
.common-inside .banner p:first-child{
    font-size: 36px;
    margin-top: 56px;
    line-height: 1.6;
}
.common-inside .banner p:last-child{
    display: inline;
    background: #00469b;
    color: #fff;
    font-size: 16px;
    padding:2px 5px;
    letter-spacing: 3px;
}
.common-inside .banner.about-banner p:last-child{
    padding: 2px 4px 2px 10px;
    letter-spacing: 6px;
}
.common-inside .banner p span{
    padding-left: 5px;
}
.common-inside .banner.about-banner p span{
    padding-left: 10px;
}
.common-inside .contact-tip{
    font-size: 16px;
}
.common-inside .contact-area{
    width: 100%;
    border-radius: 10px;
    background-color: #f3f3f3;
    padding: 40px;
    color: #666;
    margin: 35px 0;
    line-height: 2;
}
.common-inside .contact-area .title{
    font-size: 20px;
    color: #333;
    line-height: 1.3;
}
.common-inside .contact-area .title +p{
    margin-bottom: 25px;
    line-height: 1.3;
}
.about-content{
    padding-bottom: 30px;
}
.about-content p{
    text-indent: 2em;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 30px;
}