﻿* {
    margin: 0px;
    padding: 0px;
    color: #121212;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

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%;
    height: 66px;
    position: fixed;
    top: 0px;
    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 {
    height: 66px;
    line-height: 66px;
    float: left;
    font-size: 30px;
}

.LogoImg {
    height: 66px;
    margin-top: 0px;
}

.x-header.content ul.nav {
    list-style: none;
    height: 40px;
    position: absolute;
    right: 130px;
    top: 13px;
}

.x-header.content ul.nav li {
    list-style: none;
    height: 40px;
    padding: 0px 25px;
    line-height: 40px;
    float: left;
}
.x-header.content ul.nav li:hover a{
    opacity: 80%;
}
.x-header.content .login {
    width: 109px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 19px;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    right: 0px;
    top: 14px;
    float: left;
}

a {
    text-decoration: none;
}

.x-header.content .login a {
    color: #000;
}
.x-header.content .login:hover a{
    opacity: 80%;
}
.lhtp {
    height: 500px;
    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: 500px;
    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: 50px;
    float: left;
    text-indent: 20px;
    padding: 5px 10px;
    line-height: 50px;
    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: 21%;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 2%;
    padding-right: 2%;
}
.x-youshi-img {
    width: 80px;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
}
.x-youshi-img i {
    font-size: 80px;
    margin-top: 0px;
    color: #0094b5;
}
.x-youshi-part-title {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
}
.x-youshi-part-content {
    margin-top: 15px;
    color: #555;
    min-height: 44px;
    font-size: 12px;
    line-height: 24px;
}
.x-youshi-part-title a {
    color: #150c31;
    font-weight: 700;
}
.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: 80%;
    cursor: pointer;
}
.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 {
    float: left;
    width: 12.6%;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
.x-fuwu-img {
    width: 80px;
    height: 80px;
    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 {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
}
.x-fuwu-part-title a {
    color: #150c31;
    font-weight: 700;
}
.x-fuwu-part-title:hover a{
    opacity: 80%;
    cursor: pointer;
}
.x-footer {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding-bottom: 30px;
    padding-top: 30px;
}
.x-footer-nav {
    width: 578px;
    float: left;
    min-height: 163px;
}
.x-footer-nav-li {
    width: 120px;
    float: left;
}
.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: 450px;
    top: 0px;
    background-color: #FFF;
}
.x-footer-erweimaX img {
    width: 160px;
    height: 160px;
    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: 120px;
    float: left;
    margin-right: 10px;
    position: absolute;
    right: 300px;
    top: 0px;
    background-color: #FFF;
}
.x-footer-erweima img {
    width: 120px;
    height: 120px;
    float: left;
}
.x-footer-erweima {
    width: 120px;
    float: left;
    margin-right: 10px;
    position: absolute;
    right: 300px;
    top: 0px;
    background-color: #FFF;
}
.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;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0px;
    border-left: 1px dashed #c0c4cc;
    padding-left: 20px;
    font-size: 12px;
}
.x-footer-address-title {
    width: 100%;
    float: left;
    font-size: 15px;
}
.x-footer-address-content {
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    line-height: 30px;
}
.x-copyright {
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border: 0px;
    text-align: left;
    font-size: 12px;
    float: left;
    line-height: 10px;
}
.x-copyright a:hover{
    opacity: 80%;
}
a:hover{
    opacity: 80%;
}