.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yui_flex_list {
  padding: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.yui_flex_list:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ebebeb;
}
.yui_flex_list:first-child:after {
  border: none;
}
.yui_flex_list.yui_flex_list_jumpto .yui_flex_list_ft:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: relative;
  top: -2px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
.yui_flex_list .yui_flex_list_hd {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.yui_flex_list .yui_flex_list_bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.yui_flex_list .yui_flex_list_bd ul {
  margin-left: 4%;
}
.yui_flex_list .yui_flex_list_bd ul li {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}
.yui_flex_list .yui_flex_list_bd ul li.title {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.yui_flex_list .yui_flex_list_ft {
  padding-right: 13px;
  text-align: right;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.thematic_server .bg_white {
  background: #fff;
}
.thematic_server .w1200 {
  margin: 0 2%;
}
.thematic_server .w800 {
  overflow: hidden;
  margin: 0 auto;
}
.thematic_server .thematic_title {
  margin: 5% auto;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #338770;
  font-weight: bold;
}
.thematic_server .thematic_title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.thematic_server .thematic_title span:before {
  content: ' ';
  width: 31px;
  height: 9px;
  background: #fff url('../images/teacher/arrow1.png') center center no-repeat;
  -webkit-background-size: 31px 9px;
  background-size: 31px 9px;
  position: absolute;
  top: 7px;
  left: -40px;
}
.thematic_server .thematic_title span:after {
  content: ' ';
  width: 31px;
  height: 9px;
  background: #fff url('../images/teacher/arrow2.png') center center no-repeat;
  -webkit-background-size: 31px 9px;
  background-size: 31px 9px;
  position: absolute;
  top: 7px;
  right: -38px;
}
.thematic_server .thematic_title.thematic_title_gray span:before {
  background: #fff url('../images/teacher/arrow5_11.png') center center no-repeat;
  -webkit-background-size: 31px 9px;
  background-size: 31px 9px;
}
.thematic_server .thematic_title.thematic_title_gray span:after {
  background: #fff url('../images/teacher/arrow5_12.png') center center no-repeat;
  -webkit-background-size: 31px 9px;
  background-size: 31px 9px;
}
.thematic_server .top_header {
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  font-size: 14px;
  line-height: 48px;
  color: #fff;
}
.thematic_server .top_header .w1200 {
  overflow: hidden;
}
.thematic_server .top_header .logo {
  float: left;
  width: 85px;
  margin-top: 7px;
  margin-left: 2px;
}
.thematic_server .top_header .logo img {
  display: block;
  width: 100%;
}
.thematic_server .top_header .tel {
  float: right;
  margin-left: 20px;
  color: #ffffff;
}
.thematic_server .top_header .login_box {
  float: right;
  vertical-align: middle;
  font-size: 12px;
  line-height: 48px;
  color: #fff;
}
.thematic_server .top_header .login_box a {
  font-size: 12px;
  line-height: 48px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.thematic_server .top_header .login_box a.home {
  margin-right: 15px;
}
.thematic_server .top_header .login_box a.home img {
  width: 15px;
  margin-right: 6px;
}
.thematic_server .top_header .login_box a.user img {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.thematic_server .top_header .login_box i {
  margin: 0 10px 0;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1px;
  height: 13px;
  top: 2px;
  position: relative;
}
.thematic_server .banner {
  margin-top: -48px;
  position: relative;
  overflow: hidden;
}
.thematic_server .banner .bg {
  display: block;
  width: 100%;
}
.thematic_server .banner .box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thematic_server .banner .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.thematic_server .banner .box .title {
  position: relative;
  z-index: 1;
  margin: 33.73333333% 0 0 4rem;
  font-size: 0.85714286rem;
  line-height: 2.5rem;
  color: #fefefe;
}
.thematic_server .banner .box .title a {
  text-align: center;
  display: block;
  font-size: 1rem;
  line-height: 2.21428571rem;
  color: #0d2271;
  margin-left: 0.71428571rem;
  width: 10rem;
  background: #5bc2a1;
  -webkit-border-radius: 1.07142857rem;
  -moz-border-radius: 1.07142857rem;
  border-radius: 1.07142857rem;
}
.thematic_server .banner ul {
  background: #5158ad;
  padding: 35px 25px 50px;
}
.thematic_server .banner ul li {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.thematic_server .cooperation {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5%;
}
.thematic_server .cooperation ul {
  width: 325px;
  margin: 0 auto;
}
.thematic_server .cooperation ul li {
  font-size: 14px;
  line-height: 22px;
  color: #222;
}
.thematic_server .cooperation ul li.title {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px;
  background: #fff;
}
.thematic_server .cooperation ul li.li {
  border: 1px solid #d2d3d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 17px 15px;
  margin-top: -11px;
}
.thematic_server .cooperation ul li img {
  display: block;
  margin: 10px auto;
  width: 100px;
}
.thematic_server .talent {
  overflow: hidden;
  text-align: center;
  padding-bottom: 5%;
  background: #efefef;
}
.thematic_server .talent ul {
  width: 250px;
  margin: 0 auto 3%;
  vertical-align: top;
}
.thematic_server .talent ul li {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.thematic_server .talent ul li.title {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #222;
  margin: 20px 0 10px;
}
.thematic_server .talent ul li img {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.thematic_server .profit {
  overflow: hidden;
  margin-bottom: 40px;
}
.thematic_server .profit .profit_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  margin: 0 auto 8%;
}
.thematic_server .profit .profit_list ul {
  margin-right: 15px;
}
.thematic_server .profit .profit_list ul li {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  color: #222;
}
.thematic_server .profit .profit_list ul li img {
  width: 50px;
}
.thematic_server .profit .profit_list .text {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.thematic_footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background: #365349;
}
.thematic_footer a {
  background: #5bc2a1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 43px;
  color: #fff;
  margin: 14px auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 90%;
  position: relative;
}
.xsshow {
  display: none;
}
@media screen and (max-width: 810px) {
  .xsshow {
    display: block;
  }
  .thematic_server .top_header .login_box a.user {
    margin-right: 20px;
  }
}
