@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  list-style: none;
  text-decoration: none;
}

input {
  outline: none;
}

.index_banner .slideBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.index_banner .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 17px;
  margin-left: -1.5%;
  z-index: 1;
}

.index_banner .slideBox .hd ul {
  overflow: hidden;
}

.index_banner .slideBox .hd ul li {
  float: left;
  margin-right: 13px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: none;
  border: 1px #fff solid;
  border-radius: 100%;
  cursor: pointer;
}

.index_banner .slideBox .hd ul li.on {
  background: #fff;
  color: #fff;
}

.index_banner .slideBox .bd {
  position: relative;
  height: auto;
  z-index: 0;
}

.index_banner .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.index_banner .slideBox .bd li img {
  width: 100%;
}

.index_banner .slideBox .prev,
.index_banner .slideBox .next {
  position: absolute;
  left: 200px;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 40px;
  height: 80px;
  opacity: 0.8;
}

.index_banner .slideBox .prev {
  background: url("/Public/Home/images/index_image/t_lt1.png")center center no-repeat;
  background-size: 100% 100%;
}

.index_banner .slideBox .next {
  left: auto;
  right: 200px;
  background: url("/Public/Home/images/index_image/t_rt1.png")center center no-repeat;
  background-size: 100% 100%;
}

.index_banner .slideBox .prev:hover {
  background: url("/Public/Home/images/index_image/t_lt2.png")center center no-repeat;
  background-size: 100% 100%;
}

.index_banner .slideBox .next:hover {
  background: url("/Public/Home/images/index_image/t_rt2.png")center center no-repeat;
  background-size: 100% 100%;
}


/* 免费定制留学方案*/
.bounced-header {
  width: 100%;
  display: block;
  text-align: center;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  background: #F53C3C;
  border-radius: 4px;
  margin-top: 20px;
  letter-spacing: 5;
}

.bounced-header a {
  color: #FFFFFF;
}

.bounced {
  width: 605px;
  border-radius: 10px;
  position: fixed;
  border: #ebebeb solid 1px;
  padding-top: 20px;
  height: 400px;
  top: 50%;
  left: 50%;
  display: none;
  background: #ffffff;
  box-shadow: 0px 0px 20px ##888787;
  z-index: 9999;
  margin-left: -250px;
  margin-top: -140px;
}

.bounced-title {
  width: 100%;
  margin: 10px 0px 0px 0px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 26px;
  position: relative;
}

.bounced-title span {
  position: absolute;
  right: 17px;
  top: -11;
}

.bounced-title span a {
  display: block;
}

.bounced-title p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 39px;
}

.bounced-input-content {
  margin-top: 50px;
  text-align: center;
}

.bounced-input {
  height: 53px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

.bounced-input label {
  float: left;
  width: 90px;
  padding-right: 10px;
  text-align: right;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}

.bounced-input input.list-input {
  margin: 0 auto;
  display: block;
  line-height: 53px;
  height: 53px;
  width: 439px;
  border: #ebebeb 1px solid;
  text-indent: 5px;
  border-radius: 4px;
  padding-left: 15px;
}

.bounced-input1 {
  display: flex;
  width: 72%;
  margin: 0 auto;
}

.yanzheng {
  width: 154px;
  height: 51px;
  border: 1px solid #F53C3C;
  border-radius: 4px;
  line-height: 51px;
  font-size: 16px;
  margin-left: 22px;
}

.yanzheng a {
  color: #F53C3C;
}

.bounced-input1 input {
  display: block;
  line-height: 53px;
  height: 53px;
  width: 270px;
  border: #ebebeb 1px solid;
  text-indent: 5px;
  border-radius: 4px;
  padding-left: 15px;
}

.bounced-button {
  width: 72%;
  margin: 30px auto 0px auto;
  line-height: 40px;
  font-size: 14px;
  border: #ebebeb 1px solid;
  text-align: center;
  background: #F53C3C;
  border-radius: 4px;
}

.bounced-button a {
  display: block;
  color: #FFFFFF;
}

.bounced-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  display: none;
  opacity: 0.45;
}

/* 推荐位 */
.recommender {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 15px;
}

.recommender a {
  text-decoration: none;
}

/* 最新资讯 */
.info {
  width: 403px;
  height: 365px;
  background: #FDFDFD;
  padding: 0 20px;
  margin-right: 20px;
  box-shadow: 0px 6px 17px 0px rgba(6, 0, 1, 0.07);
}

.info_top {
  line-height: 27px;
  position: relative;
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #AEAEAE;
}

.info_top a,
.program_top a {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  text-decoration: none;
}

.info_top span {
  position: absolute;
  right: 20px;
  color: #E65555;
  font-size: 18px;
}

.real-time {
  display: flex;
  margin-top: 17px;
}

.real-time img {
  margin-right: 16px;
  width: 98px;
  height: 78px;
}

.real-time-right p {
  width: 270px;
  font-size: 18px;
  font-weight: 400;
  color: #F53C3C;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.real-time-right span {
  width: 270px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #767676;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.info_main {
  margin-top: 20px;
}

.info_main li {
  width: 380px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  list-style-image: url(/Public/Home/images/index_image/t_1.png);
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info_main li:hover {
  color: #F53C3C;
  list-style-image: url(/Public/Home/images/index_image/t_2.png);
}

.info_main li a {
  color: #666666;
}

.info_main li a:hover {
  color: #F53C3C;
}

.info_main img {
  margin-right: 12px;
}

/* 活动推荐 */
.activity {
  width: 400px;
  height: 365px;
  margin-right: 20px;
  padding: 0 20px;
  background: #FDFDFD;
  box-shadow: 0px 6px 17px 0px rgba(6, 0, 1, 0.07);
}

.activity img {
  width: 385px;
  height: 144px;
  margin-top: 20px;
}

.activity_ul li {
  line-height: 32px;
}

.activity_ul li:hover p {
  color: #F53C3C;
}

.activity_ul li a {
  display: flex;
  color: #666666;
}

.activity_ul li p {
  width: 330px;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity_ul li span {
  display: block;
  width: 54px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #fff;
  margin-top: 5px;
}

.activity_ul li:hover span {
  text-align: center;
  border: 1px solid #F53C3C;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 5px;
  color: #F53C3C;
}

/* 定制留学方案 */
.program {
  width: 274px;
  height: 365px;
  background: #FDFDFD;
  padding: 0 20px;
  box-shadow: 0px 6px 17px 0px rgba(6, 0, 1, 0.07);
}

.program_top {
  line-height: 27px;
  position: relative;
  padding: 30px 0 15px 0;
}

.program input {
  width: 266px;
  height: 40px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  margin-top: 17px;
  padding-left: 12px;
}

.program select {
  width: 278px;
  height: 40px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  padding-left: 7px;
  color: #757575;
  outline: none;
}

.program input:last-child {
  width: 266px;
  height: 40px;
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  background: #F53C3C;
  padding-left: 12px;
  color: #FFFFFF;
  letter-spacing: 5px;
}

.choice {
  width: 1200px;
  height: 100px;
  margin: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.choice h4 {
  font-size: 32px;
  font-weight: bold;
  color: #F53C3C;
  line-height: 28px;
  margin-bottom: 23px;
}

.choice p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  line-height: 28px;
  width: 88%;
  margin: 10px auto 0;
}

.choice p span {
  font-size: 18px;
  color: #F53C3C;
}

/* 八大优势 */
.advantage {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
}

.advantage li {
  width: 150px;
  height: 130px;
  font-size: 18px;
  text-align: center;
  color: #333333;

  line-height: 20px;
}

.advantage li img {
  width: 88px;
  height: 88px;
  margin-top: 18px;
}

.advantage li span {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  display: none;
  height: 130px;
  padding: 20px 10px 0;
  line-height: 22px;
  background: #ff7975;
}

.advantage li:hover span {
  display: block;
}

.advantage li:hover p {
  display: none;
}

.advantage li:hover img {
  display: none;
}

/* 了解美国相关留学信息 */
.study {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.study_title {
  width: 1200px;
  text-align: center;
}

.study_title h3 {
  font-size: 32px;
  color: #F53C3C;
  line-height: 28px;
  letter-spacing: 4px;
}

.study_title a {
  font-size: 32px;
  color: #F53C3C;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: bold;
}

.study_title p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.tabs_box {
  display: flex;
  margin-top: 30px;
}

.tabs_tit {
  width: 240px;
  height: 280px;
  /*margin-left:40px;*/
  margin-right: 50px;
  background: #EE5858;
}

.t_nav active {
  color: red !important;
}

.tabs_tit a {
  width: 180px;
  height: 70px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #FDEAEA;
  line-height: 70px;
  letter-spacing: 7px;
  text-decoration: none;
  padding-left: 60px;
  background: url(/Public/Home/images/index_image/you1.png) no-repeat;
  background-position: 180px 28px;
}

.tabs_tit a:nth-last-child(2),
.tabs_tit a:nth-last-child(4),
.tabs_tit a:nth-last-child(5) {
  letter-spacing: 7px;
}

.tcon_li ul {
  display: flex;
  margin-bottom: 25px;
}

.tcon_li ul:last-child {
  margin-bottom: 0;
}

.tcon_li ul li {
  position: relative;
  margin-right: 55px;
}

.tcon_li ul li:hover img {

  box-shadow: 0px 6px 13px 0px rgba(7, 0, 2, 0.26);
}

.tcon_li p {
  width: 192px;
  position: absolute;
  top: 45px;
  left: 32px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 29px;
}

/* 2000+录取数据供您参考 */
.datas {
  width: 100%;
  padding-top: 1px;
  margin-top: 30px;
  padding-bottom: 57px;
  background: #F9F9F9;
}

.data {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.data_top {
  margin-bottom: 30px;
}

.data_top ul {
  width: 1020px;
  display: flex;
  margin: 0 auto;
}

.data_top ul li {
  width: 490px;
  text-align: center;
}

.data ul li b {
  font-size: 49px;
  font-weight: 400;
  color: #F53C3C;
  line-height: 74px;
}

.data ul li span {
  font-size: 28px;
  font-weight: 400;
  color: #343434;
  line-height: 28px;
  margin-left: 4px;
}

.con-one-left ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 248px;
}

.data ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 28px;
  margin-top: 4px;
}

.con_one_left_ul {
  display: flex;
  margin-top: 20px;
}

.con_one_left_ul:first-child {
  margin: 0;
}

.con_one_left_ul li {
  display: flex;
  width: 330px;
}

.con_one_left_ul li div span {
  margin-left: 0px
}

.con_one_left_ul li img {
  width: 62px;
  height: 62px;
  margin-right: 20px;
}

.con_one_left_ul li:hover {
  background: #FFFFFF;
  box-shadow: 0px 6px 13px 0px rgba(7, 0, 2, 0.06);
}

.con_one_left_ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 30px;
}

.con_one_left_ul li span {
  font-size: 14px !important;
}

.con_one_left_ul li {
  margin-right: 30px;
}

/* 想要进入美国藤校？专业的团队必不可少！ */
.team {
  width: 100%;
  margin-top: 60px;
  background: #F6F6F6;
  padding-top: 50px;
  padding-bottom: 20px;
}

.team_img {
  width: 1200px;
  height: 150px;
  background-image: url(/Public/Home/images/index_image/haigu.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 38px;
  margin: 0 auto;
  letter-spacing: 2px;
}

.team_img>p:nth-child(1) {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 20px;
}

.team_img>p:nth-child(2) {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}

/* 招生官 */
.team_zhao {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 40px;
}

.haigu_top_left a {
  position: absolute;
  right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.jianjie {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
}

#tit2 {
  width: 340px;
  position: absolute;
  right: -16px;
}

#tit2 li {
  width: 156px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 156px;
  float: left;
  display: block;
  position: relative;
}

.mask {
  position: absolute;
  /*因为父元素使用了相对定位，所以这里的绝对定位就是相对于父元素的*/
  top: 0;
  left: 0;
  width: 156px;
  height: 156px;
  background: rgb(79, 79, 81, 0.38);
  opacity: 0;
  border-radius: 10px;
}

#tit2 li:hover .mask {
  opacity: 1;
}

#tit2 img {
  width: 156px;
  height: 156px;
}

.select2 {
  /* margin:10px 10px; */
  /* background: url(../image/zhao1.png) no-repeat; */
}

.zhao_main_b {
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}

.zhao_main_p {
  font-size: 18px;
  color: #FFFFFF;
}

.zhao_main_span {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  color: #FFFFFF;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.adviser {
  position: relative;
  display: flex;
  flex-direction: column;
  /*height:140px;*/
}

.adviser a {
  position: absolute;
  right: 42px;
  bottom: 30px;
  font-size: 16px;
}

.service {
  width: 80%;
  margin: 0 auto;
  height: 50px;
  clear: both;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 18.5%;
}

.service a {
  width: 154px;
  height: 38px;
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFAFA !important;
  line-height: 38px;
  margin-right: 58px;
  background: #f15b5b;
}

.service a:hover {
  background: #f53c3c;
}

.team_zhao_main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 680px;
  position: relative;
}

.zhao_main_top {
  width: 195px;
  margin: 0 auto;
  text-align: center;
}

.zhao_main_top h4 {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}

.zhao_main_top p {
  font-size: 18px;
  font-weight: 400;
  color: #828282;
  line-height: 28px;

}

#wrap2 {
  width: 800px;
}

.haigu {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  background: #F6F6F6;
}

.haigu_top {
  display: flex;
  position: relative;
}

.haigu_top_left {
  display: flex;
}

.haigu_top_left h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  letter-spacing: 2px;
  margin-right: 15px;
}

.haigu_top_left span {
  font-size: 18px;
  color: #616161;
  letter-spacing: 2px;
  line-height: 35px;
}

.haigu_top_right {
  width: 450px;
  position: absolute;
  right: 3px;
}

#tit1 {
  width: 450px;
  display: flex;
  font-size: 16px;
}

#tit1 li {
  width: 90px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

#tit1 li a {
  color: #333333;
}

.select1 {
  width: 90px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  background: #99929238;
  border-radius: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #fff !important;
}

.study_title {
  width: 1200px;
  margin: 0 auto;
}

/* 顾问视频 */
.videolist {
  position: relative;
  float: left;
  width: 122px;
  height: 122px;
  margin-right: 20px;
}

.videolist:hover {
  cursor: pointer;
}

.videoed {
  width: 38px;
  height: 35px;
  position: absolute;
  left: 37%;
  top: 32%;
  z-index: 99;
  border-radius: 100%;
}

.videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
  height: 360px;
}

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}

.wrap_ul {
  display: flex;
  margin-top: 20px;
}

.wrap_ul li {
  width: 280px;
  margin-right: 15px;
}

.wrap_ul li:hover {}

.wrap_ul1 {
  display: flex;
  margin-top: 20px;
}

.wrap_ul1 li {
  width: 299px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.wrap_ul1 li:hover {
  background: #FFFFFF;
  box-shadow: 0px 6px 13px 0px rgba(7, 0, 2, 0.06);
}

.adviser b {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 27px;
  margin-top: 15px;
}

.adviser p {
  width: 138px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

/* 美国院校 */
.colleges {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

.colleges_main {
  margin-top: 40px;
  display: flex;
}

.colleges_left {
  width: 800px;
}

.colleges_left ul {
  display: flex;
  margin-bottom: 10px;
}

.colleges_left ul li {
  width: 142px;
  height: 174px;
  text-align: center;
  color: #343434;
  font-size: 16px !important;
  margin: 0 5px;
}

.colleges_left ul a:hover {
  background: #FFFFFF;
  box-shadow: 1px 6px 18px 1px rgba(7, 1, 2, 0.07);
}

.colleges_left ul li img {
  width: 81px;
  height: 81px;
  margin-top: 27px;
  margin-bottom: 15px;
}

.colleges_right {
  width: 400px;
}

.colleges_right_top {
  display: flex;
  cursor: pointer;
}

.colleges_right_top input {
  width: 372px;
  height: 42px;
  border: 1px solid #F53C3C;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  padding-left: 20px;
  letter-spacing: 1px;
}

.colleges_right em {
  margin-left: 20px;
  color: #F53C3C;
  line-height: 34px;
  font-size: 12px;
  letter-spacing: 1px;
}

.ranking {
  margin-top: 20px;
}

.ranking ul li {
  width: 185px !important;
  height: 50px;
  background: #BABAF9;
  border-radius: 4px;
  display: flex;
}

.ranking ul li:hover {
  box-shadow: 0px 4px 10px 0px rgba(7, 0, 2, 0.24);
}

.ranking ul a {
  margin-right: 30px;
}

.ranking ul li span {
  line-height: 43px;
  font-size: 16px;
  display: block;
  margin-left: 20px;
  margin-top: 3px;
  color: #FFFFFF;
}

.ranking ul li img {
  width: 23px;
  height: 26px;
  margin-left: 18px;
  margin-top: 13px;
}

.ranking ul {
  display: flex;
  margin-top: 21px;
}

.ranking ul li:last-child {
  margin-right: 0;
}

/* 软实力/语培 */
/* .power{
    width:1200px;
    margin:0 auto;
    margin-top:50px;
}
.power_left{
    width:40%;
    height:384px;
    background: url(/Public/Home/images/index_image/ruansili.png) no-repeat;
    background-position:bottom center;
    position: relative;
}
.power_left a:hover img{ 
    box-shadow: 0px 3px 11px 0px rgba(7, 0, 2, 0.26);
    border-radius: 50%;
}
.power_right{
    width:60%;
    right:0;
    position:absolute;
    text-align:right;
}
.power_right ul{
    margin-bottom:20px;
}
.power_right ul a{
    margin-left:28px;
    width:196px;
    height:181px;
}
.power_right ul a img{
    width:196px;
    height:181px;
    overflow: hidden;
}
.power_right ul a img:hover{
    transform: scale(1.05);zoom:1;transition:all 1.5s;
}
.power_right ul img:last-child{
    margin-right:0;
}
.power_main{
    display: flex;
    margin-top:40px;
    position:relative;
} */
/* 学生心声 */
.students {
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}

.students_main {
  display: flex;
  margin-top: 40px;
}

/* .main_right_top{
    width: 582px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #D1D1D1;;
}
.main_right_top img{
    width: 22px;
    height: 22px;
    margin-top: 8px;
    margin-right: 11px;
}
.main_right_top p{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.main_right_top span{
    font-size: 16px;
    font-weight: 400;
    color: #F53C3C;
    line-height: 40px;
    position: absolute;
    right:10px;
} */
/* .main_left{
    width:578px;
    margin:0 auto;
}
.main_right_center li{
    width:581px;
    height:50px;
    line-height: 50px;
    display: flex;
    line-height: 50px;
    border-bottom: 1px solid #CECECE;
    position: relative;
}
.main_right_center li:hover span{
    color:#f53c3c;
}
.main_right_center p{
    width:446px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.main_right_center p a{
    color:#333333;
}
.main_right_center p a:hover{
    color:#f53c3c;
}
.main_right_center span{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    position: absolute;
    right: 13px;
} */
/* 留学资讯 */
.studying {
  width: 1200px;
  margin: 0 auto;
  margin-top: 68px;
}

.select {
  width: 110px;
  height: 38px;
  background: #F53C3C;
  border-radius: 10px;
  text-align: center;
  color: #FFFFFF !important;
  line-height: 38px;
  font-size: 18px;
}

.select>a {
  color: #FFFFFF !important;
}

#tit {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}

#tit li {
  width: 110px;
  font-size: 18px;
  /* color: #333333; */
  line-height: 38px;
  margin-right: 25px;
  cursor: pointer;
}

#tit li:last-child {
  margin-right: 0;
}

#tit li a {
  color: #333333;
}

#tit li a:hover {
  color: #fff;
}

.studying_top1 {
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;
}

.top1_left ul li {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  list-style-image: url(/Public/Home/images/index_image/zixun1.png);
  list-style-position: inside;
}

.top1_left ul li a {
  color: #333333;
}

.top1_left ul li a:hover {
  color: #fd9e26;
}

.top1_left ul li:hover {
  list-style-image: url(/Public/Home/images/index_image/zixun2.png);
}

.top1_left ul {
  width: 311px;
}

.top1_center {
  position: relative;
}

.top1_center p {
  width: 318px;
  height: 35.7px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35.7px;
  background: url(/Public/Home/images/index_image/zixun3.png);
  position: absolute;
  bottom: 4px;
  padding-left: 16px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top1_center img {
  width: 334px;
  height: 213px;
}

/* 奖牌 */
/* .medal{
    width:1214px;
    margin:68px auto 68px;
}
.medal ul{
    display: flex;
    margin-top:42px;
}
.medal ul img{
    width:249px;
    height:173px;
} */
.links {
  height: 150px;
  margin: 0 auto;
  background: #F7F7F7;
}

.links h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-top: 28px;
  padding-bottom: 13px;
  border-bottom: 1px solid #EAEAEA;
  ;
}

.links a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-right: 14px;
  float: left;
}

/*底部悬浮*/
.suspension {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #151414e0;
  display: flex;
  box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 6%);
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 99;
}

.suspension_content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.suspension img {
  width: 27px;
  height: 19px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 127px;
}

.suspension h4 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fdfdfd;
  margin-right: 15px;
}

.suspension p {
  font-size: 18px;
  color: #fdfdfd;
  margin-right: 10px;
}

.suspension_a {
  width: 133px;
  height: 27px;
  text-align: center;
  font-size: 16px;
  color: #F15153;
  margin-top: 15px;
  background: #F6F6F6;
  margin-left: 20px;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  line-height: 27px;
}

.suspension_a:hover {
  background: #F15153;
  box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  color: #FFFFFF;
}

/* 高光时刻 */
.moment {
  margin-bottom: 40px;
  margin-top: 68px;
}

.moment_right {
  display: flex;
  margin: 40px auto 0 auto;
  width: 1200px;
}

.moment_right_r {
  width: 620px;
  margin-left: 58px;
}

.moment_right_r p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.moment_right_r span {
  font-size: 24px;
  font-weight: 400;
  color: #A7A7A7;
  line-height: 50px;
}

.moment_right_r ul {
  margin-top: 20px;
}

.moment_right_r ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 35px;
  cursor: pointer;
}

.moment_right_r ul li:hover {
  color: #F82C3D;
}

/* 标题 */
/* .title {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}

.title p {
  font-size: 30px;
  color: #F82C3D;
  line-height: 26px;
  letter-spacing: 16px;
  font-weight: 500;
}

.title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 60px;
} */

.moment .next,
.moment .prev {
  position: relative;
  border-radius: 0px;
}