@font-face {
    font-family: "DINCond-Medium";
    src: url("../font/dincond-medium-webfont.ttf");
}

@font-face {
    font-family: "GJJXKJW--GB1-0";
    src: url("../font/GJJXKJW--GB1-0.TTF");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "MicrosoftYaHei";
}


/* 澶撮儴css寮�濮� */

.header_con {
    display: flex;
    width: 90%;
    margin: 0px auto;
    height: 110px;
    line-height: 90px;
    /* justify-content: space-between; */
    padding-top: 20px;
}

.header_logo {
    margin-top: -10px;
    width: 35%;
}

.header_logo img {
    width: 100%;
    /* height: 100%; */
}

.header_list {
    width: 57%;
    margin-left: 5%;
}

.header_list ul {
    display: flex;
    /* margin-left: 30px; */
    justify-content: space-around;
}

.header_list ul p {
    width: 70px;
    height: 90px;
    /* margin-left: 20px; */
    text-align: center;
}


/* .header_list ul p:nth-child(2) {
    margin-left: 60px !important;
} */

.header_list ul p a {
    font-size: 16px;
    color: #4c4948;
}

.header_list ul p:hover {
    border-bottom: 2px solid #2369b3;
    font-weight: bold;
}

.checkedtap {
    border-bottom: 2px solid #2369b3;
    font-weight: bold;
}

.menu_list li:hover {
    border-bottom: 2px solid #2369b3;
    font-weight: bold;
}

.header_list ul li {
    width: 70px;
    height: 90px;
    text-align: center;
}

.header_list ul li:hover {
    border-bottom: 2px solid #2369b3;
    font-weight: bold;
}

.header_list ul li a {
    font-size: 16px;
    color: #4c4948;
}

.sousuo {
    /* margin-left: 60px; */
    float: right;
    margin-top: -90px;
    margin-right: -45px;
    cursor: pointer;
}


/* 澶撮儴css 缁撴潫 */


/* 搴曢儴css 寮�濮�*/

.footer {
    background-color: #333;
}

.footer_con {
    width: 73%;
    margin: 0 auto;
    padding: 30px 0;
}

.con_shang {
    display: flex;
    width: 100%;
}

.con_shang .f2 {
    margin-left: 35px;
    cursor: pointer;
}

.con_shang ul {
    display: flex;
    width: 85%;
    justify-content: space-around;
}

.con_shang ul li {
    font-size: 14px;
    color: #dcd9d9;
}

.con_shang ul li span {
    margin-left: 15px;
    margin-right: 14px;
}

.con_xia {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con_left_bottom {
    font-size: 14px;
    color: #beb8b8;
    margin-top: 20px;
}

.con_right_top {
    display: flex;
    margin-top: 15px;
}

.con_right_top .f1 {
    font-size: 14px;
    color: #dcd9d9;
}

.con_right_top .f1 span {
    margin-right: 5px;
}

.con_right_bottom {
    margin-top: 5px;
}

.con_right_bottom ul {
    display: flex;
}

.con_right_bottom li {
    margin-right: 15px;
}

.con_right_bottom li a {
    font-size: 14px;
    color: #beb8b8;
}


/* 搴曢儴css缁撴潫 */

.container_title {
    margin: 0 auto;
    width: 445px;
    height: 104px;
    margin-top: 30px;
}

.container_title img {
    width: 100%;
    height: 100%;
}

@media (min-width: 1050px) and (max-width: 1680px) {
    .con_shang ul li span {
        margin-left: 10px;
        margin-right: 2px;
    }
}