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;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.pc_banner .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.pc_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.banner_video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}



.top_nav {
    background: #fff;
    height: 80px;
    position: fixed;
    align-items: center;
    padding: 0 60px;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 10px 10px 0px rgba(4, 24, 44, 0.03);
    z-index: 10000;
    display: flex;
    justify-content: space-between;
}

.top_nav .logo img {
    width: 170px;
    height: 46px;
}

.top_nav ul {
    display: flex;
    width: 90%;
}

.top_nav ul li {
    width: 11%;
    text-align: center;
}

.top_nav ul li.active>a {
    color: #0A5AA6;
    position: relative;
    display: block;
}


.top_nav ul li a {
    color: #333333;
    line-height: 80px;
    font-size: 16px;
}

.top_nav ul li:hover a {
    color: #0A5AA6;
}

.top_nav>.right {
    width: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.pc_search_box {
    overflow: hidden;
    height: 80px;
    position: relative;
    color: #333;
    background: #fff;
    overflow: hidden;
    width: 10%;
}

.pc_search_icon {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 10;
}

.pc_search_input {
    width: 240px;
    height: 40px;
}

.pc_search_box .pc_search {
    cursor: pointer;
}

.pc_search_input_hidden {
    position: absolute;
    right: -240px;
    top: 22px;
    transition: 0.3s all;
}

.pc_search_input_on {
    position: absolute;
    right: 0;
    top: 22px;
    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;
}

.pc_search_box .pc_search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.navHidden {
    display: none !important;
}

.top_nav ul li>div {
    position: absolute;
    top: 100%;
    z-index: 10000000;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.top_nav ul li:hover>div {
    display: block;
}

.top_nav ul li>div>a {
    display: block;
    line-height: initial;
    padding: 15px 0;
    color: #333;
    font-size: 14px;
}

.top_nav ul li>div>a:hover {
    color: #1D74CD;
}


.top_nav ul li:hover .p_navBox {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.top_nav .p_navBox {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    display: flex;
    justify-content: center;
    z-index: 100;
    transition: all ease .3s;
    background: #f2f3f1;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    height: 320px;
}

.top_nav .p_navBox .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_nav .p_navBox .left {
    padding: 60px 0;
    background: url(../img/sonNav_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 320px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_nav .p_navBox .left .box {}

.top_nav .p_navBox .left h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 26px;
    text-align: left;
}

.top_nav .p_navBox .left .desc {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.top_nav .p_navBox .left .desc:last-child {
    margin-bottom: 0;
}

.top_nav .p_navBox .left .desc img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top_nav .p_navBox .left .desc p {
    color: #FFFFFF;
    font-size: 16px;
}

.top_nav .p_navBox .right {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    background: #fff;
}

.top_nav .p_navBox .right .box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    width: 100%;
}

.top_nav .p_navBox .right .title {
    color: #0F111A;
    font-size: 40px;
    position: relative;
    width: 160px;
    margin-right: 50px;
}

.top_nav .p_navBox .right .title span {
    position: absolute;
    top: -40px;
    left: 125%;
    color: #F8F8F8;
    font-size: 100px;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
}

.top_nav .p_navBox .right .p_navBox_list {
    display: flex;
    width: calc(100% - 210px);
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
}

.top_nav .p_navBox .right .p_navBox_list .item {
    width: 25%;
    text-align: left;
    height: 60px;
}

.top_nav .p_navBox .right .p_navBox_list .item a {
    color: #57585E;
    font-size: 16px;
    display: block;
}

.top_nav .p_navBox .right .p_navBox_list .item a:hover {
    color: #0A5AA6;
}

.top_nav .p_navBox .right .p_navBox_list .item:last-child {
    margin-bottom: 0;
}

.top_nav .p_navBox .right .p_navBox_list .item:nth-last-child(2),
.top_nav .p_navBox .right .p_navBox_list .item:nth-last-child(3),
.top_nav .p_navBox .right .p_navBox_list .item:nth-last-child(4) {
    margin-bottom: 0;
}

.index_mywz {
    padding: 70px 0;
    background: url(../img/index_mywz.png) no-repeat;
    background-size: 100% 100%;
}

.index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.index_title .title h4 {
    font-size: 36px;
    color: #1A242F;
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 6px;
}

.index_title .title h4::before {
    width: 16px;
    height: 16px;
    background: #0A5AA6;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: 12px;
    display: block;
    content: '';
}

.index_title .title p {
    color: #9EA2A5;
    font-size: 14px;
    text-transform: uppercase;
}

.index_title .more {
    display: flex;
    align-items: flex-end;

}

.index_title .more img {
    width: 26px;
    height: 26px;
    display: block;
    margin-right: 6px;
}

.index_title .more span {
    color: #1A242F;
    font-size: 16px;
}

.index_title .more:hover span {
    color: #0A5AA6;
}

.index_title .more:hover img {
    content: url(../img/more_hover.png);
}

.index_mywz .box {
    background: #FFFFFF;
    transition: 0.3s all ease;
    padding: 20px;
    height: 560px;
}

.index_mywz .box .img {
    display: block;
    overflow: hidden;
}

.index_mywz .box .img img {
    width: 100%;
    display: block;
}

.colmd20 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}

.index_mywz .box .name {
    color: #1A242F;
    font-size: 28px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 24px;
}

.index_mywz .box .desc {
    color: #838589;
    text-align: center;
    margin-bottom: 18px;
}

.index_mywz .box p {
    color: #1A242F;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 26px;
}

.index_mywz .box .more {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #0A5AA6;
    font-size: 16px;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(10, 90, 166, 0.2);
}

.index_mywz .box .more img {
    width: 10px;
    margin-left: 10px;
}

.index_mywz .box:hover {
    background: #0A5AA6;
}

.index_mywz .box:hover .name,
.index_mywz .box:hover .desc,
.index_mywz .box:hover p {
    color: #fff;
}

.index_mywz .box:hover .more {
    background: #fff;
}

.index_yygk {
    display: flex;
}

.index_yygk .left {
    width: 50%;
    padding: 70px 0;
    background: url(../img/index_yygk.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 24vh;
    padding-right: 60px;
}

.index_yygk .left .index_title .title h4,
.index_yygk .left .index_title .title p {
    color: #fff;
}

.index_yygk .left .content {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}

.index_yygk .left .more {
    color: #fff;
    font-size: 16px;
}

.index_yygk .left .more img {
    margin-left: 10px;
    width: 10px;
    height: 10px;
}

.index_yygk .numCount {
    clear: both;
}

.index_yygk .numCount ul {
    padding-top: 50px;
    padding-left: 0;
    display: flex;
}

.index_yygk .numCount li {
    text-align: center;
    position: relative;
    float: left;
    margin-right: 8vh;
}

.index_yygk .numCount li .numU {
    line-height: 1.3;
}

.index_yygk .numCount li .numCX {
    font-size: 44px;
    color: #fff;
    font-family: DIN;
}

.index_yygk .numCount li .numU .descs {
    font-size: 16px;
    color: #fff;
    margin-right: 4px;
}

.index_yygk .numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #fff;
    position: relative;
    top: -3px;
    font-size: 16px;
}

.index_yygk .numCount li .numU .unitC2 {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #fff;
    position: relative;
    top: 0;
    font-size: 30px;
    font-family: DIN;
}

.index_yygk .numCount li .numU sub {
    vertical-align: baseline;
}

.index_yygk .numCount li .indc {
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
}

.index_yygk .numCount li .desc {
    color: #fff;
    font-size: 14px;
}

.index_yygk .right {
    width: 50%;
    position: relative;
    cursor: pointer;
}

.index_yygk .right .bg {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.index_yygk .right .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 45%;
    top: 45%;
}

.modal-dialog {
    width: 70%;
    margin-top: 120px;
}

.modal-dialog video {
    width: 100%;
}

.index_zjtd {
    background: url(../img/index_zjtd.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.index_zjtd_swiper {
    padding-bottom: 60px;
}

.index_zjtd_swiper .box {
    background: #FFFFFF;
    transition: 0.3s all ease;
    padding: 20px;
    height: 620px;
}

.index_zjtd_swiper .box .img {
    display: block;
    overflow: hidden;
}

.index_zjtd_swiper .box .img img {
    width: 100%;
    display: block;
}

.index_zjtd_swiper .box .name {
    color: #1A242F;
    font-size: 28px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 24px;
}

.index_zjtd_swiper .box .desc {
    color: #0A5AA6;
    text-align: center;
    margin-bottom: 18px;
}

.index_zjtd_swiper .box p {
    color: #1A242F;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 26px;
}

.index_zjtd_swiper .swiper-pagination-bullet-active {
    background: #0A5AA6;
}

.index_yydt {
    padding: 70px 0;
}

.index_yydt .flex {
    display: flex;
    justify-content: space-between;
}

.index_yydt .flex .left {
    width: 48%;
}

.index_yydt .flex .left .img {
    display: block;
    overflow: hidden;
}

.index_yydt .flex .left .img img {
    width: 100%;
    display: block;
    transition: 0.3s all ease;
}

.index_yydt .flex .left .img:hover img {
    transform: scale(1.1);
}

.index_yydt .flex .left .box {
    background: #F6F6F8;
    padding: 30px 25px;
}

.index_yydt .flex .left .box a {
    color: #1A242F;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 14px;
    transition: 0.3s all ease;
}

.index_yydt .flex .left .box a:hover {
    color: #0A5AA6;
}

.index_yydt .flex .left .box p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_yydt .flex .right {
    width: 48%;
}

.index_yydt .flex .right .top_new {
    padding-bottom: 22px;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_yydt .flex .right .top_new .content {
    width: calc(100% - 90px);
}

.index_yydt .flex .right .top_new .content a {
    color: #333333;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 14px;
}

.index_yydt .flex .right .top_new .content a:hover {
    color: #0A5AA6;
}

.index_yydt .flex .right .top_new .content p {
    color: #666666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
}

.index_yydt .flex .right .top_new .time {
    width: 68px;
    text-align: center;
}

.index_yydt .flex .right .top_new .time h4 {
    color: #999999;
    font-size: 44px;
}

.index_yydt .flex .right .top_new .time span {
    display: block;
    color: #999999;
    font-size: 16px;
    margin-bottom: 10px;
}

.index_yydt .flex .right .top_new .time img {
    width: 8px;
    height: 14px;
}

.index_yydt .flex .right ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_yydt .flex .right ul li a {
    width: 80%;
    color: #333333;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_yydt .flex .right ul li a:hover {
    color: #0A5AA6;
}

.index_yydt .flex .right ul li span {
    color: #999999;
    font-size: 16px;
}

footer {
    background: #0D1F36;
}

footer .flex {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
}

footer .flex .logo {
    width: 170px;
    height: 46px;
    margin-top: 70px;
}

footer .flex .footer_nav {
    display: flex;
    margin-left: 100px;
}

footer .flex .footer_nav ul {
    margin-right: 80px;
}

footer .flex .footer_nav ul p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer .flex .footer_nav ul li {
    margin-bottom: 10px;
}

footer .flex .footer_nav ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

footer .flex .footer_lx p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

footer .flex .footer_lx h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

footer .flex .footer_lx span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    margin-bottom: 10px;
}

footer .flex .footer_lx .qrcode {
    display: flex;
    margin-top: 20px;
}

footer .flex .footer_lx .qrcode .box {
    margin-right: 20px;
    position: relative;
}

footer .flex .footer_lx .qrcode .box .icon {
    width: 40px;
    height: 40px;
}

footer .flex .footer_lx .qrcode .box:hover .qr {
    display: block;
}

footer .flex .footer_lx .qrcode .box .qr {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}

footer .flex .footer_lx .qrcode .box:hover .weibo {
    content: url(../img/weibo_hover.png);
}

footer .flex .footer_lx .qrcode .box:hover .wechat {
    content: url(../img/wechat_hover.png);
}

footer .bottom {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.floatBtnBox {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 1000;
    width: 76px;
}

.floatBtnBox .floatBtnBox_group {
    z-index: 1000;
    width: 76px;
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px 0px 0px 16px;
    padding-top: 10px;
}

.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: #0A5AA6;
    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: #0A5AA6;
}

.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;
    display: block;
    margin: 0 auto;
}

.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: #0A5AA6;
    margin-bottom: 4px;
}

.floatBtnBox .infoBox.kefu .info span {
    color: #3D485D;
    font-size: 12px;
}

.floatBtnBox .infoBox.weixin .info {
    width: 160px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .qecode {
    width: 120px;
    height: 120px;
    display: block;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .txt {
    text-align: center;
    background: linear-gradient(135deg, #9497BB 0%, #696A93 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    padding: 10px 0 20px 0;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .txt p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
}

.floatBtnBox .infoBox.weixin .info .qrcodeBox .txt span {
    font-size: 12px;
    color: #fff;
}

.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 .infoBox.weixin .info .content {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    width: 150px;
    margin: 0 auto;
    margin-top: -10px;
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}

.floatBtnBox .infoBox.weixin .info .content img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.floatBtnBox .infoBox.weixin .info .content p {
    color: #0A5AA6;
    font-size: 14px;
    position: relative;
    padding-left: 10px;
}

.floatBtnBox .infoBox.weixin .info .content span {
    display: block;
    color: #333A56;
    font-size: 16px;
}

.floatBtnBox .infoBox.weixin .info .content p::before {
    width: 4px;
    height: 4px;
    background: #0A5AA6;
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    display: block;
}

.floatBtnBox .floatBtn:hover .text {
    color: #0A5AA6;
}

.floatBtnBox .floatBtn .text {
    color: #333A56;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}

.floatBtnBox .floatBtn .text a {
    color: #333A56;
}

.floatBtnBox .floatBtn .text a:hover {
    color: #0A5AA6;
}

.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);
}

.page_banner {
    margin-top: 80px;
    position: relative;
}

.page_banner>img {
    width: 100%;
    display: block;
}

.page_banner .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.page_banner .content h4 {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 12%;
}

.page_banner .content p {
    color: #FFFFFF;
    font-size: 22px;
}

.page_nav {
    border-bottom: 1px solid #E5E5E5;
    padding: 16px 0;
}

.page_nav .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_nav .flex h4 {
    color: #101930;
    font-size: 22px;
}

.page_nav .flex ul {
    display: flex;
    justify-content: end;
}

.page_nav .flex ul li {
    margin-left: 50px;
    position: relative;
}

.page_nav .flex ul li a {
    color: #606167;
    font-size: 16px;
}

.page_nav .flex ul li.active a {
    color: #101930;
}

.page_nav .flex ul li.active::before {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: 0;
    background: #0A5AA6;
    content: '';
    display: block;
}

.page_title {
    text-align: center;
    margin-bottom: 30px;
}

.page_title h4 {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    color: #1A242F;
    font-size: 24px;
}

.page_title h4::before {
    width: 6px;
    height: 6px;
    background: #0A5AA6;
    position: absolute;
    left: -15px;
    top: 10px;
    content: '';
    display: block;
}

.page_title h4::after {
    width: 6px;
    height: 6px;
    background: #0A5AA6;
    position: absolute;
    right: -15px;
    top: 10px;
    content: '';
    display: block;
}

.page_title p {
    text-align: center;
    color: #E3E4E6;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 10px;
}

.page_group {
    padding: 70px 0;
}


.page_zjtd .box {
    background: #FFFFFF;
    transition: 0.3s all ease;
    padding: 20px;
    height: 620px;
    border: 1px solid #E3E3E3;
    margin-bottom: 24px;
}

.page_zjtd .box:hover {
    background: #0A5AA6;

}

.page_zjtd .box:hover .name,
.page_zjtd .box:hover .desc,
.page_zjtd .box:hover p {
    color: #fff;
}

.page_zjtd .box .img {
    display: block;
    overflow: hidden;
}

.page_zjtd .box .img img {
    width: 100%;
    display: block;
}

.page_zjtd .box .name {
    color: #1A242F;
    font-size: 28px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    margin-top: 24px;
}

.page_zjtd .box .desc {
    color: #0A5AA6;
    text-align: center;
    margin-bottom: 18px;
}

.page_zjtd .box p {
    color: #1A242F;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 26px;
}

.fenye {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.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: #0A5AA6;
    border: 1px solid #0A5AA6;
}

.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: #0A5AA6;
    border: 1px solid #0A5AA6;
}

.fenye .active {
    background: #0A5AA6;
    color: #fff;
    border: 1px solid #0A5AA6;
}

.page_zjtdxq {
    padding: 70px 0;
    background: url(../img/page_zjtd_bg.png) no-repeat;
}

.page_zjtdxq .flex {
    display: flex;
    justify-content: space-between;
}

.page_zjtdxq .flex .img {
    width: 550px;
    position: relative;
}

.page_zjtdxq .flex .img .bg {
    width: 550px;
    height: 550px;
}

.page_zjtdxq .flex .img .avatar {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    position: absolute;
    top: 55px;
    left: 55px;
}

.page_zjtdxq .flex .right {
    width: calc(100% - 600px);
}

.page_zjtdxq .flex .right h4 {
    color: #1A242F;
    font-size: 44px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.page_zjtdxq .flex .right h4 span {
    color: #0A5AA6;
    font-size: 18px;
    margin-left: 20px;
}

.page_zjtdxq .flex .right .content {
    margin-bottom: 30px;
}

.page_zjtdxq .flex .right .content .desc {
    color: #0A5AA6;
    font-size: 20px;
    margin-bottom: 10px;
}

.page_zjtdxq .flex .right .content p {
    font-size: 16px;
    color: #1A242F;
    line-height: 30px;
}

.page_yydt_swiper {
    position: relative;
}

.page_yydt_swiper .box {
    display: flex;
    justify-content: space-between;
}

.page_yydt_swiper .box .img {
    width: 45%;
    display: block;
    overflow: hidden;
}

.page_yydt_swiper .box .img img {
    width: 100%;
    height: 100%;
    transition: 0.5s all ease;
    height: 440px;
    object-fit: cover;
    display: block;
}

.page_yydt_swiper .box .img:hover img {
    transform: scale(1.1);
}

.page_yydt_swiper .box .content {
    width: 55%;
    background: #0A5AA6;
    padding: 50px;
    position: relative;
    height: 440px;
}

.page_yydt_swiper .box .content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_yydt_swiper .box .content .title a {
    width: 80%;
    color: #FFFFFF;
    font-size: 22px;
    position: relative;
    padding-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_yydt_swiper .box .content .title a::before {
    width: 40px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
}

.page_yydt_swiper .box .content .title .time {
    text-align: center;
}

.page_yydt_swiper .box .content .title .time h4 {
    color: #FFFFFF;
    font-size: 38px;
}

.page_yydt_swiper .box .content .title .time p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 22px
}

.page_yydt_swiper .box .content .desc p {
    width: 80%;
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_yydt_swiper .box .more {
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.page_yydt_swiper .box .more img {
    width: 40px;
    margin-right: 10px;
}

.page_yydt_swiper .swiper_btn {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.page_yydt_swiper .swiper_btn img {
    width: 8px;
    height: 13px;
    cursor: pointer;
}

.page_yydt_swiper .swiper_btn .k {
    width: 1px;
    height: 11px;
    margin: 0 24px;
    background: #fff;
}

.page_new_list {
    margin-top: 30px;
}

.page_new_list .box {
    margin-bottom: 24px;
}

.page_new_list .box .img {
    display: block;
    overflow: hidden;
}

.page_new_list .box .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
    height: 270px;
    object-fit: cover;
}

.page_new_list .box .img:hover img {
    transform: scale(1.1);
}

.page_new_list .content {
    border: 1px solid #E3E3E3;
    border-top: none;
    padding: 25px;
    height: 170px;
    position: relative;
}

.page_new_list .content .time {
    color: #666666;
    font-size: 16px;
    margin-bottom: 14px;
}

.page_new_list .content .title {
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_new_list .content .title:hover {
    color: #0A5AA6;
}

.page_new_list .content .more {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.page_new_list .content .more img {
    width: 17px;
    height: 4px;
}

.page_new_list .content .more:hover img {
    content: url(../img/new_more2_hover.png);
}

.page_ybzc .box {
    border: 1px solid #E3E3E3;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.page_ybzc .box .time {
    width: 88px;
    height: 88px;
    background: #0A5AA6;
    text-align: center;
    display: block;

}

.page_ybzc .box .time p {
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 20px;
}

.page_ybzc .box .time span {
    color: #FFFFFF;
    font-size: 18px;
}

.page_ybzc .box .content {
    width: calc(100% - 110px);
}

.page_ybzc .box .content .title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 4px;
    display: block;
}

.page_ybzc .box .content .title:hover {
    color: #0A5AA6;
}

.page_ybzc .box .content p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 6px;
}

.page_ybzc .box .content .more {
    color: #979797;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.page_ybzc .box .content .more:hover {
    color: #0A5AA6;
}

.page_ybzc .box .content .more:hover img {
    content: url(../img/new_more2_hover.png);
}

.page_ybzc .box .content .more img {
    width: 16px;
    height: 4px;
    margin-left: 4px;
}

.page_kpzs .box {
    border: 1px solid #E3E3E3;
    padding: 30px;
    height: 200px;
    position: relative;
    transition: 0.3s all ease;
    margin-bottom: 24px;
}

.page_kpzs .box .time {
    color: #666666;
    font-size: 16px;
    margin-bottom: 20px;
}

.page_kpzs .box .title {
    color: #333333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_kpzs .box .more img {
    width: 16px;
    height: 4px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.page_kpzs .box:hover {
    background: #0A5AA6;
}

.page_kpzs .box:hover .time,
.page_kpzs .box:hover .title {
    color: #fff;
}

.page_kpzs .box:hover .more img {
    content: url(../img/new_more2_w.png);
}

.page_jzxz .content {
    margin-bottom: 30px;
}

.page_jzxz .content p {
    color: #1A242F;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 30px;
}

.page_jzxz .content img {
    max-width: 100%;
    height: auto;
}

.page_jzxz .jz_img {
    width: 100%;
    display: block;
}

.page_shzrxq {
    display: flex;
    justify-content: space-between;
}

.page_shzrxq .detail {
    width: 75%;
}

.page_shzrxq .detail h4 {
    color: #101930;
    font-size: 32px;
    margin-bottom: 20px;
}

.page_shzrxq .detail .desc {
    display: flex;
    margin-bottom: 30px;
}

.page_shzrxq .detail .desc p {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 16px;
    margin-right: 20px;
}

.page_shzrxq .detail .desc p img {
    margin-right: 5px;
    width: 16px;
}

.page_shzrxq .detail .content p {
    color: #3A4153;
    font-size: 16px;
    margin-bottom: 20px;
}

.page_shzrxq .detail .content img {
    max-width: 100%;
}

.page_shzrxq .detail .more {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.page_shzrxq .detail .more .left {
    width: 80%;
}

.page_shzrxq .detail .more .left p {
    color: #606167;
    font-size: 16px;
    margin-bottom: 10px;
}

.page_shzrxq .detail .more .left p a {
    color: #101930;
}

.page_shzrxq .detail .more .left p:hover {
    color: #0A5AA6;
}

.page_shzrxq .detail .more .left p:hover a {
    color: #0A5AA6;
}

.page_shzrxq .detail .more .right {
    display: flex;
    align-items: center;
    color: #3A4153;
    font-size: 16px;
}

.page_shzrxq .detail .more .right:hover {
    color: #0A5AA6;
}

.page_shzrxq .detail .more .right img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.page_shzrxq .tj {
    width: 20%;
}

.page_shzrxq .tj .title {
    height: 60px;
    background: #F4F8FF;
    border: 1px solid #E5E5E5;
    line-height: 60px;
    padding-left: 40px;
}

.page_shzrxq .tj .title p {
    color: #101930;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

.page_shzrxq .tj .title p::before {
    width: 6px;
    height: 6px;
    background: #0A5AA6;
    position: absolute;
    top: 26px;
    left: -14px;
    content: '';
    display: block;
}

.page_shzrxq .tj ul {
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 25px;
}

.page_shzrxq .tj ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #E5E5E5;
}

.page_shzrxq .tj ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.page_shzrxq .tj ul li a {
    color: #333333;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.page_shzrxq .tj ul li a:hover {
    color: #0A5AA6;
}

.page_shzrxq .tj ul li .time {
    color: #999999;
    font-size: 16px;
}

.page_shzrxq .tj ul li .time img {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.page_shzr ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.page_shzr ul li .img {
    width: 270px;
    display: block;
    overflow: hidden;
}

.page_shzr ul li .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

.page_shzr ul li .img:hover img {
    transform: scale(1.1);
}

.page_shzr ul li .time {
    width: 160px;
    height: 160px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    text-align: center;
}

.page_shzr ul li .time p {
    color: #1A242F;
    font-size: 38px;
    margin-top: 34px;
}

.page_shzr ul li .time span {
    color: #BABDC0;
    font-size: 22px;
}

.page_shzr ul li .content {
    width: calc(100% - 500px);
}

.page_shzr ul li .content .title {
    color: #333333;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.page_shzr ul li .content .title:hover {
    color: #0A5AA6;
}

.page_shzr ul li .content p {
    color: #666666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_shzr ul li .content .more img {
    width: 16px;
    height: 4px;
    margin-top: 30px;
}

.page_shzr ul li .content .more img:hover {
    content: url(../img/new_more2_hover.png);
}

.page_lxwm .flex {
    display: flex;
    justify-content: space-between;
}

.page_lxwm .flex .left {
    width: 330px;
    position: relative;
    margin-top: -50px;
}

.page_lxwm .flex .left .title {
    width: 320px;
    height: 90px;
    line-height: 90px;
    background: url(../img/lxwm_bg.png) no-repeat;
    background-color: #0A5AA6;
    background-position: 100% 0%;
    padding-left: 28px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.page_lxwm .flex .left .box {
    background: #F4F8FF;
    padding: 30px;
    width: 320px;
}

.page_lxwm .flex .left .box .desc {
    margin-bottom: 20px;
}

.page_lxwm .flex .left .box .desc h4 {
    color: #101930;
    font-size: 18px;
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

.page_lxwm .flex .left .box .desc h4::before {
    width: 6px;
    height: 6px;
    background: #0A5AA6;
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    display: block;
}

.page_lxwm .flex .left .box .desc p {
    color: #3A4153;
    font-size: 16px;
}

.page_lxwm .flex .left .box .desc span {
    display: block;
    color: #4D5054;
    font-size: 14px;
    margin-bottom: 6px;
}

.page_lxwm .flex .left .box .qrcode {
    display: flex;
    justify-content: space-between
}

.page_lxwm .flex .left .box .qrcode .qr {
    width: 48%;
}

.page_lxwm .flex .left .box .qrcode .qr img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.page_lxwm .flex .left .box .qrcode .qr p {
    color: #3A4153;
    text-align: center;
}

.page_lxwm .flex .right {
    width: calc(100% - 370px);
    padding: 70px 0;
}

.page_lxwm .flex .right p {
    color: #3A4153;
    line-height: 30px;
}

.page_lxwm .flex .right .map {
    width: 100%;
    display: block;
    margin-top: 40px;
}

.page_lxwm .flex .right .ly {
    margin-top: 50px;
}

.page_lxwm .flex .right .ly h4 {
    color: #101930;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page_lxwm .flex .right .ly .title {
    background: #F8F8F8;
    border: 1px solid #EFEFEF;
    padding: 20px;
    color: #3A4153;
    font-size: 14px;
}

.page_lxwm .flex .right .ly .group {
    border: 1px solid #EFEFEF;
    border-top: none;
    padding: 50px;
}

.page_lxwm .flex .right .ly .group .input_box {
    display: flex;
    margin-bottom: 20px;
}

.page_lxwm .flex .right .ly .group .input_box p {
    margin-right: 20px;
    width: 40px;
    text-align: right;
    height: 44px;
    line-height: 44px;
}

.page_lxwm .flex .right .ly .group .input_box input {
    width: 50%;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 0 15px;
    outline: none;
}

.page_lxwm .flex .right .ly .group .input_box textarea {
    width: calc(100% - 60px);
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    min-height: 180px;
}

.page_lxwm .flex .right .ly .btns {
    width: 196px;
    height: 42px;
    background: #0A5AA6;
    text-align: center;
    line-height: 42px;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    margin-left: 60px;
    margin-top: 30px;
}

.page_xxgk {
    display: flex;
    justify-content: space-between;
}

.page_xxgk .left {
    width: 270px;
}

.page_xxgk .left .title {
    background: #0A5AA6;
    height: 80px;
    line-height: 80px;
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}

.page_xxgk .right {
    width: calc(100% - 320px);
}

.page_xxgk .right .title {
    height: 80px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.page_xxgk .right .title h4 {
    color: #1A242F;
    font-size: 24px;
    font-weight: bold;
}

.page_xxgk .right .title .navs a,
.page_xxgk .right .title .navs span {
    font-size: 14px;
    color: #4D5054;
    font-weight: normal;
}

.page_xxgk .right .title .navs a:hover {
    color: #0A5AA6;
}

.page_xxgk .right .page_xxgk_list li {
    padding-bottom: 18px;
    margin-top: 20px;
    border-bottom: 1px dashed #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_xxgk .right .page_xxgk_list li a {
    width: 80%;
    color: #333333;
    font-size: 16px;
}

.page_xxgk .right .page_xxgk_list li a:hover {
    color: #0A5AA6;
}

.page_xxgk .right .page_xxgk_list li span {
    color: #333333;
    font-size: 16px;
}

ul.mtree {
    opacity: 0;
    margin-left: 0;
}

ul.mtree ul {
    margin-left: 1em;
}

ul.mtree li {
    list-style: none;
}

ul.mtree a {
    display: block;
}

ul.mtree li.mtree-node>a {
    font-weight: bold;
}

ul.mtree a {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

ul.mtree.bubba ul {
    margin-left: 0;
}

ul.mtree.bubba ul li {
    font-size: .9em;
    color: #3A4153;
    font-size: 16px;
    height: 50px;
    position: relative;
    line-height: 50px;
}

ul.mtree.bubba ul li:hover {
    background: #D8E6F8;
}

ul.mtree.bubba ul li:hover>img {
    content: url(../img/yuan_hover.png);
}

ul.mtree.bubba ul li:hover>a {
    color: #0A5AA6;
}

ul.mtree.bubba ul li>img {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 30px;
    top: 18px;
}

ul.mtree.bubba li.mtree-node>a {
    font-weight: normal;
    text-transform: upperCase;
    padding: 15px 30px;
    border-bottom: 1px dashed #CCD9E5;
}

ul.mtree.bubba li.mtree-node>a>img {
    width: 10px;
    height: 6px;
    position: absolute;
    right: 30px;
    top: 20px;
}

ul.mtree.bubba>li:last-child {
    border-bottom: none;
}

ul.mtree.bubba li:last-child>a {
    border: none;
}

ul.mtree.bubba>li.mtree-open>a {
    /* background: #FAF1F1;
    color: #9F1316; */
}

ul.mtree.bubba li>a:hover {
    /* background: #FAF1F1;
    color: #9F1316; */
}

ul.mtree.bubba li.mtree-active>a {
    /* background: #FAF1F1;
    color: #9F1316;
    border-left: 3px solid #9F1316; */
}

ul.mtree.bubba li.mtree-active>a img {
    content: url(../img/nav_jian_hover.png);
}

ul.mtree.bubba a {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-transform: upperCase;
    padding: 15px 30px;
    border-bottom: 1px dashed #CCD9E5;
}

ul.mtree.bubba li li>a {
    padding-left: 50px !important;
    position: relative;
    padding: 0;
    border: none;
}

.mtree-level-2 {
    margin-left: 60px !important;
    border-left: 1px solid #E0E0E0;
}

ul.mtree.bubba li li li>a {
    padding: 15px 0;
    padding-left: 15px !important;
}

ul.mtree.bubba li li li>a::after {
    display: none;
}

ul.mtree.bubba li li li li>a {
    padding-left: 4em;
}

ul.mtree.bubba li li li li li>a {
    padding-left: 5em;
}

ul.mtree.skinny li {
    font-size: .9em;
}

ul.mtree.skinny a {
    padding: 0px 18px;
    color: #555;
}

ul.mtree.skinny a:hover {
    text-decoration: underline;
}

ul.mtree.skinny li.mtree-node:before {
    float: left;
    margin-left: .5em;
    zoom: .8;
    margin-top: .1em;
    color: #777;
}

ul.mtree.skinny li.mtree-open:before {
    content: '-';
}

ul.mtree.skinny li.mtree-closed:before {
    content: '+';
}

ul.mtree.skinny ul>li:first-child {
    margin-top: .1em;
}

ul.mtree.skinny ul>li:last-child {
    margin-bottom: .3em;
}

ul.mtree.skinny ul a {
    color: #666;
}

ul.mtree.transit {
    background: #111;
}

ul.mtree.transit ul {
    margin-left: 0;
}

ul.mtree.transit ul>li {
    font-size: .9em;
}

ul.mtree.transit li.mtree-node {
    position: relative;
}

ul.mtree.transit li.mtree-node>a:before {
    color: #CCC;
    font-weight: normal;
    position: absolute;
    right: 20px;
}

ul.mtree.transit li.mtree-open>a:before {
    content: '-';
}

ul.mtree.transit li.mtree-closed>a:before {
    content: '+';
}

ul.mtree.transit ul>li:first-child {
    margin-top: 1px;
}

ul.mtree.transit li.mtree-open>a {
    background: #222;
}

ul.mtree.transit li>a:hover,
ul.mtree.transit li.mtree-active>a {
    background: #333;
    color: #FFF;
}

ul.mtree.transit li.mtree-node>ul>li:last-child {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #333;
}

ul.mtree.transit li.mtree-node:last-child>ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

ul.mtree.transit a {
    padding: 5px 0px 5px 0.8em;
    color: #CCC;
}

ul.mtree.transit li li>a {
    padding-left: 1.6em;
}

ul.mtree.transit li li li>a {
    padding-left: 2.4em;
}

ul.mtree.transit li li li li>a {
    padding-left: 3.2em;
}

ul.mtree.transit li li li li li>a {
    padding-left: 4em;
}

ul.mtree.jet ul {
    margin-left: 0;
}

ul.mtree.jet li {
    margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
    margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
    margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
    background: #E3E3E3;
}

ul.mtree.jet li.mtree-active li:last-child>a {
    border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
    background: #008cba;
    color: #FFF;
    border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
    background: #FFC000;
    color: #FFF;
}

ul.mtree.jet a {
    padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
    padding-left: 2em;
}

ul.mtree.jet li li li>a {
    padding-left: 3em;
}

ul.mtree.jet li li li li>a {
    padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
    padding-left: 5em;
}

ul.mtree.nix {
    background: none;
}

ul.mtree.nix a {
    display: inline;
}

ul.mtree.nix ul {
    margin-left: 1em;
}

ul.mtree.nix ul>li {
    list-style-position: inside;
}

ul.mtree.nix li {
    list-style: disc;
}

.mtree-demo .mtree {
    background: #E9F1F8;
    width: 100%;
}

.mtree-skin-selector {
    text-align: center;
    background: #EEE;
    padding: 10px 0 15px;
}

.mtree-skin-selector li {
    display: inline-block;
    float: none;
}

.mtree-skin-selector button {
    padding: 5px 10px;
    margin-bottom: 1px;
    background: #BBB;
}

.mtree-skin-selector button:hover {
    background: #999;
}

.mtree-skin-selector button.active {
    background: #999;
    font-weight: bold;
}

.mtree-skin-selector button.csl.active {
    background: #FFC000;
}

.mtree_2 a {
    padding-left: 15px;
}

.htmleaf-content {
    background: #0A5AA6;
    padding-left: 10px;
}

.page_xxgk_detail {
    margin-top: 30px;
}

.page_xxgk_detail h4 {
    color: #101930;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.page_xxgk_detail .desc {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page_xxgk_detail .desc p {
    color: #999999;
    font-size: 16px;
    margin-right: 20px;
}

.page_xxgk_detail .desc p:last-child {
    margin-right: 0;
}

.page_xxgk_detail .desc p img {
    margin-right: 6px;
    position: relative;
    top: 2px;
    width: 16px;
}

.page_xxgk_detail .content p {
    color: #3A4153;
    font-size: 16px;
    line-height: 30px;
}

.page_xxgk_detail .content img {
    max-width: 100%;
}

.page_xxgk_detail .more {
    margin-top: 50px;
}

.page_xxgk_detail .more p {
    color: #606167;
    margin-bottom: 20px;
}

.page_xxgk_detail .more p:hover,
.page_xxgk_detail .more p:hover a {
    color: #0A5AA6;
}

.page_xxgk_detail .more p a {
    color: #101930;
}

.page_yyks .content p {
    color: #1A242F;
    font-size: 16px;
    line-height: 30px;
}

.page_yyks .content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.page_yyks .index_zjtd_swiper {
    padding-bottom: 30px;
}

.page_yyjj .content {
    margin-bottom: 50px;
}

.page_yyjj .content p {
    color: #4D5054;
    font-size: 16px;
    line-height: 30px;
}

.page_yyjj .numCount {
    clear: both;
}

.page_yyjj .numCount ul {
    padding-left: 0;
    display: flex;
}

.page_yyjj .numCount li {
    text-align: center;
    position: relative;
    width: 16.666666%;
}

.page_yyjj .numCount li .numU {
    line-height: 1.3;
}

.page_yyjj .numCount li .numCX {
    font-size: 44px;
    color: #1A242F;
    font-family: DIN;
}

.page_yyjj .numCount li .numU .descs {
    font-size: 16px;
    color: #1A242F;
    margin-right: 4px;
}

.page_yyjj .numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #1A242F;
    position: relative;
    top: -3px;
    font-size: 16px;
}

.page_yyjj .numCount li .numU .unitC2 {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #1A242F;
    position: relative;
    top: 0;
    font-size: 30px;
    font-family: DIN;
}

.page_yyjj .numCount li .numU sub {
    vertical-align: baseline;
}

.page_yyjj .numCount li .indc {
    color: #1A242F;
    font-size: 16px;
    margin-top: 12px;
}

.page_yyjj .numCount li .desc {
    color: #1A242F;
    font-size: 14px;
}

.page_yywh {
    padding: 70px 0;
    background: url(../img/page_yywh_bg.png);
    background-size: 100% 100%;
}

.page_yywh .title {
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

.page_yywh .box {
    height: 280px;
    background: #fff;
    padding: 40px 25px;
    transition: 0.3s all ease;
}

.page_yywh .box:hover {
    background: #0A5AA6;
}

.page_yywh .box:hover h4,
.page_yywh .box:hover p {
    color: #fff;
}

.page_yywh .box img {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}

.page_yywh .box h4 {
    color: #1A242F;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
}

.page_yywh .box p {
    color: #4D5054;
    font-size: 16px;
    text-align: center;
}

.page_yyhj {
    background: url(../img/page_yyhj_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.page_yyhj .title {
    text-align: center;
    color: #1A242F;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

.index_yyhj_swiper {
    padding-bottom: 20px;
}

.index_yyhj_swiper .swiper-slide .box img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.index_yyhj_swiper .swiper-slide .box p {
    text-align: center;
    color: #303C48;
}

.index_yyhj_swiper .swiper-slide .box span {
    text-align: center;
    color: #F3F3F6;
    font-size: 80px;
    display: block;
    font-weight: bold;
    margin-top: -20px;
    position: relative;
    z-index: 1000;
}

.index_yyhj_swiper .swiper_btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -78px;
    z-index: 100;
}

.index_yyhj_swiper .swiper_btn img {
    width: 40px;
    cursor: pointer;
}

.index_yyhj_swiper .swiper_btn .line {
    width: 100%;
    height: 1px;
    background: #EDEDED;
}

.index_yyhj_swiper .swiper_btn .prev:hover {
    content: url(../img/yyhj_swiper_prev_hover.png);
}

.index_yyhj_swiper .swiper_btn .next:hover {
    content: url(../img/yyhj_swiper_next_hover.png);
}

.page_yyry {
    padding: 70px 0;
}

.page_yyry .title {
    text-align: center;
    color: #1A242F;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
}

.page_yyry .box {
    margin-bottom: 30px;
}

.page_yyry .box img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.page_yyry .box p {
    color: #303C48;
    text-align: center;
}

.page_yyry .btns {
    width: 150px;
    height: 44px;
    border-radius: 1px;
    border: 1px solid #002386;
    text-align: center;
    line-height: 44px;
    display: block;
    margin: 0 auto;
    color: #002386;
    transition: 0.3s all ease;
}

.page_yyry .btns img {
    width: 10px;
    margin-left: 4px;
}

.page_yyry .btns:hover {
    background: #002386;
    color: #fff;
}

.page_yyry .btns:hover img {
    content: url(../img/more2_w.png);
}

.page_yysb {
    padding: 70px 0;
    background: #F9F9F9;
}

.page_yysb .title {
    margin-bottom: 50px;
}

.page_yysb .title h4 {
    text-align: center;
    color: #1A242F;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page_yysb .title p {
    text-align: center;
    color: #1A242F;
    font-size: 18px;
}

.page_yysb .box1 {
    display: block;
    overflow: hidden;
    position: relative;
}

.page_yysb .box1 img {
    height: 638px;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: 0.3s all ease;
}

.page_yysb .box1:hover img {
    transform: scale(1.1);
}

.page_yysb .box1 span {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20%;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: block;
    transition: 0.3s all ease;
}

.page_yysb .box1:hover span {
    bottom: 0;
}


.page_yysb .box2 {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.page_yysb .box2 img {
    height: 307px;
    object-fit: cover;
    display: block;
    width: 100%;
    transition: 0.3s all ease;
}

.page_yysb .box2:hover img {
    transform: scale(1.1);
}

.page_yysb .box2 span {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -20%;
    padding: 20px;
    text-align: center;
    color: #fff;
    display: block;
    transition: 0.3s all ease;
}

.page_yysb .box2:hover span {
    bottom: 0;
}

.page_yysb .btns {
    width: 150px;
    height: 44px;
    border-radius: 1px;
    border: 1px solid #002386;
    text-align: center;
    line-height: 44px;
    display: block;
    margin: 0 auto;
    color: #002386;
    transition: 0.3s all ease;
    margin-top: 30px;
}

.page_yysb .btns img {
    width: 10px;
    margin-left: 4px;
}

.page_yysb .btns:hover {
    background: #002386;
    color: #fff;
}

.page_yysb .btns:hover img {
    content: url(../img/more2_w.png);
}

.page_yygk_group {
    padding: 140px 0 70px 0;
}

.page_yygk_group .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.page_yygk_group .title_box h4 {
    color: #1A242F;
    font-size: 24px;
}

.page_yygk_group .title_box h4 span {
    color: #E3E4E6;
    font-size: 22px;
    text-transform: uppercase;
}

.page_yygk_group .title_box .navs span,
.page_yygk_group .title_box .navs a {
    color: #999999;
    font-size: 16px;
}

.page_yygk_group .title_box .navs a:hover {
    color: #0A5AA6;
}

.page_yyry_list .box {
    margin-bottom: 24px;
}

.page_yyry_list .box img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.page_yyry_list .box p {
    text-align: center;
    color: #303C48;
    font-size: 16px;
}

.page_yysb_swiper .box {
    display: flex;
    justify-content: space-between;
}

.page_yysb_swiper .box .img {
    width: 45%;
    display: block;
    overflow: hidden;
}

.page_yysb_swiper .box .img img {
    width: 100%;
    height: 100%;
    transition: 0.5s all ease;
    height: 440px;
    display: block;
}

.page_yysb_swiper .box .img:hover img {
    transform: scale(1.1);
}

.page_yysb_swiper .box .content {
    width: 55%;
    background: #0A5AA6;
    padding: 50px;
    position: relative;
    height: 440px;
}

.page_yysb_swiper .box .content .title a {
    width: 80%;
    color: #FFFFFF;
    font-size: 22px;
    position: relative;
    padding-top: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_yysb_swiper .box .content .title .en {
    color: #E3E4E6;
    margin-top: 10px;
    font-size: 16px;
}

.page_yysb_swiper .box .content .title a::before {
    width: 40px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: '';
}

.page_yysb_swiper .box .content .title .time {
    text-align: center;
}

.page_yysb_swiper .box .content .title .time h4 {
    color: #FFFFFF;
    font-size: 38px;
}

.page_yysb_swiper .box .content .title .time p {
    color: rgba(255, 255, 255, 0.3);
    font-size: 22px
}

.page_yysb_swiper .box .content .desc {
    margin-top: 20px;
}

.page_yysb_swiper .box .content .desc .t {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 10px;
}

.page_yysb_swiper .box .content .desc p {
    line-height: 30px;
    color: #fff;
}

.page_yysb_swiper .swiper_btn {
    position: absolute;
    right: 50px;
    top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.page_yysb_swiper .swiper_btn img {
    width: 8px;
    height: 13px;
    cursor: pointer;
}

.page_yysb_swiper .swiper_btn .k {
    width: 1px;
    height: 11px;
    margin: 0 24px;
    background: #fff;
}

.page_yysb_list {
    margin-top: 30px;
}

.page_yysb_list .box {
    margin-bottom: 24px;
}

.page_yysb_list .box .img {
    display: block;
    overflow: hidden;
}

.page_yysb_list .box .img:hover img {
    transform: scale(1.1);
}

.page_yysb_list .box .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

.page_yysb_list .box .title {
    text-align: center;
    color: #303C48;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.page_yysb_list .box .title:hover {
    color: #0A5AA6;
}

.index_ykzs {
    padding: 70px 0;
}

.index_ykzs .tab ul {
    display: flex;
    flex-wrap: wrap;
}

.index_ykzs .tab ul li {
    margin-right: 20px;
    margin-bottom: 20px;
}

.index_ykzs .tab ul li.active {
    color: #0A5AA6;
    position: relative;
    padding-bottom: 10px;
}

.index_ykzs .tab ul li.active::before {
    width: 20px;
    height: 3px;
    background: #0A5AA6;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: calc((100% - 20px) / 2);
    bottom: 0;
}

.index_ykzs .tab ul li {
    color: #1A242F;
    font-size: 16px;
    cursor: pointer;
}

.index_ykzs .tab ul li:hover {
    color: #0A5AA6;
}

.index_ykzs_swiper {
    margin-top: 30px;
}

.index_ykzs_swiper .swiper-slide {
    width: 270px;
    position: relative;
}

.index_ykzs_swiper .swiper-slide .box .icon_box {
    background: #F6F8FA;
    padding: 30px;
    height: 420px;
    position: relative;
}

.index_ykzs_swiper .swiper-slide .box .icon_box .icon {
    width: 64px;
    margin-bottom: 40px;
}

.index_ykzs_swiper .swiper-slide .box .icon_box .title {
    color: #1A242F;
    font-size: 22px;
    margin-bottom: 10px;
}

.index_ykzs_swiper .swiper-slide .box .icon_box p {
    color: #838589;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_ykzs_swiper .swiper-slide .box .icon_box .more {
    width: 40px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.index_ykzs_swiper .slide_on {
    width: 810px;
}

.index_ykzs_swiper .slide_on .icon_box {
    display: none;
}

.index_ykzs_swiper .swiper-slide .content {
    display: none;
    justify-content: space-between;
}

.index_ykzs_swiper .slide_on .content {
    display: flex;
}

.index_ykzs_swiper .swiper-slide .content .left {
    width: 300px;
    height: 420px;
    background: #0A5AA6;
    padding: 30px;
}

.index_ykzs_swiper .swiper-slide .content .left .title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.index_ykzs_swiper .swiper-slide .content .left p {
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 30px;
}

.index_ykzs_swiper .swiper-slide .content .left .more img {
    width: 40px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.index_ykzs_swiper .swiper-slide .content .right {
    width: 510px;
    height: 420px;
    display: block;
    overflow: hidden;
}

.index_ykzs_swiper .swiper-slide .content .right img {
    width: 510px;
    display: block;
    transition: 0.3s all ease;
    height: 420px;
    object-fit: cover;

}

.index_ykzs_swiper .swiper-slide .content .right:hover img {
    transform: scale(1.1);
}


.index_ykzs_swiper_wap .swiper-slide .box .icon_box {
    background: #F6F8FA;
    padding: 30px;
    height: 420px;
    position: relative;
}

.index_ykzs_swiper_wap .swiper-slide .box .icon_box .icon {
    width: 64px;
    margin-bottom: 40px;
}

.index_ykzs_swiper_wap .swiper-slide .box .icon_box .title {
    color: #1A242F;
    font-size: 22px;
    margin-bottom: 10px;
}

.index_ykzs_swiper_wap .swiper-slide .box .icon_box p {
    color: #838589;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_ykzs_swiper_wap .swiper-slide .box .icon_box .more {
    width: 40px;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.search_input {
    display: flex;
    margin-top: 50px;
}

.search_input input {
    width: calc(100% - 220px);
    border: 1px solid #E1E1E1;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    background: #fff;
}

.search_input a {
    width: 220px;
    height: 60px;
    line-height: 60px;
    background: #0A5AA6;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.search_result{
    margin-top: 40px;
    margin-bottom: 50px;
}
.search_result .title{
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
}
.search_result .title span{
    color: #0A5AA6;
    font-size: 16px;
}
.search_result ul li{
    padding-bottom: 22px;
    border-bottom: 1px dashed #E3E3E3;
    margin-bottom: 22px;
}
.search_result ul li a{
    color: #333333;
}
.search_result ul li a:hover{
    color:#0A5AA6;
}
@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: 10px;
        width: 60px;
        height: 60px;
        display: flex !important;
        align-items: center;
        text-align: center;
    }

    .menuDown .mobileMenu {
        position: fixed;
        width: 100%;
        height: 0;
        top: 80px;
        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;
    }

    .banner_video {
        height: auto;
    }

    footer .flex {
        flex-wrap: wrap;
        padding: 30px 0;
    }

    footer .flex .footer_nav {
        margin: 0;
        flex-wrap: wrap;
    }

    .index_yygk {
        flex-wrap: wrap;
    }

    .index_yygk .left {
        width: 100%;
        padding: 30px;
    }

    .index_yygk .right {
        width: 100%;
    }

    .index_yygk .numCount li {
        margin-right: 0;
        width: 50%;
        margin-bottom: 20px;
    }

    .index_yygk .numCount ul {
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .top_nav {
        padding: 0 15px;
    }

    .top_nav .logo img {
        width: 130px;
        height: auto;
    }

    .pc_search_box {
        margin-right: 50px;
        display: none;
    }

    .pc_banner {
        margin-top: 80px;
    }

    .pc_banner .swiper-slide img {
        height: auto;
    }

    .index_mywz {
        padding: 30px 0;
    }

    .index_title .title h4 {
        font-size: 24px;
    }
    .index_title .title h4::before{
        top: 5px;
    }
    .index_title .title p {
        font-size: 12px;
    }

    .colmd20 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .index_mywz .box {
        margin-bottom: 20px;
        height: 470px;
    }

    .index_mywz .box .name {
        font-size: 22px;
    }

    .index_mywz .box .desc {
        font-size: 16px;
    }

    .index_mywz .box p {
        font-size: 14px;
    }

    .colmd20:nth-child(5) {
        display: none;
    }

    .index_yygk .numCount li .numCX {
        font-size: 36px;
    }

    .index_zjtd {
        padding: 30px 0;
    }

    .index_zjtd_swiper .box .name {
        font-size: 22px;
    }

    .index_zjtd_swiper .box p {
        font-size: 14px;
    }

    .index_zjtd_swiper .box {
        height: 450px;
    }

    .index_yydt {
        padding: 30px 0;
    }

    .index_yydt .flex {
        flex-wrap: wrap;
    }

    .index_yydt .flex .left {
        width: 100%;
    }

    .index_yydt .flex .left .box {
        padding: 15px;
    }

    .index_yydt .flex .left .box a {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .index_yydt .flex .left .box p {
        font-size: 14px;
    }

    .index_yydt .flex .right {
        width: 100%;
        margin-top: 30px;
    }

    .index_yydt .flex .right .top_new .content a {
        font-size: 18px;
    }

    .index_yydt .flex .right .top_new .content p {
        font-size: 14px;
    }

    .index_yydt .flex .right ul li a {
        font-size: 18px;
    }

    footer .flex .logo {
        margin-top: 0;
        margin-bottom: 30px;
    }

    footer .flex .footer_nav ul {
        margin-right: 0;
        width: 33.3333%;

    }

    footer .bottom p {
        padding: 0 15px;
        font-size: 14px;
    }

    .floatBtnBox {
        display: none;
    }

    .page_banner .content h4 {
        font-size: 26px;
        margin-top: 16%;
    }

    .page_banner .content p {
        font-size: 18px;
    }

    .page_nav .flex {
        flex-wrap: wrap;

    }

    .page_nav .flex ul {
        justify-content: left;
        width: 100%;
        margin-top: 14px;
    }

    .page_nav .flex ul li {
        margin-right: 20px;
        margin-left: 0;
    }

    .page_group {
        padding: 30px 0;
    }

    .page_title h4 {
        font-size: 22px;
    }

    .page_title p {
        font-size: 18px;
        margin-top: 4px;
    }

    .page_zjtd .box .name {
        font-size: 24px;
    }

    .page_zjtd .box {
        padding: 15px;
        height: 460px;
    }

    .page_zjtd .box p {
        font-size: 14px;
    }

    .page_zjtdxq .flex {
        flex-wrap: wrap;
    }

    .page_zjtdxq .flex .img {
        width: 100%;
    }

    .page_zjtdxq .flex .img .bg {
        width: 100%;
        height: 100%;
    }

    .page_zjtdxq .flex .right {
        width: 100%;
        margin-top: 30px;
    }

    .page_zjtdxq .flex .img .avatar {
        width: 80%;
        height: 80%;
        border-radius: 50%;
        position: absolute;
        top: 10%;
        left: 10%;
    }

    .page_zjtdxq {
        padding: 30px 0;
    }

    .page_zjtdxq .flex .right h4 {
        font-size: 34px;
    }

    .page_yydt_swiper .box {
        flex-wrap: wrap;
    }

    .page_yydt_swiper .box .img {
        width: 100%;
    }

    .page_yydt_swiper .box .content {
        width: 100%;
        padding: 30px;
        height: 290px;
    }

    .page_yydt_swiper .box .content .title a {
        font-size: 18px;
        padding-top: 10px;
    }

    .page_yydt_swiper .box .content .title .time h4 {
        font-size: 28px;
    }

    .page_yydt_swiper .box .content .title .time p {
        font-size: 18px;
    }

    .page_yydt_swiper .box .content .desc p {
        width: 100%;
    }

    .page_yydt_swiper .box .more {
        left: 30px;
        bottom: 30px;
    }

    .page_yydt_swiper .swiper_btn {
        right: 30px;
        bottom: 30px;
    }

    .page_new_list .content {
        padding: 15px;
        height: 150px;
    }

    .page_new_list .content .time {
        margin-bottom: 10px;
    }

    .page_new_list .content .title {
        font-size: 16px;
    }

    .page_ybzc .box {
        padding: 15px;
    }

    .page_kpzs .box {
        padding: 15px;
        height: 170px;
    }

    .page_kpzs .box .title {
        font-size: 16px;
    }

    .page_kpzs .box .more img {
        left: 15px;
    }

    .page_shzrxq {
        flex-wrap: wrap;
    }

    .page_shzrxq .detail {
        width: 100%;
    }

    .page_shzrxq .detail h4 {
        font-size: 24px;
    }

    .page_shzrxq .detail .more .left {
        width: 70%;
    }

    .page_shzrxq .tj {
        width: 100%;
    }

    .page_shzr ul li {
        flex-wrap: wrap;
    }

    .page_shzr ul li .img {
        width: 100%;
    }

    .page_shzr ul li .content {
        width: 100%;
        margin-top: 30px;
    }

    .page_shzr ul li .time {
        display: none;
    }

    .page_lxwm .flex {
        flex-wrap: wrap;
    }

    .page_lxwm .flex .left {
        margin-top: 30px;
        width: 100%;
    }

    .page_lxwm .flex .left .title {
        width: 100%;
    }

    .page_lxwm .flex .left .box {
        width: 100%;
    }

    .page_lxwm .flex .right {
        width: 100%;
    }

    .page_lxwm .flex .right .ly .group {
        padding: 15px;
    }

    .page_lxwm .flex .right .ly .group .input_box input {
        width: calc(100% - 60px);
    }

    .page_lxwm .flex .right .ly .btns {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .page_xxgk {
        flex-wrap: wrap;
    }

    .page_xxgk .left {
        width: 100%;
    }

    .page_xxgk .right {
        width: 100%;
    }

    .page_xxgk .right .page_xxgk_list li a {
        width: 70%;
    }

    .page_xxgk_detail h4 {
        font-size: 24px;
    }

    .page_yyjj .numCount ul {
        flex-wrap: wrap;
    }

    .page_yyjj .numCount li {
        width: 33.333333%;
    }

    .page_yywh .box img {
        width: 70px;
        height: 70px;
    }

    .page_yywh .box {
        padding: 15px;
        height: 240px;
        margin-bottom: 14px;
    }

    .page_yywh .box p {
        font-size: 14px;
    }

    .page_yysb .box1 img {
        height: auto;
    }

    .page_yysb .box2 img {
        height: 150px;
    }

    .page_yysb .box2 span {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        bottom: -40%;
    }

    .page_yysb .box1 {
        margin-bottom: 24px;
    }

    .page_yygk_group .title_box {
        flex-wrap: wrap;
    }

    .page_yygk_group .title_box h4 {
        margin-bottom: 20px;
    }

    .page_yysb_swiper .box {
        flex-wrap: wrap;
    }

    .page_yysb_swiper .box .img {
        width: 100%;
    }

    .page_yysb_swiper .box .content {
        width: 100%;
        padding: 30px;
        height: auto;
    }

    .index_ykzs_swiper_wap .swiper-slide .box .icon_box {
        padding: 15px;
        height: 300px;
    }

    .index_ykzs_swiper_wap .swiper-slide .box .icon_box .icon {
        margin-bottom: 20px;
    }

    .index_ykzs_swiper_wap .swiper-slide .box .icon_box .title {
        font-size: 18px;
    }

    .index_ykzs_swiper_wap {
        padding-bottom: 50px;
    }
}