body {
	font-size: 1.6rem;
	color: #666;
	line-height: 3.2rem;
	overflow-x: hidden;
}
ul,ul li {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
a {
	color: #666;
}
.topbar {
	background: #4376d5;
}
.header {
	color: #fff;
	padding: 1.5rem 0;

}
.header img {
	max-width: 100%;
}
.header p {
	font-size: 2rem;
	line-height: 3.6rem;
	margin: 0 0 0 0;
}
.header p > .phone {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 25px;
	background: url(../images/phone.png) no-repeat;
	background-size: 100%;
}
#searchkey {
	height:19px;
}
/*banner images width*/
.wp-showbanner {margin-top: 60px;}
.carousel-inner > .item > a > img, 
.carousel-inner > .item > img {
	/*width: 100%;*/
}

/*button*/
.btn {
	color: #fff;
	font-size: 1.8rem;
	border-radius: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 20px;
}
.btn_blue {
	background: #547afc;
}
.btn_orange	{
	background: #eda847;
}
.btn_purple	{
	background: #3333d8;
}
.btn_large {
	display: block;
	padding: 5px 60px;
	margin: 30px auto;
}
.formbox_tl {
	font-size: 2.8rem;
	line-height: 3.6rem;
	color: #4b81e5;
	margin-bottom: 30px;
	margin-top: 0;
}
.formbox input {
	display: block;
	width: 100%;
	font-size: 1.8rem;
	border: 1px solid #999999;
	padding: 10px 15px 10px 50px;
	margin-bottom: 15px;
}
.formbox input.input01 {
	background: url(../images/form01.png) no-repeat 10px center;
}
.formbox input.input02 {
	background: url(../images/form02.png) no-repeat 10px center;
}
.formbox input.input03 {
	background: url(../images/form03.png) no-repeat 10px center;
}

/*澳大利亚*/
/*导语*/
.au_daoyu {
	background: #eff1ff;
	border-radius: 3px;
	padding: 1rem;
	font-size: 1.8rem;
}
.au_daoyu span {
	position: relative;
	color: #4376d5;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 10px;
}
.au_daoyu span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 5px;
	background: #eda847;
	border-radius: 5px;
}
/*标题*/
.au_bk_h2,
.au_yjs_h2 {
	font-size: 2.8rem;
	color: #333;
	margin-top: 0;
	margin-bottom: 50px;
}
.au_bk_h2 span,
.au_yjs_h2 span{
	position: relative;
	padding: 0 0 2rem 0;
}
.au_bk_h2 span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 80%;
	background: #4376d5;
}
.au_bk_h2 span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	height: 5px;
	width: 30%;
	background: #4376d5;
}
.au_yjs_h2 span:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 30%;
	background: #4376d5;
}
.au_dl_h2 {
	font-size: 2.8rem;
	color: #333;
	margin-top: 0;
	margin-bottom: 30px;
}
.au_dl_h2 span {
	position: relative;
}
.au_dl_h2 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -52px;
	transform: translateY(-50%);
	height: 14px;
	width: 42px;
	background: url(../images/au_dl_tl_left.png) no-repeat;
	background-size: 100%;
}
.au_dl_h2 span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	height: 14px;
	width: 40px;
	background: url(../images/au_dl_tl_right.png) no-repeat;
	background-size: 100%;
}
.usa_yj_h2 {
	font-size: 2.2rem;
	color: #4b81e5;
	margin-top: 0;
	margin-bottom: 30px;
}
.usa_yj_h2 span {
	position: relative;
}
.usa_yj_h2 span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	height: 2px;
	width: 20px;
	background-color: #4b81e5;
}
.usa_yj_h2 span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
	height: 2px;
	width: 20px;
	background-color: #4b81e5;
}
/*为什么选择去澳洲读本科*/
.au_bk_why {
	width: 90%;
	padding: 30px 0 15px 0;
	/*height: 221px;*/
	margin: 30px auto;
}
.au_bk_why i {
	display: block;
	width: 50%;
	min-width: 95px;
	height: 70px;
	margin: 0 auto;
}
.au_bk_why i.au_bk_why_icon01 {
	background: url(../images/au_pc_icon09.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon02 {
	background: url(../images/au_pc_icon10.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon03 {
	background: url(../images/au_pc_icon11.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon04 {
	background: url(../images/au_pc_icon12.png) no-repeat center;
	background-size: auto 100%;
}

.au_bk_why i.au_bk_why_icon05 {
	background: url(../images/au_bk_icon01.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon06 {
	background: url(../images/au_pc_icon17.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon07 {
	background: url(../images/au_bk_pc_icon18.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon08 {
	background: url(../images/au_bk_pc_icon19.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.au_bk_why_icon09 {
	background: url(../images/au_pc_icon13.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why p{
 	width: 68%;
 	margin: 15px auto;
 }

/*申请澳洲本科需要满足的条件*/
 .au_bk_tj {
 	padding: 0 15px;
 }
 .au_bk_tj > h3 {
 	color: #f09441;
 	font-size: 1.6rem;
 	padding-top: 10px;
 }
 .au_bk_tj > h3 > i {
 	display: inline-block;
 	vertical-align: middle;
 	width: 30px;
 	height: 24px;
 }
 .au_bk_tj > h3 > i.au_bk_tj_icon01 {
  	background: url(../images/au_bk_icon05.png) no-repeat center;
  	background-size: 70%;
  }
  .au_bk_tj > h3 > i.au_bk_tj_icon02 {
  	background: url(../images/au_bk_icon06.png) no-repeat center;
  	background-size: 80%;
  }
  .au_bk_tj > h3 > i.au_bk_tj_icon03 {
  	background: url(../images/au_bk_icon07.png) no-repeat center;
  	background-size: 80%;
  }
  .au_bk_tj > h3 > i.au_bk_tj_icon04 {
  	background: url(../images/au_bk_icon08.png) no-repeat center;
  	background-size: 80%;
  }
 .au_bk_tj > h3 > i.au_yjs_tj_icon01 {
  	background: url(../images/au_yjs_icon02.png) no-repeat center;
  	background-size: 67%;
  }

  /*澳洲留学三种方案,看看哪种适合*/
  .au_bk_fa > h3 > span {
  	background: #eea845;
  	color: #fff;
  	border-top-left-radius: 10px;
  	border-bottom-right-radius: 10px;
  	font-size: 2rem;
  	line-height: 4rem;
  	padding: 5px 15px;
  }
  .au_bk_fa .au_bk_fa_all {
  	color: #fff;
  	padding: 15px;
  	margin: -1px;
  }
  .au_bk_fa .au_bk_fa_all > span{
   	color: #4b81e5;
   	font-size: 1.8rem;
   }
  .au_bk_fa .au_bk_fa_all > p {
     margin-top: 15px;
   }
  .au_bk_fa .au_bk_fa_all > a {
   	display: block;
   	/*margin: 30px 0;*/
  }
  .au_bk_fa .au_bk_fa_all > a > span{
    background: #4c6ee3;
    color: #fff;
    font-size: 1.8rem;
    padding: 5px 15px;
    }
  .au_bk_fa > .au_bk_fa_gz {
  	background: rgba(0,0,0,.8) url(../images/au_bk_img01.jpg) no-repeat center;
  	background-size: auto 100%;
  }
  .au_bk_fa > .au_bk_fa_bk {
  	background: rgba(0,0,0,.8)  url(../images/au_bk_img02.jpg) no-repeat center;
  	background-size:auto 100%;
  }
  .au_bk_fa >.au_bk_fa_dz {
  	background: rgba(0,0,0,.8)  url(../images/au_bk_img03.jpg) no-repeat center;
  	background-size:auto 100%;
  }
  .au_bk_fa > .au_bk_sq_qd {
  	background: rgba(0,0,0,.8) url(../images/au_bk_img04.jpg) no-repeat center;
  	background-size:auto 100%;
  }
  .au_bk_fa > .au_bk_sq_ws {
  	background: rgba(0,0,0,.8) url(../images/au_bk_img05.jpg) no-repeat center;
  	background-size:auto 100%;
  }
  .au_bk_fa > .au_yjs_bg_img01 {
  	background: rgba(0,0,0,.8) url(../images/au_yjs_img06.jpg) no-repeat center;
  	background-size: auto 100%;
  }
    .au_bk_fa > .au_yjs_bg_img02 {
  	background: rgba(0,0,0,.8) url(../images/au_yjs_img07.jpg) no-repeat center;
  	background-size: 100% 100%;
  }
    .au_bk_fa > .au_yjs_bg_img03 {
  	background: rgba(0,0,0,.8) url(../images/au_yjs_img08.jpg) no-repeat center;
  	background-size: 100% 100%;
  }
    .au_bk_fa > .au_yjs_bg_img04 {
  	background: rgba(0,0,0,.8) url(../images/au_yjs_img09.jpg) no-repeat center;
  	background-size: 100% 100%;
  }
    .au_bk_fa > .au_yjs_bg_img05 {
  	background: rgba(0,0,0,.8) url(../images/au_yjs_img10.jpg) no-repeat center;
  	background-size: 100% 100%;
  	margin-bottom: 15px;
  }
    .au_bk_fa > .au_yjs_bg_img06 {
  	background: rgba(0,0,0,.8) url(../images/au_yjs_img11.jpg) no-repeat center;
  	background-size: 100% 100%;
  }
 /*学校*/
 .au_bk_sch {
 	border: 1px solid #382342;
 	margin-bottom: 30px;
 }
 .au_bk_sch img {
 	display: block;
 	margin: 15px auto;
 	max-width: 100%;

 }

 .au_bk_sch p {
  	color: #fff72e;
  	background-color: #382342;
  	margin-bottom: 0;
  }

  /*专业*/



  .au_yjs_zt_04 {
  	background:url(../images/au_yjs_img04.jpg) no-repeat;
  	background-size: 100% 100%;
  }
  .au_yjs_zt_06 {
  	background:url(../images/au_yjs_img05.jpg) no-repeat;
  	background-size: 100% 100%;
  }
  .au_yjs_zt_09 {
  	background:url(../images/au_yjs_img03.jpg) no-repeat;
  	background-size: 100% 100%;
  }

.au_yjs_sq_dy {
	color: #666;
	font-size: 1.8rem;
	padding: 30px;
}
.au_yjs_sqtj_img > img {
	width: 98%;
}
.au_yjs_sqtj_txt {
	font-size: 1.8rem;
	line-height: 3.6rem;
	padding-top: 15px;
}
.au_yjs_qs  {
	width: 90%;
	margin: 30px auto;
}
.au_yjs_qs > li {
	width: 25%;
	float: left;
}
.au_yjs_qs > li > a {
	display: block;
	width: 50%;
	margin: 30px auto;
	background: #dadfe7;
	color: #4376d5;
	font-size: 2rem;
	line-height: 4rem;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.au_pc_yjs_qs {
	margin: 30px 0 30px 45px;
}
.au_pc_yjs_qs > li > a {
	display: block;
	width: 70%;
	margin: 30px 0;
}
.au_pc_bk_tab {
	width: 98%;
	margin: 15px 45px;
}
.au_pc_bk_tab > li {
	width: 16.2%;
}
.au_pc_bk_tab > li > a {
	display: block;
	width: 80%;
	margin: 30px 0;
	font-size: 1.6rem;
}
.au_yjs_qs > li.active > a {
	background: #4376d5;
	color: #fff;
}

.au_yjs_qs_img {
	padding: 15px;
}
.au_yjs_qs_img img {
	width: 90%;
}
.au_yjs_qs_txt {
	padding: 15px;
}
.au_yjs_ys {
	padding-left: 60px;
	padding-right: 60px;
} 
.au_yjs_ys h4 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.au_yjs_ys h4 i {
	display: inline-block;
	width: 20px;
	height: 32px;
	vertical-align: middle;
}
.au_yjs_ys h4 i.au_px_icon01 {
	background: url(../images/au_pc_icon01.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon02 {
	background: url(../images/au_pc_icon02.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon03 {
	background: url(../images/au_pc_icon03.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon04 {
	background: url(../images/au_pc_icon04.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon05 {
	background: url(../images/au_pc_icon05.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon06 {
	background: url(../images/au_pc_icon06.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon07 {
	background: url(../images/au_pc_icon07.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_ys h4 i.au_px_icon08 {
	background: url(../images/au_pc_icon08.png) no-repeat center;
	background-size: 100%;
}
.au_yjs_sch_tj {
	background: rgba(0,0,0,.8) url(../images/au_yjs_img02.jpg) no-repeat center;
  	background-size: 100% 100%;
  	padding-top: 15px;
  	padding-bottom: 30px;
}
.au_yjs_sch_tj a {
	display: block;
	width: 95%;
	color: #fff;
	margin: 15px auto 0 auto;
	background-color: rgba(237,168,71,.8);
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

/*低龄*/
.au_dl_info {
	padding: 15px;
}
.au_dl_info_img > img {
	display: inline-block;
	width: 46%;
}
.au_dl_info_img > img:last-child {
	float: right;
}
.au_dl_lc_box {
	margin-bottom: 30px;
	padding: 15px;
}
.au_dl_lc_box > span {
	padding: 5px;
	background: #26aee1;
	color: #fff;
	font-size: 2rem;
}
.au_dl_lc_box > p {
	color: #666;
	margin-top: 15px;
}
.au_bk_fa .au_dl_choose {
	background: #fff url(../images/au_dl_img05.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
}
.au_bk_fa .au_dl_choose > div {
	border-top: 5px solid #fff;
	border-bottom: 10px solid #fff;
}

 .au_bk_tj > h3 > i.au_dl_tj_icon01 {
  	background: url(../images/au_dl_icon01.png) no-repeat center;
  	background-size: 68%;
  }
  .au_bk_tj > h3 > i.au_dl_tj_icon02 {
  	background: url(../images/au_dl_icon02.png) no-repeat center;
  	background-size: 70%;
  }
  .au_bk_tj > h3 > i.au_dl_tj_icon03 {
  	background: url(../images/au_dl_icon03.png) no-repeat center;
  	background-size: 90%;
  }
  .au_bk_tj > h3 > i.au_dl_tj_icon04 {
  	background: url(../images/au_dl_icon04.png) no-repeat center;
  	background-size: 70%;
  }
  .au_dl_fy {
  	background: url(../images/au_dl_imgzh.jpg) no-repeat center;
  	background-size: 100% 100%;
  	margin-left: 10px;
  	margin-right: 10px;
  }
  .au_lx_fy01,
  .au_lx_fy02 {
  	color: #fff;
  	/*padding: 10px;*/
  	padding-top: 10px;
  	line-height: 2.8rem;
  }
 
/*canada*/
.ca_bk_h2 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 30px;
}
.ca_bk_h2 a {
	border: 1px solid #4376d5;
	padding: 20px 10px;
}
.ca_bk_h2 a span {
	position: relative;
	background: #4376d5;
	padding: 10px 30px;
	color: #fff;
}
.ca_bk_h2 a span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
	height: 2px;
	width: 40px;
	background: #4376d5;
}
.ca_bk_h2 a span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	height: 2px;
	width: 40px;
	background: #4376d5;
}

.au_bk_why i.ca_bk_fr_icon01 {
	background: url(../images/ca_bk_icon05.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.ca_bk_fr_icon02 {
	background: url(../images/ca_bk_icon06.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.ca_bk_fr_icon03 {
	background: url(../images/ca_bk_icon07.png) no-repeat center;
	background-size: auto 100%;
}
.au_bk_why i.ca_bk_fr_icon04 {
	background: url(../images/ca_bk_icon08.png) no-repeat center;
	background-size: auto 100%;
}

.au_bk_tj > h3 > i.ca_bk_adv_icon02 {
	background: url(../images/ca_bk_icon01.png) no-repeat center;
	background-size: 58%;
}
.au_bk_tj > h3 > i.ca_bk_adv_icon03 {
	background: url(../images/ca_bk_icon02.png) no-repeat center;
	background-size: 72%;
}
.au_bk_tj > h3 > i.ca_bk_adv_icon04 {
	background: url(../images/ca_bk_icon03.png) no-repeat center;
	background-size: 66%;
}
.au_bk_tj > h3 > i.ca_bk_sch_icon {
	background: url(../images/ca_bk_icon04.png) no-repeat center;
	background-size: 76%;
}

.au_bk_fa > .ca_zx_bg01 {
  	background: rgba(0,0,0,.8) url(../images/ca_zx_bg_img01.jpg) no-repeat center;
  	background-size:auto 100%;
 }
.au_pc_bk_fy {
 	background: rgba(0,0,0,.8) url(../images/au_pc_img19.jpg) no-repeat center;
  	background-size: 100%;
  	padding: 30px;
  	padding-bottom: 90px;
  	color: #fff;
 }
 .au_pc_dl_xm {
 	background: rgba(0,0,0,.8) url(../images/au_pc_img31.jpg) no-repeat center;
 	padding-bottom: 30px;
 }
.au_pc_dl_tx {
 	background: rgba(0,0,0,.8) url(../images/au_pc_img38.jpg) no-repeat center;
 	padding-bottom: 30px;
 }
 .au_pc_dl_lx {
 	background: rgba(0,0,0,.8) url(../images/au_pc_img39.jpg) no-repeat center;
 	padding-bottom: 30px;
 }
.au_pc_bk_fy > div {
  	margin-top: 15px;
  	margin-bottom: 15px;
  }
.au_pc_bk_fy > div > p {
 	display: inline-block;
 	vertical-align: top;
 	width: 460px;
 }
.uk_bk_sq_cl {
	height: 130px;
	padding-top: 0;
	overflow: hidden;
}
.uk_bk_sq_cl i {
	min-width: auto;
}
.uk_bk_sq_cl p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-top: 0;
}
.uk_bk_sq_icon01 > i {
	background: url(../images/uk_bk_icon01.png) no-repeat center;
	background-size: auto 50%;
}
.uk_bk_sq_icon02 > i {
	background: url(../images/uk_bk_icon02.png) no-repeat center center;
	background-size: auto 50%;
}
.uk_bk_sq_icon03 > i {
	background: url(../images/uk_bk_icon03.png) no-repeat center;
	background-size: auto 50%;
}
.uk_bk_sq_icon04 > i {
	background: url(../images/uk_bk_icon04.png) no-repeat center;
	background-size: auto 50%;
}
.uk_bk_sq_icon05 > i {
	background: url(../images/uk_bk_icon05.png) no-repeat center;
	background-size: auto 50%;
}
.uk_bk_sq_icon06 > i {
	background: url(../images/uk_bk_icon06.png) no-repeat center;
	background-size: auto 50%;
}
.uk_gz_sq_icon01 > i {
	background: url(../images/uk_gz_icon01.png) no-repeat center;
	background-size: auto 50%;
}
.uk_gz_sq_icon02 > i {
	background: url(../images/uk_gz_icon02.png) no-repeat center;
	background-size: auto 50%;
}
.uk_gz_sq_icon03 > i {
	background: url(../images/uk_gz_icon03.png) no-repeat center;
	background-size: auto 50%;
}
.au_bk_tj > h3 > i.uk_bk_fa_icon {
  	background: url(../images/uk_bk_lc_icon.png) no-repeat center;
  	background-size: 67%;
}
.au_bk_tj > h3 > i.uk_bk_lc_icon {
	background: url(../images/uk_bk_lc_icon2.png) no-repeat center;
	background-size: 76%;
}
.uk_bk_sch_bg01 {
  	background: rgba(0,0,0,.8) url(../images/uk_bk_img01.jpg) no-repeat center;
  	background-size: auto 100%;
 }
.uk_bk_sch_bg02 {
	background: url(../images/uk_bk_img02.jpg) no-repeat center;
	background-size: auto 100%;
}
.uk_bk_sch_bg03 {
	background: url(../images/uk_bk_img03.jpg) no-repeat center;
	background-size: auto 100%;
}
.uk_bk_sch_bg04 {
	background: url(../images/uk_bk_img04.jpg) no-repeat center;
	background-size: auto 100%;
}
.uk_bk_sch_bg05 {
	background: url(../images/uk_bk_img05.jpg) no-repeat center;
	background-size: auto 100%;
}
.uk_bk_sch_bg06 {
	background: url(../images/uk_bk_img06.jpg) no-repeat center;
	background-size: auto 100%;
}
.uk_gz_why {
	height: 138px;
}
.uk_gz_why > h3 {
	color: #fff;
	font-size: 2rem;
	margin-top: 10px;
}
.uk_yj_time {
	/*height: 210px;*/
	font-size: 1.6rem;
}
.uk_yj_sch_bg01 {
  	background: rgba(0,0,0,.8) url(../images/uk_yj_bg_img01.jpg) no-repeat center;
  	background-size: auto 100%;
 }
.uk_yj_sch_bg02 {
  	background: rgba(0,0,0,.8) url(../images/uk_yj_bg_img02.jpg) no-repeat center;
  	background-size: auto 100%;
 }
 .uk_yj_sch_bg02 h3,
 .uk_yj_sch_bg01 h3 {
 	padding-top: 15px;
 }
.uk_yj_sch_bg02 h3 span {
	background: #4376d5;
	color: #fff;
	font-size: 1.6rem;
	padding: 5px;
}
.uk_yj_sch_bg01 h3 span {
	background: #ff5d5d;
	color: #fff;
	font-size: 1.6rem;
	padding: 5px;
}
.uk_yj_sch_bg01 p,
.uk_yj_sch_bg02 p {
	padding: 5px;
	font-size: 1.6rem;
}
.uk_yj_sch_bg02 h4 {
	font-size: 1.6rem;
	padding: 5px;
}
.uk_yj_sch_bg02 a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px 15px;
	color: #fff;
	margin-top: 10px;
}
.uk_yj_sch_bg02 > .uk_yj_time_a {
	width: 100%;
}
.uk_yj_sch_bg02 > .uk_yj_time_a > a {
	float: left;
	width: 23%;
	font-size: 1.4rem;
	padding: 3px 0;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
}
.undergraduatebox {
	width: 100%;
	margin-bottom: 30px;
}
.undergraduatebox > .undergraduateImg,
.undergraduatebox > .undergraduateTxt {
	display: inline-block;
	vertical-align: middle;
}
.undergraduatebox > .undergraduateImg {
	
	width: 120px;
	height: 120px;
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	overflow:hidden;
}
.undergraduatebox > .undergraduateImg img {
	border-radius: 50%;
	width: 100%;
}
.undergraduatebox > .undergraduateTxt {
	width: 55%;
	width: -webkit-calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: calc(100% - 150px);
}
.undergraduatebox > .undergraduateTxt h4 {
	font-size: 1.6rem;
	color: #5faaff;
}

.appcoursebox {
	position: relative;
	border: 1px solid #757bff;
	border-radius: 5px;
	padding: 0.5rem;
	height: 90px;
}
.appcoursebox > .appbgline {
	position: absolute;
	background: url(../images/app_c_bg_01.jpg) no-repeat;
	background-size: 100%;
	width: 67px;
	height: 7px;
}
.app_bg_01 {
	background: url(../images/app_c_bg_04.png) no-repeat left top,
				url(../images/app_c_bg_02.jpg) no-repeat 70% bottom;
}
.app_bg_01 > .appcoursebox > .appbgline {
	top: -3px;
	right: 20px;
}
.app_bg_01 > .appcoursebox > .appcoursetxt {
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: left;

}
.usatable > table {
	width: 80%;
	margin: 0 auto;
}
.usatable > table > thead >  tr > th,
.usatable > table > tbody >  tr > td {
	padding: 8px 0;
	border: 0;
	font-size: 1.6rem;
	text-align: center;
}
.usatable > table > thead >  tr > th {
	background-color: #4376d5;
	color: #fff;
}
.usatable > table > tbody >  tr:nth-child(odd) {
	
	background-color: #d5ebe6;
}
.usatable > table > tbody >  tr:nth-child(even) {
	background-color: #e5f3f0;
}
.usatable > table > thead >  tr > th:nth-child(2),
.usatable > table > tbody >  tr > td:nth-child(2) {
	background-color: #fff;
}

.au_bk_fa .usa_bk_sch {
	background: url(../images/usa_bk_img01.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
}
.au_bk_fa .usa_bk_sq {
	background: url(../images/usa_bk_img02.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
}
.au_bk_fa .usa_bk_sq2 {
	background: url(../images/usa_gz_img09.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
}
.au_bk_fa .usa_yj_bg {
	background: #fff  url(../images/usa_yj_img01.jpg) no-repeat;
	background-size: 100% 100%;
	border: 1px solid #fff;
}
.au_bk_fa .usa_bk_fa_all {
	font-size: 1.8rem;
	color: #fff;
	padding: 10px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	margin: -1px;
	margin-top: -7px;
	margin-bottom: -8px;
	background: url(../images/usa_white_border1.png) no-repeat top left,
				url(../images/usa_white_border2.png) no-repeat top right,
				url(../images/usa_white_border3.png) no-repeat bottom right,
				url(../images/usa_white_border4.png) no-repeat bottom left,
				url(../images/usa_white_border5.png) repeat-x top,
				url(../images/usa_white_border6.png) repeat-y left,
				url(../images/usa_white_border5.png) repeat-x bottom,
				url(../images/usa_white_border6.png) repeat-y right;
}

.usa_gz_tab_icon {
	margin-top: 30px;
}
.usa_gz_tab_icon li {
	float: left;
	width: 50%;
	padding-left: 15px;
}
.usa_gz_tab_icon li:nth-child(1) {
	text-align: right;
}
.usa_gz_tab_icon > li > a > i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #b8c7fa;
}
.usa_gz_tab_icon > li.active > a > i {
	background-color: #6587fc;
}
.usa_gz_1 {
	padding: 5px !important;
}
.usa_gz_bgc {
	background-color: #eff1ff;
}

.usa_gz_parent {
	padding-top: 15px;
}
.usa_gz_parent > h4 > a {
	background-color: #4376d5;
	color: #fff;
	padding: 5px;
	font-size: 1.6rem;
	line-height: 2.8rem;
}

.usa_gz_parent > p{
	padding: 5px;
}
.au_gz_choose > p {
	padding: 15px 5px;
	margin-bottom: 0;
}
.ca_zx_choose > p {
	padding: 5px 5px;
}
.au_gz_choose > p > span {
	display: inline-block;
	margin-right: 5px;
	width: 3px;
	height: 18px;
	background: #4b81e5;
	border-radius: 5px;
	vertical-align: middle;
}
.usa_yj_ad {
	overflow: hidden;
	padding: 0 5px;
	height: 136px;
}
.usa_yj_ad p {
	color: #fff;
	font-size: 1.6rem;
	line-height: 2.8rem;
}
.usa_yj_h4 {
	color: #f09441;
	font-size: 1.8rem;
	font-weight: normal;
}
.usa_yj_fy {
	padding: 5px;
}

/*pc*/
.au_yjs_sch_pm {
	width: 75%;
	background: url(../images/au_pc_icon.png) no-repeat 15px center;
	background-size: auto 65%;
	padding: 15px 15px 15px 100px;
	margin: 0 auto 30px auto;

}
.au_yjs_xmsqleft,
.au_yjs_xmsqright {
	width: 80%;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
}
.au_yjs_xmsqleft {
	background: url(../images/au_pc_img01.jpg) no-repeat;
}
.au_yjs_xmsqright {
	background: url(../images/au_pc_img02.jpg) no-repeat;
}
.au_pc_bk {
	width: 85%;
	margin: 15px auto;
	background-size: 100%;
	padding: 15px 30px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 3.6rem;
	text-align: center;
}
.au_pc_bk h4 {
	color: #e1952b;
	margin: 20px 0;
	font-size: 1.6rem;
}
.au_pc_bk span {
	color: #e1952b;
	border-bottom: 2px solid #e1952b;
	padding: 3px;
}
.au_pc_bk_01 {
	background: url(../images/au_pc_img06.jpg) no-repeat;
}
.au_pc_bk_02 {
	background: url(../images/au_pc_img03.jpg) no-repeat;
}
.au_pc_bk_03 {
	background: url(../images/au_pc_img04.jpg) no-repeat;
}
.au_pc_bk_04 {
	background: url(../images/au_pc_img05.jpg) no-repeat;
}
.au_pc_bg_orange {
	background: url(../images/au_pc_img10.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 30px;
	color: #fff;
}
.au_pc_bg_orange  > h4 > a {
	background-color: #f09441;
}
.au_bk_pc_sch_txt > h4 {
	line-height: 3.4rem;
}
.au_bk_pc_sch_txt > h4 > span {
	background: #e1952b;
	padding: 3px 5px;
	font-size: 1.4rem;
}
.au_bk_pc_tab {
	text-align: right;
}
.au_bk_pc_tab li {
	display: inline-block;
}
.au_bk_pc_tab li a {
	background: #bbc9fb;
	color: #fff;
	padding: 5px 8px;
}
.au_bk_pc_tab li.active a {
	background: #547afc;
}
.au_bk_sch_img {
	width: 90%;
}
.au_bk_sch_img img {
	width: 100%;
}
.au_pc_bk_gh {
	background: url(../images/au_pc_line.jpg) repeat-x center;
	position: relative;
	height: 280px;
}
.au_pc_bk_gh > .au_pc_bk_gh_box {
	position: absolute;
}
.au_pc_bk_gh > .au_pc_bk_gh_box  > .au_pc_bk_circle_out {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #285cc6;
}
.au_pc_bk_gh > .au_pc_bk_gh_box  > .au_pc_bk_circle_out > div {
	width: 50px;
	height: 50px;
	margin: 4px auto;
	border-radius: 50%;
	background: #285cc6;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	line-height: 50px;
}
.au_pc_bk_gh > .au_pc_bk_gh_box  > .au_pc_bk_square {
	border: 1px solid #285cc6;
	width: 8px;
	height: 8px;
	background: #fff;
	margin: 16px auto;
}
.au_pc_bk_gh > .au_pc_bk_gh_01 {
	left: 40px;
	top: 60px;
}
.au_pc_bk_gh > .au_pc_bk_gh_02 {
	left: 240px;
	top: 88px;
}
.au_pc_bk_gh > .au_pc_bk_gh_03 {
	left: 440px;
	top: 60px;
}
.au_pc_bk_gh > .au_pc_bk_gh_04 {
	left: 640px;
	top: 56px;
}
.au_pc_bk_gh > .au_pc_bk_gh_05 {
	left: 840px;
	top: 60px;
}
.au_pc_bk_gh > .au_pc_bk_gh_06 {
	left: 1040px;
	top: 88px;
}
.au_bk_tj h3 i {
	display: inline-block;
	width: 20px;
	height: 23px;
}

.au_bk_tj h3 i.au_bk_pc_icon01 {
	background: url(../images/au_pc_icon01.png) no-repeat center;
	background-size: 100%;
}
.au_bk_tj h3 i.au_bk_pc_icon03 {
	background: url(../images/au_yjs_icon02.png) no-repeat center;
	background-size: 100%;
}
.au_bk_tj h3 i.au_bk_pc_icon04 {
	background: url(../images/au_bk_pc_icon14.png) no-repeat center;
	background-size: 100%;
}
.au_bk_tj h3 i.au_bk_pc_icon05 {
	background: url(../images/au_bk_pc_icon15.png) no-repeat center;
	background-size: 100%;
}
.au_bk_tj h3 i.au_bk_pc_icon06 {
	background: url(../images/au_bk_pc_icon16.png) no-repeat center;
	background-size: 100%;
}
.au_bk_tj h3 i.au_bk_pc_icon07 {
	background: url(../images/au_pc_icon08.png) no-repeat center;
	background-size: 100%;
}
.au_bk_tj h3 i.au_bk_pc_icon02 {
	background: url(../images/au_pc_icon13.png) no-repeat center;
	background-size: 100%;
}
.au_pc_bk_fy > span > i {
	display: inline-block;
  	vertical-align: middle;
  	width: 20px;
  	height: 22px;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon01 {
  	background: url(../images/au_pc_icon20.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon02 {
  	background: url(../images/au_bk_icon01.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon03 {
  	background: url(../images/au_bk_pc_icon18.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon04 {
  	background: url(../images/au_bk_icon07.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon05 {
  	background: url(../images/au_pc_icon21.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon06 {
  	background: url(../images/au_pc_icon22.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon07 {
  	background: url(../images/au_pc_icon23.png) no-repeat;
  	background-size: 100%;
}
.au_pc_bk_fy > span > i.au_bk_pc_icon08 {
  	background: url(../images/au_pc_icon24.png) no-repeat;
  	background-size: 100%;
}
.au_bk_zy {
	width: 90%;
	margin: 0 auto 30px auto;
	color: #fff;
	line-height: 3rem;
	padding: 15px 20px;
}
.au_bk_zy > span {
	display: block;
	background: #f09441;
	width: 40px;
	margin: 15px auto;
	font-size: 2.4rem;
	line-height: 3.8rem;
	text-align: center;
}

.au_bk_zt_01 {
	background:url(../images/au_pc_img20.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_02 {
	background:url(../images/au_pc_img22.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_03 {
	background:url(../images/au_pc_img23.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_04 {
	background:url(../images/au_pc_img24.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_05 {
	background:url(../images/au_pc_img25.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_06 {
	background:url(../images/au_pc_img26.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_07 {
	background:url(../images/au_pc_img27.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_08 {
	background:url(../images/au_pc_img28.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_09 {
	background:url(../images/au_pc_img29.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_bk_zt_10 {
	background:url(../images/au_pc_img30.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_pc_dl_fw {
	background-color: #e2f3fe;
	padding-top: 30px;
	padding-bottom: 30px;
}
.au_pc_dl_fw  .au_pc_dl_fw_md {
	width: 89%;
	font-size: 2rem;
	text-align: center;
	margin: 15px auto;
	padding: 5px 15px;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(80,87,232,.3);
}
.au_dl_pc_ys {
	width: 90%;
	margin: 30px auto;
	padding: 30px 15px;
	color: #fff;
}
.au_dl_pc_ys p {
	margin-top: 30px;
	margin-bottom: 30px;
}
.au_dl_pc_ys01 {
	background: url(../images/au_pc_img32.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_dl_pc_ys02 {
	background: url(../images/au_pc_img33.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_dl_pc_ys03 {
	background: url(../images/au_pc_img34.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_dl_pc_ys04 {
	background: url(../images/au_pc_img35.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_dl_pc_ys05 {
	background: url(../images/au_pc_img36.jpg) no-repeat;
	background-size: 100% 100%;
}
.au_dl_pc_ys02 > div {
	margin-top: 90px;
}
.au_dl_pc_ys03 > div {
	margin-top: 95px;
}
.au_pc_borderbox {
	padding: 30px;
}

/*border*/
.lineorange,
.lineblue {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 3px;
	margin-right: 5px;
	border-radius: 3px;
}
.lineorange {
	background: #eda847;
	
}
.lineblue {
    background: #4b81e5;
 }
.boxborder {
	box-shadow: 0 2px 5px rgba(59,97,221,.3);
}
.boxradius {
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #fff;
}
.borderradiu {
	border-radius: 5px;
}

.f255 {
	color: #fff;
}
.f99 {
	color: #999;
}
.f66 {
	color: #666;
}
.f33 {
	color: #333;
}
.fblue {
	color: #4b81e5;
}
.fpurple {
	color: #5353e0;
}
.fdarkblue {
	color: #285cc6;
}
.fyellow {
	color: #c0a216;
}
.f14 {
	font-size: 1.4rem;
}
.f2 {
	font-size: 2rem;
}
.bgorange {
	background: #e7a240;
}
.bgbluelight {
	background: #e2f3fe;
}
.bgwhite {
	background: #fff;
}
.bgblue {
	background: #0095d9;
}
.bgorange {
	background: #f09441;
}
.bggreen {
	background: #4fb989;
}
.bgred {
	background: #ec5652;
}
.bgyellow {
	background: #fccb56;
}
.bgqinshe {
	background: #01b7cf;
}
.bgpurple {
	background: #8c97cb;
}
.bgpb {
	background-color: #5757dc;
}
.bgbluelinght {
	background: #76aaff;
}
.bglightgreen {
	background: #43c1a8;
}
.bglightyellow {
	background: #e1ca6b;
}
.bglightpurple {
	background: #b8a8d2;
}
.padbtm10 {
	padding-bottom: 9px;
}
.padbtm15 {
	padding-bottom: 15px;
}
.padbtm30 {
	padding-bottom: 45px;
}
.padtop30 {
	padding-top: 30px;
}
.padtop60 {
	padding-top: 60px;
}
.pad30 {
	padding: 30px;
}
.pad15 {
	padding: 15px;
}
.pad0 {
	padding: 0;
}
.pleft60 {
	padding-left: 30px;
}
.mleft15 {
	margin-left: 15px;
}
.mleft30 {
	margin-left: 30px;
}
.mleft40 {
	margin-left: 40px;
}
.mleft120 {
	margin-left: 120px;
}
.mleft240 {
	margin-left: 240px;
}
.mtop15 {
	margin-top: 15px;
}
.mtop30 {
	margin-top: 30px;
}
.mtop60 {
	margin-top: 60px;
}
.mtop90 {
	margin-top: 90px;
}
.mtop120 {
	margin-top: 120px;
}
.mbtm30 {
	margin-bottom: 30px;
}
.mbtm60 {
	margin-bottom: 60px;
}
.pbtm60 {
	padding-bottom: 60px;
}
.orange {
	color: #eda847 !important;
}
.fbluedark {
	color: #1a1b5b;
}
.blockmore {
	display: block;
	padding-bottom: 30px;
	padding-top: 5px;
	/*margin: 5px auto;*/
}
.blockmore span {
	background: #6386fc;
    color: #fff;
    font-size: 1.8rem;
    padding: 5px 15px;
}
