@charset "gb2312";
/* CSS Document */
body {
	max-width: 100%; overflow-x: hidden;
	background: #fff url(../images/bg.jpg) no-repeat center 40px;
	color: #333; font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #1d181b; text-decoration: none; }
a:hover { color: #e4393c; text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; }
input::focus-inner { padding: 0; border: 0; }

.fl { float: left; } .fr { float: right; }
.clearfix:after { display: block; content: ''; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1200px; margin: 0 auto; }
.hide , .onlymob { display: none; }

.btn {
	display: block; width: 168px; height: 38px; margin: 0 auto;
	background: #0282ff; border-radius: 38px;
	background: linear-gradient(90deg, #0282ff, #09b3fe, #09b3fe, #0282ff) repeat left / 300% 200%;
	color: #fff; font-size: 18px; line-height: 38px; text-align: center;
	transition: all .2s ease-out; }
.btn:hover {
	background-position: 100% 95%; color: #fff; }

	/*侧边栏*/
.fixed{
	position:fixed;
	right:20px;
	top:30%;
	width:140px;
	background:rgb(252,120,74);
	border-radius: 15px;
	z-index:999999;
}
.fixedul li{
	height:46px;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:27px;
}
.fixedul li a{
	color:#fff; font-size:20px; }
.fixedul>li:first-child{
	margin-top:14px;
	line-height:22px;
}
.fixedul li .gonggao:hover {
	background-color:#ffff00;
	border-radius:8px;
	padding:2px;
	color:#000;
}

/* 通用头部 */
.ht_top {
	width: 100%; overflow: hidden;
	background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
	line-height: 41px; }
.ht_top .zt_top {
	width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
	float: left; }
.ht_top h1 a {
	float: left; width: 131px; height: 40px; overflow: hidden;
	background: url(https://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
	font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
	float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
	padding: 0 8px; }
.ht_top .topnav a:hover {
	color: #e4393c; text-decoration: underline; }

	@keyframes textRoll{
  0%{right:-10px;}
  100%{right:100%;}
}
@keyframes scale {
  0% { transform: scale(1); }
  50% { transform: scale(1.05);}; 
  100%{
    transform: scale(1);
    
  }
}

.banner {
	position: relative;
}
.banner h3 {
position: relative;
	padding-top:85px;
	color: #fff; font-size: 54px; font-weight: 800; line-height:60px; text-align: center; 
	text-shadow: 0px 2px 16px #fb8938; z-index: 2;}
.banner h2 {
position: relative;
	height:167px; margin:30px auto 45px; text-indent: -99999em; overflow: hidden;
	background: url(../images/banner01.png) no-repeat center / contain; z-index: 2;}
.banner p {
position: relative;
	width:448px; height:66px; margin:0 auto; overflow: hidden;
	background: url(../images/banner02.png) no-repeat center / contain; 
	color:#000; font-size: 34px; line-height: 66px; text-align: center; z-index: 2;}
.banner .bg-text{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  height:100%;
}
.banner .bg-text>div{
  width:100%;
  text-align: right;
  position: absolute;
  font-size:48px;
  font-weight:bold;
  color: rgb(241, 241, 241);
  right:-1000px;
  z-index: 1;
  opacity: .8;
}
.banner .bg-text .sm-text{
  font-size:36px;
}
.banner .bg-text div:nth-child(1){
  top:32px;
  animation:textRoll 10s linear infinite;
  -webkit-animation:textRoll 10s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(2){
  top:88px;
   animation:textRoll 5s 1s linear infinite;
  -webkit-animation:textRoll 5s 1s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(3){
  top:100px;
   animation:textRoll 8s linear 2s infinite;
  -webkit-animation:textRoll 8s 2s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(4){
  top:160px;
   animation:textRoll 6s linear infinite;
  -webkit-animation:textRoll 6s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(5){
  top:230px;
   animation:textRoll 7s linear 1s infinite;
  -webkit-animation:textRoll 7s 1s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(6){
  top:300px;
   animation:textRoll 8s linear infinite;
  -webkit-animation:textRoll 8s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(7){
  top:230px;
   animation:textRoll 9s linear 2s infinite;
  -webkit-animation:textRoll 9s 2s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(8){
  top:330px;
   animation:textRoll 15s linear infinite;
  -webkit-animation:textRoll 15s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(9){
  top:412px;
   animation:textRoll 5s linear infinite;
  -webkit-animation:textRoll 5s linear infinite; /*Safari and Chrome*/
}
.banner .bg-text div:nth-child(10){
  top:410px;
   animation:textRoll 7s linear infinite;
  -webkit-animation:textRoll 7s linear infinite; /*Safari and Chrome*/
}



.box01 { 
	margin-top:160px;
    font-size: 24px; line-height: 36px; text-align: center; }
.box01 strong {
	color:#00b43f;
	font-size:40px;
}

.box02 { position: relative; }
.bg01 {
	position: absolute; width: 579px; height: 450px; left:41%; top:-70px; margin-left:665px;
	background: url(../images/pic01.png) no-repeat center / contain; }
.bg02 {
	position: absolute; width: 663px; height: 500px; left:54%; top:445px; margin-left:-1140px;
	background: url(../images/pic02.png) no-repeat center / contain; }
.yuyue {
	position:relative; padding:55px 0; margin:30px auto 70px;
	background: #fff; border-radius:30px;
	box-shadow: 0 4px 50px rgba(86, 45, 231, .18); }
.list-div {
	position: relative; width:920px; margin:0 auto 30px; }
.yuyue label {
	display: block; float:left; width:110px; height:50px;
	font-size:24px; line-height: 50px; text-align: right; }
.yuyue input,
.yuyue select {
	display: block; float:right; width:783px; height:48px;
	background: #fff; border:1px solid #e4e4e4;
	outline: none;
	font-size:24px; line-height:48px; text-indent: .5em; }
.yuyue option {
	width:100%; }
.yuyue .select:before {
	content: " "; display: block; position: absolute; right: 0; top: 0;
	width:50px; height:50px;
	background: url(../images/pic04.png) no-repeat center;
	pointer-events: none; }
#fs {
	position: absolute; right:1px; top:1px; overflow: hidden; cursor: pointer;
	width:205px; height: 48px;
	background: #44e97e; border:none;
	color:#fff; text-align: center; text-indent: 0;
	transition: all .2s; }
#fs:hover { background: #6ced99;  }
.yuyue .yuyueBtn {
    float: none;
    width: 210px;
    height: 60px;
    margin: 45px auto 0;
    cursor: pointer;
    background: #fff;
    border: 4px solid #22ac38;
    border-radius: 70px;
    color: #22ac38;
    line-height: 56px;
    text-align: center;
    text-indent: 0;
    font-size: 30px;
    font-weight: 700;
    transition: all .2s;
    box-shadow: 0 0 21px 0 rgba(5, 0, 0, .1);
}
.yuyue .yuyueBtn:hover { background: #22ac38; color:#fff;}



.fs{
	
	background-color: #44e97e;
	border-radius: 30px;
	-moz-border-radius: 10px;
	padding: 20px 40px;
	box-sizing: border-box;
	box-shadow: 0 4px 50px rgba(86, 45, 231, .18);
	-moz-box-shadow: 0 5px 3px #ccc;
}
.fs h6{color: #fff;font-size: 36px;font-weight: bold; margin-top: 20px;}
.fs form ul li{color: #fff;font-size: 26px;font-weight: bold;line-height: 50px;vertical-align: middle;padding-left: 50px;margin-top: 20px;}
.fs form ul li input{display:inline-block;width: 400px;height: 40px;border: none;vertical-align: middle;line-height: 40px;text-indent: 20px;}
.fs form ul li select{display:inline-block;height: 40px;width: 400px;border: none;position: relative;    left: -8px;}
#submit{border: none;background-color: #ff0;color: #000;width: 250px;height: 60px;font-size: 30px;font-weight: bold;border-radius: 30px;-moz-border-radius: 30px;cursor: pointer;margin: 30px auto;display: block;margin-left: 130px;}
.fs form ul li input#yzm{width:200px;}
.fs form ul li a#getyzm,.fs form ul li span#daojishi{display:inline-block;width:180px;margin:0 0 0 20px;background:#ff0;color:#000;text-indent:0;font-size:18px;cursor:pointer;border-radius:10px;font-weight:normal;text-align:center;height:40px;vertical-align: middle;line-height:40px;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: ".";clear: both;height: 0;}
.yyfs1 p.mT10{display:block;width:auto;text-align:left;}
.yyfs1 p{display:inline-block;color: #fff;font-size: 25px;width: 90px;text-align:right; margin-top: 10px;}
.yyfs1 p strong{
	color:#f4fc0d;
}
.wxtx span{color: #fff;font-size: 20px;}

.mT40 .ew{width: 200px;padding-left: 5px;}
.mT40 {    margin-top: 20px;    margin-left: 35px;}
.fs  .fl_list{padding-left: 50px; padding-bottom: 10px; padding-top:50px;}
.fs  .fl_list li{    color: white;    line-height:48px;        font-size: 20px;    list-style-type: disc;}
.mL30 {
    margin-left: 5px;
    margin-bottom: 45px;
	
}
.title {
position: relative;
	font-size: 48px; line-height: 120px; text-align: center; color:#00b43f;}
.mintitle {
	color:#fd8a39; font-size: 24px; font-weight: 400; line-height: 36px; text-align: center; }

.box03 {
    position: relative;
	padding-bottom:50px; margin:45px auto 60px; border-radius:30px;
	box-shadow: 0 4px 50px rgba(86, 45, 231, .18); 
	}

	.bg03 {
	position: absolute; width: 579px; height: 400px; left:33%; top:-70px; margin-left:665px;
	background: url(../images/pic05.png) no-repeat center / contain; }
	.bg05 {
	position: absolute; width: 663px; height: 400px; left:50%; top:445px; margin-left:-1140px;
	background: url(../images/pic06.png) no-repeat center / contain; }
	.box03 .tabCon {
	position:relative;
	}
	.box03 .con {
	position: relative;
	}
.box03 .tabTit {
    position: relative;
	height:65px; margin-bottom:40px;
	background:#44e97e; border-radius: 30px 30px 0 0; }
.box03 .tabTit span {
position: relative;
 top:0;
	display:block; float:left; width:7.14%; height:66px; cursor: pointer;
	color:#fff; font-size: 24px; font-weight: 400; line-height: 66px; text-align: center; 
	transition: top .2s; }
.box03 .tabTit span.on,
.box03 .tabTit span:hover {
	height:82px; top:-8px; line-height: 82px;
	background: #fd8a39; border-radius: 6px; }
.box03 table { position: relative; width:1176px; margin:0 auto; }
.box03 th,
.box03 td {
	width:16.6%; height:60px;
	border:1px solid #e4e4e4;
	font-size: 20px; font-weight: 400; text-align: center; }
.box03 th {
	background: #efeefe; 
	color:#fd8a39; font-size: 24px; }
.box03 tr:hover td:nth-child(-n+3) { background: #f8f8f8;}
.box03 td a { color:#028a35; }
.box03 td a:hover { text-decoration: underline; }

.bg04 {
	background:url(../images/pic03.png) no-repeat center bottom; }
.box04 { 
position: relative;
margin-bottom: 180px; 
height: 222px;
    margin-top: 40px;
    box-shadow: #cacaca 0px 4px 30px 2px;}
.sec4ul{
position:relative;
	height:224px;
	margin-top:20px;float:left;
	margin-left:40px;

}
.sec4ul li{
	width:320px;
	margin-left: 192px;
	height:182px;float:left;
}
.sec4img1{
	width:164px;height:164px;
	background:#e6e1ff;float:left;
}
.sec4p2{
	width:100px;height:46px;
	color:#00b43f;
	float:left;
	text-align:center;
	font-size:18px;
	margin-left:28px;
	margin-top:60px;
}


.box04 img {
	display:block; width:180px; height: 180px; margin:0 auto 25px;
	background: #fff; border:1px solid #dbdada; }
.box04 {
    position: relative;
    border-radius: 30px;
	color:#4e4896; font-size:18px; line-height: 24px; text-align: center; }

/* 通用底部 */
.footer {
	clear: both; position: relative; padding: 50px 0;
	text-align: center; }
.footer p {
	position: relative; z-index: 2;
	color: #fff; font-size: 18px; line-height: 30px; }
.footer p a {
	color: #fff; font-size: 18px; }
.footer p span {
	padding: 0 5px; }

@media only all and (min-width:1920px) {
	body { background-size:100% 648px; }
	.bg04 { background-size:100% 311px; }
}
@media only all and (max-width:1200px) {
	.onlymob { display: block; }
	html { font-size: 20px; }
	body { 
		width: 18.75rem;
		background: #fff url(../images/mbg.jpg) no-repeat center 2.45rem / 18.75rem;
		font-size: .7rem; line-height: 1.2rem; }
	html , body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	.Width { width: 17.5rem; }

	.btn {
		width:7rem; height: 1.6rem;
		border-radius: 1.6rem;
		font-size: .7rem; line-height: 1.6rem; }

	/* 隐藏元素 */
	.ht_top .topnav a:nth-child(n+2),
	.footer p,
	.pc , .onlypc { display: none; }

	/* 通用头部 */
	.ht_top { height: 2.5rem; background-size: auto 100%; line-height: 2.5rem; }
	.ht_top h1 a {
		height: 2.5rem; width: 7.5rem;
		background: url(https://www.huatu.com/images/2015css/images/mob_logo.png) no-repeat center / contain; }
	.ht_top .topnav { font-size: .8rem; text-indent: -1000rem; }
	.ht_top .topnav a { padding: 0 0 0 0.3rem; text-indent: 0; float: right; }


.fixed {
	right:0; top:auto; bottom:0; left:0; width:18.75rem; height:1.5rem; border-radius: .3rem .3rem 0 0; }
.fixedul li{ float:left; width:6.25rem; height:1.5rem; font-size:.6rem; }
.fixedul li a { display:block; width:100%; height: 1.5rem; line-height: 1.5rem; font-size: .6rem; }
.fixedul>li:first-child { display:none;}
	.banner h3 {
		padding-top:1.5rem;
		font-size:1.05rem; font-weight: 400; line-height:1.2rem; }
	.banner h2 {
		height:3.35rem; margin:.4rem auto 1rem; }
	.banner p {
		width:8.75rem; height:1.25rem;
		font-size:.7rem; line-height:1.25rem; }
	.banner .bg-text>div{
    font-size:.85rem;
  }
  .banner .bg-text .sm-text{
    font-size:.7rem;
  }
  .banner .bg-text div:nth-child(1){
    top:.5rem;
  }
  .banner .bg-text div:nth-child(2){
    top:2rem;
  }
  .banner .bg-text div:nth-child(3){
    top:2.5rem;
  }
  .banner .bg-text div:nth-child(4){
    top:4rem;
  }
  .banner .bg-text div:nth-child(5){
    top:4.75rem;
  }
  .banner .bg-text div:nth-child(6){
    top:7.5rem;
  }
  .banner .bg-text div:nth-child(7){
    top:4.75rem;
  }
  .banner .bg-text div:nth-child(8){
    top:8.7rem;
  }
  .banner .bg-text div:nth-child(9){
    top:8.45rem;
  }
  .banner .bg-text div:nth-child(10){
    top:6.7rem;
  }
	
	.box01 { margin-top:2.5rem; font-size:.8rem; line-height:1.2rem; }
	.box01 strong {
	  font-size:.8rem;
	}
	.box01 br { display:none; }
	.bg01 { width:10rem; height:9rem; top:-1.75rem; margin-left:5rem; }
	.bg02 { width:7rem; height:8rem; top:18rem; margin-left:-11rem; }
	
	.yuyue {
		padding:1rem 0; margin:.5rem auto 1.5rem;
		border-radius:.5rem;
		box-shadow: 0 .1rem 1.1rem rgba(86, 45, 231, .18); }
	.list-div { width:16rem; margin-bottom:.5rem; }
	.yuyue label {
		width:3.5rem; height:2rem;
		font-size:.8rem; line-height:2rem; }
	.yuyue input,
	.yuyue select {
		width:12rem; height:2rem; box-sizing: border-box;
		font-size:.8rem; line-height:1.9rem; }
	.yuyue .select:before {
		width:2rem; height:2rem;
		background-size:.5rem; }
	#fs { right:0; top:0; width:4.5rem; height:2rem; }
	.yuyue .yuyueBtn {
		width:7rem; height:2.8rem; margin-top:.75rem;
		border-radius:2.25rem;
		line-height:2.2rem; }



	.fs{
    padding:.5rem; margin: .5rem auto 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 0.1rem 1.1rem rgba(86, 45, 231, .18);
}
.fs img{
	width:2rem; margin-right: .5rem;}
.fs h6{  font-size: 1.3rem; font-weight: bold; margin-top:0; line-height: 2rem;}
.fs p{
	float:right;font-size: 1rem;
}
.jintou {
	display: none;
}
.mL30 {
  margin-bottom:0; float:none;
}
.mT40 {
    float:none; margin:1rem auto 0; text-align: center;
}
.mT40 .ew {
	width:6.5rem;
	height: 6.5rem;

}
.wxtx span {
    margin-left: -1rem;
    font-size: 1rem;
 
}
.fs .fl_list {
    padding-left: 1rem;
}
.fs .fl_list li {
	font-size: .7rem;
	line-height: 1.2rem;
}
.fs form ul li{font-size: 1rem;}


	.title { font-size:1.3rem; line-height:2.5rem; }
	.mintitle { font-size:.8rem; line-height:1.2rem; }
	
	.box03 {
		padding-bottom:1rem; margin:1rem auto 1.5rem;
		border-radius:.5rem;
		box-shadow: 0 .1rem 1.1rem rgba(86, 45, 231, .18); }
	.bg03 { width:10rem; height:9rem; top:-1.75rem; margin-left:5rem; }
	.bg05 { width:7rem; height:8rem; top:18rem; margin-left:-11rem; }
	.box03 .tabTit {
		height:2.8rem; margin-bottom:1rem;
		border-radius:.5rem .5rem 0 0; }
	.box03 .tabTit span {
		width:.65rem; height:1.6rem; padding:.4rem .4rem; 
		font-size:.66rem; line-height:.8rem; }
	.box03 .tabTit span:nth-child(10) { height:2.4rem; padding:.2rem .4rem; }
	.box03 .tabTit span.on,
	.box03 .tabTit span:hover {
		height:1.6rem; padding:.8rem .4rem; top:-.2rem; line-height: .8rem;
		border-radius:.25rem; }
	.box03 .tabTit span:nth-child(10).on,
	.box03 .tabTit span:nth-child(10):hover { height:2.4rem; padding:.4rem;  }
	.box03 table { width:17rem; }
	.box03 th,
	.box03 td { height:1.6rem; font-size:.6rem; }
	.box03 td img{
	width: 2.5rem;
	height: 2.5rem;
	}
	.bg04 { background-size:30rem; }
	.box04 { margin-bottom:3rem; }
	.sec4ul li {
    width: 6rem;
    margin-left: .5rem;
    height: 10rem;
    float: left;
}
.sec4p2 {
    width: 4rem;
    height: 3rem;
    float: left;
    text-align: center;
    font-size:.5rem;
    margin-left: 1rem;
    margin-top: 0;
   
}
	.box04 img {
	width:5rem; height:5rem; padding:.25rem; margin-bottom:.35rem; }
	.box04 {
		font-size:.7rem; line-height:1.2rem;}
	
	/* 通用底部 */
	.footer { position: relative; height: 2.4rem; padding: 0 0 1.5rem; overflow: hidden; }
	.footer:before {
		display: block; content: "华图教育集团版权所有";
		position: absolute; left: 0; top: 0;
		width: 100%; height: 2.4rem; overflow: hidden;
		color: #fff; font-size: .7rem; line-height: 2.4rem; text-align: center; }
}
