body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	color: #040404;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #ffffff;
}

a,
a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none
}

a,
img {
	-webkit-touch-callout: none
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.clearfix:after {
	content: '';
	display: block;
	visibility: visible;
	overflow: hidden;
	clear: both;
}

.img-responsive {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.hide {
	display: none;
}

.phone_area {
	position: relative;
}

.hot-phone {
	position: absolute;
	top: 0.5rem;
	left: 20%;
	width: 60%;
	z-index: 10;
	line-height: 1.5rem;
	display: block;
	background-color: #ffea35;
	color: #0055b3;
	text-align: center;
	font-size: 0.65rem;
	font-weight: bold;
}

.car {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 2.9rem;
	height: 1.6rem;
	background: url(/uploads/image/zerimages/car.png) no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-animation: car 6s infinite linear;
	-o-animation: car 6s infinite linear;
	animation: car 6s infinite linear;
}

@-webkit-keyframes car {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(17rem, 0, 0);
		transform: translate3d(17rem, 0, 0);
	}
}

@keyframes car {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(17rem, 0, 0);
		transform: translate3d(17rem, 0, 0);
	}
}

.panel {
	padding: 1rem 0;
}
.panel_tit {
	font-size: .9rem;
	text-align: center;
	color: #077bd9;
	font-weight: bold;
}
.panel_tit p {
	text-align: center;
	font-size: 0.65rem;
	padding-top: 0.3rem;
}

.reason_list li {
	float: left;
	width: 25%;
	padding: 0 0.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0.5rem;
	text-align: center;
	font-size: 0.6rem;
	color: #606060;
	font-weight: 700;
}

.reason_pic {
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	margin: 0 auto 0.5rem;
}

.txt_p {
	font-size: 0.65rem;
	line-height: 0.95rem;
	color: #3d3d3d;
}

.subject-item {
	padding: 0.3rem 0.5rem 0.1rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #e2e2e2;
}

.lg-subject-tit {
	height: 2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
}

.lg-subject-name {
	float: left;
	color: #606060;
}

.lg-subject-name h2 {
	padding-left: 5px;
	font-size: 0.75rem;
	display: inline-block;
}

.lg-subject-pic {
	height: 1.7rem;
	width: auto;
	overflow: hidden;
	vertical-align: middle;
}

.lg-href-btn {
	width: 5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-top: 0.25rem;
	text-align: center;
	margin-right: 5px;
	display: block;
	float: right;
	background-color: #ffea35;
	color: #0055b3;
	font-size: 0.65rem;
	font-weight: 700;
}

.lg-subject-info li {
	float: left;
	padding: 0.2rem 0.3rem;
	width: 48%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0.4rem;
	background-color: #fff;
	font-size: 0.6rem;
	line-height: 0.85rem;
	color: #606060;
}

.lg-subject-info li:nth-child(odd) {
	margin-right: 3.5%;
}

.line {
	height: 1.6rem;
	width: 100%;
	background-image: url(/uploads/image/zerimages/line.jpg);
	background-size: cover;
}

#pagination {
	width: 96%;
	text-align: center;
	overflow: hidden;
	position: relative;
	bottom: 3px;
	font-size: 0;
	z-index: 102;
	margin: 15px auto 0;
}

#pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	background-color: #c9c9c9;
	opacity: 1;
}

#pagination .swiper-pagination-bullet-active {
	background-color: #0055b3;
}

.href_box {
	clear: both;
	padding-top: 0.7rem;
}

.content_href {
	width: 37%;
	display: inline-block;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
	background-color: #ffea35;
	color: #0154a6;
	font-size: 0.65rem;
	font-weight: 700;
}

.f_left {
	float: left;
	margin-left: 7%;
}

.f_right {
	float: right;
	margin-right: 7%;
}

.subject_list {
	padding: 0 0.5rem;
}

.subject_list li {
	width: 3.75rem;
	height: 3.75rem;
	float: left;
	padding: 5px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.subject_name {
	border-radius: 50%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 0.6rem;
	color: #606060;
	background-color: #e9e9e9;
	border: 2px solid #d2d2d2;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.subject_list li:nth-child(1) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon1.png);
	background-size: 2rem
}

.subject_list li:nth-child(2) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon2.png);
	background-size: 2.2rem
}

.subject_list li:nth-child(3) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon3.png);
	background-size: 2rem
}

.subject_list li:nth-child(4) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon4.png);
	background-size: 1.3rem
}

.subject_list li:nth-child(5) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon5.png);
	background-size: 1.5rem
}

.subject_list li:nth-child(6) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon6.png);
	background-size: 1.6rem
}

.subject_list li:nth-child(7) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon7.png);
	background-size: 1.6rem
}

.subject_list li:nth-child(8) .subject_name {
	background-image: url(/uploads/image/zerimages/art_icon8.png);
	background-size: 2rem
}

.subject_list li.active .subject_name {
	background-color: #ffea35;
	border-color: #ffea35;
}

.subject_pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 999999;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.subject_pop.active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.subject_info {
	position: absolute;
	left: 0.5rem;
	top: 10%;
	padding: 0.7rem 0.5rem;
	width: 15rem;
	min-height: 6rem;
	background: #ffffff;
	border-radius: 5px;
	border: 3px solid #d8ebfe;
	color: #606060;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.info_item {
	padding: 0.5rem 0;
	font-size: 0.65rem;
	line-height: 0.95rem;
	border-bottom: 1px solid #d8ebfe;
}

.subject_adv_label {
	font-weight: bolder;
	font-size: 0.65rem;
}

.subject-icon {
	width: 1rem;
	height: 0.95rem;
	float: left;
	margin-right: 5px;
}

.subject-icon1 {
	background: url(/uploads/image/zerimages/icon1.jpg) no-repeat center left;
	background-size: contain;
}

.subject-icon2 {
	background: url(/uploads/image/zerimages/icon2.jpg) no-repeat center left;
	background-size: contain;
}

.subject-icon3 {
	background: url(/uploads/image/zerimages/icon3.jpg) no-repeat center left;
	background-size: contain;
}

.subject-icon4 {
	background: url(/uploads/image/zerimages/icon4.jpg) no-repeat center left;
	background-size: contain;
}

.subject-icon5 {
	background: url(/uploads/image/zerimages/icon5.jpg) no-repeat center left;
	background-size: contain;
}

.subject_txt {
	display: inline;
	text-align: left;
	margin-left: -5px;
}

.subject_pop_name {
	text-align: center;
	color: #606060;
	font-size: 0.9rem;
	font-weight: bolder;
}

.fixed_top_menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
	height: 2rem;
	background: -webkit-linear-gradient(#fff, #ededed);
	background: linear-gradient(#fff, #ededed);
	border-bottom: 1px solid #535353;
}

.igo_logo {
	width: 100%;
	float: left;
	background: url(/uploads/image/zerimages/logo.jpg) no-repeat center center;
	background-size: 4.5rem;
	height: 2rem;
}

.go_back {
	float: left;
	margin-left: -100%;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #535353;
	display: block;
	font-size: 0.65rem;
	-webkit-transform: scaley(2);
	transform: scaley(2);
}

.phone_pic {
	float: left;
	margin-left: -2rem;
	width: 2rem;
	height: 2rem;
	display: block;
	background: url(/uploads/image/zerimages/phone.png) no-repeat center center;
	background-size: 1rem
}

.form_window {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.65);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.form_window.active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.close_box {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	z-index: 99999;
	text-align: center;
	padding: 2px;
}

.close_box:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: 26px;
	height: 1px;
	background-color: #8b8b8b;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
}

.close_box:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	width: 26px;
	height: 1px;
	background-color: #8b8b8b;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form_window .form_box {
	position: fixed;
	left: 0.5rem;
	right: 0.5rem;
	top: 1rem;
	padding-top: 10px;
	min-height: 12rem;
	line-height: 1.1rem;
	z-index: 900;
	border-radius: 5px;
	font-size: 0.65rem;
	text-align: center;
	background-color: #ffffff;
	border: 3px solid #399be6;
}

.form_window .form_box h2 {
	color: #0c75e3;
	font-size: 0.9rem;
	text-align: center;
	padding: 5px 0;
}

.form_window .value_item {
	width: 13rem;
	height: 1.6rem;
	line-height: 1.6rem;
	margin: 0.6rem auto;
	color: #606060;
	position: relative;
}

.form_window .value_item span {
	float: left;
	display: block;
	width: 3.7rem;
	text-align: right;
	color: #606060;
}

.form_window .value_box {
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	padding: 3px 5px;
	height: 1.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: transparent;
	width: 9rem;
}

#fcity {
	width: 9rem;
}

.form_window select {
	-webkit-appearance: none;
	font-size: 0.65rem;
	background: transparent;
	color: #888;
	padding-left: 0;
	margin: 0;
}

.form_window .f_arrow_down:after {
	position: absolute;
	right: 0.5rem;
	top: 0;
	width: 1rem;
	height: 1.6rem;
	content: '<';
	font-size: 0.65rem;
	-webkit-transform: rotate(-90deg) scaley(1.5);
	transform: rotate(-90deg) scaley(1.5);
	font-family: 'stheiti', 'microsoft yahei', helvetica, arial, sans-serif;
}

input::input-placeholder {
	color: #888;
}

input::-webkit-input-placeholder {
	color: #888;
}

input:focus,
select:focus {
	outline: none;
}

.form_window .form_btn {
	width: 60%;
	height: 1.6rem;
	line-height: 1.6rem;
	display: block;
	margin: 1rem auto;
	text-align: center;
	background-color: #ffea35;
	color: #0055b3;
	font-weight: 700;
}

.gallery-top {
	height: 2.7rem;
	bottom: -4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 0;
	overflow: hidden;
	font-size: 0;
}

.school_icon_box {
	margin-left: -8rem;
	margin-right: 0.5rem;
	overflow: hidden;
}

.gallery-top .swiper-slide {
	width: 6.5rem;
	height: 100%;
	text-align: center;
	border: 2px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.art_bg {
	height: 1.8rem;
	background-color: #e2e2e2;
	text-align: center;
}

.art-subject-name {
	padding-left: 1.25rem;
	line-height: 1.8rem;
	display: inline-block;
	color: #606060;
	font-weight: 700;
	font-size: 0.65rem;
	background-repeat: no-repeat;
	background-position: left center;
}

.art1 {
	background-image: url(/uploads/image/zerimages/school_icon1.png);
	background-size: 1.1rem;
}

.art2 {
	background-image: url(/uploads/image/zerimages/school_icon2.png);
	background-size: 1.1rem;
}

.art3 {
	background-image: url(/uploads/image/zerimages/school_icon3.png);
	background-size: 1.1rem;
}

.art4 {
	background-image: url(/uploads/image/zerimages/school_icon9.png);
	background-size: 1.1rem;
}

.art5 {
	background-image: url(/uploads/image/zerimages/school_icon5.png);
	background-size: 1.1rem;
}

.art6 {
	background-image: url(/uploads/image/zerimages/school_icon6.png);
	background-size: 1.1rem;
}

.art7 {
	background-image: url(/uploads/image/zerimages/school_icon4.png);
	background-size: 1.1rem;
}

.art8 {
	background-image: url(/uploads/image/zerimages/school_icon10.png);
	background-size: 1.1rem;
}

.art9 {
	background-image: url(/uploads/image/zerimages/school_icon7.png);
	background-size: 1.1rem;
}

.art10 {
	background-image: url(/uploads/image/zerimages/school_icon8.png);
	background-size: 1.1rem;
}

.gallery-top .swiper-slide-active {
	border-color: #6ebefb;
}

.gallery-top .swiper-slide-active .art_bg {
	background-color: #fff;
}

.gallery-thumb .swiper-slide {
	padding: 5px 10px;
	color: #3d3d3d;
	font-size: 0.65rem;
	border: 2px solid #6ebefb;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.apply_h {
	font-size: 0.75rem;
	text-align: center;
	color: #0061c0;
}

.apply_p {
	line-height: 0.95rem;
	padding: 5px 0;
}

.grade_box {
	clear: both;
	padding: 0 0.3rem 0.2rem;
	position: relative;
}

.academic_need,
.school_need,
.condition_need,
.jorcarrer_need {
	position: relative;
	font-size: 0.65rem;
	line-height: 0.95rem;
}

.academic_need:before,
.school_need:before,
.condition_need:before,
.jorcarrer_need:before {
	content: 'a';
	position: absolute;
	left: -6px;
	top: -1px;
	color: #d4eaff;
	font-size: 1.7rem;
	font-weight: bolder;
	font-family: arial, helvetica;
}

.school_need:before {
	content: 'b'
}

.condition_need:before {
	content: 'c'
}

.jorcarrer_need:before {
	content: 'd'
}

.need_tit {
	width: 3.3rem;
	white-space: nowrap;
	position: relative;
	z-index: 11;
	padding-left: 0.5rem;
	font-weight: 700;
}

.need_txt {
	position: relative;
	z-index: 12;
}

.short_pt {
	margin-top: 0.75rem;
}

.href_box2 {
	padding-top: 0.7rem;
	text-align: center;
}

.href_box2 a.content_href {}

.xt_superiorty {
	position: relative;
	width: 100%;
	float: left;
}

.xt_superiorty:before,
.xt_superiorty:after {
	content: '';
	position: absolute;
	display: block;
	background-color: #f4f4f4;
}

.xt_superiorty:before {
	top: 50%;
	left: 5%;
	width: 90%;
	height: 2px;
}

.xt_superiorty:after {
	top: 12%;
	left: 49%;
	width: 2px;
	height: 80%;
}

.xt_superiorty li {
	float: left;
	width: 45%;
	margin-top: 0.7rem;
	padding: 6px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.6rem;
	line-height: 0.95rem;
	color: #606060;
	position: relative;
}

.xt_superiorty li:nth-child(odd) {
	margin-right: 8%;
}

.xt_superiorty h3 {
	line-height: 1.4rem;
}

.superiorty_pic {
	position: absolute;
	right: 0;
	top: 0;
	width: 2.5rem;
	height: 1.5rem;
	z-index: -1;
}

.superiorty_pic1 {
	background: url(/uploads/image/zerimages/superiorty_pic1.jpg) no-repeat top right;
	background-size: contain;
}

.superiorty_pic2 {
	background: url(/uploads/image/zerimages/superiorty_pic2.jpg) no-repeat top right;
	background-size: contain;
}

.superiorty_pic3 {
	background: url(/uploads/image/zerimages/superiorty_pic3.jpg) no-repeat top right;
	background-size: contain;
}

.superiorty_pic4 {
	background: url(/uploads/image/zerimages/superiorty_pic4.jpg) no-repeat top right;
	background-size: contain;
}

.pop_form {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 2.5rem;
	background-color: #ffea35;
	color: #0055b3;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	font-size: 0.65rem;
	font-weight: 700;
	z-index: 990;
}

.school_panel {
	padding: 1rem 0.5rem;
}

.fixed_content {
	position: fixed;
	left: 0;
	right: 0;
}