body,
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
  position: relative;
}
body,
input {
  -webkit-text-size-adjust: none;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
  font-size: 15px;
}
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
select,
textarea,
ul {
  color: #363636;
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
button,
input,
select,
textarea {
  outline: 0;
  resize: none;
}
a:link,
a:visited {
  color: #363636;
  text-decoration: none;
}
::selection {
  background: rgba(254, 126, 0, 0.8);
}
::-moz-selection {
  background: rgba(254, 126, 0, 0.8);
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
  height: 0;
}
.content {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.contents {
  display: block;
  width: 1500px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 公共样式结束 */
.bar {
  height: 580px;
  width: 100%;
  min-width: 1200px;
  margin-bottom: 162px;
  background: url('../images/bar_01-min.jpg') center no-repeat;
  background-size: cover;
}
/* page */
.page .title {
  text-align: center;
  padding: 110px 0 50px 0;
  box-sizing: border-box;
}
.page .title h2 {
  font-size: 30px;
}
.page .title p {
  font-family: "Helvetica Neue LT Pro";
  font-size: 24px;
  color: #cfcfcf;
}
.title > h2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.title > span,
.title > p {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.title.on h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.title.on span,
.title.on p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
/* 就业保障 */
.jybz {
  background-color: #f4f4f4;
}
.jybz > div {
  float: left;
  width: 50%;
  height: 390px;
  padding: 50px 60px;
  box-sizing: border-box;
}
.jybz > div h2 {
  font-size: 30px;
}
.jybz > div span {
  font-family: "Helvetica Neue LT Pro";
  font-size: 24px;
  color: #cfcfcf;
  margin-bottom: 50px;
}
.jybz > div p {
  font-size: 16px;
  line-height: 25px;
  color: #636363;
  margin: 50px 0 45px 0;
}
.jybz > div a {
  display: inline-block;
  height: 39px;
  line-height: 39px;
  width: 224px;
  font-size: 18px;
  text-indent: 30px;
  background: url('../images/hjt_07.png') 180px center no-repeat;
  border: 1px solid #363636;
  transition: all .5s;
}
.jybz > div a:hover {
  text-indent: 70px;
  color: #ff5a00;
}
.jybz > ul {
  float: left;
  width: 50%;
}
.jybz > ul li {
  position: relative;
  float: left;
  width: 33.333%;
  height: 389px;
  box-sizing: border-box;
  cursor: pointer;
}
.jybz > ul li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
.jybz > ul li div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 54px 27px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  overflow: hidden;
}
.jybz > ul li div b {
  display: block;
  font-family: "Helvetica Neue LT Pro";
  font-size: 36px;
  color: #fff;
}
.jybz > ul li div span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.jybz > ul li div p {
  font-size: 16px;
  color: #fff;
  width: 140px;
  line-height: 25px;
  margin-top: 45px;
}
.jybz > ul li div a {
  position: absolute;
  left: -50px;
  bottom: 53px;
  height: 12px;
  width: 45px;
  background: url('../images/jt_03.png') right center no-repeat;
  transition: all .5s;
}
.jybz > ul li:hover div {
  background-color: rgba(0, 0, 0, 0.8);
}
.jybz > ul li:hover div b {
  color: #ff5a00;
}
.jybz > ul li:hover div a {
  left: 0;
}
/* 新东方就业体系 */
.tx .swiper-container {
  padding-top: 158px;
  margin-bottom: 40px;
}
.tx .swiper-container .swiper-pagination {
  top: 0;
}
.tx .swiper-container .swiper-pagination span {
  float: left;
  background-color: #f4f4f4;
  width: 30%;
  height: 88px;
  line-height: 88px;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  opacity: 1;
}
.tx .swiper-container .swiper-pagination span b {
  display: inline-block;
  height: 88px;
  border-bottom: 4px solid transparent;
  font-size: 24px;
  box-sizing: border-box;
}
.tx .swiper-container .swiper-pagination span:nth-child(2) {
  margin: 0 5%;
}
.tx .swiper-container .swiper-pagination span.swiper-pagination-bullet-active b {
  border-bottom-color: #ff5a00;
  color: #ff5a00;
}
.tx .swiper-container .swiper-wrapper .swiper-slide ul li {
  float: left;
  width: 47.5%;
  height: 165px;
  border: 1px solid #000;
  margin-bottom: 35px;
  padding: 25px 40px;
  box-sizing: border-box;
}
.tx .swiper-container .swiper-wrapper .swiper-slide ul li b {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px;
}
.tx .swiper-container .swiper-wrapper .swiper-slide ul li p {
  font-size: 16px;
  color: #636363;
}
.tx .swiper-container .swiper-wrapper .swiper-slide ul li:nth-child(2n) {
  margin-left: 5%;
}
.tx .dj {
  display: block;
  height: 39px;
  line-height: 39px;
  width: 224px;
  font-size: 18px;
  text-indent: 30px;
  margin: 0 auto;
  background: url('../images/hjt_07.png') 180px center no-repeat;
  border: 1px solid #363636;
  transition: all .5s;
}
.tx .dj:hover {
  text-indent: 70px;
  color: #ff5a00;
}
/* 信息 */
.xx {
  width: 100%;
  min-width: 1200px;
  height: 568px;
  margin-top: 100px;
  background: url('../images/bg_07-min.jpg') center no-repeat;
}
.xx .title {
  padding: 100px 0 40px 0;
}
.xx .title h2,
.xx .title p {
  color: #fff;
}
.xx .con1 {
  float: left;
  width: 680px;
  box-sizing: border-box;
}
.xx .con2 {
  float: left;
  width: 465px;
  box-sizing: border-box;
  margin-left: 55px;
}
.xx .con2 .list b {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  width: 30%;
}
.xx .con2 .list b:nth-child(2) {
  width: 40%;
}
.xx .con2 .list .swiper-container ul li span {
  width: 30%;
}
.xx .con2 .list .swiper-container ul li span:nth-child(2) {
  width: 40%;
}
.xx .list {
  background-color: #fff;
  padding: 10px 25px 20px 25px;
  box-sizing: border-box;
}
.xx .list b {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  width: 25%;
}
.xx .list .swiper-container {
  height: 200px;
}
.xx .list .swiper-container ul li {
  height: 50px;
  line-height: 50px;
  border-top: 1px #e5e5e5 solid;
}
.xx .list .swiper-container ul li span {
  float: left;
  text-align: center;
  width: 25%;
  font-size: 16px;
  color: #808080;
}
/* 合作企业 */
.qy .title h2 b {
  position: relative;
  font-size: 30px;
  margin-right: 5px;
}
.qy .title h2 b span {
  position: absolute;
  font-size: 16px;
  right: 5;
  top: 0;
  color: #636363;
}
.qy .qylist {
  position: relative;
}
.qy .qylist .swiper-container {
  width: 1100px;
  padding: 20px 0 40px 0;
}
.qy .qylist .swiper-container .swiper-slide {
  cursor: pointer;
}
.qy .qylist .but {
  margin-top: -30px;
  background: url('../images/hjt_07.png') center no-repeat !important;
}
.qy .qylist .but.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}
.qy .qylist .but.swiper-button-next {
  right: 0;
}
/* 专业 */
.zy {
  padding-bottom: 80px;
}
.zy .title {
  padding-top: 80px;
}
.zy ul{
	display: flex;
	align-items: center;
	justify-content:space-between;
}
.zy ul li {
  width: 229px;
  margin-right: 13.75px;
  padding-bottom: 10px;
  border-radius: 0 0 5px 5px;
}
.zy ul li:nth-child(5) {
  margin-right: 0;
}
.zy ul li b,
.zy ul li p {
  display: block;
  font-size: 18px;
  padding-left: 16px;
  margin-top: 10px;
  color: #636363;
}
.zy ul li p {
  font-size: 16px;
  background: url('../images/jth_26.png') 90% center no-repeat;
}
.zy ul li:hover {
  box-shadow: 1px 1px 8px #aaa;
}
