/*公共*/
body{
	font-family: "Microsoft YaHei";
}
div{
	box-sizing: border-box;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
li{
	list-style: none;
}
/*面包屑导航*/
.breadcrumbs{
	margin: 35px 0 25px;
}
.breadcrumbs p{
	padding-left: 30px;
	font-size: 18px;
	background: url(../images/guoji.png) left center no-repeat;
}
.breadcrumbs a{
	padding: 0 10px;
	border-left: 2px solid #b0b0b0;
	color: #b0b0b0;
}
.breadcrumbs a:hover{
	text-decoration: underline;
}
.breadcrumbs a:first-child{
	border-left: none;
}
.breadcrumbs .active a{
	color: #0072bb;
	border-left: 2px solid #0072bb;
}
/*标题*/
.title{
	margin: 0 auto 35px;
    text-align: center;
    color: #0072bb;
    padding-top: 25px;
}
.section_title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #0072BB;
}
.section_sub_title {
  width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #0072BB;
}
.section_title_two, .section_sub_title_two {
  color: #fff;
}
.title h3{
	font-weight: bold;
	font-size: 28px;
}
.title h3 span{
  position: relative;
}
.title h3 span::after,.title h3 span::before{
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 24px;
    top: 10px;
    background: url(../images/tit-left.png) no-repeat top right
}
.title h3 span::after{
    left: -136px;
}
.title h3 span::before{
    right: -136px;
    background: url(../images/tit-right.png) no-repeat top left
}
.title p{
	margin-top: 15px;
	font-size: 14px;
}
/*swiper公共*/
.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{
  opacity: 1;
  color: #dddbdb;
  background-color: #fff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  width: 100px;
  height: 100%;
  color: #fff;
  background-color: #3399ff;
  top: 22px;
  right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  width: 100px;
  height: 100%;
  color: #fff;
  background-color: #3399ff;
  top: 22px;
  left: 0;
}
.swiper-slide .content{
  padding: 30px 130px 50px;
  display: flex;
  flex-direction: column;
}
.swiper-slide .content h3{
  color: #0072bb;
  font-size: 20px;
  line-height: 2;
}
.swiper-slide .content p{
  color: #666;
  font-size: 16px;
  line-height: 1.5;
}
.swiper-pagination-bullet-active{
  width: 23px;
  border-radius: 10px;
}

/*方案*/
.fa-btns{
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.fa-btns .btn-item{
  width: 130px;
  height: 130px;
  background: url(../images/swiper-btn-bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.fa-btns .btn-item span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.2);
}
.swiper-container-fa{
  width: 100%;
  /*height: 500px;*/
  position: relative;
  box-shadow: 0px 0px 20px 3px rgb(200,200,200,0.3);
  overflow: hidden;
}

/*时间表*/
.time-btns{
  width: 160px;
  margin: 0 auto;
  display: flex;
}
.time-btns p{
  display: inline-block;
  width: 50%;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  color: #666;
  font-size: 18px;
}
.time-btns p.active{
  color: #fff;
  background-color: #2ec9f1;
}
.time-item{
  display: none;
  margin: 10px auto;
}
.time-item img{
  min-width: 1200px;
}
.time-item.active{
  display: block;
}
/*生活费用*/
.cost-con{
  display: flex;
}
.area{
  width: 300px;
}
.area li{
  text-align: center;
}
.process{
  width: 650px;
}
.year{
  width: 250px;
}
.year li{
  text-align: right;
}
.area li,.year li{
  height: 40px;
  color: #0072bb;
  font-weight: bold;
}
.progress-bar-class1{
  background-color: #ea8080;
}
.progress-bar-class2{
  background-color: #f1b676;
}
.progress-bar-class3{
  background-color: #f0d99a;
}
.progress-bar-class4{
  background-color: #efea93;
}
.progress-bar-class5{
  background-color: #d6ef89;
}
.progress-bar-class6{
  background-color: #beef61;
}
/*留学费用*/
.exp{
  display: flex;
  justify-content: space-between;
}
.exp-item{
  width: 380px;
  height: 340px;
}
.exp-item>div{
  width: 100%;
  height: 100%;
  padding: 0 35px;
  color: #eee;
  background-color: rgba(51,142,221,0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.exp-item h3{
  font-size: 20px;
  line-height: 3;
  font-weight: bold;
}
.exp-item p{
  font-size: 15px;
  line-height: 1.5;
}
/*条件*/
.tj-btns{
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.tj-btns .btn-item{
  width: 130px;
  height: 130px;
  background: url(../images/swiper-btn-bg.png);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.tj-btns .btn-item span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.2);
}
.swiper-container-tj{
  width: 100%;
  /*height: 285px;*/
  position: relative;
  box-shadow: 0px 0px 20px 3px rgb(200,200,200,0.3);
  overflow: hidden;
}

/*申请资料*/
/*考试要求*/
.require{
  display: flex;
}
.require>img{
  width: 45%;
}
.require>div{
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 20px 3px rgb(200,200,200,0.3);
}
.require>div p{
  font-size: 15px;
  color: #0072bb;
  line-height: 1.5;
}
/*.require>div span{*/
/*  width: 63px;*/
/*  height: 14px;*/
/*  cursor: pointer;*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  right: 40px;*/
/*  top: 35px;*/
/*  background: url(../images/more_pic.jpg);*/
/*}*/
/*申请技巧*/
.skill{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.skill .skill-item{
  width: 20%;
  height: 185px;
}
.skill-item>div{
  width: 100%;
  height: 100%;
  padding: 0 18px;
  color: #0072bb;
  cursor: pointer;
  background-color: rgba(255,255,255,0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.skill-item>div:hover{
  background-color: rgba(0,0,0,0.4);
  color: #eee;
}
.skill-item h3{
  font-size: 20px;
  line-height: 3;
  letter-spacing: 2px;
  font-weight: bold;
}
.skill-item p{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: bold;
}
/*院校推荐*/
.college{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.college .col-item{
  width: 380px;
  height: 340px;
  margin-bottom: 30px;
}
.col-item>div{
  width: 100%;
  height: 100%;
  padding: 0 35px;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.col-item a{
  color: #eee;
}
.col-item h3{
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.col-item p{
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

.pg-link{
  width: 1200px;
  height: 115px;
}
.pg-link a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.pg-link span{
  letter-spacing: 5px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
}
.pg-link span.pg{
  font-size: 28px;
  border: 3px solid #fff;
  font-weight: normal;
  padding: 10px;
}