ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h3,
h4 {
    margin: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

:focus {
    outline: 1;
}

a:hover {
    text-decoration: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
}

input {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
textarea {
    border: none;
}

.top_nav {
    background: #fff;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 10px 10px 0px rgba(4, 24, 44, 0.03);
    z-index: 100;
}

.top_nav .logo img {
    width: 151px;
    margin-top: 10px;
}

.top_nav .top_nav_list {
    width: calc(100% - 200px);
    float: right;
}

.top_nav .top_nav_list ul {
    width: 90%;
    display: flex;
    float: left;
}

.top_nav .top_nav_list ul li {
    width: 12.5%;
    text-align: center;
    line-height: 70px;
}

.top_nav .top_nav_list ul li.active a {
    color: #AB2430;
}

.top_nav .top_nav_list ul li a {
    color: #333333;
    font-size: 18px;
}

.top_nav .top_nav_list ul li a:hover {
    color: #AB2430;
}

.index_banner {
    margin-top: 70px;
}

.index_banner img {
    width: 100%;
    display: block;
}

.index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
}

.index_banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.pc_search_box {
    float: right;
    width: 10%;
    overflow: hidden;
    height: 100px;
    position: relative;
}
.pc_search_box .pc_search{
    display: flex;
    justify-content: end;
}
.pc_search_icon {
    width: 42px;
    height: 42px;
    display: block;
    line-height: 80px;
    margin-top: 14px;
    cursor: pointer;
}

.pc_search_input {
    width: 240px;
    height: 40px;
}

.pc_search_input_hidden {
    position: absolute;
    right: -240px;
    top: 15px;
    transition: 0.3s all;
}

.pc_search_input_on {
    position: absolute;
    right: 0;
    top: 15px;
    transition: 0.3s all;
}

.pc_search_input input {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    padding-left: 36px;
    height: 40px;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
}

.pc_search_input .icon {
    width: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 2;
}

.pc_search_input .closes {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}

.navHidden {
    display: none !important;
}

.index_js {
    padding: 100px 0;
    background: url(../img/index_js_bg.png) no-repeat;
    background-size: 100% 100%;
}

@font-face {
    font-family: Staatliches;
    src: url(../font/Staatliches.ttf);
}

.index_js .flex {
    display: flex;
    justify-content: space-between;
}

.index_js .flex .left {
    width: 48%;
}

.index_title {
    position: relative;
}

.index_title h4 {
    color: #121212;
    font-size: 32px;
    position: relative;
    z-index: 10;
    padding-bottom: 12px;
}

.index_title h4::before {
    width: 40px;
    height: 4px;
    background: #AB2430;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_title span {
    color: #F4F4F4;
    font-size: 124px;
    position: absolute;
    left: 0;
    top: -66px;
    z-index: 1;
    font-family: Staatliches;
}

.index_js .flex .left .content {
    margin-top: 30px;
    margin-bottom: 20px;
}

.index_js .flex .left .content p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
}

.index_more_btn {
    position: relative;
    display: inline-block;
    color: #222222;
    font-size: 18px;
    font-family: Staatliches;
    padding-left: 32px;
    line-height: 50px;
    z-index: 10;
}

.index_more_btn::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 50px;
    border: 2px solid #CFAC6F;
    display: block;
    content: '';
    z-index: 5;
}

.index_more_btn:hover {
    color: #AB2430;
}

.index_more_btn2 {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-family: Staatliches;
    padding-left: 32px;
    line-height: 50px;
    z-index: 10;
}

.index_more_btn2::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    height: 50px;
    border: 2px solid #CFAC6F;
    display: block;
    content: '';
    z-index: 5;
}

.index_more_btn2:hover {
    color: #fff;
}

.index_js .numCount {
    margin-top: 70px;
}

.index_js .numCount ul {
    padding-left: 0;
    display: flex;
}

.index_js .numCount p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.index_js .numCount li {
    text-align: center;
    position: relative;
    margin-right: 70px;
}

.index_js .numCount li:last-child {
    margin-right: 0;
}

.index_js .numCount li .numU {
    line-height: 1.3;
}

.index_js .numCount li .numCX {
    font-size: 36px;
    color: #AB2430;
    font-weight: bold;
}

.index_js .numCount li .numT {
    font-size: 70px;
    color: #333;
}

.index_js .numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #AB2430;
    position: relative;
    top: -20px;
    font-size: 14px;
}

.index_js .numCount li .numU sub {
    vertical-align: baseline;
}

.index_js .numCount li .indc {
    color: #666666;
    font-size: 16px;
    margin-top: 12px;
}

.index_js .numCount li .desc {
    color: #999;
    font-size: 14px;
}

.index_js .flex .right {
    width: 48%;
    position: relative;
}

.index_js .flex .right .video {
    width: calc(100% - 20px);
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.index_js .flex .right .video .video_img {
    width: 100%;
    display: block;
}

.index_js .flex .right .video .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_js .flex .right .video .icon img {
    width: 60px;
    height: 60px;
}

.index_js .flex .right .k {
    position: absolute;
    right: 0;
    width: 87%;
    border: 1px solid #CFAC6F;
    height: 90%;
    bottom: -20px;
    z-index: 5;
}

.index_yw {
    padding: 100px 0;
}

.index_yw .flex {
    position: relative;
    margin-top: 50px;
}

.index_yw .flex .left {
    width: 52%;
    position: relative;
    z-index: 5;
}

.index_yw .flex .left img {
    display: none;
    width: 100%;
}

.index_yw .flex .left .imgOn {
    display: block !important;
}

.index_yw .flex .right {
    position: absolute;
    width: 52%;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
}

.index_yw .flex .right .box {
    height: 370px;
    background: #AB2430;
    position: absolute;
    bottom: -50px;
}

.index_yw .flex .right .tab ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15%;
    margin-top: 10px;
}

.index_yw .flex .right .tab ul li {
    width: 33.33333%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 22px;
    cursor: pointer;
    transition: 0.3s all ease;
}

.index_yw .flex .right .tab ul li.active {
    color: #AB2430;
}

.index_yw .flex .right .tab ul li.active span {
    color: #AB2430;
}

.index_yw .flex .right .tab ul li.active::before {
    background: #AB2430;
}

.index_yw .flex .right .tab ul li span {
    font-family: Staatliches;
    color: #333333;
    margin-right: 10px;
}

.index_yw .flex .right .tab ul li::before {
    width: 12px;
    height: 2px;
    background: #D6D6D6;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}

.index_yw .flex .right .tab ul li:hover::before {
    background: #AB2430;
    transition: 0.3s all ease;
}

.index_yw .flex .right .tab ul li:hover {
    color: #AB2430;
    transition: 0.3s all ease;
}

.index_yw .flex .right .tab ul li:hover span {
    color: #AB2430;
    transition: 0.3s all ease;
}

.index_yw .flex .right .box .content {
    position: relative;
    padding: 50px;
    display: none;
}

.index_yw .flex .right .box .contentOn {
    display: block !important;
}

.index_yw .flex .right .box .content .num {
    font-size: 150px;
    font-family: Staatliches;
    color: rgba(255, 255, 255, 0.04);
    width: 250px;
    height: 230px;
    background: url(../img/yuan.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-left: 40px;
    line-height: 200px;
}

.index_yw .flex .right .box .content h4 {
    font-size: 30px;
    color: #fff;
}

.index_yw .flex .right .box .content>p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 40px;
}

.index_yw .flex .right .box .content .more {
    display: flex;
    justify-content: space-between;
}

.index_yw .flex .right .box .content .more .fy {
    display: flex;
    position: relative;
    padding-left: 32px;
}

.index_yw .flex .right .box .content .more .fy::before {
    width: 22px;
    height: 2px;
    background: #CFAC6F;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
}

.index_yw .flex .right .box .content .more .fy span {
    color: #CFAC6F;
    font-family: Staatliches;
    font-size: 30px;
}

.index_yw .flex .right .box .content .more .fy p {
    color: #CFAC6F;
    font-family: Staatliches;
    font-size: 14px;
    line-height: 50px;
    margin-left: 2px;
}

.index_yw .flex .right .box::before {
    width: 200px;
    height: 50px;
    background: #CFAC6F;
    display: block;
    content: 'NEXT SERVICE';
    font-family: Staatliches;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: -200px;
    font-size: 18px;
    color: #fff;
}

.index_al {
    background: url(../img/index_al_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0 90px 0;
}

.index_al .flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.index_al .flex .index_title {
    width: 60%;
}

.index_al h4 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 20px;
}

.index_al h4 span {
    color: #DFBA7A;
    font-weight: bold;
}

.index_al p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.index_al .col-md-2,
.index_al .col-xs-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.index_al .row {
    margin-right: -8px;
    margin-left: -8px;
    margin-top: 30px;
}

.index_al .box {
    border: 1px solid #EDEDED;
    margin-bottom: 16px;
}

.index_al .box a {
    display: block;
    overflow: hidden;
}

.index_al .box a:hover img {
    transform: scale(1.1);
    transition: 0.5s all ease;
}

.index_al .box img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

.index_dz {
    background: url(../img/index_dz_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}

.index_dz .flex {
    background: #fff;
    border-radius: 10px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
}

.index_dz .flex .left {
    width: 46%;
}

.index_dz .flex .left h4 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    color: #171717;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.index_dz .flex .left h4::before {
    width: 40px;
    height: 4px;
    background: #AB2430;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
}

.index_dz .flex .left>p {
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 50px;
}

.index_dz .flex .left .lx p {
    color: #171717;
    font-size: 16px;
    margin-bottom: 12px;
}

.index_dz .flex .left .lx img {
    width: 32px;
    height: 32px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.index_dz .flex .left .lx div {
    color: #CFAC6F;
    font-family: Staatliches;
    font-size: 30px;
}

.index_dz .flex .right {
    width: 49%;
}

.index_dz .flex .right h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 40px;
}

.index_dz .flex .right .index_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.index_dz .flex .right .index_flex .box {
    width: 48.5%;
}

.index_dz .flex .right .index_flex .box p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.index_dz .flex .right .index_flex .box p span {
    color: #FF4848;
    font-size: 16px;
    padding-left: 4px;
}

.index_dz .flex .right .index_flex .box input {
    background: #F7F8F9;
    border-radius: 4px;
    border: 1px solid #ECEBEB;
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    outline: none;
}

.index_dz .flex .right .index_flex .box select {
    background: #F7F8F9;
    border-radius: 4px;
    border: 1px solid #ECEBEB;
    line-height: 50px;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    outline: none;
}

.index_dz .flex .right .btns {
    width: 178px;
    height: 50px;
    background: rgba(207, 172, 111, 0.5);
    border-radius: 4px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    display: block;
    transition: 0.3s all ease;
    margin-top: 40px;
}

.index_dz .flex .right .btns:hover {
    background: rgba(207, 172, 111, 1);
}

footer {
    background: #F4F4F4;
}

footer .top {
    border-bottom: 1px solid #E5E5E5;
    padding: 30px;
}

footer .top p {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    margin-right: 4px;
}

footer .top a {
    color: #888888;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #B6B1B1;
}

footer .top a:hover {
    color: #AB2430;
}

footer .top a:last-child {
    border-right: none;
}

footer .mid .flex {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

footer .mid .flex .logo {
    margin-top: 40px;
}

footer .mid .flex .logo img {
    width: 150px;
}

footer .mid .flex .text h4 {
    color: #1D1E1F;
    font-size: 18px;
    margin-bottom: 14px;
}

footer .mid .flex .text ul {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
}

footer .mid .flex .text ul li {
    width: 50%;
    margin-bottom: 10px;
}

footer .mid .flex .text ul li a {
    color: #333333;
    font-size: 16px;
}

footer .mid .flex .text ul li a:hover {
    color: #AB2430;
}

footer .mid .flex .text p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 6px;
}

footer .mid .flex .qrcode h4 {
    color: #1D1E1F;
    font-size: 18px;
    margin-bottom: 14px;
}

footer .mid .flex .qrcode img {
    width: 140px;
    height: 140px;
}

footer .bottom {
    padding: 20px 0;
    background: #fff;
}

footer .bottom p {
    color: #666666;
    font-size: 14px;
    text-align: center;
}




.floatBtnBox {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
    width: 76px;
}

.floatBtnBox .floatBtnBox_group {
    z-index: 1000;
    width: 76px;
    padding-bottom: 15px;
    padding-top: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px 0px 0px 16px;
}

.floatBtnBox .floatBtn {
    position: relative;
    display: block;
    cursor: pointer;
}

.floatBtnBox .infoBox {
    position: absolute;
    display: flex;
    justify-content: right;
    right: -326px;
    padding-right: 2px;
    opacity: 0;
    top: 0;
    transition: all 0.3s ease-out;
}

.floatBtnBox .infoBox.dianhua .info {
    width: 150px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #AB2430;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0px 15px 31px 0px rgba(225, 229, 233, 0.5);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 2 2;
}

.floatBtnBox .infoBox .info {
    border-radius: 5px;
    box-shadow: 0 0 32px rgb(0 0 0 / 5%);
    background: #ffffff;
}

.floatBtnBox .infoBox.dianhua .info .txt {
    font-size: 14px;
    color: #333436;
}

.floatBtnBox .infoBox.dianhua .info .txt span {
    font-size: 16px;
    color: #AB2430;
}

.floatBtnBox .infoBox .arrow {
    width: 4px;
    height: 10px;
    margin-top: 25px;
}

.floatBtnBox .floatBtn:first-child .btnIcon {
    border-radius: 5px 0 0 0;
}

.floatBtnBox .floatBtn .btnIcon {
    position: relative;
    width: 20px;
    height: 20px;
    border-bottom: solid 1px #FAFAFA;
}

.floatBtnBox .infoBox.kefu .info {
    width: 150px;
    height: 100px;
    justify-content: center;
    padding: 15px;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0px 15px 31px 0px rgba(225, 229, 233, 0.5);
    border: 2px solid;
    text-align: left;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 2 2;
}

.floatBtnBox .infoBox.kefu .info p {
    font-size: 16px;
    color: #AB2430;
    margin-bottom: 4px;
}

.floatBtnBox .infoBox.kefu .info span {
    color: #3D485D;
    font-size: 12px;
}

.floatBtnBox .infoBox.weixin .info {
    width: 150px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0px 15px 31px 0px rgba(225, 229, 233, 0.5);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 2 2;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .qecode {
    width: 120px;
    height: 120px;
    display: block;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .txt {
    font-size: 16px;
    color: #AB2430;
    text-align: center;
}

.floatBtnBox .infoBox.weixin .info .bar {
    position: relative;
    width: 1px;
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.08);
}

.floatBtnBox .floatBtn:hover .text {
    color: #AB2430;
}

.floatBtnBox .floatBtn .text {
    color: #333A56;
    font-size: 12px;
    text-align: center;
}

.floatBtnBox .floatBtn {
    position: relative;
    display: block;
    width: 76px;
    cursor: pointer;
    text-align: center;
    padding-top: 15px;
}


.floatBtnBox .floatBtn:last-child::after {
    display: none;
}

.floatBtnBox .floatBtn:last-child {}

.floatBtnBox .floatBtn .btnIcon {
    position: relative;
    border-bottom: solid 1px #FAFAFA;
}

.floatBtnBox .floatBtn:last-child .btnIcon {
    border-radius: 0 0 0 5px;
    border-bottom: 0;
}

.floatBtnBox .floatBtn:hover .infoBox {
    right: 90px;
    opacity: 1;
}

.floatBtnBox .floatBtn:nth-child(1):hover .btnIcon {
    content: url(../img/floatBtn1_on.png);
}

.floatBtnBox .floatBtn:nth-child(2):hover .btnIcon {
    content: url(../img/floatBtn2_on.png);
}

.floatBtnBox .floatBtn:nth-child(3):hover .btnIcon {
    content: url(../img/floatBtn3_on.png);
}

.floatBtnBox .floatBtn:nth-child(4):hover .btnIcon {
    content: url(../img/floatBtn4_on.png);
}

.modal-dialog {
    margin-top: 10%;
    width: 1000px;
}

.page_banner {
    margin-top: 70px;
    position: relative;
}

.page_banner>img {
    width: 100%;
    display: block;
}

.page_banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page_banner .content p {
    margin-top: 14%;
    color: #FFFFFF;
    font-size: 38px;
    margin-bottom: 14px;
}

.page_banner .content span {
    font-size: 26px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.page_banner .content span::before {
    position: absolute;
    right: -120px;
    top: 50%;
    width: 100px;
    height: 1px;
    background: #fff;
    display: block;
    content: '';
}

.page_group {
    padding: 70px 0;
}

.page_title {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.page_title>p {
    color: #121212;
    font-size: 34px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.page_title>span {
    color: #F4F4F4;
    font-size: 96px;
    font-family: Staatliches;
    position: absolute;
    top: -40px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 5;
}

.page_yw_box .img {
    display: block;
    overflow: hidden;
}

.page_yw_box .img img {
    width: 100%;
    transition: 0.5s all ease;
    display: block;
}

.page_yw_box .img:hover img {
    transform: scale(1.2);
}

.page_yw_box .title {
    font-size: 18px;
    color: #333;
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: 30px;
}

.page_yw_box {
    margin-bottom: 30px;
}

.page_new_banner_group {
    padding: 30px;
    border: 1px solid #E4E4E4;
}

.page_new_banner .box {
    display: flex;
    justify-content: space-between;
}

.page_new_banner .box .left {
    width: 49%;
    display: block;
    position: relative;
    overflow: hidden;
}

.page_new_banner .box .left img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
    position: relative;
    z-index: 5;
}

.page_new_banner .box .left:hover img {
    transform: scale(1.2);
}

.page_new_banner .box .left .time {
    width: 100px;
    height: 94px;
    background: #AB2430;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.page_new_banner .box .left .time p {
    font-size: 34px;
    color: #fff;
    font-family: Staatliches;
    text-align: center;
    margin-top: 10px;
}

.page_new_banner .box .left .time span {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-family: Staatliches;
    position: relative;
    color: #fff;
    text-align: center;
}

.page_new_banner .box .right {
    width: 48%;
}

.page_new_banner .box .right .title {
    display: block;
    color: #1D1E1F;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.page_new_banner .box .right .title:hover {
    color: #AB2430;
}

.page_new_banner .box .right p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
}

.page_new_banner .box .right .more {
    color: #C1C1C1;
    font-size: 16px;
}

.page_new_banner .box .right .more img {
    width: 19px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

.page_new_banner .box .right .more:hover {
    color: #AB2430;
}

.page_new_banner .box .right .more:hover img {
    content: url(../img/new_more_on.png);
}

.page_new_banner .swiper-pagination {
    display: inline-block;
    right: 0;
    width: auto;
    left: auto;
}

.page_new_banner .swiper-pagination-bullet {
    background: #AAABAC;
}

.page_new_banner .swiper-pagination-bullet-active {
    background: #AB2430;
}

.page_new_list {
    padding: 50px 0;
}

.page_new_list .box {
    height: 400px;
    padding: 50px;
    position: relative;
    border: 1px solid #E4E4E4;
    margin-bottom: 30px;
    overflow: hidden;
}

.page_new_list .box .time {
    color: #AAABAC;
    font-size: 18px;
    font-family: Staatliches;
    margin-bottom: 30px;
}

.page_new_list .box .title {
    font-size: 20px;
    display: block;
    color: #1D1E1F;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s all ease;
}

.page_new_list .box .title:hover {
    color: #AB2430;
}

.page_new_list .box p {
    font-size: 14px;
    display: block;
    color: #666666;
    margin-bottom: 30px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page_new_list .box .more {
    position: absolute;
    left: 50px;
    width: calc(100% - 100px);
    bottom: 50px;
    color: #C1C1C1;
    font-size: 16px;
    transition: 0.3s all ease;
}

.page_new_list .box .more:hover {
    color: #AB2430;
}

.page_new_list .box .more img {
    width: 19px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

.page_new_list .box .more:hover img {
    content: url(../img/new_more_on.png);
}

.page_new_list .box .line {
    background: #AB2430;
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    left: 0;
    transition: 0.2s all ease;
}

.page_new_list .box:hover {
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
}

.page_new_list .box:hover .line {
    bottom: 0;
}

.fenye {
    text-align: center;
    margin-top: 20px;
}

.fenye span {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #888;
}

.fenye .fenye_p {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
}

.fenye .fenye_p:hover {
    color: #fff;
    background: #AB2430;
    border: 1px solid #AB2430;
}

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
    border-radius: 2px;
}

.fenye_num:hover {
    color: #fff;
    background: #AB2430;
    border: 1px solid #AB2430;
}

.fenye .active {
    background: #AB2430;
    color: #fff;
    border: 1px solid #AB2430;
}

.page_tab {
    border-bottom: 1px solid #F0F0F0;
}

.page_tab ul {
    display: flex;
}

.page_tab ul li {
    margin-right: 60px;
}

.page_tab ul li a {
    position: relative;
    padding: 30px 0;
    font-size: 16px;
    color: #666666;
    display: block;
}

.page_tab ul li a:hover {
    color: #AB2430;
}

.page_tab ul li.active a {
    color: #AB2430;

}

.page_tab ul li.active a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AB2430;
    content: '';
}

.page_title2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.page_title2 p {
    color: #121212;
    font-size: 28px;
    margin: 0 12px;
}

.page_title2 img {
    width: 32px;
    height: 16px;
}

.page_fw_list .box {
    border: 1px solid #E4E4E4;
    padding: 50px;
    height: 240px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
    transition: 0.3s all ease;
}

.page_fw_list .box:hover {
    background: #AB2430;
    border: 1px solid #AB2430;
}

.page_fw_list .box:hover p,
.page_fw_list .box:hover span {
    color: #fff;
}

.page_fw_list .box span {
    color: #AAABAC;
    font-size: 16px;
    font-family: Staatliches;
    margin-bottom: 20px;
    display: block;
}

.page_fw_list .box p {
    font-size: 18px;
    color: #1D1E1F;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.page_jy_box {
    width: 1000px;
    display: block;
    margin: 0 auto;
}

.page_jy_box .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_jy_box .flex .input_box {
    width: 48%;
    margin-bottom: 30px;
}

.page_jy_box .flex .input_box p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.page_jy_box .flex .input_box p span {
    color: #FF4848;
}

.page_jy_box .flex .input_box input {
    width: 100%;
    height: 50px;
    background: #F7F8F9;
    border-radius: 4px;
    border: 1px solid #ECEBEB;
    outline: none;
    line-height: 50px;
    padding: 0 15px;
}

.input_box2 {
    width: 100%;
    margin-bottom: 30px;
}

.input_box2 p {
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.input_box2 textarea {
    background: #F7F8F9;
    border-radius: 4px;
    border: 1px solid #ECEBEB;
    padding: 15px;
    outline: none;
    width: 100%;
}

.page_jy_box a {
    width: 178px;
    height: 50px;
    background: #AB2430;
    border-radius: 4px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    text-align: center;

}

.page_dj_froup {
    padding: 110px 0 70px 0;
}

.page_dj_froup .tab {
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 30px;
}

.page_dj_froup .tab .flex {
    display: flex;
    justify-content: space-between;
}

.page_dj_froup .tab .flex p {
    color: #666666;
    font-size: 16px;
}

.page_dj_froup .tab .flex p>a {
    color: #666666;
    font-size: 16px;
}

.page_dj_froup .tab .flex p>a:hover {
    color: #AB2430;
}

.page_dj_froup .tab .flex .more {
    color: #AB2430;
    font-size: 16px;
}

.page_dj_froup .tab .flex .more img {
    width: 22px;
    position: relative;
    top: 6px;
}

.page_detail {
    padding: 70px 0;
}

.page_detail h4 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.page_detail .content p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.page_detail .content img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


.page_dj {
    background: url(../img/page_dj_banner.png) no-repeat;
    background-position: top left;
    padding-top: 450px;
    margin-top: 70px;
}

.page_dj .box_group {
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 30px;
}

.page_dj_title {
    border-left: 6px solid #AB2430;
    font-size: 32px;
    color: #121212;
    font-weight: bold;
    padding-left: 10px;
}

.page_dj_banner_group {
    margin-top: 30px;
}

.page_dj_banner .box {
    display: flex;
    justify-content: space-between;
}

.page_dj_banner .box .left {
    width: 50%;
    display: block;
    position: relative;
    overflow: hidden;
}

.page_dj_banner .box .left img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
    position: relative;
    z-index: 5;
}

.page_dj_banner .box .left:hover img {
    transform: scale(1.2);
}

.page_dj_banner .box .left .time {
    width: 100px;
    height: 94px;
    background: #AB2430;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.page_dj_banner .box .left .time p {
    font-size: 34px;
    color: #fff;
    font-family: Staatliches;
    text-align: center;
    margin-top: 10px;
}

.page_dj_banner .box .left .time span {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    font-family: Staatliches;
    position: relative;
    color: #fff;
    text-align: center;
}

.page_dj_banner .box .right {
    width: 50%;
    background: #F7F7F7;
    padding: 30px;
}

.page_dj_banner .box .right .title {
    display: block;
    color: #1D1E1F;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.page_dj_banner .box .right .title:hover {
    color: #AB2430;
}

.page_dj_banner .box .right p {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
}

.page_dj_banner .box .right .more {
    color: #C1C1C1;
    font-size: 16px;
}

.page_dj_banner .box .right .more img {
    width: 19px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

.page_dj_banner .box .right .more:hover {
    color: #AB2430;
}

.page_dj_banner .box .right .more:hover img {
    content: url(../img/new_more_on.png);
}

.page_dj_banner .swiper-pagination {
    display: inline-block;
    right: 30px;
    width: auto;
    left: auto;
}

.page_dj_banner .swiper-pagination-bullet {
    background: #AAABAC;
}

.page_dj_banner .swiper-pagination-bullet-active {
    background: #AB2430;
}

.page_dj_list {
    margin-top: 50px;
}

.page_dj_list ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9ED;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.page_dj_list ul li .img {
    width: 240px;
    display: block;
    overflow: hidden;
}

.page_dj_list ul li .img img {
    width: 100%;
    transition: 0.5s all ease;
    display: block;
}

.page_dj_list ul li .img:hover img {
    transform: scale(1.2);
}

.page_dj_list ul li .right {
    width: calc(100% - 260px);
    display: flex;
    justify-content: space-between;
}

.page_dj_list ul li .right .content {
    width: calc(100% - 100px);
}

.page_dj_list ul li .right .content a {
    color: #333333;
    font-size: 16px;
    display: block;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 16px;
}

.page_dj_list ul li .right .content a:hover {
    color: #AB2430;
}

.page_dj_list ul li .right .content p {
    color: #666666;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
}

.page_dj_list ul li .right .time {
    width: 80px;
    text-align: center;
    margin-top: 20px;
}

.page_dj_list ul li .right .time p {
    color: #828282;
    font-size: 24px;
}

.page_dj_list ul li .right .time span {
    display: block;
    font-size: 12px;
    color: #959595;
    margin-top: 6px;
}

.page_join_top {
    background: url(../img/page_join_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.page_join_top .box1 img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
}

.page_join_top .box2 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.page_join_top .box3 {
    height: 280px;
    background: #AB2430;
    padding: 30px;
}

.page_join_top .box3 p {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.page_join_top .box3 p::before {
    width: 40px;
    height: 4px;
    background: #FFFFFF;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page_join_top .box3 span {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.page_join_top .row {
    margin-right: -20px;
    margin-left: -20px;
}

.page_join_top .col-md-3,
.page_join_top .col-xs-6 {
    padding-right: 10px;
    padding-left: 10px;
}

.page_join_gw {
    padding: 70px 0;
}

.page_join_gw_list {
    border: 1px solid #E4E4E4;
    height: 210px;
    transition: 0.3s all ease;
    margin-bottom: 30px;
}

.page_join_gw_list:hover {
    background: #AB2430;
}

.page_join_gw_list:hover .title {
    color: #fff;
    border-bottom: 1px dashed rgba(231, 231, 231, 0.2);
}

.page_join_gw_list:hover .content p {
    color: #fff;
}

.page_join_gw_list:hover .content p .more {
    color: #fff;
}

.page_join_gw_list:hover .content p .more img {
    content: url(../img/new_more.png);
}

.page_join_gw_list .title {
    color: #121212;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    border-bottom: 1px dashed #E7E7E7;
    display: block;
}

.page_join_gw_list .content {
    padding: 18px 30px;
}

.page_join_gw_list .content p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 14px;
}

.page_join_gw_list .content p .more {
    float: right;
    color: #AB2430;
    font-size: 16px;
}

.page_join_gw_list .content p .more img {
    width: 19px;
    margin-left: 4px;
    position: relative;
    top: -3px;
}

.page_join_detail {
    padding: 70px 0;
}

.page_join_detail .title {
    border-bottom: 1px dashed #E7E7E7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.page_join_detail .title h4 {
    font-size: 32px;
    color: #1D1E1F;
    margin-bottom: 20px;
}

.page_join_detail .title h4 .more {
    float: right;
    display: inline-block;
    color: #AB2430;
    font-size: 16px;
}

.page_join_detail .title h4 .more img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.page_join_detail .title .desc {
    display: flex;
}

.page_join_detail .title .desc span {
    color: #666;
    font-size: 16px;
    margin-right: 40px;
}

.page_join_detail .content {
    margin-bottom: 50px;
}

.page_join_detail .content .name {
    font-size: 20px;
    color: #1D1E1F;
    font-weight: bold;
    border-left: 3px solid #AB2430;
    padding-left: 10px;
    margin-bottom: 20px;
}

.page_join_detail .content p {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
}

.page_mb {
    padding: 30px 0;
    border-bottom: 1px solid #F0F0F0;
}

.page_mb p {
    color: #666666;
}

.page_mb p a {
    color: #666666;
}

.page_mb p a:hover {
    color: #AB2430;
}

.page_yw_list {
    height: 260px;
    border: 1px solid #E4E4E4;
    padding: 50px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: 0.3s all ease;
}

.page_yw_list:hover {
    background: #AB2430;
}

.page_yw_list:hover span,
.page_yw_list:hover p,
.page_yw_list:hover div {
    color: #fff;
}

.page_yw_list span {
    display: block;
    color: #AAABAC;
    font-size: 18px;
    font-family: Staatliches;
    margin-bottom: 30px;
}

.page_yw_list p {
    color: #1D1E1F;
    font-size: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.page_yw_list div {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: calc(100% - 100px);
    color: #C1C1C1;
    font-size: 16px;
}

.page_yw_list div img {
    width: 19px;
    position: relative;
    top: -3px;
}

.page_gs_content {
    margin-bottom: 40px;
}

.page_gs_content p {
    color: #1D1E1F;
    font-size: 16px;
    line-height: 32px;
    text-indent: 24px;
    margin-bottom: 30px;
}



.page_gs_num .numCount {
    margin-top: 70px;
    margin-bottom: 50px;
}

.page_gs_num .numCount ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.page_gs_num .numCount p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.page_gs_num .numCount li {
    text-align: center;
    position: relative;
    width: 16.666666%;
}

.page_gs_num .numCount li:last-child {
    margin-right: 0;
}

.page_gs_num .numCount li .numU {
    line-height: 1.3;
}

.page_gs_num .numCount li .numCX {
    font-size: 36px;
    color: #AB2430;
    font-weight: bold;
}

.page_gs_num .numCount li .numT {
    font-size: 70px;
    color: #333;
}

.page_gs_num .numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #AB2430;
    position: relative;
    top: -20px;
    font-size: 14px;
}

.page_gs_num .numCount li .numU sub {
    vertical-align: baseline;
}

.page_gs_num .numCount li .indc {
    color: #666666;
    font-size: 16px;
    margin-top: 12px;
}

.page_gs_num .numCount li .desc {
    color: #999;
    font-size: 14px;
}

.page_ry_banner {
    position: relative;
}

.page_ry_banner .swiper-slide img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.page_ry_banner .swiper-slide p {
    color: #3D485D;
    font-size: 16px;
    text-align: center;
}

.page_ry_banner_box .swiper_btn img {
    cursor: pointer;
    width: 38px;
    height: 38px;
}

.page_ry_banner_box .swiper_btn .prev {
    position: absolute;
    top: 40%;
    left: -50px;
}

.page_ry_banner_box .swiper_btn .prev:hover {
    content: url(../img/banner_left_on.png);
}

.page_ry_banner_box .swiper_btn .next {
    position: absolute;
    top: 40%;
    right: -50px;
}

.page_ry_banner_box .swiper_btn .next:hover {
    content: url(../img/banner_right_on.png);
}

.page_ry_banner_box {
    position: relative;
}

.page_gs_sm {
    padding: 90px 0;
}

.page_gs_sm img {
    width: 588px;
}

.page_ry_list {
    margin-bottom: 30px;
}

.page_ry_list img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.page_ry_list p {
    font-size: 16px;
    color: #3D485D;
    text-align: center;
}

.page_ry_list2 p span {
    color: #A7A9AD;
}

.page_ry_list2 {
    color: #3D485D;
    font-size: 16px;
    margin-bottom: 12px;
}

.page_ry_group {
    margin-bottom: 50px;
}

.page_al_list1 .box {
    border: 1px solid #EDEDED;
    margin-bottom: 30px;
}

.page_al_list1 .box img {
    width: 100%;
    display: block;
}

.page_al_list2 .box {
    margin-bottom: 20px;
    font-size: 16px;
}

.page_al_list2 .box span {
    color: #A7A9AD;
    margin-right: 4px;
}

.page_al_list2 .box p {
    color: #3D485D;
}

.page_down_list ul li {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px;
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.page_down_list ul li .content{
    width: calc(100% - 150px);
}
.page_down_list ul li .content a{
    display: block;
    color: #1D1E1F;
    margin-bottom: 14px;
}
.page_down_list ul li .content a:hover{
    color: #AB2430;
}
.page_down_list ul li .content span{
    color: #999999;
    font-size: 16px;
}
.page_down_list ul li .btns {
    width: 120px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #AB2430;
    display: block;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #AB2430;
    transition: 0.3s all ease;
}
.page_down_list ul li .btns:hover{
    background: #AB2430;
    color: #fff;
}
@media screen and (max-width: 1400px) {
    .index_yw .flex .right .tab ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 1280px) {
    .index_yw .flex .right .tab ul {
        margin-top: 0;
    }

    .index_yw .flex .right .box {
        height: 340px;
    }

    .index_yw .flex .right .tab ul li {
        margin-bottom: 14px;
        font-size: 14px;
    }

    .index_yw .flex .right .box .content h4 {
        font-size: 28px;
    }

    .index_yw .flex .right .box .content {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 1080px) {
    .mobileIcon .openMenu {
        width: 60px;
        height: 60px;
        align-self: center;
        margin: 0 auto;
    }

    .mobileIcon .closeMenu {
        width: 60px;
        height: 60px;
        align-self: center;
        margin: 0 auto;
        display: none;
    }

    .mobileIcon {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        display: flex !important;
        align-items: center;
        text-align: center;
    }

    .menuDown .mobileMenu {
        position: fixed;
        width: 100%;
        height: 0;
        top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        background: #fff;
        z-index: 99999;
        opacity: 0;
        overflow: hidden;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn {
        display: block;
        font-size: 18px;
        line-height: 40px;
        color: #333;
        margin-bottom: 20px;
        transition: all 0.5s;
        text-decoration: none;
        border-bottom: 1px solid #ececec;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn>a {
        color: #333;
        padding-left: 30px;
        padding-right: 30px;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn:hover div {
        display: block;
        background: #f5f6fa;
        padding: 15px 45px;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn>div {
        display: none;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn>div a {
        display: block;
        color: #666;
        font-size: 16px;
    }

    .menuDown .mobileMenu .flexBox {
        position: absolute;
        width: 100%;
        bottom: 50px;
        left: 0;
        display: flex;
        justify-content: center;
    }

    .menuDown .mobileMenu .flexBox .language {
        font-size: 13px;
        line-height: 32px;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 10px;
        cursor: pointer;
    }

    .menuDown .mobileMenu .flexBox .language .active {
        color: #fff;
    }

    .menuDown .mobileMenu .flexBox .tel {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 32px;
        color: #fff;
        margin-left: 6px;
        margin-right: 6px;
    }

    .menuDown .mobileMenu .flexBox .tel .icon {
        width: 26px;
        height: 26px;
        display: block;
    }

    .menuDown .bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 99;
        opacity: 0;
    }

    .menuDown {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 99;
    }

    .menuDown .bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 60px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 99;
        opacity: 0;
    }

    .menuDown {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 999;
    }

    .menuDown .infoBox {
        position: fixed;
        width: 100%;
        top: 80px;
        z-index: 99;
    }

    footer .mid .flex {
        flex-wrap: wrap;
    }

    .floatBtnBox {
        display: none;
    }

    .index_js .flex {
        flex-wrap: wrap;
    }

    .index_js .flex .left {
        width: 100%;
    }

    .index_js .numCount li {
        width: 25%;
        margin-right: 0;
    }

    .index_js {
        padding: 30px 0;
    }

    .index_title h4 {
        font-size: 24px;
    }

    .index_title span {
        font-size: 70px;
        top: -36px;
    }

    .index_js .numCount li .numCX {
        font-size: 26px;
    }

    .index_js .numCount li .numU .unitC {
        top: -10px;
    }

    .index_js .numCount {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .index_js .flex .right {
        width: 100%;
    }

    .index_yw .flex .left {
        width: 100%;
    }

    .index_yw .flex .right {
        position: relative;
        width: 100%;
    }

    .index_yw .flex .right .box {
        position: relative;
        bottom: auto;
        height: auto;
    }

    .index_yw .flex .right .tab ul {
        padding-left: 0;
        margin: 15px 0;
    }

    .index_yw .flex .right .tab ul li {
        width: 50%;
    }

    .index_yw {
        padding: 30px 0;
    }

    .index_yw .flex {
        margin-top: 30px;
    }

    .index_yw .flex .right .box .content {
        padding: 30px;
    }

    .index_yw .flex .right .box .content h4 {
        font-size: 24px;
    }

    .index_yw .flex .right .box::before {
        display: none;
    }

    .index_al {
        padding: 30px 0;
    }

    .index_al h4 {
        color: #333333;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 32px;
    }

    .index_dz .flex {
        padding: 30px;
        flex-wrap: wrap;
    }

    .index_dz {
        padding: 30px 0;
    }

    .index_dz .flex .left {
        width: 100%;
    }

    .index_dz .flex .left h4 {
        font-size: 22px;
        line-height: 34px;
    }

    .index_dz .flex .left>p {
        line-height: 32px;
        margin-bottom: 20px;
    }

    .index_dz .flex .right {
        width: 100%;
        margin-top: 30px;
    }

    .index_dz .flex .right h4 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .index_dz .flex .right .index_flex {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .index_dz .flex .right .index_flex .box {
        width: 100%;
        margin-bottom: 24px;
    }

    .index_dz .flex .right .btns {
        width: 100%;
        margin-top: 0;
    }

    footer .top {
        padding: 15px 0;
    }

    footer .mid .flex {
        padding: 30px 0;
    }

    footer .mid .flex .logo {
        margin-top: 0;
        margin-bottom: 20px;
    }

    footer .mid .flex .text {
        margin-bottom: 15px;
    }

    footer .bottom {
        padding: 20px;
    }

    .page_banner .content p {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 18%;
    }

    .page_banner .content span {
        font-size: 18px;
    }

    .page_banner .content span::before {
        position: absolute;
        right: -90px;
        top: 50%;
        width: 80px;
        height: 1px;
        background: #fff;
        display: block;
        content: '';
    }

    .page_group {
        padding: 30px 0;
    }

    .page_title>p {
        font-size: 24px;
    }

    .page_title>span {
        font-size: 40px;
        top: -10px;
    }

    .page_title {
        margin-bottom: 30px;
    }

    .page_yw_box .title {
        font-size: 16px;
        margin-top: 15px;
    }

    .page_yw_box {
        margin-bottom: 15px;
    }

    .page_new_banner .box {
        flex-wrap: wrap;
    }

    .page_new_banner .box .left {
        width: 100%;
    }

    .page_new_banner .box .right {
        width: 100%;
    }

    .page_new_list .box {
        padding: 15px;
        margin-bottom: 16px;
    }

    .page_new_list .box .title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .page_new_list .box p {
        margin-bottom: 14px;
    }

    .page_new_banner_group {
        padding: 15px;
    }

    .page_new_banner .box .left .time {
        width: 70px;
        height: 70px;
    }

    .page_new_banner .box .left .time span {
        font-size: 14px;
    }

    .page_new_banner .box .left .time p {
        font-size: 20px;
    }

    .page_new_banner .box .right .title {
        font-size: 18px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .page_new_banner .box .right p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .page_new_list .box .time {
        margin-bottom: 14px;
    }

    .page_new_list {
        padding: 30px 0;
    }

    .page_new_list .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .page_new_list .col-xs-6 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .page_new_list .box .more {
        width: calc(100% - 30px);
        left: 15px;
        bottom: 15px;
        font-size: 14px;
    }

    .page_new_list .box {
        height: 270px;
    }

    .fenye .fenye_p {
        padding: 0 4px;
    }

    .fenye_num {
        padding: 0 6px;
    }

    .page_tab ul li a {
        padding: 15px 0;
    }

    .page_tab ul li {
        margin-right: 30px;
    }

    .page_title2 p {
        font-size: 24px;
    }

    .page_title2 {
        margin-bottom: 30px;
    }

    .page_fw_list .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .page_fw_list .col-xs-6 {
        padding-right: 8px;
        padding-left: 8px;
    }

    .page_fw_list .box {
        padding: 15px;
        margin-bottom: 16px;
        height: 160px;
    }

    .page_fw_list .box span {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .page_fw_list .box p {
        font-size: 16px;
    }

    .page_jy_box {
        width: 90%;
    }

    .page_jy_box .flex .input_box {
        width: 100%;
    }

    .page_dj_froup .tab .flex .more {
        display: none;
    }

    .page_dj_froup .tab {
        padding-bottom: 15px;
    }

    .page_detail {
        padding: 30px 0;
    }

    .page_detail h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .page_dj {
        background: url(../img/wap_dj_banner.png) no-repeat;
        padding-top: 250px;
    }

    .page_dj .box_group {
        padding: 15px;
        border-radius: 0;
    }

    .page_dj_title {
        font-size: 22px;
    }

    .page_dj_banner .box {
        flex-wrap: wrap;
    }

    .page_dj_banner .box .left {
        width: 100%;
    }

    .page_dj_banner .box .left .time {
        width: 70px;
        height: 70px;
    }

    .page_dj_banner .box .left .time span {
        font-size: 14px;
    }

    .page_dj_banner .box .left .time p {
        font-size: 20px;
    }

    .page_dj_banner .box .right {
        width: 100%;
        padding: 15px;
    }

    .page_dj_banner .box .right .title {
        font-size: 18px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .page_dj_banner .box .right p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .page_dj_list ul li {
        flex-wrap: wrap;
    }

    .page_dj_list ul li .img {
        width: 100%;
    }

    .page_dj_list ul li .right {
        width: 100%;
        flex-wrap: wrap;
    }

    .page_dj_list ul li .right .content {
        width: 100%;
    }

    .page_dj_list ul li .right .time {
        width: 100%;
        display: flex;
        margin-top: 10px;
    }

    .page_dj_list ul li .right .time p {
        font-size: 12px;
    }

    .page_dj_list ul li .right .time span {
        margin-top: 0;
        margin-left: 10px;
    }

    .page_join_top .box1 img {
        height: 400px;
    }

    .page_join_top .col-md-3,
    .page_join_top .col-xs-6 {
        padding-right: 6px;
        padding-left: 6px;
    }

    .page_join_top .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .page_join_top .box2 img {
        height: 194px;
        margin-bottom: 12px;
    }

    .page_join_top {
        padding: 30px 0;
    }

    .page_join_top .box3 {
        height: 194px;
        padding: 15px;
    }

    .page_join_top .box3 p {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .page_join_top .box3 span {
        font-size: 14px;
        line-height: 24px;
    }

    .page_join_gw {
        padding: 30px 0;
    }

    .page_join_gw_list .title {
        padding: 15px;
        font-size: 16px;
    }

    .page_join_gw_list .content {
        padding: 15px;
    }

    .page_join_gw_list .content p {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .page_join_gw_list {
        height: 210px;
    }

    .page_join_gw_list .content p .more {
        display: none;
    }

    .page_join_detail {
        padding: 30px 0;
    }

    .page_join_detail .title h4 {
        font-size: 20px;
    }

    .page_join_detail .title .desc span {
        color: #666;
        font-size: 14px;
        margin-right: 20px;
    }

    .page_join_detail .title .desc {
        flex-wrap: wrap;
    }

    .page_join_detail .content .name {
        font-size: 18px;
    }

    .page_join_detail .content {
        margin-bottom: 30px;
    }

    .page_yw_list {
        padding: 15px;
        height: 190px;
    }

    .page_yw_list p {
        font-size: 16px;
    }

    .page_yw_list div {
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
    }

    .page_gs_sm img {
        width: 100%;
    }

    .page_gs_num .numCount li {
        width: 33.3333%;
    }

    .page_gs_num .numCount ul {
        flex-wrap: wrap;
    }

    .page_ry_banner_box .swiper_btn {
        display: none;
    }

    .page_ry_group {
        margin-bottom: 30px;
    }
    .page_down_list ul li .btns{
        width: 60px;
    height: 34px;
    line-height: 34px;
    }
    .page_down_list ul li .content{
        width: calc(100% - 70px);
    }
    .page_down_list ul li{
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
}