* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Microsoft YaHei", "微软雅黑", "Arial", "黑体", "宋体", sans-serif !important;
}
html,body {
    height: 100%;
    width: 100%;
    min-width: 1080px !important;
    min-height: 768px !important;
}
a{
    color: #fff;
    text-decoration:none;
}
.clear{
    clear:both; 
}
.maxWidth{
    width: 100%;
    height: 100%;
    max-width: 1080px !important;/* 设置成和body一样的最小宽度 */
    margin: 0 auto;
    padding-top: 10px;
}
.maxWidth2{
    width: 100%;
    max-width: 1080px !important;/* 设置成和body一样的最小宽度 */
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 20px;
}
.headerBox{
    width: 100%;
    background: #f3f1f3;
}
.header-hero{
    /* background-image: linear-gradient(#00a1e9,#00a1e9, #0073fe); */
    height: 73px;
    background-color: #00a1e9;
}
.header_img{
    width: 130px;
    height: 45px;
    margin-top: 4px;
    float: left;
}
.header_img img{
    width: 100%;
    height: 100%;
}
.header_navigation{
    float: right;
    margin-top: 0;
}   
.header_ul li{
    float: left;
    padding: 0 40px;
    border-right: 1px solid #fff;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.header_ul li:last-child{
    border: none;
}
/* 标题 */
.title{
    text-align: center;
}
.title h2{
    font-weight: 300;
    font-size: 35px;
    margin: 50px 0 80px 0;

}
/* 左侧 */
.leftBox{
    width: 100%;
}
.centerBox{
    display: flex;
}
.leftList{
    width: 20%;
    margin-right: 50px;
}
.leftList ul li{
    line-height: 80px;
    border-bottom: 1px solid #f6f5f6;
}
.leftList ul li a{
    color: #7dadd9;
}
.leftList ul li a:hover{
    text-decoration:underline;
}

/* 右侧 */
.centerRight{
    width: 72%;
    height: 100%;
}
.summary1{
    margin-top: 31px;
}
.summary1 a{
    color: #bda3bb;
    border-left: 5px solid #00a1e9;
    padding-left: 20px;
    font-size: 18px;
}
.summaryCenter{
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #d9c8d1;
}
.dian{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
    margin: 0 20px;
}
.p1{
    margin-bottom: 10px;
}
.p2{
    margin-top: 3px;
}
.p3{
    margin-top: 30px;
}

.summary2 a{
    color: #bda3bb;
    border-left: 5px solid #00a1e9;
    padding-left: 20px;
    font-size: 18px;
}
.summaryCenter2{
    line-height: 25px;
    margin-top: 20px;
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #d9c8d1;
}
.summaryCenter2 h4{
    margin: 30px 0;
    font-weight: 400;
    font-size: 18px;
}
.engine {
    margin-top: 10px;
}
.engine img{
    width: 100%;
    height: 100%;
}



/* 底部 */
.bottom{
    width: 100%;
    height: 100px;
    margin-top: 50px;
    line-height: 100px;
    background-color: #533a6f;
    color: #fff;
    font-size: 14px;
    text-align: center;
}


.pTitle{
    margin-top: 15px;
    text-align: left;
    line-height: 2rem;
    font-size: 16px;
}


