@charset "gb2312";

body {
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img {
    border: 0;
    vertical-align: top;
    display: block;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #090606;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1500 {
    width: 1500px;
    margin: 0 auto;
}

.cl50 {
    height: 50px;
    clear: both;
}

.pub_h6 {
    width: 1000px;
    height: 140px;
    margin: 0px auto;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 140px;
}


.list_i {
    display: flex;
    flex-wrap: wrap;
}

.list_i li {
    flex: 46%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;

}

.list_i li span {
    flex: 1;
}

.list_i li span img {
    width: 100%;
}

.list_i li span:nth-child(1) {
    border-radius: 8px;
}

.list_i li span:nth-child(2) {
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.han {
    font-size: 23px;
    text-align: center;
    line-height: 30px;
    text-indent: 20px;
}
/* table */
.bg_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;

    margin: 0 auto;
}

.bg_table td,
.bg_table th {

    color: #333;
    height: 50px;
    border: 1px solid #ccc;
}

.bg_table th {
    font-size: 23px;
    color: #fff;
}

.bg_table td {
    font-size: 18px;
}

.bg_color01 {
    background-color: #3552b4;
}

.bg_color02 {
    background-color: #ebebeb;
}

.tel_bg {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.weight {
    font-weight: 700;
    font-size: 20px;
}

.notice_an {
    display: block;
    width: 100px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 10px;
    color: #fff;
    background-color: #e34832;
    text-decoration: none;
    font-size: 19px;
    margin: 0 auto;
}

.w35 {
    width: 35%;
}

.w15 {
    width: 15%;
}

.w22 {
    width: 17%;
}