ul,
li,
P,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
}

input {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;color: #333;
}
a:hover{color: #f12d2d;}

/* 清除浮动 */
.cleF:after {
    content: '';
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flexRow {
    display: flex;
    flex-direction: row;

}

.flexCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.go_top {

    position: fixed;
    bottom: 80px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    width: 50px;
    line-height: 50px;
    font-family: 'simsun';
    font-size: 20px;
    font-weight: bold;
    transform: rotate(90deg);
    border: 1px solid #ffffff85;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.go_top:hover {
    background: rgba(0, 0, 0, 0.9);


}


/* 底部 */
.bottom {
    background: #0073b6;
    padding-top: 40px;
    color: #fff;
    width: 100%;
}

.bottom h3 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 20px;
}

.bottom_info {
    width: 500px;
    line-height: 40px;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
}

.bottom_info p {
    font-size: 14px;
    color: rgba(255, 255, 255,.6);
}

.bottom_list {
    width: calc(100% - 500px);
    overflow: hidden;
    float: right;
    box-sizing: border-box;
    padding-right: 30px;
}

.bottom_list_w {
    width: 33%;
    float: left;
}

.bottom_list_w img {
    width: 33%;

    width: 100px;
    margin: 0 auto;
    margin-top: 80px;
}



.bottom_foot {
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255,.6);
    background: #007dca;
    line-height: 70px;
    margin-top: 20px;
}

.bottom_listHD {
    line-height: 40px;
    font-size: 20px;
}

.bottom_listBod {
    padding-top: 20px;
    color: rgba(255, 255, 255,.6);
    line-height: 40px;
    font-size: 16px;
}

.bottom_listBod a {
    color: rgba(255, 255, 255,.6);
}
.fy {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    bottom: 0px;
    line-height: 40px;
}

.fy a {
    float: left;
    cursor: pointer;
    background: #fff;
    min-width: 65px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px 3px;
    margin: 0px 5px;
    border-radius: 3px;
}

.fy a:hover {
    background: #10499a;
    color: #fff;
    border-color: inherit;
}

.fy a.on {
    background: #10499a;
    color: #fff;
    border: 1px solid #10499a
}