/*
    * @time Mon Apr 14 2025 15:42:46 GMT+0800 (中国标准时间)
    */
@charset 'utf-8';
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'PingFang SC', 'XHW-pzh', 'Lantinghei SC', 'Helvetica Neue',
        Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light',
        'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
@font-face {
    font-family: 'XHW-pzh';
    src: url('/global/public/text/XHW-pzh.woff2') format('woff2'),
        url('/global/public/text/XHW-pzh.woff') format('woff'),
        url('/global/public/text/XHW-pzh.ttf') format('truetype');
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    outline: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #ffbc3f !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe,
img {
    border: 0;
}
img {
    vertical-align: top;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0px;
    font-size: 0px;
    display: block;
    clear: both;
}
i {
    font-style: normal;
}
.bg-white {
    background: #fff;
}
.part {
    width: 1400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.breath img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.breath:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.hide {
    display: none;
}
.title {
    text-align: center;
    position: relative;
}
.title .part {
    position: relative;
}
.title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #999;
    line-height: 1.2;
}
.title .more a {
    color: #999;
}
.list.list-txt.dot li {
    position: relative;
    padding-left: 16px;
}
.list.list-txt.dot li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #2c62f7;
    width: 7px;
    height: 7px;
}
.list.list-txt li {
    font-size: 16px;
    color: #2c62f7;
    line-height: 1.5;
}
.list.list-txt li a {
    color: #2c62f7;
}
.list.list-pic ul {
    font-size: 0;
}
.list.list-pic li {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.list.list-pic li .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.list.list-pic li .img img {
    width: 100%;
    height: auto;
}
.list.list-pic li .tit {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.list.list-pic li .tit a {
    color: #333;
}
.list.list-mix li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list.list-mix li .img {
    position: relative;
    width: 240px;
    height: 135px;
    margin-right: 16px;
    overflow: hidden;
}
.list.list-mix li .img img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.list.list-mix li .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2c62f7;
}
.list.list-mix li .tit a {
    color: #2c62f7;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* html,
body {
  min-width: 1400px;
} */
/* 导航 */
.ej-nav {
    position: relative;
    z-index: 10;
    height: 109px;
    background-color: #0840ac;
}
.ej-nav ul {
    font-size: 0;
    white-space: nowrap;
}
.ej-nav li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 109px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.ej-nav li a {
    color: #fff;
}
.ej-nav li.on:before {
    content: '';
    background-color: #fd7269;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
}
.ej-title {
    margin-top: 75px;
    position: relative;
    z-index: 50;
}
.ej-title .part {
    position: relative;
}
.zone-select {
    position: absolute;
    right: 0;
    top: 0;
    width: 119px;
    height: 39px;
    cursor: pointer;
}
.zone-select .selected {
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 119px;
    height: 39px;
    font-size: 18px;
    color: #666;
    line-height: 39px;
    padding-left: 25px;
    position: relative;
}
.zone-select .selected .icon {
    position: absolute;
    left: 80px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #808080;
}
.zone-select .options {
    background-color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 40px;
    text-align: center;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}
.zone-select .options:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
}
.zone-select .options .options-list {
    width: 159px;
    height: 671px;
    overflow-y: auto;
    overflow-x: hidden;
}
.zone-select .options span {
    font-size: 16px;
    color: #999;
    line-height: 57px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.zone-select .options ul {
    position: relative;
    z-index: 10;
}
.zone-select .options li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 123px;
    height: 57px;
    font-size: 16px;
    line-height: 57px;
    color: #666;
    margin: 0 auto;
}
.zone-select .options li:hover {
    background-color: #fd7269;
    color: #fff;
}
.zone-select .options li:hover a {
    color: #fff;
}
.zone-select .options li a {
    color: #666;
}
.zone-select:hover .options {
    height: 669px;
}
.ej-list {
    margin-top: 50px;
}
.ej-list ul {
    width: 1425px;
    font-size: 0;
}
.ej-list li {
    display: inline-block;
    vertical-align: top;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    width: 450px;
    padding: 15px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.ej-list .img {
    width: 100%;
    height: auto;
    max-height: 235px;
    overflow: hidden;
}
.ej-list .img img {
    width: 100%;
    height: auto;
}
.ej-list .txt {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}
.ej-list .txt .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.ej-list .txt .code {
    background-color: #fff;
    width: 102px;
    height: 102px;
    margin-left: 10px;
}
.ej-list .txt .code img {
    width: 100%;
    height: 100%;
}
.ej-list .txt .tit {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}
.ej-list .txt .tit a {
    color: #333;
}
.ej-list .txt .time {
    font-size: 16px;
    color: #999;
    line-height: 1.4;
    margin-top: 5px;
}
.ej-list .txt .time a {
    color: #999;
}
.ej-list .txt .address {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    margin-top: 5px;
}
.ej-list .txt .address a {
    color: #999;
}
.xpage-more-btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: #0940ac;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    cursor: pointer;
}
.ej-list.list-txt ul {
    width: 100%;
}
.ej-list.list-txt ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 1px;
    border-color: #e0e0e0;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    padding: 15px;
    margin-right: 0;
    margin-bottom: 0;
}
.ej-list.list-txt ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0940ac;
    margin-right: 10px;
}
.ej-list.list-txt ul li .tit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 36px;
}
.ej-list.list-txt ul li .tit a {
    color: #333;
}
.ej-list.list-txt ul li .time {
    margin-left: 10px;
    font-size: 16px;
    color: #999;
    line-height: 36px;
}
.ej-list.list-txt ul li .time a {
    color: #999;
}

@media screen and (max-width: 1399px) {
    .part {
        width: 100%;
    }

    .ej-title {
        margin-top: 20px;
    }

    .ej-title .part {
        padding: 0 3% 50px;
    }

    .ej-title .part img {
        width: 100%;
    }

    .zone-select {
        right: 3%;
        bottom: 0;
        top: auto;
    }

    .ej-nav {
        height: 50px;
    }

    .ej-nav .part {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .ej-nav li {
        line-height: 50px;
    }

    .ej-list {
        margin-top: 20px;
    }

    .ej-list .part {
        padding: 0 4%;
    }

    .ej-list ul {
        width: 100%;
    }

    .ej-list li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .ej-list .txt .tit {
        font-size: 20px;
    }
    .ej-list .txt .time {
        font-size: 14px;
    }
    .xpage-more-btn {
        height: 45px;
        line-height: 45px;
        margin: 10px auto 30px;
    }
}
