@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;
  display: block;
}

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


button:focus {
    outline: none;
}
input:focus{
	outline: none;
}
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;
  margin: 0 auto;
}

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

.banner h1 {
  width: 798px;
  margin: 0 auto;
}

.banner p {
  width: 798px;
  height: 88px;
  display: block;
  margin: 40px auto 0;
  background-color: #fff;
  font-size: 68px;
  font-weight: bold;
  color: #3daf9e;
  text-align: center;
  line-height: 88px;
  letter-spacing: 6px;
}

/* .banner span {
  display: block;
  text-align: center;
  font-size: 60px;
  color: #f5f815;
  font-weight: bold;
  line-height: 70px;
  height: 70px;
  margin: 30px auto 0;
} */
.one {
  display: flex;
  width: 798px;
  text-align: center;
  font-size: 60px;
  color: #f5f815;
  font-weight: bold;
  line-height: 70px;
  height: 70px;
  margin: 30px auto 0;
}

.one .two{
	font-size: 72px;
	line-height: 70px;
	height: 40px;
}
/* .banner span b {
  font-size: 80px;
  line-height: 70px;
  height: 40px;
} */

/*PTE是什么*/
.title_pte {
  margin-top: 50px;
}

.title_pte h2 {
  font-size: 45px;
  color: #344356;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  height: 46px;
}

.title_pte p {
  font-size: 18px;
  color: #898a8c;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  display: block;
}

.title_pte p b {
  margin-right: 17px;
}

.jianjie {
  height: 606px;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #ecf7f5;
}

.jianjie dt {
  width: 386px;
  height: 606px;
  float: left;
  border-radius: 10px 0 0 10px;
  background: url(../img/pte_img1.jpg) no-repeat;
}

.jianjie dt span {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #f5f815;
  line-height: 34px;
  padding-top: 140px;
}

.jianjie dt p {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.jianjie dt a {
  width: 268px;
  height: 53px;
  display: block;
  margin: 40px auto 0;
  border-radius: 27px;
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  line-height: 53px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
	cursor: pointer;
}

.jianjie dt a:hover {
  background-color: #fff;
  color: #4ac7b0;
}

.jianjie dd {
  width: 760px;
  float: right;
  padding-top: 10px;
}

.jianjie dd span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #344356;
  line-height: 24px;
  margin-top: 30px;
}

.jianjie dd span:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhEQzZCQjYzQjc3RDExRUFCQTA4Q0RGMjU0RTJBREFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhEQzZCQjY0Qjc3RDExRUFCQTA4Q0RGMjU0RTJBREFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OERDNkJCNjFCNzdEMTFFQUJBMDhDREYyNTRFMkFEQUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OERDNkJCNjJCNzdEMTFFQUJBMDhDREYyNTRFMkFEQUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7TtRHNAAAA70lEQVR42mL0Or6BAQmwAbESEIsDMQ9U7AsQvwDi+0D8C6aQBUmTJBDrAzErAyrgg2KQgReA+DlIkAlJkwkWTciABapGEqYR5DwDBuIBSC07yBRFNCeD2IlA7ADEjEC8H4jnA/EfJHlFECGBZiJIky8S3xcaKAuRxMSZkEIPBhywOM8Njc/DxEAe+McEjSdkcACLwt1o/G8s0MjlQxKcD6UdoTQocJagaXwJ0vgAGrmwkAWF3mwoxgZA8vdBTv0JTRHEApDan7DAASWjM0hxhcumM7AkhxzxIIG3UGeD4pYbiP9DA+8VEN9DTuQAAQYAO38tPtuALd8AAAAASUVORK5CYII=) no-repeat;
  left: -25px;
  top: 5px;
}

.jianjie dd p {
  font-size: 15px;
  color: #898a8c;
  line-height: 30px;
}

.jianjie dd p b {
  font-size: 16px;
  color: #4ac7b0;
}

.jianjie dd .last b {
  margin-right: 29px;
}

.btn_pte {
  width: 418px;
  height: 64px;
  display: block;
  margin: 40px auto 0;
  border-radius: 33px;
  border: 1px solid #4ac7b0;
  font-size: 22px;
  text-align: center;
  line-height: 64px;
  color: #4ac7b0;
  background-color: rgba(74, 199, 176, 0.1);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
	cursor: pointer;
}

.btn_pte:hover {
  color: #fff;
  background-color: #4ac7b0;
}

/*PTE与雅思、托福、多邻国对比*/
.duibi {
  width: 100%;
  height: 890px;
  margin-top: 80px;
  padding-top: 10px;
  background: url(../img/db_img.jpg) top center no-repeat;
	/* margin-bottom: 50px; */
}

.duibi .title_pte h2 {
  color: #fff;
}

.duibi .duibi_pte {
  height: 556px;
  padding-top: 40px;
  position: relative;
}

.duibi .duibi_pte .duibi_left {
  width: 220px;
  height: 490px;
  float: left;
  margin-top: 66px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}

.duibi .duibi_pte .duibi_left p {
  width: 170px;
  height: 80px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 0 0 20px;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
  color: #344356;
}

.duibi .duibi_pte .duibi_left .last {
  border-bottom: 0;
}

.duibi .duibi_pte .duibi_right {
  width: 242px;
  height: 556px;
  float: left;
  margin-left: -10px;
  border-radius: 10px 0 0 10px;
  background: -webkit-gradient(linear, left top, right bottom, from(#e6aa83), to(#de8e5a));
  background: -webkit-linear-gradient(top left, #e6aa83, #de8e5a);
  background: -o-linear-gradient(top left, #e6aa83, #de8e5a);
  background: linear-gradient(to bottom right, #e6aa83, #de8e5a);
  -webkit-box-shadow: 0 2px 22px 8px rgba(113, 45, 0, 0.2);
          box-shadow: 0 2px 22px 8px rgba(113, 45, 0, 0.2);
}

.duibi .duibi_pte .duibi_right p {
  width: 202px;
  height: 80px;
  margin-left: 20px;
  border-bottom: 1px solid #fff;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}

.duibi .duibi_pte .duibi_right p.yi {
  font-size: 30px;
  font-weight: bold;
  height: 65px;
  line-height: 65px;
}

.duibi .duibi_pte .duibi_right p.last {
  border-bottom: 0;
}

.duibi .duibi_pte table {
  width: 748px;
  height: 556px;
  float: right;
  border-radius: 0 10px 10px 0;
  background-color: #fff;
}

.duibi .duibi_pte table tr.biaoti {
  height: 66px;
}

.duibi .duibi_pte table tr.biaoti td {
  font-size: 30px;
  font-weight: bold;
  color: #4ac7b0;
  line-height: 66px;
  background-color: #ecf7f5;
  border-right: 0;
}

.duibi .duibi_pte table tr.biaoti .last {
  border-radius: 0 10px 0 0;
}

.duibi .duibi_pte table tr td {
  width: 248px;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-size: 22px;
  color: #344356;
  line-height: 80px;
}

.duibi .duibi_pte table tr.last td {
  border-bottom: 0;
}

.duibi .duibi_pte table tr.last .last {
  border-right: 0;
}

.duibi .btn_pte {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
	cursor: pointer;
}

.duibi .btn_pte:hover {
  background-color: white;
  color: #4ac7b0;
	/* cursor: pointer; */
}

/*PTE成绩与雅思、托福、英语等级量表对比*/
.dengjidb {
  padding-top: 30px;
}

.dengjidb .zhu {
  height: 464px;
  border-radius: 10px;
  margin-top: 40px;
  padding-top: 10px;
  background-color: #ecf7f5;
}

.dengjidb .zhu img {
  margin: 30px auto 0;
}

.dengjidb .zhu p {
  font-size: 18px;
  color: #898a8c;
  line-height: 36px;
  padding-left: 240px;
  margin-top: 10px;
}

.dengjidb .zhu p b {
  display: block;
  float: left;
  height: 80px;
  font-weight: normal;
}






/*PTE表单提交*/
.banxing {
	display: flex;
	flex-direction: column;
	align-items: center;
  width: 100%;
  height: 540px;
  margin-top: 80px;
  padding-top: 10px;
  background: url(../img/pte_img7.jpg) top center no-repeat;
}
.banxing .title_pte h2 {
  color: #fff;
}


.banxing .btn_pte {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px;
	cursor: pointer;
}

.banxing .btn_pte:hover {
  background-color: white;
  color: #4ac7b0;
}

.wrap{
	display: flex;
	flex-flow: column;
	padding: 50px 50px 20px 50px;
	position: relative;
}
.callPhone-form-item{
	display: flex;
	align-items: center; 
	font-size: 18px;
	color: #fdfffc;
	margin-bottom: 20px;
	/* margin-left: 50px;
	margin-left: 20px; */
}
.callPhone-form-item span{
	display: flex;
	width: 100px;
	height: 52px;
	border: 1px solid #fff;
	border-right: none;
	border-radius: 40px 0 0 40px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	align-items: center;
	justify-content: flex-end;
	font-weight: bold;
}
.callPhone-form-item-name{
	width: 280px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 0px 40px 40px 0px;
	text-indent: 10px;
	/* background-color: transparent; */
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	color: #fff;
}
input::placeholder{
	color: #fff;
	font-size: 16px;
}
.callPhone-form-item-phone{
	width: 280px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 0px 40px 40px 0px;
	text-indent: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	color: #fff;
}
.callPhone-form-item-code{
	display: flex;
	width: 185px;
	height: 50px;
	border: 1px solid #fff;
	border-right: none ;
	text-indent: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	color: #fff;
}
.yzm{
	color: #000;
	font-size: 15px;
	/* background-color: #254461; */
	width: 85px;
	height: 50px;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	/* border: none; */
	border: 1px solid #fff;
	box-sizing: content-box;
	cursor: pointer;
}
.freeDingzhi{
	width: 400px;
	height: 55px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 22px;
	color: #fff;
	display: flex;
	font-weight: bold;
	align-items: center;
	justify-content: center; 
	border: none;
	cursor: pointer;
	/* margin-left: 40px; */
	animation: scale2 2s linear infinite;
	animation-direction: alternate;
	margin-top: 20px;
	/* border: 1px solid #fff; */
}
.banxing .btn_pte {
  /* background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  margin-top: 30px; */
	cursor: pointer;
}

.freeDingzhi:hover {
  background-color: white;
  color: #4ac7b0;
}


/* 隐私政策 */
.form-privacy{
	/* margin-left: 300px; */
	display: flex;
	width: 1100px;
	/* align-items: center; */
	justify-content: center;
}
.privacy-validate{
	/* margin-top: 20px; */
}
.form-privacy span{
	color: #fff;
}
.form-privacy a{
	color: #feac1a;
}

