* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: white;
}
.xgy-banner {
  text-align: center;
}
.xgy-banner > img {
  width: 100%;
}
.type-page {
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
  box-sizing: border-box;
}
.xgy-font {
  position: relative;
}
.xgy-font:after {
  content: "";
  display: block;
  clear: both;
}
.xgy-font > h1 {
  font-size: 18px;
  color: #1a1a1a;
  height: 40px;
  position: relative;
  z-index: 100;
  text-align: center;
}
.xgy-font > h3 {
  color: #f0f0f0;
  font-size: 18px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
.xgy-w1 {
  background: url(../img/xgy/xgy_bg1.png) no-repeat;
  background-position: center;
  background-size: 98%;
}
.xgy-w2 {
  background: url(../img/xgy/xgy_bg2.png) no-repeat;
  background-position: center;
  background-size: 98%;
}
.xgy-knows {
  margin: 15px 0px;
}
.xgy-knows:after {
  content: "";
  display: block;
  clear: both;
}
.xgy-knows > .type-page {
  width: 96%;
  box-shadow: 0px 3px 14px 0px rgba(93, 87, 87, 0.2);
  padding: 10px 10px;
  box-sizing: border-box;
  background: white;
}
.xgy-knows > .type-page > div {
  width: 100%;
}
.xgy-knows > .type-page > div > img {
  width: 100%;
}
.xgy-crucial {
  overflow: hidden;
 	padding:30px 0px;
  box-sizing: border-box;
}
.xgy-crucial > .type-page > .xgy-data-mian {
  margin-top: 10px;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-img {
  width: 100%;
  text-align: center;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-img > img {
  width: 86%;
	margin-left:10px;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-img > p {
  color: #999999;
  font-size: 14px;
  margin-top: 4px;
  margin-right: 20px;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-desc {
  width: 100%;
  vertical-align: top;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-desc > h4 {
  color: #1a1a1a;
  font-size: 16px;
  margin-top: 15px;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-desc > p {
  color: #4c4c4c;
  font-size: 16px;
  margin-top: 10px;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-desc > div {
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  color: #999999;
}
.xgy-crucial > .type-page > .xgy-data-mian > .data-desc > div:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff6511;
  position: absolute;
  left: -10px;
  top: 7px;
}
.xgy-yuke {
  background: #f5f5f5;
  margin-bottom: 30px;
  overflow: hidden;
}
.xgy-yuke > .type-page {
  padding-top: 30px;
}
.xgy-yuke > .type-page > ul {
  margin-top: 20px;
}
.xgy-yuke > .type-page > ul > li {
  background: white;
  display: block;
  width: 100%;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 20px;
}
.xgy-yuke > .type-page > ul > li > div {
  background: #ff6511;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: white;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: -10px;
}
.xgy-yuke > .type-page > ul > li > h1 {
  color: #ff6511;
  font-size: 16px;
  padding-top: 10px;
  margin-left: 26px;
  box-sizing: border-box;
}
.xgy-yuke > .type-page > ul > li > p {
  color: #1a1a1a;
  font-size: 16px;
  padding: 10px 0px;
  margin-left: 26px;
}
.xgy-shujia {
  overflow: hidden;
  background: white;
  padding-bottom: 40px;
	
}
.xgy-shujia > .type-page > ul {
  font-size: 0;
  width: 100%;
  padding-top: 15px;
  box-sizing: border-box;
  margin: auto;
  font-size: 0px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-face-color: transparent;
}
.xgy-shujia > .type-page > ul > li {
  width: 49%;
  display: inline-block;
  font-size: 14px;
  background: #f5f5f5;
  margin-right: 10px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  height: 130px;
  overflow: hidden;
  white-space: normal;
}
.xgy-shujia > .type-page > ul > li > div {
  position: absolute;
  right: 0;
  top: 0;
  color: #ff6511;
  background: #ffe300;
  font-size: 12px;
  box-sizing: border-box;
}
.xgy-shujia > .type-page > ul > li > h1 {
  font-size: 16px;
  color: #ff6511;
}
.xgy-shujia > .type-page > ul > li > p {
  color: #1a1a1a;
  font-size: 14px;
  padding-top: 10px;
}
.xgy-teacher {
  background-image: linear-gradient(to top, #cae219 0%, #fad24c 100%);
  overflow: hidden;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
}
.xgy-teacher > .type-page > ul {
  font-size: 0;
  margin-top: 10px;
}
.xgy-teacher > .type-page > ul > li {
  width: 31%;
  display: inline-block;
  margin-right: 10px;
  padding: 8px 5px;
  box-sizing: border-box;
  background: white;
  text-align: center;
  height: 95px;
  vertical-align: middle;
}
.xgy-teacher > .type-page > ul > li > img {
  width: 20%;
}
.xgy-teacher > .type-page > ul > li > div {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 2px;
}
.xgy-teacher > .type-page > ul > li > div > span {
  color: #ff6511;
}
.xgy-teacher > .type-page > ul > li:last-child {
  margin-right: 0;
}
.xgy-teacher > .type-page > .xgy-lunbo {
  margin-top: 20px;
  position: relative;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide {
  background: white;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > div {
  background: #e6e6e6;
  text-align: center;
  vertical-align: bottom;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > div > img {
  text-align: center;
  width: 80%;
  vertical-align: bottom;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > h4 {
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  margin-top: 10px;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > ul {
  font-size: 0;
  padding-bottom: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > ul > li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > ul > li > p {
  font-size: 14px;
}
.xgy-teacher > .type-page > .xgy-lunbo > .swiper-wrapper > .swiper-slide > ul > li > p:last-child {
  color: #ff6511;
  font-weight: bold;
}
.xgy-teacher > .type-page > .btn-right {
  background: url(../img/xgy/btn-left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 9%;
  top: 60%;
}
.xgy-teacher > .type-page > .btn-left {
  background: url(../img/xgy/btn-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 9%;
  top: 60%;
}
.xgy-fudao {
  overflow: hidden;
  margin-top: 30px;
}
.xgy-fudao > .type-page > .izk-fw-box > ul {
  margin: 20px 0px;
  font-size: 0px;
}
.xgy-fudao > .type-page > .izk-fw-box > ul > li {
  width: 31%;
  height: 88px;
  text-align: center;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 10px 0px;
  margin-right: 10px;
  border-radius: 2px;
  margin-bottom: 10px;
  box-sizing: border-box;
  vertical-align: middle;
}
.xgy-fudao > .type-page > .izk-fw-box > ul > li > img {
  width: 36%;
  margin-bottom: 10px;
}
.xgy-fudao > .type-page > .izk-fw-box > ul > li > h4 {
  font-size: 12px;
  font-weight: bold;
  color: #4d4d4d;
  transform: scale(0.9);/*开始为原始大小*/
}
.xgy-fudao > .type-page > .izk-fw-box > ul > li:nth-child(3) {
  margin-right: 0;
}
.xgy-fudao > .type-page > .izk-fw-box > ul > li:last-child {
  margin-right: 0;
}
.xgy-Student-case {
  background-image: linear-gradient(to top, #cae219 0%, #fad24c 100%);
   padding-bottom: 100px;
   padding-top: 30px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.xgy-Student-case > .type-page > .student-case-lunbo {
  padding-top: 6px;
}
.xgy-Student-case > .type-page > .student-case-lunbo > .case-warpper > .swiper-slide > img {
  width: 100%;
}
.xgy-Student-case > .type-page > .btn-right {
  background: url(../img/xgy/btn-left.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 9%;
  top: 55%;
}
.xgy-Student-case > .type-page > .btn-left {
  background: url(../img/xgy/btn-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 11%;
  top: 55%;
}
.xgy-follow {
  overflow: hidden;
  padding: 15px 0px;
  box-sizing: border-box;
}
.xgy-follow > .type-page > ul {
  font-size: 0;
}
.xgy-follow > .type-page > ul > li {
  display: inline-block;
  width: 22%;
  height: 90px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  text-align: center;
  background: white;
  box-sizing: border-box;
}
.xgy-follow > .type-page > ul > li > a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.xgy-follow > .type-page > ul > li > a > div {
  margin-top: 10px;
}
.xgy-follow > .type-page > ul > li > a > h4 {
  text-align: center;
  font-size: 14px;
  color: #000000;
}
.xgy-follow > .type-page > ul > li > a > p {
  font-size: 14px;
  margin-top: 10px;
}
.xgy-follow > .type-page > ul > li > a > section {
  margin-top: 10px;
}
.xgy-follow > .type-page > ul > li > a > section > img {
  width: 100%;
}
.xgy-follow > .type-page > ul > li:last-child {
  margin-right: 0;
}
.xgy-coupon-why {
  overflow: hidden;
  margin: 20px 0px;
}
.xgy-coupon-why > .type-page > .xgy-coupon-img {
  margin-top: 15px;
}
.xgy-coupon-why > .type-page > .xgy-coupon-img > img {
  width: 100%;
}
.number {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0px;
}
.number > h1 {
  font-weight: normal;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  background: #ff6511;
  text-align: center;
  color: white;
}
.number > h1 > span {
  width: 25%;
  display: inline-block;
  font-size: 16px;
}
.number > .myscroll {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.number > .myscroll > ul > li {
  height: 48px;
  line-height: 48px;
  background: #fafafa;
  font-size: 0;
  text-align: center;
}
.number > .myscroll > ul > li > span {
  width: 25%;
  font-size: 14px;
  display: inline-block;
}
.number > .myscroll > ul > li:nth-child(2n) {
  background: white;
}
/*# sourceMappingURL=xgy.css.map */
