body{
  background-color:#f0f0f6
}
.banner{
  background: url(/images/zhuanxue/zx_1.jpg) no-repeat center top;
  height:596px;
  overflow: hidden;
}
.banner a{
  display: block;
  height:88px;
  margin-top:299px;
}
.bg_fff{
  background-color:#fff;
  margin-bottom:8px;
}
.txt_c{
  text-align: center;
}
.form_t1 input,.form_t1 select{
  font-size:22px;
  line-height:54px;
  height:54px;
  padding-left:20px;
  width: 276px;
  border-radius:8px;
  outline: none;
  border:#4799ed 1px solid;
}
.txt_t{
  text-align:justify;
  font-size:0;
  padding:0 20px 20px;
}
.txt_t:after{
  content:"";
  display: inline-block;
  width: 100%;
}
.form_t1 .btn input{
  width: 389px;
  line-height:66px;
  height:66px;
  color:#fff;
  font-size:28px;
  border-radius:66px;
  background-color: #ff411a;
  border:none;
  padding:0;
}
.form_t1 p{
  padding:16px 0 58px;
}
.form_t1 p span{
  color:#ff411a
}
.zixun{
  padding:50px 0;

}
.zixun a{
  display: inline-block;
  width: 389px;
  line-height:66px;
  height:66px;
  color:#fff;
  font-size:28px;
  border-radius:66px;
  background-color: #ff411a;
}
.w_283 li{
  display: inline-block;
  width: 283px;
  vertical-align: top;
}
.w_283 li h5{
  font-size: 20px;
  margin:16px 16px 6px;
  display: inline-block;
  line-height: 34px;
  width: 84px;
  text-align: center;
  color:#fff;
}
.w_283 li p{
  font-size:16px;
  line-height:24px;
  padding:0 16px;
  height:80px;
}
.w_283 li a{
  display: block;
  padding:0 16px;
  font-size: 16px;
  color:#ff411a;
}
.w_283 li a img{
  margin-right:24px;
}
.wc li{
  display: inline-block;
  width:214px;
  height:344px;
  position:relative;
  overflow: hidden;
  border-radius:10px;
  margin:0 10px;
}
.wc li:hover div{
  top:80px;
}
.wc li div{
  position:absolute;
  top:261px;
  left:0;
  transition:.3s;
  background-color: rgba(71,157,238,.8);
  padding:14px 18px 0;
  border-radius:10px;
  color:#fff;
  height: 100%;
}
.wc li div h3{
  font-weight:bold;
  font-size:20px;
  line-height:26px;
  padding:0 0 10px;
  text-align: center;
}
.wc li div p{
  font-size:14px;
  line-height: 24px;
}
.bg{
  background: url(/images/zhuanxue/zx_16.jpg) no-repeat center top;
  padding:50px 0 20px;
}
.form_t {
  background-color: #fff;
  width: 526px;
  text-align: center;
  padding: 10px 26px;
  box-sizing: border-box;
  margin:0 auto;
  }
  
  .form_t h3 {
  font-size: 24px;
  position: relative;
  line-height: 60px;
  font-weight: bold;
  }
  .form_t h3 span{
    color:#e50101;
  }
  .form_t p{
  padding-bottom:20px;
  color:#9c9c9c;
  }
  .form_t h3 img {
  position: absolute;
  top: 0;
  right: 0;
  }
  
  .form_t input {
  width: 100%;
  line-height: 54px;
  outline: none;
  border: 2px solid #e5e5e5;
  padding-left: 48px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 30px;
  }
  
  .form_t input:focus {
  border: 2px solid #fe5745;
  }
  
  .form_t .btn {
  width: 288px;
  text-align: center;
  margin: 0 auto 24px;
  }
  
  .form_t .btn input {
  padding: 0;
  display: block;
  background-color: #e90000;
  line-height: 64px;
  height: 64px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
  }