/* 重置浏览器默认样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box; /* 确保元素的宽高包含内边距和边框 */
}
/* 设置默认字体和背景 */
body {
    line-height: 1;
    font-family: '思源黑体 CN',  Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background-color: white;
}
/* 清除列表默认样式 */
ol, ul {
    list-style: none;
}
/* 去除链接下划线 */
a {
    text-decoration: none;
    color: inherit; /* 使链接文字颜色继承父元素文字颜色 */
}
/* 处理图片默认边框 */
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
}
/* 设置表格样式 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 去除浏览器自动填充输入框的样式 */
input, textarea {
    -webkit-appearance: none; /* 针对Safari和Chrome */
}
 
/* 更多自定义初始化样式 */
.clearfix:after{
    visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
  
.clearfix {
    zoom: 1; 
}

body {
    min-width: 1400px;
    font-size: 14px;
}

.linear {
    /* background-image: linear-gradient(90deg, #cbcbcc, #e5e5e5); */
}

.header {
    font-size: 0;
    position: relative;
    height: 55px;
    background: #004172;
}

.header .wrap {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display:flex;
    justify-content:space-between;
    padding-right:25px;
}

.header .logo {
    height: 100%;
    /* padding-top: 35px; */
    width: 210px;
}

.header .logo img {
    width: 100%;
    height: 100%;

}

.header .right-content {
    height: 100%;
    margin-left: 176px;
    text-align: right;
}

.header .link {
    padding-top: 20px;
    height: 46px;
}

.header .link .link-cell {
    display: inline-block;
    margin-left: 20px;
}

.header .link .link-cell .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.header .link .link-cell .icon img {
    width: 18px;
    height: 18px;
}

.header .link .link-cell .name {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 18px;
}

.header .menu {
    /* height: 108px; */
    display: inline-block;
    /* margin-right: -30px; */
}

.header .menu .menu-cell {
    font-size: 14px;
    float: left;
    height: 100%;
    width: 100px;
    /* text-align: center; */
}

.header .menu .menu-cell.active > a {
    border-bottom: 4px solid #006AB9;
    color:#fff;
}

.header .menu .menu-cell:hover > a {
    border-bottom: 4px solid #006AB9;
    color:#fff;
}

.header .menu .menu-cell:nth-child(3):hover .sub-menu{
    display: block;
}

.header .menu .menu-cell > a {
    color: #fff;
    height: 100%;
    line-height: 55px;
    padding: 20px 0;
    cursor: pointer;
    display: inline-block;
    padding: 0 12px;
}

.header .sub-menu {
    background: #fff;
    height: 198px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: none;
}
.header .sub-menu .fangan_list{
    display:flex;
    width:57%;
    margin:0 auto;
    justify-content:space-between;
}
.header .sub-menu .fangan_list a:visited {
    color: #006AB9;
}
.header .sub-menu .fangan_list .fangan img{
    width:200px;
}
.header .sub-menu .fangan_list .fangan .name{
    margin:20px 0 10px;
}
/* .header .sub-menu .sub-menu__wrap {
    width: 1200px;
    margin: 0 auto;
    padding-left: 560px;
}

.header .sub-menu .sub-menu__cell {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 25px;
    background: url('../arimg/header-icon-3.png') no-repeat 0 3px / 14px 14px;
    color: #161716;
    margin-top: 15px;
}

.header .sub-menu .sub-menu__cell:first-child {
    border-right: 2px solid #000;
    margin-right: 25px;
} */

/* footer */
.footer {
    background-color: #006AB9;
    height: 245px;
}

.footer .wrap {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.footer .left-content {
    padding-top: 60px;
    width: 176px;
    float: left;
}
.footer .lImg{
    width:160px;
}

.footer .right-content .share {
    margin-top: 40px;
}

.footer .right-content .share .name {
    color: #4b4b4b;
    margin-right: 0;
    cursor: default;
}

.footer .right-content .share img {
    vertical-align: top;
    width:20px;
}
.footer .right-content .share .fenxiang{
    margin-left:125px;
}

.footer .right-content .share span {
    margin-right: 5px;
    cursor: pointer;
}

.footer .right-content {
    margin-left: 176px;
    padding-left: 195px;
    height: 100%;
    position: relative;
}

.footer .right-content .link {
    margin-top: 130px;
    display: inline-block;
    text-align: left;
    font-size: 0;
}

.footer .right-content .link-cell {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    /* border-right: 2px solid #4b4b4b; */
    font-size: 15px;
}

.footer .right-content .link-cell:first-child {
    padding-left: 0;
}

.footer .right-content .link-cell:last-child {
    padding-right: 0;
    border-right: none;
}

.footer .left-content .phone {
    font-size: 8px;
    color: #FFFFFF;
    margin-top: 20px;
}

.footer .left-content .pp {
    color: #fff;
    font-size: 17px;

}

.footer .record {
    font-size: 13px;
    color: #fff;
    padding:10px;
    margin-top:-20px;
    text-align:center;
    background:#004172;
    display:flex;
    justify-content:center;

}

.footer .record img{
    width:15px;
    margin-left: 15px;
    margin-right: 5px;

}


.footer .right-content .qrcode {
    position: absolute;
    right: 40px;
    top: 63.5px;
    font-size: 0;
}

.footer .right-content .qrcode .f_logo {
    width: 222px;
}

.footer .right-content .qrcode p {
    color: #4b4b4b;
    font-size: 14px;
    text-align: center;
}

.footer .right-content .qrcode p:nth-child(2) {
    margin-top: 20px;
}

.footer .qrcode-wx {
    position: fixed;
    left: 50%;
    margin-left: -120px;
    top: 50%;
    margin-top: -138px;
    padding: 10px;
    width: 260px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
    display: none;
}

.footer .qrcode-wx .title{
    margin: 10px 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.footer .qrcode-wx .close {
    font-size: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
}

.footer .qrcode-wx table {
    margin: 0 auto;
}

.footer .qrcode-wx .tip {
    display: block;
    text-align: center;
    margin-top: 20px;
}