.center-wrap {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.banner {
  display: block;
  width: 100%;
  margin: 30px auto 45px;
  border-radius: 15px;
}

.content-wrap {
  margin: 30px auto 40px;
  padding: 30px 20px;
  border-radius: 2px;
  background: #fff;
}
.flex-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.what-is-content-wrap{
  width: 700px;
}

.what-is-content {
  margin: 15px auto;
  padding: 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  text-indent: 32px;
  color: #333;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 8px #eee;
}


.what-is-img-wrap {
  width: 428px;
}
.what-is-img {
  display: block;
  width: 100%;
}
.what-is-img.second{
  margin: 10px auto;
}

.content-wrap.wrap {
  padding-top: 30px;
  padding-bottom: 45px;
  background: rgb(255, 112, 0);
}

.content-wrap.wrap .teacher-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content-wrap.wrap .teacher-item {
  position: relative;
  width: 270px;
  /* height: 320px; */
  margin-top: 90px;
  margin-bottom: 20px;
  padding: 130px 20px 10px;
  border-radius: 10px;
  background: #fff;
}

.content-wrap.wrap .teacher-item .teacher-img {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 190px;
}

.content-wrap.wrap .teacher-item .teacher-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.content-wrap.wrap .teacher-item .teacher-content {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
}

.content-wrap.wrap .tip {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  letter-spacing: 12px;
  color: #fff;
}

.content-wrap.wrap .test-btn {
  display: block;
  width: 270px;
  margin: 20px auto 0;
  font-size: 18px;
  letter-spacing: 8px;
  text-align: center;
  line-height: 50px;
  color: #ff7000;
  background: #fff;
  border-radius: 10px;
}

.process-wrap {
  text-align: center;
}

.process-list {
  display: flex;
  justify-content: space-between;
}

.process-list.rotate180 {
  margin-top: 80px;
}

.process-item-wrap {
  position: relative;
  width: 33.3%;
  padding-bottom: 44px;
  border-bottom: 1px dashed rgb(170, 170, 170);
}

.process-item-wrap.rotate180{
  padding-bottom: 24px;
}

.process-item-wrap::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 15px;
  transform: translateY(50%);
  width: 70px;
  height: 18px;
  background: url(../img/arrow.png) center no-repeat;
  background-size: contain;
}

.process-item-wrap.rotate90::after {
  z-index: 1;
  bottom: -36px;
  right: 10px;
  transform: translateY(50%);
  transform: rotate(90deg);
}

.process-item-wrap.rotate180::after {
  bottom: -9px;
  right: 68px;
  transform: translateY(50%);
  transform: rotate(180deg);
}
.process-item-wrap.process-img-wrap.rotate180::after {
  right: 36px;
}

.process-item-wrap .orange-title {
  position: relative;
  width: 180px;
  margin: auto;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #ff7000;
}

.process-item-wrap .orange-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 99%;
  width: 13px;
  height: 40px;
  background: #ff7000;
}

.process-item-wrap .process-content {
  position: relative;
  width: 182px;
  margin: auto;
  padding: 15px 0;
  transform: translateX(2px);
  background: rgb(246, 246, 246);
  border-radius: 0 0 0 10px;
}

.process-item-wrap .process-content::before,
.process-item-wrap .process-content::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}

.process-item-wrap .process-content::before {
  left: -10px;
  top: 0;
  border-top: 9px solid rgb(232, 85, 142);
  border-left: 13px solid transparent;
}

.process-item-wrap .process-content::after {
  right: 0;
  top: 100%;
  border-top: 25px solid rgb(221, 222, 223);
  border-right: 25px solid transparent;
}

.process-item-wrap .process-content .process-content-txt {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1b1b1b;
}

.process-item-wrap .process-content .process-btn {
  display: block;
  margin: auto;
  width: 110px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background: #fac762;
  border-radius: 15px;
}

.process-img {
  display: block;
  width: 100%;
  margin-top: -60px;
}

.arrange-img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 140px;
}

.guide-list {
  /* margin: 30px auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.guide-list .guide-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 560px;
  margin-bottom: 20px;
  background: rgba(200, 200, 200, .1);
  border-radius: 10px;
}

.guide-item .guide-img-wrap {
  width: 180px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 8px #eee;
}

.guide-item .guide-img-wrap .guide-img {
  display: block;
  width: 100%;
}

.guide-item .guide-content {
  position: relative;
  width: 490px;
  padding: 0 10px 0 20px;
}

.guide-item .guide-content .guide-title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.guide-item .guide-content .guide-title::before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 20px;
  height: 20px;
  background: url(../img/guide_title_ico.png) center no-repeat;
  background-size: contain;
}

.guide-item .guide-content .guide-detail {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
  line-height: 1.5;
  color: #666;
}

.guide-item .guide-content .detail-btn {
  position: absolute;
  right: 20px;
  bottom: -15px;
  display: block;
  width: 100px;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background: #ff7000;
  border-radius: 15px;
}

.information-wrap {
  width: 785px;
  padding-bottom: 20px;
  box-shadow: 0 8px 8px #eee;
}

.information-wrap .information-list {
  display: flex;
  justify-content: space-between;
  background: rgb(245, 245, 245);
  border-radius: 10px 10px 0 0;
}

.information-list .information-item {
  position: relative;
  z-index: 1;
  width: 33%;
  height: 48px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #333;
}

.information-list .information-item.active {
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}

.information-list .information-item.active::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, rgb(255, 110, 0), rgb(253, 153, 0));
  border-radius: 10px 10px 0 0;
}

.latest-info-list {
  padding: 10px 40px;
  background: #fff;
}

.latest-info-list .latest-info-item {
  list-style-type: disc;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.latest-info-list .latest-info-item a{
	  color: #666;
}
	
.latest-info-list .latest-info-item .latest-info-detail {
  display: inline-block;
  width: 79%;
  text-align: left;
}

.latest-info-list .latest-info-item .latest-info-time {
  display: inline-block;
  width: 20%;
  text-align: right;
}

.information-wrap .more-info-btn {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: rgb(249, 98, 3);
  border-radius: 5px;
}

.area-wrap{
  width: 340px;
}
.area-query {
  font-size: 20px;
  text-align: center;
  line-height: 69px;
  color: #fff;
  background: rgb(249, 98, 3);
}

.area-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  color: #333;
}

.area-list a {
  color: #333;
}  

.area-list .area-item {
  width: 105px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 32px;
  background: rgb(246, 247, 249);
  border-radius: 5px;
}

.area-list .area-item.more-area {
  width: 100%;
  margin-top: 20px;
  line-height: 48px;
  background: #fff;
  box-shadow: 0 8px 8px #eee;
}

.area-list .area-item.more-area .more-area-btn {
  display: block;
  width: 100%;
  color: rgb(249, 98, 3);
}

.data-type-list {
  display: flex;
  justify-content: space-between;
}

.data-type-list .data-type-item {
  position: relative;
  width: 185px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: rgb(249, 98, 3);
  background: rgb(252, 241, 230);
  border-radius: 20px;
}

.data-type-list .data-type-item.active {
  color: #fff;
  background: rgb(249, 98, 3);
}

.data-type-list .data-type-item.active::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-top: 8px solid rgb(249, 98, 3);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.data-list {
  /* margin: 30px auto; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.data-list .data-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 555px;
  margin-top: 30px;
  border-radius: 10px;
}

.data-item .data-img-wrap {
  width: 60px;
  height: 60px;
  box-shadow: 0 0 8px #eee;
}

.data-item .data-img-wrap .data-img {
  display: block;
  width: 100%;
}

.data-item .data-content {
  position: relative;
  width: 420px;
  padding-left: 25px;
}

.data-item .data-content .data-title {
  font-size: 16px;
  color: #535353;
}

.data-item .data-content .data-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  color: #a0a0a0;
}

.data-detail .data-user-img-wrap {
  width: 16px;
}

.data-item .data-user-img-wrap .data-user-img {
  display: block;
  width: 100%;
}

.data-detail .limit-num {
  margin-left: 10px;
  margin-right: 30px;
  font-size: 14px;
}

.data-detail .surplus-num {
  font-size: 14px;
}

.data-item .data-btn {
  display: block;
  width: 100px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(to right, rgb(255, 110, 0), rgb(253, 153, 0));
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(253, 153, 0, .5);
}

.course-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
  color: #1b1b1b;
}

.course-table .course-head-tr .course-head {
  font-size: 20px;
  line-height: 56px;
  border: 1px solid rgb(255, 112, 0);
  color: rgb(249, 98, 3);
  background: rgb(252, 241, 230);
}

.course-table .course-tr {
  border: 1px solid rgb(255, 112, 0);
}

.course-table .course-info,
.course-table .course-consult {
  padding: 15px 0;
  border: 1px solid rgb(255, 112, 0);
}

.course-consult .consult-btn {
  display: block;
  width: 125px;
  margin: auto;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: linear-gradient(to right, rgb(255, 110, 0), rgb(253, 153, 0));
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(253, 153, 0, .5);
}


.content-wrap .more-info-btn {
  display: block;
  width: 170px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: rgb(249, 98, 3);
  border-radius: 5px;
  margin-top: 20px;
}

	/* 左侧导航栏 */
			
	.left-guides {
			    width: 60px;
			    position: fixed;
			    top: 24%;
			    left: 35px;
			    z-index: 9999;
				
			}
			
			.left-guide {
			    width: 100%;
			    background: #FFFFFF;
			    position: relative;
			    z-index: 9999;
				box-shadow: 0 -4px 12px 0 rgba(25,28,31, .08), 0 12px 18px 0 rgba(25,28,31, .2);
				}
			}
	
			.little-img {
			    position: absolute;
			    top: -60px;
			    left: 0;
			}
			
			.left-guide>ul {
			    display: flex;
			    flex-direction: column;
			    align-items: center;
			    justify-content: center;
			}
			
			.left-guide>ul>li>a {
			    height: 84px;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    flex-direction: column;
			}
			
			.left-guide>ul>li>a {
			    color: #fff;
			    font-size: 12px;
			}
			
			.left-guide ul li a img {
			    margin-bottom: 3px;
			}
			
			.left-guide ul .last-li {
			    width: 100%;
			    height: 75px;
			    background: #f96203;
			    display: flex;
			    justify-content: center;
			    align-items: center;
			    cursor: pointer;
			}
			
			.left-guide .hides {
			    transform: translate3d(-120%, 0, 0);
			    opacity: 0 !important;
			}
			
			.left-guide ul .last-li>img {
			    transform: rotate(180deg);
			    transition: all .3s ease;
			}
			
			.left-guide .left-nav {
			    width: 252px;
			    height: 328px;
			    background: #286ADE;
			    opacity: 0.8;
			    position: absolute;
			    top: 0;
			    left: 60px;
			    padding: 24px 23px 20px 20px;
			    z-index: 999;
			    overflow: hidden;
			    transition: all .3s;
			}
			
			.left-guide .left-nav .item1 {
			    overflow: hidden;
			}
			.left-guide .left-nav .item1 strong{
			    margin-top: 10px;
			    margin-bottom: 10px;
				font-weight: bold;
			}
			
			.left-guide .left-nav .item1 h4 {
			    font-size: 14px;
			    color: #FFFFFF;
			    margin-bottom: 20px;
			}
			
			.left-guide .left-nav .item1 ul {
			    display: flex;
			    flex-wrap: wrap;
			    justify-content: flex-start;
			    align-items: center;
			}
			
			.left-guide .left-nav .item1 ul li {
			    text-align: left;
			    margin: 0 19px 6px 0;
			}
			
			.left-guide .left-nav .item1 ul li:nth-child(6),
			.left-guide .left-nav .item2 ul li:nth-child(2) {
			    margin-right: 0;
			}
			
			.left-guide .left-nav .item1 ul li a {
			    font-size: 12px;
			    color: #FFFFFF;
			}
			
			.left-guide .left-nav .item1 ul li a:hover {
			    color: #fff;
			}
			
			/*左侧导航栏 -end */


.zgyc_footer {
    padding: 30px 0;
    background: #333;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.zgyc_footer div {
    text-align: center;
    opacity: .5;
}

.zgyc_footer a {
    color: #fff;
}

.zgyc_footer a:hover {
    color: rgb(249, 98, 3);
}	

.wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    clear: both;
    font-size: 16px;
}