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: #fff;}
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;}
.header{
	padding-top: 2rem;
}
.phone{
	position: relative;
}
.hot-phone{
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	line-height: 1.4rem;
	height: 1.4rem;
	display: block;
	background-color: #ffe400;
	color: #212325;
	font-weight: bolder;
	border:2px solid #110f00;
	text-shadow:1px 1px 0 rgba(219,219,219,0.5),-1px -1px 0 rgba(219,219,219,0.5);
	text-align: center;
	font-size: 0.7rem;
	border-radius: 25px;
	overflow: hidden;
	transition:none;
	box-shadow: 0 5px rgba(227,203,0,1);
	-webkit-animation: blink 1.2s infinite alternate;
	-o-animation: blink 1.2s infinite alternate;
	animation: blink 1.2s infinite alternate;
}
@keyframes blink{
	0%{
		top:0px;
		box-shadow: 0 5px rgba(227,203,0,1);
	}
	100%{
		top:2px;
		box-shadow: 0 3px rgba(227,203,0,1);
	}
}
@keyframes blink{
	0%{
		top:0px;
		box-shadow: 0 5px rgba(227,203,0,1);
	}
	100%{
		top:2px;
		box-shadow: 0 3px rgba(227,203,0,1);
	}
}
.panel{
	padding: 1rem 0.5rem 0.5rem;
	color: #545454;
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}
.panel_tit{
	position: relative;
	padding-bottom: 0.5rem;
}
.panel_tit h2{
	font-size: 0.9rem;
	color: #020202;
	padding-left: 0.5rem;
	position: relative;
	z-index: 11;
}
.circle{
	position: absolute;
	left: 0.1rem;
	top: -0.2rem;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background-color: #ffe400;
}
.circle:after{
	content: '';
	position: absolute;
	left: 1.4rem;
	top: 0;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	border-radius: 50%;
	background-color: #ffe400;
	-webkit-animation: rotatecircle 3s infinite alternate;
	-o-animation: rotatecircle 3s infinite alternate;
	animation: rotatecircle 3s infinite alternate;
}
.circle:before{
	content: '';
	position: absolute;
	left: 9rem;
	bottom: 0.1rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	border-radius: 50%;
	background-color: #ffe400;
	-webkit-animation: scale 3s infinite alternate;
	-o-animation: scale 3s infinite alternate;
	animation: scale 3s infinite alternate;
}
.circle2:before{
	left: 7.9rem;
}
.circle3:before{
	left: 8.5rem;
}
@keyframes rotatecircle{
	0% {
    	transform: translatex(0)  translatey(-0.4rem);
	}
	100% {
	    transform: translatex(-1.5rem) translatey(1rem);
	}
}
@-webkit-keyframes rotatecircle{
	0% {
    	transform: translatex(0)  translatey(-0.4rem);
	}
	100% {
	    transform: translatex(-1.5rem) translatey(1rem);
	}
}
@keyframes zindex{
	25%{
		z-index: -1;
	}
	75%{
		z-index: 1;
	}
}
@-webkit-keyframes zindex{
	25%{
		z-index: -1;
	}
	75%{
		z-index: 1;
	}
}
@keyframes scale{
	0%{
		transform:scale(1);
		opacity: 1
	}
	100%{
		transform:scale(0.5);
		opacity: 0.8
	}
}
@-webkit-keyframes scale{
	0%{
		transform:scale(1);
		opacity: 1
	}
	100%{
		transform:scale(0.5);
		opacity: 0.8
	}
}
.txt_p{
	font-size: 0.65rem;
	line-height: 0.95rem;
	color: #212325;
	padding-left: 0.9rem;
	position: relative;
}
.flag:before{
	content: '';
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	width: 0.5rem;
	height: 0.65rem;
	background-color: #ffe400;
}
.flag:after{
	content: '';
	position: absolute;
	left: 0.18rem;
	top: 0.6rem;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
}
.superiorty_list{
	padding-top:0.5rem; 
}
.superiorty_list li{
	float: left;
	width: 6.5rem;
	height: 3rem;
	margin-left: 0.7rem;
	margin-bottom: 0.3rem;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.superiorty_list h2{
	font-size: 0.65rem;
	line-height: 1rem;
	padding-top: 0.6rem;
	font-weight: normal;
}
.superiorty_pic1{
	background-image: url(/uploads/image/zfaimages/superiorty_pic1.jpg);
	background-size: cover;
}
.superiorty_pic2{
	background-image: url(/uploads/image/zfaimages/superiorty_pic2.jpg);
	background-size: cover;
}
.superiorty_pic3{
	background-image: url(/uploads/image/zfaimages/superiorty_pic3.jpg);
	background-size: cover;
}
.superiorty_pic4{
	background-image: url(/uploads/image/zfaimages/superiorty_pic4.jpg);
	background-size: cover;
}
.method_list{
	margin-top: 0.3rem;
}
.method_item{
	margin-bottom: 0.3rem;
}
.method_list .method_item:nth-child(2){
	margin-top: 0.75rem;
}
.method_tit{
	position: relative;
	font-size: 0.65rem;
	color: #020202;
	margin-bottom: 0.5rem;
}
.method_tit span{
	position: relative;
	z-index: 1;
	padding: 4px 5px;
	display: inline-block;
	background-color: #e5e5e5;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 0.68rem;
}
.method_tit:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
}
.method_info{
	border: 1px solid #ffe400;
	border-radius: 5px;
	padding: 0.5rem;
}
.info_list{
	margin-bottom: 0.5rem;
	padding-left: 1.9rem;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	font-size: 0.65rem;
	line-height: 0.95rem;
}
.info_list h3{
	font-size: 0.65rem;
	font-weight: bolder;
}
.info1{
	background-image: url(/uploads/image/zfaimages/info1.jpg);
}
.info2{
	background-image: url(/uploads/image/zfaimages/info2.jpg);
}
.info3{
	background-image: url(/uploads/image/zfaimages/info3.jpg);
}
.info4{
	background-image: url(/uploads/image/zfaimages/info4.jpg);
}
.small{
	font-style: normal;
	font-size: 0.5rem;
}
.content_href{
	display: inline-block;
	width: 40%;
	height: 1.3rem;
	line-height: 1.15rem;
	box-sizing:border-box;
	background-color: #ffe400;
	color: #212325;
	font-weight: bolder;
	border:2px solid #110f00;
	text-align: center;
	font-size: 0.65rem;
	border-radius: 25px;
	margin-bottom: 5px;
	box-shadow: 0 3px rgba(227,203,0,1);
	margin-left: 5%;
}
.tips{
	padding-left: 0.6rem;
	font-size: 0.6rem;
}
.swiper-container{
	margin:0.5rem auto 0;
}
.school_item{
	background: url(/uploads/image/zfaimages/school_bg.jpg) no-repeat;
	padding: 0.5rem 0.3rem 0.5rem 0.5rem;
	height: 9rem;
	color: #fff;
	width: 100%;
	display: block;
	background-size: cover;
	box-sizing:border-box;
	overflow: hidden;
	border-radius: 5px;
}
.school_top{
	display: table;
	padding-bottom: 0.2rem;
}
.school_logo{
	display: table-cell;
}
.school_logo img{
	height: 1.5rem;
	width: auto;
}
.school_name{
	display: table-cell;
	color: #ffe400;
	font-size: 0.74rem;
	vertical-align: middle;
	padding-left: 0.75rem;
	text-align: center;
	line-height: 0.75rem;
}
.school_info{
	margin-top: 0.4rem;
	display: table;
	font-size: 0.6rem;
	line-height: 0.85rem;
}
.school_info h3{
	display: table-cell;
	font-size: 0.65rem;
	width: 3.5rem;
}
.school_info p{
	display: table-cell;
}
.school_info .word{
	width: 8.8rem;
	padding-right: 0.3rem;
}
.school_href{
	width: 2.1rem;
	height: 2.1rem;
	display: block;
	border-radius: 15px;
	background-color: #ffe400;
	text-align: center;
	color: #212325;
	border:2px solid #212325;
	box-sizing:border-box;
	line-height: 0.8rem;
	padding-top: 0.2rem;
	box-shadow: 0 3px rgba(227,203,0,1);
	position: relative;
	top: 0.3rem;
}

#pagination {
    width: 96%;
    text-align: center;
    overflow: hidden;
    position: relative;
    bottom: 0;
    z-index: 102;
    margin: 10px auto 0;
    font-size: 0;
}
#pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin:0 5px;
    box-sizing:border-box;
    background-color: #fff;
    border:2px solid #434343;
    opacity: 1;
}
#pagination .swiper-pagination-bullet-active {
    background-color: #434343;
}
.xt_adv_list{
	margin-top: 6px;
	background: url(/uploads/image/zfaimages/xt_adv_pic.jpg) no-repeat left 0.3rem;
	background-size: 5rem;
	padding-left: 4.5rem;
	display: inline-block;
	margin-bottom: 4.8rem;
}
.xt_adv_list li{
	width: 9rem;
	float: right;
	height: 1.6rem;
	line-height: 1.5rem;
	border-radius: 5px;
	border:2px solid #ffe400;
	font-size: 0.65rem;
	text-align: center;
	margin-bottom: 5px;
	box-sizing:border-box;
	color: #020202;
	background-color: #fff;
}

.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/zfaimages/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/zfaimages/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.5s;
	transition:all 0.5s;
	-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:0;
	top: -2rem;
	width: 1.2rem;
	height: 1.2rem;
	display: inline-block;
	border-radius: 50%;
	z-index: 99999;
	padding: 2px;
	text-align: center;
	line-height: 1rem;
	color: #fff;
	font-size: 1rem;
	font-weight: bolder;
	border:2px solid #fff;
	box-sizing:border-box;
}
.form_box{
	position: fixed;
	left: 0.5rem;
	right: 0.5rem;
	top: 3rem;
	background-color: #fff;
	min-height: 12rem;
	z-index: 900;
	border-radius: 5px;
	font-size: 0.65rem;
	line-height: 1.1rem;
	padding-top: 10px;
}
.form_box:before{
	content: '';
	position: absolute;
	width: 2px;
	height: 1.8rem;
	background-color: #fff;
	right: 0.6rem;
	top: -0.8rem;
}
.form_box h2{
	color: #212325;
	font-size: 1rem;
	line-height: 1.2rem;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.form_box h2:before{
	content: '';
	position: absolute;
	margin-left: -0.7rem;
	margin-top: -0.5rem;
	z-index: -1;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #ffe400
}
.form_box h2:after{
	content: '';
	position: absolute;
	margin-top: 0.7rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #ffe400;
	box-shadow: -6rem -2.5rem 0 2px #ffe400
}
.form_box p{
	font-size: 0.65rem;
	color: #212325;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #ffe400;
}
.myform{
	margin-top: 1rem;
}
.value_item{
	width: 80%;
	height: 1.6rem;
	line-height: 1.6rem;
	margin: 0.6rem auto;
	color: #3d3d3d;
	position: relative;
}
.value_box{
	border:none;
	padding: 3px 5px;
	height: 1.5rem;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background: #eeeeee;
	width: 9rem;
	font-size: 0.65rem;
}
#fcity{
	width: 9rem;
}
select {
    -webkit-appearance: none;
    font-size: 0.65rem;
    background: transparent;
    color: #8a8a8a;
    padding-left: 0;
    margin: 0;
}
.f_arrow_down:after{
	position: absolute;
	right: 1rem;
	top: 0.65rem;
	width: 0;
	height: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #9b9b9b;
}
input::input-placeholder{
	color: #8a8a8a;
}
input::-webkit-input-placeholder{
	color: #888;
}
input:focus,select:focus{
	outline: none;
}
.form_btn{
	width: 75%;
	height: 1.6rem;
	line-height: 1.6rem;
	display: block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align: center;
	margin: 1rem 0 1rem 1.5rem;
}
.pop_form{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 2.5rem;
	border-top: 2px solid #3c3d45;
	background-color: #ffe400;
	color: #020202;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	font-size: 0.65rem;
	z-index: 990;
}
.btn-arrow{
	-webkit-animation: slideright 1s infinite alternate;
	-o-animation: slideright 1s infinite alternate;
	animation: slideright 1s infinite alternate;
	position: absolute;
	padding-left: 7px;
}
@keyframes slideright{
	0%{
		transform:translatex(-2px);
		opacity: 0.7;
	}
	100%{
		transform:translatex(10px);
		opacity: 1;
	}
}
@-webkit-keyframes slideright{
	0%{
		transform:translatex(-2px);
		opacity: 0.7;
	}
	100%{
		transform:translatex(10px);
		opacity: 1;
	}
}
.fixed_content{
	position: fixed;
	left: 0;
	right: 0;
}