.main {
	min-width: 1200px;
  color: #000;
  background: #ffffff;
}
.main .swiper-container {
  position: relative;
  min-width: 1200px;
  margin: 0 auto;
}
.main .swiper-container img {
  width: 100%;
}
.main .swiper-container .swiper-button-prev {
  background: none;
  width: 80px;
  height: 80px;
  left: 0;
}
.main .swiper-container .swiper-button-prev .iconfont {
  font-size: 80px;
}
@media (max-width: 1300px) {
  .main .swiper-container .swiper-button-prev {
    display: none;
  }
}
.main .swiper-container .swiper-button-next {
  width: 80px;
  height: 80px;
  right: 0;
  background: none;
}
.main .swiper-container .swiper-button-next .iconfont {
  font-size: 80px;
}
@media (max-width: 1300px) {
  .main .swiper-container .swiper-button-next {
    display: none;
  }
}
.main .free-try-wrapper {
  position: absolute;
  z-index: 10;
  /* width: 1200px; */
  height: 300px;
  top: 50%;
  right: 10%;
  margin-top: -150px;
  /* margin-left: -600px; */
  text-align: center;
  background-color: #fff;
  padding: 25px 20px 0;
}
.main .free-try-wrapper .content {
  padding: 0;
}
.main .free-try-wrapper .free-try {
  width: 288px;
  margin: 0 0 0 auto;
}
.main .free-try-wrapper .free-try h4 {
  font-size: 32px;
  color: #666666;
  margin-bottom: 16px;
}
.main .free-try-wrapper .free-try h3 {
  font-size: 40px;
  color: #ff6600;
}
.main .free-try-wrapper .free-try input {
  display: block;
  height: 58px;
  line-height: 58px;
  padding: 0px 12px 0 22px;
  border: none;
  border-radius: 4px;
  margin: 20px 0 25px 0;
  width: 254px;
  background-color: #fef1e8;
}
.main .free-try-wrapper .free-try .receive {
  display: block;
  background: linear-gradient(to right, #ff902c, #ff6600);
  border-radius: 60px;
  border: none;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  box-shadow: 0px 0px 6px #ff902c;
  -webkit-box-shadow: 0px 0px 6px #ff902c;
  -moz-box-shadow: 0px 0px 6px #ff902c;
}
.link {
  position: fixed;
  z-index: 10;
  right: 0px;
  bottom: 90px;
  height: 320px;
  width: 80px;
  color: #ffffff;
  font-size: 16px;
}
.link li {
  position: relative;
  list-style: none;
  width: 71px;
  height: 41px;
  padding: 15px 0;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 9px;
}
.link .iconfont {
  font-size: 22px;
}
.link .online {
  background: #ff611f;
  -webkit-box-shadow: 0px 0px 3px #ff611f;
  -moz-box-shadow: 0px 0px 3px #ff611f;
}
.link .call {
  background: #ffc412;
  box-shadow: 0px 0px 3px #ffc412;
  -webkit-box-shadow: 0px 0px 3px #ffc412;
  -moz-box-shadow: 0px 0px 3px #ffc412;
}
.link .call .tel {
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -22px;
  width: 300px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  background: #ffc412;
  box-shadow: 0px 0px 3px #ffc412;
  -webkit-box-shadow: 0px 0px 3px #ffc412;
  -moz-box-shadow: 0px 0px 3px #ffc412;
  font-size: 18px;
  color: #ffffff;
}
.link .call .tel span {
  color: #ff6600;
}
.link .call .tel:after {
  content: '';
  position: absolute;
  top: 15px;
  right: -12px;
  /* 鍦嗚鐨勪綅缃渶瑕佺粏蹇冭皟璇曞摝 */
  width: 0;
  height: 0;
  font-size: 0;
  border: solid 6px;
  border-color: transparent transparent transparent #ffc412;
}
.link .wechat {
  background: #44b549;
  box-shadow: 0px 0px 3px #44b549;
  -webkit-box-shadow: 0px 0px 3px #44b549;
  -moz-box-shadow: 0px 0px 3px #44b549;
}
.link .wechat .qr {
  position: absolute;
  width: 200px;
  height: 200px;
  right: 80px;
  top: 50%;
  margin-top: -100px;
  border-radius: 6px;
  overflow: hidden;
}
.link .call {
  background: #51b7ec;
  box-shadow: 0px 0px 3px #51b7ec;
  -webkit-box-shadow: 0px 0px 3px #51b7ec;
  -moz-box-shadow: 0px 0px 3px #51b7ec;
}
.link .try {
  background: #51b7ec;
  box-shadow: 0px 0px 3px #51b7ec;
  -webkit-box-shadow: 0px 0px 3px #51b7ec;
  -moz-box-shadow: 0px 0px 3px #51b7ec;
}
.box .content {
  padding: 80px 0 70px 0;
}
.box .title {
  text-align: center;
}
.box .title h2 {
  font-size: 50px;
  color: #333333;
  margin-bottom: 20px;
}
.box .title h4 {
  font-size: 30px;
  color: #666666;
}
.teacher .video-wrapper {
  position: relative;
  margin-top: 120px;
  background: url("img/videobg1.png") no-repeat;
}
.teacher .video-wrapper .video {
  position: relative;
  width: 650px;
  height: 600px;
  display: inline-block;
}
.teacher .video-wrapper .video video {
  position: absolute;
  left: 26px;
  top: 26px;
  width: 596px;
  height: 336px;
}
.teacher .video-wrapper .feature {
  position: absolute;
  right: 0;
  top: 0;
  width: 540px;
  height: 400px;
  text-align: right;
  font-size: 0;
}
.teacher .video-wrapper .feature ul {
  margin-top: 30px;
}
.teacher .video-wrapper .feature ul li {
  display: inline-block;
  width: 218px;
  height: 62px;
  line-height: 1.4;
  padding: 5px 0;
  font-size: 24px;
  color: #ff6600;
  text-align: center;
  border: 1px solid #ff6600;
  border-radius: 4px;
}
.teacher .video-wrapper .feature ul li:first-child {
  margin-right: 40px;
}
.teacher .video-wrapper .feature button {
  margin-top: 70px;
  width: 490px;
  height: 80px;
  background: linear-gradient(to right, #ff902c, #ff6600);
  border-radius: 40px;
  box-shadow: 0px 0px 6px #ff902c;
  -webkit-box-shadow: 0px 0px 6px #ff902c;
  -moz-box-shadow: 0px 0px 6px #ff902c;
  font-size: 30px;
  color: #ffffff;
}
.reason {
  background: #f8f8f8;
  font-size: 0;
}
.reason .photo-wall {
  margin-top: 100px;
}
.reason .photo-wall ul {
  display: inline-block;
  width: 810px;
}
.reason .photo-wall ul li {
  position: relative;
  display: inline-block;
  width: 405px;
  height: 298px;
  overflow: hidden;
}
.reason .photo-wall ul li img {
  width: 100%;
}
.reason .photo-wall ul li .mask {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 3;
  width: 405px;
  height: 78px;
  line-height: 2;
  padding: 110px 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
.reason .photo-wall ul li .mask iconfont {
  font-size: 30px;
}
.reason .photo-wall ul li .hover {
  top: 600px;
  z-index: 5;
  background: #f66f30;
  padding: 80px 45px;
  width: 315px;
  height: 138px;
}
.reason .refund {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.reason .refund .mask {
  position: absolute;
  left: 0px;
  top: 0;
  width: 390px;
  height: 96px;
  padding: 250px 0;
  line-height: 2;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 24px;
  color: #ffffff;
}
.reason .refund .mask iconfont {
  font-size: 30px;
}
.reason .refund .hover {
  top: 600px;
  z-index: 5;
  background: #f66f30;
  width: 310px;
  height: 96px;
  padding: 250px 40px;
}
.language .title {
  text-align: center;
  margin: 100px 0 70px 0;
}
.language .title h2 {
  font-size: 50px;
  color: #333333;
  margin-bottom: 20px;
}
.language .title h4 {
  font-size: 30px;
  color: #666666;
}
.language .box-wrapper {
  background: #ff7c07;
  margin: 0 auto;
}
.language .book {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 0;
  width: 33%;
  text-align: center;
  vertical-align: top;
  height: 260px;
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
}
.language .book:first-child {
  border: none;
}
.language .book img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 120px;
}
.language .book h3 {
  font-size: 24px;
}
.language .book h4 {
  margin-top: 15px;
  font-size: 20px;
  color: #f1f1f1;
}
.language .book h2 {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  font-size: 70px;
}
.language .btn {
  margin-top: 80px;
  text-align: center;
}
.language .btn button {
  color: #ff7e00;
  font-size: 30px;
  width: 430px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  box-shadow: 0px 0px 6px #ffffff;
  -webkit-box-shadow: 0px 0px 6px #ffffff;
  -moz-box-shadow: 0px 0px 6px #ffffff;
}
.step {
  position: relative;
  padding-top: 80px;
  background: #f8f8f8;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.step .img {
  margin: 10px;
  position: relative;
  height: 737px;
  width: 100%;
  overflow: hidden;
}
.step .img img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.step .btn {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}
.step .btn button {
  color: #ffffff;
  font-size: 30px;
  width: 355px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background: linear-gradient(to right, #ff902c, #ff6600);
  box-shadow: 0px 0px 6px #ff902c;
  -webkit-box-shadow: 0px 0px 6px #ff902c;
  -moz-box-shadow: 0px 0px 6px #ff902c;
}
.promise {
  margin-top: 100px;
}
.promise ul {
  font-size: 0;
}
.promise ul li {
  display: inline-block;
  width: 350px;
  padding-left: 70px;
  font-size: 20px;
  text-align: center;
}
.promise ul li:first-child {
  padding-left: 0;
}
.promise ul li h3 {
  font-size: 24px;
  color: #333333;
  margin: 40px 0;
}
.promise ul li p {
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
}
.glory {
  padding-top: 100px;
  background: #f8f8f8;
}
.glory .video {
  position: relative;
  width: 960px;
  height: 570px;
  margin: 0 auto;
  overflow: hidden;
}
.glory .video video {
  width: 960px;
  height: 570px;
}
.glory .btns {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}
.glory button {
  width: 428px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 30px;
  color: #ffffff;
}
.glory .cooperation {
  background: #cccccc;
  margin-right: 100px;
}
.glory .honour {
  background: #cccccc;
}
.glory .active {
  background: linear-gradient(to right, #ff902c, #ff6600);
}
.glory .company {
  display: block;
  margin: 0 auto;
}
.glory .swiper-container1 {
  width: 1200px;
  overflow: hidden;
}
.address {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.address .bg {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 0;
}
.address .content {
  margin: 30px auto;
  position: relative;
  background: #ffffff;
  padding: 40px 0 0 0;
}
.address .map-wrapper {
  position: relative;
  display: inline-block;
  width: 670px;
  padding: 30px;
  z-index: 2;
  vertical-align: top;
}
.address .map-wrapper .map {
  height: 370px;
  background: #cccccc;
}
.address .map-wrapper .map img {
  width: 100%;
}
.address .map-wrapper h3 {
  display: inline-block;
  font-size: 40px;
  color: #333333;
  border-bottom: 2px solid #ff611f;
  padding: 10px 0;
}
.address .map-wrapper p {
  margin: 18px 0;
  font-size: 20px;
  color: #666666;
  line-height: 1.3;
}
.address .try {
  padding: 30px;
  display: inline-block;
  width: 380px;
  vertical-align: top;
}
.address .try h3 {
  display: inline-block;
  font-size: 40px;
  color: #333333;
  border-bottom: 2px solid #ff611f;
  padding: 10px 0;
}
.address .try .phone {
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #333333;
}
.address .try .phone .iconfont {
  font-size: 42px;
  margin-right: 30px;
}
.address .try input {
  margin-top: 25px;
  display: block;
  height: 58px;
  line-height: 58px;
  width: 355px;
  padding: 0 10px;
  border: 1px solid #cccccc;
}
.address .try .receive {
  display: block;
  background: linear-gradient(to right, #ff902c, #ff6600);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 24px;
  border: none;
  color: #ffffff;
  box-shadow: 0px 0px 6px #ff902c;
  -webkit-box-shadow: 0px 0px 6px #ff902c;
  -moz-box-shadow: 0px 0px 6px #ff902c;
}
.address .contact {
  padding: 30px 30px 50px 30px;
  font-size: 0;
}
.address .contact li {
  display: inline-block;
  width: 266px;
}
.address .contact li:first-child {
  width: 340px;
}
.address .contact li h3 {
  font-size: 30px;
  color: #000;
}
.address .contact li p {
  margin-top: 28px;
  font-size: 20px;
  color: #666666;
}

.step .btn button a{color:#fff;text-decoration:none}

.address{
	height: auto;
}
.activity{
	width: 1200px;
	margin: 50px auto;
}
.activity h3{
	padding-top: 15px;
	font-size: 40px;
}
.activity ul{
	overflow: hidden;
	padding: 20px 0;
}
.activity ul li{
	float: left;
	width: 550px;
	height: 60px;
    line-height: 60px;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}
.activity ul li:nth-child(2n-1){
	margin-right:100px;
}
.activity ul li a{
	display: inline-block;
    color: #666;
    width: 420px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity ul li span{
	float: right;
	color: #666;
	font-size: 18px;
}

.address .try select{
	width: 375px;
	margin-top: 25px;
	padding: 0 10px;
	color: #333;
	height: 58px;
	line-height: 58px;
	border: 1px solid #cccccc;
}
.glory .certificate .swiper-slide img{width: 290px;height: 206px;}