﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
    margin: 0;
    padding: 0;
}
.mask {
    width: 100%;
    height: 100%;
    position: fixed; /* 覆盖整个视窗 */
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255); /* 半透明白色 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* 浅灰色边框 */
    border-top: 5px solid #3498db; /* 蓝色顶部边框（动画部分） */
    border-radius: 50%;
    animation: spin 1s linear infinite; /* 旋转动画 */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.x-header.content {
    background-color: #FFF;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.x-header {
    width: 100%;
    position: fixed;
    top: 0px;height:100px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid hsla(0, 0%, 100%, .16);
}

.wrap {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.logo {
    float: left;
    display: flex;top: 25px;
    align-items: center;position: absolute;
}

.header {
    height: 100px;
}

/* Logo链接悬停效果 */
#topLogo {
    text-decoration: none;
    color: inherit;
}

#topLogo:hover {
    opacity: 1 !important;
    color: inherit;
    text-decoration: none;
}

/* 首页链接样式 */
.indexLinkQuJianYuYue:hover,
.indexLinkYuFeiJiSuan:hover,
.indexLinkShenFenZheng:hover {
    text-decoration: none;
}

.x-header.content ul.nav {
    list-style: none;
    height: 40px;
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.x-header.content ul.nav li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    float: left;
}
.x-header.content ul.nav li a{padding:0px;font-size:15px;}

a {
    text-decoration: none;
}

.lhtp {
    height: 580px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

.lhtpBtn {
    width: 100%;
    height: 12px;
    z-index: 4;
    text-align: center;
    position: absolute;
    bottom: 20px !important;
}

.lhtpPrev {
    width: 50px;
    z-index: 4;
    cursor: pointer;
    top: 220px;
    display: inline-block;
    position: absolute;
    left: 20px;
    height: 75px;
    background: url(../img/prev.png) no-repeat;
}

.lhtpNext {
    width: 50px;
    z-index: 4;
    cursor: pointer;
    top: 220px;
    display: inline-block;
    position: absolute;
    right: 20px;
    height: 75px;
    background: url(../img/next.png) no-repeat;
}

.lhtp ul li {
    height: 580px;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

.my-bullet {
    width: 12px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.my-bullet-active {
    background-color: #16A1FF;
}

.x-select {
    width: 100%;
    float: left;
    height: 80px;
    background-color: #ff8421;
}

.x-select .wrap {
    padding-top: 10px;
    text-align: center;
}

.x-select .search {
    width: 700px;
    height: 60px;
    margin: auto;
}

.selectInput {
    height: 60px;
    float: left;
    text-indent: 20px;
    padding: 0px 5px;
    line-height: 60px;
    width: 580px;
    border: 0px;
    border-radius: 10px;
    font-size: 18px;
}
.selectBtn {
    height: 60px;
    float: left;
    width: 80px;
    margin-left: 10px;
    line-height: 40px;
    background-color: #2D8CC6;
    color: #FFF;
    border-radius: 10px;
    border: 0px;
    font-size: 15px;
    cursor: pointer;
}
.x-youshi {
    width: 100%;
    float: left;
    background-color: #FFF;
}
.x-youshi-title {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #39394d;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
}
.x-youshi-title-line {
    width: 30%;
    border-bottom: 1px solid #c0c4cc;
    height: 25px;
    float: left;
}
.x-youshi-title-line:first-child {
    margin-left: 10%;
}
.x-youshi-title-text {
    width: 20%;
    float: left;
    text-align: center;
    height: 50px;
}
.x-youshi-content {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.x-youshi-part {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 1%;
    padding-right: 1%;
}
.x-youshi-img {
    width: 100%;
    height: 260px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
}
.x-youshi-img img{width:100%;height:260px;}
.x-youshi-img i {
    font-size: 80px;
    margin-top: 0px;
    color: #0094b5;
}
.x-youshi-part-title {
    width: 100%;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 19px;
    margin-top: 17px;
    padding: 0px 10px;
}
.x-youshi-part-content {
    margin-top: 15px;
    color: #555;
    text-align:left;
    min-height: 44px;
    font-size: 12px;
    line-height: 24px;
}
.x-youshi-part-title a {
    color: #150c31;
}
.x-youshi-part-title:hover a{
    cursor: pointer;
    opacity: 80%;
}
.x-liucheng {
    width: 100%;
    float: left;
    background-color: #2D8CC6;
}
.x-liucheng-title {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #39394d;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
}
.x-liucheng-title-line:first-child {
    margin-left: 10%;
}
.x-liucheng-title-line {
    width: 30%;
    border-bottom: 1px solid #c0c4cc;
    height: 25px;
    float: left;
}
.x-liucheng-title-text {
    width: 20%;
    float: left;
    text-align: center;
    height: 50px;
    color: #FFF;
}
.x-liucheng-content {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.x-liucheng-part {
    float: left;
    width: 12%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 1%;
    padding-right: 1%;
}
.x-liucheng-img {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    background-color: #FFF;
    color: #2D8CC6;
    border-radius: 50%;
    margin: 0px auto;
}
.x-liucheng-part-title {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
}
.x-liucheng-part-title a {
    color: #FFF;
}
.x-liucheng-part-content {
    margin-top: 15px;
    color: #FFF;
    min-height: 44px;
    font-size: 12px;
}
.x-liucheng-part-jiange {
    width: 2%;
    float: left;
    display: flex;
}
.x-liucheng-part-title a:hover{
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.x-fuwu {
    width: 100%;
    float: left;
    background-color: #FFF;
}
.x-fuwu-title {
    width: 100%;
    float: left;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #39394d;
    line-height: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
}
.x-fuwu-title-line:first-child {
    margin-left: 10%;
}
.x-fuwu-title-line {
    width: 30%;
    border-bottom: 1px solid #c0c4cc;
    height: 25px;
    float: left;
}
.x-fuwu-title-text {
    width: 20%;
    float: left;
    text-align: center;
    height: 50px;
}
.x-fuwu-content {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.x-fuwu-part {
    width: 217px;
    height: 319px;
    padding-top: 32px;
    float: left;
    box-shadow: 10px 10px 10px #eaf3fe;
    border: 1px solid #eaf3fe;
    border-radius: 10px;
    margin: 0px 11px;
}
.x-fuwu-img {
    width: 100%;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
}
.x-fuwu-img i {
    font-size: 80px;
    margin-top: 0px;
    color: #0094b5;
}
.x-fuwu-part-title 
{
    width:100%;
    font-size: 18px;
    text-align: center;
    line-height: 70px;
}
.x-fuwu-part-content
{
    width:100%;
    padding:0px 30px;
}
.x-fuwu-part-title a {
    color: #150c31;
    font-size:24px;
}
.x-fuwu-part-title:hover a{
    opacity: 80%;
    cursor: pointer;
}

.x-footer-nav {
    width: 578px;
    float: left;
    min-height: 163px;
    font-family: 'Microsoft YaHei';
}
.x-footer-nav-li {
    width: 124px;
    float: left;
    border: 0px;
    border-right: 1px solid #C8C9CB;
    border-style: dashed;
    padding-right: 10px;
    text-align: center;
}
.x-footer-nav-li-title {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 5px;
}
.x-footer-nav-li-content {
    width: 100%;
    float: left;
}
.x-footer-nav-li-content span {
    width: 100%;
    float: left;
    margin-top: 7px;
}
.x-footer-nav-li-content span a {
    font-size: 12px;
}
.x-footer-nav-li-content span:hover a {
    opacity: 80%;
}
.x-footer-erweimaX {
    width: 160px;
    float: left;
    margin-right: 10px;
    position: absolute;
    right: 200px;
    top: 0px;
    background-color: #FFF;
}
.x-footer-erweimaX img {
    width: 160px;
    height: 120px;
    float: left;
}
.x-footer-erweimaX span {
    width: 100%;
    float: left;
    margin-top: 9px;
    font-size: 13px;
    color: #ddd;
    text-align: center;
}
.x-footer-erweima {
    width: 160px;
    float: left;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #FFF;
}
.x-footer-erweima img {
    width: 160px;
    height: 120px;
    float: left;
}
.x-footer-erweima span {
    width: 100%;
    float: left;
    margin-top: 9px;
    font-size: 13px;
    color: #ddd;
    text-align: center;
}
.x-footer-address {
    width: 250px;
    float: left;
    margin-left: 20px;
    border: 0px;
    /* border-left: 1px dashed #c0c4cc; */
    padding-left: 20px;
    font-size: 12px;
}
.x-footer-address-title {
    width: 100%;
    float: left;
    font-size: 18px;
}
.x-footer-address-content {
    width: 100%;
    float: left;
    font-size: 15px;
    margin-top: 10px;
    /* line-height: 30px; */
}
a:hover{
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.navBg {
    width: 100%;
    height: 40px;
    float: left;
    background-color: #CC0F16;
    line-height: 40px;
    font-size: 15px;
}

/* 合作伙伴样式 */
.linkImgBg {
    width: 100%;
    float: left;
    /* padding: 20px 0; */
}

.linkImgBg .wrap {
    display: flex;
    align-items: center;
}

.linkImgBg .wrap span {
    font-size: 20px;
    margin-right: 20px;
    white-space: nowrap;
}