﻿@charset "utf-8";

/* CSS Document */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
    height: 100%;
}


/* CSS Document */

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    margin: auto;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a img,
img {
    vertical-align: middle;
    border: none;
}


/* a style */

a {
    text-decoration: none;
    /*-webkit-tap-highlight-color: rgba(0,0,0,0); */
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}


/* form style */

input,
textarea,
select,
button {
    vertical-align: middle;
    outline: none;
    background: inherit;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* clearfix style */

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: "\20";
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

*html .clearfix {
    height: 1%;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-middle {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.fx1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}


/* float style */

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.rel {
    position: relative;
}


/* display style */

.db {
    display: block;
}

.dn {
    display: none;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.ovh {
    overflow: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.psa {
    position: absolute;
    bottom: 0;
    left: 0;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2?v=1.0') format('woff2');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.001rem;
    -moz-osx-font-smoothing: grayscale;
}

.border-bottom {
    position: relative;
}

.border-bottom:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
    background: #ececec;
}

:root {
    --blue: #24539f;
}

body {
    height: 100%;
    min-width: 320px;
    font-size: 14px;
    background: #fff;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", STHeiti, sans-serif;
    overflow-x: hidden;
}

.menu {
    position: fixed;
    z-index: 99;
    width: 85%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 15%;
    display: none;
    overflow-y: auto;
    padding-bottom: 46px;
}

.menu-item,
.menu-item-tit {
    position: relative;
    font-size: 15px;
    color: #000;
    line-height: 3.2;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-left: 14%;
}

.menu-item-tit {
    color: var(--blue);
}

.close-menu,
.menu-item .arr {
    position: absolute;
    top: 50%;
    right: 3.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    text-align: center;
    line-height: normal;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 6px 10px;
}

.menu-item:after {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.menu-item .arr {
    color: #8a8a8a;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    pointer-events: none;
}

.menu-sub {
    display: none;
}

.menu-sub-item,
.menu-sub-first {
    background: #f4f4f4;
    line-height: 3.2;
}

.menu-sub-item {}

.menu-sub-item:after {
    background: #fff;
}

.menu-sub-item a,
.menu-item a,
.menu-sub-first a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
}

.menu-sub-first {
    background: #e5e5e5;
}

.menu-sub-item a {
    color: #000;
}

.menu-item.on,
.menu-item.on:after {
    background: #9ed1f0;
}

.menu-item.on a {}

.menu-item.on .arr {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.menu-sub-item a span,
.menu-sub-first a span {
    vertical-align: 2px;
}

@-webkit-keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes line-spin-fade-loader {
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

.line-spin-fade-loader>div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
}

.line-spin-fade-loader>div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
}

.line-spin-fade-loader>div {
    background-color: #ababab;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px;
}

.load-more {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .8), rgba(255, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .8), rgba(255, 255, 255, 1));
    height: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 10px;
}

.line-spin-fade-loader {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    display: none;
}

.wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

header {
    position: relative;
    z-index: 9;
    background: #fff;
    justify-content: space-between;
    padding: 11px 8px 11px 10px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.logo img {
    height: 28px;
    display: block;
}

.header-number {
    line-height: 13px;
    padding-left: 28px;
    background: url(../images/phone.png) no-repeat 0 center;
    background-size: auto 22px;
}

.header-number a {
    color: #b11616;
    font-size: 12px;
}

.open-menu {
    background: url(../images/menu.png) no-repeat center;
    width: 22px;
    height: 28px;
    background-size: auto 16px;
}

.cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 98;
    display: none;
}

.banner {
    height: 2.2rem;
}

.banner .swiper-slide {
    height: 2.2rem;
    background-size: cover;
    background-position: center;
}

.banner .swiper-slide a {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
}

.banner .swiper-pagination-bullet-active {
    background: #9aceee;
    opacity: 1;
}

.banner-txt {
    color: #fff;
    font-size: 0.17rem;
    font-style: italic;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    padding: 0.23rem 0.27rem 0;
    line-height: 1.9;
    letter-spacing: 2px;
}

.radio .swiper-slide {
    padding: 12px 11px 12px 0;
    position: relative;
    height: 46px;
}

.radio a {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}

.radio {
    position: relative;
    padding: 0 20px 0 40px;
    background: url(../images/radio.png) no-repeat 15px center;
    overflow: hidden;
    background-size: 15px auto;
}

.radio .swiper-container {
    height: 46px;
}

.radio-cover {
    width: 100px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, .0) 0%, rgba(255, 255, 255, 1) 100%);
}

.index-links {
    padding: 0.2rem 0;
}

.index-links ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.index-links li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    text-align: center;
}

.index-links img {
    height: 0.24rem;
}

.index-links p {
    color: #222;
    font-size: 0.1rem;
    margin-top: 12px;
}

.index-column {
    height: 0.6rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-bottom: 15px;
}

.index-column a {
    color: #fff;
}

.bg1 {
    background-image: url(../images/bg_01.jpg);
}

.bg2 {
    background-image: url(../images/bg_02.jpg);
}

.index-column-tit {
    font-size: 18px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .2);
    margin-left: 0.245rem;
    margin-right: 0.16rem;
}

.index-column-item {
    margin-left: 0.16rem;
    font-size: 13px;
}

.index-column-link {
    background: -webkit-linear-gradient(top, #9c9c9c, #5c5c5c);
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 0.36rem;
    margin-bottom: 15px;
}

.index-news li {
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.index-news .pic {
    width: 1rem;
    height: 0.66rem;
    overflow: hidden;
    margin-right: 15px;
}

.index-news .pic img {
    width: 100%;
    height: 100%;
}

.index-news .tit {
    font-size: 15px;
    color: #222;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}

.index-news .txt {
    position: relative;
}

.index-news .date {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

.index-news-more {
    text-align: center;
    margin-top: 0.05rem;
    margin-bottom: 24px;
}

.index-news-more a {
    font-size: 13px;
    color: #868686;
}

footer {
    background: #044399;
    color: #fff;
    padding: 10px 0 20px;
    font-size: 10px;
    line-height: 1.7;
    text-align: center;
}

footer a {
    color: #fff;
}

footer p .line {
    padding: 0 7px;
}

.sub-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 0.8rem;
}

.where {
    height: 36px;
    padding-left: 11px;
    overflow: hidden;
    color: #8a8a8a;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    z-index: 1;
}

.where a {
    display: block;
    line-height: 24px;
    height: 24px;
    position: relative;
}

.where .home {
    display: block;
    color: #8a8a8a;
}

.where .link {
    font-size: 14px;
    margin-left: 8px;
    color: #666;
}

.where .arr {
    display: block;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #8a8a8a;
    border-bottom: 4px solid transparent;
}

.where .select {
    height: 24px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.where .select span {
    display: block;
    font-size: 14px;
    color: #666;
    height: 24px;
    line-height: 24px;
    padding-right: 26px;
    position: relative;
}

.where .select span:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 42px;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.where .select span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #8a8a8a;
    position: absolute;
    right: 7px;
    top: 9px;
}

.where .select select {
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.go-top {
    font-size: 16px;
    width: 48px;
    height: 48px;
    line-height: 50px;
    position: fixed;
    overflow: hidden;
    border-radius: 48px;
    bottom: 20px;
    right: 10px;
    z-index: 9;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    display: none;
}

.article {
    overflow: hidden;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    padding-top: 15px;
    padding-bottom: 20px;
}

.article * {
    max-width: 100%;
}

.fatca {
    padding: 15px 10px 30px;
}

.fatca-tit {
    font-size: 14px;
    color: var(--blue);
    line-height: 1.6;
    margin-bottom: 13px;
}

.fatca-table,
.fatca-table .t1,
.fatca-table .t2,
.fatca-table .flex {
    position: relative;
}

.fatca-table:before,
.fatca-table .t1:before,
.fatca-table .t2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5);
    background: #ddd;
    z-index: 1;
    pointer-events: none;
}

.fatca-table .t1:before,
.fatca-table .t2:before {
    left: auto;
    right: 0;
}

.fatca-table:after,
.fatca-table>div:last-of-type:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
    background: #ddd;
    z-index: 1;
    pointer-events: none;
}

.fatca-table>div:last-of-type:after {
    top: auto;
    bottom: 0;
}

.fatca-table .t1,
.fatca-table .t2 {
    font-size: 10px;
    color: #333;
    width: 50%;
    padding: 10px;
}

.fatca-table>div {
    background: #f2f2f2;
}

.fatca-table>div:nth-of-type(2n) {
    background: #fff;
}

.about-hr {
    padding-top: 15px;
    padding-bottom: 15px;
}

.about-hr-item {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.about-hr-item .tit {
    font-size: 16px;
    color: var(--blue);
    margin-bottom: 5px;
}

.about-hr-item .division {
    color: #222;
    margin-bottom: 3px;
}

.about-hr-item .position {
    color: #222;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 5px;
}

.about-hr>div:not(:last-of-type):after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
    background: #ddd;
}

.about-contact {
    padding-top: 15px;
    padding-bottom: 30px;
}

.about-contact-qcode {
    padding-bottom: 15px;
}

.about-contact-qcode .tit {
    font-size: 14px;
    color: var(--blue);
}

.qcode-item {
    text-align: center;
    padding: 15px 0 10px;
}

.qcode-item img {
    width: 60px;
}

.qcode-item p {
    font-size: 12px;
    color: #555;
    margin-top: 8px;
}

.about-contact-address {
    margin-top: 20px;
    font-size: 12px;
    color: #555;
    line-height: 1.7;
}

.about-contact-address .tit {
    font-size: 14px;
    color: var(--blue);
    margin-bottom: 8px;
}

.research {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f3f3f3;
}

.research>div {
    margin-bottom: 15px;
}

.common-head {
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    font-size: 16px;
    color: #222;
    line-height: 18px;
    height: 18px;
}

.common-head:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 18px;
    background: var(--blue);
    margin-top: -9px;
}

.common-head p {
    float: left;
}

.common-head a {
    float: right;
    font-size: 14px;
    color: #666;
}

.czkb-news {
    margin-top: 10px;
}

.czkb-news img {
    display: block;
    width: 100%;
}

.czkb-news .tit {
    font-size: 14px;
    color: #333;
    position: relative;
    line-height: 1.75;
    text-align: justify;
    margin-top: 8px;
}

.czkb-news .tit .date {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 12px;
    color: var(--blue);
}

.common-box {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.common-box .common-head {
    background: #f3f6fb;
    height: 40px;
    line-height: 40px;
}

.tab-swiper,
.tab-head {
    height: 38px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.tab-swiper:after,
.tab-head:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d2d2d2;
}

.tab-swiper .swiper-slide a,
.tab-head a {
    display: block;
    line-height: 36px;
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #555;
    text-align: center;
    height: 38px;
    padding-bottom: 2px;
}

.tab-swiper .swiper-slide.on a:after,
.tab-head a.on:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--blue);
    z-index: 1;
    pointer-events: none;
}

.tab-swiper .swiper-slide {
    width: auto;
}

.tab-swiper .swiper-container {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.tab-swiper-next {
    margin: 8px 10px 0 10px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #bababa;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    outline: none;
    z-index: 3;
}

.news-list1 li {
    padding: 15px 17px;
}

.news-list1 .tit {
    font-size: 15px;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
}

.news-list1 .date {
    color: var(--blue);
    font-size: 12px;
}

.news-list1 .txt {
    font-size: 12px;
    color: #999;
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    white-space: nowrap;
}

.news-list1 .more {
    padding: 12px 14px;
}

.news-list1 .more a {
    display: inline-block;
    font-size: 15px;
    color: #555;
}

.ggdp {
    padding-top: 10px;
    padding-bottom: 20px;
}

.news-list2 img {
    display: block;
    width: 100%;
}

.news-list2 .top .flex {
    margin-top: 10px;
}

.news-list2 .top .tit {
    padding-left: 0;
}

.news-list2 li {
    padding: 10px 0;
}

.news-list2 .tit {
    position: relative;
    font-size: 15px;
    color: #333;
    text-align: justify;
    padding-left: 7px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.news-list2 .date {
    color: #333;
    text-align: center;
    margin-right: 10px;
    background: #eee;
    padding-bottom: 2px;
}

.news-list2 .date .day {
    font-size: 24px;
    position: relative;
    line-height: 30px;
}

.news-list2 .date .day:after {
    background: #fff;
}

.news-list2 .date .mon {
    font-size: 12px;
    padding: 0 10px;
    line-height: 18px;
    margin-top: 1px;
}

.news-list2 a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.news-list2 .top a {
    display: block;
}

.news-list2 .tit:before {
    /*content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #868686;
    border-radius: 2px;*/
}

.news-list2 .top .tit:before {
    display: none;
}

.page {
    text-align: center;
    padding: 20px 0 10px;
    font-size: 0;
}

.page a {
    font-size: 12px;
    color: #555;
    position: relative;
    line-height: 30px;
    display: inline-block;
    padding: 0 12px;
    margin: 0 2px;
}

.page a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    pointer-events: none;
}

.page a.dot:before {
    display: none;
}

.page a.dot {
    padding: 0 5px;
}

.page a.on {
    color: #fff;
    background: #044399;
}

.page a.on:before {
    border-color: #044399;
}

.ggdp .index-news li {
    padding: 12px 0;
    margin-bottom: 0;
}

.ggdp .index-news .tit {
    color: #333;
}

.download-list1 li {
    padding: 10px 0;
}

.download-list1 a {
    display: block;
    padding-right: 30px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    background: url(../images/download.png) no-repeat right center;
    background-size: auto 15px;
    line-height: 24px;
    height: 24px;
}

.download-list1 a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 2px;
    height: 2px;
    background: #868686;
    border-right: 2px;
}

.download-list1 .tit {
    font-size: 15px;
    color: #333;
}

.timetable {
    padding-top: 5px;
    padding-bottom: 30px;
    min-height: 400px;
}

.soft-download {
    padding-top: 10px;
    padding-bottom: 20px;
}

.download-list2 .pic {
    width: 0.37rem;
    height: 0.37rem;
    margin-right: 10px;
}

.download-list2 .pic img {
    width: 100%;
}

.download-list2 li {
    padding: 10px 0;
}

.download-list2 .tit {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download-list2 .info {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    overflow: hidden;
    /*height: 18px;*/
    text-overflow: ellipsis;
    margin-top: 3px;
    /*white-space: nowrap;*/
}

.download-list2 a {
    padding-right: 24px;
    background: url(../images/download.png) no-repeat right 4px;
    background-size: auto 15px;
}

.tips-wrapper {
    padding: 20px 0 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.download-qcode {
    background: #f8f8f8;
}

.download-qcode .head {
    color: #fff;
    background: var(--blue);
    font-size: 16px;
    line-height: 2.6;
    padding-left: 10px;
}

.download-qcode .flex {
    padding: 10px 0 14px;
}

.download-qcode .item {
    width: 50%;
    text-align: center;
}

.download-qcode .tit {
    font-size: 14px;
    color: #333;
    line-height: 18px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 center;
    display: inline-block;
    padding-left: 22px;
}

.download-qcode .android {
    background-image: url(../images/android.png);
}

.download-qcode .ios {
    background-image: url(../images/ios.png);
}

.download-qcode img {
    display: block;
    margin: 12px auto 12px;
    width: 80px;
}

.download-qcode p a {
    display: inline-block;
    padding-left: 22px;
    background: url(../images/download.png) no-repeat 0 center;
    background-size: auto 18px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
}

.new-stock {
    padding-top: 20px;
    padding-bottom: 30px;
}

.new-stock-a a {
    display: block;
    width: 50%;
    font-size: 14px;
    color: #888;
    line-height: 2.8;
    text-align: center;
    background: #e5e5e5;
}

.new-stock-a a:first-child {
    margin-right: 1px;
}

.new-stock-a a.on {
    color: #fff;
    background: var(--blue);
}

.new-stock-head {
    margin-top: 10px;
    background: -webkit-linear-gradient(top, #add3f1, #78b2df);
    background: linear-gradient(to bottom, #add3f1, #78b2df);
    font-size: 14px;
    color: #fff;
    line-height: 2.2;
    padding-left: 20px;
}

.download-tab a {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 0.11rem;
    color: #333;
    line-height: 1.3;
    background: #e5e5e5;
    height: 0.5rem;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.download-tab a:not(:last-child) {
    margin-right: 1px;
}

.download-tab a.on {
    color: #fff;
    background: var(--blue);
}

.open-tips {
    font-size: 15px;
    color: #b11616;
    line-height: 1.6;
    text-align: justify;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.open-table .flex {
    padding: 7px 0;
    font-size: 15px;
}

.open-table .th {
    color: #333;
    width: 7.5em;
    line-height: 34px;
}

.open-table input {
    border: none;
    outline: none;
    background: #e5e5e5;
    height: 34px;
    font-size: 15px;
    text-indent: 10px;
    width: 100%;
    border-radius: 0;
}

.open-table .star {
    width: 14px;
    text-align: center;
    color: red;
}

.open-table {
    padding-bottom: 10px;
}

.open-submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background: #2a66af;
    font-size: 15px;
    border: none;
    outline: none;
    border-radius: 0;
    width: 100%;
    padding: 9px 0 10px;
    margin-top: 15px;
}

.question-tit {
    position: relative;
    padding-right: 26px;
}

.question-tit p {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    padding: 10px 0;
}

.question-tit i {
    position: absolute;
    top: 12px;
    right: 0;
    text-align: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background: #bababa;
    border-radius: 100%;
    font-size: 8px;
    line-height: 19px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.question-txt {
    padding: 10px 14px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    background: #f7f7f7;
    display: none;
}

.question-item.on .question-tit p {
    color: var(--blue);
}

.question-item.on .question-tit i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: var(--blue);
}

.question-item.on .question-txt {
    display: block;
}

.news-detail {
    padding-top: 20px;
    padding-bottom: 30px;
}

.news-detail-head {
    text-align: center;
    padding-bottom: 12px;
}

.news-detail-tit {
    font-size: 18px;
    color: var(--blue);
    padding: 0 6%;
    line-height: 1.5;
}

.news-detail-info {
    font-size: 12px;
    color: #999;
    margin-top: 6px;
}

.news-detail .article p {
    padding: 8px 0;
}

.choose {
    padding-top: 15px;
}

.choose:after {
    bottom: auto;
    top: 0;
}

.choose-item a {
    font-size: 14px;
    color: #555;
}

.choose-item {
    margin-bottom: 8px;
}

.choose-item a span {
    color: #999;
}

.add-news a {
    display: block;
    position: relative;
}

.add-news img {
    display: block;
    width: 100%;
    height: auto;
}

.add-news p {
    position: absolute;
    bottom: 13%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.09rem;
}

.contact-qcode {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin-bottom: 20px;
}

.contact-title {
    font-size: 16px;
    color: #24539f;
}

.contact-qcode li {
    text-align: center;
    padding: 15px 0 10px;
}

.contact-qcode li img {
    width: 120px;
}

.contact-qcode li p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.company-address {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

@media screen and (max-width: 360px) {
    .index-links p {
        font-size: 10px;
    }
    .index-column-tit {
        font-size: 15px;
    }
    .index-column-item {
        font-size: 12px;
    }
}

.pc-link {
    display: inline-block;
    position: relative;
}

.pc-link:before {
    content: '\e60a';
    display: inline;
    font-family: 'iconfont';
    color: #fff;
    font-size: 11px;
    margin-right: 3px;
    vertical-align: middle;
}

.news-list2 .date1 {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

.news-list2 .tit.tit1 {
    margin-top: 8px;
}


/*20200902*/

.download-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    color: #fff;
    font-size: 18px;
    display: none;
}

.download-tips>div {
    padding-left: 10%;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    width: 370px;
}

.download-tips .num {
    display: inline-block;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: red;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    line-height: 30px;
}

.download-tips button {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .5em 1.5em .55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #fff;
    border: solid 1px #000;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
    background: -moz-linear-gradient(top, #666, #000);
    margin: 0 8px;
}

.download-tips .earth {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 4px;
}

.download-tips .item2 button {
    padding: .5em 1.2em .55em 0.8em;
}

.download-tips .arr {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 55px;
    -webkit-transform: scaleX(-1) rotate(9deg);
    -ms-transform: scaleX(-1) rotate(9deg);
    -o-transform: scaleX(-1) rotate(9deg);
    transform: scaleX(-1) rotate(5deg);
}


/*20200904*/

.menu-sub-first a,
.menu-sub-item a {
    display: block;
    padding-left: 23%;
}

.menu-sub-item a {
    padding-left: 31%;
}


/*20210827*/

.open-table .icon {
    padding-left: 36px;
    position: relative;
}

.open-table .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    height: 30px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #9fd2f1;
    border-radius: 100%;
}

.open-table .icon1:before {
    background-image: url(../images/aicon_01.png);
}

.open-table .icon2:before {
    background-image: url(../images/aicon_02.png);
}

.open-table .icon3:before {
    background-image: url(../images/aicon_03.png);
}

.open-table .icon4:before {
    background-image: url(../images/aicon_04.png);
}

.open-table .icon5:before {
    background-image: url(../images/aicon_05.png);
}

.open-table .icon6:before {
    background-image: url(../images/aicon_06.png);
}

.open-table textarea {
    width: 100%;
    height: 100px;
    background: #e5e5e5;
    border: none;
    outline: none;
    resize: none;
    appearance: none;
    border-radius: 0;
    padding: 5px 10px;
    box-sizing: border-box;
}