﻿@charset "utf-8";
body {
  color: #333333;
  font-size: 14px;
  background-color: #ffffff;
  overflow-x: hidden;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.Validform_checktip {
  display: none !important;
}

a {
  cursor: pointer;
}

/* header */

.header {
  width: 100%;
  height: 500px;
  background: url(../img/banner.png) no-repeat center top;
  position: relative;
}

.headCon {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-top: 390px;
}

.headCon h1 * {
  position: absolute;
  left: 0px;
}
.headCon h1 {
  color: #2630a9;
}

.headCon b {
  font-size: 72px;
  top: 50px;
  left: 100px;
  color: #2630a9;
  line-height: 96px;
  background: linear-gradient(135deg, #2630a9, #0086f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headCon span {
  font-size: 45px;
  top: 154px;
  right: 116px !important;
  font-weight: bold;
  color: #2630a9;
  background: linear-gradient(135deg, #2630a9, #0086f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headCon i {
  color: #fafafa;
  font-size: 26px;
  top: 310px;
  font-style: normal;
  right: 80px !important;
}

.headCon i b {
  font-size: 24px !important;
  display: inline-block !important;
  position: initial !important;
  margin: 0 5px;
}

.headCon a {
  display: inline-block;
  width: 177px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 5px;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
  background-color: #51c21a;
  margin-right: 30px;
  right: 296px;
  bottom: -80px;
  position: absolute;
}

.headCon a:hover {
  background-color: #419b15;
}

.headCon p {
  display: block;
  position: absolute;
  left: 86px;
  top: 237px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
}

/* header */

/* nav */

.mainNav {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

.mainNav .mainNav_wrap {
  width: 100%;
  height: 50px;
  background-color: #666666;
}

.mainNav ul {
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  height: 50px;
  text-align: center;
}

.mainNav .mainNav_wrap.fixedTop {
  position: fixed;
  z-index: 999;
  top: 0;
}

.mainNav li,
.mainNav a {
  cursor: pointer;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  /*margin: 0 28px;*/
  margin: 0 11px;
  float: left;
}

.mainNav a {
  /*margin: 0 28px;*/
  margin: 0 38px;
}

.mainNav li.activeNav,
.mainNav li:hover,
.mainNav a:hover {
  color: #4cdfcc;
}

/* nav */

/* form */

.leadFrom {
  background-color: #f3f4f8;
}

.lbCon {
  padding: 60px 20px 110px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.biaodan {
  position: absolute;
  top: 20px;
  right: 0;
  background-color: #ffffff;
  padding: 30px 50px 40px;
  border-bottom: 5px solid #eeedeb;
}

.biaodan .registerform {
  margin: 0 auto;
}

.lead {
  width: 510px;
  color: #666666;
}

.lead p {
  line-height: 32px;
}

.lead b.dy {
  color: #333333;
  text-align: left;
  display: block;
  font-size: 30px;
  margin-bottom: 30px;
}
.lead b {
  color: #333;
}
.biaodan h2 {
  color: #333;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}

.biaodan form div {
  margin-bottom: 10px;
}

.biaodan form div.noMR {
  margin-right: 0;
}

.biaodan form input,
.biaodan form select {
  height: 38px;
  font-family: "微软雅黑";
  width: 264px;
  color: #aab2bd;
}

.biaodan form input {
  padding-left: 5px;
  width: 256px;
  position: relative;
  top: 1px;
}

.mobile,
.name,
.guojia,
.Pchengji,
.language {
  width: 265px;
  padding: 1px 0;
  margin: 0 auto;
  padding-left: 42px;
  margin-bottom: 10px;
  height: 40px;
}

.biaodan form div.mobile {
  background: url(../img/mobile_box.png) no-repeat center;
}

.biaodan form div.name {
  background: url(../img/name_box.png) no-repeat center;
}

.biaodan form div.Pchengji {
  background: url(../img/GPA_box.png?v=1.0) no-repeat center;
}

.biaodan form div.language {
  background: url(../img/score_box.png?v=1.0) no-repeat center;
}

#submit {
  display: inline-block;
  width: 145px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 auto;
  background-color: #51c21a;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  vertical-align: bottom;
  margin-right: 12px;
}

#submit:hover {
  background-color: #419b15;
}
.biaodan a {
  display: inline-block;
  font-size: 16px;
  color: rgba(81, 194, 26, 1);
  cursor: pointer;
  margin: 0 auto;
  width: 145px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(81, 194, 26, 1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  vertical-align: bottom;
}
/*-------------------表单--------------------*/

.botm-form {
  background: url(../img/form-bg.jpg) no-repeat center;
  padding: 54px 0;
  position: static;
  border-bottom: 0;
}

.fm-botm {
  width: 640px;
  margin: 0 auto;
  padding: 0 180px;
}

.fm-botm h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #ffffff;
}

/* form */

/** common style **/

.section {
  width: 100%;
  padding: 70px 0;
  background-color: #ffffff;
}

.section.pbnone {
  padding-bottom: 0;
}

.section-content {
  width: 1000px;
  margin: 0 auto;
}

.section-content.pbt70 {
  padding-bottom: 70px;
}

.section.grayBg {
  background-color: #f3f4f8;
}

.section-content.connect {
  position: relative;
}

.section-content.connect:after {
  position: absolute;
  content: "";
  width: 112px;
  height: 112px;
  top: -125px;
  left: 20px;
  background: url(../img/ic_connect.png) no-repeat center;
}

.section-content h2 {
  margin-bottom: 40px;
  text-align: center;
  padding-top: 25px;
  background: url(../img/tit_line.png) no-repeat center top;
}

.section-content h2 b {
  font-size: 36px;
  display: block;
}

.section-content h2 span {
  font-size: 24px;
  color: #666666;
  display: block;
  margin-top: 10px;
}

p.abs {
  text-align: center;
  line-height: 26px;
  color: #666666;
  margin-bottom: 40px;
}

.ly-link {
  display: block;
  width: 370px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 40px auto 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
  background-color: #51c21a;
  text-align: center;
}

.ly-link:hover {
  background-color: #419b15;
}

.linkOther {
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.linkOther:hover {
  filter: brightness(0.9);
}

.content {
  display: none;
}

.content.current {
  display: block;
}
.tab-country {
  width: 835px;
  margin: 0 auto;
}
.tab-country li {
  float: left;
  width: 100px;
  padding-top: 100px;
  font-size: 24px;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  margin-right: 83px;
  opacity: 0.3;
  cursor: pointer;
}
.tab-country li.active {
  opacity: 1;
  font-weight: bold;
}
.tab-country li:last-child {
  margin-right: 0;
}
.tab-country li:nth-child(1) {
  background: url(../img/ic_uk_act.png) no-repeat center top;
  background-size: 87px 87px;
}
.tab-country li:nth-child(2) {
  background: url(../img/ic_us_act.png) no-repeat center top;
  background-size: 87px 87px;
}
.tab-country li:nth-child(3) {
  background: url(../img/ic_au_act.png) no-repeat center top;
  background-size: 87px 87px;
}
.tab-country li:nth-child(4) {
  background: url(../img/ic_ca_act.png) no-repeat center top;
  background-size: 87px 87px;
}
.tab-country li:nth-child(5) {
  background: url(../img/ic_nz_act.png) no-repeat center top;
  background-size: 87px 87px;
}
.h3_partit {
  width: 440px;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(90deg, rgba(38, 48, 169, 1), rgba(0, 134, 249, 1));
  border-radius: 30px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  margin: 50px auto 30px auto;
}
.a_btn_hollow {
  width: 320px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(81, 194, 26, 1);
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(81, 194, 26, 1);
  text-align: center;
  display: block;
  margin: 0 auto;
}
.a_btn_hollow:hover {
  color: #fff;
  background: rgba(81, 194, 26, 1);
}
/** common style **/

/* seradva */
.seradva {
  padding-top: 100px;
}
.seradva .connect:after {
  top: -160px;
}
.seradva ul {
  width: 950px;
  margin: 0 auto;
  margin-top: 200px;
}
.seradva li {
  float: left;
  box-sizing: border-box;
  padding: 50px 40px;
}
.seradva li:nth-child(odd) {
  color: rgba(27, 93, 181, 1);
  width: 223px;
  height: 257px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  background: url(../img/advabg_1.png) no-repeat;
  background-size: contain;
}
.seradva li:nth-child(even) {
  width: 223px;
  height: 257px;
  color: #fff;
  background: url(../img/advabg_2.png) no-repeat;
  background-size: contain;
}
.seradva li:nth-child(odd) span {
  font-size: 20px;
  line-height: 20px;
  color: rgba(27, 93, 181, 1);
  margin-right: 3px;
}
.seradva li:nth-child(even) span {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin-right: 3px;
}
.seradva li:nth-child(2) {
  position: relative;
  top: -170px;
  left: -50px;
}
.seradva li:nth-child(3) {
  position: relative;
  top: 2px;
  left: -100px;
}
.seradva li:nth-child(4) {
  position: relative;
  top: -170px;
  left: -155px;
}
.seradva li:nth-child(5) {
  position: absolute;
  top: 319px;
  right: 78px;
}
.seradva .div_icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
/* seradva */

/* policy */
.policy_ul {
  margin-top: 40px;
}
.policy_ul li {
  width: 1000px;
  height: 116px;
  margin-bottom: 20px;
  background: url(../img/bg_policy.png) no-repeat center;
  background-size: contain;
}
.policy_ul .div_icon {
  width: 202px;
  height: 119px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.policy_ul li .desc {
  display: inline-flex;
  width: 793px;
  height: 118px;
  line-height: 25px;
  vertical-align: bottom;
  justify-content: start;
  align-items: center;
  padding: 0 57px;
  box-sizing: border-box;
}
.policy_ul li b {
  display: block;
}

/* policy */

/* <!--visatype--> */
.visatype_content {
  margin-top: 50px;
  padding-top: 250px;
  padding-left: 20px;
  padding-right: 20px;
  width: 1000px;
  height: 423px;
  box-sizing: border-box;
}
.contents .content:nth-child(1) .visatype_content {
  background: url(../img/uk_visatype_bg.png) rgba(243, 244, 247, 1) no-repeat center top;
  background-size: 1000px 200px;
}
.contents .content:nth-child(2) .visatype_content {
  background: url(../img/us_visatype_bg.png) rgba(243, 244, 247, 1) no-repeat center top;
  background-size: 1000px 200px;
}
.contents .content:nth-child(3) .visatype_content {
  background: url(../img/au_visatype_bg.png) rgba(243, 244, 247, 1) no-repeat center top;
  background-size: 1000px 200px;
}
.contents .content:nth-child(4) .visatype_content {
  background: url(../img/ca_visatype_bg.png) rgba(243, 244, 247, 1) no-repeat center top;
  background-size: 1000px 200px;
}
.contents .content:nth-child(5) .visatype_content {
  background: url(../img/nz_visatype_bg.png) rgba(243, 244, 247, 1) no-repeat center top;
  background-size: 1000px 200px;
}

.visatype_content li {
  float: left;
  width: 290px;
  margin-right: 45px;
}
.visatype_content li:last-child {
  margin-right: 0;
}
.visatype_content h5 {
  width: 290px;
  height: 48px;
  background: rgba(101, 174, 250, 1);
  border: 2px solid rgba(87, 166, 249, 1);
  border-radius: 24px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  line-height: 48px;
  margin-bottom: 15px;
}
.visatype_content p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
  text-align: center;
}
/* <!--visatype--> */

/* <!--process--> */
.process_content {
  position: relative;
  margin-bottom: 30px;
}
.process_desc {
  width: 1462px;
  height: 203px;
  background: rgb(234, 235, 239);
  right: 0;
  position: absolute;
}
.process_desc .section-content {
  display: flex;
  margin: 0;
  right: 0;
  height: 203px;
  position: absolute;
  padding-left: 110px;
  box-sizing: border-box;
  background: url(../img/process_bg_l.png) no-repeat left;
  background-size: initial;
}
.process_desc .process_info {
  width: 555px;
  padding-right: 50px;
  padding-top: 30px;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
}
.process_desc .process_info p {
  font-size: 16px;
  color: #0086f9;
  font-weight: bold;
  margin-top: 10px;
}
.div_desc {
  height: 240px;
}
.sp_num {
  width: 68px;
  height: 68px;
  position: relative;
  top: -29px;
  left: -30px;
  display: inline-block;
  background: rgba(101, 174, 250, 1);
  border: 2px solid rgba(87, 166, 249, 1);
  border-radius: 50%;
  font-size: 30px;
  font-family: Buenos Aires TTF;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 68px;
  text-align: center;
}
.h4_tit {
  width: 979px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  margin-left: 20px;
  background: rgba(208, 233, 255, 1);
}
.sp_tit {
  position: relative;
  top: -19px;
  left: -29px;
  padding-left: 15px;
  font-weight: bold;
}
.process_timeline ul {
  margin: 30px 20px;
}
.process_timeline li {
  float: left;
  font-size: 14px;
  width: 380px;
  margin-right: 150px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 24px;
}
.process_timeline li:nth-child(2n) {
  margin-right: 0;
}
.material_ul li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  display: flex;
  padding: 10px 30px 10px 0;
}
.div_num {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 134, 249, 1);
  line-height: 31px;
  margin-right: 10px;
}
.process_timeline p {
  margin: 30px 0;
  color: #666;
}
.process_timeline a {
  color: rgba(0, 134, 249, 1);
}
.h5_bold {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px 0;
}
/* <!--process--> */

/* cost */
.cost .content {
  margin-top: 50px;
}
.cost h5 {
  width: 1000px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 60px;
  text-align: center;
  background: rgba(20, 86, 170, 1);
}
.cost table {
  border-collapse: collapse;
  margin-bottom: 50px;
}
.cost thead {
  width: 1000px;
}
.cost th {
  width: 336px;
  height: 48px;
  font-size: 16px;
  border-right: 1px solid #fff;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 48px;
  text-align: center;
  background: rgba(101, 174, 250, 1);
}
.cost th:last-child {
  margin-right: 0;
}
.cost td {
  height: 72px;
  text-align: center;
  background: #f3f4f7;
  font-size: 14px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
}
.cost td h6 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.cost td p {
  color: #666666;
  font-weight: normal;
}
.cost td a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(81, 194, 26, 1);
}
.aus-tb td:first-child {
  width: 250px;
  color: #fff;
  background: rgba(20, 86, 170, 1);
}
.aus-tb td:first-child h6 {
  font-size: 16px;
  color: #fff;
}
.ca-tb td.first {
  width: 250px;
  color: #fff;
  background: rgba(20, 86, 170, 1);
}
.ca-tb td:first-child h6 {
  font-size: 16px;
  color: #fff;
}
.tr_thead td {
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background: rgba(101, 174, 250, 1);
}
h6.black {
  color: #333 !important;
  font-size: 14px !important;
}
.nz-tb .first {
  width: 210px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background: rgba(101, 174, 250, 1);
}
.nz-tb .first h6 {
  font-size: 16px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
.nz-tb td {
  width: 380px;
}
/* cost */

/* qa */
.qa_ul {
  margin: 40px 0;
}
.qa_ul li {
  padding: 20px;
  height: 159px;
  width: 1000px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background: url(../img/qa_bg.png) no-repeat center;
  background-size: contain;
}
.qa_ul li h5 {
  font-size: 16px;
  padding: 15px 0 15px 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px dashed #ccc;
  background: url(../img/ic_q.png) no-repeat center left;
  background-size: initial;
}
.qa_ul li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding: 15px 0 15px 50px;
  color: rgba(102, 102, 102, 1);
  background: url(../img/ic_a.png) no-repeat center left;
  background-size: initial;
}
/* qa */
.btn_list {
  width: 660px;
  margin: 20px auto;
}
.btn_list a {
  float: left;
  width: 300px;
  margin-right: 24px;
}
.otherlink {
  margin-top: 100px;
}
.otherlink li {
  float: left;
  width: 237px;
  height: 223px;
  margin-right: 17px;
  position: relative;
  top: 0;
}
.otherlink li:last-child {
  margin-right: 0;
}
.otherlink li:hover {
  transition: all ease 0.25s;
  top: -10px;
}
.tab-ul {
  width: 420px;
  margin: 0 auto 30px auto;
}
.tab-ul li {
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #666;
  padding: 0 20px;
  border-right: 1px solid #666;
}
.tab-ul li:first-child {
  padding-left: 0;
}
.tab-ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.tab-ul li.active,
.tab-ul li:hover {
  color: #0086f9;
  font-weight: bold;
}
/*<!--idpAdvan-->*/

.idpAdvan {
  padding-bottom: 0;
}

.ab-advan-ul {
  overflow: hidden;
  text-align: center;
  padding-bottom: 50px;
  text-align: center;
}

.ab-advan-ul li {
  display: inline-block;
  color: #666666;
  font-size: 20px;
  line-height: 25px;
  width: 120px;
}

.ab-advan-ul p {
  margin-top: 10px;
}

.ab-advan-ul .ab-advan-img {
  height: 33px;
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}

.ab-advan-ul .ab-advan-img img {
  margin: 0 auto;
}

.ab-advan-ul .ab-advan-img {
  height: 34px;
}

.ab-advan-ul li.lastAdvan {
  margin-right: 0;
}

/*<!--idpAdvan-->*/

/*template style*/

/*.serviceLis .service_txt h6 {
	color: #ff8202 !important;
}*/

.advantage dt {
  border-color: #cccccc !important;
}

.foot {
  line-height: 28px;
}
.serviceLis .service_txt h6{
  color: #0086f9 !important;
}
.serviceLis li{
  background:#efefef !important;
}
.serviceLis .service_txt p{
  color: #666 !important;
}
/*template style*/
