

.banner .sqtg-container>.swiper-pagination-bullets {
  bottom: 20px;
}

.sqtg-wrapper .sqtg-slide1 {
  position: relative;
}
.sqtg-wrapper .sqtg-slide1:nth-child(1) a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 18.75%;
  bottom: 82px;
  width: 132px;
  height: 44px;
  border-radius: 22px;
  /* color: #3b45c8; */
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  /* background-color: #ffffff; */
  /* transform: translateX(-50%); */
}
.sqtg-wrapper .sqtg-slide1:nth-child(1) a:hover{
  color: rgb(249, 80, 73);
  background-color: #ffffff;
}
.sqtg-wrapper .sqtg-slide1:nth-child(2) a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 18.75%;
  bottom: 82px;
  width: 132px;
  height: 44px;
  border-radius: 22px;
  /* color: #3b45c8; */
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  /* background-color: #ffffff; */
  /* transform: translateX(-50%); */
}
.sqtg-wrapper .sqtg-slide1:nth-child(2) a:hover{
  color: rgb(97, 92, 244);
  background-color: #ffffff;
}
.sqtg-wrapper .sqtg-slide1:nth-child(3) a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 82px;
  width: 132px;
  height: 44px;
  border-radius: 22px;
  /* color: #3b45c8; */
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid #ffffff;
  /* background-color: #ffffff; */
  transform: translateX(-50%);
}
.sqtg-wrapper .sqtg-slide1:nth-child(3) a:hover{
  color: #3b45c8;
  background-color: #ffffff;
}
.tg-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 99;
}
.tg-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 7.5px;
  transition: all 0.5s;
  background-color: #ffffff;
}
.tg-bullet-active {
  width: 24px;
}
.tg_slide {
  max-height: 500px;
  overflow: hidden;
}
.tg_slide img {
  width: 100%;
}
.experience-box {
  width: 100%;
  height: 140px;
  border-bottom: 1px solid #f8f8f8;
}
.experiences {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 62.5%;
  margin: 0 auto;
}
.experiences .experience-left {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #666666;
}
.experiences .experience-left span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 54px;
  font-size: 36px;
  color: #ffffff;
  margin: 0 7px;
  border-radius: 5px;
  background-color: #000000;
}
.experiences .experience-left div {
  height: 54px;
  font-size: 36px;
  color: #000000;
}
.experiences .experience-right {
  display: flex;
}
.experiences .experience-right a:nth-child(1) {
  width: 150px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 24px;
  margin-right: 24px;
  box-sizing:border-box;
  color: #fe664c;
  background-color: #ffffff;
  border: 1px solid #fe664c;
  transition: all 0.5s;
}
.experiences .experience-right a:nth-child(1):hover {
  background-color: #fe664c;
  color: #ffffff;
}
.experiences .experience-right a:nth-child(2) {
  width: 150px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 24px;
  box-sizing:border-box;
  transition: all 0.5s;
  border: 1px solid #fea80b;
  color: #fea80b;
  background-color: #ffffff;
}
.experiences .experience-right a:nth-child(2):hover {
  background-color: #fea80b;
  color: #ffffff;
}
.plan-box {
  width: 62.5%;
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 92px;
}
.plan-box .plan-title h1 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.plan-box .plan-title p {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.plan-box ul {
  display: flex;
  margin-top: 33px;
}
.plan-box ul li {
  position: relative;
  flex: 1;
  height: 418px;
  margin-right: 4px;
  transition: all 0.5s;
}
.plan-box ul li .fa_zzc {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s;
  /* transform: translateX(-50%); */
  /* background-color: #ec6448; */
}

.plan-box ul li .hui {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  transition: all 0.5s;
}

.plan-box ul li:nth-child(1) .fa_zzc{
  background-image: linear-gradient(#deaa4f, #d89c3d);
  opacity: 0.9;
  /* background-color: rgb(235, 174, 68,0.9); */
}
.plan-box ul li:nth-child(2) .fa_zzc{
  background-image: linear-gradient(#3886d5, #267fd3);
  opacity: 0.9;
  /* background-color: rgb(56, 134, 213,0.9); */
}
.plan-box ul li:nth-child(3) .fa_zzc{
  background-image: linear-gradient(#e4624d, #dc4140);
  opacity: 0.9;
}
.plan-box ul li:nth-child(4) .fa_zzc{
  background-image: linear-gradient(#5361e2, #6058d6);
  opacity: 0.9;
}
.plan-box ul li:nth-child(5) .fa_zzc{
  background-image: linear-gradient(#2ec98d, #2dbf7d);
  opacity: 0.9;
}
.plan-box ul li a {
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 36px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  z-index: 9;
  border: 1px solid #ffffff;
  /* background-color: #ffffff; */
}
.plan-box ul li a:hover {
  color: #ea4a46;
  background-color: #ffffff;
}
.plan-box ul li:hover .fa_zzc {
  width: 100%;
}
.plan-box ul li:hover .hui {
  opacity: 0;
}
.plan-box ul li:hover a {
  visibility: initial;
}
.plan-box ul li:hover > img {
  /* display: none; */
}
.plan-box ul li > img {
  width: 100%;
  height: 100%;
}
.plan-box ul li .fa_position {
  display: flex;
  justify-content: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
.plan-box ul li .fa_position h1 {
  font-size: 20px;
  color: #ffffff;
  margin-top: 28px;
  margin-bottom: 30px;
}
.plan-box ul li .fa_position .fa_text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 29px;
}
.plan-box ul li .fa_position .fa_text p {
  font-size: 14px;
  color: #fefefe;
  padding-left: 20px;
  margin-bottom: 18px;
  background: url("../img/p_pots.png") no-repeat 0 6px;
}
.function-box {
  width: 100%;
  background-color: #f4f5f9;
  padding-top: 62px;
  padding-bottom: 108px;
}
.function-box .function {
  width: 62.5%;
  margin: 0 auto;
}
.function-box .function .function-title h1 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.function-box .function .function-title p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 47px;
}
.function-box .function .fun-swiper {
  position: relative;
  width: 100%;
}
.function-box .function .fun-swiper .fun_container .fun-wrapper {
  flex-direction: row;
  height: 430px;
}
.function-box .function .fun-swiper .fun_container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.function-box .function .fun-swiper .fun_container .fun-slide {
  width: 100%;
  height: 201px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  /* margin-right: 2%; */
  /* margin-bottom: 26px; */
  box-sizing: border-box;
  padding: 0 5px;
  background-color: #ffffff;
  margin-top:0 !important;
  margin-bottom:24px;
}
.function-box .function .fun-swiper .fun_container .fun-slide i{
  width: 54px;
  height: 6px;
  margin-top: 14px;
  margin-bottom: 18px;
  background: url("../images/fun_i.png") no-repeat;
  background-size: 100% 100%;
}
/* .function-box .function .fun-swiper .fun_container .fun-slide ul {
  display: flex;
  flex-wrap: wrap;
}
.function-box .function .fun-swiper .fun_container .fun-slide ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18%;
  height: 201px;
  border-radius: 10px;
  margin-right: 2%;
  margin-bottom: 26px;
  box-sizing: border-box;
  padding: 0 5px;
  background-color: #ffffff;
} */
.function-box .function .fun-swiper .fun_container .fun-slide  img {
  transition: all 0.5s;
}
.function-box .function .fun-swiper .fun_container .fun-slide:hover img {
  transform: scale(1.4);
}

.function-box .function .fun-swiper .fun_container .fun-slide  h1 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
  margin-top: 28px;
}
.function-box .function .fun-swiper .fun_container .fun-slide  p {
  width: 100%;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.fun-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -44px;
  transform: translateY(24px);
  z-index: 1;
  width: 100%;
}
.fun-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 7.5px;
  outline: none;
  cursor: pointer;
  border: 1px solid #e0e0e1;
  transition: all 0.5s;
  background-color: #ffffff;
}
.fun-bullet-active {
  background-color: #f7554a;
}
.choose-box {
  width: 100%;
  background: url("../img/qpx_back.jpg") no-repeat;
  background-size: 100% 100%;
}
.choose-box .choose {
  width: 62.5%;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 99px;
}
.choose-box .choose .choose-title h1 {
  text-align: center;
  font-size: 32px;
  color: #ffffff;
}
.choose-box .choose ul {
  display: flex;
  margin-top: 52px;
}
.choose-box .choose ul li {
  width: 32%;
  height: 382px;
  border-radius: 12px;
  margin-right: 2%;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #ffffff;
}
.choose-box .choose ul li:hover {
  transform: translateY(-20px);
}
.choose-box .choose ul li .choose-top {
  position: relative;
  width: 100%;
  height: 191px;
}
.choose-box .choose ul li .choose-top > img {
  width: 100%;
  height: 100%;
}
.choose-box .choose ul li .choose-top div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose-box .choose ul li .choose-top div h3 {
  font-size: 24px;
  color: #ffffff;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choose-box .choose ul li .choose-bottom {
  margin-top: 41px;
  padding: 0 43px;
  box-sizing: border-box;
}
.choose-box .choose ul li .choose-bottom p {
  text-align: center;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case {
  width: 62.5%;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 46px;
}
.case .case-title {
  text-align: center;
}
.case .case-title h1 {
  font-size: 32px;
  color: #333333;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.case ul li {
  position: relative;
  width: 23%;
  height: auto;
  margin-right: 2%;
  border-radius: 10px;
  margin-bottom: 28px;
  transition: all 0.5s;
  box-shadow: 5px 5px 20px #ddd;
}
.case ul li .case-one {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-color: #f6f6f6;
}
.case ul li .case-one div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 145px; */
  background-color: #ffffff;
  /* background-color: #f6f6f6; */
}
.case ul li .case-one div:nth-child(1) img {
  width: 100%;
}
.case ul li .case-one div:nth-child(2) {
  position: relative;
  /* margin-top: 21px; */
  padding: 20px;
  box-sizing: border-box;
}
.case ul li .case-one div:nth-child(2) h1 {
  text-align: center;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul li .case-one div:nth-child(2) p {
  font-size: 14px;
  color: #939292;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.case ul li .case-one div:nth-child(2) img {
  position: absolute;
  left: 0;
  top: 0;
}
.case ul li .case-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.5s;
}
.case ul li .case-two img {
  width: 50%;
}
.case ul li .case-two p {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
}
.power-box {
  width: 100%;
  background-color: #f7f7f7;
}
.power-box .power {
  width: 62.5%;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 94px;
}
.power-box .power .power-title h1 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.power-box .power .power-lr {
  display: flex;
  width: 100%;
  height: 460px;
  margin-top: 55px;
  background-color: #ffffff;
}
.power-box .power .power-lr .power-left {
  position: relative;
  width: 42%;
  height: 100%;
  padding: 15px 20px 0;
  box-sizing: border-box;
}
.power-box .power .power-lr .power-left .power-container {
  width: 100%;
  height: 395px;
}
.power-box .power .power-lr .power-left .power-container .power-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.power-box .power .power-lr .power-left .power-container .power-slide img {
  transition: all 0.5s;
  width: 100%;
}
.power-box .power .power-lr .power-left .power-container .power-slide img:hover {
  transform: scale(1.2);
}
.power-box .power .power-lr .power-left .power-container .power-slide p {
  font-size: 18px;
  color: #333333;
  margin-top: 27px;
}
.power-box .power .power-lr .power-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 58%;
}
.power-box .power .power-lr .power-right .power-right-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 227px;
}
.power-box .power .power-lr .power-right .power-right-top div:nth-child(1) {
  width: 35%;
  overflow: hidden;
}
.power-box .power .power-lr .power-right .power-right-top div:nth-child(1) img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.power-box .power .power-lr .power-right .power-right-top div:nth-child(1) img:hover {
  transform: scale(1.2);
}
.power-box .power .power-lr .power-right .power-right-top div:nth-child(2) {
  width: 64%;
  overflow: hidden;
}
.power-box .power .power-lr .power-right .power-right-top div:nth-child(2) img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.power-box .power .power-lr .power-right .power-right-top div:nth-child(2) img:hover {
  transform: scale(1.2);
}
.power-box .power .power-lr .power-right .power-right-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 227px;
}
.power-box .power .power-lr .power-right .power-right-bottom div:nth-child(1) {
  width: 64%;
  overflow: hidden;
}
.power-box .power .power-lr .power-right .power-right-bottom div:nth-child(1) img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.power-box .power .power-lr .power-right .power-right-bottom div:nth-child(1) img:hover {
  transform: scale(1.2);
}
.power-box .power .power-lr .power-right .power-right-bottom div:nth-child(2) {
  width: 35%;
  overflow: hidden;
}
.power-box .power .power-lr .power-right .power-right-bottom div:nth-child(2) img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.power-box .power .power-lr .power-right .power-right-bottom div:nth-child(2) img:hover {
  transform: scale(1.2);
}
.power-pagination {
  display: flex;
  position: absolute;
  right: 20px;
  bottom: 31px;
}
.power-pagination .power-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 4px;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
}
.power-pagination .power-bullet-active {
  background-color: #f7554a;
}
.item05 {
  background-color: #ffffff;
}
.enterprise {
  width: 62.5%;
  margin: 0 auto;
}
.enterprise .enterprise-title {
  width: 100%;
}
.enterprise .enterprise-title h1 {
  text-align: center;
  font-size: 32px;
  color: #333333;
}
.enterprise .enterprise-title p {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin-top: 17px;
}
.enterprise ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
.enterprise ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 54px;
  overflow: hidden;
  margin-bottom: 75px;
}
.enterprise ul li img {
  transition: all 0.5s;
}
.enterprise ul li:hover img {
  transform: scale(1.2);
}

.next {
  cursor: pointer;
}
.prev {
  cursor: pointer;
}
.popup_form .popupbox {
  padding-bottom: 48px;
}
/*# sourceMappingURL=tg.css.map */