body {
    min-width: 1300px;
    height: 100%;
    position: relative;
    padding: 64px 0 63px 0;
}
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    background: -webkit-linear-gradient(left, #5579E6, 80%, #7DEFEE);
    background: -o-linear-gradient(right, #5579E6, 80%, #7DEFEE); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#5579E6, 80%, #7DEFEE); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#5579E6, 80%, #7DEFEE); /* 标准的语法（必须放在最后） */
}

.logo {    
    padding: 6px 0;
    /* padding-top: 6.5px; */
}
.wrapper, #content {
    width: 1048px;
}
#content {
    height: 70%;
}
.ab_con {
    position: relative;
    width: 100%;
    padding: 79px 0px 0 600px;
    margin: 0 auto;
    box-sizing: border-box;
    
}
.ab_con div {
    padding-bottom: 0;
}
.ab_con_pic {
    position: absolute;
    top: 101.5px;
    left: 0;
    
}
.ab_con_txt {
    width: 100%;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
/* i {
    
} */
.ab_con i {
    font-style: normal;
    color: #000;
    font-weight: bold;
}
.col_ora {
    margin-top: 20px;
    color: #424242 !important;

}
.about_us {
    padding: 88px 0;
}
#footer {
    color: #5A5D60;
    padding-top: 6px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #C4EAFF;
}
.copyright {
    text-decoration: none !important;
}