* {
	box-sizing: border-box;
}

body {
	background-color: #fff;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.logo-wrapper {
	padding: 25px 0;
}

.nav-wrapper {
	background-color: #2577E3;
}

.nav-list > li {
	padding: 18px 45px;
	text-align: center;
	display: inline-block;

}

.nav-list > li > a {
	font-size: 18px;
	color: #fff;
}

.nav-list > li:first-child {
	padding-left: 0;
}

.swiper-slide > img {
	width: 100%;
	display: block;
}

.calc-modal .title-wrapper {
	background: #2577E3;
	text-align: center;
}

.exam-intro-title {
	display: inline-block;
	background-image: url(../img/text_bg.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 0 120px;
	height: 51px;
	font-size: 20px;
	line-height: 50px;
	color: #1e1e1e;
}

.calc-modal {
	padding-bottom: 53px;
	background-color: #E8F5FE;
}

.calc-wrapper {
	width: 1064px;
	height: 420px;
	background-image: url(../img/exam_intro_bg.png);
	background-position: center center;
	background-size: 100% 100%;
	margin: 0 auto;
	margin-top: 42px;
	background-repeat: no-repeat;
	padding: 26px 42px 0px 55px;
}

.calc-box {
	padding: 30px;
	text-align: left;
}

.calc-title {
	color: #2577E3;
	font-size: 25px;
	padding-top: 16px;
	text-align: center;
}

.calc-content {
	padding-top: 44px;
	text-align: center;
	font-size: 0;
}

.calc-content > div {
	display: inline-block;
	width: 50%;

}

.calc-content > div > div {
	text-align: left;
	width: 60%;
	margin: 0 auto;
}

.calc-content > div > div > .calc-item-title {
	width: 100%;
	font-size: 20px;
	color: #1e1e1e;
}

.calc-content > div > div > .calc-item-input {
	width: 100%;
	text-align: center;
	border: 2px solid #90d1ff;
	height: 50px;
	border-radius: 6px;
	margin-top: 22px;
	outline: none;
	font-size: 30px;
	color: #1e1e1e;
}

.clac-button-wrapper {
	margin-top: 44px;
	text-align: center;
}

.clac-button-wrapper > p {
	font-size: 16px;
	color: #1e1e1e;
}

.clac-button-wrapper > button {
	background-color: #2ea4f9;
	outline: none;
	width: 323px;
	height: 56px;
	color: #fff;
	font-size: 20px;
	border-radius: 6px;
	border: 0;
	margin-bottom: 20px;
}

.method-modal {
	background-color: #E4F7F4;
	padding-bottom: 88px;
}

.title-wrapper {
	color: #fff;
	padding: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.method-wrapper {
	position: relative;
}

.method-link {
	position: absolute;
	bottom: 38px;
	background-color: #05b2d2;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	padding: 6px 40px;
}

.class-modal {
	background-color: #FEF1E5;
}

.class-wrapper {
	padding: 50px 0;
}

.class-wrapper .class-top-title {
	background-color: #fff;
	border: 2px solid #ed784a;
	border-radius: 40px;
	display: inline-block;
	color: #ed784a;
	font-size: 24px;
	padding: 10px 52px;
	letter-spacing: 8px;
}

.class-table {
	border-collapse: collapse;
}

.class-table {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}

.class-table th,
.class-table td {
	padding: 5px 0;
	line-height: 29px;
	border: 1px solid #F89F5B;
	font-size: 16px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #fff;
}

.class-table th {
	padding: 10px 0;
	background-color: #F89F5B;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

.class-table .class-link {
	background-color: #68ba8a;
	padding: 7px 10px;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
}

.item_letter {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-top: 56px;
	padding-left: 89px;
}

.item_letter:before {
	content: "";
	display: block;
	width: 118px;
	height: 73px;
	background-image: url(../img/letter_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	color: #05B2D2;
	font-size: 33px;
	text-align: left;
	box-sizing: border-box;
	padding-top: 6px;
	padding-left: 15px;
	top: 0;
	left: 0;
}

.item_letter.item_A:before {
	content: "A";
}

.item_letter.item_B:before {
	content: "B";
}

.item_letter.item_C:before {
	content: "C";
}

.item_C {
	margin-top: 70px;
}

.doc-tip {
	color: #333;
	font-weight: bold;
	font-size: 24px;
	margin-top: 85px;
	text-align: center;
}

.doc-top > .red-font {
	font-weight: bold;
	font-size: 24px;
}

.red-font {
	color: #fc6565;
	font-weight: inherit;
	font-size: inherit;
}

.imageflow {
	overflow: visible;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 100%
}

.imageflow img {
	position: absolute;
	top: 0px;
	visibility: hidden;
	-ms-interpolation-mode: bicubic;
	border: 3px #fff solid;
	-webkit-box-shadow: 10px 10px 14px rgba(115, 115, 115, 0.6);
	-moz-box-shadow: 10px 10px 14px rgba(115, 115, 115, 0.6);
	box-shadow: 10px 10px 14px rgba(115, 115, 115, 0.6);

}

.imageflow p {
	margin: 0 auto;
	text-align: center;
}

.imageflow .loading {
	border: 1px solid #ccc;
	height: 15px;
	left: 50%;
	margin-left: -106px;
	padding: 5px;
	position: relative;
	visibility: visible;
	width: 200px
}

.imageflow .loading_bar {
	background: #ccc;
	height: 15px;
	visibility: visible;
	width: 1%
}

.imageflow .caption {
	font-weight: bold;
	position: relative;
	text-align: center;
	z-index: 1
}

.imageflow .scrollbar {
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	visibility: hidden;
	z-index: 2;
	height: 1px
}

.imageflow .slider {
	height: 14px;
	margin: -6px 0 0 -7px;
	position: absolute;
	width: 14px;
	z-index: 3
}

.imageflow .images {
	overflow: hidden;
	white-space: nowrap;
}

.imageflow-wrapper {
	padding: 100px 0;
}

.teacherList {
	background-color: #fff;
	padding: 15px;
	font-size: 0;
	text-align: left;
	display: inline-block;
	width: 1200px;
	margin-bottom: 50px;
}

.teacherList > li {
	display: inline-block;
	font-size: 0;
	margin-right: 2px;
}

.teacherList > li > .teacher-img-wrapper > img {
	display: block;
}

.teacherList > li > .teacher-img-wrapper {
	display: inline-block;
	vertical-align: bottom;
}

.teacherList > li > .teacher-info-wrapper {
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	height: 400px;
	overflow: hidden;
	-webkit-transition: width 0.3s linear;
	-moz-transition: width 0.3s linear;
	-ms-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition: width 0.3s linear;
}

.teacherList > li > .teacher-info-wrapper .teacher-info-text {
	color: #000;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 21px;
}

.teacherList > li.active > .teacher-info-wrapper {
	width: 245px;
}

.teacherList > li > .teacher-info-wrapper > div {
	padding: 0 22px;
	width: 100%;
}

.teacher-wrapper {
	padding: 50px 0;
}

.intro-modal > .content {
	padding: 75px 0 85px 0;
}

.photo-modal > .content {
	padding: 47px 0 85px 0;
}

.fzr-modal > .content {
	padding: 80px 0 90px 0;
}

#canvas {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.class-group-wrapper {
	width: 132px;
	text-align: right;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: translateY(-50%);
	left: 11px;
	z-index: 10;
}

.class-group-wrapper img {
	display: block;
	text-align: right;
}

.class-group {
	display: inline-block;
	background-color: #C8222C;
	width: 130px;
	text-align: center;
	padding-bottom: 20px;
}

.class-group > li > a {
	list-style: none;
	display: block;
	padding: 10px;
	border-top: 1px dashed #9D1820;
	border-bottom: 1px dashed #9D1820;
	color: #fff;
	font-size: 16px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 37px;
}

.teacher-honor {
	height: 41px;
	line-height: 37px;
	font-size: 18px;
	border-bottom: 4px solid #ccc;
	border-image: -webkit-linear-gradient(left, #613DFE, #1CFEE9) 1 1;
	border-image: -moz-linear-gradient(left, #613DFE, #1CFEE9) 1 1;
	border-image: linear-gradient(left, #613DFE, #1CFEE9) 1 1;
	color: #05b2d2;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 3px;
	margin-bottom: 17px;
}

.button-group {
	font-size: 0;
	margin-top: 44px;
	margin-bottom: 30px;
}

.button-group > button {
	width: 219px;
	height: 48px;
	display: inline-block;
	margin-right: 26px;
	background-color: #fff;
	border: 2px solid #1bb99a;
	color: #1bb99a;
	border-radius: 6px;
	font-size: 20px;
	outline: none;
}

.button-group > button.active {
	background-color: #1bb99a;
	color: #fff;
}

.button-group > button:last-child {
	margin-right: 0;
}

.class-tab {
	text-align: left;
	padding: 50px;
	border: 2px solid #9ED3B5;
	border-radius: 4px;
	background-color: #fff;
	display: none;
}

.class-tab.active {
	display: block;
}

.merit > span {
	margin-right: 95px;
}

.merit > span > span {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	color: #ff6b50;
}

.merit > span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 22px;
	margin-right: 25px;
	background-image: url(../img/checkImg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.class-detail-list {
	margin: 35px 0;
	counter-reset: tab;
}

.class-detail-title {
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.class-detail-list .class-content-text {
	counter-increment: tab;
}

.class-detail-list > li > span:before {
	content: counter(tab);
	font-size: 18px;
	border: 1px solid #1BB99A;
	color: #1bb99a;
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	line-height: 29px;
	text-align: center;
	margin-right: 16px;
}

.class-content-text {
	font-size: 16px;
	line-height: 42px;
	letter-spacing: 2px;
	color: #333;
}

.score-modal,
.img-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
}

.score-content,
.img-content {
	position: absolute;
	width: 600px;
	height: 400px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-content {
	width: auto;
	height: auto;
}

.score-content > p {
	font-size: 30px;
	text-align: center;
	margin-top: 142px;
}

.score-content > .btn-wrapper,
.img-content > .btn-wrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 50px;
}

.score-content > .btn-wrapper > button,
.img-content > .btn-wrapper > button {
	background-color: #fff;
	border: 2px solid #0ae;
	padding: 15px 70px;
	display: inline-block;
	color: #0ae;
}

.more-teacher-link {
	text-align: center;
	margin-top: 20px;
}

.more-teacher-link > a {
	font-size: 24px;
	color: #fff;
	padding: 18px 30px;
	display: inline-block;
	background-color: #06C5E7;
	border-radius: 6px;
	box-shadow: 0 0 27px rgba(255, 255, 255, 0.7);
}

table .wtnm {
	font-size: inherit;
	font-weight: normal;
}

.table-link > a:hover {
	text-decoration: underline;
}

.table-link > a {
	color: #666;
	text-align: center;
	font-size: 20px;
}

.img-content {
	width: 70%;
	height: auto;
}

.img-content img {
	width: 100%;
}

.lightheight, .lightheight > td {
	background-color: #f89f5b;
	border-color: #fff;
	color: #fff;
}

.lightheight > td:last-child {
	background-color: #fff;
	border-color: #f89f5b;
}

.position-box {
	display: inline-block;
	position: relative;
}

.video-wrapper {
	position: absolute;
	top: 304px;
	right: 250px;
}

