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;
}

.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 ul {
    display: flex;
    width: 66%;
    align-items: center;
}

.top_nav ul li {
    width: 11%;
    text-align: center;
}

.top_nav ul li.active>a {
    color: #0061DF;
    position: relative;
    display: block;
}

.top_nav ul li.active>a::before {
    position: absolute;
    content: '';
    width: 50%;
    left: 25%;
    background: #0061DF;
    height: 2px;
    display: block;
    bottom: -10px;
}

.top_nav ul li a {
    color: #333333;
    font-size: 14px;
}

.top_nav ul li a:hover {
    color: #0061DF;
}

.top_nav .right {
    width: 260px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_search_box {
    overflow: hidden;
    height: 80px;
    position: relative;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.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 .lang {
    display: flex;
    align-items: center;
}

.top_nav .lang img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.top_nav .lang select {
    border: none;
    color: #333333;
    font-size: 16px;
    outline: none;
}

.top_nav .ly {
    width: 140px;
    height: 40px;
    background: #0061DF;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.top_nav  ul li{
    position: relative;
}
.top_nav  ul li>div {
    position: absolute;
    top: 50px;
    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 .ly img {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.index_banner {
    margin-top: 80px;
}

.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;
    background: #0061DF;
}

.index_js .flex {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.index_js .flex .left {
    width: 54%;
    padding-left: calc((100% - 1320px) / 2);
}

.index_title {
    margin-bottom: 50px;
}

.index_title p {
    color: #1A1A1A;
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: bold;
}

.index_title span {
    display: block;
    color: #B3B3B3;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.index_js .flex .left {
    padding-top: 40px;
}

.index_js .flex .left .desc {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.index_js .flex .left .desc span {
    color: #0061DF;
}

    .index_js .flex .left .content p {
        color: #999999;
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 2px;
    }

.index_js .flex .right {
    width: 45%;
    position: relative;
    cursor: pointer;
}

.index_js .flex .right .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    flex-wrap: wrap;
}

.index_js .flex .right .icon div {
    text-align: center;
    margin-left: 20%;
    margin-top: 10%;
}

.index_js .flex .right .icon p {
    color: #FFFFFF;
    font-size: 24px;
    width: 100%;
}

.index_js .flex .right .icon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.index_js .flex .right>img {
    width: 100%;
    display: block;
}

.index_js .numCount {
    margin-top: 30px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    padding: 24px 0;
    width: 90%;
    margin-bottom: 40px;
}

.index_js .numCount .icon1 {
    position: absolute;
    left: 0;
    top: -14px;
}

.index_js .numCount .icon2 {
    position: absolute;
    right: 0;
    bottom: -14px;
}

.index_js .numCount ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.index_js .numCount p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.index_js .numCount li {
    text-align: center;
    position: relative;
    width: 25%;
}

.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: 45px;
    color: #0061DF;
    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;
    color: #0061DF;
    position: relative;
    top: -20px;
    font-size: 14px;
    right: 12px;
}

.index_js .numCount li .numU .unitD {
    font-size: 14px;
    color: #999999;
    margin-left: 4px;
}

.index_js .numCount li .numU sub {
    vertical-align: baseline;
}

.index_js .numCount li .indc {
    color: #333;
    font-size: 14px;
}

.index_js .numCount li .desc {
    color: #999;
    font-size: 14px;
}

.index_js .left .more {
    color: #999999;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.index_js .left .more img {
    margin-left: 12px;
}

.index_cp {
    background: url(../img/index_cp_bg.png) no-repeat;
    background-size: 100% 100%;
}

.index_cp .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_cp .flex .left {
    width: 45%;
}

.index_cp .flex .left .title {
    margin-bottom: 50px;
}

.index_cp .flex .left .title h4 {
    color: #FFFFFF;
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: bold;
}

.index_cp .flex .left .title span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    text-transform: uppercase;
}

.index_cp .flex .left .content p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 34px;
}

.index_cp .flex .left .more {
    width: 200px;
    height: 54px;
    box-shadow: 0px 4px 20px 1px rgba(230, 0, 18, 0.1);
    border: 1px solid #FFFFFF;
    line-height: 54px;
    transition: 0.3s all ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 60px;
}

.index_cp .flex .left .more text {
    color: #FFFFFF;
    font-size: 16px;
}

.index_cp .flex .left .more img {
    width: 14px;
    height: 10px;
}

.index_cp .flex .left .more:hover {
    background: #0061DF;
    border: 1px solid #0061DF;
}

.index_cp .flex .right {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}

.index_cp .flex .right .box {
    width: 50%;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    position: relative;
    height: 400px;
    overflow: hidden;
}

.index_cp .flex .right .box .icon {
    position: absolute;
    left: 0;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.index_cp .flex .right .box .icon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 18px;
}

.index_cp .flex .right .box .icon p {
    color: #FFFFFF;
    font-size: 18px;
}

.index_cp .flex .right .box:nth-child(3),
.index_cp .flex .right .box:nth-child(4) {
    border-bottom: none;
}

.index_cp .flex .right .box .img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    transition: 0.3s all ease;
}

.index_cp .flex .right .box:hover .img {
    top: 0
}

.index_cp .flex .right .box .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.index_cp .flex .right .box .img .bg {
    background: linear-gradient(180deg, rgba(0, 97, 223, 0) 0%, #0061DF 100%);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
}

.index_new {
    padding: 70px 0;
}

.index_new .flex {
    display: flex;
    justify-content: space-between;
}

.index_new .index_title {
    margin-bottom: 0;
}

.index_new_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_new_tab .more a {
    color: #999999;
    font-size: 16px;
    margin-left: 40px;
}

.index_new_tab .more a:hover {
    color: #0061DF;
}

.index_new_tab .more a:hover img {
    content: url(../img/jian_on.png);
}

.index_new .flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.index_new .flex .left {
    width: 45%;
}

.index_new .flex .left .img {
    display: block;
    overflow: hidden;
    position: relative;
}

.index_new .flex .left .img .time {
    width: 80px;
    height: 60px;
    background: #0061DF;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

.index_new .flex .left .img .time p {
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 2px;
}

.index_new .flex .left .img .time span {
    color: #FFFFFF;
    font-size: 12px;
}

.index_new .flex .left .img img {
    width: 100%;
    display: block;
    transition: 0.3s all ease;
    z-index: 5;
}

.index_new .flex .left .title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.index_new .flex .left .title:hover {
    color: #0061DF;
}

.index_new .flex .left p {
    color: #999999;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
}

.index_new .flex .left .more {
    width: 120px;
    height: 40px;
    display: block;
    line-height: 40px;
    color: #999999;
    font-size: 14px;
    transition: 0.3s all ease;
    border: 1px solid #999999;
    text-align: center;
    margin-top: 20px;
}

.index_new .flex .left .more:hover {
    background: #0061DF;
    border: 1px solid #0061DF;
    color: #fff;
}

.index_new .flex .right {
    width: 50%;
}

.index_new .flex .right ul li {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.index_new .flex .right ul li .time {
    width: 80px;
    text-align: center;
}

.index_new .flex .right ul li .time p {
    color: #666666;
    font-size: 24px;
}

.index_new .flex .right ul li .time span {
    color: #666666;
    font-size: 12px;
}

.index_new .flex .right ul li .content {
    border-left: 1px solid #EBECF0;
    width: calc(100% - 80px);
    padding-left: 20px;
}

.index_new .flex .right ul li .content a {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_new .flex .right ul li .content span {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_ms {
    background: url(../img/index_ms_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 70px 0;
}

.index_ms .box {
    width: 60%;
}

.index_ms .box h4 {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 40px;
}

.index_ms .box p {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
}

footer .content {
    background: #142433;
    padding: 60px 0 20px 0;
}

footer .content .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .content .top .link {
    width: calc(100% - 150px);
}

footer .content .top .link ul {
    display: flex;
}

footer .content .top .link ul li {
    margin-right: 60px;
}

footer .content .top .link ul li a {
    color: rgba(255, 255, 255, 0.4);
}

footer .content .top .link ul li a:hover {
    color: #fff;
}

footer .content .top .qrcode {
    width: 160px;
    display: flex;
    justify-content: space-between;
}

footer .content .top .qrcode .box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.3s all ease;
    justify-content: center;
    align-items: center;
    line-height: 40px;
}

footer .content .top .qrcode .box:hover {
    background: rgba(0, 90, 178, 1);
}

footer .content .top .qrcode .box img {
    display: block;
    margin: 0 auto;
}

footer .content .top .qrcode .box .erweima {
    position: absolute;
    left: 50px;
    top: -20px;
    z-index: 10;
    display: none;
}

footer .content .top .qrcode .box:hover .erweima {
    display: block;
}

footer .content .top .qrcode .box .erweima img {
    display: block;
    width: 100px;
    height: 100px;
}

footer .content .mid {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .content .mid .lx {
    width: 60%;
}

footer .content .mid .lx div {
    display: flex;
    margin-bottom: 30px;
}

footer .content .mid .lx div p {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 30px;
}

footer .content .mid .lx div:last-child {
    margin-bottom: 0;
}

footer .desc {
    background: #0E1924;
    padding: 18px;
    text-align: center;
}

footer .desc p {
    color: rgba(255, 255, 255, 0.2);
    font-size: 16px;
}

.modal-dialog {
    width: 70%;
    margin-top: 100px;
}

.page_banner {
    position: relative;
    margin-top: 80px;
}

.page_banner>img {
    width: 100%;
    display: block;
}

.page_banner .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(13, 13, 13, 0.4);
}

.page_banner .content h4 {
    margin-top: 18%;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.page_banner .content p {
    color: #FFFFFF;
    font-size: 24px;
    text-transform: uppercase;
}

.page_group {
    padding: 40px 0 60px 0;
    overflow: hidden;
}

.page_mb {
    display: flex;
    justify-content: end;
    padding: 20px 0;
}

.page_nav {
    display: flex;
    align-items: center;
}

.page_nav a,
.page_nav span {
    color: #B3B3B3;
    font-size: 14px;
    margin-left: 10px;
}

.page_nav a:hover {
    color: #0061DF;
}

.page_new_detail h4 {
    color: #0D0D0D;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.page_new_detail .desc {
    color: #999999;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.page_new_detail .content p {
    color: #666666;
    font-size: 18px;
    line-height: 34px;
}

.page_new_detail .content img {
    max-width: 100%;
}

.page_new_detail .download {
    margin-top: 50px;
}

.page_new_detail .download ul li {
    display: flex;
    align-items: flex-start;
}

.page_new_detail .download ul li img {
    margin-right: 6px;
    display: block;

}

.page_new_detail .download ul li span {
    color: #666;
    font-size: 16px;
}

.page_new_detail .download ul li a {
    font-size: 16px;
    color: #0061DF;
}

.page_new_detail .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.page_new_detail .more p,
.page_new_detail .more p a {
    color: #0D0D0D;
    font-size: 16px;
}

.page_new_detail .more p a:hover {
    color: #0061DF;
}

.page_new_detail .more .btns {
    width: 180px;
    height: 50px;
    background: #0061DF;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    display: block;
}

.page_new_detail .video {
    width: 100%;
    margin: 30px 0;
}

.page_cp_detail h4 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

.page_cp_detail {
    padding: 40px 0 50px 0;
}

.page_cp_detail h4::before {
    width: 60px;
    height: 6px;
    background: #0061DF;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
}

.page_cp_detail .content p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
}

.page_cp_desc .page_cp_desc_box {
    padding: 50px 0;
}

.page_cp_desc .page_cp_desc_box:nth-child(odd) {
    background: #FAFAFA;
}

.page_cp_desc .page_cp_desc_box:nth-child(even) {
    background: #fff;
}

.page_cp_desc .page_cp_desc_box h4 {
    color: #333333;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.page_cp_desc .page_cp_desc_box h4 span {
    color: #0061DF;
}

.page_cp_desc .page_cp_desc_box .zb {
    display: flex;
    flex-wrap: wrap;
}

.page_cp_desc .page_cp_desc_box .zb p {
    margin-right: 40px;
    width: 33.33333%;
    color: #333;
    margin-bottom: 20px;

}

.page_cp_desc .page_cp_desc_box .content p {
    color: #333;
    line-height: 34px;
}

.page_nav_desc {
    border-bottom: 1px solid #F3F3F5;
}

.page_nav_desc .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_nav_desc .flex ul {
    display: flex;
}

.page_nav_desc .flex ul li {

    font-size: 16px;
    position: relative;
    padding: 20px 0;
    margin-right: 70px;
}

.page_nav_desc .flex ul li a {
    color: #666666;
}

.page_nav_desc .flex ul li:hover a {
    color: #0061DF;
}

.page_nav_desc .flex ul li.active a {
    color: #0061DF;
}

.page_nav_desc .flex ul li.active::before {
    height: 1px;
    background: #0061DF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
}

.page_nav_desc .flex .title {
    color: #0061DF;
    font-size: 16px;
    position: relative;
    padding: 20px 0;
}

.page_nav_desc .flex .title::before {
    height: 1px;
    background: #0061DF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
}

.page_zx {
    width: 1000px;
    margin: 0 auto;

}

.page_zx .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page_zx .page_zx_input {
    width: 48%;
    margin-bottom: 30px;
}

.page_zx .page_zx_input p {
    color: #0D0D0D;
    font-size: 14px;
    margin-bottom: 8px;
}

.page_zx .page_zx_input input {
    height: 54px;
    background: #F7F7F7;
    width: 100%;
    line-height: 54px;
    border: 1px solid #EDEDED;
    padding: 0 15px;
    font-size: 16px;
    transition: 0.3s all ease;
}

.page_zx .page_zx_input input:focus {
    background: #0061DF;
    color: #fff;
}

.page_zx .page_zx_input input:focus::placeholder,
.page_zx .page_zx_input input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.page_zx_text {
    width: 100%;
}

.page_zx .page_zx_text p {
    color: #0D0D0D;
    font-size: 14px;
    margin-bottom: 8px;
}

.page_zx .page_zx_text textarea {
    height: 54px;
    background: #F7F7F7;
    width: 100%;
    line-height: 54px;
    border: 1px solid #EDEDED;
    padding: 0 15px;
    font-size: 16px;
    transition: 0.3s all ease;
    min-height: 300px;
    outline: none;
}

.page_zx .page_zx_text textarea:focus {
    background: #0061DF;
    color: #fff;
}

.page_zx .page_zx_text textarea:focus::placeholder,
.page_zx .page_zx_text textarea:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.page_zx .submit {
    width: 370px;
    height: 60px;
    background: #0061DF;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 50px;
}

.page_lx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_lx .left {
    width: 45%;
    padding-left: calc((100% - 1290px) / 2);
}

.page_lx .left h4 {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}
.page_lx .left h4 span{
    color: #0061DF;
}
.page_lx .left p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}

.page_lx .left p img {
    margin-right: 10px;
}
.page_lx .left .content_box{
    margin-bottom: 40px;
}
.page_lx .right {
    width: 50%;
}

.page_lx .right img {
    width: 100%;
    display: block;
}

.page_zp {
    border: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page_zp .left {
    width: 40%;
    padding: 0 30px;
    text-align: center;
}

.page_zp .left h4 {
    color: #0D0D0D;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page_zp .left div {
    color: #999999;
    font-size: 16px;
}

.page_zp .right {
    width: 60%;
    border-left: 1px solid #E6E6E6;
    padding: 50px;
}

.page_zp .right .content {
    margin-bottom: 30px;
}

.page_zp .right .content h4 {
    color: #666666;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.page_zp .right .content p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 5px;
}

.page_download ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 40px;
    padding-top: 40px;
    transition: 0.3s all ease;
}

.page_download ul li:hover {
    background: #FAFAFA;
}

.page_download ul li .title {
    width: calc(100% - 150px);
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: center;
}

.page_download ul li .title:hover {
    color: #0061DF;
}

.page_download ul li .title img {
    margin-left: 6px;
}

.page_download ul {
    margin-bottom: 40px;
}

.page_download ul li .btns {
    width: 120px;
    height: 40px;
    border: 1px solid #CCCCCC;
    line-height: 40px;
    text-align: center;
    color: #B3B3B3;
    font-size: 14px;
    display: block;
    transition: 0.3s all ease;
}

.page_download ul li .btns:hover {
    background: #0061DF;
    border: 1px solid #0061DF;
    color: #fff;
}

.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: #0061DF;
    border: 1px solid #0061DF;
}

.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: #0061DF;
    border: 1px solid #0061DF;
}

.fenye .active {
    background: #0061DF;
    color: #fff;
    border: 1px solid #0061DF;
}

.page_new {
    padding: 60px 0;
}

.page_new_hot {
    display: flex;
    justify-content: space-between;
}

.page_new_hot .img {
    width: 50%;
    overflow: hidden;
}

.page_new_hot .img:hover img {
    transform: scale(1.1);
}

.page_new_hot .img img {
    height: 320px;
    object-fit: cover;
    width: 100%;
    display: block;
    transition: 0.3s all ease;
}

.page_new_hot .right {
    width: 50%;
    height: 320px;
    padding: 40px;
    background: #FAFAFA;
}

.page_new_hot .right .time {
    color: #4D4D4D;
    font-size: 18px;
    margin-bottom: 10px;
}

.page_new_hot .right .title {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.page_new_hot .right .title:hover {
    color: #0061DF;
}

.page_new_hot .right .title img {
    margin-left: 6px;
}

.page_new_hot .right .content p {
    color: #999999;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_new_hot .right .more {
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border: 1px solid #CCCCCC;
    display: block;
    margin-top: 20px;
    transition: 0.3s all ease;
}

.page_new_hot .right .more:hover {
    background: #0061DF;
    border: 1px solid #0061DF;
    color: #fff;
}

.page_new_list ul li {
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
}

.page_new_list ul li .time {
    width: 100px;
    text-align: center;
}

.page_new_list ul li .time p {
    color: #666666;
    font-size: 28px;
}

.page_new_list ul li .time span {
    color: #666666;
    font-size: 14px;
}

.page_new_list {
    margin-top: 30px;
}

.page_new_list ul li .content {
    width: calc(100% - 200px);
    border-left: 1px solid #EBECF0;
    padding-left: 40px;
}

.page_new_list ul li:hover {
    background: #FAFAFA;
}

.page_new_list ul {
    margin-bottom: 50px;
}

.page_new_list ul li .content .title {
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
}

.page_new_list ul li .content .title:hover {
    color: #0061DF;
}

.page_new_list ul li .content p {
    color: #999999;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_new_list ul li .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #B3B3B3;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    display: block;
    transition: 0.3s all ease;
}

.page_new_list ul li .more:hover {
    background: #0061DF;
    border: 1px solid #0061DF;
    color: #fff;
}

.page_video {
    padding: 60px 0;
}

.page_video .box {
    margin-bottom: 30px;
}

.page_video .box .img {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.page_video .box .img:hover img {
    transform: scale(1.1);
}

.page_video .box .img img {
    width: 100%;
    display: block;
    transition: 0.3s all ease;
}

.page_video .box .title {
    text-align: center;
    color: #333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
}

.page_video .box .title:hover {
    color: #0061DF;
}

.page_video .fenye {
    margin-top: 40px;
}

.page_xswl h4 {
    color: #1A1A1A;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.page_xswl p {
    color: #999999;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.page_xswl img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page_cp {
    display: flex;
    justify-content: space-between;
}

.page_cp .left {
    width: 300px;
}

.page_cp .left ul {
    width: 100%;
    background: #F4F5F9;
    padding-top: 10px;
}

.page_cp .left ul li {
    padding: 24px 0;
    text-align: center;
    position: relative;
    background: #F4F5F9;
    width: calc(100% - 10px);
}

.page_cp .left ul li:hover a {
    color: #0061DF;
}

.page_cp .left ul li a {
    color: #333333;
    font-size: 16px;
}

.page_cp .left ul li.active {
    background: #fff;
}

.page_cp .left ul li.active::before {
    width: 6px;
    background: #0061DF;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.page_cp .right {
    width: calc(100% - 330px);
}

.page_cp_box:hover h4 {
    color: #0061DF;
}

.page_cp_box {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.page_cp_box h4 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 24px;
}

.page_cp_box .box {
    border: 1px solid #DEDEDE;
    padding: 20px;
    height: 120px;
    position: relative;
    transition: 0.3s all ease;
    margin-bottom: 30px;
}

.page_cp_box .box p {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page_cp_box .box:hover {
    background: #0061DF;
    border: 1px solid #0061DF;
}

.page_cp_box .box:hover p {
    color: #fff;
}

.page_cp_box .box:hover span {
    display: none;
}

.page_cp_box .box span {
    color: #999999;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}

.page_cp_box .box .more {
    width: 60%;
    height: 40px;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    opacity: 0;
    transition: 0.3s all ease;
}

.page_cp_box .box:hover .more {
    opacity: 1;
}

.page_cp_box .box:hover .more:hover {
    background: #fff;
    color: #0061DF;
}

.page_cp_box:last-child {
    border-bottom: none;
}

.page_gs {
    display: flex;
    justify-content: space-between;
}

.page_gs {
    padding-top: 50px;
}

.page_gs .left {
    width: 58%;
    padding-left: calc((100% - 1290px) / 2);
}

.page_gs .left h4 {
    color: #1A1A1A;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}

.page_gs .left h4::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 6px;
    background: #0061DF;
}

.page_gs .left .desc {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.page_gs .left .desc span {
    color: #0061DF;
}

.page_gs .left .content p {
    color: #999999;
    font-size: 16px;
    line-height: 34px;
}


.page_gs .numCount {
    margin-top: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.page_gs .numCount ul {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.page_gs .numCount p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.page_gs .numCount li {
    text-align: center;
    position: relative;
    width: 23%;
    margin-right: 1%;
    background: url(../img/page_js_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
}

.page_gs .numCount li:last-child {
    margin-right: 0;
}

.page_gs .numCount li .numU {
    line-height: 1.3;
}

.page_gs .numCount li .numCX {
    font-size: 45px;
    color: #0061DF;
    font-weight: bold;
}

.page_gs .numCount li .numT {
    font-size: 70px;
    color: #333;
}

.page_gs .numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    color: #0061DF;
    position: relative;
    top: -20px;
    font-size: 14px;
    right: 12px;
}

.page_gs .numCount li .numU .unitD {
    font-size: 14px;
    color: #999999;
    margin-left: 4px;
}

.page_gs .numCount li .numU sub {
    vertical-align: baseline;
}

.page_gs .numCount li .indc {
    color: #333;
    font-size: 14px;
}

.page_gs .numCount li .desc {
    color: #999;
    font-size: 14px;
}

.page_gs .right {
    width: 40%;
    position: relative;
    cursor: pointer;
}

.page_gs .right .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    flex-wrap: wrap;
}

.page_gs .right .icon div {
    text-align: center;
    margin-left: 20%;
    margin-top: 10%;
}

.page_gs .right .icon p {
    color: #FFFFFF;
    font-size: 24px;
    width: 100%;
}

.page_gs .right .icon img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.page_gs .right>img {
    width: 100%;
    display: block;
}

.page_js {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_js .left {
    width: 50%;
}

.page_js .left img {
    width: 100%;
    display: block;
}

.page_js .right {
    width: 50%;
    padding: 0 100px 0 50px;
}

.page_js .right h4 {
    position: relative;
    color: #1A1A1A;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.page_js .right h4::before {
    width: 60px;
    height: 6px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0061DF;
}

.page_js .right .desc {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.page_js .right p {
    color: #999999;
    font-size: 18px;
}

.page_wh {
    padding: 60px 0;
}

.page_title {
    text-align: center;
    margin-bottom: 50px;
}

.page_title p {
    display: inline-block;
    position: relative;
    color: #1A1A1A;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 30px;
}

.page_title p::before {
    width: 60px;
    height: 6px;
    background: #0061DF;
    display: block;
    content: '';
    bottom: 0;
    position: absolute;
    left: calc((100% - 60px) / 2);
}

.page_wh .box {
    text-align: center;
    padding: 50px;
    height: 320px;
    position: relative;
    transition: 0.3s all ease;
}

.page_wh .box:hover {
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.08);
}

.page_wh .box:hover::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #0061DF;
    display: block;
    content: '';
    transition: 0.3s all ease;
}

.page_wh .box img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.page_wh .box div {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page_wh .box p {
    color: #999;
    font-size: 18px;
}
.page_ry{
    padding: 60px 0;
    background: url(../img/ry_bg.png) no-repeat;
    background-size: 100% 100%;
}
.page_ry_group{
    position: relative;
}
.page_ry_group .swiper_btn .prev{
    position: absolute;
    left: -90px;
    top: 40%;
    cursor: pointer;
    z-index: 10;
}
.page_ry_group .swiper_btn .prev:hover{
    content: url(../img/ry_prev_on.png);
}
.page_ry_group .swiper_btn .next:hover{
    content: url(../img/ry_next_on.png);
}
.page_ry_group .swiper_btn .next{
    position: absolute;
    right: -90px;
    top: 40%;
    cursor: pointer;
    z-index: 10;
}
#page_ry_swiper .img img{
    width: 100%;
    display: block;
}
#page_ry_swiper .img {
    margin-bottom: 50px;
}
#page_ry_swiper .icon{
    margin-bottom: 10px;
}
#page_ry_swiper .icon img{
    width: 100%;
}
#page_ry_swiper .swiper-slide p{
    text-align: center;
    color: #333333;
    font-size: 20px;
}
.page_download_list ul li{
    padding: 40px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s all ease;
}
.page_download_list ul li:hover {
    background: #FAFAFA;
}
.page_download_list ul li .title{
    width: calc(100% - 300px);
    display: block;
    color: #333333;
    font-size: 20px;
}
.page_download_list ul li .title:hover{
    color: #0061DF;
}
.page_download_list ul li .btn_group{
    display: flex;
    justify-content: space-between;
    width: 260px;
}
.page_download_list ul li .btn_group .btns{
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
    color: #B3B3B3;
    font-size: 14px;
    transition: 0.3s all ease;
}
.page_download_list ul li .btn_group .btns:hover{
    background: #0061DF;
    border: 1px solid #0061DF;
    color: #fff;
}
.floatPage {
    display: none;
}

.floatPage .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 102;
    opacity: 0;
}

.floatPage .floatInfo {
    position: fixed;
    width: 1100px;
    left: calc((100% - 1100px) / 2);
    top: 70%;
    margin-top: -380px;
    z-index: 103;
    opacity: 0;
}

.floatPage .floatInfo .floatClose{
    position: absolute;
    right: -35px;
    top: 0;
    cursor: pointer;
}
.floatPage .floatInfo .infoBox {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 25px;
}

.floatPage .floatInfo .infoBox .tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.floatPage .floatInfo .infoBox .tab .tabBtn {
    width: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #333436;
    background: #F1F3F5;
    cursor: pointer;
}

.floatPage .floatInfo .infoBox .tab .tabBtn.curr {
    background: #fff;
}
.qy_img2{
    position: relative;
}
.qy_img2 .swiper_btn img{
    cursor: pointer;
}
.qy_img2 .swiper_btn .prev{
    position: absolute;
    top: 40%;
    left: -90px;
}
.qy_img2 .swiper_btn .prev:hover{
    content: url(../img/swiper_prev_on.png);
}
.qy_img2 .swiper_btn .next:hover{
    content: url(../img/swiper_next_on.png);
}
.qy_img2 .swiper_btn .next{
    position: absolute;
    top: 40%;
    right: -90px;
}
.qy_img1 img{
    width: 100%;
    display: block;
}
#qy_img_swiper1 .swiper-slide img{
    width: 100%;
    display: block;
    height: 50vh;
    object-fit: cover;
}
#qy_img_swiper2{
    margin-top: 20px;
}
#qy_img_swiper2 .swiper-slide img{
    width: 100%;
    display: block;
    border: 4px solid #fff;
    cursor: pointer;
    height: 120px;
    object-fit: cover;
}
#qy_img_swiper2 .swiper-slide-active img{
    border: 4px solid #0061DF;
}
@media screen and (max-width: 1540px) {
    .index_js .flex .left {
        padding-top: 0;
    }

    .index_title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1439px) {
    .index_js .flex .left {
        padding-left: 5%;
    }

    .page_lx .left {
        width: 45%;
        padding-left: 5%;
    }
}
@media screen and (max-width: 1200px) {
    .top_nav ul li a{
        font-size: 14px;
    }
    .top_nav{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1000px) {
    .top_nav ul li a{
        font-size: 12px;
    }
}
@media screen and (max-width: 900px) {
    .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: 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;
    }

    .index_js .flex {
        flex-wrap: wrap;
        padding-top: 30px;
    }

    .index_js .flex .left {
        width: 100%;
        padding: 0 15px;
    }

    footer .content .mid {
        flex-wrap: wrap;
    }

    footer .logo {
        width: 90%;
    }

    footer .logo img {
        width: 100%;
        display: block;
    }

    .top_nav {
        padding: 0 15px;
    }

    .top_nav .logo img {
        width: 120px;
    }

    footer .content .top .link {
        width: 100%;
    }

    footer .content .top .link ul {
        flex-wrap: wrap;
    }

    footer .content .top {
        flex-wrap: wrap;
    }

    .top_nav .ly {
        width: 110px;
        height: 40px;
        background: #0061DF;
        border-radius: 20px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin-right: 40px;
    }

    .index_title p {
        font-size: 26px;
    }

    .index_js .flex .left .desc {
        font-size: 18px;
    }

    .index_js .numCount {
        width: 100%;
    }

    .index_js .numCount li .numCX {
        font-size: 32px;
    }

    .index_js .flex .right {
        width: 100%;
    }

    .index_js .flex .right .icon p {
        font-size: 20px;
    }

    .index_cp .flex {
        flex-wrap: wrap;
    }

    .index_cp .flex .left {
        width: 100%;
        padding: 30px 0;
    }

    .index_cp .flex .left .title h4 {
        font-size: 26px;
    }

    .index_cp .flex .left .content p {
        font-size: 16px;
    }

    .index_cp .flex .left .title {
        margin-bottom: 30px;
    }

    .index_cp .flex .right {
        width: 100%;
        border-top: 1px solid #707070;
    }

    .index_cp .flex .right .box {
        height: 300px;
    }

    .index_new {
        padding: 30px 0;
    }

    .index_new_tab {
        flex-wrap: wrap;
    }

    .index_new_tab .more {
        margin-top: 30px;
    }

    .index_new_tab .more a {
        margin-left: 0;
        margin-right: 20px;
    }

    .index_new .flex {
        flex-wrap: wrap;
    }

    .index_new .flex .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_new .flex .right {
        width: 100%;
    }

    .index_ms {
        padding: 30px 0;
    }

    .index_ms .box {
        width: 100%;
    }

    .index_ms .box h4 {
        margin-bottom: 20px;
    }

    .index_ms .box p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 36px;
    }

    footer .content .top .link ul li {
        margin-right: 0;
        width: 25%;
        text-align: center;
    }

    footer .content .mid .lx {
        width: 100%;
        margin-bottom: 14px;
    }

    footer .content .mid .lx div {
        flex-wrap: wrap;
        margin-bottom: 14px;
    }

    footer .content {
        padding: 30px 0 20px 0;
    }

    footer .content .top .qrcode {
        display: none;
    }

    .page_banner .content h4 {
        margin-top: 14%;
        font-size: 30px;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }

    .page_banner .content p {
        font-size: 18px;
    }

    .page_group {
        padding: 30px 0;
    }

    .page_new_detail h4 {
        font-size: 24px;
    }

    .page_new_detail .content p {
        font-size: 16px;
    }

    .page_new_detail .download {
        margin-top: 30px;
    }

    .page_new_detail .more {
        margin-top: 30px;
    }

    .page_new_detail .more .btns {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .page_new_detail .more p,
    .page_new_detail .more p a {
        font-size: 14px;
    }

    .page_cp_detail h4 {
        font-size: 26px;
        padding-bottom: 20px;
    }

    .page_cp_detail h4::before {
        height: 4px;
    }

    .page_cp_detail .content p {
        font-size: 16px;
    }

    .page_cp_detail {
        padding: 30px 0;
    }

    .page_cp_desc .page_cp_desc_box h4 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .page_cp_desc .page_cp_desc_box .zb p {
        font-size: 16px;
        width: 45%;
        margin-right: 20px;
    }

    .page_cp_desc .page_cp_desc_box {
        padding: 30px 0;
    }

    .page_zx {
        width: 100%;
        padding: 0 15px;
    }

    .page_zx .flex {
        flex-wrap: wrap;
    }

    .page_zx .page_zx_input {
        width: 100%;
    }

    .page_zx .submit {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-top: 30px;
    }

    .page_lx .left {
        width: 100%;
        padding: 15px;
    }

    .page_lx {
        flex-wrap: wrap;
    }

    .page_lx .left h4 {
        font-size: 24px;
    }

    .page_lx .right {
        width: 100%;
    }

    .page_zp {
        flex-wrap: wrap;
    }

    .page_zp .left {
        width: 100%;
        border-bottom: 1px solid #E6E6E6;
        padding: 30px;
    }

    .page_zp .left h4 {
        font-size: 22px;
    }

    .page_zp .right {
        width: 100%;
        padding: 30px;
        border-left: none;
    }

    .page_download ul li .btns {
        width: 80px;
    }

    .page_download ul li .title {
        width: calc(100% - 100px);
        font-size: 16px;
    }

    .page_download ul li {
        padding: 15px 0;
    }

    .page_nav_desc .flex ul li {
        margin-right: 10px;
    }

    .page_new {
        padding: 30px 0;
    }

    .page_new_hot {
        flex-wrap: wrap;
    }

    .page_new_hot .img {
        width: 100%;
    }

    .page_new_hot .right {
        width: 100%;
        padding: 20px;
    }

    .page_new_hot .right .title {
        font-size: 20px;
    }

    .page_new_list ul li {
        padding: 20px;
    }

    .page_new_list ul li .more {
        display: none;
    }

    .page_new_list ul li .content {
        width: 100%;
        padding-left: 15px;
    }

    .page_new_list ul li .content .title {
        font-size: 18px;
    }

    .page_xswl h4 {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .page_xswl p {
        font-size: 16px;
    }

    .page_cp {
        flex-wrap: wrap;
    }

    .page_cp .left {
        width: 100%;
        margin-bottom: 30px;
    }

    .page_cp .right {
        width: 100%;
    }

    .page_cp_box .box span {
        font-size: 14px;
    }
    .page_ry_group .swiper_btn .next{
        display: none;
    }
    .page_ry_group .swiper_btn .prev{
        display: none;
    }
    .page_gs{
        flex-wrap: wrap;
    }
    .page_gs .left{
        width: 100%;
        padding:0 15px;
    }
    .page_gs .left h4{
        font-size: 26px;
    }
    .page_gs .left .desc{
        font-size: 18px;
    }
    .page_gs .numCount li .numCX{
        font-size: 28px;
    }
    .page_gs .right{
        width: 100%;
    }
    .page_js{
        flex-wrap: wrap;
    }
    .page_js .left{
        width: 100%;
    }
    .page_js .right{
        width: 100%;
        padding:30px 15px;
    }
    .page_js .right h4{
        font-size: 26px;
    }
    .page_title p{
        font-size: 26px;
        padding-bottom: 14px;
    }
    .page_title{
        margin-bottom: 30px;
    }
    .page_wh .box{
        padding: 15px;
        height: 260px;
    }
    .page_wh .box div{
        font-size: 20px;
    }
    .page_wh .box p{
        font-size: 14px;
    }
    .page_wh{
        padding: 30px 0;    
    }
    .floatPage .floatInfo{
        width: 90%;
        left: 5%;
        margin-top: -250px;
    }
    #qy_img_swiper1 .swiper-slide img{
        height: 40vh;
    }
    .page_cp .left ul{
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
        align-items: center;
    }
    .page_cp .left ul li{
        width: 33.33333%;
        padding: 10px;
    }
    .page_cp .left ul li.active::before{
        display: none;
    }
    .page_cp .left ul li.active a{
        color: #0061DF;
    }
    .page_cp .left ul li.active{
        background: none;
    }
}