html {
  width: 100%;
}

body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #1a1a1a;
  width: 100%;
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei;
}

.con_wrap {
  width: 1200px;
  margin: 0 auto;
}

.trs {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fz_img-scale:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.nowrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.block {
  display: block;
}

.light_red {
  color: #ff123f;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.clearfix:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.bxz {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fz_left {
  float: left;
}

.fz_right {
  float: right;
}

.minus_margin {
  margin-right: -50px;
}

.h_200 {
  height: 200px;
  overflow-y: auto;
}

.fz_pos {
  margin-top: -1px;
  height: 50px;
  border-bottom: 1px solid #ff123f;
  background-color: #fff;
}

.fz_pos .name {
  line-height: 50px;
  font-size: 20px;
}

.fz_pos .txt {
  padding: 22px 0 0 10px;
  color: #999;
}

.fz_pos .txt a {
  color: #999;
}

.fz_pos .txt a:hover {
  color: #ff123f;
}

.xt_indexmain .banner_container {
  position: relative;
  width: 100%;
  height: 374px;
  overflow: hidden;
}

.xt_indexmain .banner_container .banner_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.xt_indexmain .banner_container .banner_wrapper .banner_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: #ccc;
  background-position: top center;
  background-repeat: no-repeat;
}

.xt_indexmain .banner_container .points,
.xt_indexmain .banner_container .operate_buttons {
  position: absolute;
  bottom: 18px;
  left: 50%;
  margin-left: -350px;
  width: 950px;
  text-align: center;
  font-size: 0;
}

.xt_indexmain .banner_container .points li,
.xt_indexmain .banner_container .operate_buttons li {
  display: inline-block;
  width: 30px;
  height: 6px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 0.5;
}

.xt_indexmain .banner_container .points li.active,
.xt_indexmain .banner_container .operate_buttons li.active {
  opacity: 1;
}

.xt_indexmain .banner_container .btn {
  position: absolute;
  top: -200px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-family: 'simsun';
}

.xt_indexmain .banner_container .prev {
  left: 0;
}

.xt_indexmain .banner_container .next {
  right: 0;
}

.xt_indexmain .con_wrap {
  position: relative;
}

.xt_indexmain .left_form {
  position: absolute;
  left: 0;
  top: -374px;
  width: 250px;
  padding: 10px 28px 20px;
  height: 374px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 5;
  overflow: hidden;
  box-shadow: 0 0 9px rgba(27, 21, 15, .1);
  -webkit-box-shadow: 0 0 9px rgba(27, 21, 15, .1);
}

.xt_indexmain .left_form:before {
  content: '';
  position: absolute;
  right: -28px;
  top: -28px;
  width: 56px;
  height: 56px;
  background-color: #f61e46;
  border-radius: 50%;
}

.xt_indexmain .left_form .title {
  padding-top: 18px;
  line-height: 30px;
  font-size: 25px;
  color: #d62345;
  background-image: -webkit-linear-gradient(-55deg, #ff123f, #ff813d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

.xt_indexmain .left_form .title span {
  font-size: 20px;
}

.xt_indexmain .left_form .myform {
  width: 188px;
  margin: 15px auto 0;
}

.xt_indexmain .left_form .myform .form_item {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.xt_indexmain .left_form .myform .icon {
  float: left;
  width: 30px;
  height: 28px;
  background: url("../images/left_form_icon.png") no-repeat;
}

.xt_indexmain .left_form .myform .user_icon {
  background-position: 0 3px;
}

.xt_indexmain .left_form .myform .country_icon {
  background-position: 0 -35px;
}

.xt_indexmain .left_form .myform .score_icon {
  background-position: 0 -73px;
}

.xt_indexmain .left_form .myform .sort_icon {
  background-position: 0 -110px;
}

.xt_indexmain .left_form .myform .phone_icon {
  background-position: 0 -147px;
}

.xt_indexmain .left_form .myform .user_val {
  float: right;
  width: 150px;
  height: 28px;
  padding: 5px;
  line-height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 12px;
}

.xt_indexmain .left_form .myform ::-webkit-input-placeholder {
  color: #b2b2b2;
}

.xt_indexmain .left_form .myform .arrow {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 26px;
  background: url("../images/city_arrow.png") no-repeat center center;
}

.xt_indexmain .left_form .myform .list {
  position: absolute;
  right: 0;
  top: 27px;
  width: 150px;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 22px;
  z-index: 11;
}

.xt_indexmain .left_form .myform .list li {
  padding-left: 5px;
  cursor: pointer;
}

.xt_indexmain .left_form .myform .submit_btn {
  float: left;
  width: 180px;
  margin: 15px 4px 0;
  height: 40px;
  line-height: 40px;
  background-color: #ff123f;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  font-weight: bold;
}

.xt_indexmain .left_form .myform .submit_btn:hover {
  background-color: #c61133;
}

.fz_panel {
  width: 1200px;
  margin: 30px auto 0;
}

.fz_panel .fz_title {
  padding-left: 26px;
  border-left: 4px solid #ff123f;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

.fz_panel .fz_title a {
  color: #000
}

.fz_panel .right_tabs {
  margin: -23px 0 0 0;
}

.fz_panel .right_tabs .item {
  position: relative;
  margin: 0 0 0 22px;
  padding-bottom: 5px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  color: #000;
}

.fz_test_content .right_tabs .item.active,
.fz_applyPlan_content .right_tabs .item.active {
  border-bottom-color: #ff123f;
}

.fz_panel .right_tabs .more {
  color: #808080;
}

.fz_panel .right_tabs .more:hover {
  color: #ff123f;
}

.w_810 {
  width: 810px;
}

.w_370 {
  width: 370px;
}
.fz_review>div {
  padding: 28px 30px 30px 0;
  background-color: #ffffff;
}
.fz_review>div .dis-b{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fz_review .more {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #808080 !important;
}
.fz_review .more:hover{
  color: #ff123f !important;
}
.fz_review .reviewlist{
  margin: 28px 0 0 30px;
}
.fz_review .swiper-slide{
  width: 265px;
  height: 310px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin-right: 25px;
  box-sizing: border-box;
}
.fz_review .swiper-slide img{
  width: 100%;
}
.fz_review .swiper-slide:last-child{
  margin-right: 0;
}

.fz_brand_superiorty {
  margin-top: 30px;
}

.fz_brand_superiorty .item {
  width: 285px;
  height: 160px;
  padding: 25px 30px 0;
  margin-right: 20px;
  background: #fff url("../images/s_box_bg.jpg") no-repeat;
}

.fz_brand_superiorty .item .name {
  margin-bottom: 14px;
  padding-bottom: 15px;
  line-height: 18px;
  font-size: 18px;
  border-bottom: 1px solid #ffb7c5;
  font-weight: bold;
}

.fz_brand_superiorty .item .txt {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 23px;
  font-size: 14px;
  color: #383838;
}

.fz_brand_superiorty .item .txt-dot {
  position: relative;
}

.fz_brand_superiorty .item .txt-dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #ff123f;
  border-radius: 50%;
}

.fz_test_content {
  padding: 28px 30px 30px 0;
  background-color: #fff;
}

.fz_test_content .box {
  margin-top: 28px;
  padding-left: 30px;
  overflow: hidden;
}

.fz_test_content .left_img {
  display: block;
  width: 240px;
  height: 170px;
}

.fz_test_content .list {
  width: 540px;
  margin: -10px -50px 0 0;
}

.fz_test_content .c_t {
  position: relative;
  width: 160px;
  height: 80px;
  margin: 10px 0 0 10px;
}

.fz_test_content .c_t:hover .mask {
  display: none;
}

.fz_test_content .c_t .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  height: auto;
  line-height: 18px;
  text-align: left;
  color: #000000;
  padding: 0 54px 0 18px;
  box-sizing: border-box;
}

.fz_test_content .c_t .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  display: none;
}

.fz_test_content .ys_bg {
  /* background-color: #ff123f; */
  background-color: rgba(255, 18, 63, 0.8);
  background: none;
}

.fz_test_content .tf_bg {
  background-color: #126bff;
  background-color: rgba(18, 107, 255, 0.8);
}

.fz_test_content .sat_bg {
  background-color: #4e953e;
  background-color: rgba(78, 149, 62, 0.8);
}

.fz_test_content .gre_bg {
  background-color: #ff8212;
  background-color: rgba(255, 130, 18, 0.8);
}

.fz_test_content .ap_bg {
  background-color: #8b42ca;
  background-color: rgba(139, 66, 202, 0.8);
}

.fz_testNews_content,
.fz_origin_content,
.fz_activity_content {
  padding: 28px 30px 30px 0;
  background-color: #fff;
}

.fz_testNews_content .list,
.fz_origin_content .list,
.fz_activity_content .list {
  margin: 28px 0 0 30px;
  overflow-y: auto;
}

.fz_testNews_content .list li:last-child,
.fz_origin_content .list li:last-child,
.fz_activity_content .list li:last-child {
  margin-bottom: 0;
}

.fz_origin_content .list .n_t,
.fz_activity_content .list .n_t {
  margin-bottom: 17px;
}

.fz_testNews_content .list .n_t .href_link,
.fz_origin_content .list .n_t .href_link,
.fz_activity_content .list .n_t .href_link {
  color: #383838;
}

.fz_testNews_content .list .n_t .href_link:hover,
.fz_origin_content .list .n_t .href_link:hover,
.fz_activity_content .list .n_t .href_link:hover {
  color: #ff123f;
}

.fz_testNews_content ::-webkit-scrollbar,
.fz_origin_content ::-webkit-scrollbar,
.fz_activity_content ::-webkit-scrollbar {
  width: 4px;
  background-color: #e6e6e6;
}

.fz_testNews_content ::-webkit-scrollbar-thumb,
.fz_origin_content ::-webkit-scrollbar-thumb,
.fz_activity_content ::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
}

.fz_testNews_content .list {
  height: 170px;
}

.fz_testNews_content .list .n_t {
  padding-right: 30px;
  margin-bottom: 10px;
}

.fz_testNews_content .list .n_t .href_link:hover .label {
  background-color: #ff123f;
}

.fz_testNews_content .list .n_t .href_link:hover .label:before {
  content: ' ';
  border-color: transparent transparent transparent #ff123f;
}

.fz_testNews_content .list .n_t .label {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 20px;
  margin-right: 14px;
  line-height: 20px;
  background-color: #b3b3b3;
  color: #fff;
  font-size: 12px;
}

.fz_testNews_content .list .n_t .label:before {
  content: '';
  position: absolute;
  right: -7px;
  top: 0;
  border-style: solid;
  border-width: 10px 0 10px 7px;
  border-color: transparent transparent transparent #b3b3b3;
}

.fz_applyPlan_content {
  padding: 28px 30px 22px 0;
  background-color: #fff;
}

.fz_applyPlan_content .box {
  margin: 28px 0 0 30px;
}

.fz_applyPlan_content .c_plan {
  width: 240px;
  margin: 0 15px 0 0;
}

.fz_applyPlan_content .c_plan .img {
  width: 240px;
  height: 91px;
}

.fz_applyPlan_content .c_plan .label {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 16px;
}

.fz_applyPlan_content .c_plan .label:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  border-style: solid;
  border-width: 0 10px 22px 0;
}

.fz_applyPlan_content .c_plan .red_label {
  background-color: #ff123f;
}

.fz_applyPlan_content .c_plan .red_label:after {
  border-color: transparent transparent #ff123f transparent;
}

.fz_applyPlan_content .c_plan .green_label {
  background-color: #447b42;
}

.fz_applyPlan_content .c_plan .green_label:after {
  border-color: transparent transparent #447b42 transparent;
}

.fz_applyPlan_content .c_plan .blue_label {
  background-color: #366270;
}

.fz_applyPlan_content .c_plan .blue_label:after {
  border-color: transparent transparent #366270 transparent;
}

.fz_applyPlan_content .bottom_list {
  width: 240px;
  margin: 10px 15px 0 0;
}

.fz_applyPlan_content .bottom_list.minus_margin {
  margin-right: -50px;
}

.fz_applyPlan_content .bottom_list .href_link,
.fz_hotNews_content .list .href_link {
  padding-left: 24px;
  color: #383838;
  /*margin-top: 16px;*/
  line-height: 30px;
}

.fz_applyPlan_content .bottom_list .href_link:hover:before,
.fz_hotNews_content .list .href_link:hover:before {
  background-color: #ff123f;
}

.fz_applyPlan_content .bottom_list .href_link:hover {
  color: #ff123f;
}

.fz_applyPlan_content .bottom_list .txt-dot {
  position: relative;
}

.fz_applyPlan_content .bottom_list .txt-dot:before,
.fz_hotNews_content .list .href_link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #c4c4c4;
  border-radius: 50%;
}

.fz_origin_content .list {
  height: 235px;
}

.fz_origin_content .list .href_link {
  padding: 0 16px;
  background: url("../images/fz_arrow.png") no-repeat left center;
}

.fz_origin_content .list .href_link:hover {
  background-image: url("../images/fz_arrow-hover.png");
}

.fz_hotNews_content {
  padding: 28px 30px 22px 0;
  background-color: #fff;
  height: 340px;
}

.fz_hotNews_content .box {
  margin: 28px 0 0 30px;
}

.fz_hotNews_content .top_summary {
  padding: 0 0 7px 0;
  border-bottom: 1px solid #d9d9d9;
}

.fz_hotNews_content .top_summary .href_pic {
  width: 200px;
  height: 100px;
  overflow: hidden;
}

.fz_hotNews_content .top_summary .center {
  float: left;
  width: 420px;
  margin: 14px 0 0 15px;
}

.fz_hotNews_content .top_summary .center .name {
  padding: 0 0 18px;
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 700;
}

.fz_hotNews_content .top_summary .center .name:hover {
  color: #ff123f;
}

.fz_hotNews_content .top_summary .center .txt {
  line-height: 22px;
  height: 48px;
  overflow: hidden;
  color: #808080;
}

.fz_hotNews_content .top_summary .center .more_detail {
  color: #ff123f;
}

.fz_hotNews_content .top_summary .center .more_detail:hover {
  text-decoration: underline;
}

.fz_hotNews_content .top_summary .href_btn {
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 35px 0 0 0;
  background-color: #ff123f;
  color: #fff;
  border-radius: 25px;
}

.fz_hotNews_content .top_summary .href_btn:hover {
  background-color: #c61133;
}

.fz_hotNews_content .list {
  margin: 10px -40px 0 0;
  position: relative;
  width: 100%;
  height: 126px;
  overflow: hidden;
}

.fz_hotNews_content .list .hotNews_loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 40px;
  height: 40px;
}

.fz_hotNews_content .list .hotNews_loading img {
  width: 40px;
  height: 40px;
  animation: infinite linear 1s rotateZ;
}

@keyframes rotateZ {
  0% {
    transform: rotateZ(0);
  }

  50% {
    transform: rotateZ(180deg);

  }

  100% {
    transform: rotateZ(360deg);

  }
}

.fz_hotNews_content .list li {
  float: left;
  width: 230px;
  margin-right: 15px;
}

.fz_hotNews_content .list .href_link {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.fz_hotNews_content .list .href_link:hover {
  color: #ff123f;
}

.fz_activity_content {
  position: relative;
}

.fz_activity_content .list {
  height: 230px;
}

.fz_activity_content .item {
  position: relative;
  padding-right: 68px;
  margin-bottom: 20px;
}

.fz_activity_content .item.end {
  color: #bcbcbc;
}

.fz_activity_content .item.end .a_cn {
  color: #bcbcbc;
}

.fz_activity_content .item.end .txt a {
  color: #bcbcbc;
}

.fz_activity_content .item.end .btn {
  background-color: #bcbcbc;
}

.fz_activity_content .item:hover a,
.fz_activity_content .item:hover .txt a {
  color: #ff123f;
}

.fz_activity_content .item.end:hover a,
.fz_activity_content .item.end:hover .txt a {
  color: #bcbcbc;
}

.fz_activity_content .item .a_cn {
  color: #383838;
  font-weight: 700;
  display: block;
  margin-bottom: 11px;
}

.fz_activity_content .item .a_cn span {
  font-weight: normal;
}

.fz_activity_content .item .txt a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

.fz_activity_content .item .btn {
  position: absolute;
  right: 7px;
  bottom: -1px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  background-color: #ff123f;
}

.fz_activity_content .item .btn:hover {
  background-color: #c61133;
}

.fz_activity_content .select_box {
  position: absolute;
  right: 20px;
  top: 26px;
}

.fz_activity_content .select_box .select_item {
  position: relative;
  width: 68px;
  height: 23px;
  border: 1px solid #b3b3b3;
  cursor: pointer;
}

.fz_activity_content .select_box .selected {
  border: none;
  padding: 0 0 0 4px;
  height: 23px;
  width: 64px;
  line-height: 12px;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}

.fz_activity_content .select_box .select_list {
  position: absolute;
  left: -1px;
  width: 100%;
  top: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.fz_activity_content .select_box .select_list li {
  padding-left: 5px;
  line-height: 22px;
  cursor: pointer;
}

.fz_activity_content .select_box .city {
  height: 200px;
  overflow-y: auto;
}

.fz_activity_content .select_box .arrow {
  position: absolute;
  right: 4px;
  top: 10px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.fz_activity_content .select_box .arrow.active {
  background-position: -175px -30px;
}

.w_585 {
  width: 585px;
}

.fz_teacher_content {
  padding: 28px 0 34px 0;
  background-color: #fff;
  width: 590px;
}

.fz_teacher_content .right_tabs {
  margin-right: 30px;
  width: 300px;
}

.fz_teacher_content .right_tabs .item {
  margin-left: 20px;
}

.fz_teacher_content .right_tabs .item.active {
  color: #ff123f;
}

.fz_teacher_content .box {
  margin-top: 28px;
  padding: 36px 0 0 0;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.fz_teacher_content .box:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #d9d9d9;
  top: 0px;
  left: 30px;
  right: 30px;
}

.fz_teacher_content .fz_t_swiperContainer {
  position: relative;
  height: 203px;
  overflow: hidden;
}

.fz_teacher_content .fz_t_swiperContainer .fz_t_swiper_wrapper {
  position: relative;
  width: 480px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.fz_teacher_content .fz_t_swiperContainer .t_img {
  margin-right: 20px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ededed;
  overflow: hidden;
}

.fz_teacher_content .fz_t_swiperContainer .img {
  display: block;
  width: 100%;
}

.fz_teacher_content .fz_t_swiperContainer .w_260 {
  width: 260px;
}

.fz_teacher_content .fz_t_swiperContainer .name {
  margin-top: 8px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
}

.fz_teacher_content .fz_t_swiperContainer .txt {
  line-height: 20px;
  color: #666;
}

.fz_teacher_content .fz_t_swiperContainer .h_60 {
  height: 60px;
  overflow: hidden;
}

.fz_teacher_content .fz_t_swiperContainer .job {
  padding: 10px 0 20px;
  line-height: 18px;
  font-size: 18px;
}

.fz_teacher_content .fz_t_swiperContainer .href_btn {
  display: inline-block;
  margin-top: 16px;
  border: 1px solid #ff123f;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 120px;
  height: 28px;
  line-height: 28px;
}

.fz_teacher_content .fz_t_swiperContainer .href_btn_l {
  margin: 0 8px 0 -5px;
  background-color: #ff123f;
  color: #fff;
}

.fz_teacher_content .fz_t_swiperContainer .href_btn_l:hover {
  background-color: #c61133;
  border-color: #c61133;
}

.fz_teacher_content .fz_t_swiperContainer .href_btn_r {
  color: #ff123f;
}

.fz_teacher_content .fz_t_swiperContainer .href_btn_r:hover {
  background-color: #c61133;
  color: #fff;
}

.fz_teacher_content .fz_t_swiperContainer .slide_btn {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: #ff123f;
  width: 30px;
  height: 50px;
}

.fz_teacher_content .fz_t_swiperContainer .prev {
  left: 0px;
}

.fz_teacher_content .fz_t_swiperContainer .slide_btn .arrow {
  display: inline-block;
  margin: 19px 0 0 12px;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.fz_teacher_content .fz_t_swiperContainer .next {
  right: 0px;
}

.fz_teacher_content .fz_t_swiperContainer .next .arrow {
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
}

.fz_case_panel {
  margin-top: 30px;
}

.fz_case_panel .case_box {
  width: 1200px;
  margin: 0 auto;
}

.fz_case_panel .fz_title {
  height: 80px;
  padding: 28px 0 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  background-color: #ff234d;
}

.fz_case_panel .fz_title span {
  display: block;
  padding: 0 0 0 26px;
  border-left: 4px solid #fff;
}

.fz_case_panel .right_tabs {
  margin: -58px 30px 0 0;
}

.fz_case_panel .right_tabs .item {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.fz_case_panel .right_tabs .item.active {
  background-color: #cb1d3f;
}

.fz_case_panel .c_box {
  height: 380px;
  overflow: hidden;
}

.fz_case_panel .case_sliderContainer {
  position: relative;
  height: 350px;
  margin: 30px auto 0;
  overflow: hidden;
}

.fz_case_panel .case_sliderContainer .case_btn {
  position: absolute;
  width: 20px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
}

.fz_case_panel .case_sliderContainer .prev {
  left: 0;
  background: url("../images/case_left_btn.png") no-repeat;
}

.fz_case_panel .case_sliderContainer .next {
  right: 0;
  background: url("../images/case_right_btn.png") no-repeat;
}

.fz_case_panel .case_sliderWrapper {
  position: relative;
  width: 1150px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.fz_case_panel .case_sliderWrapper .slider_item {
  width: 1150px;
  height: 100%;
}

.fz_case_panel .case_sliderWrapper .item {
  position: relative;
  width: 220px;
  height: 340px;
  margin: 0 5px;
  background-color: #fff;
}

.fz_case_panel .case_sliderWrapper .item:hover {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.fz_case_panel .case_sliderWrapper .item .label {
  position: absolute;
  left: 10px;
  top: 0;
  width: 56px;
  height: 24px;
  line-height: 24px;
  background-color: #ff234d;
  color: #fff;
}

.fz_case_panel .case_sliderWrapper .item .label:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  border-style: solid;
  border-width: 8px 28px 0 28px;
  border-color: #ff234d transparent transparent transparent;
}

.fz_case_panel .case_sliderWrapper .item .txt {
  line-height: 22px;
  color: #1a1a1a;
}

.fz_case_panel .case_sliderWrapper .item1 {
  padding: 36px 10px 0;
}

.fz_case_panel .case_sliderWrapper .item1 .s_logo {
  display: table;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  overflow: hidden;
}

.fz_case_panel .case_sliderWrapper .item1 .s_logo p {
  display: table-cell;
  vertical-align: middle;
}

.fz_case_panel .case_sliderWrapper .item1 .s_logo img {
  margin-top: 5px;
  width: 80%;
}

.fz_case_panel .case_sliderWrapper .item1 .cn_name {
  padding: 10px 0 5px;
  line-height: 18px;
  font-size: 18px;
  color: #1a1a1a;
}

.fz_case_panel .case_sliderWrapper .item1 .en_name {
  padding-bottom: 10px;
  color: #666;
  font-size: 10px;
}

.fz_case_panel .case_sliderWrapper .item1 .case_name {
  margin: 5px 20px 0;
  padding-top: 5px;
  border-top: 1px solid #e6e6e6;
}

.fz_case_panel .case_sliderWrapper .item2 {
  padding: 50px 10px 0;
}

.fz_case_panel .case_sliderWrapper .item2 .t_name {
  padding-bottom: 3px;
  line-height: 32px;
  font-size: 32px;
  color: #1a1a1a;
}

.fz_case_panel .case_sliderWrapper .item2 .t_name b {
  font-family: 'Arial';
  color: #ff234d;
}

.fz_case_panel .case_sliderWrapper .item2 .name {
  padding: 32px 0 0 0;
  margin: 13px 20px 0 20px;
  border-top: 1px solid #e6e6e6;
  background: url("../images/case_icon.jpg") no-repeat center 8px;
}

.fz_case_panel .case_sliderWrapper .item2 .c_sore_list {
  margin: 15px;
  padding: 3px 5px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.fz_case_panel .case_sliderWrapper .item2 .c_sore_list .txt {
  width: 50%;
  padding-left: 12px;
  margin: 2px 0;
  text-align: left;
}

.fz_case_panel .case_sliderWrapper .item2 .c_sore_list .txt-dot {
  position: relative;
}

.fz_case_panel .case_sliderWrapper .item2 .c_sore_list .txt-dot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #ff234d;
  border-radius: 50%;
}

.fz_case_panel .case_sliderWrapper .item2 .red_bd {
  padding-bottom: 3px;
  font-size: 12px;
  border-bottom: 1px solid #ff234d;
}

.fz_case_panel .case_sliderWrapper .item2 .j_c {
  padding-top: 2px;
  font-size: 12px;
}

.fz_address_panel {
  padding: 28px 0 34px 0;
  background-color: #ffffff;
}

.fz_address_panel .add_content {
  display: flex;
  padding: 0 30px;
  margin-top: 25px;
}

.fz_address_panel .add_content .img_box {
  position: relative;
  width: 260px;
  height: 195px;
  margin-right: 20px;
}

.fz_address_panel .img_box .img {
  display: none;
  position: relative;
}

.fz_address_panel .img_box .img.active {
  display: block;
}

.fz_address_panel .img_box .img img {
  width: 260px;
  height: 195px;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.fz_address_panel .img_box .img img.active {
  z-index: 2;
}

.fz_address_panel .img_box .tab_box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 3;
}

.fz_address_panel .img_box .tab_box span {
  width: 25px;
  height: 50px;
  cursor: pointer;
}

.fz_address_panel ul {
  display: flex;
  height: 45px;
}

.fz_address_panel ul li {
  width: 120px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  line-height: 45px;
  color: #383838;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

.fz_address_panel ul li.active {
  background-color: #ff234d;
  color: #ffffff;
  font-weight: bold;
}

.fz_address_panel .add_detail {
  min-height: 150px;
  width: 860px;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  padding: 23px 20px 10px;
  font-size: 14px;
  color: #424242;
  box-sizing: border-box;
  display: none;
}

.fz_address_panel .add_detail.active {
  display: block;
}

.fz_address_panel .add_detail>div {
  display: flex;
  margin-bottom: 15px;
}

.fz_address_panel .add_detail>div .add_left {
  display: flex;
  flex-shrink: 0;
  padding-left: 25px;
  position: relative;
  margin-right: 12px;
}

.fz_address_panel .add_detail>div .add_left img {
  position: absolute;
  left: 0;
}

.fz_address_panel .add_detail>div.add_eng span {
  line-height: 17px;
  font-size: 12px;
}

.fz_address_panel .add_detail>div:last-child {
  margin-bottom: 0;
}

.fz_address_panel .add_detail>div.add_map span {
  text-decoration: underline;
  font-size: 14px;
  color: #ff234d;
  cursor: pointer;
}

.fz_address_panel .add_detail>div.add_map span:hover {
  font-weight: 700;
}

.fz_address_panel .lay_map {
  position: fixed;
  width: 850px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -425px;
  background-color: #ffffff;
  border-radius: 12px;
  border: solid 3px #f2f2f2;
  z-index: 100;
  padding: 10px;
  display: none;
}

.fz_address_panel .map_close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 100;
  cursor: pointer;
}

.fz_address_panel .map {
  width: 100%;
  height: 100%;
}

.fz_address_panel #container_map {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px;
}