.head_area {
    width: 100%;
    background-color: #FFFFFF;
}

.head_area .chang-1220 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_area .head_left {
    display: flex;
    align-items: center;
    height: 80px;
}

.head_area .head_icon img {
    display: block;
    width: 148px;
    height: 58px;
}

.head_area .new_menu {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.head_area .new_menu li {
    position: relative;
    height: 80px;
    line-height: 80px;
    margin-left: 40px;
    font-size: 16px;
}

.head_area .new_menu li a {
    display: block;
    color: #333333;
    height: 80px;
    line-height: 80px;
}

.head_area .new_menu li a.ct_a {
    padding-right: 15px;
    background-size: 10px 10px;
}

.head_area .new_menu .ctxl_box {
    display: none;
    position: absolute;
    z-index: 99;
    top: 50px;
    width: 156px;
    left: 50%;
    margin-left: -68px;
    padding-top: 20px;
}

.head_area .new_menu .ctxl_box:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-size: 160px auto;
}

.head_area .new_menu .ctxl_ul {
    position: relative;
    z-index: 10;
    margin-top: -5px;
    padding-top: 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(62, 49, 48, 0.2);
    padding-bottom: 5px;
}

.head_area .new_menu .ctxl_ul .ctxl_li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #333333;
}

.head_area .new_menu .curr_item::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 24px;
    height: 3px;
    border-radius: 2px;
}

.head_area .head_ewm_ul {
    display: flex;
    align-items: center;
}

.head_area .head_ewm_ul li {
    cursor: pointer;
    margin-left: 30px;
    position: relative;
}

.head_area .head_ewm_ul .ewm_btn {
    display: flex;
    align-items: center;
    height: 80px;
    font-size: 16px;
    color: #ed2b20;
}

.head_area .head_ewm_ul .ewm_btn img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}

.head_area .head_ewm_ul .ewm_hover {
    position: absolute;
    z-index: 500;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.06);
    padding: 12px 14px;
    background: #FFFFFF;
    top: 65px;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head_area .head_ewm_ul li:hover .ewm_hover {
    display: flex;
}

.head_area .head_ewm_ul .ewm_hover img {
    width: 160px;
    height: 160px;
}

.head_area .head_ewm_ul .ewm_hover span {
    font-size: 15px;
    color: #666666;
    text-align: center;
    margin-top: 6px;
}

.head_area .search_area {
    position: relative;
    width: 420px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 2px solid #D7DDE4;
    background: #F5F6F7;
}

.head_area .ssicon {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
}

.head_area .search_area input {
    width: 400px;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 15px;
}

.head_area .search_btn {
    position: absolute;
    right: -2px;
    top: -2px;
    width: 100px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 0 6px 6px 0;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}

/* 公共底部 */
.footer_area {
    padding: 35px 0;
    background: #F5F6F7;
}

.footer_area .footer_zz {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_area .footer_zz li {
    margin: 0 5px;
}

.footer_area .footer_zz li img {
    display: block;
    width: 124px;
    height: 47px;
}

.footer_area .friend_link {
    text-align: center;
    margin-top: 35px;
    font-size: 15px;
    color: #666666;
}

.footer_area .friend_link a {
    color: #666666;
}

.footer_area .footer_sm {
    margin-top: 14px;
    text-align: center;
    font-size: 15px;
    color: #8A8A8A;
}

.footer_area .footer_sm a {
    color: #8A8A8A;
}
.position_area {
    width: 1220px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.position_area .news_dt_navurl {
    font-size: 15px;
    color: #999999;
}

.position_area .position_fg {
    font-size: 15px;
    color: #999999;
    padding: 0 5px;
}

.pagi_style {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 100%;
}

.pagi_style li {
    font-size: 17px;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    box-shadow: 0px 0px 2px #ed2b20;
    border: 1px solid transparent;
}

.pagi_style li a, .pagi_style li span {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
}

.pagi_style ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 43px 0;
}

.pagi_style li.active {
    background-color: #ed2b20;
    color: white;
    border: 1px solid transparent;
    box-shadow: 0px 0px 5px #ed2b20;
}

.pagi_style a:hover {
    color: #ed2b20;
    border: 1px solid #ed2b20;
    box-shadow: 0px 0px 5px #ed2b20;
}

.pagi_style a.active {
    background-color: #ed2b20;
    color: white;
    border: 1px solid transparent;
    box-shadow: 0px 0px 5px #ed2b20;
}

.pagi_style a.pt {
    border: none;
    box-shadow: none;
    padding: 0;
}

.jingao_info {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1220px;
    background: #FFF5E6;
}

.jingao_info .jingao_img {
    display: block;
    width: 20px;
    height: 20px;
}

.jingao_info .jingao_txt {
    margin-left: 10px;
    font-size: 16px;
    color: #ed2b20;
}

.jingao_info .jingao_txt span {
    font-weight: bold;
}

.jingao_info .jingao_url {
    display: block;
    margin-left: 50px;
    font-size: 16px;
    color: #ed2b20;
}

.footer {
    width: 100%;
    background: #F5F6F7;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.footer .copyright {
    width: 1220px;
    margin: 0 auto;
    margin-top: 20px;
}

.copyright h3 {
    float: left;
    width: 78px;
    color: #666;
    font-weight: normal;
    line-height: 28px;
    font-size: 15px;
}

.copyright ul {
    float: right;
    width: 1107px;
}

.copyright li {
    color: #999;
}

.copyright a {
    line-height: 28px;
    padding: 0 5px;
    font-size: 15px;
    color: #999;
    display: inline-block;
}

.copyright a:hover {
    color: #666;
}

.footer .clear {
    clear: both;
}