body{font-size:62.5%}
body{font-family: "microsoft yahei";min-width: 1200px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,article,aside,details,figcaption,figure,header,footer,main,mark,nav,section{padding:0;margin:0;}
header,footer,section,nav,article,main,aside{display: block;}
table{
border-collapse:collapse;
border-spacing:0;
}
img{border:0;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{
font-weight:normal;
font-size:100%;
}
a{text-decoration:none;}
a,input,textarea,button{outline: none;}
input:-moz-placeholder { /* mozilla firefox 4 to 18 */
color: #999; 
}
input::-moz-placeholder { /* mozilla firefox 19  */
color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}
body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(245, 245, 245, 0.47);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    border-radius: 3px;
    background-color: #f0f0f0;
}
body::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    background-color: rgba(85, 85, 85, 0.4);
}
*{box-sizing: border-box;}
/*浮动相关*/
.left{float: left;}
.right{float: right;}
.clearfix{zoom:1;}
.clearfix:after{content:"."; display:block; clear:both; height:0; visibility:hidden;}
.ml5{margin-left: 5px;}
/*字体大小*/
.bold{font-weight: bold;}
.normal{font-weight: normal;}
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align:right;}

.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font26{font-size: 26px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font34{font-size: 34px;}
.font36{font-size: 36px;}
.font38{font-size: 38px;}
.font40{font-size:40px;}
.font42{font-size:42px;}
.font44{font-size:44px;}
.font46{font-size:46px;}
.font48{font-size:48px;}
.font50{font-size:50px;}
/*字体颜色*/
.red{color: #f91801;}
.center{width:1200px;margin:0 auto; }
  @-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.push{
  display: inline-block;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.push:hover{
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.banner_wrap{
  width: 100%;
  height: 578px;
  position: relative;
  overflow: hidden;
}
.banner_wrap img{
  position: absolute;
  left:50%;
  top:0;
  width: 1920px;
  margin-left: -960px;
}
.title_box{
  height: 136px;
  margin:0 auto;
  text-align: center;
  background-image: url(/uploads/image/szsimages/title_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.title_bg{
 width: 100%;
 position: absolute;
 left:0;
 top:0;
 font-size: 70px;
 color: rgba(102,102,102,0.1);
 font-weight: bold;
}
.big_title{
 width: 100%;
 position: absolute;
 left:0;
 top:45px; 
 font-size: 36px;
 font-weight: bold;
 color: #333;
 letter-spacing: 1px;
}
.cor2e98ff{
  color: #2e98ff;
}
.small_title{
  width: 100%;
  position: absolute;
  left:0;
  top:95px;   
  font-size: 18px;
  color: #666;
  letter-spacing: 2px;
}
.model_1{
  padding-top: 40px;
}
.question_list{
  width: 730px;
  background-image: ;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-left: 120px;
}
.question_list li{
  height: 54px;
  border-radius: 27px;
  background-color: #f2f6ff;
  position: relative;
  padding-left:170px;
  margin-top: 20px;
}
.question_list li .question_title{
 display: block;
 width: 144px;
 height: 56px;
 border-radius: 28px;
 position: absolute;
 left:0;
 top:0;
 font-size: 22px;
 color: #fff;
 text-align: center;
 line-height: 56px;
 background: -moz-linear-gradient(left, #76d6f9 0%, #587ad1 100%);
 background: -webkit-gradient(linear, left left, left right, color-stop(0%,#76d6f9), color-stop(100%,#587ad1)); 
 background: -webkit-linear-gradient(left, #76d6f9 0%,#587ad1 100%); 
 background: -o-linear-gradient(left, #76d6f9 0%,#587ad1 100%);
 background: -ms-linear-gradient(left, #76d6f9 0%,#587ad1 100%);
 background: linear-gradient(to right, #76d6f9 0%,#587ad1 100%);
 filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#76d6f9', endcolorstr='#587ad1',gradienttype=0 );
}
.question_list li p{
  font-size: 18px;
  color: #666;
  line-height: 56px;
}
.btn_zixun1{
  width: 290px;
  height: 52px;
  border-radius: 26px;
  background-color: #2e98ff;
  margin: 30px auto;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 3px 12px 10px #ddd;
}
.btn_zixun1 a{
  display: block;
  color: #fff;
}
.model_2_content{
  width: 100%;
  height: 708px;
  background-image: url(/uploads/image/szsimages/bg2.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.model_2_content ul{
  width: 984px;
  margin:0 auto;
  padding-top: 110px;
}
.model_2_content li{
  width: 490px;
  height: 216px;
  margin-top: 2px;
  text-align: center;
}
.model_2_content .li1{
  background-image: url(/uploads/image/szsimages/li_bg1.png);
}
.model_2_content .li2{
  background-image: url(/uploads/image/szsimages/li_bg2.png);
}
.model_2_content .li3{
  background-image: url(/uploads/image/szsimages/li_bg3.png);
}
.model_2_content .li4{
  background-image: url(/uploads/image/szsimages/li_bg4.png);
}
.model_2_content li h3{
  margin-top: 20px;
  display: inline-block;
  line-height: 60px;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #333;
  position: relative;
}
.model_2_content li h3:before{
  display: block;
  content: "";
  width: 20px;
  height:60px;
  position: absolute;
  left:-20px;
  top:0;
  background-image: ;
  background-repeat: no-repeat;
  background-position: left center;
}
.model_2_content li h3:after{
  display: block;
  content: "";
  width:40px;
  height:60px;
  position: absolute;
  right:-40px;
  top:0;
  background-image: ;
  background-repeat: no-repeat;
  background-position: left center;
}
.model_2_content li p{
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.model_2_content li .view_link{
 display: block; 
 width: 152px;
 height: 34px;
 margin:15px auto 0 auto;
 border-radius: 17px;
 background-color: #2cce82;
 line-height: 34px;
 text-align: center;
 font-size: 14px;
 color: #fff;
 letter-spacing: 2px;
 box-shadow: 2px 13px 10px #ddd;
}
.model_2_content li .view_link:hover{
  background-color: #000;
  color: #fff;
}
.model_3{
  padding-top: 20px;
}
.shicao_list ul{
  margin-left: -25px;
  padding-bottom: 60px;
}
.shicao_list li{
  margin-top: 30px;
  margin-left: 25px;
  width: 220px;
  height: 92px;
  border-radius: 10px;
  float: left;
  line-height: 92px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  position: relative;
  transition: all 1.2s;
}
.shicao_list li:hover{
  top:-5px;
}
.shicao_list li img{
  position: absolute;
  right: 10px;
  bottom:5px;
}
.bg468eb7{
  background-color: #468eb7;
}
.bg00caf8{
  background-color: #00caf8;
}
.bg5fb0ff{
  background-color: #5fb0ff;
}
.bg0078b0{
  background-color: #0078b0;
}
.bg00407f{
  background-color: #00407f; 
}
.model_4{
  width: 100%;
  height: 200px;
  background-image: url(/uploads/image/szsimages/bg-banner2.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.message{
  width: 850px;
  margin:0 auto;
}
.form_bg{
  margin-top: 15px;
  width: 192px;
  height: 169px;
  border-radius: 8px;
  background-color: #b3bbef;
  padding-top: 8px;
}
.form_bg input{
  width: 161px;
  height: 35px;
  display: block;
  margin: 12px auto 0 auto;
  border-radius: 5px;
  background-color: #fff;
  line-height: 35px;
  padding-left: 15px;
  font-size:14px;
  border: none; 
}
.btn_sub{
  width: 161px;
  height: 35px;
  border-radius: 5px;
  margin: 12px auto; 
  background-color: #334bce;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.model_5{
  padding-top: 10px;
}
.choice{
  width:488px;
  height:75px;
  margin:-40px auto 0 auto;
  line-height: 75px;
  text-align: center;
  background-image: url(/uploads/image/szsimages/title2.png);
  color: #fff;
  font-size: 20px;
  line-height: 75px;
  text-align: center;
}
.jiangpai{
  width: 100%;
  margin-top: 40px;
  padding-bottom: 50px;
  padding-top: 30px;
  background-color: #e7f4fd;
}
.jiangpai ul{
  margin-left: -16px;
}
.jiangpai li{
  float: left;
  width: 288px;
  height: 354px;
  margin-left: 16px;
  margin-top: 30px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  transition: all 1s;
}
.jiangpai li .jiang_img{
  display: block;
  height: 120px;
  margin: 40px auto 0 auto;
}
.jiangpai li .jiang_img img{
  display: block;
  margin:0 auto;
}
.jiang_title{
  font-size:18px;
  color: #2e98ff;
  font-weight: bold;
  text-align: center;
}
.jiang_desc{
  font-size: 14px;
  color: #666;
  padding:10px 40px;
  line-height: 24px;
}
.jiangpai li:hover .jiang_desc{
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
}
.model_7{
  width: 100%;
  height: 168px;
  background-image: url(/uploads/image/szsimages/banner_footer.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.btn_djzx{
  margin-top: 50px;
  display: block;
  float: right; 
  width: 208px;
  height: 64px;
  background: -moz-linear-gradient(left, #ffb700 0%, #ff7200 100%);
  background: -webkit-gradient(linear, left left, left right, color-stop(0%,#ffb700), color-stop(100%,#ff7200)); 
  background: -webkit-linear-gradient(left, #ffb700 0%,#ff7200 100%); 
  background: -o-linear-gradient(left, #ffb700 0%,#ff7200 100%);
  background: -ms-linear-gradient(left, #ffb700 0%,#ff7200 100%);
  background: linear-gradient(to right, #ffb700 0%,#ff7200 100%);
  filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#ffb700', endcolorstr='#ff7200',gradienttype=0 );
  border-radius:32px;
  line-height:64px;
  text-align: center;
  font-size: 26px;
  color: #fff;
}
.teacher_box{
  height: 522px;
  background-color: #fff;
  box-shadow: 1px 0 3px rgba(0,0,0,0.3);
  padding:30px 20px;
}
.teacher_box .hd ul{
  overflow: hidden;
  padding-left: 0;
}
.teacher_box .hd li{
  width: 110px;
  margin-left: 20px;
  margin-top: 30px;
  float: left;
  cursor: pointer;
  font-size: 16px;
}
.teacher_box .hd li img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.teacher_box .hd li div{
  width: 110px;
  height: 110px;  
  border-radius: 50%;
  border:3px solid #fff;  
}
.teacher_box .hd li.active div{
  border:3px solid #e2b539;
}
.teacher_box .hd li p{
  margin:0;
  text-align: center;
  line-height: 30px;
}
.teacher_box .leftimg{
  float: left;
  width:538px;    
}
.teacher_box .rightwen{
  float: right;
  width:586px;
  height: 300px;
  position: relative; 
}
.teacher_box .rightwen .title{
   font-size: 20px;
   color: #2e98ff;
   line-height: 30px;
   font-weight: bold;
}
.teacher_box .rightwen .desc{
   margin-top: 20px;
   font-size: 18px;
   color: #999;
   line-height: 34px;
}
.mianfeibtn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 220px;
    height: 62px;
    margin-top: 30px;
    background-color: #94bde9;
    border-radius: 5px;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.mianfeibtn:hover{
  color: #fff;  
}
.tel_teacher{
  width: 584px;
  height:132px;
  margin-top: 30px;
  background-image: url(/uploads/image/szsimages/img8.jpg);
  position: relative;
}
.tel_teacher a{
  position: absolute;
  right: 18px;
  top:40px;
  display: block;
  width:178px;
  height: 54px;
  background-color: #ffe984;
  border-radius: 27px;
  font-size: 20px;
  font-weight: bold;
  color: #ff6100;
  line-height: 54px;
  text-align: center;
}
.tel_teacher a:hover{
  color: #ff6100; 
}
.model_7{
  margin-top: 50px;
}
.alert_box{
  display: none;
  width: 580px;
  height: 380px;
  background-image: url(/uploads/image/szsimages/alert_bg.png);
  background-repeat: no-repeat;
  position: fixed;
  left:50%;
  top:50%;
  margin-left: -290px;
  margin-top: -190px;
  z-index: 9999;
  padding-top: 162px;
}
.alert_close{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top:0;
  background-image: url(/uploads/image/iimg_pc/nei121.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.btn_mianfei{
  width: 178px;
  height: 40px;
  display: block;
  position: absolute;
  left:204px;
  top:92px;
}
.row_label{
  width: 458px;
  height: 36px;
  margin:14px auto;
  position: relative;
}
.row_label .title{
  width:98px;
  height:36px;
  position: absolute;
  left:0;
  top:0;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;  
  background-color: #6457fb;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.row_label input{
  display: block;
  width: 458px;
  height: 36px;
  border-radius: 18px;
  background-color: #eef5fa;
  border-radius: 18px;
  border: none;
  padding-left: 100px;
  padding-right: 10px;
}
.select_kz{
  width: 260px;
  height: 34px;
  border-radius:17px;
  margin:13px auto;
  background-color: #eef5fa;
}
.select_kz ul li{
  width: 50%;
  height:34px;
  float: left;
  line-height: 34px;
  text-align: center;
  color: #999;
  font-size: 18px;
  cursor: pointer;
}
.select_kz ul li.active{
  background-color: #6457fb;
  color: #fff;
}
.select_kz ul li.li1{
  border-bottom-left-radius: 17px;
  border-top-left-radius: 17px;
}
.select_kz ul li.li2{
  border-bottom-right-radius: 17px;
  border-top-right-radius: 17px;
}
.btn_select{
  width: 175px;
  height: 38px;
  position: absolute;
  left:203px;
  top:325px;
  cursor: pointer;
}