/* 修改滚动条宽度 */
::-webkit-scrollbar {
  width: 3px;
  /* 水平滚动条的宽度 */
  height: 3px;
  /* 垂直滚动条的高度 */
}
/* 滚动条的轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* 滚动条的滑块 */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
/* 鼠标悬停在滑块上时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.model {
  display: none;
  position: fixed;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  transition: 0.5s;
  overscroll-behavior: contain;
}
.model .modelV {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model .content {
  position: absolute;
  top: 15%;
  width: 70%;
  height: 70%;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.model .content .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
}
.model .content .title {
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin: 20px;
}
.model .content .inct {
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.model .content .con {
  height: calc(100% - 150px);
  overflow: auto;
  font-size: 20px;
}
.model .content .con div {
  font-weight: bold;
}
.model .content .con p {
  font-size: 20px;
  text-indent: 2em;
}
.new {
  width: 100%;
  box-sizing: border-box;
}
.new #minLeft li {
  margin-bottom: 0;
}
.new #minLeft li img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.new #minRight {
  height: 500px;
}
.new #minRight li {
  margin-bottom: 0;
}
.new #minRight li .title {
  font-size: 30px;
  color: #ffffff;
  height: 70px;
  line-height: 85px;
  text-align: center;
  font-weight: 500;
  position: relative;
  background: url("../img/newTitleBg.png") no-repeat center;
  background-size: 65% 100%;
}
.new #minRight li .con {
  padding: 20px 50px 25px 50px;
  box-sizing: border-box;
}
.new #minRight li .con p {
  font-size: 20px;
  text-indent: 2em;
  line-height: 40px !important;
  margin: 0;
}
.new #minRight li .more {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
.new #minRight .swiperBtn {
  position: absolute;
  right: 20px;
  bottom: -30px;
  display: flex;
  z-index: 10;
}
.new #minRight .swiperBtn div {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #a8a8a8;
  transition: 0.5s;
  cursor: pointer;
}
.new #minRight .swiperBtn div img {
  width: 20px;
}
.new #minRight .swiperBtn div .white {
  display: none;
}
.new #minRight .swiperBtn div:hover {
  background: #fa6d40;
  border: 1px solid #fa6d40;
}
.new #minRight .swiperBtn div:hover .defa {
  display: none;
}
.new #minRight .swiperBtn div:hover .white {
  display: block;
}
.new #minRight .swiperBtn .right {
  margin-left: 10px;
}
p {
  color: #000000;
}
h1.arrow span {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  position: relative;
}
h1.arrow span {
  font-size: none;
}
h1.arrow span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -170px;
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background: #666666;
  background-size: 100% 100%;
}
h1.arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -170px;
  transform: translateY(-50%);
  width: 150px;
  height: 1px;
  background: #666666;
  background-size: 100% 100%;
}
h1.arrow span img {
  width: 200px;
  height: auto;
}
.containerMy {
  width: 86%;
}
#about h4 {
  font-size: 32px;
  margin: 20px 0;
  font-weight: bold;
}
#about p {
  font-size: 20px;
  margin: 0;
  text-indent: 2em;
}
.single-image-box img {
  width: 100%;
}
.fs .effects .img img {
  width: 100%;
  height: 380px;
  transform: none;
}
.fs .effects .img .contain {
  object-fit: contain;
}
.hero {
  background: url("../img/banner1.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 25px;
  min-height: 150px;
}
.hero .title {
  font-size: 60px;
  letter-spacing: 20px;
  font-weight: bold;
  padding-left: 350px;
}
.server .row .about-text {
  min-height: 383px;
  font-size: 20px;
  line-height: 2;
  background-size: 100% 100%;
  color: #ffffff;
}
.server .row .about-text h6 {
  font-size: 30px;
  margin: 30px 0;
  color: #ffffff;
}
.server .row .about-text h6 span {
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
}
.server .row .about-image {
  height: 383px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
}
.server .row:nth-child(1) .about-text {
  background: url("../img/jin.jpg");
  color: #000000;
}
.server .row:nth-child(1) .about-text h6 {
  font-size: 30px;
  margin: 30px 0;
  color: #000000;
}
.server .row:nth-child(1) .about-text h6 span {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
}
.server .row:nth-child(1) .about-image {
  color: #e54c5e;
}
.server .row:nth-child(2) .about-text {
  background: url("../img/mu.png");
}
.server .row:nth-child(2) .about-image {
  color: #447b5b;
}
.server .row:nth-child(3) .about-text {
  background: url("../img/shui.jpg");
}
.server .row:nth-child(4) .about-text {
  background: url("../img/huo.jpg");
}
.server .row:nth-child(4) .about-image {
  color: #872a19;
}
.server .row:nth-child(5) .about-text {
  background: url("../img/tu.jpg");
  color: #000000;
}
.server .row:nth-child(5) .about-text h6 {
  font-size: 30px;
  margin: 30px 0;
  color: #000000;
}
.server .row:nth-child(5) .about-text h6 span {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-top: 20px;
}
.server .row:nth-child(5) .about-image {
  color: #ee822f;
}
.bg01 {
  width: 100%;
  box-sizing: border-box;
  min-height: 526px;
  overflow: hidden;
  background: url("../img/bg01.jpg") no-repeat center top;
  display: flex;
  align-items: center;
}
.bg01 .row {
  display: flex;
  align-items: center;
}
.bg01 .row img {
  width: 100%;
  height: auto;
}
.color-bg {
  background: #f3e9cd;
}
.color-bg h6 {
  color: #000;
}
.color-bg p {
  color: #222222 !important;
}
.section-padding {
  padding: 30px 0;
}
.swag {
  padding: 30px 0;
}
.p8 {
  padding-bottom: 30px;
}
.single-image-box {
  transition: 0.5s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.single-image-box:hover {
  transform: translateY(-5px);
}
.single-image-box img {
  max-width: 100%;
  height: auto;
}
.single-image-box .image-box-content {
  background-color: #f7f7ff;
  margin-top: -30px;
  position: relative;
  text-align: center;
  margin-left: 50px;
  padding: 20px;
}
.single-image-box .image-box-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 0;
}
.single-image-box .image-box-content p {
  margin-bottom: 0;
}
#contact h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#contact h2::after {
  content: "";
  display: none;
}
#contact h2 p {
  margin-top: 0;
}
#contact .contact-details {
  margin-top: 30px;
}
.amap-marker img {
  width: 25px;
  height: 35px;
}
.art {
  margin-top: 20px;
}
.art .inner_blog_area {
  overflow: hidden;
  padding-bottom: 20px;
  box-shadow: 0px 2px 30px 0px #f5f2f2;
  background-color: #ffffff;
}
.art .inner_blog_area .inner_blog_thumb {
  position: relative;
  overflow: hidden;
}
.art .inner_blog_area .inner_blog_thumb .inner_blog_img {
  text-align: center;
}
.art .inner_blog_area .inner_blog_thumb img {
  width: 300px;
  height: 300px;
  transition: 0.5s;
}
.art .inner_blog_area .inner_blog_thumb .blog_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  transition: 0.5s;
}
.art .inner_blog_area .inner_blog_content {
  padding: 10px 20px 5px;
}
.art .inner_blog_area .inner_blog_content .title {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--titlecolor);
  text-transform: inherit;
  margin: 0;
  font-weight: 700;
}
.art .inner_blog_area .inner_blog_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
}
.art .inner_blog_area .inner_blog_content .btn {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #333333;
  display: inline-block;
  border-radius: 0px;
  padding: 10px 25px;
}
.art .inner_blog_area:hover img {
  transform: scale(1.2);
}
.art .inner_blog_area:hover .blog_overlay {
  transform: scale(1.2);
}
@media (min-width: 992px) {
  .fs .col-md-3 {
    width: 20%;
  }
}
@media screen and (max-width: 1500px) {
  .hero {
    background-size: 100% 100%;
    padding-top: 35px;
  }
  .hero .title {
    font-size: 40px;
  }
  .new #minRight li .con p {
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 1400px) {
  .hero {
    background-size: cover;
    padding-top: 40px;
  }
  .hero .title {
    font-size: 30px;
    text-align: left;
    padding-left: 300px;
  }
  .new #minRight li .con p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .hero {
    background-size: cover;
    padding-top: 40px;
  }
  .hero .title {
    font-size: 30px;
    text-align: left;
    padding-left: 150px;
  }
  .fs .effects .img img {
    width: 125%;
    height: 240px;
    object-fit: cover;
  }
  .single-image-box .image-box-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .containerMy {
    width: auto;
  }
  .hero {
    background-size: cover;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .hero .title {
    font-size: 30px;
    text-align: center;
    padding-left: 0px;
  }
  .bg01 .row {
    display: block;
  }
  .section-padding {
    padding: 40px 0;
  }
  .swag {
    padding: 40px 0;
  }
  .p8 {
    padding-bottom: 40px;
  }
  .single-image-box .image-box-content {
    margin-left: 0;
    margin-top: 0;
  }
  .none {
    display: none;
  }
  .new #minLeft li img {
    height: 300px;
  }
  .new #minRight .swiperBtn {
    display: none;
  }
  .new #minRight li {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .new #minRight li .title {
    background-size: 90% 100%;
  }
  .new #minRight li .con {
    padding: 20px;
    height: 380px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .new #minRight li .con p {
    font-size: 20px;
  }
  .new #minRight li .more {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 10;
    background: #fff;
    color: #333333;
    border: 1px solid #333333;
    border-radius: 4px;
  }
}
@media screen and (max-width: 992px) {
  .hero {
    height: 300px;
    background-size: cover;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .hero .title {
    font-size: 30px;
    text-align: center;
    padding-left: 0;
    height: 100%;
  }
  .server .row .about-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .fs .effects .img img {
    width: 120%;
    height: 260px;
    object-fit: cover;
  }
  .menu-button,
  .menu-wrap {
    transform: translate3d(0.6em, 0.6em, 0);
  }
  h1.arrow span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background: #666666;
    background-size: 100% 100%;
  }
  h1.arrow span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -90px;
    transform: translateY(-50%);
    width: 100px;
    height: 1px;
    background: #666666;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .model .modelV .content {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    padding: 20px;
  }
  .hero {
    background: url("../img/phoneBanner.jpg") no-repeat;
    background-size: 100% 100%;
  }
}
