.none {
  display: none;
}
.zx_index > .title_one {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.zx_index > .title_one > .content_box {
  width: 1190px;
  height: 100%;
  display: flex;
  align-items: center;
}
.zx_index > .title_one > .content_box > .option_btn {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.zx_index > .title_one > .content_box > .option_btn > a {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.zx_index > .title_one > .content_box > .option_btn > a:hover > span {
  color: #F96B60;
}
.zx_index > .title_one > .content_box > .option_btn > a > span {
  color: #828282;
  font-size: 14px;
  display: inline-block;
  line-height: 14px;
  margin-left: 3px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(1) > img {
  width: 17px;
  margin-bottom: 2px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(2) > img {
  width: 11px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(3) > img {
  width: 15px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(4) > img {
  width: 16px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(5) > img {
  width: 12px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(6) > img {
  width: 14px;
  margin-bottom: 1px;
}
.zx_index > .title_one > .content_box > .option_btn > a:nth-child(7) > img {
  width: 16px;
  margin-bottom: 1px;
}
.zx_index > .title_one > .content_box > .user_data {
  margin-left: auto;
}
.zx_index > .title_one > .content_box > .user_data > .not_login > a > span {
  font-size: 14px;
  color: #828282;
}
.zx_index > .title_one > .content_box > .user_data > .not_login > a:hover > span {
  color: #F96B60;
}
.zx_index > .title_one > .content_box > .user_data > .not_login > a:nth-child(1) {
  position: relative;
  margin-right: 25px;
}
.zx_index > .title_one > .content_box > .user_data > .not_login > a:nth-child(1):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #E1E6EE;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
  z-index: 99;
}
.zx_index > .title_one > .content_box > .user_data > .not_login > a:nth-child(1) > img {
  width: 16px;
  margin-right: 4px;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login {
  display: flex;
  align-items: center;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .img_box {
  align-self: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .img_box:hover {
  transition: all 0.3s;
  transform: rotate(-360deg);
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .img_box > .img {
  width: 100%;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .name {
  font-size: 14px;
  color: #828282;
  margin-right: 15px;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .time {
  font-size: 16px;
  font-weight: bold;
  color: #828282;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .close {
  margin-left: 15px;
  font-size: 14px;
  color: #828282;
}
.zx_index > .title_one > .content_box > .user_data > .ok_login > .close > i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.zx_index > .title_two {
  height: 76px;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: center;
}
.zx_index > .title_two > .content_box {
  width: 1190px;
  height: 100%;
  display: flex;
  align-items: center;
}
.zx_index > .title_two > .content_box > .logo {
  width: 250px;
  height: 44px;
  margin-right: 48px;
}
.zx_index > .title_two > .content_box > .logo > img {
  height: 100%;
}
.zx_index > .title_two > .content_box > .function_box {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.zx_index > .title_two > .content_box > .function_box > .search {
  position: relative;
  cursor: pointer;
}
.zx_index > .title_two > .content_box > .function_box > .search > input {
  width: 300px;
  height: 36px;
  border: 1px solid #CFD1D6;
  box-sizing: border-box;
  border-radius: 18px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 12px;
  cursor: pointer;
}
.zx_index > .title_two > .content_box > .function_box > .search > .zx-sousuo {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  color: #9E9E9E;
  font-size: 14px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation {
  display: inline-block;
  margin-left: auto;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a {
  text-align: center;
  margin-left: 33px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a > span {
  font-size: 14px;
  color: #828282;
  display: block;
  margin-top: 5px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a:nth-child(1) > img {
  width: 26px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a:nth-child(2) > img {
  width: 30px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a:nth-child(3) > img {
  width: 26px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a:nth-child(4) > img {
  width: 28px;
}
.zx_index > .title_two > .content_box > .function_box > .navigation > a:hover > span {
  color: #F96B60;
}
.zx_index > .title_two > .content_box > .search_box {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.zx_index > .title_two > .content_box > .search_box > .zx-close {
  color: #F96B60;
  font-size: 16px;
  margin-right: 20px;
  cursor: pointer;
}
.zx_index > .title_two > .content_box > .search_box > .search {
  position: relative;
}
.zx_index > .title_two > .content_box > .search_box > .search > input {
  height: 30px;
  width: 400px;
  border: 0;
  font-size: 16px;
}
.zx_index > .title_two > .content_box > .search_box > .search > .search_hot {
  width: 400px;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 54px;
  left: 0;
  overflow: hidden;
  transition: all 0.25s;
  border: 0px solid #e3e3e3;
  border-top: 0;
  box-shadow: 1px 8px 23px -3px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.zx_index > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li {
  display: flex;
  padding: 7.5px 15px;
  cursor: pointer;
}
.zx_index > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li:nth-child(-n+3) > .hot_num {
  background-color: #F96B60;
}
.zx_index > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li > .hot_num {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  background-color: #b2b2b2;
  color: #fff;
  margin-right: 20px;
  position: relative;
}
.zx_index > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li > .hot_num > span {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
}
.zx_index > .title_two > .content_box > .search_box > .search > .search_hot > .hot_li > .hot_title {
  color: #828282;
}
.zx_index > .title_two > .content_box > .search_box > .listsel {
  width: 118px;
  height: 75px;
  transition: all 0.25s;
  border: 1px solid #fff;
  border-top: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.zx_index > .title_two > .content_box > .search_box > .listsel > .sel_title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zx_index > .title_two > .content_box > .search_box > .listsel > .sel_title > .zx-xiala {
  font-size: 10px;
  color: #828282;
  margin-top: 3px;
  margin-left: 5px;
}
.zx_index > .title_two > .content_box > .search_box > .listsel > .sel_list {
  display: none;
  background-color: #fff;
}
.zx_index > .title_two > .content_box > .search_box > .listsel > .sel_list > a {
  width: 100%;
  height: 47px;
  background-color: #fff;
  color: #828282 !important;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  display: inline-block;
}
.zx_index > .title_two > .content_box > .search_box > .listsel > .sel_list > a:hover {
  background-color: #F96B60;
  color: #fff !important;
}
.zx_index > .title_two > .content_box > .search_box > .listsel > .sel_title_tab {
  display: block;
  box-sizing: border-box;
  border-color: #e3e3e3;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.zx_index > .title_two > .content_box > .search_box > .zx-sousuo {
  color: #F96B60;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
}
.zx_index > .top_navigation {
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.zx_index > .top_navigation > .navigation_title {
  width: 1190px;
}
.zx_index > .top_navigation > .navigation_title > .title_box {
  height: 80px;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item {
  cursor: pointer;
  width: 210px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item:nth-child(1) {
  width: 175px;
  padding-left: 25px;
  justify-content: flex-start;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item:nth-last-child(1) {
  width: 175px;
  padding-right: 25px;
  justify-content: flex-end;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item > .item_box {
  position: relative;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item > .item_box > span {
  color: #545E64;
  font-size: 20px;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item > .item_box:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #ECEBEB;
  top: 50%;
  right: -65px;
  transform: translate(0, -50%);
  z-index: 99;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item:nth-last-child(1) > .item_box:after {
  width: 0px;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item_tab > .item_box > span {
  color: #F96B60;
}
.zx_index > .top_navigation > .navigation_title > .title_box > .title_item_tab > .item_box > div {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #F96B60;
}
.zx_index > .top_navigation > .navigation_box {
  z-index: 2;
  display: none;
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding-top: 4px;
  box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
  padding-bottom: 11px;
}
.zx_index > .top_navigation > .navigation_box > .list_box {
  margin: 0 auto;
  width: 1190px;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item {
  cursor: pointer;
  width: 210px;
  padding-left: 65px;
  box-sizing: border-box;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item:nth-child(1) {
  width: 175px;
  padding-left: 25px;
  justify-content: flex-start;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item:nth-last-child(1) {
  width: 175px;
  padding-right: 25px;
  justify-content: flex-end;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item > a {
  position: relative;
  display: inline-block;
  line-height: 14px;
  margin-bottom: 20px;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item > a > span {
  font-size: 14px;
  color: #474E5D;
  line-height: 14px;
  display: inline-block;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item > a > img {
  position: absolute;
  top: -6px;
  right: -8px;
  width: 9px;
}
.zx_index > .top_navigation > .navigation_box > .list_box > .list_item > a:hover > span {
  color: #F96B60;
}
.zx_index > .zx_index_content {
  width: 1190px;
  margin: 0 auto;
}
.zx_index > .zx_index_content > .content_box {
  height: 335px;
  width: 100%;
  display: flex;
}
.zx_index > .zx_index_content > .content_box > .index_swiper {
  width: 650px;
  height: 100%;
}
.zx_index > .zx_index_content > .content_box > .index_swiper .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.zx_index > .zx_index_content > .content_box > .index_swiper .swiper-pagination-bullet-active {
  background: #fff;
  width: 18px;
  height: 10px;
  border-radius: 5px;
}
.zx_index > .zx_index_content > .content_box > .index_swiper .swiper-slide > img {
  height: 100%;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines {
  height: 100%;
  margin-left: 29px;
  width: 100%;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .title {
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #FFE4E4;
  display: flex;
  align-items: center;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .title > .title_box {
  width: 90px;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 3px solid #FFAEAC;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/bg1.png') no-repeat;
  background-size: 50%;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .title > .title_box > span {
  font-size: 20px;
  color: #DE5349;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .title > .more {
  margin-left: auto;
  font-size: 12px;
  color: #999999;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .title > .more:hover {
  color: #FA7267;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .list > .list_item {
  line-height: 14px;
  display: flex;
  align-items: center;
  margin-top: 22px;
  width: 100%;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .list > .list_item:hover > span {
  color: #F3897D;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .list > .list_item > .icon {
  width: 8px;
  height: 8px;
  background: #F3897D;
  border-radius: 50%;
  margin-right: 9px;
}
.zx_index > .zx_index_content > .content_box > .exam_headlines > .list > .list_item > span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #626262;
}
.zx_index > .zx_index_content > .live_list {
  box-sizing: border-box;
  height: 146px;
  width: 100%;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.02);
  padding: 0 25px;
  position: relative;
  margin-top: 18.5px;
}
.zx_index > .zx_index_content > .live_list .list_item {
  position: relative;
  height: 100%;
  width: 380px !important;
  padding-left: 24px;
  display: inline-block;
  text-align: left !important;
  -webkit-justify-content: left !important;
  justify-content: left !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}
.zx_index > .zx_index_content > .live_list .list_item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background: #e6e6e6;
  right: -1px;
  top: 51px;
  z-index: 99;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_img {
  margin-top: 33px;
  display: inline-block;
  width: 80px !important;
  height: 80px !important;
  border: 2px solid #efefef;
  border-radius: 50%;
  padding: 2px;
  margin-right: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_img > img {
  width: 72px;
  max-width: 72px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content {
  margin-top: 30.5px;
  display: inline-block;
  cursor: pointer;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content:hover > .swiper_content_title {
  color: #FA7267;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_time {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_time > i {
  font-size: 15px;
  color: #666;
  margin-top: 1px;
  margin-right: 5px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_time > span {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_title {
  font-size: 16px;
  color: #222;
  margin-top: 5px;
  width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_btn > .swiper_content_text {
  font-size: 14px;
  color: #888;
  line-height: 32px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_btn > .swiper_content_tap {
  display: inline-block;
  height: 32px;
  width: 82px;
  line-height: 30px;
  text-align: center;
  color: #FA7267 !important;
  border: 1px solid #FA7267;
  border-radius: 25px;
  font-size: 14px;
}
.zx_index > .zx_index_content > .live_list .list_item > .swiper_content > .swiper_content_btn > .swiper_content_tap:hover {
  border: 0;
  height: 34px;
  width: 84px;
  color: #fff !important;
  background-color: #FA7267;
}
.zx_index > .zx_index_content > .live_list .nav_box_li_btn > .nav_next,
.zx_index > .zx_index_content > .live_list .nav_box_li_btn .nav_next2 {
  right: 0;
  z-index: 99;
}
.zx_index > .zx_index_content > .live_list .nav_box_li_btn > .nav_prev,
.zx_index > .zx_index_content > .live_list .nav_box_li_btn .nav_prev2 {
  left: 0;
  z-index: 99;
}
.zx_index > .zx_index_content > .live_list .nav_box_li_btn > .nav_prev,
.zx_index > .zx_index_content > .live_list .nav_box_li_btn .nav_next,
.zx_index > .zx_index_content > .live_list .nav_box_li_btn .nav_prev2,
.zx_index > .zx_index_content > .live_list .nav_box_li_btn .nav_next2 {
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #E6E6E6;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.zx_index > .zx_index_content > .hot_course {
  margin-top: 50px;
}
.zx_index > .zx_index_content > .hot_course > .title {
  display: flex;
  align-items: center;
}
.zx_index > .zx_index_content > .hot_course > .title > .icon {
  width: 40px;
  height: 40px;
  background: #FF923C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zx_index > .zx_index_content > .hot_course > .title > .icon > img {
  width: 23px;
}
.zx_index > .zx_index_content > .hot_course > .title > span {
  font-size: 28px;
  color: #333333;
  margin-left: 5px;
}
.zx_index > .zx_index_content > .hot_course > .title > .more {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 14px;
  color: #9598A2;
}
.zx_index > .zx_index_content > .hot_course > .title > .more > i {
  font-size: 10px;
  color: #9598A2;
  margin-left: 3px;
}
.zx_index > .zx_index_content > .hot_course > .box {
  margin-top: 24px;
  height: 284px;
  width: 100%;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item {
  display: inline-block;
  width: 281px;
  height: 284px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 18px;
  box-sizing: border-box;
  margin-right: 17px;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item:nth-last-child(1) {
  margin-right: 0;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item:hover > .text {
  color: #F3897D;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item > .img_box {
  width: 100%;
  height: 163px;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item > .img_box > img {
  width: 100%;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item > .name_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item > .name_box > img {
  width: 14px;
  margin-right: 5px;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item > .name_box > span {
  font-size: 14px;
  color: #545E64;
}
.zx_index > .zx_index_content > .hot_course > .box > .course_item > .text {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #545E64;
  font-size: 16px;
  margin-top: 10px;
}
.zx_index > .zx_index_content > .industry_msg {
  width: 100%;
  margin-top: 33px;
}
.zx_index > .zx_index_content > .industry_msg > .title {
  box-sizing: border-box;
  height: 75px;
  border-bottom: 2px solid #D95957;
  cursor: pointer;
}
.zx_index > .zx_index_content > .industry_msg > .title > .title_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/6);
  height: 100%;
  box-sizing: border-box;
  border-right: 2px solid #F0F0F0;
  font-size: 24px;
  color: #333333;
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.06);
  border-radius: 10px 10px 0 0;
}
.zx_index > .zx_index_content > .industry_msg > .title > .title_item:nth-last-child(1) {
  border: 0;
}
.zx_index > .zx_index_content > .industry_msg > .title > .title_item_tab {
  background: url('../images/bg2.png') no-repeat;
  background-size: 100%;
  color: #fff;
  border: 0;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item {
  display: none;
  padding: 40px 24px 38px;
  background: #FFFFFF;
  box-shadow: -1px 2px 17px 1px rgba(0, 0, 0, 0.06);
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .title {
  cursor: pointer;
  height: 34px;
  width: 100%;
  border-bottom: 1px solid #FFE4E4;
  display: flex;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .title > .title_item {
  margin-right: 38px;
  align-self: center;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .title > .title_item > span {
  font-size: 16px;
  color: #333333;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .title > .title_item_tabs {
  margin-bottom: 6px;
  position: relative;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .title > .title_item_tabs > .icon {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFAEAC;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .title > .title_item_tabs > span {
  font-size: 20px;
  color: #DE5349;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items {
  display: none;
  padding-top: 22px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg {
  width: 500px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .nav {
  display: inline-block;
  width: 100%;
  height: 281px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .nav > img {
  width: 100%;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .course_list {
  margin-top: 20px;
  height: 160px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .course_list > .list_item > a {
  width: 241px;
  height: 160px;
  position: relative;
  display: inline-block;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .course_list > .list_item > a > .icon {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .course_list > .list_item > a > .icon > img {
  width: 39px;
  height: 39px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .course_list > .list_item > a > img {
  width: 100%;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .img_msg > .course_list > .list_item:hover > a > .icon {
  display: flex;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg {
  width: 611px;
  height: 100%;
  margin-left: auto;
  height: 461px;
  display: block;
  position: relative;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .title {
  height: 35px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .title > .title_text {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-right: auto;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .title > .more {
  font-size: 12px;
  color: #999999;
  margin-left: auto;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .title > .more:hover {
  color: #FA7267;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .list > a {
  width: 280px;
  margin-top: 15px;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .list > a:nth-child(even) {
  float: right;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .list > a:hover > span {
  color: #F96B60;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .list > a > .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  background: #DF5054;
  border-radius: 50%;
  display: inline-block;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .recruit_students > .list > a > span {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .box_item_tabs {
  display: block;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .title {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box {
  height: 60px;
  margin-top: 29px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item {
  width: 145px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item:hover > span {
  color: #F96B60;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item > span {
  font-size: 16px;
  color: #333333;
  margin-left: 10px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item:nth-last-child(1) {
  margin: 0;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item:nth-child(1) > img {
  width: 24px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item:nth-child(2) > img {
  width: 18px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item:nth-child(3) > img {
  width: 24px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_items > .text_msg > .development_exercises > .box > .box_item:nth-child(4) > img {
  width: 20px;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item > .industry_two_box > .box_item_tabs {
  display: block;
}
.zx_index > .zx_index_content > .industry_msg > .industry_box > .box_item_tab {
  display: block;
}
.zx_index > .zx_index_content > .bestsellers {
  margin-top: 60px;
}
.zx_index > .zx_index_content > .bestsellers > .title {
  display: flex;
  align-items: center;
}
.zx_index > .zx_index_content > .bestsellers > .title > .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF923C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zx_index > .zx_index_content > .bestsellers > .title > .icon > img {
  width: 25px;
}
.zx_index > .zx_index_content > .bestsellers > .title > span {
  font-size: 28px;
  color: #333333;
  margin-left: 7px;
}
.zx_index > .zx_index_content > .bestsellers > .box {
  margin-top: 25px;
  width: 100%;
  height: 286px;
}
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-next,
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-prev {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-next:hover,
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-prev:hover {
  border: 0;
  background-color: #F96B60;
}
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-next:hover > i,
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-prev:hover > i {
  color: #fff;
}
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-next > i,
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-prev > i {
  color: #CCCCCC;
}
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-next:after,
.zx_index > .zx_index_content > .bestsellers > .box .swiper-button-prev:after {
  content: none;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item {
  box-sizing: border-box;
  padding: 27px 0 0 26px;
  position: relative;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top {
  height: 204px;
  border-bottom: 1px solid #E8E8E8;
  box-sizing: border-box;
  padding-left: 119px;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .img {
  width: 144px;
  height: 217px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-shadow: -1px 2px 15px 1px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .img > img {
  width: 100%;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .title {
  text-align: left;
  font-size: 16px;
  color: #333333;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .icon {
  width: 56px;
  height: 21px;
  background: #333333;
  border-radius: 2px;
  margin-top: 25px;
  line-height: 18px;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .icon > span {
  color: #FFD89F;
  font-size: 12px;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .text {
  margin-top: 10px;
  text-align: left;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .top > .text > span {
  font-size: 14px;
  color: #9E9E9E;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .bottom {
  width: 100%;
  height: 10px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .bottom > .num {
  font-size: 14px;
  color: #969696;
  margin-right: auto;
}
.zx_index > .zx_index_content > .bestsellers > .box .book_item > .box > .bottom > .btn {
  margin-left: auto;
  display: flex;
  width: 93px;
  height: 26px;
  background: linear-gradient(80deg, #E3201D, #FC5038);
  box-shadow: -1px 4px 10px 0px rgba(232, 42, 35, 0.36);
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.zx_index > .zx_index_content > .famous_teacher {
  margin-top: 60px;
}
.zx_index > .zx_index_content > .famous_teacher > .title {
  display: flex;
  align-items: center;
}
.zx_index > .zx_index_content > .famous_teacher > .title > .icon {
  width: 40px;
  height: 40px;
  background: #F65221;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zx_index > .zx_index_content > .famous_teacher > .title > .icon > img {
  width: 22px;
}
.zx_index > .zx_index_content > .famous_teacher > .title > span {
  margin-left: 6px;
  font-size: 28px;
  color: #333333;
}
.zx_index > .zx_index_content > .famous_teacher > .box {
  margin-top: 25px;
  display: flex;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one {
  position: relative;
  width: 596px;
  height: 431px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.06);
  margin-right: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > img {
  height: 100%;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one:hover > .one_mo {
  left: 0;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > .one_mo {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -596px;
  background: rgba(0, 0, 0, 0.72);
  width: 100%;
  padding: 15px 80px 0;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > .one_mo > .mo_item {
  width: 100%;
  padding-top: 35px;
  display: inline-block;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > .one_mo > .mo_item > .name {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > .one_mo > .mo_item > .name > span {
  font-size: 20px;
  color: #fff;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > .one_mo > .mo_item > .name > .icon {
  width: 27px;
  height: 20px;
  background: #F65221;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_one > .one_mo > .mo_item > .text {
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two {
  height: 431px;
  margin-left: auto;
  width: 581px;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item {
  overflow: hidden;
  width: 283px;
  height: 208px;
  background: #FFFFFF;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item:hover > .two_mo {
  left: 0;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > .two_mo {
  position: absolute;
  top: 0;
  left: -283px;
  background: rgba(0, 0, 0, 0.72);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  box-sizing: border-box;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > .two_mo > .mo_item {
  width: 100%;
  display: inline-block;
  padding: 0 28px;
  box-sizing: border-box;
  margin-top: 55px;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > .two_mo > .mo_item > .name {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > .two_mo > .mo_item > .name > span {
  font-size: 20px;
  color: #fff;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > .two_mo > .mo_item > .name > .icon {
  width: 27px;
  height: 20px;
  background: #F65221;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > .two_mo > .mo_item > .text {
  font-size: 16px;
  color: #fff;
  margin-top: 12px;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item > img {
  height: 190px;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item:nth-child(odd) {
  margin-right: 15px;
}
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item:nth-child(3),
.zx_index > .zx_index_content > .famous_teacher > .box > .box_two > .two_item:nth-child(4) {
  margin-top: 15px;
}
.zx_index > .footer {
  margin-top: 100px;
  background-color: #37383A;
  width: 100%;
  overflow: hidden;
}
.zx_index > .footer .dy_footerOne_content {
  width: 1190px;
  height: 180px;
  margin: 0 auto;
  display: flex;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box {
  margin: auto;
  display: inline-block;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_box {
  position: relative;
  display: inline-block;
  text-align: center;
  /* overflow: hidden; */
  margin: 25px 60px 0 0;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_box > img {
  height: 44px;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_service {
  text-align: left;
  margin: 0 60px;
  box-sizing: border-box;
  position: relative;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_service .dy_footerOne_service_title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_service .dy_footerOne_service_call {
  font-size: 14px;
  color: #fff;
  margin: 3px 0;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help {
  display: flex;
  align-self: center;
  box-sizing: border-box;
  margin-left: 60px;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn {
  /* align-self: center; */
  margin-right: 65px;
  width: 76px;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn > span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn > a {
  line-height: 22px;
  font-size: 14px;
  margin-top: 15px;
  width: 76px;
  height: 22px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-left: -9px;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_btn > a:hover {
  background: #535456;
}
.zx_index > .footer .dy_footerOne_content .dy_footerOne_content_box .dy_footerOne_help .dy_footerOne_help_img {
  overflow: hidden;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}
