﻿/*统一重置样式表*/
html
{
    height: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
body
{
    background: #fff;
    font-family: "微软雅黑",Arial,Helvetica,Tahoma;
    font-size: 16px;
    margin: 0 auto;
    position: relative;
}
body, h1, h2, h3, h4, h5, h6, form, section, div, p, input, ul, li, span, form, img
{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}
ul, li
{
    list-style: none;
}
a
{
    color: #000;
}
a:link
{
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
img
{
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, button
{
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border: none;
    -webkit-appearance: none;
    appearance: none;
}
.bottom_page
{
    width: 100%;
    height: 295px;
    margin: 0 auto;
    background: url("../image/but_bg.png") no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
}
.bottom_page_logo
{
    width: 220px;
    height: 59px;
}
.bottom_center
{
    min-width: 1200px;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 56px;
}
.bottom_center_c>ul
{
    display: flex;
    margin-top: 20px;
}
.bottom_center_c>ul>li a
{
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.bottom_center_c>ul>li.line
{
    margin: 0 20px;
    color: #fff;
    font-size: 24px;
}
.bottom_center_c>.name
{
    color: #fff;
}
.bottom_center_b
{
    align-items: center;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
.bottom_center_b>.name
{
    font-size: 26px;
}
.bottom_center_b>.name_yw
{
    font-size: 22px;
}
.bottom_center_b>ul
{
    display: flex;
    margin-top: 10px;
}
.bottom_center_b>ul>li
{
    border-right: 1px solid #ecedec;
    padding: 4px 20px 4px 0;
}
.bottom_center_b>ul>li:nth-child(2)
{
    margin: 0 20px;
}
.bottom_center_b>ul>li>img
{
    width: 17px;
    height: 17px;
}
.scode
{
    width: 100px;
    height: 100px;
    padding-bottom: 9px;
}
.copyr
{
    text-align: center;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
.copyr span
{
    padding-left: 20px;
}
.d_hs
{
    width: 395px;
    height: 59px;
    background: #0f4675;
    border-radius: 29px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.d_hs span
{
    flex: 1;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.bottom_center_c
{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}/*  */
.dialog
{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 500px;
    height: 347px;
    box-shadow: 0 0 20px 0 rgba(211,211,211,.79);
}
.overlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.links li
{
    margin: 10px 0;
}
.close_btn
{
    cursor: pointer;
    float: right;
    color: #333;
    font-size: 14px;
}
.pt_name
{
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pt_name span
{
    width: 2px;
    height: 20px;
    background-color: #1765a6;
    display: inline-block;
}
.links
{
    display: flex;
    gap: 20px;
    padding-left: 13px;
    color: #999;
}
.links li a
{
    color: #999;
    font-family: Microsoft YaHei;
    font-weight: 300;
}
.item_list
{
    padding-bottom: 10px;
}