/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  max-width: 480px;
  margin: 0 auto;
}

.wrapper {
	width:6.75rem;
}

/* banner */
.ban {
  width: 100%;
  height: 13rem;
  background: url(../img/ban_igcse.jpg) no-repeat;
  background-size: 100% 13rem;
  position: relative;
}

/* 标题 */
.title_igcse h6{
	font-size: 1rem;
	line-height: 1rem;
	color: #1e63c5;
	position: relative;
	text-align: center;
}
.title_igcse h6 b{
	font-size: 0.5rem;
	display: block;
	line-height: 0.6rem;
}
.title_igcse p{
	width: 15.5rem;
	font-size: 0.6rem;
	padding-top: 0.5rem;
	color: #000;
	line-height: 1rem;
	margin: 0 auto;
	text-align: center;
}

/* 按钮 */
.anniu_sy{
	display: block;
	float: center;
	margin: 0 auto;
	font-size: 0.7rem;
	color: #fff;
	width: 9rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	text-align: center;
	line-height: 1.5rem;
	box-shadow: 0 0.025rem 0.125rem 0.05rem rgb(0, 0, 0, 0.3);
}

.anniu_sy:last-child{
	background-color: #ef2e3c;
}
.anniu_sy:last-child:hover{
	background-color: #07113d;
}
.anniu_sy:nth-last-child(2) {
	background-color: #07113d;

}
.anniu_sy:nth-last-child(2):hover {
	background-color: #ef2e3c;
}

/* IGCSE是什么？ */
.why_igcse{
	width: 16.75rem;
	margin:0 auto;
	border-radius: 0.5rem;
	margin-top: -2rem;
	position: relative;
	background-color: #fff;
	padding: 1rem 0 1rem 0;
	box-shadow: 0 0 0.25rem 0.05rem rgba(78, 94, 193, 0.76);
}
.why_igcse .title_igcse p{
	text-align: justify;
}
.w{display: flex; justify-content:space-around; flex-flow: row nowrap; margin:0 auto;}
.w .wleft_ig{
	float: left;
	margin-top: 1rem;
	margin-left: 0.625rem;
}
.w .wleft_ig li{
	width: 6.3rem;
	float: left;
	position: relative;
}
.w .wleft_ig li span{
	position: absolute;
	top: 1.25rem;
	width: 100%;
	height: 2.5rem;
	display: flex;
	font-size: 0.5rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(19, 101, 234, 0.75);
}
.w .wleft_ig li span b{
	font-size: 0.7rem;
	color: #fff;
	display: contents;
}
.wleft_ig li p{
	font-size: 0.45rem;
	line-height: 0.6rem;
	color: #000;
	margin-top: 0.5rem;
	text-align: justify;
}
.w .wleft_ig li img{
	width: 6.25rem;
	background-size: 100% 6.25rem;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.25rem 0.05rem rgba(78, 94, 193, 0.76);
}
.w .wleft_ig li:last-child{
	margin-right: 0;
}
.w .wleft_ig li:last-child::after{
	background: none;
}

.w .wcenter_ig{text-align: center; width: 0.975rem; height: 0.4rem; overflow: hidden; float: left; margin-left: 0.2rem; margin-top: 3.3rem;}
.w .wcenter_ig img{width: 0.975rem; height: 0.4rem; position: relative;}

.w .wright_ig{
	float: right;
	margin-top: 1rem;
	margin-right: 0.625rem;
}
.w .wright_ig li{
	width: 6.3rem;
	float: right;
	position: relative;
}
.w .wright_ig li span{
	position: absolute;
	top: 1.25rem;
	width: 100%;
	height: 2.5rem;
	display: flex;
	font-size: 0.5rem;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(19, 101, 234, 0.75);
}
.w .wright_ig li span b{
	font-size: 0.7rem;
	color: #fff;
	display: contents;
}
.w .wright_ig li p{
	font-size: 0.45rem;
	line-height: 0.6rem;
	color: #000;
	margin-top: 0.5rem;
	text-align: justify;
}
.w .wright_ig li img{
	width: 6.25rem;
	background-size: 100% 6.25rem;
	border-radius: 0.25rem;
	box-shadow: 0 0 0.25rem 0.05rem rgba(78, 94, 193, 0.76);
}
.w .wright_ig li:last-child{
	margin-right: 0;
}
.w .wright_ig li:last-child::after{
	background: none;
}

.wright_igcse{
	float: left;
	margin-left: 0.625rem;
}
.wright_igcse h6{
	width: 4.7rem;
	height: 1.6rem;
	margin-top: 1rem;
	border-radius: 0.125rem;
	background-color: rgba(19, 101, 234, 0.26);
}
.wright_igcse h6 b{
	width: 4.375rem;
	height: 1.1rem;
	border-radius: 0.125rem;
	display: inline-block;
	margin: 0.2rem 0 0 0.175rem;
	font-size: 0.7rem;
	color: #fff;
	text-align: center;
	line-height: 1.1rem;
	font-weight: normal;
	background-color: rgba(19, 101, 234, 1);
}
.wright_igcse p{
	width: 15.5rem;
	font-size: 0.6rem;
	color: #000;
	text-align: justify;
	line-height: 1rem;
	margin-top: 0.4rem;
}

/* 课程科目 */
.kemu_igcse{background:#fafafa;
  margin:0 auto;
  box-sizing:border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top:2rem;
  width:100%;
  overflow: hidden;
}
.kemu_igcse img{
	width: 100%;
	height: 26.775rem; 
	background-size: 100% 26.775rem;
	position: relative;
}
.kemu_igcse .anniu_sy{
	margin-top: 1rem;
}

/* 备考主科目 */
.beikao_igcse{
  margin:0 auto;
  box-sizing:border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width:90%;
  overflow: hidden;
}
.beikao_igcse .navbar{
	margin:0 auto;
	height: 2rem;
	margin-top: 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.beikao_igcse .navbar .item{
	width: 8.25rem;
	height: 1.5rem;
	float: left;
	margin-top: 0.5rem;
	font-size: 0.7rem;
	color: #fff;
	text-align: center;
	line-height: 1.5rem;
	cursor: pointer;
	background-color: #97a5b9;
}
.beikao_igcse .navbar .active{
	height: 2rem;
	margin-top: 0;
	line-height: 2rem;
	background-color: #1e63c5;
}
.beikao_igcse .navbar .item:last-child{
	margin-left: 0.25rem;
}
.beikao_igcse .bk_list{
	display: none;
}
.beikao_igcse .show{
	display: block;
}
.beikao_igcse .topM{
	margin-top: 1rem;
}
.beikao_igcse .topM p{
	font-size: 0.6rem;
	color: #333;
}
.beikao_igcse .topM p:first-child{
	color: #ef2e3c;
	padding-bottom:0.5rem;
}
.beikao_igcse .bottom{ 
	display: flex;
	justify-content: space-around; 
	padding-top: 1.5rem; 
}
.beikao_igcse .bottom dl{ 
	width: 4.5rem;
	text-align: center; 
}
.beikao_igcse .bottom dl img{ 
	width:4.25rem; 
	width:4.25rem; 
	margin: 0 auto; 
}
.beikao_igcse .bottom dl dd b{ 
	font-size: 0.6rem;
	color: #ef2e3c;
	padding: 0.5rem 0 0.5rem 0;
	display: block; 
}
.beikao_igcse .bottom dl dd p{ 
	text-align: left; 
	font-size: 0.5rem;
	color: #000;
	line-height: 0.7rem;
	padding: 0;
	text-align: justify;
}

/* 课程体系 */
.tixi_aeas{
	width: 100%;
	height: 4rem;
	padding-top: 1.6rem;
	background-color: #1e63c5;
}
.tixi_aeas .tit{
	width: 90%;
	margin:0 auto;
}
.tixi_aeas .tit h6{
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.2rem;
	padding-left: 1rem;
	border-left: 0.25rem solid #fff;
}
.tixi_aeas .tit p{
	font-size: 0.65rem;
	color: #fff;
	line-height: 0.75rem;
	padding-left: 1.25rem;
	padding-top: 0.25rem;
}
.jibie_aeas{
	width: 90%;
	margin:0 auto;
	margin-top: 1rem;
	margin-bottom: 2rem;
	border-right: 0.025rem solid #1e63c5;
}
.jibie_aeas .biaoti td{
	border-left-color: #fff;
	background-color: #1e63c5;
	color: #fff;
	line-height:2.3rem;
	font-size: 0.65rem;
}
.jibie_aeas .biaoti td:first-child{
	border-left: 0.025rem solid #1e63c5;
}
.jibie_aeas tr td{
	font-size: 0.5rem;
	color: #000;
	text-align: center;
 	vertical-align: middle;
	padding: 0.875rem 0;
	line-height: 1rem;
	border-left: 0.025rem solid #1e63c5;
	border-bottom: 0.025rem solid #1e63c5;
}
.jibie_aeas tr td a{
	color: #f00;
}
.jibie_aeas tr td a:hover{
	font-weight: bold;
}
.jibie_aeas tr td:nth-child(2){
	line-height: 1rem;
}
.jibie_aeas tr td:nth-child(3){
	line-height: 1rem;
}

/* 展会活动 */
.tiyan_gjcz{
	width: 100%;
	height: 9.35rem;
	background: url(../img/tybg_gjcz.jpg) top center no-repeat;
	background-size: 100% 9.35rem;
}
.tiyan_gjcz h6{
	font-size: 0.825rem;
	color: #fff;
	text-align: center;
	line-height: 1rem;
	padding-top: 1.5rem;
}
.tiyan_gjcz p{
	font-size: 0.5rem;
	color: #f3f6fe;
	text-align: center;
	line-height: 0.88rem;
	margin-top: 0.5rem;
}
.tiyan_gjcz a{
	width: 5rem;
	height: 1.5rem;
	border: 0.025rem solid #f3f6fe;
	border-radius: 0.25rem;
	margin: 0.5rem auto 0;
	display: block;
	font-size: 0.7rem;
	color: #f3f6fe;
	font-weight: bold;
	text-align: center;
	line-height: 1.5rem;
}
.tiyan_gjcz a:hover{
	background-color: #fff;
	color: #333;
}


/* 校区环境 */
.huanjing {background:#fff;
  margin:0 auto;
  box-sizing:border-box;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width:100%;
  overflow: hidden;
}
.huanjing .title_igcse p {
  text-align: center;
}

.huanjing .btn_hg {
  width: 7.65rem;
  height: 1.2rem;
  margin: 1.25rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  color: #fff;
  text-align: center;
  border-radius: .6rem;
  background: linear-gradient(90deg, #ff5a2c 0%, #ff8439 100%);
}
.banci_tit{
	padding:0 1rem;
	margin-top:1.52rem;
}
.banci_tit ul{
 display: flex;
 justify-content:space-between;
 flex-wrap:wrap;
}
.banci_tit ul li{
    width:30%;
    height: 1.6rem;
	   line-height: 1.6rem;
    text-align: center;
    background:#ffeddf;
    color:#f6492a;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    border:1px solid #f64a2a;
    cursor: pointer;
}
.banci_tit ul li:first-child{
	width:48%;
	margin-bottom:0.72rem;
}
.banci_tit ul li:nth-child(2){
	width:48%;
	margin-bottom:0.72rem;
}
.banci_tit ul li.cur{
    width:30%;
	   height: 1.6rem;
  		line-height: 1.6rem;
    text-align: center;
    background: linear-gradient(to right, #ff4800, #f87128);
    background: -webkit-linear-gradient(to right, #ff4800, #f87128);
    background: -o-linear-gradient(to right, #ff4800, #f87128);
    background: -ms-linear-gradient(to right, #ff4800, #f87128);
    background: -moz-linear-gradient(to right, #ff4800, #f87128);
    color:#fff;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    position: relative;
}
.banci_tit ul li:first-child.cur{
  	 width:48%;
  	 margin-bottom:0.5rem;
}
.banci_tit ul li:nth-child(2).cur{
	  width:48%;
   	margin-bottom:0.5rem;
}
.banci_tit ul li.cur:after{
	position: absolute;
	top: 1.6rem;
	left: 2rem;
	content:'';
	border-top:10px solid #f75d29;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
}
.banci_tit ul li:first-child.cur:after{
  left: 3.6rem;
}
.banci_tit ul li:nth-child(2).cur:after{
	 left: 3.6rem;
}

.banci_zhuyao div img{
	margin-top: 0.5rem;
}

.bd{ width:100%; height:auto; background:#3b70fb; padding:0.98rem 0 1.8rem;}
.bd-con{ width:96%; margin:0 auto; overflow:hidden}
.bd-con h6{ font-size: 1.36rem; color:#fff;text-align: center;font-weight: bold;margin-bottom: 0.6rem}
.bd-con h6 span{color:#ef8266 }
.bd-con input,.bd-con select {width: 72%;height:2rem;line-height: 0.8rem;background: #fff;border-radius: 0.18rem;color: #666;font-size: 0.72rem;padding-left: 3%;line-height: 100%;margin:0 auto 0.6rem;border: none; display:block}
.bd-con select {width: 75%;padding-left: 2%;}
::-webkit-input-placeholder{color: #666;}
.bd-con button {width: 80%;display:block;margin:0 auto;height:2.16rem;line-height: 1.6rem;background: linear-gradient(45deg,#f19c76,#ed715c ); background: -webkit-linear-gradient(45deg,#f19c76,#ed715c );color: #fff;font-size: 0.8rem;text-align: center; border-radius: 2rem; }

