@charset "UTF-8";
/*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;
}

.wrapper {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.top_nav{
  background: #444546;
}

.top_nav .top_nava_dh{
  margin-left: 35px;
}
.top_nav .top_nava_dh .top_nav_cg:hover{
  background: rgba(255,255,255,0.9);
}
.top_nav .top_nava_dh .top_nav_cg:hover:before{
  background: none;
}
.top_nav .top_nava_dh .top_nav_cg:hover span{
  color: #333;
  height: 80px;
}
.top_nav .top_nava_dh .top_nav_cg .top_nav_cg_no{
  background: rgba(255,255,255,0.9);
  top: 80px;
  padding-top: 0;
  z-index: 9;
}
.top_nav .top_nava_dh .top_nav_cg .top_nav_cg_no a{
  color: #333;

}

.top_nav .top_nava_dh .top_nav_cg .top_nav_cg_no a:first-child{
 margin-top: -20px;
}

/*banner*/
.banner {
  width: 100%;
  height: 828px;
  background: url(../img/ban.jpg) top center no-repeat;
}

.banner a {
  width: 288px;
  height: 48px;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  color: #ffff00;
  float: left;
  border: 1px solid #ffff00;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: absolute;
  bottom: 229px;
  left: 690px;
}

.banner a:first-child {
  left: 220px;
}

.banner a:hover {
  background-color: #ffff00;
  color: #333;
}

/*nav*/
.nav {
  height: 116px;
  background-color: #fff;
  margin-top: -69px;
  -webkit-box-shadow: 0 1px 20px 4px rgba(102, 102, 102, 0.1);
          box-shadow: 0 1px 20px 4px rgba(102, 102, 102, 0.1);
}

.nav li {
  width: 400px;
  float: left;
  font-size: 20px;
  text-align: center;
  line-height: 116px;
  color: #7b848d;
  cursor: pointer;
  font-family: "思源黑体 CN Medium";
  position: relative;
}

.nav li:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 68px;
  background-color: #e6e6e6;
  top: 24px;
  right: 0;
}

.nav li:last-child:after {
  background: none;
}

.nav .active {
  color: #333;
}

.nav .active:before {
  position: absolute;
  content: '';
  width: 400px;
  height: 4px;
  background-color: #00d287;
  bottom: 0;
  left: 0;
}

.navtop {
  position: fixed;
  top: 205px;
  left: 50%;
  margin-left: -600px;
  z-index: 99;
}

.title {
  height: 44px;
  position: relative;
  line-height: 44px;
  margin-top: 62px;
}

.title h6 {
  font-size: 48px;
  text-align: center;
  color: #e1e4eb;
  font-weight: normal;
  font-family: "Impact Regular";
}

.title .title-bt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.title .title-bt h1 {
  font-size: 40px;
  color: #333;
  position: relative;
}

.title .title-bt h1:before {
  position: absolute;
  content: '';
  width: 210px;
  height: 23px;
  background: url(../img/title-left.png) no-repeat;
  top: 50%;
  margin-top: -11px;
}

.title .title-bt h1:after {
  position: absolute;
  content: '';
  width: 210px;
  height: 23px;
  background: url(../img/title-right.png) no-repeat;
  top: 50%;
  margin-top: -11px;
}

/*澳大利亚留学优势*/
.youshi .title .title-bt h1 {
  position: relative;
}

.youshi .title .title-bt h1:before {
  position: absolute;
  content: '';
  left: 215px;
}

.youshi .title .title-bt h1:after {
  position: absolute;
  content: '';
  right: 215px;
}

.youshi ul {
  padding-top: 40px;
}

.youshi ul li {
  width: 232px;
  height: 200px;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.youshi ul li div {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.youshi ul li .youshi-icon {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.youshi ul li .youshi-icon p {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding-top: 147px;
}

.youshi ul li .youshi-js {
  border-radius: 5px;
  background-color: #00d287;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.youshi ul li .youshi-js p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 26px 16px 0 16px;
}

.youshi ul li:hover .youshi-icon {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.youshi ul li:hover .youshi-js {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.youshi ul li.yi .youshi-icon {
  background: url(../img/ys-img1.jpg) no-repeat;
}

.youshi ul li.er .youshi-icon {
  background: url(../img/ys-img2.jpg) no-repeat;
}

.youshi ul li.san .youshi-icon {
  background: url(../img/ys-img3.jpg) no-repeat;
}

.youshi ul li.si .youshi-icon {
  background: url(../img/ys-img4.jpg) no-repeat;
}

.youshi ul li.wu {
  margin-right: 0;
}

.youshi ul li.wu .youshi-icon {
  background: url(../img/ys-img5.jpg) no-repeat;
}

.youshi ul li.liu .youshi-icon {
  background: url(../img/ys-img6.jpg) no-repeat;
}

.youshi ul li.qi .youshi-icon {
  background: url(../img/ys-img7.jpg) no-repeat;
}

.youshi ul li.ba .youshi-icon {
  background: url(../img/ys-img8.jpg) no-repeat;
}

.youshi ul li.jiu .youshi-icon {
  background: url(../img/ys-img9.jpg) no-repeat;
}

.youshi ul li.shi {
  margin-right: 0;
}

.youshi ul li.shi .youshi-icon {
  background: url(../img/ys-img10.jpg) no-repeat;
}

/*澳大利亚留学途径及申请注意事项*/
.title-fu {
  font-size: 36px;
  line-height: 40px;
  color: #00d287;
  text-align: center;
  font-weight: bold;
  font-family: "思源黑体 CN Bold";
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.title-fu:before {
  position: absolute;
  content: '';
  width: 195px;
  height: 21px;
  background: url(../img/titlif-left.png) no-repeat;
  top: 11px;
  left: 347px;
}

.title-fu:after {
  position: absolute;
  content: '';
  width: 195px;
  height: 21px;
  background: url(../img/titlif-right.png) no-repeat;
  top: 11px;
  right: 347px;
}

.tujing {
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  background-color: #eef1f8;
  padding-bottom: 30px;
}

.tujing .title {
  margin-top: 0;
}

.tujing .title .title-bt h1 {
  position: relative;
}

.tujing .title .title-bt h1:before {
  position: absolute;
  content: '';
  left: 106px;
}

.tujing .title .title-bt h1:after {
  position: absolute;
  content: '';
  right: 106px;
}

.tujing .zhongxue {
  margin-top: 30px;
  padding: 40px 0 50px 0;
  background-color: #fff;
}

.tujing .zhongxue h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  display: table;
  color: #fff;
  padding: 0 51px 0 23px;
  border-radius: 0 26px 26px 0;
  background-color: #00d287;
  -webkit-box-shadow: 0 6px 6px 2px rgba(0, 210, 135, 0.2);
          box-shadow: 0 6px 6px 2px rgba(0, 210, 135, 0.2);
}

.tujing .zhongxue .fenlei {
  margin-top: 30px;
  margin-bottom: 40px;
}

.tujing .zhongxue .fenlei li {
  width: 553px;
  height: 438px;
  float: left;
  border-radius: 10px;
  border: 1px solid #eef1f8;
  margin-left: 30px;
}

.tujing .zhongxue .fenlei li h5 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  padding-left: 62px;
  margin-top: 28px;
  background: url(../img/zx-img1.png) 29px 2px no-repeat;
}

.tujing .zhongxue .fenlei li p {
  padding: 0 29px 0 76px;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin-top: 10px;
  font-family: "思源黑体 CN Regular";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMjA3ODAzOUJEMTExRTlCMzVCQzQyMDlBNzEwQjhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCMjA3ODA0OUJEMTExRTlCMzVCQzQyMDlBNzEwQjhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEIyMDc4MDE5QkQxMTFFOUIzNUJDNDIwOUE3MTBCOEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEIyMDc4MDI5QkQxMTFFOUIzNUJDNDIwOUE3MTBCOEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64oYvqAAAAF0lEQVR42mJkuNTOgASYGFABqXyAAAMAancBY/NESP4AAAAASUVORK5CYII=) 62px 13px no-repeat;
}

.tujing .zhongxue .fenlei li p b {
  font-weight: normal;
  color: #333;
  font-family: "思源黑体 CN Medium";
}

.tujing .zhongxue .fenlei li p b em {
  color: transparent;
}

.tujing .zhongxue .yaoqiu {
  height: 426px;
  margin: 60px 0 60px 30px;
}

.tujing .zhongxue .yaoqiu li {
  width: 364px;
  height: 426px;
  float: left;
  margin-right: 24px;
  background-color: #00d287;
  border-radius: 10px;
  cursor: pointer;
}

.tujing .zhongxue .yaoqiu li h5 {
  padding-left: 30px;
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  margin-top: 30px;
}

.tujing .zhongxue .yaoqiu li img {
  display: block;
  margin: 22px auto 10px;
}

.tujing .zhongxue .yaoqiu li p {
  padding: 0 30px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.tujing .zhongxue .yaoqiu li.active {
  height: 486px;
  margin-top: -30px;
}

.tujing .zhongxue .yaoqiu li.active h5 {
  margin-top: 60px;
}

.tujing .zhongxue .yaoqiu li.active.yi {
  background: url(../img/zx-img5.jpg) no-repeat;
}

.tujing .zhongxue .yaoqiu li.active.er {
  background: url(../img/zx-img6.jpg) no-repeat;
}

.tujing .zhongxue .yaoqiu li.active.san {
  background: url(../img/zx-img7.jpg) no-repeat;
}

.tujing .zhongxue .qingdan {
  width: 1138px;
  height: 158px;
  border-radius: 10px;
  border: 1px solid #eef1f8;
  margin: 30px auto 0;
}

.tujing .zhongxue .qingdan p {
  font-size: 16px;
  color: #333;
  padding-left: 40px;
  line-height: 18px;
  margin-top: 30px;
}

/*本科篇*/
.benke {
  width: 100%;
  height: 1200px;
  background: url(../img/bk-img1.jpg) bottom center no-repeat #fdfdfd;
}

.benke h4 {
  font-size: 30px;
  color: #333;
  line-height: 34px;
  margin-top: 38px;
  padding-left: 30px;
}

.benke .xuewei {
  height: 360px;
  margin-left: 30px;
  margin-top: 60px;
}

.benke .xuewei li {
  width: 228px;
  height: 360px;
  float: left;
  cursor: pointer;
}

.benke .xuewei li h5 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 360px;
}

.benke .xuewei li .xueshi {
  height: 420px;
  display: none;
}

.benke .xuewei li .xueshi h6 {
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 60px;
}

.benke .xuewei li .xueshi p {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  line-height: 28px;
  margin-top: 30px;
}

.benke .xuewei li.yi {
  background: url(../img/bk-img2.jpg) no-repeat;
}

.benke .xuewei li.er {
  background: url(../img/bk-img3.jpg) no-repeat;
}

.benke .xuewei li.san {
  background: url(../img/bk-img4.jpg) no-repeat;
}

.benke .xuewei li.si {
  background: url(../img/bk-img5.jpg) no-repeat;
}

.benke .xuewei li.wu {
  background: url(../img/bk-img6.jpg) no-repeat;
}

.benke .xuewei li.active {
  height: 420px;
  margin-top: -30px;
}

.benke .xuewei li.active h5 {
  display: none;
}

.benke .xuewei li.active .xueshi {
  display: block;
}

.benke .xuewei li.active.yi {
  background: url(../img/bk-imgh2.jpg) no-repeat;
}

.benke .xuewei li.active.er {
  background: url(../img/bk-imgh3.jpg) no-repeat;
}

.benke .xuewei li.active.san {
  background: url(../img/bk-imgh4.jpg) no-repeat;
}

.benke .xuewei li.active.si {
  background: url(../img/bk-imgh5.jpg) no-repeat;
}

.benke .xuewei li.active.wu {
  background: url(../img/bk-imgh6.jpg) no-repeat;
}

.benke .yaoqiu {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  display: table;
  color: #fff;
  margin: 60px 0 30px;
  padding: 0 51px 0 23px;
  border-radius: 0 26px 26px 0;
  background-color: #00d287;
  -webkit-box-shadow: 0 6px 6px 2px rgba(0, 210, 135, 0.2);
          box-shadow: 0 6px 6px 2px rgba(0, 210, 135, 0.2);
}

.benke .sqyq .navbar .item {
  width: 360px;
  height: 120px;
  float: left;
  cursor: pointer;
  margin-left: 30px;
}

.benke .sqyq .navbar .item .yc {
  display: none;
}

.benke .sqyq .navbar .item img {
  display: block;
}

.benke .sqyq .navbar .item.active .xs {
  display: none;
}

.benke .sqyq .navbar .item.active .yc {
  display: block;
}

.benke .sqyq .sqyq-contion {
  width: 1140px;
  height: 370px;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 4px rgba(123, 132, 141, 0.1);
          box-shadow: 0 0 20px 4px rgba(123, 132, 141, 0.1);
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_menu {
  height: 64px;
  border-bottom: 1px solid #00d287;
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_menu li {
  width: 568px;
  height: 64px;
  float: left;
  border-radius: 5px 5px 0 0;
  background-color: #eef1f8;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_menu li.selected {
  color: #fff;
  background-color: #00d287;
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_menu li:last-child {
  float: right;
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_box {
  padding-top: 40px;
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_box p {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-bottom: 18px;
  padding-left: 44px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMjA3ODAzOUJEMTExRTlCMzVCQzQyMDlBNzEwQjhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCMjA3ODA0OUJEMTExRTlCMzVCQzQyMDlBNzEwQjhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEIyMDc4MDE5QkQxMTFFOUIzNUJDNDIwOUE3MTBCOEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEIyMDc4MDI5QkQxMTFFOUIzNUJDNDIwOUE3MTBCOEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64oYvqAAAAF0lEQVR42mJkuNTOgASYGFABqXyAAAMAancBY/NESP4AAAAASUVORK5CYII=) 30px center no-repeat;
}

.benke .sqyq .sqyq-contion .sqyq-conter .tab_box a {
  width: 300px;
  height: 52px;
  display: block;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -150px;
  background-color: #00d287;
}

.benke .sqyq .sqyq-contion .hide {
  display: none;
}

/*硕士篇*/
.shuoshi {
  background-color: #eef1f8;
  padding: 50px 0 60px 0;
}

.shuoshi .title-fu {
  margin-top: 0;
}

.shuoshi .shuoship {
  margin-top: 30px;
  padding: 40px 0 50px 0;
  background-color: #fff;
}

.shuoshi .shuoship h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
  display: table;
  color: #fff;
  padding: 0 51px 0 23px;
  border-radius: 0 26px 26px 0;
  background-color: #00d287;
  -webkit-box-shadow: 0 6px 6px 2px rgba(0, 210, 135, 0.2);
          box-shadow: 0 6px 6px 2px rgba(0, 210, 135, 0.2);
}

.shuoshi .shuoship .lei {
  margin: 30px 0 40px 30px;
}

.shuoshi .shuoship .lei li {
  width: 364px;
  height: 460px;
  float: left;
  margin-right: 24px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0 6px 20px 1px rgba(123, 132, 141, 0.1);
          box-shadow: 0 6px 20px 1px rgba(123, 132, 141, 0.1);
}

.shuoshi .shuoship .lei li h5 {
  font-size: 28px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin-top: 60px;
}

.shuoshi .shuoship .lei li img {
  display: block;
  margin: 35px auto 0;
}

.shuoshi .shuoship .lei li .yc {
  width: 100%;
  height: 100%;
  background-color: #00d287;
  position: absolute;
  top: -458px;
  left: 0;
  border-radius: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.shuoshi .shuoship .lei li .yc h4 {
  font-size: 26px;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  margin: 30px 0 16px 0;
}

.shuoshi .shuoship .lei li .yc p {
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.shuoshi .shuoship .lei li:hover .yc {
  top: 0;
}

.shuoshi .sqyq {
  margin-top: 30px;
}

.shuoshi .sqyq .navbar .item {
  width: 360px;
  height: 120px;
  float: left;
  cursor: pointer;
  margin-left: 30px;
}

.shuoshi .sqyq .navbar .item .yc {
  display: none;
}

.shuoshi .sqyq .navbar .item img {
  display: block;
}

.shuoshi .sqyq .navbar .item.active .xs {
  display: none;
}

.shuoshi .sqyq .navbar .item.active .yc {
  display: block;
}

.shuoshi .sqyq .sqyq-contion {
  width: 1140px;
  height: 370px;
  margin: 30px auto 0;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 4px rgba(123, 132, 141, 0.1);
          box-shadow: 0 0 20px 4px rgba(123, 132, 141, 0.1);
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_menu {
  height: 64px;
  border-bottom: 1px solid #00d287;
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_menu li {
  width: 568px;
  height: 64px;
  float: left;
  border-radius: 5px 5px 0 0;
  background-color: #eef1f8;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_menu li.selected {
  color: #fff;
  background-color: #00d287;
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_menu li:last-child {
  float: right;
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_box {
  padding-top: 40px;
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_box p {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-bottom: 18px;
  padding-left: 44px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRCMjA3ODAzOUJEMTExRTlCMzVCQzQyMDlBNzEwQjhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRCMjA3ODA0OUJEMTExRTlCMzVCQzQyMDlBNzEwQjhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEIyMDc4MDE5QkQxMTFFOUIzNUJDNDIwOUE3MTBCOEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEIyMDc4MDI5QkQxMTFFOUIzNUJDNDIwOUE3MTBCOEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64oYvqAAAAF0lEQVR42mJkuNTOgASYGFABqXyAAAMAancBY/NESP4AAAAASUVORK5CYII=) 30px center no-repeat;
}

.shuoshi .sqyq .sqyq-contion .sqyq-conter .tab_box a {
  width: 300px;
  height: 52px;
  display: block;
  border-radius: 26px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -150px;
  background-color: #00d287;
}

.shuoshi .sqyq .sqyq-contion .hide {
  display: none;
}

/*澳洲留学申请计划 新航道助你筑梦澳洲*/
.zhumeng {
  padding-bottom: 60px;
}

.zhumeng .title {
  margin-bottom: 40px;
}

.zhumeng .title .title-bt h1 {
  position: relative;
}

.zhumeng .title .title-bt h1:before {
  position: absolute;
  content: '';
  left: 22px;
}

.zhumeng .title .title-bt h1:after {
  position: absolute;
  content: '';
  right: 22px;
}

.zhumeng dl {
  margin-bottom: 20px;
}

.zhumeng dl dt {
  width: 420px;
  height: 280px;
  float: left;
}

.zhumeng dl dt img {
  display: block;
}

.zhumeng dl dd {
  width: 780px;
  height: 260px;
  float: right;
  margin-top: 10px;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 20px 4px rgba(123, 132, 141, 0.1);
          box-shadow: 0 0 20px 4px rgba(123, 132, 141, 0.1);
}

.zhumeng dl dd p {
  padding: 0 46px 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}

.zhumeng dl dd p b {
  color: #333;
}

.zhumeng dl dd p.last {
  margin-top: 0;
}

.zhumeng dl dd p.last b {
  color: transparent;
}

.zhumeng dl dd a {
  width: 238px;
  height: 50px;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #00d287;
  border: 1px solid #00d287;
  border-radius: 26px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.zhumeng dl dd a:hover {
  background-color: #00d287;
  color: #fff;
}

/*澳洲留学先知道 玩转澳洲八大院校*/
.school {
  width: 100%;
  height: 620px;
  padding-top: 60px;
  background: url(../img/school-bg.jpg) top center no-repeat;
}

.school .title {
  margin-top: 0;
}

.school .title h6 {
  color: #35435c;
}

.school .title .title-bt h1 {
  color: #fff;
  position: relative;
}

.school .title .title-bt h1:before {
  position: absolute;
  content: '';
  left: 22px;
}

.school .title .title-bt h1:after {
  position: absolute;
  content: '';
  right: 22px;
}

.school ul {
  height: 480px;
  margin-top: 40px;
}

.school ul li {
  width: 95px;
  height: 480px;
  float: left;
  cursor: pointer;
  margin-right: 14px;
  overflow: hidden;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.school ul li .biaozhun-left {
  width: 95px;
  height: 480px;
  float: left;
  background-color: #00d287;
  border-radius: 10px;
}

.school ul li .biaozhun-left img {
  display: block;
  margin: 100px auto 0;
}

.school ul li .biaozhun-left h6 {
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.school ul li .biaozhun-right {
  width: 342px;
  float: left;
  height: 460px;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  display: none;
}

.school ul li .biaozhun-right p {
  padding: 0 20px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.school ul li .biaozhun-right p em {
  color: #00d287;
  font-style: normal;
}

.school ul li.active {
  width: 437px;
}

.school ul li.active .biaozhun-left {
  border-radius: 10px 0 0 10px;
}

.school ul li.active .biaozhun-right {
  display: block;
}

.school ul li:last-child {
  margin-right: 0;
}

/*澳洲八大院校录取 新航道让你梦想绽放*/
.offer .title .title-bt h1 {
  position: relative;
}

.offer .title .title-bt h1:before {
  position: absolute;
  content: '';
  left: -22px;
}

.offer .title .title-bt h1:after {
  position: absolute;
  content: '';
  right: -22px;
}

.offer #offer {
  height: 940px;
  margin-top: 40px;
}

.offer #offer .arrow {
  width: 15px;
  height: 28px;
  outline: none;
}

.offer #offer .arrow-left {
  background: url(../img/left-img.png) no-repeat;
}

.offer #offer .arrow-right {
  background: url(../img/right-img.png) no-repeat;
}

.offer #offer ul {
  margin-left: 30px;
}

.offer #offer ul li {
  width: 386px;
  height: 460px;
  float: left;
  margin-bottom: 20px;
}

.offer #offer ul li .offer-list {
  width: 364px;
  height: 458px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #e6e6e6;
}

.offer #offer ul li .offer-list img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 30px auto 0;
}

.offer #offer ul li .offer-list h1 {
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin: 20px 0;
}

.offer #offer ul li .offer-list p {
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.offer #offer ul li .offer-list a {
  width: 240px;
  height: 45px;
  display: block;
  border-radius: 5px;
  font-size: 20px;
  color: #00d287;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -120px;
  border: 1px solid #00d287;
  font-family: "思源黑体 CN Regular";
}

.offer #offer ul li .offer-list a:hover {
  color: #fff;
  background-color: #00d287;
}

.yx-footer{
  padding-top: 0;
}

.yx-footer .title h6{
  color: #333;
}
