.header{
  height: 530px;
  background: url("../images/header-top.jpg") no-repeat top center;
  text-align: center;
  overflow: hidden;
  min-width: 1200px;
  width: 100%;
}
.header *{
  color: #28a7e1;
}
.header h3{
  font-size: 63px;
  line-height: 90px;
  display: block;
  margin-top: 250px;
}
.header h4{
  font-size: 47px;
}
.header .txt{
  font-size: 18px;
  line-height: 2em;
}
.header .txt:first-of-type{
  margin-top: 20px;
}
.sec2{
  background: url("../images/bg2.jpg") no-repeat top center;
  height: 570px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
.sec2 .in{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.sec2 video{
  height: 448px;
  width: 600px;
  background-color: #000;
}
.sec2 .info{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  height: 448px;
  width: 573px;
  box-sizing: border-box;
  padding: 15px 15px;
}
.sec2 .info .tt{
  display: block;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  background: url("../images/ic-1.png") no-repeat left center;
  margin-bottom: 10px;
  color: #28a7e1;
}
.sec2 .info p{
  font-size: 16px;
  line-height: 2em;
  text-indent: 2em;
  color: #666666;
  text-align: justify;
}
.sec3-steps{
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto;
  text-align: center;
}
.sec3-steps .im{
  width: 140px;
  height: 115px;
  display: block;
}
.sec3-steps  .arr{
  background: url('../images/ss-arr.png') 0 0 no-repeat;
  display: inline-block;
  width: 55px;
  height:53px;
}
.sec3-steps .item{
  display: inline-block;
}
.sec3-steps .im.s1{
  background: url("../images/ss1.png") no-repeat center center;
}
.sec3-steps .im.s2{
  background: url("../images/ss2.png") no-repeat center center;
}
.sec3-steps .im.s3{
  background: url("../images/ss3.png") no-repeat center center;
}
.sec3-steps .im.s4{
  background: url("../images/ss4.png") no-repeat center center;
}
.sec3-steps .item .tt{
  display: block;
  font-size: 26px;
  line-height: 36px;
  height: 36px;
  color: #333;
}
.sec3-steps .item .tt2{
  color: #898989;
  font-size: 14px;
  line-height: 1.6em;
}
.banner-1{
  margin: 20px auto;
  width: 1200px;
}
.banner-1 img{
  height: 126px;
  width: 1200px;
}
.main-title{
  display: block;
  text-align: center;
  margin: 20px 0 40px;
}
.main-title .tt{
  font-size: 42px;
  color: #28a7e1;
  line-height: 65px;
  height: 65px;
  display: inline-block;
  font-weight: bold;
  padding: 0 85px;
  background: url("../images/tt-left.png") left center no-repeat,
  url("../images/tt-right.png") right center no-repeat;
}
table.normal-t{
  border-collapse: collapse;
  border-spacing: 0;
}
table.normal-t td{
  color: #666;
  font-size: 14px;
}
.slider-users{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
}
.slider-users .swiper-slide{
  display: inline-block;
  width: 285px;
  box-shadow: 2px 4px 9px 0 #ddd;
}
.slider-users .face{
  display: block;
  width: 285px;
  height: 504px;
  position: relative;
}
.slider-users .face::after{
  content: ' ';
  width: 80px;
  height: 80px;
  background: url("../images/play.png") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 0.7;
}
.slider-users .face img{
  display: block;
  width: 100%;
  height: 100%;
}
.slider-users .swiper-wrapper{
  width: 1200px;
}
.sec4{
  position: relative;
}
.a-prev-next{
  position: absolute;
  width: 1360px;
  top: 50%;
  left: 50%;
  margin-left: -680px;
  margin-top:-33px;
  overflow: visible;
  height: 0;
}
.a-prev-next span{
  display:inline-block;
  width: 43px;
  height: 77px;
  cursor: pointer;
}
.a-prev-next span:hover{
  opacity: 0.8;
}
.a-prev-next span.prev{
  background: url("../images/a-prev.png") no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
}
.a-prev-next span.next{
  background: url("../images/a-next.png") no-repeat top left;
  position: absolute;
  top: 0;
  right: 0;
}
.full {
  display: block;
  display: flex;
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 9000;
}

.full .video-box {
  display: block;
  max-height: 80%;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}
.full .video-box video{
  display: block;
  width: 100%;
  /* height: 100%; */
  height: 490px;
  background: #000;
}
.full .video-box #close{
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.full .video-box #close:hover{
  opacity: 0.9;
}
.news-box-1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: 20px auto;
}
.news-box-1 .left,
.news-box-1 .right{
  width: 585px;
}
.news-box-1 .tt-box{
  height: 31px;
  overflow: visible;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.news-box-1 .tt-box a.more{
  position: absolute;
  right: 0;
  bottom: 2px;
  color: #999;
  font-size: 14px;
}
.news-box-1 .tt-box a.more:hover{
  text-decoration: underline;
}
.news-box-1 .tt-box .tt{
  font-size: 22px;
  color: #28a7e1;
  position: absolute;
  height: 32px;
  line-height: 40px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  z-index: 1;
  padding-left: 40px;
  padding-right: 32px;
}
.news-box-1 .tt-box .tt.s1{
  background: url("../images/ic-s1.png") no-repeat left 5px,
url("../images/ic-ss.png") no-repeat right 10px;
  background-color: #fff;
}
.news-box-1 .tt-box .tt.s2{
  background: url("../images/ic-s2.png") no-repeat left 5px,
url("../images/ic-ss.png") no-repeat right 10px;
  background-color: #fff;
}
.news-list-1{
  display: block;
  overflow: hidden;
  cursor: default;
  margin-bottom: 10px;
}
.news-list-1 img{
  display: block;
  float: left;
  width: 233px;
  height: 176px;
  border: 1px solid #ddd;
}
.news-list-1 .info{
  margin-left: 250px;
}
.news-list-1 .info .tt{
  font-size: 20px;
  color: #28a7e1;
  font-weight: normal;
  margin-bottom: 10px;
}
.news-list-1 .info .txt{
  line-height: 1.6em;
  font-size: 14px;
  text-indent: 2em;
  text-align: justify;
  color: #666;
}
.news-list-1 .info  .more{
  color: #28a7e1;
}
.news-list-1 .info  .more:hover{
  text-decoration: underline;
  cursor: pointer;
}
.news-list-1 i{
  display: none;
}
.news-list-1.close img{
  display: none;
}
.news-list-1.close .info{
  margin-left: 0;
}
.news-list-1.close .info .txt{
  display: none;
}
.news-list-1.close .tt{
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.news-list-1.close .tt i{
  display: inline-block;
  color: #999;
}
a.news-list-2{
  display: block;
  padding-left: 20px;
  position: relative;
  line-height: 1.8em;
  margin-bottom: 10px;
}
a.news-list-2:before{
  content: ' ';
  width: 5px;
  height: 5px;
  position: absolute;
  overflow: hidden;
  background-color: #333;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
a.news-list-2:hover{
  color: #28a7e1;
}
a.news-list-2:hover:before{
  background-color: #28a7e1;
}
.footer{
  height: 264px;
  background: url("../images/footer.jpg") no-repeat top center;
  color: #fff;
  min-width: 1200px;
  width: 100%;
}
.footer .in{
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  padding-top: 60px;
}
.footer .in .left{
  width: 600px;
}
.footer .in .left p{
  font-size: 14px;
  line-height: 1.8em;
  position: relative;
  padding-left: 70px;
}
.footer .in .left span{
  position: absolute;
  left: 0;
}
.footer .in .left p a{
  color: #fff;
}
.footer .mid{
  background: #ebebeb;
  border-radius: 5px;
  padding: 5px 10px;
}
.footer .mid span{
  color: #4c4948;
  font-weight: bold;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.footer .mid i{
  display: inline-block;
  margin: 0 1px;
  background: url("../images/num.png") no-repeat center;
  width: 19px;
  height: 28px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.footer .right .code{
  display: inline-block;
  margin-left: 20px;
}
.footer .right .code span{
  display: inline-block;
  width: 128px;
  height: 128px;
}
.footer .right .code.s1 span{
  background: url("../images/q-wx.png") no-repeat center;
  background-size: 100% 100%;
}
.footer .right .code.s2 span{
  background: url("../images/q-wz.png") no-repeat center;
  background-size: 100% 100%;
}
.footer .right .code i{
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2em;
}
.slider-users .swiper-slide.after, .stu-item {
  width: 274px;
  height: 415px;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 8px;
  padding-top: 40px;

}
.slider-users .swiper-slide.after .user-face, .stu-item  .user-face{
  width: 156px;
  height: 156px;
  border-radius: 50%;
  border: 3px solid #50b8e7;
  display: inline-block;
}
.slider-users .swiper-slide.after em, .stu-item  em{
  display: inline-block;
  position: absolute;
  color: #fff;
  background-color: #28a7e1;
  top: 25px;
  right: 0;
  line-height: 24px;
  height: 24px;
  font-size: 17px;
  padding-left:10px;
  padding-right: 6px;
  border-top-left-radius:12px;
  border-bottom-left-radius:12px;
}
.slider-users .swiper-slide.after .user-name, .stu-item .user-name{
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #666;
  line-height: 56px;
}
.slider-users .swiper-slide.after .user-info, .stu-item .user-info{
  text-align: left;
  padding-left: 15px;
}
.slider-users .swiper-slide.after .user-info p, .stu-item .user-info p{
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #999;
}
.slider-users .swiper-slide.after .user-info p b, .stu-item .user-info p b{
  color: #666;
}
.slider-users .swiper-slide.after:hover{
  opacity: 0.8;
}
.inner2.temp{
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  flex-grow: 1;
  overflow-y: scroll;
}

.stu-item.swiper-slide{
  background: #fff;
  border-radius: 10px;
  height: 286px;
  width: 220px;
  /*margin-bottom: 10px;*/
  padding-top: 20px;
  display: inline-block;
  box-shadow: 2px 4px 9px 0 #ddd;
}
.stu-item  .user-face{
  width: 130px;
  height: 130px;
}
.stu-item em{
  top: 5px;
}
.stu-item .user-info {
  position: relative;
  padding-left: 80px;
  margin-right:10px;
}
.stu-item .user-info b{
  color: #333;
  font-weight: normal;
  position: absolute;
  left: 10px;

}



.bg3{
  background: url("../images/bg3.jpg") 0 0 no-repeat;
  height: 840px;
  min-width: 1200px;
  width: 100%;
}
.bg3 .main-title .tt{
  color: #fff;
  margin:  40px 0 20px;
  background: url("../images/tt-leftf.png") left center no-repeat,
  url("../images/tt-rightf.png") right center no-repeat;
}
.price{
  overflow: hidden;
}
.price .item .pic-hover{
  width: 100%;
  height: 205px;
  position: relative;
  display: block;
  overflow: hidden;
}
.price .item img{
  width: 100%;
  height: 205px;
}
.price .item .tt{
  width: 100%;
  height: 74px;
  box-sizing: border-box;
  padding:13px 10px;
  color: #28a7e1;
  background: #fff;
  text-align: justify;
  line-height: 24px;
}
.price .pic-hover .trans-title{
  background: rgba(40,167,225,0.8);
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  overflow: hidden;
  text-indent: 2em;
  text-align: justify;
}
.price a:hover .trans-title{
  bottom: 0;
}

.price .swiper-button-prev{
  left: -40px;
}
.price .swiper-button-next{
  right: -40px;
}
.price a[name=video]:after{
  background: url("../images/video.png") no-repeat 0 0 ;
  content: " ";
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 10px;
  width: 27px;
  bottom: 10px;

}


.bread {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 20px 0;
  color: #999999;
}

.bread a {
  font-size: 14px;
  color: #999999;
}

.bread span {
  font-size: 16px;
  color: #555555;
}









