* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.6;
}

body {
    overflow-x: hidden;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    /* 或 top/bottom */
}

input {
    outline: none;
}


/* :hover {
    transition: 0.3s;
} */

 ::-webkit-scrollbar {
    width: 6px;
}

 ::-webkit-scrollbar-track {
    background: #fff;
}

 ::-webkit-scrollbar-thumb {
    background: #004387;
    border-radius: 6px;
}

.center {
    width: 1200px;
    margin: 0 auto
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 公共头部 */

.header {
    width: 100%;
    height: auto;
    background: #004387;
}

.header-logo {
    width: 50%;
    padding: 25px 0;
    position: relative;
}

.dh {
    width: 28px;
    height: 28px;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../images/icon-dh.png) no-repeat center/cover;
    cursor: pointer;
}

.header-logo img {
    width: 100%;
}

.header-nav {
    background: url(../images/topLine.png) no-repeat top center;
    padding-top: 12px;
}

.header-nav ul {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.header-nav ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.header-nav ul li a::after {
    content: "";
    width: 0;
    height: 4px;
    background: #fff;
    display: block;
    transition: 0.3s;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.header-nav ul li a:hover::after,
.header-nav ul li.active a:hover::after {
    width: 100%;
    transition: 0.3s;
}

.banner {
    width: 100%;
    padding-bottom: 28.8%;
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #004387;
}

.part01 {
    padding: 40px 0 60px 0;
    width: 100%;
    background: #fff;
    height: auto;
}

.part01 .center,
.part03 .center,
.part02 .center {
    display: flex;
    align-items: center;
}

.part01-img {
    width: 36%;
    padding-bottom: 41.5%;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0px 4px 28px 0px #A2BAE8;
}

.part01-img img,
.part03-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.part01-con {
    width: 64%;
    padding-left: 48px;
}

.part01-con>i {
    display: block;
    width: 60px;
    height: 60px;
}

.part01-con h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    margin: 30px 0;
}

.part01-con p {
    font-size: 16px;
    color: #333333;
    text-align: justify;
}

.part02 {
    background: url(../images/bg2.png) no-repeat left center;
    background-size: 68.2% 100%;
}

.part02-con {
    width: 56%;
    padding: 65px 0;
}

.part02-con h3 p {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-indent: 0;
}

.part02-con h3 {
    margin-bottom: 30px;
    position: relative;
}

.part02-con h3::before {
    content: "";
    width: 56px;
    height: 56px;
    display: block;
    background: url(../images/icon-comma.png) no-repeat center center;
    position: absolute;
    transform: translate(-70px, -28px);
}

.part02-con p {
    font-size: 16px;
    color: #FFFFFF;
    text-indent: 2em;
}

.part02-right {
    width: 44%;
    position: relative;
}

.part02-slogan {
    width: 73%;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    display: flex;
    align-items: center;
    float: right;
}

.part02-slogan+.part02-slogan {
    margin-top: 26px;
}

.part02-slogan:nth-child(2) {
    margin-right: 6%;
}

.part02-slogan:nth-child(3) {
    margin-right: 12%;
}

.part02-slogan i {
    display: block;
    width: 47.1%;
    margin-right: 20px;
}

.part02-slogan i img {
    width: 100%;
}

.part02-slogan h6 p:first-child {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.part02-slogan h6 p:last-child {
    font-weight: bold;
    font-size: 22px;
    color: rgba(37, 74, 144, 0.09);
    text-transform: capitalize;
    margin-top: -24px;
}

.part03 {
    padding: 48px 0;
    background: #fff;
    height: auto;
}

.part03-img {
    width: 48.2%;
    padding-bottom: 35.6%;
    position: relative;
    background: #D9D9D9;
}

.part03-con {
    width: 51.8%;
}

.part03-con h3 {
    font-weight: bold;
    font-size: 22px;
    color: #254A90;
    text-align: right;
    float: right;
    padding-right: 50px;
    padding-bottom: 45px;
    width: fit-content;
}

.part03-con h3::after {
    content: "";
    width: 48px;
    height: 7px;
    display: block;
    background: #254A90;
}

.part03-bg {
    clear: both;
    padding: 50px;
    background: #F5F5F5;
    min-height: 240px;
    display: flex;
    align-items: center;
}

.part03-bg p {
    text-indent: 2em;
    font-size: 16px!important;
    color: #333333!important;
    text-align: justify;
}

.part04 {
    width: 100%;
    background: url(../images/bgL.png) no-repeat left center/cover;
    height: 420px;
    position: relative;
}

.part04-bg {
    width: 50%;
    background: url(../images/bgR.png) no-repeat right center/cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.part04 .center {
    display: flex;
    align-items: center;
    height: 100%;
}

.part04-con,
.part04-right {
    width: 50%;
    position: relative;
    z-index: 9;
}

.part04-con {
    padding-right: 12%;
}

.part04-con h3 {
    font-weight: bold;
    font-size: 22px;
    color: #254A90;
    margin-bottom: 30px;
}

.part04-con p {
    font-size: 16px;
    color: #333333;
    text-indent: 2em;
}

.part04-item {
    width: 80%;
    background: #FFFFFF;
    border-radius: 6px;
    border-left: 6px solid #254A90;
    height: 78px;
    display: flex;
    align-items: center;
    margin-left: -76px;
}

.part04-item:first-child {
    margin-bottom: 20px;
}

.part04-item i {
    flex-shrink: 0;
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part04-item i img {
    width: fit-content;
}

.part04-item p {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.footer {
    width: 100%;
    background: #051A41;
    padding: 15px;
    text-align: center;
}

.footer p {
    font-size: 14px;
    color: #FFFFFF;
}


/* 二级页面 */

.adv {
    width: 100%;
    padding-bottom: 25.3%;
    background: url(../images/adv.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

.txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.txt h1 {
    font-weight: bold;
    font-size: 53px;
    color: #FFFFFF;
}

.txt p {
    font-size: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.content {
    width: 100%;
    padding: 40px 0 40px 0;
}

.lxwmBg {
    background: #F5F5F5;
    padding: 100px 0 50px 0;
}

.lxwmBox {
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
}

.lxwmLeft {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lxwmLeft h2 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    width: fit-content;
    margin-bottom: 50px;
}

.lxwmLeft h2::after {
    content: "";
    width: 110%;
    height: 10px;
    background: #D2E2FF;
    display: block;
    margin-top: -15px;
}

.lxwmLeft p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.lxwmRight {
    width: 60%;
    box-shadow: 0px 4px 25px 0px #E2ECFF;
    transform: translate(40px, -40px);
    border-radius: 10px;
    overflow: hidden;
}

.lxwmRight img {
    width: 100%;
}

.downloadList {
    width: 100%;
}

.downloadList a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    width: 100%;
    min-height: 110px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 24px;
    background: url(../images/icon-arrow.png) no-repeat 96% center #F0F5FE;
}

.downloadList a h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    padding-left: 28px;
    background: url(../images/icon-list.png) no-repeat left center;
}

.downloadList a:hover {
    background: url(../images/icon-arrowOn.png) no-repeat 96% center, url(../images/hover.png) no-repeat center right/cover #F0F5FE;
}

.downloadList a:hover h3 {
    color: #fff;
    background: url(../images/icon-listW.png) left center no-repeat;
}

.list01 {
    width: 100%;
    background: url(../images/intBg.png) no-repeat right center #f5f5f5;
    padding: 40px;
}

.list01 p {
    font-size: 20px;
    color: #333333;
}

.list02 {
    background: url(../images/square.png) no-repeat top center #F0F5FE;
    padding: 40px;
    margin-top: 40px;
}

.list02>h3 {
    font-weight: bold;
    font-size: 22px;
    color: #254A90;
    padding-left: 30px;
    background: url(../images/icon-yq.png) no-repeat left center;
    margin-bottom: 15px;
}

.list02>p {
    font-size: 16px;
    color: #333333;
}

.list02Con {
    margin-top: 40px;
}

.list02ConItem {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    min-height: 90px;
    margin-bottom: 20px;
    padding: 20px 27px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 8px;
    align-items: center;
    position: relative;
}

.list02ConItem::before {
    content: "";
    width: 9px;
    height: 45%;
    background: #254A90;
    border-radius: 0px 6px 6px 0px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.list02ConItem h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.list02ConItem p {
    font-size: 14px;
    color: #666;
}

.chargeBox {
    width: 100%;
    padding-top: 30px;
}

.chargeItem {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 60px;
}

.chargeItem>h3 {
    height: 64px;
    background: #254A90;
    border-radius: 0px 30px 30px 0px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    width: fit-content;
    margin-bottom: 25px;
    transform: translateY(-25px);
}

.chargeCon {
    padding: 0 80px 30px 80px;
}

.chargeCon>p:first-child {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
}

.chargeCon table+p {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    text-align: right;
}

.chargeCon p,
.chargeCon ul li {
    font-size: 16px;
    color: #333333;
}

.chargeCon ul li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    margin-bottom: 20px;
}

.chargeCon ul li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #254A90;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0px 0px 0px 3px #C5F1FF
}

.chargeCon table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #B9B9B9;
}

.chargeCon table tr {
    min-height: 88px;
}

.chargeCon table tr th {
    background: #F0F5FE;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.chargeCon table tr th,
.chargeCon table tr td {
    height: 88px;
    padding: 10px;
    text-align: center;
    border-left: 1px solid #B9B9B9;
    border-bottom: 1px solid #B9B9B9;
}

.chargeCon table tr td {
    font-size: 16px;
    color: #333333;
}

.processItem {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 60px;
    margin-bottom: 50px;
}

.processBar,
.snakLineBox {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.proItem {
    flex: 1;
}

.proItem::before {
    content: '';
    display: block;
    width: 100%;
    height: 14px;
    background: url(../images/dot.png) repeat-x center, url(../images/icon-sj.png) no-repeat right center #F0F5FF;
    position: absolute;
    z-index: 1;
}

.processItem .proItem:last-child::before {
    background: url(../images/dot.png) repeat-x center #F0F5FF;
}

.snakLine:nth-child(2) .proItem:last-child::before {
    background: url(../images/dot.png) repeat-x center, url(../images/icon-sj2.png) no-repeat right center #F0F5FF;
}

.proItem:first-child:before {
    border-radius: 32px 0 0 32px;
}

.proItem:last-child:before {
    border-radius: 0 32px 32px 0;
}

.proItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.proItem i {
    width: 40px;
    height: 40px;
    text-align: center;
}

.proItem i img {
    width: fit-content;
    height: auto;
}

.proItem span {
    width: 20px;
    height: 20px;
    background: #254A90;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(9px);
    position: relative;
    z-index: 3;
}

.proItem .proTxt {
    text-align: center;
    height: 60px;
    transform: translateY(18px);
}

.proItem .proTxt h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.proItem .proTxt p {
    font-size: 14px;
    color: #333333;
}

.snakLineBox .proItem {
    flex: 0 0 33.333%;
}

.snakLine {
    width: 100%;
    position: relative;
}

.snakLine:nth-child(1)::after,
.snakLine:nth-child(1)::before {
    content: '';
    display: block;
    width: 100px;
    height: 186px;
    border: 14px solid #F0F5FF;
    border-radius: 0 200px 200px 0;
    position: absolute;
    right: 0;
    top: 93px;
    border-left: 0px;
    z-index: 2;
}

.snakLine:nth-child(1)::after {
    width: 100px;
    height: 198px;
    border: 1px solid #254A90;
    border-left: 0;
    top: 100px;
    right: 7px;
    z-index: 3;
}

.snakLineBox::before {
    width: 94%;
}

.snakLineBox .proItem {
    height: 200px;
    padding: 0;
}

.snakLine:nth-child(2) .snakLineBox {
    flex-direction: row-reverse;
}

.snakLineBox {
    width: 90%;
}