@charset "utf-8";
/*reset css*/
html {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
}
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 {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
li {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
}
legend {
    color: #000000;
}
body {
    font: 14px;
	font-family: Microsoft YaHei,'微软雅黑',\5FAE\8F6F\96C5\9ED1;
}
table {
    font-size: inherit;
}
pre, code, kbd, samp, tt {
    font-family: monospace;
    line-height: 100%;
}
a {
    text-decoration: none;
    color:rgb(0, 0, 238);
}
a:hover, a:focus {
    text-decoration: underline;
    outline:none;
}
strong {
    font-weight: bold;
}
input[type="submit"] {
    cursor: pointer;
}
button {
    cursor: pointer;
}

html,body{
    width: 100%;
    height: 100%;
}
.passwordBox{display: inline}
.passwordEye{
    width: 30px;
    height: 30px;
    background: url("../img/eye.png") no-repeat 50%;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
/*公共css*/
body{
    min-width: 1200px;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.hide{display:none;}

/*header css*/
.header{
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    height: 76px;
    min-width: 1200px;
    line-height: 76px;
    opacity: 0.95;
    filter:Alpha(opacity=95);
    z-index: 20;
    box-shadow: 0 0 7px #8C7B7B;
    -moz-box-shadow: 0 0 7px #8C7B7B;
    -webkit-box-shadow: 0 0 7px #8C7B7B;
}
.header .content{
    width: 1200px;
    margin: 0 auto;
    position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -600px;
}
.header .content .logo{
    height: 48px;
    width: 142px;
    margin: 13px 130px 0 10px;
    border: none;
}

.header .content ul li{
    display: inline-block;
     margin-right:35px;
}
.header .content ul li a.nav-a{
    height: 34px;
    color: #222;
    font-size: 16px;
    font-weight: bold;
	background-color:#FFF;
    display: inline-block;
    padding: 0 10px 0;
}
.header .content ul li a:hover{
	color: #8FB522;
}
.header .content ul li.active a.nav-a{
    color: #8FB522;
    border-bottom: 2px solid #8FB522;
}
.header .content ul li a:hover{
    text-decoration: none;
}
.header .content .tel{
      font-size: 16px;
  color: #8FB522;
  font-weight: bold;
  line-height: 20px;
  float: right;
  position: absolute;
  top: 20px;
  right: 15px;
  text-align: center;
}
.header .sub-nav{
	position:absolute;
	background:#FFFFFF;
	top:60px;
	line-height: 30px;
	box-shadow: 0 2px 2px #C3B9B9;
    -moz-box-shadow: 0 2px 2px #C3B9B9;
    -webkit-box-shadow: 0 2px 2px #C3B9B9;
    z-index:1;
    display:none;
}
.header .sub-nav a{
	  height: 35px;
	  color: #222;
	  font-size: 16px;
	  display: block;
	  padding: 0 10px 0;
	  line-height: 35px;
	  width: 100px;
	  text-align: center;
}
.header .nav-support .sub-nav a{
	  height: 60px;
	  color: #222;
	  font-size: 16px;
	  display: block;
	  padding: 0 10px 0;
	  line-height: 60px;
	  width: 112px;
	  text-align: center;
}
.header .sub-nav a:hover{
	color: #8FB522;
	text-decoration: none;
}
.header  li:hover .sub-nav{
	display:block;
}

.header .apply{
	width:109px;
	height:53px;
	background:url(../wemy/Static/extres/member/agx_index_files/apply1.png) no-repeat;
	display: inline-block;
  margin-top: 11px;
}
.header .apply:hover{
	background:url(../wemy/Static/extres/member/agx_index_files/apply2.png) no-repeat;
}
/*wrap css*/
.wrap{
    padding-top: 76px;
    overflow: hidden;
}
.wrap1200{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wrap800{
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.wrap .banner{
    width: 100%;
    height: 100%;
    background: url(../wemy/Static/extres/member/agx_index_files/banner.jpg) no-repeat;
    background-size: cover;
    min-height:400px;
    position: relative;
}
.wrap .banner2{
	 width: 100%;
    height: 100%;
    background: url(../images/index/banner3-bg.jpg) no-repeat;
    background-size: cover;
    min-height:400px;
    position: relative;
}
.wrap .banner2 img{
	position:absolute;
	top:0;
	left:40%;
	height:100%;
	z-index:1;
}
.wrap .banner2 a{
	display:inline-block;
	height:100%;
	width:100%;
	position:absolute;
	z-index:2;
}
.wrap .banner .loginwrap{
	position: relative;
    margin: 0 auto;
	width: 1200px;
    height: 100%;
}
.wrap .banner .loginwrap .bannertitle{
	position:absolute;
	top:0;
	left:50%;
	height:100%;
}
.wrap  .loginbg{
    background: url(../img/login.png) no-repeat right top;
    background-size: 311px 394px;
    position: absolute;
    top:76px;
    right:0;
	position:fixed;
    width: 311px;
    height: 394px;
    z-index:999;
}
.wrap .newBanner .baoming{
	display:inline-block;
	width:219px;
	height:66px;
	background:url(../images/index/banner2-btn1.png) no-repeat;
	position:absolute;
	top:64%;
	left:39%;
	z-index:3;
}
.wrap .newBanner .baoming:hover{
   background:url(../images/index/banner2-btn2.png) no-repeat;
}
.unslider-arrow.prev{
   width:30px;
   height:45px;
   display:inline-block;
   background:url(../images/subject/arrow-pre.png) no-repeat;
     position: absolute;
  left: 40px;
  top: 50%;
}
.unslider-arrow.next{
   width:30px;
   height:45px;
   display:inline-block;
   background:url(../images/subject/arrow-next.png) no-repeat;
     position: absolute;
  right: 40px;
  top: 50%;
}


.newBanner .dots {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 10px;
     text-align: center;
}
.newBanner .dots li {
   display: inline-block;
   width: 5px;
   height: 5px;
   margin: 0 4px;
   text-indent: -999em;
   border: 2px solid #fff;
   border-radius: 5px;
   cursor: pointer;
   opacity: .4;

   -webkit-transition: background .5s, opacity .5s;
   -moz-transition: background .5s, opacity .5s;
   transition: background .5s, opacity .5s;
}
.newBanner .dots li.active {
   background: #fff;
   opacity: 1;
}
/* @media screen and (max-width:800px){
  .wrap .banner .loginwrap{
    margin: 0;
    width: 770px;
    height: 710px;
  }
}
@media screen and (min-width: 800px) and (max-width:1200px){
  .wrap .banner .loginwrap{
    margin: 0;
    width: 990px;
    height: 710px;
  }
}
@media screen and (min-width:1200px){
  .wrap .banner .loginwrap{
    margin: 0 auto;
    width: 1200px;
    height: 710px;
  }
} */

#username:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
#password:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
.wrap  .loginbg .operate{
    position: absolute;
    right: 55px;
    top: 230px;
    color: #747474;
}
.wrap  .loginbg .form1x{ float:left; width:217px; height:auto; padding-top:90px; padding-left:50px; padding-right:20px;}
.wrap  .loginbg .operate #rememberMe{
    height: 21px;
    margin-right: 5px;
    cursor: pointer;
}
.wrap  .loginbg .operate label{
    cursor: pointer;
}
.wrap  .loginbg .operate a{
    color: #747474;
}
.wrap  .loginbg #submit{
    position: absolute;
    width: 237px;
    height: 53px;
    right: 40px;
    top: 290px;
    background: url(../wemy/Static/extres/member/agx_index_files/loginbtn.png) no-repeat;
    border:none;
}
.wrap  .loginbg .capital{
    width: 96px;
    height: 30px;
    background: url(capital.png) no-repeat;
    display: inline-block;
    top: 205px;
    right: 165px;
    position: absolute;
    z-index: 2;
    font-size: 12px;
    line-height: 35px;
    padding-left: 5px;
      color: #222;
    display: none;
}
.wrap  .loginbg .error-msg{
      position: absolute;
  top: 260px;
  right: 105px;
  font-size: 12px;
}
.wrap  .loginbg .error-msg .errors{
    color: rgb(197, 0, 0);
}

.wrap .knowme{
    font-size: 20px;
    color: #777;
    text-align: center;
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 55px;
	
}
.wrap .knowme .title{
	color: #777;
	text-decoration: none;
}
.wrap .knowme .title:hover{
	color: #777;
	text-decoration: none;
}
.wrap .knowme .downward{
    display: inline-block;
    height: 28px;
    width: 28px;
    
    position: relative;
    right: 0px;
    top: 5px;
}
.wrap .biaobai{
    height: 760px;
    width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    position:relative;
}
.wrap .biaobai .title{
    width: 100%;
    height: 98px;
    background: url(../wemy/Static/extres/member/agx_index_files/title-biaobai.png) no-repeat;
	background-position:center center;
    margin: 0 auto;
    background-position: 0;
     
}
.wrap .biaobai .video{
    width: 929px;
    margin: 60px auto 0;
    position: relative;
}
#knowmevideo{
	  visibility: hidden;
}
.wrap .compare{
    width: 100%;
    height: 1218px;
    background: url(../wemy/Static/extres/member/agx_index_files/comparebg.png) center no-repeat;
    background-size: cover;
    padding-top: 23px;
    position: relative;
}
.wrap .compare .title{
    width: 802px;
    height: 118px;
    background: url(title-pk.png) no-repeat;
    margin: 0 auto;

}

.wrap .compare .ladder{
	margin:0 auto;
	width:945px;
	height:331px;
	display:table;
	padding-top:230px;
	background: url(../wemy/Static/extres/member/agx_index_files/comparebg1x.png) no-repeat;
	background-position:center 230px;
	padding-bottom:70px;
}

.wrap .compare .ladder01{
	float:left;
	width:231px;
	height:48px;
	line-height:48px;
	padding-top:30px;
	padding-left:39px;
	padding-bottom:28px;
	padding-right:30px;
	font-size:28px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.wrap .compare .ladder02{
	float:left;
	width:531px;
	height:60px;
	line-height:30px;
	font-size:18px;
	color:#FFF;
	padding-top:25px;
	padding-bottom:28px;
}
.wrap .compare .tuanduix{
	margin:0 auto;
	width:1000px;
	height:200px;
	background: url(../wemy/Static/extres/member/agx_index_files/tuanduix01.png) no-repeat;
	padding-top:340px;
	}
.wrap .compare .tuanduix1 {
	float:left;
	width:250px;
	}
.wrap .compare .tuanduix1 span{
	float:left;
	width:240px;
	height:40px;
	text-align:center;
	font-size:24px;
	color:#323232;
	}
.wrap .compare .tuanduix1 p{
	float:left;
	padding-left:10px;
	width:230px;
	font-size:16px;
	color:#323232;
	line-height:25px;
	}
.wrap .team{
	position:relative;
	background: url(../wemy/Static/extres/member/agx_index_files/tuanduibei.jpg) no-repeat;
	padding-top:100px;
	height:1443px;
}
.wrap .team .title{
    width: 100%;
    height: 98px;
    background: url(../wemy/Static/extres/member/agx_index_files/title-team.png) no-repeat;
}
.wrap .team .teamx1{
	margin:0 auto;
	width:997px;
	height:1172px;
	background: url(../wemy/Static/extres/member/agx_index_files/tuanduibei02.png) no-repeat;
	background-position:center 70px;
	padding-top:70px;
	}

.wrap .team .teamx101{
	float:left;
	width:330px;
	height:574px;
	}
.wrap .team .teamx101 span{
	float:left;
	width:333px;
	height:40px;
	font-size:30px;
	color:#6dae46;
	text-align:center;
	padding-top:173px;
	padding-bottom:17px;
	}
.wrap .team .teamx101 p{
	float:left;
	width:295px;
	height:40px;
	font-size:16px;
	color:#6dae46;
	padding-top:3px;
	padding-left:38px;
	line-height:32px;
	}

.wrap .speakwhat{
    background: url(../wemy/Static/extres/member/agx_index_files/customer.jpg) no-repeat;
	height:1141px;
	padding-top:80px;
}
.wrap .speakwhat .title{
    width: 100%;
    height: 100px;
    background: url(../wemy/Static/extres/member/agx_index_files/title-customer.png) no-repeat;
}

.wrap .speakwhat .content{
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}
.wrap .speakwhat .content1{
    margin: 0 auto;
    width: 998px;
	height:296px;
	padding-top:60px;
	padding-bottom:60px;
}
.wrap .speakwhat .content2{
    margin: 0 auto;
    width: 885px;
	height:754px;
	 background: url(../wemy/Static/extres/member/agx_index_files/customer2.png) no-repeat;
}
.wrap .speakwhat .content2x{
	float:left;
	width:380px;
	height:114px;
	padding-top:20px;
}
.wrap .speakwhat .content2x1{
	float:left;
	width:60px;
	height:94px;
	line-height:35px;
	font-size:24px;
	text-align:center;
	color:#FFF;
	border-right:dashed 1px #FFFFFF;
	padding-left:100px;
	padding-top:20px;
	
}
.wrap .speakwhat .content2x2{
	float:left;
	width:150px;
	height:114px;
	line-height:30px;
	font-size:16px;
	color:#FFF;
	padding-left:30px;
	padding-top:15px;
}



.wrap .speakwhat .subject{
    float: left;
    width: 236px;
    height: 167px;
    background: url(subject21.png) no-repeat;
    margin-bottom: 8px;
    position: relative;
} 
/*.wrap .speakwhat .subject a{
	width: 295px;
    height: 208px;
    display:inline-block;
}*/
.wrap .speakwhat .subject a.play{
    position: absolute;
    width: 169px;
    height: 51px;
    top: 110px;
    left:35px;
    background: url(play.png) no-repeat;
}
.wrap .speakwhat .subject a.play:hover{
    background: url(play2.png) no-repeat;
}
.wrap .speakwhat .subject.yuwen{
    margin: 0 5px 5px 5px;
    background-position: -241px;
}
.wrap .speakwhat .subject.wuli{
    background-position: -723px;
    margin-right: 5px;
}
.wrap .speakwhat .subject.hauxue{
    background-position: -965px;
}
.wrap .speakwhat .subject.english{
    background-position: -482px;
    margin-right: 5px;
}
.wrap .speakwhat .subjectdesc{
    width: 236px;
    height: 350px;
    background: #eceef3;
    float: left;
    position: relative;
    margin-bottom: 24px;
}
.wrap .speakwhat .subjectdesc.middle{
    margin: 0 5px;
}

.wrap .speakwhat .subjectdesc h2{
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}
.wrap .speakwhat .subjectdesc p{
    font-size: 12px;
    color: #444;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 10px;
}

.wrap .speakwhat .subjectdesc a{
    color: #444;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

.wrap .speakwhat .jiaocai{
    width: 100%;
    background: #eceef3 ;
    height: 500px;
    clear: both;
    padding: 34px 0 0 0px;
    position:relative;
}
.wrap .speakwhat .jiaocai .swiper-jiaocai{
    width: 100%;
        height: 380px;
}
.wrap .speakwhat .jiaocai .jiaocaiContent.jc1{
    position: relative;
    background: url(book1.png) center -20px no-repeat;
    height: 380px;
    width: 100%;
}
.wrap .speakwhat .jiaocai .jiaocaiContent.jc2{
    position: relative;
    background: url(book2.png) center 0 no-repeat;
    height: 380px;
    width: 100%;
}
.wrap .speakwhat .jiaocai h2{
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 20px;
	text-align:center;
}
.wrap .speakwhat .jiaocai p{
    font-size: 14px;
    color: #222;
    line-height: 26px; 
    text-align:center;
    margin-bottom: 25px;
}
.wrap .speakwhat .jiaocai p strong{
    font-size: 18px;
    font-weight: bold;
}
.wrap .speakwhat .jiaocai p.yw{
	position:absolute;
	top:230px;
	right:125px;
}
.wrap .speakwhat .jiaocai p.sx{
  position: absolute;
  top: 230px;
  left: 175px;
 }
 .wrap .speakwhat .jiaocai p.wl{
  position: absolute;
  top: 230px;
  left: 490px;
 }
  .wrap .speakwhat .jiaocai p.hx{
  position: absolute;
  top: 230px;
  left: 865px;
 }
  .wrap .speakwhat .jiaocai p.yy{
        position: absolute;
    top: 230px;
    left: 40px;
 }
.wrap .speakhow{
    width: 100%;
    height: 841px;
    background: url(../wemy/Static/extres/member/agx_index_files/speakhow.jpg) center no-repeat;
    background-size: cover;
    
}
.wrap .speakhow .title{
    width: 1082px;
    height: 140px;
    background: url(title-speakhow.png) no-repeat;
    margin: 0 auto;
    position: relative;
    top: 75px;
}

.wrap .speakhow .titledesc{
    width: 1165px;
    height: 85px;
    background: #e2e5ed;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    top: 140px;
    font-size: 18px;
    color: #777;
    font-weight: bold;
    line-height: 85px;

}
.wrap .speakhow .titledesc .yinhao{
    float: left;
    width: 48px;
    height: 100%;
    background:#ccd1dc url(yinhao.png) center no-repeat;
    margin: 0 22px 115px 42px;
}

.wrap .speakhow .content{
    width: 1165px;
    height: 320px;
    margin:0 auto; 
    position: relative;
    top: 270px;
}
.wrap .speakhow .content .left{
    width: 503px;
    height: 100%;
    background: url(computer.png) center no-repeat;
    position: absolute;
    left:0;

}
.wrap .speakhow .content .right{
    float: right;
    width: 660px;
    height: 320px;
    background: url(module.png) no-repeat;
}

.wrap .speakhow .content .right .module h3{
    font-size: 22px;
    color: #2982cc;
    font-weight: bold;
    margin-bottom: 15px;
}
.wrap .speakhow .content .right .module a{
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
}
.wrap .speakhow .content .right .module p{
    font-size: 16px;
    color: #222;
}

.wrap .speakhow .content .right .module.m1{
    position: relative;
    left: 180px;
    top: 0;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.wrap .speakhow .content .right .module.m2{
    position: relative;
    left: 125px;
    top: 0;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.wrap .speakhow .content .right .module.m3{
    position: relative;
    left: 180px;
    top: 0;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.wrap .speakgood{
    width: 100%;
    height: 869px;
    background: url(../wemy/Static/extres/member/agx_index_files/speakgood.jpg) center no-repeat;
    background-size: cover;
    padding-top: 105px;
}
.wrap .speakgood .title{
    width: 1082px;
    height:140px;
    background: url(title-speakgood.png) no-repeat;
    margin: 0 auto 50px;
}
.wrap .speakgood .content{
    width: 1153px;
    height: 619px;
    background: url(../wemy/Static/extres/member/agx_index_files/blackboard.png) no-repeat;
    margin: 0 auto;
    position: relative;
}

.wrap .speakgood .content .line{
    width: 743px;
    height: 432px;
    background: url(line.png) no-repeat;
    position: relative;
    top: 32px;
    left: 186px;
}

.wrap .speakgood .content .people{
    width: 258px;
    height: 364px;
    background: url(people-teacher.png) no-repeat;
    position: relative;
    top: -181px;
    left: 878px;
}
.wrap .speakgood .content .module{
    width: 195px;
    height:230px;
    text-align: center;
    position: absolute;
}

.wrap .speakgood .content .module h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px
}
.wrap .speakgood .content .module p{
    font-size: 15px;
    color: #fff;
    text-align: left;
}
.wrap .speakgood .content .module a{
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    color:#F4AD49;
}
.wrap .speakgood .content .module.m1{
    top:95px;
    left: 205px;
    opacity: 0;
    filter:Alpha(opacity=0);
}

.wrap .speakgood .content .module.m2{
    top:275px;
    left: 310px;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.wrap .speakgood .content .module.m3{
    top:200px;
    left: 520px;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.wrap .speakgood .content .module.m4{
    top:190px;
    left: 715px;
    opacity: 0;
    filter:Alpha(opacity=0);
}
.wrap .speakgood .content .module.m1 p{
    padding-left:35px;
}
.wrap .speakgood .content .module.m3 p{
    padding-left:30px;
}
.wrap .speakgood .content .module.m4 p{
    padding-left:20px;
}

.wrap .support{
    width: 100%;
    height: 670px;
    background: #f2f2f2;
    padding-top: 75px;
}

.wrap .support .title{
    width: 1082px;
    height:140px;
    background: url(title-support.png) no-repeat;
    margin: 0 auto 50px;
}
.wrap .support .content{
    width: 1060px;
    margin: 0 auto;
}
.wrap .support .content .module{
    float: left;
    background: url(support.png) no-repeat;
    height: 447px;
    width: 286px;
    position: relative;

}
.wrap .support .content .module.m2{
    margin: 0 100px;
    background-position: -385px;
}
.wrap .support .content .module.m3{
    background-position: -769px;
}
.wrap .support .content .module h2{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.wrap .support .content .module p{
    font-size: 17px;
    color: #fff;
      margin-top: 15px;
}
.wrap .support .content .module a{
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: -65px;
}
.wrap .support .content .module .desc{
    width: 100%;
}
.wrap .support .content .module.m1 .desc{
    position: absolute;
    left: 20px;
    top: 320px;
    
}
.wrap .support .content .module.m2 .desc{
    position: absolute;
    left: 20px;
    top: 275px;
   
}
.wrap .support .content .module.m3 .desc{
    position: absolute;
    left: 20px;
    top: 340px;
    
}


.wrap .customer{
    width: 100%;
    height: 841px;
    background: url(../wemy/Static/extres/member/agx_index_files/customer.jpg) center no-repeat;
    background-size: cover;
    padding-top: 110px;
}
.wrap .customer .title{
    width: 100%;
    height:98px;
    background: url(../wemy/Static/extres/member/agx_index_files/title-customer.png) no-repeat;
    margin: 0 auto 50px;
}

.wrap .customer .schoole{
    width: 1115px;
    height: 323px;
    margin: 78px auto 125px;
    background: url(schoolelogo.png) no-repeat;
}
.wrap .customer .wait{
    width: 455px;
    height: 35px;
    background: url(wait.png) no-repeat;
    margin: 0 auto;
}

.wrap .customer .btn{
    width: 1055px;
    margin: 55px auto 0;
}
.wrap .customer .btn .tel{
    width: 450px;
    height: 91px;
    display: inline-block;
    background: url(btn.png) no-repeat;
    float: left;
}
.wrap .customer .btn .apply{
    width: 450px;
    height: 91px;
    display: inline-block;
    background: url(btn.png) no-repeat;
    float: right;
    background-position: -605px;
}


/* footer */
#footer_w100 {
	background: #e5e5e5;
	width:100%;
	height: 63px;
	line-height: 20px;
	padding: 15px 0px;
	overflow:hidden;
	float:left;
}
#footer {
	width:1100px;
    color:#757575 ;
	margin:0 auto;
    font-size: 14px;
  /*  position: fixed;*/
  padding-top:10px;
  padding-bottom:10px;
}
#footer .footer_copy{
	width:52%;
	float:left;
	text-align:right;
	padding-right:1%;
	}
#footer .footer_weixin{
	width:45%;
	float:left;
	text-align:left;
	padding-left:1%;
	}

.fixright{
    position: fixed;
    bottom:100px;
    right:20px;
 	z-index: 2;

}

.fixright .buy{
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    background: #c2c2c2\9;
}
.fixright .buy:hover{
    background: #4db351;
}
.fixright .buy:hover .code{
    display: block;
}
.fixright .gotop{
    height: 40px;
    width: 40px;
    margin-top: 2px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3) url(goup.png) center no-repeat;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    display: none;
    background:url(goup.png) center no-repeat\9;
    background-color: #c2c2c2\9; 
}
.fixright .gotop:hover{
    background: #4db351;
}
.fixright .gotop:hover:after {
    content:'返回顶部';
}
.fixright .code{
    width: 273px;
    height: 364px;
    background: url(codebg.png) no-repeat;
    position: absolute;
    right: 52px;
    top: -250px;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    display: none;
}
.fixright .code .title{
    position: absolute;
    top: 95px;
    left: 25px;
    text-align: left;
}
.fixright .code .tel{
    position: absolute;
    top: 20px;
    left: 25px;
    text-align: left;
      line-height: 28px;
}
.fixright .code .tel em{
    font-weight: normal;
}
.fixright .code img{
      width: 250px;
  position: relative;
  top: 111px;
}
/* 登录冲突提示 */
.prompt {opacity:0;filter:Alpha(opacity=0);  width:638px; height:285px;text-align:center; background:url(../images/index/tishi.png) 100% no-repeat; z-index:11; margin:0 auto; color:#fff; font-family:'微软雅黑'; position:absolute;top:214px;margin-left: -320px;left: 50%;display:none;}
.warn {color:#c62828;font-size:18px; z-index:11;margin-top: 34px;}
.warn_text {width:638px; height:100px;color:#222222; font-size:18px;line-height:32px; z-index:11;position: absolute;left:0%;top:88px;}
.know {width:150px; height:40px;background:url(../images/index/know1.png) 100% no-repeat;z-index:11; position: absolute;left:240px;top:207px; cursor: pointer;}
.know:hover {background:url(../images/index/know2.png) 100% no-repeat;}
/* 浮层 */
.xuanfu { width:100%; height:100%; position:fixed; top:0px;z-index: 2; background:#000; filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;display:none;}
.xuanfu .close2 { position:absolute; top:0px; right:0px; cursor:pointer;  }

.gs_zc { position:fixed; top:50%; left:50%;margin-top:-140px;margin-left:-514px; background:red; width:1028px; height:280px; background:#fff; z-index:12; }
.gs_zc_left { width:514px; height:100%; float:left; text-align:center; font-family:'微软雅黑' }
.zc_left1 { color:#2e2e2e; font-size:22px; line-height:22px; margin:120px 0 20px 0; }
.zc_left2 { color:#2e2e2e; font-size:18px; line-height:18px; }
.gs_zc_right { width:514px; height:100%; background:#f1f1f1; float:left; }
.ga_tishi { text-align:center; font-size:16px; color:#e9190c; font-weight:bold; margin-top:30px;visibility: hidden;}
.ga_con { height:40px; line-height:40px; margin:8px 0px; padding-left:45px; }
.ga_con b { color:red; float:left; line-height:46px; height:40px; }
.ga_con .con_bt { color:#303030; float:left; margin:0 8px; }
.ga_con .con_con { height:20px; line-height:20px; padding-top:9px; padding-bottom:9px; width:248px; border:1px solid #dce4e4; float:left; color:#7c7c7c; outline:medium;padding-left:5px; }
.ga_con .con_ts { color:#e71b1b; font-size:14px; line-height:40px; float:left; margin-left:10px; display:none;}
.ga_con .com_xz { float:left; margin:9px 5px 0; width:100px; }
.gs_zc_right .tijiao { display:block; width:172px; height:32px;border-width:0; background:#b7b8c5; color:#fff; text-align:center; line-height:32px; margin:27px auto 0; border-radius:5px;}
.gs_zc_right .tijiao1 { display:block; background:#2cbf5f; cursor:pointer;border-width:0;  width:172px; height:32px; color:#fff; text-align:center; line-height:32px; margin:27px auto 0; border-radius:5px; }

.gs_zc_right_cg {  width:514px; height:100%; background:#f1f1f1; float:left; color:#2e2e2e; display:none;  }
.gs_zc_right_cg img { margin:60px auto 30px; display:block; }
.gs_zc_right_cg .cg_p1 { font-size:20px; text-align:center; }
.gs_zc_right_cg .cg_p2 { font-size:20px; text-align:center; }

.gs_zc_right input:focus{border:1px solid #68b48d;}


.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #AEC1BF;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #47C43F;
}
.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 110px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 80px 110px;
    -webkit-background-size: 80px 110px;
    background-size: 80px 110px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/newindex/arrow-r1.png");
    right: 30px;
    left: auto
}
.swiper-button-next:hover{
   background-image: url("../images/newindex/arrow-r2.png");
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/newindex/arrow-l1.png");
    left: 30px;
    right: auto
}
.swiper-button-prev:hover{
   background-image: url("../images/newindex/arrow-l2.png");
}
.jiaocai .swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 85px;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 80px 110px;
    -webkit-background-size: 80px 110px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.jiaocai .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/newindex/arrow-r11.png");
    right: 20px;
    top:80px;
    left: auto
}
.jiaocai  .swiper-button-next:hover{
   background-image: url("../images/newindex/arrow-r21.png");
}

.jiaocai  .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/newindex/arrow-l11.png");
    left: 20px;
    top:80px;
    right: auto
}
.jiaocai .swiper-button-prev:hover{
   background-image: url("../images/newindex/arrow-l21.png");
}
.newBanner {
   position: relative;
   overflow: auto;
}

.newBanner li {
   list-style: none;
}

.newBanner ul li {
   float: left;
   position: relative;
   width: 100%;
}

.bx-next, .bx-prev {
   width: 100%;
   height: 100%;
   display: inline-block;
}
.prompt_box{
	width:750px;
	height:400px;
	position:absolute;
	top:20%;
	left:40%;
	margin-left:-250px;
	background:#fff;
	z-index: 15;
	display:none;
	z-index:9998;

}

.clos_ioc{
	 position: absolute;
	 width: 40px; 
	 height: 40px; 
	 top: 0; 
	 right: 0; 
	 cursor: pointer;
	  background: url(../img/dialogClose.png) no-repeat;
	  margin-bottom: 15px; 
}
.clos_ioc:hover{
	background: url(../img/dialogCloseHover.png) no-repeat;
}


.prompt_box .signing_text{
	text-align: center;
    line-height: 35px;
    font-size: 20px;
	padding:20px;
	overflow :auto;
	float:left;
	width:710px;
	height:350px;
}


.prompt_box .signing_text span{
	float:left;
	width:100%;
	height:40px;
	font-size:20px;
	line-height:40px;
	border-bottom:1px #CCCCCC solid;
	font-weight:bold;
}
.prompt_box .signing_text p{ float:left;
width:100%;
line-height:30px;
font-size:14px;
text-align:left;
text-indent:2em;
padding-top:10px;
}
.prompt_box a{
	display:inline-block;
	width:150px;
	height:45px;
	line-height:45px;
	text-align:center;
	border-radius:10px;
	background:#a0c954;
	color:#fff;
	font-size:16px;
	margin-left:70px;
	text-decoration: none;
}
.prompt_box a:hover{
	background: #84B423;
}
.prompt_box a.got_it{
	margin-left:180px;
}
.mask{
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 9997;
	display:none;
}
/* 账号过期 */
/* 登录冲突提示 */
.beOverdue {opacity:0;filter:Alpha(opacity=0);  width:638px; height:285px;text-align:center; background:url(../images/index/tishi.png) 100% no-repeat; z-index:11; margin:0 auto; color:#fff; font-family:'微软雅黑'; position:absolute;top:214px;margin-left: -320px;left: 50%;display:none;}
.bewarn {color:#c62828;font-size:18px; z-index:11;margin-top: 34px;}
.bewarn_text {width:638px; height:100px;color:#222222; font-size:18px;line-height:70px; z-index:11;position: absolute;left:0%;top:88px;}
.beknow {width:150px; height:40px;background:url(../images/index/know1.png) 100% no-repeat;z-index:11; position: absolute;left:240px;top:207px; cursor: pointer;}
.beknow:hover {background:url(../images/index/know2.png) 100% no-repeat;}

@media (min-width: 1200px) and (max-width: 1366px) {
.wrap  .loginbg{
    background: url(../img/login.png) no-repeat right top;
    background-size: 311px 394px;
    position: absolute;
    top:76px;
    right:80px !important;
	position:fixed;
    width: 311px;
    height: 394px;
    z-index:999;
}
}
@media (min-width: 1370px) and (max-width: 1440px) {
.wrap  .loginbg{
    background: url(../img/login.png) no-repeat right top;
    background-size: 311px 394px;
    position: absolute;
    top:76px;
    right:120px;
	position:fixed;
    width: 311px;
    height: 394px;
    z-index:999;
}
}
@media (min-width: 1450px) and (max-width: 1600px) {
.wrap  .loginbg{
    background: url(../img/login.png) no-repeat right top;
    background-size: 311px 394px;
    position: absolute;
    top:76px;
    right:200px;
	position:fixed;
    width: 311px;
    height: 394px;
    z-index:999;
}
}
@media (min-width: 1650px) and (max-width: 1920px) {
.wrap  .loginbg{
    background: url(../img/login.png) no-repeat right top;
    background-size: 311px 394px;
    position: absolute;
    top:76px;
    right:360px;
	position:fixed;
    width: 311px;
    height: 394px;
    z-index:999;
}
}