/*轮播开始*/
#scroll {
  margin: 100px 10%;
  width: 80%;
  height: 380px;
  background-color: white;
  position: relative;
  /*.subr:hover {
    background: @baseredbg;
    border-radius: 10px;
  }

  .subl:hover {
    background: @baseredbg;
    border-radius: 10px;
  }*/
}
#scroll .subl {
  position: absolute;
  background: url("../../images/service/tuiguang/subl.png") no-repeat 100% 100%;
  bottom: 137px;
  left: -10%;
  width: 50px;
  height: 100px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#scroll .subr {
  position: absolute;
  background: url("../../images/service/tuiguang/subr.png") no-repeat 100% 100%;
  bottom: 137px;
  right: -10%;
  width: 50px;
  height: 100px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#scroll ul {
  height: 380px;
  list-style: none;
  overflow: hidden;
}
#scroll ul li {
  width: 100%;
  height: 380px;
  margin: 0px;
  padding: 0px;
  display: none;
  /*span {
        position: absolute;
        bottom: 88px;
        right: 272px;
        border: 1px solid @basecolor6;
        color: @basecolor6;
        width: 110px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
      }
      span:hover {
        background: @base3cbg;
        color: @basemainbg;
        border-color: @base3cbg;
      }*/
}
/*轮播结束*/
a,
a:hover,
a:focus,
a:active {
  display: inline-block;
  height: 100%;
  color: #fff;
}
.tuiguang-banner {
  position: relative;
}
.tuiguang-banner .text {
  position: absolute;
  left: 25%;
  width: 50%;
  top: 178px;
  text-align: center;
}
.tuiguang-banner .text h1 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}
.tuiguang-banner .text h2 {
  text-align: center;
  font-weight: 500;
  font-size: 42px;
  color: #fff;
}
.tuiguang-banner .text .button {
  margin: 30px auto;
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(to bottom, #00c7ff, #00fef0);
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  font-family: "Source Han Sans CN Bold" !important;
  color: #000!important;
  font-weight: 600;
}
.tuiguang-banner .text2 {
  width: 699px;
  left: 611px;
  top: 488px;
}
.tuiguang-banner .text2 .button2 {
  margin: 27px auto;
  display: block;
  width: 221px;
  height: 49px;
  line-height: 49px;
  background: transparent;
  color: transparent!important;
}
#tuiguang img.bg {
  width: 100%;
  height: auto;
  display: block;
}
#tuiguang .item {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#tuiguang .item .main {
  margin: 0 auto;
  width: 1903px;
}
#tuiguang .item .main .flex-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
}
#tuiguang .item .main .flex-container .flex-item {
  height: 20%;
}
#tuiguang .item .main .flex-container .flex-item .mainCenter {
  width: 1100px;
  margin: 0 auto;
}
#tuiguang .item .main .flex-container .flex-item .mainCenter .miniInput {
  margin-top: 70px;
  font-size: 34px;
  text-align: center;
  color: #000;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(1) {
  height: 276px;
  background: #f7f7f7;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(1) .mainCenter h3 {
  margin-top: 70px;
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #000;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(1) .mainCenter h4 {
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) {
  height: 370px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox {
  margin-top: 70px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox ul {
  height: 185 px;
  text-align: center;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox ul li {
  display: inline-block;
  width: 214px;
  height: 186px;
  cursor: pointer;
  user-select: none;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox ul li img {
  margin: 34px auto;
  display: block;
  height: 70px;
  width: 70px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox ul li.active {
  background: #1162f2;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox ul li.active p {
  color: transparent;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(2) .tabBox ul li:nth-child(2) {
  margin: 0 50px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) {
  height: 670px;
  background: linear-gradient(to bottom, #1162f2, #44ade6);
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body {
  width: 100%;
  height: 670px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div {
  float: left;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(1) {
  width: 30%;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(1) h3 {
  margin-top: 108px;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(1) h4 {
  margin-top: 18px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(1) p {
  margin-top: 99px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(1) a {
  margin-top: 27px;
  width: 260px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(2) {
  width: 70%;
  height: 100%;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(3) .mainCenter .tab_body > div:nth-child(2) img {
  width: 100%;
  height: 100%;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(4) {
  height: 648px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(4) .imgBox {
  margin-top: 58px;
  height: 288px;
  opacity: 1;
  font: 40px/50px 'Microsoft yahei';
  -webkit-box-reflect: below 0px -webkit-gradient(linear, center top, center bottom, from(rgba(255, 255, 255, 0)), color-stop(0.7, transparent), to(rgba(255, 255, 255, 0.6)));
}
#tuiguang .item .main .flex-container .flex-item:nth-child(4) .imgBox li {
  position: relative;
  display: inline-block;
  height: 288px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(4) .imgBox li:nth-child(2) {
  margin: 0 14px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(4) .imgBox li p {
  position: absolute;
  top: 50px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) {
  height: 644px;
  background: #000 url("../../images/service/tuiguang/1_04.jpg") no-repeat 100% 100%;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter {
  position: relative;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter .miniInput {
  color: #fff;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter > p {
  position: absolute;
  font-family: "Source Han Sans CN Regular";
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter > p:nth-child(2) {
  top: 274px;
  left: 25px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter > p:nth-child(3) {
  top: 339px;
  left: 321px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter > p:nth-child(4) {
  top: 305px;
  left: 549px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(5) .mainCenter > p:nth-child(5) {
  top: 245px;
  left: 901px;
}
#tuiguang .item .main .flex-container .flex-item:nth-child(6) {
  height: 670px;
}
@media (max-width: 1800px) {
  #tuiguang .item .main .flex-container {
    max-width: 1800px;
  }
}
@media (max-width: 1700px) {
  #tuiguang .item .main .flex-container {
    max-width: 1700px;
  }
}
@media (max-width: 1600px) {
  #tuiguang .item .main .flex-container {
    max-width: 1600px;
  }
}
@media (max-width: 1500px) {
  #tuiguang .item .main .flex-container {
    max-width: 1500px;
  }
}
@media (max-width: 1440px) {
  .tuiguang-banner .text h1 {
    font-size: 49px;
  }
  #tuiguang .item .main .flex-container {
    max-width: 1440px;
  }
  #tuiguang .item .main .flex-container .flex-item:nth-child(5) {
    background: #000 url(../../images/service/tuiguang/1_04.jpg) no-repeat 51% 100%;
  }
}
@media (max-width: 1280px) {
  .tuiguang-banner .text h1 {
    font-size: 49px;
  }
  #tuiguang .item .main .flex-container {
    max-width: 1370px;
  }
  #tuiguang .item .main .flex-container .flex-item:nth-child(5) {
    background: #000 url(../../images/service/tuiguang/1_04.jpg) no-repeat 51% 100%;
  }
}
