/*reset*/
*{
	margin: 0;
	padding: 0;
	outline: none;
}
html, body{
	font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
	font-size: 12px;
	color: #333;
	background: #e4fafc;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	border: none;
} 
ul li, ol li {
	list-style: none;
}
li:focus, a:focus, input:focus {
	outline: none;
}
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	blr:expression(this.onFocus=this.blur());
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor: pointer;
}
/*webkit 内核选择关键字背景变黄*/
input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
/*placeholder改变颜色*/
input::-webkit-input-placeholder{
	color: #a9a9a9;
}
input:-moz-placeholder{
	color: #a9a9a9;
} 
input::-moz-placeholder{
	color: #a9a9a9;
} 
input:-ms-input-placeholder {
	color: #a9a9a9;
} 

textarea {
	white-space: pre;
	resize: none;
	border: 1px solid #ccc;
} 
fieldset, img {
	border: 0;
}
img{
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
del {
	text-decoration: line-through;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}

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

.img-responsive{
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.liebiao{
  position: relative;
}
.liebiao_list{
  width: 17.25rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  margin: -0.5rem auto 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: .75rem;
  top: -0.5rem;
}
.liebiao_list a{
  width: 25%;
  color: #000;
  text-align: center;
}

.title_sy h6 {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #333;
}

.title_fsy {
    position: relative;
    text-align: center;
    font-size: .6rem;
    color: #333;
    line-height: .65rem;
	-webkit-tap-highlight-color:   
}

/* 加拿大留学申请方案 */
.qitaxm {
	height: 15rem;
	padding-top: 1rem;
	background: url(../img/xiangmu_bg.jpg) no-repeat;
	background-size: 100% 100%;
  }
  
  .qitaxm .title_fsy::before {
	left: 3.25rem;
  }
  
  .qitaxm .title_fsy::after {
	right: 3.25rem;
  }
  
  .qitaxm .js_Swiper {
	width: 94%;
	padding: 0 3%;
	overflow: hidden;
	padding-top: 1.6rem;
  }
  
  .qitaxm .js_Swiper .swiper-slide {
	width: 9rem;
	float: left;
	padding-top: .25rem;
	margin-right: .75rem;
  }
  
  .qitaxm .js_Swiper .swiper-slide li {
    width: 9rem;
    height: 11.8rem;
	border-radius:0.2rem;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
    background-color: #fff;
    position: relative;
	box-shadow: 0 3px 10px 2px rgb(8 51 136 / 10%);
  }
  
  
  .qitaxm .js_Swiper .swiper-slide li img {
	width: 9rem;
	height: 3.6rem;
	display: block;
  }
  
  .qitaxm .js_Swiper .swiper-slide li h6 {
	text-align: center;
	font-size: 0.7rem;
	color: #000;
	line-height: .8rem;
	margin-top: .4rem;
  }
  
  .qitaxm .js_Swiper .swiper-slide li p {
	font-size: .6rem;
	color: #555;
	line-height: .9rem;
	margin: .6rem;
  }
  
  .qitaxm .js_Swiper .swiper-slide li a {
	width: 6rem;
	height: 1.5rem;
	border-radius: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: .55rem;
	position: absolute;
	bottom: .75rem;
	left: 1.6rem;
	background: linear-gradient(to right, #ef2d3c, #fd5b5d);
	box-shadow: 0 2px 8px rgb(240 13 0 / 30%);
  }
  /* 加拿大留学申请方案 */

  
/* 加拿大院校推荐 */
.jiaoshi {
	width: 100%;
	height: 24rem;
	/* background-size: 100% 4.85rem; */
  }
  
  .jiaoshi .title_fsy::before {
	left: 3.25rem;
  }
  
  .jiaoshi .title_fsy::after {
	right: 3.25rem;
  }
  
  .jiaoshi .js_Swiper {
	width: 94%;
	padding: 0 3%;
	overflow: hidden;
	background-color: #e4fafc;
  }
  
  .jiaoshi .js_Swiper .swiper-slide {
	width: 7.55rem;
	float: left;
	margin-right: .75rem;
	margin-bottom: 1.5rem;
  }
  
  .jiaoshi .js_Swiper .swiper-slide li {
    width: 7.5rem;
    height: 10.2rem;
    border: 1px solid #fff;
    margin-top: 1rem;
    background-color: #fff;
    position: relative;
	border-radius: .3rem;
	box-shadow: 0 2px 8px rgb(37 49 57 / 30%);
  }
  
  /* .jiaoshi .js_Swiper .swiper-slide li::before {
	position: absolute;
	content: '';
	width: 6.65rem;
	height: 8px;
	border-top: 1px dashed #ddd;
	left: .4rem;
	bottom: 1.7rem;
  } */
  
  .jiaoshi .js_Swiper .swiper-slide img {
	width: 2.4rem;
    height: 2.4rem;
    display: block;
    margin: 0.5rem auto 0;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgb(60 196 206 / 30%);
}

  .jiaoshi .js_Swiper .swiper-slide li h6 {
	text-align: center;
	font-size: 0.7rem;
	color: #000;
	line-height: .8rem;
	margin-top: .35rem;
  }
  .jiaoshi .js_Swiper .swiper-slide span {
	text-align: center;
	font-size: .2rem;
	color: #555;
	line-height: .7rem;
	margin-top: .4rem;
	display: block;
  }
  
  
  .jiaoshi .js_Swiper .swiper-slide li p {
	text-align: center;
	font-size: .55rem;
	color: #000;
	margin-top: .4rem;
  }
  
  .jiaoshi .js_Swiper .swiper-slide li a {
	width: 4rem;
	height: 1.3rem;
	border-radius: .15rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: .55rem;
	position: absolute;
	bottom: .5rem;
	left: 1.75rem;
	background: #fe5c43;
	box-shadow: 0 2px 8px rgb(254 92 67 / 30%);
  }

/* 加拿大院校推荐 */

.fuwuliucheng img {
	margin-bottom: 3rem;
}
  


  
  .fw img {
	  margin-bottom: 1rem;
  }