@charset "UTF-8";
body,html{
  scroll-behavior: smooth;
}
.flex {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;    /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body {
  overflow-x: hidden;
}
.flexST {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;    /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.flexCT {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;    /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  justify-content:center;
  align-items: center;
}
.flexTop {
  display: -moz-box;  /* Firefox */
  display: -ms-flexbox;    /* IE10 */
  display: -webkit-box;    /* Safari */
  display: -webkit-flex;    /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  justify-content:center;
  align-items: flex-start;
}
.wid1200 {
  width: 1200px;
  margin: 0 auto;
}
.tc {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.rltv {
  position: relative;
}
.red {
  color: #e60000;
}
.bold {
  font-weight: bold;
}
.green {
  color: #0678ff;
}
.blue {
  color: #061983;
}
.deep-blue {
  color: #2206e0;
}
.gray {
  color:#363636
}
.ovhn {
  overflow: hidden;
}
.colc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rowc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.txtc {
  text-align: center;
}
.rltv {
  position: relative;
}
.line {
  display: inline-block;
  width: 3px;
  height: 24px;
  background: #f39800;
}
.circle {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #6379fa;
}
/*****公共标题****/
.activity-title {
  color: #424a5c;
  font-size: 18px;
  margin-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #efefef;
}
.activity-title .line {
  background: #f39800;
  margin-right: 12px;
}
.activity-title .more {
  font-size: 14px;
  color: #6e6e6e;
}
/******联系我们********/
.conact-us {
  margin-top: 22px;
}
.conact-us-four {
  margin-left: 15px;
}
.common-title {
  color: #696969;
  font-size: 14px;
  padding: 45px 0 12px 0;
  border-bottom: 1px dashed #ababab;
}
.common-title .desc{
  font-size: 14px;
}
.common-title a{
  color: #2e2e2e;
  margin-top: 5px;
  font-weight: bold;
}
.common-title .title-name{
 font-size: 24px;
}
.common-title .line {
  margin-right: 16px;
}
.common-title .circle {
  margin: 0 15px
}
.clearfloat:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0
}
.clearfloat{
  zoom:1
}
.position {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  font-size: 14px;
  color: #424a5c;
}
.position h1 {
    display: inline-block;
}
.position span a:hover {
    color:#4d68ff
}
/*获取短信验证码**/
#phone {
  position: relative;
}
#dumiao {
  width: 95px;
  display: none;
}
#yzm:hover{
  cursor: pointer;
  color: #4d68ff;
}
#captcha {
  position: absolute;
  top:2px;
  right: 40px;
  width: 55px;
}
#yzm, #dumiao {
  position: absolute;
  right: 40px;
  top: 5px;
  font-size: 12px;
  font-weight: bold;
}
/****公共右侧部分的标题*******/
.hot-school>p,.aboard-plan>p {
  margin-top: 16px;
  margin-bottom: 40px;
}
.hot-school>p img {
  width: 150px;
}
#main {
  float: left;
  width: 840px;
}
#aside {
  float: right;
  width: 320px;
  margin-top: 30px;
}
.aside-title {
  font-size: 20px;
  color: #303849;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.aside-title .more {
  font-size: 14px;
  color: #6e6e6e;
  float: right;
  margin-top: 4px;
  font-weight: normal;
}
.aside-title .more:hover {
   color: #4d68ff;
}
/********留学方案*************/
.aboard-plan {
  margin-top: 20px;
}
.aboard-plan img{
  width: 291px;
  height: 97px;
  margin-left:15px;
  margin-bottom: 6px;
}
/*****名师推荐*******/
.teacher-recommend {
  margin-bottom: 40px;
}
.teacher-container {
  margin-top: 12px;
}
.teacher-container >img {
  width: 145px;
  /*height: 118px;*/
  float: left;
  margin-right: 20px;
}
.teacher-container >h2 {
  font-weight: normal;
}
.teacher-container >h2 p {
  color: #303849;
  font-size: 12px;
  margin-bottom: 8px;
}
.teacher-container >h2 .teacher-name {
  font-size: 20px;
}
.introduce {
  font-size: 14px;
  margin-top: 15px;
  color: #7e7e7e;
  line-height: 25px;
}
.introduce span {
  word-break: break-all;
}
/******定制留学方案***/
.study-abroad-program {
  width: 320px;
  border: 1px solid #eee;
}
.study-abroad-program >h2{
 height: 44px;
 line-height: 44px;
 font-size: 18px;
 font-weight: normal;
 text-align: center;
}
.dingzhi-contain {
  border-top: 1px solid #eee;
}
.dingzhi-contain:last-child {
  height: 50px;
}
.dingzhi-contain:last-child p{
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 154px;
  background: #6379fa;
  border-radius: 5px;
  color: #fff;
  margin: 7px auto 0;
  cursor: pointer;
}
.dingzhi-contain>div {
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #eee;
  padding-left: 15px;
  font-size: 14px;
  color: #7d7d7d;
}
.dingzhi-contain>div>img {
 margin-top: 13px;
 margin-right: 8px;
}
.dingzhi-contain>div:last-child {
  float: left;
  width: 195px;
  border-right: none;
  position: relative;
}
.dingzhi-contain>div:last-child select {
  width: 100%;
  border: none;
}
.dingzhi-contain>div:last-child input[type=text] {
  width: 100%;
  height: 99%;
  border: none;
  font-size: 12px;
  padding-right: 80px;
}
.dingzhi-contain #yzm, .dingzhi-contain #dumiao{
  top: 0;
  right: 5px;
}
.dingzhi-contain #captcha {
  right:0;
}
.tiwen a {
  color: #fd0000;
}
.tiwen a:hover {
   text-decoration: underline;
}


/* 热门项目，热门讲座 */
#aside .hot-item .aside-title {
	margin-top: 20px;
}
#aside .hot-lecture .aside-title {
	margin-top: 25px;
}
.hot-item .img-container img,
.hot-lecture .img-container img {
	width: 320px;
	height: 520px;
}
.swiper-pagination-bullet {
	background-color: #a8a8a8;
}
.hot-item .swiper-pagination-bullet-active,
.hot-lecture .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 15px;
	background-color: #6379fa;
}
