*{
    margin:0;
    padding:0;
}
html{
    background: #efefef;
    font-size:20px!important;
}

/*标题导航栏*/
#title_bar{
    width:95%;
    margin:0 auto;
    background: #ecf8f2;
}
#title_bar ul {
    margin:1rem 0;
    padding: 0.5rem;
}
#title_bar ul li{
    background: #ffffff;
    list-style: none;
    display: inline-block;
    padding: 0.15rem 0.15rem 0.5rem;
    width: 2.4rem;
    text-align: center;
}
#title_bar ul li a{
    text-decoration: none;
    color: #686868;
    font-size: 0.6rem;
}

/*内容*/
#content{
    width:90%;
    margin:0 auto 25%;
}
#content .content_info{
    width:100%;
    margin:0 0 6rem;
}
#content .content_info img{
    width:100%;
}
#content .content_info h4{
    font-size: 0.9rem;
    color: #00b0f1;
    font-weight: initial;
    line-height:1.25rem;
    text-align: right;
}
.content_info h4 span{
    color: #0070c0;
    font-weight:bold;
}
.content_info p{
    font-size: 0.85rem;
    text-indent: 2em;
    line-height: 1.5rem;
}
.content_info h4:nth-of-type(2){
    color: #00b050!important;
}
.content_info h4:nth-of-type(3){
    color: #e36c09!important;
    text-align:left!important;
}

/*联系方式*/
.company_right_connect p{
    font-size: 0.75rem;
    line-height: 1.55rem;
    color: #232626;
}

/*荣誉证书*/
.license{
    width:100%;
}
.license img{
    width:100%;
}