html {
  font-size: 26.66667vw;
}
body {
  font-size: .14rem;
  font-family: '微软雅黑';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
}
#header {
  height: 0.55rem;
  background-color: #303036;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-left {
  width: 1.12rem;
  margin-left: 0.2rem;
}
#header .header-right {
  width: 0.50rem;
  height: 0.50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
}
#header .header-right a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-right .mui-icon-bars:before {
  color: #fff;
}
#footer {
  height: 3.52rem;
  width: 100%;
  background-color: #303036;
  color: #6f6f73;
  font-size: 0.12rem;
  padding: 0 0.4rem 0 0.16rem;
  display: flex;
  flex-direction: column;
}
#footer .phone {
  height: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .phone i {
  font-size: 0.3rem;
  color: #cdcdcd;
}
#footer .phone .line {
  display: inline-block;
  height: 0.2rem;
  width: 0.01rem;
  background-color: #7f7f82;
}
#footer .phone .sale p {
  margin-block-end: 0;
  margin-block-start: 0;
}
#footer .phone .sale span {
  font-size: 0.15rem;
  color: #fafafa;
  font-weight: 600;
}
#footer .adress {
  height: 0.85rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .adress i {
  font-size: 0.3rem;
  color: #cdcdcd;
}
#footer .adress .changsha p {
  margin-block-end: 0;
  margin-block-start: 0;
  font-size: 0.12rem;
}
#footer .adress .changsha span {
  font-size: 0.13rem;
  color: #fafafa;
}
#footer .adress .changsha a {
  margin-top: 0.05rem;
  display: block;
  width: 1.04rem;
  height: 0.29rem;
  font-size: 0.12rem;
  color: #7d7d80;
  border: 1px solid #7d7d80;
  border-radius: 0.05rem;
  line-height: 0.29rem;
  text-align: center;
}
#footer .adress .changsha a i {
  font-size: 0.15rem;
}
#footer .adress .none {
  width: 0.2rem;
}
#footer .qr-code {
  padding-top: 0.15rem;
  flex: 1;
  position: relative;
}
#footer .qr-code > img {
  width: 1.02rem;
  height: 1.02rem;
}
#footer .qr-code .qr-one {
  margin-left: 0.45rem;
  margin-right: 0.2rem;
  -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, transparent 40%, transparent 100%);
}
#footer .qr-code .qr-two {
  z-index: 999;
  position: absolute;
  -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.007) 0%, transparent 40%, transparent 100%);
}
#footer .qr-code .luck {
  position: absolute;
  right: -0.18rem;
  top: 0.13rem;
  z-index: 1;
}
#footer .qr-code .yingyin {
  width: 0.8rem;
  height: 0.12rem;
  border-radius: 40%;
  background: url(../images/yingyin-03.png) center center no-repeat;
  overflow: hidden;
  position: absolute;
  right: -0.08rem;
  bottom: 0.65rem;
}
#bead {
  width: 100%;
  height: 50px;
  background-color: #076bf2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
#bead a {
  font-size: 14px;
  font-family: 'small';
  color: #fff;
}
p {
  margin: 0;
}
.line-one {
  text-align: center;
  font-size: 21px;
  font-family: 'bold';
  padding-top: 35px;
  color: #000000;
}
.line-two {
  display: block;
  font-size: 13px;
  color: #666;
  text-align: center;
  padding-top: 13px;
}
#problem {
  width: 100%;
  height: 375px;
  background-color: #fff;
  text-align: center;
}
#problem .line-two {
  padding-bottom: 34px;
}
#problem .problem-box::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#problem .problem-box::after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e1e1e1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#problem .problem-box {
  width: 100%;
  height: 225px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: relative;
}
#problem .problem-box .topic {
  width: 50%;
  height: 50%;
  margin-top: 15px;
}
#problem .problem-box .topic i {
  color: #076bf2;
  padding-top: 10px;
}
#problem .problem-box .topic p {
  font-size: 15px;
  color: #333;
  font-family: 'bold';
  font-weight: 600;
  padding-top: 8px;
}
#problem .problem-box .topic span {
  font-size: 12px;
  color: #666;
}
#problem .problem-box .topic .iconfont {
  font-size: 44px;
  color: #076bf2;
}
#scheme {
  width: 100%;
  height: 392px;
  background-color: #f2f3f7;
  padding: 0 18px;
}
#scheme .line-one {
  padding-bottom: 30px;
}
#scheme input:focus {
  border: 1px solid #076bf2;
  caret-color: #076bf2;
  font-weight: 600;
}
#scheme input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #000;
  padding-bottom: 6px;
}
#solution {
  width: 100%;
  height: 530px;
  background-color: #fff;
}
#solution .other {
  color: #000;
  font-size: 21px;
  font-family: 'bold';
  text-align: center;
  padding-top: 8px;
}
#solution .line-two {
  padding-bottom: 26px;
}
#solution .mui-content .mui-card {
  margin: 0;
}
#solution .mui-content .mui-table-view .mui-table-view-cell:after {
  display: none;
}
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-navigate-right:after,
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-push-right:after {
  color: #666666;
  font-size: 20px;
}
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-navigate-right {
  padding-left: 15px;
  font-size: 15px;
  color: #333333;
  border-top: 1px solid #e6e6e6;
  height: 50px;
  display: flex;
  align-items: center;
}
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-navigate-right .iconfont {
  margin-right: 8px;
  font-size: 30px;
}
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content {
  height: 188px;
  padding: 0 18px;
  background-color: #f7f8fa;
}
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content p {
  font-size: 13px;
  color: #666666;
  padding-top: 25px;
  text-align: justify;
  padding-bottom: 30px;
}
#solution .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .about {
  display: block;
  width: 130px;
  height: 33px;
  border: 1px solid #076bf2;
  color: #076bf2;
  text-align: center;
  line-height: 33px;
}
#solution .mui-content .mui-table-view .mui-active {
  background-color: #fff;
}
#solution .mui-content .mui-table-view .mui-active .mui-navigate-right:after,
#solution .mui-content .mui-table-view .mui-active .mui-push-right:after {
  color: #076bf2;
  font-size: 20px;
}
#solution .mui-content .mui-table-view .mui-active .mui-navigate-right {
  color: #076bf2;
}
#solution .mui-content .mui-table-view .mui-active .mui-navigate-right ::after {
  color: #076bf2;
}
#hotel {
  width: 100%;
  height: 328px;
  background-color: #f2f3f7;
}
#hotel .line-two {
  padding-bottom: 20px;
}
#hotel .scroll {
  overflow: scroll;
  background-color: #fff;
}
#hotel img {
  width: 741px;
  height: 164px;
}
#panorama {
  width: 100%;
  min-height: 867px;
  background-color: #fff;
}
#panorama .line-two {
  padding-bottom: 26px;
  font-size: 16px;
}
#panorama .mui-content .mui-card {
  margin: 0;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell:after {
  display: none;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-navigate-right:after,
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-push-right:after {
  color: #666666;
  font-size: 20px;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-navigate-right {
  padding-left: 15px;
  font-size: 15px;
  color: #333333;
  border-top: 1px solid #e6e6e6;
  height: 50px;
  display: flex;
  align-items: center;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-navigate-right .iconfont {
  margin-right: 8px;
  font-size: 30px;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content {
  padding: 18px 18px 0 18px;
  background-color: #f7f8fa;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .it-box {
  width: 342px;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .it-box p {
  font-size: 14px;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 6px;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .it-box span {
  font-size: 13px;
  color: #666666;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .it-box span i {
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #666666;
  margin: 0 7px 3px 3px;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .it-box hr {
  height: 1px;
  background-color: #d7d8d9;
  border: none;
  margin: 0;
  margin-top: 15px;
}
#panorama .mui-content .mui-table-view .mui-table-view-cell .mui-collapse-content .case {
  display: block;
  width: 150px;
  height: 41px;
  color: #fff;
  background-color: #076bf2;
  text-align: center;
  line-height: 41px;
  margin: 15px auto 25px auto;
}
#panorama .mui-content .mui-table-view .mui-active {
  background-color: #fff;
}
#panorama .mui-content .mui-table-view .mui-active .mui-navigate-right:after,
#panorama .mui-content .mui-table-view .mui-active .mui-push-right:after {
  color: #076bf2;
  font-size: 20px;
}
#panorama .mui-content .mui-table-view .mui-active .mui-navigate-right {
  color: #076bf2;
}
#panorama .mui-content .mui-table-view .mui-active .mui-navigate-right ::after {
  color: #076bf2;
}
#panorama .mui-content .synthesize {
  height: 70px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
#panorama .mui-content .operator {
  height: 82px;
  background-color: #f2f3f7;
  font-size: 21px;
  font-family: 'bold';
  color: #000;
  text-align: center;
  line-height: 82px;
}
#serve {
  width: 100%;
  height: 510px;
  background-color: #fff;
  position: relative;
}
#serve .outside {
  height: 360px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 12px;
}
#serve .outside .content {
  width: 160px;
  height: 158px;
  background: -moz-linear-gradient(bottom, #05a5ec 50%, #0770f2);
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #05a5ec 50%, #0770f2);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #05a5ec 50%, #0770f2);
  background: linear-gradient(to bottom, #05a5ec 50%, #0770f2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#serve .outside .content i {
  color: #fff;
  font-size: 45px;
  padding: 20px 0 12px 0;
}
#serve .outside .content p {
  color: #fff;
  font-size: 14px;
  padding-bottom: 4px;
}
#serve .outside .content span {
  font-size: 12px;
  color: #9bcbf9;
  height: 20px;
}
#serve .outside .content .iconfont {
  font-size: 35px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}
#serve .mui-slider-indicator {
  position: absolute;
  bottom: -6px;
}
#friend {
  width: 100%;
  height: 304px;
  background-color: #f2f3f7;
}
#friend .logolist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 12px;
}
#friend .logolist .logo-box {
  width: 110px;
  height: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
#friend .logolist .logo-box img {
  width: 100%;
}
#choose {
  width: 100%;
  height: 285px;
  background: url(../images/背景图-02.png) center center no-repeat;
  background-size: 100%;
  color: #fff;
  text-align: center;
}
#choose .updet {
  display: flex;
  justify-content: space-around;
}
#choose .updet .content {
  display: inline-block;
  padding-top: 40px;
}
#choose .updet .content p {
  color: #fff !important;
  font-size: 29px;
  padding-bottom: 6px;
}
#choose .updet .content span {
  font-size: 12px;
}
#client {
  width: 100%;
  height: 445px;
  background-color: #fff;
  padding: 0 12px;
}
#client img {
  width: 100%;
  padding-top: 4px;
}
#say {
  width: 100%;
  height: 470px;
  background-color: #f2f3f7;
  padding: 0 12px;
  position: relative;
}
#say .video-box {
  position: relative;
  height: 330px;
  background-color: #fff;
}
#say .video-box .video {
  width: 100%;
  height: 190px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.mui-slider .mui-slider-group .mui-slider-item img {
    width: 50px;
    position: absolute;
    top: 60px;
    z-index: 9999 !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#say .video-box .video .one {
  width: 100%;
  position: absolute;
}
#say .video-box .video .two {
  width: 50px;
  height: 50px;
  position: absolute;
}
#say .video-box .introduce {
  font-size: 13px;
  color: #666;
  padding: 18px 14px 10px 14px;
  text-align: justify;
}
#say .video-box .line {
  font-size: 40px;
  color: #666666;
  text-align: end;
  position: absolute;
  right: 14px;
  bottom: 30px;
}
#say .video-box .name {
  font-size: 14px;
  font-family: 'small';
  text-align: end;
  position: absolute;
  bottom: 0;
  right: 14px;
}
#say .mui-slider-indicator {
  position: static;
}
