*{padding: 0;margin: 0;}
ul,li{list-style:none;}
a,a:hover{text-decoration: none;color: #333;}
a,img{border: 0}
a:focus{outline: 0}
body{font-size: 14px;color:#313131;font-family: Microsoft Yahei;background-color: #fff;}
.clearfix:after{content: '';height: 0;display: block;clear: both;visibility: hidden;}
.header_01{
	background: url(../images/header_1.jpg) no-repeat top center;
	width: 100%;
	height: 150px;
}
.header_02{
	background: url(../images/header_2.jpg) no-repeat top center;
	width: 100%;
	height: 150px;
}
.header_03{
	background: url(../images/header_3.jpg) no-repeat top center;
	width: 100%;
	height: 150px;
}
.header_06{
	background: url(../images/header_06.jpg) no-repeat top center;
	width: 100%;
	height: 50px;
}
.header_07{
	background: url(../images/header_07.jpg) no-repeat top center;
	width: 100%;
	height: 135px;
}
.header_btn {
    position: relative;
    top: 50px;
}
.wrap{
	width: 1000px;
	margin: 0 auto;
}
.header_href,.content_href{
	position: relative;	
	display: inline-block;	
	background-color: #e41929;
	color: #fff;	
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	z-index: 5
}
.header_href{
	width: 200px;
	line-height: 43px;
	height: 43px;
	margin: 9px 48px 0 0;
	font-size: 23px;
}
.content_href{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.header_href span,.content_href span{
	position: relative;
	z-index: 6;
}
.header_href:before,.content_href:before{
	content:'';
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	border-style: solid;
	border-color: transparent transparent transparent #7d0000;
	border-width: 0 0 0 0;
	transition:all 0.7s;
}
.header_href:after,.content_href:after{
	content:'';
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-color: transparent #7d0000 transparent transparent;
	border-width: 0 0 0 0;
	transition:all 0.7s;
}
.header_href:hover,.content_href:hover{
	color: #fff;
}
.header_href:hover:before,.content_href:hover:before{
	border-width: 330px 0 0 330px;
}
.header_href:hover:after,.content_href:hover:after{
	border-width: 330px 330px 0 0;
}
.menu{
	height: 50px;
	background-color: #49a095;
}
.navi li{
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 18px;
	border:2px solid transparent;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	transition:all 0.3s;
}
.navi li:hover,.navi li.active{
	color: #000;
	border-color: #005c53;
	background-color: #fff;
}
.fix_menu{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 50px;
	display: none;
	background-color: #49a095;
	z-index: 9999
}
.lead_word{
	width: 900px;
	padding-left: 96px;
	padding-top: 20px;
	line-height: 24px;
	color: #333c41
}
.panel{
	padding: 100px 0 70px;
	clear: both;
	opacity: 0;
}
.light_yw{
	background-color: #fef6e9;
}
.panel_tit{
	position: relative;
	padding:43px 0 53px 0;
	text-align: center;
	height: 35px;
	overflow: hidden;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
}
.active .panel_tit{
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.panel_tit:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 70px;
	height: 35px;
	margin-left: -35px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat;
	-webkit-animation: flipInX 3s ease infinite 3s alternate;
	-o-animation: flipInX 3s ease infinite 3s alternate;
	animation: flipInX 3s ease infinite 3s alternate;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.8;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0.8;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.superiorty_list,.applyCondition_list{margin-right: -200px;}
.superiorty_list li{
	float: left;
	width: 246px;
	height: 170px;
	margin-right: 23px;
	padding-top: 30px;
	background: url(../images/sprite.png) no-repeat -2px -50px;
}
.superiorty_list h3,.applyCondition_list h3{
	padding-bottom: 15px;
	font-size: 18px;
	color: #343434;
	text-align: center;
}
.superiorty_list p{
	width: 160px;
	height: 96px;
	margin: 0 auto;
	line-height: 24px;
}
.superiorty_list a{
	margin-top: 10px;
	margin-left: 50px;
}
.ch_w1{
	width: 145px;
}
.applyCondition_list li{
	display: inline-block;
	width: 440px;
	height: 208px;
	padding-top: 40px;
	margin-right: 20px;
	margin-left: 50px;
	background: url(../images/condition_bg.jpg) no-repeat;
	text-align: center;
	line-height: 24px;
}
.applyCondition_list p{
	width: 280px;
	margin: 0 auto;
	text-align: left;
}
.applyCondition_list a{
	margin:20px 20px 0 20px;
}
.type_item{
	position: relative;
	height: 235px;
	width: 819px;
	display: block;
	margin-top: -3px;
	border:3px solid #49a095;
	border-radius: 10px;
}
.type_tit{
	position: absolute;
	top: -3px;
	height: 52px;
	line-height: 52px;
	letter-spacing: 2px;
	color: #fff;
	font-size: 18px;
	background: url(../images/sprite.png) -300px 0;
}
.type_left{
	left: -64px;
	padding-left: 100px;
	width: 200px;
}
.type_right{
	right: -64px;
	padding-left: 50px;
	width: 250px;
}
.type_pic{
	float: left;
	width: 130px;
	height: 130px;
	background-image: url(../images/sprite.png);
}
.type_pic1{
	margin: 70px 60px 0 60px;
	background-position: 0 -276px;
}
.type_pic2{
	margin: 90px 0 0 127px;
	background-position: -156px -287px;
}
.type_pic3{
	margin: 80px 60px 0 60px;
	background-position: -318px -278px;
}
.type_info{
	float: left;
	width: 464px;
	padding-top: 20px;
	margin-left: 40px;
	line-height: 24px;
}
.type_info p.p1{
	padding-bottom: 20px;
}
.type_info p.p2{
	padding-bottom: 5px;
}
.ch_w2{
	width: 180px;
}
.type_right_item{
	margin-left: 179px;
}
.school_box{
	position: relative;
	height: 646px;
}
.school_item{
	position: absolute;
	display: table;
	width: 199px;
	height: 228px;
}
.school_small_info{
	background: url(../images/sprite.png) 0 -431px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.school_small_info h4{
	padding-top: 12px;
	font-size: 14px;
	color: #000;
}
.school_big_info{
	position: absolute;
	width: 206px;
	height: 285px;
	padding: 50px 43px 0;
	background: url(../images/sprite.png) -212px -418px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	z-index: 10;
	display: none;
}
.school_big_info h3{
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	color: #000;
}
.school_big_info p,.school_big_info h4{
	margin: 8px 0;
}
.school_big_info a{
	margin: 10px 0 0 27px;
}
.school_item .school_big_info{
	left: -46px;
	top: -40px;
}
@-webkit-keyframes  transition-in{
	0%{
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		filter:alpha(opacity=0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0);
		transform:scale(0);
	}
	100%{
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		filter:alpha(opacity=100);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
}
@-moz-keyframes  transition-in{
	0%{
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		filter:alpha(opacity=0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0);
		transform:scale(0);
	}
	100%{
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		filter:alpha(opacity=100);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes  transition-in{
	0%{
		-webkit-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		filter:alpha(opacity=0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-ms-transform:scale(0);
		-o-transform:scale(0);
		transform:scale(0);
	}
	100%{
		-webkit-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		filter:alpha(opacity=100);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
}
.transition-in{
	-webkit-animation: transition-in 0.3s linear forwards;
	-o-animation: transition-in 0.3s linear forwards;
	animation: transition-in 0.3s linear forwards;
}
.school_item1{
	left: 165px;
	top: 0;
}
.school_item2{
	left: 401px;
	top: 0;
}
.school_item3{
	right: 164px;
	top: 0
}
.school_item4{
	left: 46px;
	top: 209px;
}
.school_item5{
	left: 284px;
	top: 209px;
}
.school_item6{
	left: 520px;
	top: 209px;
}
.school_item7{
	right: 49px;
	top: 209px;
}
.school_item8{
	left: 165px;
	top: 416px;
}
.school_item9{
	left: 401px;
	top: 416px;
}
.school_item10{
	right: 164px;
	top: 416px;
}
.sdp_sds_item{
	position: relative;
	float: left;
	width: 310px;
	height: 420px;
	margin: 97px 57px;
	padding: 0 30px;
	border-left: 3px solid #49A095;
	border-right: 3px solid #49A095;
	line-height: 24px;
}
.sdp_sds_item:before,.sdp_sds_item:after{
	content: '';
	position: absolute;
	left: -3px;
	width: 377px;
	height: 97px;
	display: block;
}
.sdp_sds_item:before{
	top: -97px;
	background-image: url(../images/case_bg_top.jpg);
}
.sdp_sds_item:after{
	bottom: -97px;
	background-image: url(../images/case_bg_bottom.jpg);
}
.sdp_sds_item h3{
	padding: 30px 0;
	color: #333c41;
	font-size: 18px;
	text-align: center;
}
.sdp_sds_item p{
	padding-bottom: 8px;
}
.sdp_sds_item a{
	position: absolute;
	left: 112px;
	bottom: 24px;
}
.schedule_list{
	position: relative;
	height: 222px;
}
.schedule_list:before{
	content: '';
	position: absolute;
	left: 50px;
	top: 50%;
	width: 900px;
	height: 1px;
	border-bottom: 1px dashed #70978C;
	z-index: 1;
}
.schedule_list li{
	position: relative;
	z-index: 2;
	float: left;
	width: 111px;
	line-height: 24px;
	text-align: center;
}
.schedule_list h3{color: #005c53;}
.schedule_top{
	position: relative;
	width: 111px;
	height: 90px;
}
.schedule_top h3{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.dot{
	width: 35px;
	height: 39px;
	display: inline-block;
	background:#FDF5E8 url(../images/sprite.png) no-repeat;
	background-repeat: no-repeat;
}
.dot_btm{
	background-position: -86px 0;
}
.dot_top{
	background-position: -158px 0;
}
.schedule_btm{
	width: 111px;
	height: 78px;
}
.btm_bg{
	background: url(../images/sprite.png) 0 -689px;
}
.top_bg{
	background: url(../images/sprite.png) -300px -74px;;
}
.href_box{
	padding-top: 67px;
	text-align: center;
}
.href_box a{
	margin: 0 80px;
}
.case_box{
	position: relative;
	height: 378px;
	padding: 25px 0;
	border:4px solid #49A095;
	margin-bottom: 29px;
}
.case_box:before{
	content: '';
	position: absolute;
	top: -4px;
	width: 180px;
	height: 436px;
}
.case_box1:before{
	right: -160px;
	background: url(../images/right_arrow.jpg) no-repeat;
}
.case_box2:before{
	left: -160px;
	background: url(../images/left_arrow.jpg) no-repeat;
}
.case_box li{
	position: relative;
	float: left;
	padding: 0 27px;
	width: 273px;
	height: 378px;
	line-height: 24px;
	border-right: 2px dotted #005C53
}
.case_box h3{
	font-size: 18px;
	padding-bottom: 30px;
}
.case_box p{
	padding-bottom: 3px;
}
.case_box a{
	position: absolute;
	bottom: 10px;
	left: 80px;
}
.form_box{
	background-color: #fff;
	padding: 20px 30px 30px;
	display: inline-block;
	width: 940px;
}
.form_box p{
	border-bottom: 1px solid #D7D7D7;
	padding: 12px 0;
	text-align: center;
	color: #005c53;
}
.form_item{
	height: 40px;
	width: 150px;
	padding-left: 40px;
	float: left;
	display: block;
	border:1px solid #49A095;
	background:#fff url(../images/sprite.png) no-repeat;
	margin-right: 56px;
	margin-top: 25px;
	position: relative;
}
.user_value{
	border:none;
	padding: 5px 5px 5px 0;
	line-height: 30px;
	width: 130px;
	height: 30px;
	font-size: 14px;
	color: #a3a3a3;
}
.user_value:focus{
	outline: 0;
}
.arrow_down_btn{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 38px;
	height: 38px;
	background: url(../images/sprite.png) no-repeat -299px -187px;
	cursor: pointer;
}
.name_icon{
	background-position: -568px -70px;
}
.phone_icon{
	background-position: -568px -121px;
}
.country_icon{
	background-position: -568px -173px;
}
.city_icon{
	background-position: -568px -221px;
}
.identify_icon{
	background-position: -568px -274px;
}
.email_icon{
	background-position: -568px -320px;
}
.school_icon{
	background-position: -563px -370px;
}
.slide_choose_info{
	position: absolute;
	left: -1px;
	top: 39px;
	background-color: #fff;
	width: 190px;
	padding-top:10px;
	z-index: 999;
	display: none;
	border:1px solid #49A095;	
}
.slide2{
	height: 220px;
	overflow-y:auto;
}
.slide_choose_info li{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #333;
	padding-left: 10px;
	cursor: pointer;
}
.slide_choose_info li:hover{
	background-color: #e5e5e5;
}
.formbtn{
	margin-top: 25px;
	margin-left: 5px;
}
.xt_adv_list li{
	float: left;
	width: 182px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #333c41;
	margin-left: 53px;
	margin-top: 45px;
	line-height: 23px;
}
.xt_adv_list p{
	font-size: 14px;
	color: #333c41;
}
.href_box2 a{
	margin: 0 50px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
