.banner {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.banner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.banner .content {
  position: relative;
}
.banner .content .lesson {
  position: absolute;
  width: 290px;
  height: 320px;
  right: 0;
  top: 180px;
  text-align: center;
  background-color: #fff;
  padding: 25px 20px 0;
  border-radius: 20px;
}
.banner .content .lesson h3 {
  color: #666666;
  font-size: 32px;
  margin-bottom: 15px;
}
.banner .content .lesson .price {
  font-size: 40px;
  color: #ff6600;
}
.banner .content .lesson input {
  display: block;
  height: 58px;
  line-height: 58px;
  padding-left: 20px;
  border: none;
  border-radius: 58px;
  margin: 20px 0 25px 0;
  width: 254px;
  background-color: #fef1e8;
}
.banner .content .lesson .receive {
  width: 288px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  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;
  border: none;
  font-size: 24px;
  color: #ffffff;
}
.news {
  margin: 100px auto;
  text-align: center;
}
.news .type {
  margin-bottom: 88px;
}
.news .type button {
  display: inline-block;
  width: 310px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 24px;
  color: #333333;
  background: #f2f2f2;
  margin: 0 30px;
}
.news .type button.active {
  background: #ff6320;
  color: #ffffff;
}
.news .list {
  font-size: 0;
}
.news .list .item {
  margin-bottom: 46px;
}
.news .list .item img {
  width: 445px;
  height: 296px;
  vertical-align: top;
}
.news .list .item .info {
  display: inline-block;
  height: 296px;
  width: 700px;
  vertical-align: top;
  margin-left: 54px;
  text-align: left;
}
.news .list .item .info h3 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #333333;
}
.news .list .item .info p {
  font-size: 24px;
  color: #666666;
  line-height: 1.3;
}
.news .list .item .info .btn {
  margin-top: 30px;
  text-align: right;
}
.news .list .item .info .btn a {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 220px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 30px;
  background: linear-gradient(to right, #ff902c, #ff6600);
}
.address {
  position: relative;
  height: 880px;
  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;
}

.address .try select{
	width: 375px;
	margin-top: 25px;
	padding: 0 10px;
	color: #333;
	height: 58px;
	line-height: 58px;
	border: 1px solid #cccccc;
}

.typelist3{
    text-align: left;
    width: 1200px;
    margin: 0 auto 88px;
    font-size: 22px;
}


.pagelist { height:22px; overflow:hidden; padding-top:10px; padding-bottom:10px; }
.pagelist li { float:left; border:#ccc 1px solid; background:#fff; color:#005fb9; font-size:12px; margin-left:5px; display:inline; }
.pagelist li.thisclass { line-height:20px; font-weight:bold; background:#7c3a14; color:#fff; border:#ccc 1px solid; }
.pagelist li.thisclass a{  color:#fff;  }
.pagelist li .pageinfo { float:left; display:block; height:20px; color:#000; line-height:20px; padding:0 6px; }
.pagelist li a { float:left; display:block; height:20px; color:#000; line-height:20px; padding:0 6px; }
.pagelist li a:hover { color:#fff; background:#7c3a14; font-weight:bold; }

.w1200{width: 1200px;margin: 0 auto;}
.main-list{display: flex;flex-wrap: wrap;border: 1px solid #DDD;padding: 15px 0 20px 28px;box-sizing: border-box;}
.main-list .list-item{width: 390px;box-sizing: border-box;padding: 0 28px 20px 0;}
.list-item .item-title{display: flex;justify-content: space-between;border-bottom: 1px solid #1abc9c;height: 40px;}
.list-item .item-title h3{font-size: 18px;line-height: 40px;font-weight: 500;}
.list-item .item-title a{font-size: 14px;line-height: 40px;display: block;color: #16a085;}
.list-item ul{margin-top: 10px;}
.list-item ul li a{font-size: 16px;line-height: 26px;color: #16a085;display: inline-block;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}