* {
  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: 60px;
  margin-top: 20px;
}

.x-header.content ul.nav {
  /* list-style: none;
  height: 40px;
  position: absolute;
  right: 130px;
  top: 108px; */
  float: left;
  width: 1200px;
  min-width: 1200px;
  height: 55px;
  font-size: 17px;
}

.x-wrap {
  background-color: #362e2b;
  float: left;
  height: 55px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.x-header.content ul.nav li {
  list-style: none;
  height: 40px;
  padding: 0px 25px;
  line-height: 40px;
  float: left;
  width: 16.6%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.x-header.content ul.nav li a {
  float: left;
  line-height: 55px;
  color: #FFFFFF;
}

.x-header.content ul.nav li:hover {
  background-color: #000000;
}

.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: 550px;
  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: 550px;
  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%;
  height: 80px;
  position: absolute;
  left: 0;
  top: 367px;
  z-index: 99;
}

.x-select .wrap {
  padding-top: 10px;
  text-align: center;
}

.x-select .search {
  width: 700px;
  height: 71px;
  margin: auto;
  /* position: relative; */
}

.selectInput {
  /* height: auto; */
  position: relative;
  top: -39px;
  float: left;
  /* text-indent: 20px; */
  padding: 5px 10px;
  line-height: 25px;
  width: 503px;
  border: 0px;
  font-size: 18px;
}

.selectInput:focus {
  outline: none;
}

.selectBtn {
  height: 71px;
  float: left;
  width: 145px;
  margin-left: 5px;
  line-height: 40px;
  background: url(/img/search.png) center no-repeat;
  background-color: #362E2B;
  color: #FFF;
  border: 0px;
  font-size: 25px;
  cursor: pointer;
}

.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-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%;
}

.top {
  float: left;
  width: 100%;
  height: 108px;
  background-color: #000000;
}

.top-login a {
  position: absolute;
  right: 89px;
  top: 52px;
  width: 80px;
  height: 34px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #edbe00;
  border: 2px solid #EDBE00;
  border-radius: 3px;
  box-sizing: border-box;
}

.top-login a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.top-reg a {
  position: absolute;
  right: 0px;
  top: 52px;
  width: 80px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  background-color: #EDBE00;
  border-radius: 3px;
}

.top-reg a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#lovexin14 {
  right: 0px;
  position: absolute;
  top: 100px;
  /* position: fixed; */
  border: 0 solid #DDDDDD;
  height: 152px;
  width: 50px;
  z-index: 999;
}

#lovexin14 a.qq {
  background: #D2D2D2 url('../img/qqX.png') center center no-repeat;
  margin-bottom: 1px;
}

#lovexin14 a.qq:hover {
  background: #362e2b url('../img/qqX.png') center center no-repeat;
}

#lovexin14 a {
  height: 50px;
  width: 50px;
  float: left;
}

#lovexin14 a.tel {
  background: #D2D2D2 url('../img/dianhuaX.png') center center no-repeat;
  position: relative;
  margin-bottom: 1px;
}

#lovexin14 a.tel:hover {
  background: #362e2b url('../img/dianhuaX.png') center center no-repeat;
}

#lovexin14 a.tel:hover span {
  display: block;
}

#lovexin14 a.tel span {
  height: 50px;
  display: none;
  width: 180px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  position: absolute;
  right: 50px;
  background-color: #362e2b;
  color: #FFF;
  font-size: 16px;
}

#lovexin14 a.weixin {
  background: #D2D2D2 url('../img/weixinX.png') center center no-repeat;
  position: relative;
  margin-bottom: 1px;
}

#lovexin14 a.weixin:hover {
  background: #362e2b url('../img/weixinX.png') center center no-repeat;
}

#lovexin14 a.weixin:hover img {
  display: block;
}

#lovexin14 a.weixin img {
  width: 120px;
  display: none;
  border: 5px solid #362e2b;
  position: absolute;
  right: 50px;
  bottom: 0px;
}

#lovexin14 a.top {
  background: #D2D2D2 url('../img/dingbuX.png') center center no-repeat;
}

#lovexin14 a.top:hover {
  background: #362e2b url('../img/dingbuX.png') center center no-repeat;
}

/* 优势 */
.youshi {
  float: left;
  width: 100%;
  height: 532px;
  background-color: #EEEEEE;
}

.youshi .titleEN {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #626262;
  text-align: center;
}

.youshi .titleCH {
  float: left;
  width: 100%;
  font-size: 35px;
  color: #333333;
  text-align: center;
}

.youshiContent {
  float: left;
  width: 100%;
  margin-top: 47px;
}

.youshiItem {
  float: left;
  position: relative;
  width: 220px;
  height: 279px;
  color: #362E2B;
  border: 0;
  margin-left: 106px;
  border-radius: 40px;
  background-color: #EDBE00;
}

.youshiItem:first-of-type {
  margin-left: 0px;
}

.youshiItem:hover {
  color: #EDBE00;
  background-color: #362E2B;
}

.youshiItem:hover .youshiCircle i {
  color: #362E2B;
}

.youshiItem:hover>.youshiCircle {
  color: #362E2B;
  background-color: #EDBE00;
}

.youshiItem:hover .youshiSubtitle,
.youshiItem:hover>.youshiTitle a {
  color: #EDBE00;
}

.youshiCircle {
  position: absolute;
  top: 32px;
  left: 42.5px;
  width: 135px;
  height: 135px;
  line-height: 135px;
  font-size: 80px;
  color: #EDBE00;
  text-align: center;
  background-color: #362E2B;
  border: 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.youshiCircle i {
  color: #EDBE00;
}

.youshiTitle {
  float: left;
  margin-top: 182px;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.youshiTitle a {
  color: #362E2B;
}

.youshiTitle a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.youshiSubtitle {
  float: left;
  width: 100%;
  line-height: 22px;
  font-size: 15px;
  text-align: center;
}

.toolbar {
  float: left;
  width: 100%;
  height: 81px;
  background-color: #EDBE00;
}

.toolbarItem {
  float: left;
  width: 299px;
  height: 100%;
  line-height: 81px;
  padding-left: 87px;
  font-size: 20px;
  color: #000000;
  box-sizing: border-box;
}

.toolbarItem:hover {
  color: #FFFFFF;
  background-color: #362E2B;
}

.toolbarIcon {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 28px;
  margin-right: 10px;
  font-size: 21px;
  text-align: center;
  margin-top: 24px;
  border: 3.2px solid #000000;
  border-radius: 50%;
  padding-top: 2px;
}

.toolbarItem:hover>.toolbarIcon {
  border: 3.2px solid #FFFFFF;
}

.toolbarItem:hover i,
.toolbarItem:hover>a {
  color: #FFFFFF;
}

.toolbarItem a {
  font-size: 20px;
  color: #000000;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
  position: relative;
  top: 3px;
}

.toolbarDivider {
  float: left;
  margin-top: 30px;
  width: 1px;
  height: 20px;
  background-color: #f4d866;
}

.news {
  float: left;
  width: 100%;
  height: 707px;
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
}

.newsImg {
  display: none;
}

.newsMainPart {
  float: left;
  width: 100%;
  height: 409px;
  margin-top: 46px;
}

.newsImg {
  float: left;
  width: 570px;
  height: 409px;
  background: url(/img/chatu_news.jpg) 0 0 no-repeat;
}

.newsItem {
  float: left;
  width: 100%;
  height: 101px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.newsContent {
  position: absolute;
  width: 100%;
  height: 101px;
  right: 0px;
  background-color: #f3f3f3;
  padding-left: 19px;
  padding-right: 19px;
  padding-top: 14px;
  box-sizing: border-box;
}

.newsTitle {
  width: 100%;
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 17px;
  color: #333333;
}

.newsTitle a {
  color: #333333;
}

.newsDetail {
  float: left;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #7D7D7D;
}

.newsDate {
  position: absolute;
  width: 101px;
  height: 101px;
  padding: 7px;
  right: 0;
  color: #FFFFFF;
  background-color: #362E2B;
  box-sizing: border-box;
}

.newsDateNum {
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #fff;
}

.newsDateDivider {
  float: left;
  width: 32px;
  height: 4px;
  margin-top: 10px;
  background-color: #FFFFFF;
}

.newsVIEW {
  float: left;
  width: 100%;
  height: 25px;
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.newsReadmoreBtn a {
  position: absolute;
  width: 123px;
  height: 34px;
  bottom: 70px;
  right: 0px;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #362E2B;
  text-align: center;
}

.titleEN {
  float: left;
  width: 100%;
  font-size: 17px;
  color: #626262;
  text-align: center;
}

.titleCH {
  float: left;
  width: 100%;
  font-size: 35px;
  color: #333333;
  text-align: center;
}

.aboutUs {
  float: left;
  width: 100%;
  height: 383px;
  padding-top: 87px;
  box-sizing: border-box;
}

.aboutUsLeft {
  float: left;
  width: 243px;
  height: 296px;
}

.aboutUsMid {
  float: left;
  width: 681px;
  height: 296px;
  padding: 38px 60px 38px 60px;
  background-color: #362E2B;
  color: #FFFFFF;
  box-sizing: border-box;
}

.aboutUsMidTitle {
  float: left;
  width: 100%;
  font-size: 25px;
  line-height: 27px;
}

.aboutUsMidSubtitle {
  float: left;
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  line-height: 35px;
  text-align: right;
}

.aboutUsDivider {
  float: right;
  width: 313px;
  height: 1px;
  background-color: #FFFFFF;
}

.aboutUsContent {
  float: left;
  margin-left: 24px;
  margin-top: 20px;
  width: 512px;
  font-size: 16px;
  line-height: 28px;
}

.aboutUsRight {
  float: left;
  width: 276px;
  height: 296px;
  background: url(/img/chatu_aboutus.jpg) 0 0 no-repeat;
}

.ReadmoreBtn a {
  position: absolute;
  width: 126px;
  height: 29px;
  bottom: 12px;
  right: 233px;
  line-height: 29px;
  color: #362E2B;
  font-size: 13px;
  background-color: #EDBE00;
  text-align: center;
}

.footer {
  float: left;
  width: 100%;
  height: 521px;
  background: url(/img/bg_footer.jpg) center no-repeat;
  color: #FFFFFF;
}

.footerMainPart {
  float: left;
  width: 1013px;
  height: 450px;
}

.footerTel {
  margin-top: 234px;
  float: left;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 30px;
}

.footerWorkhour {
  margin-top: 8px;
  float: left;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}

.footerAddr {
  margin-top: 8px;
  float: left;
  width: 100%;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
}

.footerPartner {
  float: left;
  margin-right: 12px;
  margin-top: 26px;
  width: 152px;
  height: 58px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.footerPartner:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.QRcode {
  float: left;
  width: 187px;
  height: 450px;
}

.QRcodeImg {
  float: left;
  width: 187px;
  height: 187px;
  margin-top: 204px;
}

.QRcodeTitle {
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.footerCopyright {
  float: left;
  width: 100%;
  height: 71px;
  line-height: 71px;
  text-align: center;
  font-size: 14px;
}