/* 
html{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
} */

body{
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #F7F8F9;
}
a{
    transition: color .2s;
}
a:hover{
    text-decoration: none;
    color: #36639e;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.nowrap {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ellipsis{
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


/* 首页背景图 */
.background-cover{
    background-position: top center;
    background-size: cover;
}

/* 导航栏 */
.header{
    position: absolute;
    z-index: 99;
    width: 100%;
}
.header-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.header-flex > .logo img{
    width: 180px;
}
.header-flex > .logo i{
    font-size: 26px;
    vertical-align: middle;
    color: white;
    margin-right: 10px;
    cursor: pointer;
}
.header-flex > .logo i.icon-black{
    color: black;
}
.nav a{
    color: black;
    font-size: 16px;
    margin-left: 40px;
    position: relative;
}
.nav a::after{
    position: absolute;
    content: " ";
    bottom: -14px;
    left: 50%;
    height: 3px;
    background: #0364ff;
    width: 0%;
    transition: all .2s;
}
.nav a:hover, .nav a.active{
    color: #0364ff;
}
.nav a:hover::after, .nav a.active::after{
    left: 0%;
    width: 100%;
}


/* banner */
.banner{
    background-color: white;
    padding-top: 38%;
    position: relative;
    overflow: hidden;
}

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

.banner-swiper-pagination{
    z-index: 2;
}

.banner-swiper-pagination > .swiper-pagination-bullet-active{
    background: #0364ff;
}

.banner-src{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.banner-content-title{
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 15px;
    font-size: 48px;
    color: #0364ff;
}

.banner-content-title>span {
    color: #FF8103;
}

.banner-content-submit{
    font-size: 16px;
    line-height: 1.8;
    color: #707680;
    margin: 30px 0;
    max-width: 500px;
}
.banner-content-submit>span {
    display: block;
}

.banner-content-more > a{
    display: inline-block;
    background: linear-gradient(94deg, #00BFFF 0%, #4488FF 53%, #9C32FF 100%);
    color: #0364ff;
    display: inline-block;
    padding: 12px 64px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.youhuinav {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.youhuinav-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youhuinav-item {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: top;
    text-decoration: none;
    padding-left: 24px;
    background: url(../img/youhuinav.png);
    background-size: cover;
    width: 24.4%;
    height: 100%;
    padding: 20px;
}
.youhuinav-item:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.youhuinav-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.youhuinav-tit-pc {
    font-size: 22px;
    color: #434343;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.youhuinav-subtit-pc {
    margin-top: 4px;
    font-size: 16px;
    color: #98a3b7;
    letter-spacing: 0;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}
.youhuinav-tit-gd {
    color: #0364ff;
    margin: 10px 0 0;
}

/* 底部蓝条banner */
.footer-banner {
    height: 200px;
    background-image: url(../img/Grouppng.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.slideInRight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: auto;
}
.footer-banner .left-title {
    font-size: 28px;
    margin-bottom: 16px;
}
.footer-banner .left-des {
    font-size: 16px;
    margin-bottom: 20px;
}

/* 底部样式 */
.footer {
    background-color: #f2f6fc;
    width: 100%;
}
.footer a {
    color: #76859d;
}
.footer a:hover {
    color: #333;
}
.footer-adv-pc, .footer-adv-pc-item {
   -moz-box-align: center;
    -moz-box-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer-adv-pc {
    border-bottom: 1px solid #dde2e9;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 120px;
    margin: 0 auto;
}
.footer-adv-pc-item {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
}
.footer-adv-pc-text {
    display: inline-block;
    margin-left: 16px;
}
.footer-adv-pc-text div:first-child {
    color: #020814;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .003em;
    line-height: 24px;
    margin-bottom: 8px;
}
.footer-adv-pc-text div:nth-child(2) {
    font-size: 14px;
    letter-spacing: .003em;
    line-height: 22px;
}
.footer-pc {
    border-top: 1px solid #dce1f0;
    margin: 0 auto;
}
.footer-pc .main-links {
    display: flex;
    margin: 0 auto;
    padding: 24px 0;
    position: relative;
    width: 100%;
}
.footer-pc .contact-qr {
    width: 350px;
    padding-right: 100px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.footer-pc .main-links .left-link {
    width: calc(100% - 350px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}
.footer-pc .main-links .left-link dl {
    box-sizing: border-box;
    flex: 1;
    padding-left: 24px;
}
.footer-pc .main-links .left-link dl dt {
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.footer-pc .main-links .left-link dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.footer-pc .main-links .left-link dl:first-child {
    padding-left: 0;
}
.footer-pc .other-links {
    margin: 0 auto;
    border-top: 1px solid #dce1f0;
    border-bottom: 1px solid #dce1f0;
    padding: 24px 0 16px;
    width: 100%;
}
.footer-pc .other-links .other-link-item {
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
}
.footer-pc .other-links .other-link-item .parent-title {
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
}
.footer-pc .other-links .other-link-item ul {
    position: relative;
    height: 18px;
    overflow: hidden;
    width: 93%;
}
.footer-pc .other-links .other-link-item ul li {
    float: left;
    margin-left: 3px;
    margin-bottom: 8px;
    line-height: 18px;
}
.footer-pc .other-links .other-link-item ul li>a {
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
}
.gengduo {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}
.footer-pc .copy-right {
    margin: 0 auto;
    padding: 24px 0;
    width: 100%;
    text-align: center;
}
.footer-pc .copy-right>p {
    font-size: 14px;
    color: #76859d;
    display: inline-block;
    font-weight: 400;
    line-height: 2;
}

.bg-hui {
    background: #f3f6fb;
    padding: 50px 0;
}

/* 购买流程 */
.index-buy-bg {
    background-image: url(../img/index-buy-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #002868;
    margin-bottom: 20px;
}
.section-des {
    font-size: 16px;
    text-align: center;
    color: #707680;
    margin-bottom: 50px;
}
.buy img {
    width: 100%;
}
.div-relation {
    display: block;
    padding-top: 50px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.div-relation h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    color: #181818;
}
.div-relation h2 span {
    color: #f60;
    margin: 0 10px;
}
.div-relation p {
    width: 100%;
    margin-top: 30px;
}
.div-relation .div-relation-btn {
    display: inline-block;
    margin: 0 20px;
    width: 250px;
    line-height: 40px;
    letter-spacing: 1px;
    border: solid 1px #0181ff;
    background-color: #0181ff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}
.div-relation a:hover {
    background-color: #0364ff;
}

/* 为什么选择我们 */
.why {
    padding: 50px 0;
}
.items{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
}
.items-start {
    align-items: flex-start;
    display: flex
}
.items-start-number {
    color: #6194e7;
    font-size: 55px;
    line-height: 1;
    margin-right: 20px;
}
.items-start-text h3 {
    font-size: 20px;
    color: #333;
    margin: 5px 0 10px;
}
.items-start-text p {
    color: #707680;
    font-size: 16px;
}

/* 新闻资讯 */
.section-title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #002868;
    margin-bottom: 20px;
}
.section-des {
    font-size: 16px;
    text-align: center;
    color: #707680;
    margin-bottom: 50px;
}
.section-des a {
    color: #0364ff;
}
.news-list {
    position: relative;
    background-color: #fff;
    padding-left: 70px;
    margin-bottom: 20px;
    cursor: pointer;
    height: 80px;
    margin-bottom: 10px;
}
.news-box {
    margin: 0 -10px;
}
.news_list_item {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
}
.news-list .news-time {
    padding: 11px 0 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
    border-right: 1px solid #ededed;
    float: left;
}
.news-list .news-time .time-day {
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #5e6d81;
}
.news-list .news-time .time-month {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #9ea7b3;
}
.news-content {
    float: left;
    position: relative;
    padding: 13px 32px 0 16px;
}
.content-title, .content-des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.content-title {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #2d3037;
}
.content-des {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #9ea7b3;
}
.news_list_item:hover .news-list {
    background-color: #0364ff;
}
.news_list_item:hover .news-time .time-day, .news_list_item:hover .content-title {
    color: #ffffff;
}
.news_list_item:hover .news-time .time-month, .news_list_item:hover .content-des {
    color: #74a9ff;
}
.news_list_item:hover .news-list .news-time {
    border-color: #74a9ff;
}

/* 我们的优势 */
.advantage {
    display: flex;
    margin: 0 -10px;
}
.advantage-label {
    flex: 4;
    text-align: center;
    background-color: #ffffff;
    margin: 0 10px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    cursor: pointer;
    transition: all 0.1s;
}
.advantage-label-icon {
    width: 54px;
    height: 54px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.1s;
    font-size: 24px;
}
.advantage-label:hover .advantage-label-icon {
    font-size: 27px;
}

.advantage-label-title {
    margin: 15px 0;
    font-size: 18px;
    color: #333;
}
.advantage-label-text {
    color: #707680;
    font-size: 15px;
}
.advantage-label:nth-child(1) .advantage-label-icon {
    background-color: #e2ebfc;
    color: #0052d9;
}
.advantage-label:nth-child(2) .advantage-label-icon {
    background-color: #e8f0fd;
    color: #3b82f6;
}
.advantage-label:nth-child(3) .advantage-label-icon {
    background-color: #ecedff;
    color: #6465f1;
}
.advantage-label:nth-child(4) .advantage-label-icon {
    background-color: #f3ecfe;
    color: #a755f5;
}

/* 子页面banner */
.subpageBanner {
    padding-top: 0;
    height: 520px;
}
.subpage {
    display: flex;
    padding-top: 80px;
}
.subpage-left {
    flex: 1;
}
.subpage-left-title {
    font-weight: 400;
    line-height: 40px;
    margin: 15px 0 15px;
    font-size: 48px;
    color: #000;
}
.subpage-left-title>span {
    color: #0364ff;
}
.subpage-left-text {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 20px;
    margin: 20px 0 30px;
}
.subpage-left-btn {
    background: linear-gradient(to right, #0052D9, #1a6dff);
    transition: all 0.3s ease;
    display: inline-block;
    color: #fff;
    padding: 15px 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.subpage-left-btn:hover {
    background: linear-gradient(to right, #003CAB, #0052D9);
    transform: translateY(-3px);
}
.subpage-left-btn>span {
    padding-right: 10px;
}
.subpage-left-tips {
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    margin-top: 35px;
}
.subpage-left-tips-icon {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    font-size: 28px;
}
.subpage-left-tips-icon>span {
    margin-top: 5px;
    padding-right: 10px;
}

.subpage-right {
    background-color: rgb(255 255 255 / 0.5);
    border-radius: 15px;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.subpage-right-icon {
    background: linear-gradient(145deg, #e6f0ff, #c9e0ff);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.subpage-right-icon>span{
    font-size: 44px;
    color: #0052d9;
    padding-top: 20px;
}
.subpage-right-btn {
    display: flex;
}
.subpage-right-btn-label {
    text-align: center;
    flex: 1;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 5px;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    padding: 10px 0 15px;
}
.subpage-right-btn-label>span {
    display: block;
    color: #0052d9;
    font-size: 24px;
}
.subpage-right-title {
    font-size: 20px;
    margin-top: 20px;
    color: #000;
}
.subpage-right-text {
    margin: 20px 0;
    font-size: 16px;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}


/* 新闻资讯 */
.list-news-bg {
    padding-bottom: 30px;
    background-color: #f1f1f1;
    background: linear-gradient(180deg, #f1f5fc 1%, #e8eff9 100%);
}
.breadCrumb {
    padding: 18px 0;
}
.breadCrumb a {
    color: #333;
}
.list-news {
    float: left;
    background: #fff;
    padding: 0 25px;
    width: calc(100% - 310px);
    box-sizing: border-box;
}
.list-news-item {
    height: 200px;
    transition: all .4s;
    border-bottom: 1px solid #e9ebf2;
    padding: 20px 0;
}
.li_left {
    width: 230px;
    float: left;
    overflow: hidden;
    position: relative;
}
.li_left .li_cat {
    display: inline-block;
    padding: 2px 10px;
    background: hsl(0deg 1.49% 35.53% / 50%);
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 0;
}
.li_left .li_cat a {
    color: #fff;
}
.li_left img {
    width: 100%;
    height: 150px;
    transition: all .6s;
}
.li_left img:hover {
    transform: scale(1.2)
}
.li_right {
    width: calc(100% - 245px);
    float: right;
    box-sizing: border-box;
}
.li_title {
    font-size: 18px;
    overflow: hidden;
    line-height: 1;
    padding-bottom: 15px;
    display: flex;
}
.li_title>a {
    flex: 1;
}
.li_title span {
    color: #999;
    font-size: 14px;
    line-height: 30px;
}
.li_right p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.li_right h4 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    line-height: 30px;
    transition: all .2s;
    margin: 0;
    flex: 1;
}
.li_right h4:hover{
    color: #ff5c01;
}
.li_attr {
    width: 100%;
    margin-top: 20px;
    line-height: 1;
    display: flex;
}
.li_attr span {
    color: #888;
}
.time {
    background: url(../img/time.svg) left center no-repeat;
    padding-left: 20px;
}
.view {
    background: url(../img/view.svg) left center no-repeat;
    padding-left: 20px;
    margin-right: 15px;
}
.biaoqian {
    background: url(../img/tag.svg) left center no-repeat;
    padding-left: 20px;
    margin-right: 15px;
    flex: 1;
}
.li_attr .fr a {
    color: #0364FF;
    line-height: 1;
}
.li_attr a {
    color: #888;
    line-height: 1;
}
.li_attr a:hover {
    color: #000;
}
.news-right {
    width: 290px;
    float: right;
    height: auto;
}
.news-right-list {
    background: #fff;
    padding: 20px;
    margin: 0;
}
.news-right-title {
    font-size: 18px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
}
.news-right-list .news-right-title h3 {
    margin-top: 0;
}
.xgcp {
    background: url(../img/hot.svg) left center no-repeat;
    line-height: 25px;
    padding-left: 26px;
}
.cp {
    background: url(../img/cp.svg) left center no-repeat;
    padding-left: 26px;
}
.xgcp a {
    float: right;
    color: #999;
    font-size: 14px;
}
.news-right-type4 li {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.news-right-type4 li a {
    color: #333;
}
.news-right-type4 li span {
    color: #C8C8C8;
    font-size: 16px;
    padding-right: 7px;
}
.news-right-type4 li .s0 {
    color: #FF0000;
}
.news-right-type4 li .s1 {
    color: #FF8103;
}
.news-right-type4 li .s2 {
    color: #0364FF;
}
.news-right-lx {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    justify-content: space-between;
    background: linear-gradient(180deg, #f1f5fc 1%, #fff 100%);
    box-shadow: 0 4px 10px 3px rgba(220, 225, 240, .5);
    border-radius: 0;
    border: 1px solid #fff;
}
.ljzx {
    font-size: 16px;
    text-align: center;
    color: #0048d4;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #0364FF;
    cursor: pointer;
    margin-top: 20px;
}
.ljzx:hover {
    background: #0364FF;
    color: #fff
}
.news-contactus {
    display: flex;
    margin-top: 20px;
}
.news-contactus>span {
    padding-right: 10px;
    margin-top: 1px;
    color: #707680;
}
.news-right-type4 a:hover {
    color: #0048d4;
}

/* 详情 */
.con_tit {
    font-size: 24px;
    color: #000;
}
.con_info .time {
    margin-right: 35px;
}
.con_info {
    font-size: 13px;
    color: #999;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.con_content {
    color: #333;
    line-height: 2;
}
.contop_one .fenye {
    display: flex;
    border-top: 1px solid #ccc;
    justify-content: space-between;
    padding: 10px 0;
    margin-top: 50px;
}
.contop_one .fenye a {
    color: #333;
}
.contop_one .fenye a:hover {
    color: #0048d4;
}

/* 表格 */
.table {
    margin: 0 !important;
}
.tableSee-des {
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
}
.tableSee-des>span {
    display: inline-block;
    margin: 0 auto;
    background: linear-gradient(145deg, #e6f0ff, #c9e0ff);
    border-bottom: 1px solid #ddd;
    color: #0048d4;
    padding: 0 80px;
    font-weight: 600;
    font-size: 18px;
}
.tableSee th,
.tableSee td {
    text-align: center;
    line-height: 28px !important;
    vertical-align: middle !important;
}
.table>thead>tr>th {
    border: none !important;
}

/* 弹出层 */
.floating-online {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0,.6);
    z-index: 10000;
    display: none;
}
.floating-online-see {
    z-index: 10001;
    position: absolute;
    left: calc(50% - 170px);
    top: calc(50% - 170px);
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    width: 340px;
}

.floating-online-top {
    background-image: linear-gradient(#22c55e, #3b82f6);
    color: #fff;
    position: relative;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
}
.floating-online-close {
    position: absolute;
    right: 20px;
    top: 0;
}
.floating-online-title span {
    padding-right: 10px;
}
.floating-online-cont {
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.floating-online-code {
    max-width: 200px;
    margin: 0 auto;
}
.floating-online-code img {
    width: 100%;
}


/* 分页 */
.pages{
    text-align: center;
    margin: 30px 0;
}
.pages a{
    color: #333;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 500;
}
.pages a:hover{
    color: #2e5789;
}
.pages a.active{
    color: gray;
}
.pages-previous{
    margin-right: 30px;
}
.pages-next{
    margin-left: 30px;
}
.pages-number{
    margin: 0 10px;
}