﻿* {
    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); }
}
a:hover{text-decoration:none;}
.x-top {
    width: 100%;
    height: 39px;
    background-color: #0089e1;
    line-height:39px;
    font-size: 14px;
}
.x-top-left{width:50%;float:left;color:#FFF;}
.x-top-left-tel{background:url(/image/tel.png) left center no-repeat;padding-left:20px;color:#FFF;font-weight:bold;}

.x-top-right{width:50%;float:left;color:#FFF;text-align:right;color: #ccc;}
.x-top-right a{color:#FFF;margin:0px 5px;}
.x-top-right a img{margin-left:5px;}

.x-header.content {
    background-color: #FFF;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.x-header {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0px;float:left;
    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: 86px;
    line-height: 86px;
    float: left;
}
.logo a{height:86px;float:left;}

.logo a img{
    height: 80px;
}

.x-header.content ul.nav {
    list-style: none;
    height: 86px;
    position: absolute;
    right: 100px;
}

.login{height: 86px;
    position: absolute;
    width:100px;
    line-height:86px;
    text-align:center;
    right: 0px;}
.x-header.content .login a{font-size: 15px;margin: 0px 2px;}

.x-header.content ul.nav li {
    list-style: none;
    height: 86px;
    line-height: 86px;
    float: left;
}
.x-header.content ul.nav li a{padding:0px 16px;font-size: 18px;color: #3c3c3c;}
.x-header.content ul.nav li a:hover{color:#2D8CC6;}
.x-header.content ul.nav li:hover a{
    opacity: 80%;
}
a {
    text-decoration: none;
}

.x-header.content .login a {
    color: #000;
}
.x-header.content .login:hover a{
    opacity: 80%;
}
.lhtp {
    height: 420px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
    float:left;
}

.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: 190px;
    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: 190px;
    display: inline-block;
    position: absolute;
    right: 20px;
    height: 75px;
    background: url(../img/next.png) no-repeat;
}

.lhtp ul li {
    height: 420px;
    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: 12px;
    text-align: center;
}

.x-select .search {
    width: 700px;
    height: 55px;
    margin: auto;
}

.selectInput {
    height: 55px;
    float: left;
    text-indent: 20px;
    line-height: 55px;
    width: 580px;
    border: 0px;
    border-radius: 10px;
    font-size: 16px;
}
.selectBtn {
    height: 55px;
    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;
    margin-right:3%;
    margin-left:3%;
    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: 25%;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    margin-bottom:0px;
    padding-left: 2%;
    padding-right: 2%;
}
.x-fuwu-img {
    width: 100%;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
}
.x-fuwu-img img{width:110px;height:120px;}
.x-fuwu-img i {
    font-size: 72px;
    margin-top: 0px;
    color: #0094b5;
}
.x-fuwu-part-title {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
}
.x-fuwu-part-title a {
    color: #150c31;
}
.x-fuwu-part-title:hover a{
    opacity: 80%;
    cursor: pointer;
}

.x-fuwu-part-content {
   color: #a9b0b4;font-size:15px;padding-top:10px;
}

.x-footer {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding-bottom: 20px;
    padding-top: 20px;
}
.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: 18px;font-weight:bold;
    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: 14px;color: #222;
}
.x-footer-nav-li-content span:hover a {
    opacity: 80%;
}
.x-footer-erweimaX {
    width: 140px;
    float: left;
    margin-right: 10px;
    position: absolute;
    right: 400px;
    top: 0px;
    background-color: #FFF;
}
.x-footer-erweimaX img {
    width: 140px;
    height: 140px;
    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: 260px;
    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: 260px;
    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: center;
    font-size: 12px;
    float: left;
    line-height: 10px;
}
.x-copyright a:hover{
    opacity: 80%;
}
a:hover{
    opacity: 80%;
}