@charset "UTF-8";

body {
  padding-bottom: 90px;
}

.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1500px;
  background: url(../image/topbg.jpg) no-repeat center;
}

.title-con {
  margin-top: 750px;
  width: 100%;
  text-align: center;
}

.sub-title .line {
  width: 115px;
  height: 1px;
  background: #312b2c;
  margin-top: 2px;
}

.sub-title {
  width: 465px;
  margin: 0 auto;
  font-size: 20px;
  color: #312b2c;
}

.banner-title {
  font-size: 50px;
  font-weight: bold;
  color: #312b2c;
  margin-bottom: 10px;
}

.video-box {
  width: 1015px;
  height: 587px;
  margin: 30px auto 0;
  padding: 18px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 24%);
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 24%);
}

#videoPlayer {
  width: 980px;
  height: 550px;
  background-color: #33353c;
  border: solid 18px #33353c;
}

.video-container {
  width: 100%;
  height: 647px;
}

.plan-feature {
  width: 100%;
  height: 2320px;
  background: #6db0e4 url(../image/plan-bg.jpg) no-repeat center top;
}

.plan-feature::before {
  content: "";
  display: table;
}

.plan-title-contain {
  text-align: center;
  color: #312b2c;
  margin-top: 35px;
}

.plan-title {
  font-size: 50px;
  font-weight: bold;
}

.plan-line {
  width: 610px;
  height: 1px;
  background: #3e81bb;
  margin: 3px auto 0;
}

.plan-sub-title {
  font-size: 44px;
}

.plan-time {
  width: 535px;
  height: 60px;
  box-sizing: border-box;
  line-height: 52px;
  margin: 30px auto;
  background: #00548c;
  border: 4px solid #289fe7;
  border-radius: 30px;
  font-size: 26px;
  color: #fff;
}

.plan-list {
  position: relative;
  width: 1224px;
  margin: 220px auto 0;
  padding: 68px 38px 10px;
  background: linear-gradient(to bottom, #125480, #79bfed);
  border-radius: 20px;
}

.plan-list::before {
  position: absolute;
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 1214px;
  height: 211px;
  content: '';
  background: url(../image/teacher.png) no-repeat center;
}

.clearfix {
  zoom: 1;
}

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

.plan-list li {
  margin-bottom: 30px;
  border-radius: 15px;
  border-top-left-radius: 0;
  padding-bottom: 72px;
  width: 550px;
  background: #fff;
  position: relative;
}

.list-title {
  font-size: 22px;
  height: 75px;
  width: 480px;
  background: url(../image/t-img.png) no-repeat;
  background-size: cover;
  margin-left: -20px;
  margin-top: -22px;
  color: #000;
}

.list-title.wid540 {
  width: 540px;
}

.uk-course {
  margin-top: 15px;
  text-align: left;
  line-height: 18px;
}

.pl25 {
  padding-left: 25px;
}

.list-text {
  margin-top: 5px;
}

.list-content {
  padding-left: 25px;
}

.mb15 {
  margin-bottom: 15px;
}

.list-sub-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 6px;
  margin-bottom: 6px;
}

.list-sub-title img {
  margin-right: 10px;
  margin-top: 2px;
  width: 20px;
  height: 20px;
}

.list-detail {
  text-align: left;
  padding-left: 25px;
  font-size: 16px;
  color: #000;
}

.list-detail p {
  position: relative;
  padding-left: 10px;
}

.list-detail p::after {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  left: 0;
}

.plan-list-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #414141;
  width: 100%;
  height: 72px;
  overflow: hidden;
}

.zhibo {
  width: 170px;
  height: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
  background: #68f0e9;
  font-size: 28px;
  line-height: 52px;
  text-align: center;
}

.zhibo-time {
  color: #68f0e9;
  font-size: 28px;
  margin-left: 35px;
}

.teacher-contain {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 50px;
  margin-bottom: 20px;
}

.teacher-name {
  flex-shrink: 0;
  width: 70px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

/*留学的那些事*/
.liuxue {
  width: 100%;
  height: 1630px;
  background: url(../image/liuxue.jpg) no-repeat center;
  padding-top: 44px;
}

.lixue-list {
  width: 1200px;
  margin: 15px auto 20px;
}

.liuxue-img-con {
  position: relative;
}

.liuxue-img-con .liuxue-img {
  width: 100%;
  height: 224px;
}

.play-icon {
  width: 75px;
  height: 61px;
  background: url(../image/play-icon.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
}

.lixue-list li {
  width: 390px;
  margin-bottom: 20px;
}

.major-desc {
  margin-top: 15px;
  padding-left: 5px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.major-desc img {
  margin-right: 10px;
}

.news-list {
  width: 1200px;
  height: 320px;
  margin: 20px auto;
  padding: 10px 38px;
  background: url(../image/news-bg.jpg) no-repeat center;
}

.news-list li {
  width: 520px;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed #ccc;
  color: #000;
  font-size: 16px;
}

.news-list li:hover .news-desc {
  color: #a40000;
}

.tips {
  font-size: 20px;
  background: #ffe700;
  padding: 3px 5px;
  font-weight: bold;
  margin-right: 3px;
}

.choice {
  width: 100%;
  height: 1960px;
  padding-top: 30px;
  background: url(../image/choice.jpg) no-repeat center;
}

.countrys {
  width: 1300px;
  margin: 0 auto;
  background: url(../image/c-bg.png) no-repeat top center;
}

.choice-title {
  margin-bottom: 20px;
}

.first-country,
.second-country {
  width: 1200px;
  margin: 0 auto 35px;
}

.first-country li {
  width: 382px;
  height: 415px;
  padding-top: 10px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.first-country li:hover,
.second-country li:hover {
  -webkit-box-shadow: 0 3px 16px 0 rgb(0 0 0 / 55%);
  box-shadow: 0 3px 16px 0 rgb(0 0 0 / 55%);
}

.look-more {
  font-size: 20px;
  margin-top: 12px;
}

.look-more:hover {
  color: #95121f;
}

.c-name {
  position: absolute;
  background: url(../image/country-t-bg.png) no-repeat;
  width: 216px;
  height: 58px;
  line-height: 58px;
  top: 40px;
  left: 15px;
  color: #fff;
  font-size: 30px;
  text-align: left;
  padding-left: 40px;
}

.second-country li {
  width: 284px;
  height: 415px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.second-country .c-name {
  left: 11px;
}

.more-country {
  width: 534px;
  height: 80px;
  line-height: 76px;
  margin: 0 auto 40px;
  background: #ffe700;
  border: 4px solid #e60012;
  color: #931625;
  border-radius: 80px;
  text-align: center;
  font-size: 28px;
  transition: all 0.3s;
}

.more-country:hover {
  background: #931625;
  color: #ffe700;
}

/* 热门专业 */
.major-list {
  width: 1200px;
  margin: 0 auto;
}

.major-list li {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 34px;
  padding: 7px;
}

.majo-bg {
  position: absolute;
  bottom: -112px;
  right: -110px;
  opacity: 0.6;
}

.major-info {
  overflow: hidden;
  border-radius: 50%;
}

.major-list li:hover .white-bg {
  background: #ffe700;
}

.white-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.major-name {
  background: #931625;
  color: #fff;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

/* 热门留学 */
.liuxue-hot {
  width: 100%;
  height: 600px;
  background: url(../image/hot-luxue-bg.jpg) no-repeat center;
  padding-top: 45px;
}
.hot-list {
  width: 1200px;
  margin: 0 auto;
}
.hot-list li {
  width: 387px;
}
.hot-image {
  width: 100%;
  height: 270px;
  background: #152d89;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hot-image img {
  width: 100%;
  height: 100%;
}
.hot-desc {
  width: 100%;
  height: 88px;
  background: url(../image/hot-t-bg.png) no-repeat;
  position: relative;
  top: -20px;
  font-size: 22px;
  color: #000;
  text-align: center;
  padding-top: 30px;
}
.hot-desc:hover {
  color: #95121f;
}
.hot-image-desc {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 323px;
  height: 120px;
  background: url(../image/hot-country-bg.png) no-repeat;
  color: #fff;
  font-size: 34px;
  padding-left: 20px;
}

.liuxue-hot .more-country {
  width: 364px;
}

.chuguo-plan {
  width: 100%;
  height: 915px;
  background: url(../image/chuguo-plan-bg.jpg) no-repeat center;
  padding-top: 40px;
}

.chuguo-list {
  width: 1200px;
  margin: 30px auto 0;
}

.chuguo-list li {
  width: 586px;
  height: 346px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.ghucuo-img {
  width: 100%;
  height: 276px;
}
.chuguo-desc {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #000;
}
.chuguo-desc:hover {
  color: #95121f;
}

.liuxue-travel {
  width: 100%;
  height: 600px;
  background: url(../image/hot-luxue-bg.jpg) no-repeat center;
  padding-top: 45px;
}

.travel-list {
  margin-top: 90px;
}

.travel-list li {
  width: 558px;
  height: 348px;
  background: #4996cf;
  border-radius: 10px;
  position: relative;
}
.travel-bg {
  width: 100%;
  height: 100%;
  background: #4996cf;
  border-radius: 10px;
  position: absolute;
  left: 30px;
  top: -20px;
}
.travel-content {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  top: -10px;
}
.travel-list li:first-child {
  margin-right: 60px;
}

.travel-title {
  width: 560px;
  height: 82px;
  background: url(../image/t-img.png) no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  color: #000;
  text-align: center;
  padding-top: 22px;
  margin-top: -42px;
  margin-left: -20px;
}
.book {
  padding: 15px 25px;
  color: #021a32;
}
.book-desc {
  width: 340px;
  font-weight: bold;
}
.book-title {
  font-size: 26px;
  margin-bottom: 15px;
}
.b-left {
  margin-right: 10px;
}
.b-right {
  line-height: 25px;
  font-size: 16px;
}
.min-ceo {
  font-size: 16px;
}
.buy-book {
  width: 175px;
  height: 47px;
  line-height: 40px;
  margin: 0 auto 40px;
  background: #ffe700;
  border: 3px solid #e60012;
  color: #931625;
  border-radius: 80px;
  text-align: center;
  font-size: 19px;
  transition: all 0.3s;
  display: block;
}
.buy-book:hover {
  background: #931625;
  color: #ffe700;
}

/* 零元领取留学大礼包 */
.libao {
  width: 100%;
  height: 705px;
  background: url(../image/libao-bg.jpg) no-repeat center;
  padding-top: 50px;
}

.libao-form {
  width: 1084px;
  height: 532px;
  padding-top: 40px;
  margin: 20px auto;
  background: url(../image/libao-form-bg.png) no-repeat;
}

.form-title {
  color: #000;
  font-size: 24px;
  text-align: center;
}

.libao-book {
  width: 770px;
  margin-top: 30px;
  margin-left: 117px;
}

/* 表单1 */
#form1 li:not(:last-child) {
  height: 48px;
  background: #fff;
  border-radius: 8px;
  padding: 0 10px;
}

#form1 {
  width: 950px;
  margin: 45px auto 0;
}

#form1 li:last-child {
  width: 166px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  border: 1px solid #ffea00;
  background: #f39800;
  border-radius: 8px;
}

#form1 input {
  outline: none;
  border: none;
  height: 46px;
  width: 150px;
  padding-left: 5px;
}

/* 表单2 */
#form2 {
  position: relative;
}

#form2 li:not(:last-child) {
  height: 48px;
  background: #fff;
  border-radius: 8px;
  padding: 0 10px;
}

#form2 {
  width: 950px;
}

#form2 li:last-child {
  width: 162px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #2c3c96;
  font-size: 22px;
  cursor: pointer;
  background: #fee006;
  -webkit-box-shadow: 0 3px 16px 0 #fee006;
  box-shadow: 0 3px 16px 0 #fee006;
  border-radius: 8px;
}

#form2 input {
  outline: none;
  border: none;
  height: 46px;
  width: 130px;
  padding-left: 5px;
}

.input-contain {
  position: relative;
}

.input-contain span {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 16px;
  margin-left: 15px;
}

.input-contain .kaptchaCode {
  width: 160px !important;
}

.input-contain .kaptchaBtn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #f00;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.input-contain .kaptchaBtn:hover {
  color: #f39800;
}

.footer-img {
  padding-top: 20px;
}

.footer-img img {
  width: 100%;
  margin-top: 20px;
}

.fix-footer {
  background: #404445;
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}

.footer-btn {
  position: absolute;
  left: -260px;
  top: -100px;
}
