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{font-family:'stheiti','microsoft yahei',helvetica,arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);background: #f6f6f6;}
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;}
.white{color: #fff;}
.header{
	position: relative;
}
.free_phone{
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 1.7rem;
	height: 1.7rem;
	width: 90%;
	line-height: 1.7rem;
	text-align: center;
	background-color: #e1aa14;
	border-radius: 30px;
	font-size: 0.8rem;
	color: #fff;
}
.free_phone:visited{
	color: #fff;
}
.leader{
	margin-left: 2%;
	width: 97%;
	display: inline-block;
	margin-right: 4%;
	min-height: 3rem;
	padding-bottom: 5px;
	background-color: #fff;
	position: relative;
	top: -0.9rem;
	z-index: 15;
	box-shadow: 0 0 15px rgba(69,69,168,0.43);
	position: relative;
}
.leader:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	background: url(/uploads/image/zarimages/quot.jpg) no-repeat;
	background-size: cover;
	width: 0.9rem;
	height: 0.9rem;
}
.leader:after{
	content: '';
	position: absolute;
	right: 5px;
	bottom: 8px;
	background: url(/uploads/image/zarimages/quot.jpg) no-repeat;
	background-size: cover;
	width: 0.9rem;
	height: 0.9rem;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.lead_h{
	width: 15%;
	display: block;
	float: left;
	text-align: center;
	margin-left: 1.3rem;
}
.lead_txt{
	float: left;
	width: 65%;
	margin-left: 2%;
	font-size: 0.65rem;
	padding-top: 10px;
	color: #4545a8;
}
.panel{
	margin-top: 0.5rem;
	clear: both;
}
.panel_tit{
	width: 100%;
	text-align: center;
	position: relative;
}
.panel_tit:before{
	content: '';
	background: url(/uploads/image/zarimages/tit_bg.jpg) repeat top center;
	height: 0.7rem;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.3rem;
}
.panel_tit h2{
	color: #141460;
	padding: 0 8px;
	background-color: #f6f6f6;
	font-size: 1.1rem;
	position: relative;
	z-index: 2;
	display: inline-block;
}
.arrow{
	font-size: 1rem;
	color: #141460;
	text-align: center;
	width: 100%;
	font-weight: 500;
	-webkit-transform:rotate(90deg) scaley(2.6);
	transform:rotate(90deg) scaley(2.6);
}
.panel-wrap{
	padding: 0 0.5rem;
}
.popform{
	margin-left: 3%;
}
.method_tab{
	border:1px solid #4545a8;
	border-radius: 5px;
	display: inline-block;
	width: 100%;
	box-sizing:border-box;
	margin-top: 0.5rem;
}
.method_tab li{
	float: left;
	width: 50%;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 1.8rem;
	color: #4545a8;
	font-size: 0.7rem;
	position: relative;
}
.method_tab li.active{
	color: #fff;
	background-color: #4545a8;
}
.method_tab li.active:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 11px solid #4545a8;
	z-index: 55;
}
.method_box{
	margin-top: 0.5rem;
}
.slider{
	background-color: #4545a8;
	border-radius: 3px;
	padding: 0.7rem 0.7rem 1.5rem;
	width:100%;
	box-sizing:border-box;
	margin-bottom: 1rem;
	display: block;
}
.method_item{
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.method_item .cell{
	width: 48%;
	padding-bottom: .3rem;
	margin-bottom: 10px;
	border: 1px solid #4545a8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
.method_item .cell .tit{
	padding: .5rem 0 .3rem;
	font-size: .7rem;
	color: #e1aa14;
}
.method_item .cell .txt{
	margin-bottom: .4rem;
	font-size: .6rem;
	color: #4545a8;
	line-height: .9rem;
}
.method_item .cell .btn{
	display: inline-block;
	width: 5.2rem;
	height: 1.25rem;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #e1aa14;
	font-size: .6rem;
	color: #fff;
	line-height: 1.25rem;
}
.method_item .cell .word_href{
	display: inline-block;
	height: 1.25rem;
	line-height: 1.25rem;
	color: red;
	text-decoration: underline;
	font-size: .55rem;
}
.method_item h2{
	color: #fff;
	text-align: center;
	font-size: 0.75rem;
	letter-spacing: 5px;
	padding: 0.5rem
}
.method_info li{
	padding-bottom: 0.7rem;
	border-bottom: 1px dashed #8686c5;
	margin: 0 0.7rem;
}
.method_info li h3{
	font-size: 0.65rem;
	line-height: 1.8rem;
	color: #d59e09;
}
.method_info li p{
	color: #fff;
	font-size: 0.65rem;
	line-height: 0.8rem;
}
.method_info li:last-child{
	border-bottom: none;
}
#pagination,#pagination2,.new-pagination{
	width: 98%;
	text-align: center;
	overflow-x:hidden;
	position: relative;
	bottom: 0;
	margin:0 auto;
}
#pagination .swiper-pagination-bullet,#pagination2 .swiper-pagination-bullet
,.new-pagination .swiper-pagination-bullet,.new-pagination .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin-left: 9px;
	margin-right: 9px;
	background-color: #fff;
	border:1px solid #4545a8;
	opacity: 1;
}
#pagination .swiper-pagination-bullet-active,#pagination2 .swiper-pagination-bullet-active
,.new-pagination .swiper-pagination-bullet-active, .new-pagination .swiper-pagination-bullet-active{
	background-color: #4545a8;
}
.pb{
	padding-bottom: 0.8rem;
}
.href_box{
	width: 100%;
	padding: 0.5rem 0;
	text-align: center;
}
.href_btn{
	background-color: #e1aa14;
	width: 45%;
	height: 1.7rem;
	line-height: 1.7rem;
	display: inline-block;
	color: #fff;
	font-size: 0.65rem;
	border-radius: 30px;
	position: relative;
	z-index: 1;
}
.subject_tab{
	width: 100%;
	padding: 0 0.5rem;
	text-align: center;
	box-sizing:border-box;
	margin-right: -3rem
}
.subject_tab li{
	float: left;
	width: 22%;
	line-height: 1.6rem;
	text-align: center;
	border:1px solid #4545a8;
	color: #4545a8;
	margin-right: 3.5%;
	margin-top: 0.4rem;
	font-size: 0.65rem;
	border-radius: 5px;
	box-sizing:border-box;
	display: block;
}
.subject_tab li:nth-child(4n){
	margin-right: 0;
}
.subject_tab li.active{
	color: #fff;
	background-color: #4545a8;
}
.subject-box{
	margin-top: 0.5rem;
	padding: 0 0.5rem 0.5rem 0.5rem;
}
.sub_item{
	background-color: #4545a8;
	padding: 0.5rem  0.7rem;
	color: #fff;
	font-size: 0.65rem;
	border-radius: 5px;
}
.sub_item h2{
	padding: 0.5rem;
	text-align: center;
}
.sub_item h2.s_h2{
	padding-top: 1rem;
	padding-bottom: 0.8rem;
}
.sub_item ul li{
	padding-bottom: 0.5rem;
}
.sub_item ul li h3{
	color: #e1aa14;
	padding-bottom: 5px;
}
.sub_item ul p{
	padding-bottom: 5px;
	line-height: 1rem;
}
.sub_item ul p.space{
	padding-bottom: 0.9rem;
	line-height: 1.1rem;
}
.sub_item .href_btn{width: 80%}
.sub_item ul li a{color: #e1aa14;text-decoration: underline;}
.study_adv-list{
	padding: 0.5rem 1rem;
}
.study_adv-list li{
	position: relative;
	margin-bottom: 1rem;
}
.study_adv-list li p{
	font-size: 0.65rem;
	height: 2rem;
	line-height: 2rem;
	width: 95%;
	box-sizing:border-box;
	border-radius: 3px;
	border:1px solid #4545a8;
	color: #fff;
	background-color: #4545a8;
	margin-left: 2%;
	padding-left: 1.8rem;
}
.study_adv-list li .num{
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	display: inline-block;
	border-radius: 50%;
	line-height: 2.4rem;
	text-align: center;
	font-size: 1rem;
	border:1px solid #4545a8;
}
.num-odd{
	left: 0;
	top: -0.2rem;
	background-color: #4545a8;
	color: #fff;
}
.num-even{
	right: -5px;
	top: -0.2rem;
	background-color: #fff;
	color: #4545a8;
}
.study_adv-list li p.odd{
	background-color: #fff;
	color: #4545a8;
	margin-left: 4%;
	padding-left: 3rem;
}
.xt_hl_advtange{
	min-height: 5rem;
	padding: 0 0.5rem;
	box-sizing:border-box;
	overflow: hidden;
}

.xt_hl_advtange li{
	float: left;
	width: 50%;
	overflow: hidden;
	text-align: center;
	padding: 0.5rem 0;
	color: #fff;
	font-size: 0.65rem;
}
.xt_hl_advtange li a{
	color: #4545a8;
	display: inline-block;
	width: 100%;
font-size: 0.65rem;
}
.item_icon img{
	width: 2.6rem;
	height: auto;
}
.fix_bottom_formbtn{
	position: fixed;
	left: 0;
	bottom: 2.4rem;
	right: 0;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 0.8rem;
	background-color: #e1aa14;
	color: #fff;
	z-index: 100;
}
.last-panel{
	padding-bottom: 1rem;
}
.zt_mask{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(32,32,32,0.6);
	z-index: 889;
}
.form_box{
	position: fixed;
	left: 0.5rem;
	right: 0.5rem;
	top: 1rem;
	background-color: #4545a8;
	min-height: 12rem;
	z-index: 900;
	border-radius: 5px;
}
.close_box{
	position: absolute;
	right: 0.2rem;
	top: -0.5rem;
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 99999;
	text-align: center;
	padding: 2px;
	background-color: #4545a8;
}
.close_box:before{
	content: '';
	position: absolute;
	top: 50%;	
	width: 26px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
}
.close_box:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 26px;
	height: 1px;
	background-color: #fff;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form_tit{
	color: #fff;
	text-align: center;
	padding: 1rem 0;
	border-bottom: 1px solid #fff;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.form_name{
	font-size: 1rem;
	color: #e1aa14;
}
.advice_word{
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 0.65rem;
	padding-top: 0.4rem;
}
.value_item{
	margin-bottom: 0.7rem;
}
.value_item span{
	display: inline-block;
	width: 25%;
	text-align: right;
	height: 1.7rem;
	line-height: 1.7rem;
	color: #fff;
	font-size: 0.7rem;
	padding-right: 10px;
	box-sizing:border-box;
}
.value_box{
	width: 65%;
	height: 1.7rem;
	line-height: 1.7rem;
	background-color: #fff;
	border: 1px solid #000;
	padding-left: 5px;
	box-sizing:border-box;
	font-size: 0.65rem;
}
.submit_form_btn{
	height: 1.7rem;
	width: 82%;
	line-height: 1.7rem;
	text-align: center;
	font-size: 0.8rem;
	background-color: #e1aa14;
	color: #fff;
	border-radius: 25px;
	display: inline-block;
	margin-left: 11%;
	margin-top: 1rem;
}
.pop_window{
	display: none;
}
select{
	-webkit-appearance: none;
	font-size: 0.65rem;
}
.arrow_down{
	position: relative;
}
.arrow_down:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 13%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ccc;
	margin-top: -5px;
}
.advantage,.scroll_box{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.scroll_box{height:10rem;}
#swiper-container1{margin-bottom:1rem;padding-left:0.6rem;}
#swiper-container1 .swiper-slide{
	float:left;
    width:6.5rem;
    height:7.9rem;
    margin-right:0.6rem;
    background:#fff;
    position:relative;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:1px solid #4545a8;
    margin-top:2rem;
}
.advantage>h6{
	width:2.75rem;
	height:2.75rem;
	background:#4545a8;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	text-align:center;
	padding-top:0.6rem;
	box-sizing:border-box;
	position:absolute;
	top:-1.4rem;
	left:50%;
	margin-left:-1.375rem;
}
.advantage>h6>img{
   width:65%;
}
.new-title{
	font-size:0.7rem;
	color:#e1aa14;
	text-align:center;
	margin-top:2rem;
}
.new-text{
	font-size:0.6rem;
	color:#4545a8;
	text-align:center;
	margin-top:0.5rem;
	line-height:0.9rem;
}
.list_button{
	display:block;
	text-align:center;
	width: 5.2rem;
	height: 1.25rem;
	line-height:1.25rem;
	border-radius:15px;
	background:#e1aa14;
	font-size:0.6rem;
	color:#fff;
	margin:0.8rem auto;
}
.make_plan,.get_admission,.visa_entrance{
	width:11.3rem;
    height:3.5rem;
    margin:0.3rem 0 0 3.9rem;
}
.submit_material,.coe_box{
	width:11.45rem;
	height:2.625rem;
	margin-left:0.6rem;
}
.material_box1{
	width:7.125rem;
    height:2.625rem;
	background:#fff;
	border:1px solid #4545a8;
	box-sizing:border-box;
	padding:0.25rem 0 0 0.5rem;
}
.mr-3{margin-left:3rem;}
.mr-2{margin-left:2.15rem;}
.plan_box1,.material_box2{
	width:3.625rem;
	height:1.125rem;
	background:#4545a8;
	font-size:0.6rem;
	color:#fff;
	text-align:center;
	line-height:1.125rem;
	position:relative;
}
.plan_box1{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.material_box2{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.plan_box3{margin-top:1.1rem;}
.plan_box4{margin-top:2.25rem;}
.plan-box5{margin-top:0.7rem;}
.plan-box6{margin-top:1.8rem;}
.fl{float:left;}
.fr{float:right;}
.plan_box1:after,.material_box2:before{
	content:"";
    display:block;
    position:absolute;
	width:0.75rem;
	height:0.1rem;
	background:#4545a8;
	top:12px;
}
.plan_box1:after{
	right:-16px;
}
.material_box2:before{
	left:-16px;
}
.plan_box2{
	width:7rem;
	height:3.375rem;
	background:#fff;
	border:1px solid #4545a8;
	box-sizing:border-box;
	padding:0.25rem 0 0 0.5rem;
}
.plan-title{
	font-size:0.7rem;
	color:#e1aa14;
}
.plan-text{
	font-size:0.6rem;
	color:#4545a8;
	margin-top:0.2rem;
}
.online_button{
	display:block;
	width:6.75rem;
	height:1.5rem;
	line-height:1.5rem;
	font-size:0.75rem;
	color:#fff;
	background:#e1aa14;
	border-radius:30px;
	text-align:center;
    margin:1.25rem auto 0.6rem;
    position:relative;
    z-index:11;
}
.process_box{
	width:92%;
	height:16rem;
	margin:0.3rem auto;
}
.process_box>li{
	float:left;
    width:7rem;
    height:8rem;
    margin-right:0.72rem;	
    margin-bottom:0.3rem;
    position:relative;
}
.process_box>li:nth-child(2n){margin-right:0;}
.process_box>li>p{color:#4545a8;font-weight:bold;}
.process_box>li>p>span{font-size:1.1rem;}
.process_box>li>p>em{
	color:#4545a8;
	font-size:0.75rem;
	font-style:normal;
	margin-left:0.2rem;
	position:absolute;
	top:0.25rem;
}
.assessment{
    height:6.375rem;
    border:1px solid #8f8fcb;
    border-radius:5px;
    font-size:0.6rem;
    color:#4545a8;
    box-sizing:border-box;
    padding:1.25rem 0.5rem;
    line-height:1rem;
    background:#fff;
}
.process_button{
	display:block;
	width:4.875rem;
	height:1.375rem;
	background:#e1aa14;
	border-radius:30px;
	font-size:0.55rem;
	color:#fff;
	text-align:center;
	line-height:1.375rem;
	margin:0.3rem auto;
}
.assessment1{
	height:7.2rem;
	border-radius:5px;
	background:#4545a8;
	font-size:0.6rem;
	color:#fff;
	box-sizing:border-box;
    padding:1rem 0.5rem;
    line-height:1rem;
}
.scholarship_box{
	width:12.725rem;
	height:12.8rem;
	background:url(/uploads/image/zarimages/bg1.png) no-repeat;
	background-size:contain;
	margin:0.3rem auto;
	position:relative;
}
#scholarship .swiper-wrapper,#scholarship .swiper-slide{
	height:11.975rem;
}
.new-pagination{bottom:-10px;}
.slide_box{
	width:11rem;
	height:10rem;
	margin:0.75rem auto;
	position:relative;
}
.slide_box>h6{
	font-size:0.75rem;
	color:#f6f6f6;
	text-align:center;
	margin-bottom:0.85rem;
}
.scholarship-title{
	font-size:0.6rem;
	color:#e1aa14;
}
.scholarship-text{
	font-size:0.6rem;
	color:#fff;
	margin-top:0.2rem;
}
.scholarship-text .wordbtn{
	display: inline-block;
	width: 48%;
	padding: 5px 0;
	color: #e1aa14;
	text-decoration: underline;
	font-weight: 700;
}
.mt-10{
	display:inline-block;
	margin-top:1rem;
}
.scholarship_button{
	width:10.75rem;
	height:1.375rem;
	position:absolute;
	bottom:0;
}
.scholarship_button>a{
	width:5.125rem;
	height:1.375rem;
	background:#e1aa14;
	border-radius:30px;
	text-align:center;
	line-height:1.375rem;
	font-size:0.55rem;
	color:#fff;
}
.addform * {
  padding: 0;
  margin: 0;
}
.addform ul {
  list-style: none;
}
.addform {
  margin: 0;
  padding: 0.8rem 0.7rem 0.6rem;
  background-color: #4545a8;
}
.addform .f_name {
  line-height: 0.8rem;
  font-size: 0.8rem;
  color: #fff;
  text-align: center;
}
.addform .s_list {
  margin: 0.8rem 0 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addform .s_list .item {
  position: relative;
  line-height: 0.75rem;
  color: #fff;
  font-size: 0.6rem;
}
.addform .s_list .item:nth-child(1):after,
.addform .s_list .item:nth-child(2):after,
.addform .s_list .item:nth-child(3):after {
  content: '';
  position: absolute;
  right: -0.75rem;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 0.5px;
  background-color: rgba(255,255,255,0.3);
}
.addform .s_list .item .num {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #6077be;
  color: rgba(255,255,255,0.2);
}
.addform .s_list .item .txt {
  position: relative;
  z-index: 2;
}
.addform .myform .form_item {
  margin-bottom: 6px;
  display: flex;
  height: 1.5rem;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.addform .myform .form_item .icon {
  width: 1.7rem;
  flex-shrink: 0;
}
.addform .myform .form_item .icon1 {
  background:  no-repeat center center;
  background-size: 0.65rem 0.75rem;
}
.addform .myform .form_item .icon2 {
  background:  no-repeat center center;
  background-size: 0.75rem 0.85rem;
}
.addform .myform .form_item .icon3 {
  background:  no-repeat center center;
  background-size: 0.7rem 0.85rem;
}
.addform .myform .form_item .icon4 {
  background:  no-repeat center center;
  background-size: 0.8rem 0.8rem;
}
.addform .myform .form_item .user_val {
  flex: 1;
  padding-left: 0.4rem;
  font-size: 0.6rem;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-sizing: border-box;
  color: #333;
  background: none;
}
.addform .myform .form_item .userlist {
  color: #999;
  background:  no-repeat right center;
  background-size: 1.3rem 0.45rem;
}
.addform .myform .form_item ::-webkit-input-placeholder {
  color: #999;
}
.addform .myform .form_item .get_yzm {
  width: 5rem;
  flex-shrink: 0;
  line-height: 1.4rem;
  background-color: #ff0;
  color: #000;
  text-align: center;
  font-size: 0.6rem;
  text-decoration: none;
}
.addform .myform input:focus,
.addform .myform select:focus {
  outline: none;
}
.addform .myform .submit_btn {
  margin: 0.6rem auto 0;
  width: 6.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 25px;
  background-color: #e1aa14;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
}