@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0 !important;
}

table td {
    background: #fff;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    min-width: 1000px;
    font-family: "Microsoft YaHei";
    color: #1a1a1a;
    background: #fafafa;
}

* {
    box-sizing: border-box;
}

.clear {
    zoom: 1;
}

.head {
    background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: #1a1a1a;
}

a:hover {
    color: #4f87c2;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.warp_center {
    width: 1400px;
    margin: 0 auto;
}


/* 顶部 */

.head_wrap {
    height: 60px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.logo {
    width: 156px;
}

.banner {
    width: 100%;
}

.banner_img {
    width: 100%;
    display: block;
}


/* 菜单 开始*/

.nav_wrap {
    width: 100%;
    height: 66px;
    background-color: #ffffff;
    box-shadow: 0px 1px 0px 0px #c3d8ec;
    position: relative;
    z-index: 1;
}

.nav_list li {
    float: left;
    line-height: 66px;
    margin-right: 61px;
}

.nav_list li:last-of-type {
    margin-right: 0;
}

.nav_list li a {
    display: block;
    padding: 0 27px;
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    transition: all 0.3s;
}

.nav_list li:hover a {
    color: #4f87c2;
}

.nav_list li.active a {
    color: #4f87c2;
}


/* 菜单 结束 */


/* 移动端头部开始 */

.menu-hamburger {
    display: none;
    width: 30px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.menu-hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease;
}

.menu-hamburger span:nth-child(1) {
    top: 0;
}

.menu-hamburger span:nth-child(2) {
    top: 10px;
}

.menu-hamburger span:nth-child(3) {
    bottom: 0;
}


/* 激活后变关闭叉号 */

.menu-hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
}

.menu-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.menu-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 14px;
}


/* 移动端导航弹窗 */

.mobile-nav-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 998;
    padding-top: 80px;
}

.mobile-nav-list {
    width: 80%;
    margin: 0 auto;
    list-style: none;
}

.mobile-nav-list li {
    border-bottom: 1px solid #444;
}

.mobile-nav-list li a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}

.mobile-nav-list li.active a {
    color: #ff6600;
}


/* 媒体查询：手机端适配（宽度768px以下） */

@media screen and (max-width:768px) {
    /* 头部布局 */
    .head_wrap {
        padding: 10px 15px;
    }
    .logo {
        height: 40px;
        width: auto;
    }
    /* 显示汉堡按钮 */
    .menu-hamburger {
        display: block;
    }
    /* 隐藏PC横向导航 */
    .nav_wrap {
        display: none !important;
    }
}


/* 移动端头部结束 */


/* 底部 开始*/

.footer {
    background-color: #efefef;
    padding-bottom: 35px;
    border-top: 9px solid #7cafde;
    margin-top: 60px;
}

.select-item-list {
    bottom: 333px;
}

.footer-select-list {
    height: auto;
}

.footer_xh {
    text-align: center;
    font-size: 0;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
}

.footer_xh a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    margin: 0 16px;
}

.footer-select-list {
    display: none;
}

.site-address {
    position: relative;
    width: 1240px;
    margin: 35px auto 0;
}

.address {
    font-size: 18px;
}

.address p {
    margin-bottom: 10px;
    padding-left: 200px;
}

.address_link {
    margin-left: 60px;
}

.address p:last-of-type {
    margin-bottom: 0;
}

.ddjg {
    position: absolute;
    top: 10px;
    left: 0;
}

.bbh {
    margin-right: 70px;
}

.gawb {
    margin-right: 70px;
}

.zfzc {
    position: absolute;
    right: 0;
    top: 18px;
}

.gh {
    position: relative;
    top: 5px;
}


/* 底部 结束*/


/* 面包屑 开始 */

.weizhi {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}


/* 面包屑 结束 */


/* 分页 */

.page {
    text-align: center;
    padding: 68px 0 20px 0;
}

.page_s {
    display: inline-block;
    font-size: 14px;
}

.page a {
    cursor: pointer;
}

.page a,
.page span,
.page .txt {
    padding: 0 11px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #dddddd;
    margin: 0 4px 0 0;
    color: #333333;
    font-size: 16px;
    border-radius: 2px;
    min-width: 16px;
    display: inline-block;
}

.page a:hover {
    color: #fff;
    border: 1px solid #4f87c2;
    background: #4f87c2;
}

.page .cur {
    color: #fff;
    border: 1px solid #dddddd;
    background: #4f87c2;
}

.page span {
    border: none;
    padding: 0 1px;
}

.page .txt {
    width: 18px;
}

.page #num {
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #dddddd;
    border-radius: 2px;
    width: 46px;
    vertical-align: top;
    font-size: 16px;
    margin-right: 4px;
}

.page font {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.page font i {
    padding-bottom: 2px;
    display: inline-block;
}

.page #go {
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #4f87c2;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
}


/* 分页 结束 */

@media screen and (max-width: 1440px) {
    .warp_center {
        width: 1000px;
        margin: 0 auto;
    }
    /* 顶部 */
    .head_wrap {
        height: 43px;
        padding-top: 9px;
    }
    .logo {
        width: 111px;
    }
    .banner {
        width: 100%;
    }
    .banner_img {
        width: 100%;
        display: block;
    }
    /* 菜单 开始*/
    .nav_wrap {
        width: 100%;
        height: 47px;
        background-color: #ffffff;
        box-shadow: 0px 1px 0px 0px #c3d8ec;
        position: relative;
        z-index: 1;
    }
    .nav_list li {
        float: left;
        line-height: 47px;
        margin-right: 75px;
    }
    .nav_list li:last-of-type {
        margin-right: 0;
    }
    .nav_list li a {
        display: block;
        padding: 0 19px;
        font-size: 17px;
        font-weight: bold;
        color: #1a1a1a;
        transition: all 0.3s;
    }
    .nav_list li:hover a {
        color: #4f87c2;
    }
    .nav_list li.active a {
        color: #4f87c2;
    }
    /* 菜单 结束 */
    /* 底部 开始*/
    .footer {
        background-color: #efefef;
        padding-bottom: 25px;
        border-top: 6px solid #7cafde;
        margin-top: 43px;
    }
    .select-item-list {
        bottom: 236px;
    }
    .footer-select-list {
        height: auto;
    }
    .footer_xh {
        text-align: center;
        font-size: 0;
        padding-bottom: 9px;
        display: flex;
        justify-content: center;
    }
    .footer_xh a {
        display: inline-block;
        font-size: 11px;
        color: #ffffff;
        line-height: 33px;
        margin: 0 11px;
    }
    .footer-select-list {
        display: none;
    }
    .site-address {
        position: relative;
        width: 880px;
        margin: 25px auto 0;
    }
    .address {
        font-size: 13px;
    }
    .address p {
        margin-bottom: 7px;
        padding-left: 142px;
    }
    .address_link {
        margin-left: 43px;
    }
    .address p:last-of-type {
        margin-bottom: 0;
    }
    .ddjg {
        position: absolute;
        top: 7px;
        left: 0;
    }
    .ddjg img {
        width: 57px;
    }
    .bbh {
        margin-right: 50px;
    }
    .gawb {
        margin-right: 50px;
    }
    .zfzc {
        position: absolute;
        right: 0;
        top: 13px;
    }
    .zfzc img {
        width: 79px;
    }
    .gh {
        position: relative;
        top: 4px;
    }
    /* 底部 结束*/
    /* 面包屑 开始 */
    .weizhi {
        margin-top: 13px;
        font-size: 14px;
        line-height: 1.5;
        color: #333333;
    }
    /* 面包屑 结束 */
    /* 分页 */
    .page {
        text-align: center;
        padding: 48px 0 14px 0;
    }
    .page_s {
        display: inline-block;
        font-size: 10px;
    }
    .page a {
        cursor: pointer;
    }
    .page a,
    .page span,
    .page .txt {
        padding: 0 8px;
        height: 24px;
        line-height: 23px;
        border: 1px solid #dddddd;
        margin: 0 2px 0 0;
        color: #333333;
        font-size: 11px;
        border-radius: 1px;
        min-width: 11px;
        display: inline-block;
    }
    .page a:hover {
        color: #fff;
        border: 1px solid #4f87c2;
        background: #4f87c2;
    }
    .page .cur {
        color: #fff;
        border: 1px solid #dddddd;
        background: #4f87c2;
    }
    .page span {
        border: none;
        padding: 0 1px;
    }
    .page .txt {
        width: 13px;
    }
    .page #num {
        height: 24px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #dddddd;
        border-radius: 1px;
        width: 33px;
        vertical-align: top;
        font-size: 11px;
    }
    .page font {
        font-size: 11px;
        height: 24px;
        line-height: 24px;
        display: inline-block;
        vertical-align: top;
    }
    .page font i {
        padding-bottom: 1px;
        display: inline-block;
    }
    .page #go {
        height: 24px;
        line-height: 24px;
        padding: 0 9px;
        cursor: pointer;
        margin: 0;
        vertical-align: top;
        border: none;
        background-color: #4f87c2;
        font-size: 11px;
        color: #fff;
        border-radius: 2px;
    }
}