.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
}

.banner-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}

.banner-swiper .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: transparent;
  position: relative;
  color: rgb(133, 133, 133);
}

.banner-swiper .swiper-pagination-bullet-active {
  color: rgb(221, 90, 39);
}

.banner-swiper .swiper-pagination::after {
  content: '';
  width: 8%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: -14px;
  background-color: #fff;
  transform: translateX(-50%);
}

.banner-swiper .swiper-pagination-bullet-active::after {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  left: -15px;
  top: -14px;
  background-color: rgb(221, 90, 39);
  z-index: 99;
}

.banner-desc {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}

.banner-desc .title {
  padding: 42px 0 36px;
  background-color: rgba(221, 90, 39, .34);
  margin-bottom: 60px;
}

.banner-desc .title .txt {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.banner-desc .title .txt h2 {
  font-size: 44px;
  font-weight: bold;
  padding-bottom: 27px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}

.banner-desc .title .txt p {
  font-size: 30px;
}

.banner-desc ul {
  display: flex;
  justify-content: space-between;

}

.banner-desc .list {
  width: 1200px;
  margin: 0 auto;
}

.banner-desc ul li {
  width: 24%;
  height: 190px;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  padding-top: 52px;
  text-align: center;
}

.banner-desc ul li .top {
  justify-content: center;
  margin-bottom: 30px;
}

.banner-desc ul li .top img {
  margin-right: 10px;
}

.banner-desc ul li p {
  font-size: 38px;
}

.banner-desc ul li .star img {
  margin-right: 10px;
}

.banner-desc ul li .star img:last-child {
  margin-right: 0;
}

.panel1 {
  padding: 74px 0 163px;
}

.same-title {
  text-align: center;
}

.same-title h3 {
  margin-bottom: 8px;
}

.circle {
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(51, 51, 51);
  width: 6px;
  height: 6px;
  margin-right: 10px;
  vertical-align: middle;
}

.panel1 .content {
  margin-top: 56px;
  position: relative;
}

.panel1 .content ul li.right-li {
  position: absolute;
  bottom: -93px;
  right: 0;
}

.panel1 .content ul li p {
  margin-top: 18px;
}

.panel2 {
  padding: 60px 0 106px;
  background: url('../img/home-bg1.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.panel2 .content {
  height: 650px;
  position: relative;
  margin-top: 50px;
}

.panel2 .box {
  width: 433px;
  height: 645px;
  /* background-color: rgb(255, 255, 255); */
  padding: 100px 30px;
  border-radius: 30px;


}

.panel2 .box.left {
  padding-right: 70px;
  background: url('../img/home-bg7.png') no-repeat;
  background-position: center center;
  background-size: cover;
}

.panel2 .box.right {
  padding-left: 70px;
  position: relative;
}

.panel2 .box.right img {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.panel2 .box.right ul {
  position: relative;
  z-index: 99;
}

.panel2 .box .number {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: rgb(221, 90, 39);
}

.panel2 .box ul li {
  margin-bottom: 56px;
}

.panel2 .box ul li p {
  padding: 10px 0 15px;
  border-bottom: 1px solid #E2E2E2;
}

.panel2 .box ul li .desc {
  line-height: 2;
  color: rgb(133, 133, 133);
  margin-top: 15px;
}


.panel2 .middle-box {
  width: 433px;
  height: 642px;
  border-radius: 30px;
  background-image: -moz-linear-gradient(90deg, rgb(221, 90, 39) 0%, rgb(249, 179, 145) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(221, 90, 39) 0%, rgb(249, 179, 145) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(221, 90, 39) 0%, rgb(249, 179, 145) 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 120px;
}

.panel2 .middle-box .txt {
  font-size: 32px;
  text-align: center;
  margin: 52px 0 48px;
}

.panel2 .middle-box .txt .ycol {
  color: #ffec50;
}

.zx {
  width: 177px;
  height: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 7.92px 0.08px rgba(255, 255, 255, 0.17);
  border-radius: 40px;
  margin: 0 auto;
}

.zx a {
  height: 100%;
}

.zx img {
  margin-right: 10px;
}

.panel3 {
  padding: 80px 0 87px;
}

.panel3 .sub {
  line-height: 2;
  margin: 20px 0;
}

.panel3 .content {
  position: relative;
  padding-top: 60px;
}

.team-swiper .swiper-container {
  width: 1132px;
  height: 434px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  top: 40%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  width: 46px;
  height: 171px;
  background-color: rgb(240, 240, 240);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 46px;
  height: 171px;
  background: #DD5A27;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  top: 50%;
  left: 50%;
  background: url(../img/arrow4.png) no-repeat;
  transform: translate(-50%, -50%);
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-container-rtl .swiper-button-next.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after,
.swiper-container-rtl .swiper-button-prev.swiper-button-disabled:after {
  background: url(../img/arrow5.png) no-repeat;
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-prev:after {
  transform: rotate(0deg) translate(-50%, -50%);
}

.swiper-button-prev:after,
.swiper-button-next.swiper-button-disabled:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.team-swiper .swiper-pagination {
  bottom: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-swiper .swiper-pagination::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
  z-index: 1;
}

.team-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: rgb(240, 240, 240);
  opacity: 1;
  z-index: 99;
}

.team-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgb(216, 216, 216);
  width: 10px;
  height: 10px;

  transform: translate(-50%, -50%);
}

.team-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  height: 30px;
}

.team-swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 15px;
  height: 15px;
}

.panel3 .bottom {
  border-width: 1px;
  border-color: rgb(221, 90, 39);
  border-style: solid;
  box-shadow: 0px 0px 7.92px 0.08px rgba(255, 255, 255, 0.17);
  width: 426px;
  height: 48px;
  margin: 48px auto 0;
  border-radius: 40px;
  padding-left: 40px;
  justify-content: space-between;
}

.panel3 .bottom .zx {
  background-color: #DD5A27;
  margin: 0;
}

.panel4 {
  padding: 80px 0;
  background: url('../img/home-bg2.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.panel4 .content {
  margin-top: 40px;
}

.panel4 .content .tutor-swiper {
  height: 472px;

}

.panel4 .content .tutor-swiper1 {
  padding-bottom: 40px;
}

.panel4 .content .tutor-swiper .pic-box {
  width: 50%;
}

.panel4 .content .tutor-swiper .info {
  background-color: #fff;
  padding: 52px 30px 0;
  width: 50%;
}

.panel4 .content .tutor-swiper .info .position {
  padding: 18px 0 20px;
  border-bottom: 1px solid #E2E2E2;
}

.panel4 .content .tutor-swiper .info .desc {
  line-height: 2;
  margin-top: 20px;
}

.tutor-swiper .swiper-button-next,
.tutor-swiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 46px;
  height: 52px;
}


.tutor-swiper .swiper-button-next,
.tutor-swiper .swiper-container-rtl .swiper-button-prev {
  right: 40%;
}

.tutor-swiper .swiper-button-prev,
.tutor-swiper .swiper-container-rtl .swiper-button-next {
  left: 40%;
}

.panel5 {
  padding: 60px 0 224px;
  background: url('../img/home-bg3.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.panel5 .content {
  width: 38%;
  margin-left: 40%;
}

.panel5 .content .same-title,
.panel6 .same-title,
.panel8 .same-title {
  text-align: left;
}

.panel5 .content .box {
  margin-top: 40px;
}

.panel5 .content .box:last-child {
  margin-top: -40px;
}

.panel5 .content .box .top {
  font-size: 26px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.panel5 .content .box .top img {
  margin-right: 10px;
}

.panel5 .content .box .info {
  margin-top: 30px;
}

.panel5 .content .box .info .row {
  width: 30%;
}

.panel5 .content .box:last-child .info .row {
  margin-right: 40px;
}

.panel5 .content .box .info .row .name {
  padding: 5px ;
  color: #fff;
  background-color: #DD5A27;
  width: 100%;
  text-align: center;
}

.panel5 .content .box .info .row ul {
  margin-bottom: 10px;
}

.panel5 .content .box .info .row ul li {
  margin-top: 20px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
}

.panel5 .content .box .info .row ul li .circle {
  margin-right: 0;
  margin-top: 10px;
}


.panel5 .content .box .info .row ul li span {
  width: 90%;
  padding-left: 10px;
}

.panel6 {
  padding: 408px 0 115px;
  background: url('../img/home-bg4.png') no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin-top: -432px;
}

.panel6 .content {
  margin-top: 52px;

}

.panel6 .content ul li {
  margin-right: 30px;
}

.panel6 .content ul li a {
  display: block;
  width: 490px;
  height: 580px;
  background-color: #fff;
}

.panel6 .content ul li .pic-box {
  width: 100%;
  height: 454px;
  position: relative;
}

.panel6 .content ul li .pic-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.panel6 .content ul li .pic-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 135px;
  height: 146px;
  background-color: rgb(221, 90, 39);
  padding-top: 25px;
  text-align: center;
}

.panel6 .content ul li .more {
  margin: 36px auto 0;
}

.panel6 .content ul li:hover .pic-box {
  height: 100%;
}

.panel6 .content ul li:hover .icon {
  top: 40%;
}

.panel6 .content ul li:hover .more {
  transform: translateY(-200px);
  color: #DD5A27;
  background-color: #fff;
}

.panel6 .content ul li:hover .more i {
  background: url('../img/arrow3.png') no-repeat;
}

.panel7 {
  padding: 87px 0 135px;
  background: url('../img/home-bg5.png') no-repeat;
  background-position: center bottom;
  background-size: 100% 104px;
}

.panel7 .container {
  margin-top: 60px;
}

.panel8 {
  padding: 76px 0 56px;
  background: url('../img/home-bg6.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
}

.panel8 .content {
  background-color: #fff;
  padding: 44px 40px;
  width: 66%;
  justify-content: space-between;
  margin-top: 40px;
}

.panel8 .content .contact-menu {
  margin-top: 65px;
}

.panel8 .content .contact-menu .item:first-child {
  margin-bottom: 30px;
}

.panel8 .content .last-menu {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
}

.panel8 .content .last-menu img {
  text-align: center;
  margin-bottom: -100px;
}

.panel8 .content .last-menu p {
  text-align: center;
  width: 100%;
}
.panel9{
	padding: 100px 0;
}
	.case-list{
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
		height: 546px;
		overflow-y: auto;
		padding: 10px;
	}
	.case-list .item {
		width: 32%;
		margin-right: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.case-list .item .text{
		height: 162px;
		box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.05);
		-webkit-box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.05);
		padding: 30px;
	}
	.case-list .item .text .tit{
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}
	.case-list .item:nth-of-type(3n) {
		margin-right: 0;
	}
	.case-list .item .text:hover{
		color: #DD5A27;
	}


@media (max-width: 1680px) {
  .banner-desc .title {
    padding: 32px 0 26px;
    margin-bottom: 30px;
  }

  .banner-desc ul li {
    height: 140px;
    border-radius: 30px;
    padding-top: 32px;
  }

  .banner-desc ul li .top {
    margin-bottom: 15px;
  }

  .panel5 .content {
    width: 42%;
  }

  .panel6 .content ul li {
    width: 25%;
  }
  .panel6 .content ul li .pic-box {
    height: 350px;
  }
  .panel6 .content ul li a {
    width: 100%;
    height: 450px;
  }
  .panel6 .content ul li .more {
    margin: 30px auto 0;
  }
  .panel6 .content ul li:hover .more {
    transform: translateY(-150px);
  }
  .panel6 {
    margin-top: -444px;
  }
}

@media (max-width: 1480px) {

  .panel5 .content {
    width: 48%;
  }

  .panel6 {
    margin-top: -470px;
  }

  .banner-desc {
    top: 56%;
  }
}

@media (max-width: 1280px) {
  .banner-desc .title {
    padding: 22px 0 16px;
    margin-bottom: 16px;
  }

  .banner-desc .title .txt h2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }

  .banner-desc .title .txt p {
    font-size: 16px;
  }

  .banner-desc ul li {
    height: 120px;
    border-radius: 20px;
    padding-top: 22px;
  }

  .banner-desc ul li p {
    font-size: 18px;
  }

  .banner-desc .list {
    width: 900px;
  }
}

@media (max-width: 750px) {

  .banner,
  .banner-swiper {
    height: 500px;
  }

  .banner-desc {
    top: 50%;
  }

  .banner-desc .title .txt h2 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 6px;
  }

  .banner-desc .title .txt p {
    font-size: 18px;
  }
  
  .banner-desc ul {
    flex-wrap: wrap;
  }

  .banner-desc ul li {
    width: 48%;
    height: 80px;
    border-radius: 20px;
    padding-top: 12px;
    margin-bottom: 10px;
  }
  .banner-desc ul li .top img {
    margin-right: 6px;
    width: 14px;
  }
  .banner-desc ul li p {
    font-size: 20px;
  }

  .banner-desc .list,
  .banner-desc .title .txt {
    width: 90%;
  }

  .banner-desc ul li .star img {
    margin-right: 6px;
    width: 20px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }

  .same-title h3 {
    font-size: 20px;
  }

  .circle {
    width: 4px;
    height: 4px;
    margin-right: 6px;
  }

  .panel1,
  .panel2,
  .panel3,
  .panel4,
  .panel5,
  .panel8 {
    padding: 34px 0;
  }

  .panel1 .content,
  .panel2 .content {
    margin-top: 20px;
  }

  .panel1 .content ul li .pic {
    height: 200px;
    width: 100%;
    overflow: hidden;
  }

  .panel1 .content ul li.right-li {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  }

  .panel1 .content ul li .pic img {
    width: 100%;
  }

  .panel1 .content ul li:first-child .pic img {
    width: 140%;
  }

  .panel1 .content ul li p {
    margin-top: 8px;
    font-size: 14px;
  }

  .panel2 .content {
    height: auto;
  }

  .panel2 .box {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px !important;
    border-radius: 15px;
  }

  .panel2 .box ul li {
    margin-bottom: 16px;
  }

  .panel2 .middle-box {
    width: 100%;
    height: auto;
    border-radius: 15px;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    text-align: center;
    padding: 20px 0;
  }
  .panel2 .box.left{
    background: #fff;
  }
  .panel2 .box.right {
    margin: 20px 0;
    background-color: #fff;
  }

  .panel2 .box.right img {
    display: none;
  }

  .panel2 .box ul li p {
    font-size: 16px;
  }

  .panel2 .middle-box .txt {
    font-size: 24px;
    text-align: center;
    margin: 32px 0 28px;
  }
  .panel3 .bottom .zx{
    width: 157px;
  }
  .team-swiper .swiper-container {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {

    height: 120px;
  }

  .panel3 .bottom {
    width: 100%;
    padding-left: 20px;
  }

  .panel3 .bottom img {
    width: 15px;
  }

  .panel4 .content .tutor-swiper {
    height: 372px;
  }

  .panel4 .content .tutor-swiper1 {
    padding-bottom: 20px;
  }

  .panel4 .content .tutor-swiper .info {
    background-color: #fff;
    padding: 10px;
    width: 50%;
  }

  .panel4 .content .tutor-swiper .info .position {
    padding: 6px 0 10px;
  }

  .panel4 .content .tutor-swiper .info .desc {
    line-height: 2;
    margin-top: 10px;
  }

  .tutor-swiper .swiper-button-next,
  .tutor-swiper .swiper-button-prev {
    height: 52px;
  }

  .tutor-swiper .swiper-button-prev,
  .tutor-swiper .swiper-container-rtl .swiper-button-next {
    left: 30%;
  }

  .tutor-swiper .swiper-button-next,
  .tutor-swiper .swiper-container-rtl .swiper-button-prev {
    right: 30%;
  }

  .panel5 {
    background: none;
  }

  .panel5 .content {
    width: 90%;
    margin: 0 auto;
  }

  .panel5 .content .box {
    margin-top: 20px;
  }

  .panel5 .content .box .top {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .panel5 .content .box .top img {
    width: 30px;
  }

  .panel5 .content .box .info {
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .panel5 .content .box .info .row {
    width: 100%;
  }

  .panel5 .content .box .info .row ul li .circle {
    margin-top: 8px;
  }

  .panel5 .content .box:last-child {
    margin-top: 0;
  }

  .panel5 .content .box:last-child .info .row {
    margin-right: 0;
    width: 100%;
  }

  .panel6 {
    padding: 20px 0;
    background: none;
    margin-top: 0;
  }

  .panel6 .content {
    width: 90%;
    margin: 20px auto 0;
  }

  .panel6 .content ul {
    flex-wrap: wrap;
  }

  .panel6 .content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .panel6 .content ul li a {
    height: auto;
  }

  .panel6 .content ul li .pic-box {
    height: 350px !important;
  }

  .panel6 .content ul li .pic-box .icon {
    width: 100px;
    height: 100px;
    padding-top: 5px;
    font-size: 18px;
  }

  .panel6 .content ul li .pic-box .icon img {
    transform: scale(.6);
  }

  .panel6 .content ul li .more {
    margin: 16px auto 0;
  }

  .panel7 {
    padding: 27px 0 80px;
    background: url(../img/home-bg5.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 64px;
  }

  .panel8 .content {
    padding: 20px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .panel8 .content .contact-menu {
    margin-top: 25px;
  }

  .panel8 .content .last-menu {
    width: 100%;
    margin-top: 20px;
  }

  .panel8 .content .last-menu img {
    margin-bottom: 0;
  }
  .case-list .item{
	  width: 100%;
	  margin-right: 0;
  }
  .panel9{
	  padding: 50px 0;
  }
  .case-list{
	  margin-top: 30px;
  }
}