@charset "gb2312";

/* CSS Document */
/*侧边导航*/
.website {
  width: 100%;
  background: url(../images/background01.png) top no-repeat #fff;
  height: auto;
  min-width: 1200px;
  text-align: center;
  padding-bottom: 60px;
}

#website-nav {
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 1;
  width: 354px;
  height: 365px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 18px;
}

#website-nav .mainCate {
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
  zoom: 1;
  padding: 2px 27px;
}
.mainCate > img {
  position: absolute;
  left: 0;
  left: 28px;
  width: 28px;
}
#website-nav h3 {
  padding: 0 23px;
  text-align: left;
  line-height: 36px;
  height: 36px;
  width: 254px;
  border-radius: 30px;
  -webkit-transition: 0.4s;
}

#website-nav h3 span {
  background: url(../images/nav01.png) right no-repeat;
  font-size: 14px;
  display: block;
  color: #444;
  -webkit-transition: 0.4s;
}

#website-nav .mainCate.on h3 {
  background-color: #fdf4f3;
  color: #f54332;
  border-radius: 30px;
  -webkit-transition: 0.4s;
}

#website-nav .mainCate.on h3 span {
  background: url(../images/nav02.png) right no-repeat;
  color: #f54332;
  -webkit-transition: 0.4s;
}

#website-nav .subCate {
  position: absolute;
  left: 354px;
  top: -9px;
  width: 220px;
  height: 365px;
  background-color: rgba(255, 255, 255, 0.96);
  display: none;
}

.web-class {
  background: url(../images/nav03.jpg) center no-repeat;
  width: 169px;
  height: 110px;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
  margin-top: 15px;
}

.web-class em {
  display: block;
  font-size: 14px;
  color: #fff;
  padding-top: 14px;
  margin-bottom: 6px;
}

.web-class b {
  font-size: 16px;
  color: #fff;
  display: block;
}

.web-class i {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
}

.web-details {
  width: 100%;
  height: auto;
  display: table;
  margin-top: 10px;
}

.web-details li {
  float: left;
  text-align: center;
  margin: 8px 24px;
}

.web-details li i {
  width: 59px;
  height: 59px;
  border-radius: 100%;
  border: 1px #f0f0f0 solid;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.4s;
}

.web-deta-img01 {
  background: url(../images/nav04.png) center no-repeat #fff;
}

.web-deta-img02 {
  background: url(../images/nav06.png) center no-repeat #fff;
}

.web-deta-img03 {
  background: url(../images/nav08.png) center no-repeat #fff;
}

.web-deta-img04 {
  background: url(../images/nav10.png) center no-repeat #fff;
}

.web-details li span {
  display: block;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  -webkit-transition: 0.4s;
}

.web-details li:hover .web-deta-img01 {
  background: url(../images/nav05.png) center no-repeat #fff;
  box-shadow: 0 6px 14px rgba(245, 67, 50, 0.2);
  -webkit-transition: 0.4s;
}

.web-details li:hover .web-deta-img02 {
  background: url(../images/nav07.png) center no-repeat #fff;
  box-shadow: 0 6px 14px rgba(245, 67, 50, 0.2);
  -webkit-transition: 0.4s;
}

.web-details li:hover .web-deta-img03 {
  background: url(../images/nav09.png) center no-repeat #fff;
  box-shadow: 0 6px 14px rgba(245, 67, 50, 0.2);
  -webkit-transition: 0.4s;
}

.web-details li:hover .web-deta-img04 {
  background: url(../images/nav11.png) center no-repeat #fff;
  box-shadow: 0 6px 14px rgba(245, 67, 50, 0.2);
  -webkit-transition: 0.4s;
}

.web-details li:hover span {
  color: #f54332;
  -webkit-transition: 0.4s;
}

.change-img01 {
  background: url(../images/nav12.jpg) center no-repeat;
}

.change-img02 {
  background: url(../images/nav13.jpg) center no-repeat;
}

.change-img03 {
  background: url(../images/nav14.jpg) center no-repeat;
}
.change-img07 {
  background: url(../images/nav15.jpg) center no-repeat;
}
.change-img070 {
  background: url(../images/nav155.jpg) center no-repeat;
}
#mainCate-2 .subCate {
  top: -127px;
}

#mainCate-3 .subCate {
  top: -162px;
}

#mainCate-4 .subCate {
  top: -213px;
}
#mainCate-7 .subCate {
  top: -68px;
}
/*banner*/
.slidebanner {
  width: 846px;
  height: 365px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: 17px;
  margin-bottom: 18px;
}

.slidebanner .hd {
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 32px;
  bottom: 16px;
  z-index: 1;
}

.slidebanner .hd ul {
  overflow: hidden;
  zoom: 1;
}

.slidebanner .hd ul li {
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  width: 30px;
  height: 4px;
  text-align: center;
  background: #3f3434;
  cursor: pointer;
  color: #3f3434;
}

.slidebanner .hd ul li.on {
  background: #fff;
  border-radius: 10px;
  color: #fff;
}

/*分类*/
.classify {
  width: 100%;
  background-color: #fff;
  height: 110px;
  margin-bottom: 56px;
}

.classify li {
  float: left;
  margin: 0;
  padding: 20px 76.7px;
}

.classify li:hover {
  box-shadow: 0 6px 12px rgba(251, 122, 109, 0.5);
}

.classify li img {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}

.classify-note {
  float: left;
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.4s;
}

.classify-note b {
  font-size: 42px;
  line-height: 50px;
}

.classify-note em {
  display: block;
}

.classify li:hover .classify-note {
  color: #f54332;
  -webkit-transition: 0.4s;
}

/*新闻动?*/
.website-title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
}

.website-title b {
  font-size: 34px;
  color: #f54332;
  display: block;
}

.website-title em {
  font-size: 18px;
  color: #333;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slideTxtBox {
  width: 1200px;
  height: auto;
  position: relative;
  margin-top: 47px;
}

.slideTxtBox .hd {
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 1;
  text-align: center;
}

.slideTxtBox .hd ul li {
  float: left;
  font-size: 16px;
  cursor: pointer;
  color: #666;
  width: 104px;
  height: 36px;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  line-height: 36px;
  margin-left: 36px;
}

.slideTxtBox .hd ul li.on {
  font-weight: bold;
  color: #fff;
  background-color: #f54332;
  box-shadow: 0 6px 12px rgba(251, 122, 109, 0.5);
  -webkit-transition: 0.4s;
}

.slideTxtBox .bd {
  width: 100%;
  height: auto;
}

.xm_list {
  width: 100%;
  height: auto;
  display: table;
}

.xm_list .txt-new {
  width: 270px;
  height: 348px;
  background-color: #fff;
  float: left;
  margin: 0 14px;
  -webkit-transition: 0.4s;
}

.xm_list .txt-new a {
  display: block;
  width: 85%;
  height: 336px;
  margin: 0 auto;
}

.xm_list .txt-new img {
  margin: 12px -9px;
  height: 139px;
  width: 248px;
}

.xm_list .txt-new .tag {
  height: 35px;
  width: 70px;
  position: relative;
  left: 92px;
  opacity: 1;
  top: -62px;
  margin: -37px 0;
}

.xm_list .txt-new span {
  font-size: 17px;
  color: #000;
  line-height: 22px;
  margin-bottom: 15px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.4px;
}

.xm_list .txt-new p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: left;
}

.xm_list .txt-new:hover {
  box-shadow: 0 17px 17px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
}

.txt-link {
  clear: both;
  padding-top: 40px;
  width: 100%;
  height: auto;
  text-align: center;
}

.txt-link a {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 276px;
  height: 38px;
  line-height: 38px;
  background-color: #f54332;
  box-shadow: 0 6px 12px rgba(251, 122, 109, 0.5);
  margin: 0 auto;
}

.txt-dynamic {
  float: left;
  height: auto;
  width: 912px;
}

.dy-video {
  width: 298px;
  height: 168px;
  box-shadow: 0 0px 1px rgb(0 0 0 / 50%);
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-transition: 0.4s;
  margin-right: 4px;
  margin-bottom: 4px;
}

.dy-video img {
  width: 100%;
  height: 100%;
}

.dy-video img.dy-play,
.re-video img.dy-play {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
}

.dy-video:hover .dy-play,
.re-video:hover .dy-play {
  opacity: 1;
  -webkit-transition: 0.4s;
}

.dy-list {
  float: right;
  width: 278px;
  height: auto;
}

.dy-list-top {
  text-align: left;
}

.dy-list-top img {
  width: 278px;
  height: 118px;
  float: left;
  margin-right: 10px;
}

.dy-note {
  float: left;
  margin-top: 14px;
}

.dy-note b {
  font-size: 14px;
  color: #111416;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}

.dy-note p {
  font-size: 12px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.dy-note p i {
  display: block;
  margin-top: 10px;
}

.dy-link {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: left;
  margin-top: 2px;
}

.dy-link a {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  -webkit-transition: 0.4s;
}

.dy_link1 {
  text-align: right;
  margin-right: 10px;
  color: red !important;
}

.dy-link a i {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  float: left;
  margin-right: 8px;
  background-color: #666;
  margin-top: 14px;
  -webkit-transition: 0.4s;
}

.dy-link a:hover {
  color: #f54332;
  -webkit-transition: 0.4s;
}

.dy-link a:hover i {
  background-color: #f54332;
  -webkit-transition: 0.4s;
}

.txt-reports {
  float: left;
}

.txt-reports1 {
  float: right;
  width: 50%;
}

.txt-reports1 a:nth-child(2n + 1) {
  float: left;
}

.re-size {
  box-shadow: 0 0px 1px rgb(0 0 0 / 50%);
  width: 596px;
  height: 334px;
  overflow: hidden;
  position: relative;
  display: block;
}

.re-size img {
  width: 100%;
  height: 100%;
}

.re-size i {
  width: 100%;
  height: 100%;
  background: url(../images/re06.png) center no-repeat rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
}

.re-size:hover i {
  opacity: 1;
  -webkit-transition: 0.4s;
}

.re-video {
  width: 294px;
  height: 165px;
  box-shadow: 0 0px 1px rgb(0 0 0 / 50%);
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.4s;
  margin-right: 3px;
  margin-bottom: 3px;
}

.re-video img {
  width: 100%;
  height: 100%;
}

/*精品课程*/
.excellent {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  min-width: 1200px;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 58px;
}

.ex_list {
  width: 100%;
  height: 342px;
  border: 1px #eaeaea solid;
  background-color: #fff;
}

.exce-class {
  width: 492px;
  float: left;
  margin-left: 30px;
}

.exce-class span {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: left;
  margin-top: 26px;
  margin-bottom: 10px;
}

.exce-class em {
  font-size: 22px;
  display: block;
  color: #000;
  margin-bottom: 6px;
}

.exce-class a {
  float: left;
  width: 238px;
  height: 68px;
  line-height: 70px;
  box-shadow: 0 0px 1px rgb(0 0 0 / 28%);
  font-size: 16px;
  color: #333;
  background-color: #fff;
  -webkit-transition: 0.4s;
  margin-right: 6px;
  margin-top: 6px;
}

.exce-class a img {
  vertical-align: middle;
  margin-right: 10px;
}

.exce-class a:hover {
  color: #f54332;
  -webkit-transition: 0.4s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.exce-time {
  float: left;
  text-align: left;
  width: 282px;
  position: relative;
  margin-left: 43px;
  margin-right: 3px;
}

.exce-time b {
  font-size: 16px;
  color: #000;
  display: block;
  padding-top: 56px;
  margin-bottom: 8px;
}

#exce-qee {
  width: 282px;
  height: 240px;
  overflow: hidden;
}

.ex-ovflow {
  height: 240px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.ex-o-list {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.4s;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 264px;
}

.ex-o-list span {
  margin-right: 16px;
}

.ex-o-list em {
  margin-right: 16px;
}

.ex-o-list img {
  position: relative;
  top: 4px;
}

.ex-o-list:hover,
.ex-o-link:hover {
  color: #f54332;
  -webkit-transition: 0.4s;
}

.exce-time i {
  position: absolute;
  bottom: 0;
  right: 3px;
  z-index: 1;
  width: 1px;
  height: 240px;
  background-color: #d3d3d3;
}

/* .ex-ovflow::-webkit-scrollbar-track {
	background-color: none;
}

.ex-ovflow::-webkit-scrollbar {
	width: 7px;
}

.ex-ovflow::-webkit-scrollbar-thumb {
	background-color: #b9b9b9;
	border-radius: 30px;
	right: 2px;
} */

.ex-o-link {
  line-height: 35px;
  font-size: 14px;
  color: #666;
  -webkit-transition: 0.4s;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  width: 264px;
}

.ex-o-link em {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  float: left;
  margin-right: 8px;
  background-color: #666;
  margin-top: 14px;
  -webkit-transition: 0.4s;
}

.ex-o-link:hover em {
  background-color: #f54332;
  -webkit-transition: 0.4s;
}

/*高薪战报*/
.website-white {
  width: 100%;
  height: auto;
  background-color: #fff;
  min-width: 1200px;
  text-align: center;
  padding-bottom: 60px;
  padding-top: 58px;
}

.high-alert {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  margin-top: 30px;
}

.high-alert li {
  box-shadow: 0 0px 1px rgb(0 0 0 / 28%);
  width: 286px;
  height: 300px;
  position: relative;
  float: left;
  margin-right: 18px;
  margin-top: 18px;
  -webkit-transition: 0.4s;
}

.hi-al-img {
  display: block;
  width: 100%;
}

.high-alert li em {
  color: #fff;
  float: right;
  font-size: 14px;
  background-color: #f54332;
  width: 100px;
  line-height: 28px;
  margin-top: -14px;
  position: relative;
  z-index: 1;
  margin-right: 8px;
  margin-bottom: 34px;
}

.alert-note {
  text-align: left;
  clear: both;
  width: 198px;
  margin: 0 auto;
}

.alert-note b {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
}

.alert-note p {
  font-size: 14px;
  color: #333;
  margin: 3px 0;
}

.alert-note p i {
  margin-left: 6px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px #e1e1e1 solid;
  width: 134px;
  display: inline-block;
  text-align: center;
  padding-bottom: 2px;
  position: relative;
  top: -4px;
}

.high-alert li:hover {
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.4s;
}

.hi-al-img02 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  width: 286px;
  height: 300px;
}

.high-alert li:hover .hi-al-img02 {
  opacity: 1;
  -webkit-transition: 0.4s;
  width: 342px;
  height: 421px;
  top: -40px;
  left: -27px;
}

.alert-title {
  font-size: 26px;
  color: #333;
  padding-top: 58px;
}

.alert-title1 {
  font-size: 26px;
  color: #333;
  padding-top: 52px;
  padding-bottom: 2px;
}

.img_qiye {
  float: right;
  padding-top: 60px;
}

.high-ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  margin-top: 32px;
}

.high-ul li {
  float: left;
  width: 286px;
  height: 140px;
  position: relative;
  -webkit-transition: 0.4s;
  overflow: hidden;
  margin-right: 18px;
  margin-top: 18px;
}

.high-note {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.68);
  -webkit-transition: 0.4s;
}

.high-ul li p {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.high-ul li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s;
  z-index: 2;
}

.high-ul li:hover {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -webkit-transition: 0.4s;
}

.high-ul li:hover .high-note {
  bottom: 0px;
  -webkit-transition: 0.4s;
}

.high-ul li:hover p {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

/*分月高薪*/
.slidemouth {
  width: 100%;
  height: 216px;
  margin: 0 auto;
  margin-top: 40px;
}

.slidemouth .hd {
  overflow: hidden;
  height: 16px;
}

.slidemouth .hd ul {
  overflow: hidden;
  zoom: 1;
  height: 16px;
  text-align: center;
}

.slidemouth .hd ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  width: 10px;
  height: 10px;
  text-align: center;
  background: #ededed;
  cursor: pointer;
  border-radius: 100%;
  overflow: hidden;
  color: #ededed;
}

.slidemouth .hd ul li.on {
  background: #cacaca;
  color: #cacaca;
}

.slidemouth .bd {
  width: 1200px;
  height: 200px;
  overflow: hidden;
}

.slidemouth .bd ul {
  overflow: hidden;
  zoom: 1;
}

.slidemouth .bd ul li {
  width: 284px;
  height: 178px;
  border: 1px #f4f4f4 solid;
  text-align: left;
  -webkit-transition: 0.4s;
  margin-right: 18px;
  float: left;
  margin-bottom: 20px;
}

.slidemouth .bd ul li b {
  font-size: 16px;
  display: block;
  color: #000;
  padding-left: 24px;
  margin-top: 10px;
  margin-bottom: 4px;
}

.slidemouth .bd ul li p {
  font-size: 14px;
  color: #f54332;
  padding-left: 24px;
  line-height: 30px;
}

.slidemouth .bd ul li p img {
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.slidemouth .bd ul li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s;
}

/*科技 · 赋能*/
.slideTxtBox2 {
  width: 1200px;
  height: auto;
  position: relative;
  margin-top: 47px;
}

.slideTxtBox2 .hd {
  width: 100%;
  height: auto;
  text-align: center;
  height: 100px;
}

.slideTxtBox2 .hd ul li {
  font-size: 18px;
  color: #333;
  float: left;
  background: url(../images/sc01.png) center no-repeat;
  line-height: 45px;
  padding-top: 12px;
  padding-bottom: 18px;
  width: 370px;
  margin-right: 45px;
  cursor: pointer;
  -webkit-transition: 0.4s;
}

.slideTxtBox2 .hd ul li.on {
  background: url(../images/sc02.png) center no-repeat;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 38px;
  position: relative;
  top: -5px;
  -webkit-transition: 0.4s;
}

.slideTxtBox2 .bd {
  width: 100%;
  height: auto;
}

.keji ul li {
  width: 266px !important;
}

.se-list {
  width: 100%;
  height: 422px;
  display: table;
}

.se-suite {
  float: left;
  width: 598px;
  height: 207px;
  -webkit-transition: 0.4s;
}

.se-suite img {
  margin-right: 24px;
}

.science {
  text-align: left;
  width: 312px;
  display: inline-block;
  height: 209px;
}

.science span {
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 10px;
  padding-top: 46px;
}

.science p {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}

.science p i {
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #f54332;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.science p b {
  color: #333;
}

.se-list .se-suite:hover {
  /* box-shadow: 0 0px 2px rgb(245, 67, 50, 0.8); */
  background-color: #fff;
  -webkit-transition: 0.4s;
}

.science p.sci-hidden {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.se-hardware {
  float: left;
  width: 234px;
  height: 204px;
  background-color: #fff;
  box-shadow: 0 0px 1px rgb(0, 0, 0, 0.12);
  margin-right: 7px;
  margin-top: 5px;
}

.hard-img {
  height: 130px;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 12px;
}

.se-hardware span {
  color: #333;
  font-size: 16px;
  display: block;
  -webkit-transition: 0.4s;
}

.se-hardware:hover span {
  color: #f54332;
  -webkit-transition: 0.4s;
}

.se-text li img {
  display: block;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 14px;
}

/*老师*/
.web-mores {
  font-size: 14px;
  color: #666;
  float: right;
}

.web-teacher {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 114px;
}

.web-teacher li {
  float: left;
  width: 12.39%;
  position: relative;
  border: 1px #75787b solid;
  -webkit-transition: 0.4s;
  left: 0;
  /* 5.20 ???????? */
  height: 100%;
}

.web-teacher li.tea-address {
  right: 0;
  left: initial;
}

.web-tea-img {
  display: block;
  width: 100%;
}

.web-teacher li i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(59, 62, 67, 0.7);
  opacity: 1;
  -webkit-transition: 0.4s;
}

.tea-none {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  text-align: left;
  display: none;
  -webkit-transition: 0.4s;
  overflow: hidden;
}

.tea-note {
  width: 88%;
  margin: 0 auto;
  margin-top: 22px;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
}

.tea-note span {
  font-size: 18px;
  color: #000;
  margin-right: 12px;
}

.tea-note em {
  font-size: 10px;
  color: #fff;
  background-color: #f75348;
  border-radius: 30px;
  padding: 4px 12px;
}

.tea-note b {
  display: block;
  width: 20px;
  height: 4px;
  background-color: rgba(122, 148, 141, 0.5);
  border-radius: 30px;
  margin-top: 12px;
}

.tea-note img {
  position: relative;
  top: 4px;
  width: 36.121%;
}

.tea-none p {
  font-size: 12px;
  color: #333;
  width: 88%;
  margin: 0 auto;
  line-height: 18px;
  -webkit-transition: 0.4s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}

.web-teacher li:hover i {
  opacity: 0;
  -webkit-transition: 0.4s;
}

.web-teacher li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-transition: 0.2s;
  z-index: 2;
  left: -11px;
}

.web-teacher li:hover.tea-address {
  right: -11px;
  left: initial;
}

.web-teacher li:hover .tea-note,
.web-teacher li:hover .tea-none p {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -webkit-transition: 0.4s;
}

.web-teacher li:hover .tea-none {
  display: block;
}

.tea-change {
  left: -100%;
}

/*?*/
.web-book {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  margin-top: 30px;
}

.web-book li {
  background: url(../images/book_icon_01.jpg) center no-repeat;
  background-size: 100%;
  width: 591px;
  height: 177px;
  position: relative;
  text-align: left;
  -webkit-transition: 0.4s;
  float: left;
  margin-right: 18px;
  margin-top: 18px;
}

.book-mark {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}

.book-img {
  margin-top: 22px;
  margin-left: 52px;
}

.book-note {
  float: right;
  margin-right: 38px;
  width: 314px;
}

.book-note div {
  width: 100%;
  display: table;
}

.book-note em {
  font-size: 16px;
  color: #000;
  display: block;
  padding-left: 10px;
  padding-top: 26px;
  margin-bottom: 18px;
  -webkit-transition: 0.4s;
}

.book-note i {
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #f54332;
  margin-right: 10px;
  margin-top: 10px;
}

.book-note span {
  float: left;
  font-size: 12px;
  color: #666;
  line-height: 22px;
  width: 300px;
}

.book-note b {
  color: #333;
}

.book-note p {
  font-size: 12px;
  color: #666;
  line-height: 22px;
  float: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 300px;
}

.web-book li:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.web-book li:hover .book-note em {
  color: #f54332;
  -webkit-transition: 0.4s;
}

/*荣誉 · 实力*/
.web-honor {
  width: 100%;
  height: 800px;
  background-color: #2d2d2d;
  min-width: 1200px;
  text-align: center;
  padding-top: 58px;
}

.web-honor .website-title em {
  color: #f5594a;
}

.slideTxtBox2 .honor-tab ul li.on {
  background: url(../images/hon04.png) center no-repeat;
}

.hon-list {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

/*伙伴 · 共赢*/
.par-list {
  width: 100%;
  height: 477px;
  margin: 0 auto;
  display: table;
}

.par-list li {
  float: left;
  width: 386px;
  height: 212px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  margin-right: 21px;
  margin-bottom: 21px;
}

.par-none {
  width: 100%;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -56px;
  left: 0;
  z-index: 1;
  text-align: left;
  -webkit-transition: 0.4s;
}

.par-none p {
  color: #fff;
  font-size: 14px;
  padding: 8px 26px;
}

.par-none p b {
  display: block;
  font-size: 16px;
}

.par-play {
  position: absolute;
  width: 54px;
  top: 92px;
  left: 172px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
}

.par-list li:hover .par-play {
  opacity: 1;
  -webkit-transition: 0.4s;
}

.par-list li:hover .par-none {
  bottom: 0;
  -webkit-transition: 0.4s;
}

.firm-list {
  width: 100%;
  height: 477px;
  margin: 0 auto;
}

.firm-list img {
  position: relative;
  left: -14px;
}

.coll-list {
  width: 100%;
  height: 477px;
  margin: 0 auto;
  display: table;
}

.coll-list li {
  float: left;
  display: table;
  width: 385px;
  margin-right: 22px;
}

.coll-list li span {
  display: block;
  background-color: #fff;
  font-size: 16px;
  color: #f54332;
  width: 160px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  margin-bottom: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.colleges {
  width: 190px;
  height: 125px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.colleges p {
  width: 96%;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  padding: 0 2%;
}

.colleges:hover p {
  bottom: 0;
  -webkit-transition: 0.4s;
}

/*凝心 · 聚力*/
.web-gather {
  position: relative;
  height: 358px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 38px;
}

.web-gather li {
  position: relative;
  width: 230px;
  height: 358px;
  float: left;
  overflow: hidden;
  margin-right: 11px;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: 0.4s;
}

.gather-note {
  width: 230px;
  position: absolute;
  bottom: 45px;
  left: 0;
  z-index: 1;
  text-align: left;
  height: 90px;
  overflow: hidden;
  -webkit-transition: 0.4s;
}

.gath-float {
  float: left;
}

.gather-note span {
  color: #fff;
  font-size: 18px;
  display: block;
  padding-left: 24px;
}

.gath-img02 {
  margin-left: 24px;
}

.gather-note em {
  color: #fff;
  font-size: 16px;
  float: right;
  margin-right: 39px;
  margin-top: 26px;
}

.gather-note em img {
  margin-left: 10px;
  position: relative;
  top: 3px;
}

.web-gather li.on,
.web-gather li.on .gather-note {
  width: 477px;
  -webkit-transition: 0.4s;
}

/*全国 · ??*/
.slideTxtBox3 {
  width: 1200px;
  height: auto;
  position: relative;
  margin-top: 40px;
  display: table;
}

.slideTxtBox3 .hd {
  float: left;
  background-color: #f9fbfc;
  border: 2px #fff solid;
  width: 473px;
  height: 403px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.slideTxtBox3 .hd ul {
  width: 100%;
  height: 100%;
}

.slideTxtBox3 .hd ul li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-right: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  background-color: #f9fbfc;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-transition: 0.4s;
  padding-top: 30px;
  width: 94px;
  height: 134px;
  float: left;
}

.slideTxtBox3 .hd ul li i {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}

.word-img01 {
  background: url(../images/ad01.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on {
  background-color: #f4f5f7;
  color: #f54332;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img01 {
  background: url(../images/add01.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img02 {
  background: url(../images/ad02.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img03 {
  background: url(../images/ad03.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img04 {
  background: url(../images/ad04.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img05 {
  background: url(../images/ad05.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img06 {
  background: url(../images/ad06.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img07 {
  background: url(../images/ad07.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img08 {
  background: url(../images/ad09.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img09 {
  background: url(../images/ad10.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img10 {
  background: url(../images/ad11.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img11 {
  background: url(../images/ad12.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.word-img12 {
  background: url(../images/ad08.png) center no-repeat;
  -webkit-transition: 0.4s;
}
.word-img13 {
  background: url(../images/ad15.png) center no-repeat;
  -webkit-transition: 0.4s;
}
.slideTxtBox3 .hd ul li.on .word-img02 {
  background: url(../images/add02.png) center no-repeat;
  -webkit-transition: 0.4s;
}
.borderLeft {
  border-left: 1px #efefef solid;
}

.slideTxtBox3 .hd ul li.on .word-img03 {
  background: url(../images/add03.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img04 {
  background: url(../images/add04.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img05 {
  background: url(../images/add05.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img06 {
  background: url(../images/add06.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img07 {
  background: url(../images/add07.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img08 {
  background: url(../images/add09.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img09 {
  background: url(../images/add10.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img10 {
  background: url(../images/add11.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img11 {
  background: url(../images/add12.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img12 {
  background: url(../images/add08.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.slideTxtBox3 .hd ul li.on .word-img13 {
  background: url(../images/add13.png) center no-repeat;
  -webkit-transition: 0.4s;
}

.borderrightnone {
  border-right: none !important;
}

.slideTxtBox3 .bd {
  float: right;
  width: 712px;
  height: auto;
}

.slideTxtBox3 .bd ul {
  width: 100%;
  height: auto;
  text-align: left;
}

.web-state {
  width: 100%;
  height: auto;
  margin-bottom: 11px;
}

.web-state b {
  display: block;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.web-state p {
  font-size: 12px;
  color: #666;
  line-height: 26px;
}

.web-state p img {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.web-mar-r-no {
  margin-right: 0 !important;
}

.web-mar-b-no {
  margin-bottom: 0 !important;
}

.teach-bor-r {
  border-right: none !important;
}

.teach-bor-b {
  border-bottom: none !important;
}

/*严? · 师资宽度*/
@media (max-width: 1680px) {
  .web-teacher li {
    width: 12.38%;
    height: 165px;
  }

  .tea-none p {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}

@media (max-width: 1600px) {
  .tea-none p {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}

@media (max-width: 1440px) {
  .web-teacher li {
    width: 12.36%;
    height: 164px;
  }

  .tea-none p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

@media (max-width: 1280px) {
  .web-teacher li {
    width: 12.34%;
    height: 163px;
  }

  .tea-none p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media (max-width: 1200px) {
  .web-teacher li {
    width: 12.33%;
    height: 160px;
  }

  .tea-none p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
