@charset "gb2312";
/* CSS Document */
body { font-family:"Hiragino Sans GB","MicroSoft YaHei",Arial,sans-serif; overflow-x: hidden;color:#333;}
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:#0d0d0d; text-decoration:none;}
a,area { blur:expression(this.onFocus=this.blur()) }
ul, li{ list-style:none;}
table { border-collapse:collapse;border-spacing:0; max-width:100%;}
input { outline:0;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
:focus { outline: 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%; font-size:1px; line-height:0; visibility:hidden; overflow:hidden;}
.Width { width:1200px; margin:0 auto;position: relative;}
.hide { display:none;} .onlymob { display:none;}
.pointer { cursor:pointer;}
.ml480 { margin-left:620px; }


/* ?????? */
.ht_top {width: 100%;background: #fafafa url(https://www.32xueyuan.com/topicPage/static/img/wxkf/nav_bg.gif) repeat-x 0 0;line-height: 41px;overflow: hidden;}
.ht_top .zt_top { width: 1070px;height: 41px;margin: 0 auto;}
.ht_top h1 { float:left;}
.ht_top h1 a {float: left;width: 154px;height: 40px;overflow: hidden;text-indent: -100em;background: url(https://static.32xueyuan.com/zq/r/cms/common/image/zh_logo3.png) no-repeat; font-size:12px;}
.ht_top .topnav {float: right; color:#0d0d0d; font-size:12px;}
.ht_top .topnav a {padding:0 8px;}
.ht_top .topnav a:hover { color:#e4393c; text-decoration:underline;}
@keyframes movef{
  0% {transform: scale(1);}
  100% {transform: scale(.9); opacity: 0.6;}
}
@keyframes float02 {
  0% { transform: translateX(0); }
  100% { transform: translateX(30px); }
}
@keyframes float01 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-30px); }
}

.banner {
  position: relative;
  height:800px;
  color:#fff;
  background:url(https://www.32xueyuan.com/topicPage/kf/kfbg.png) center no-repeat;
  text-align: center;

}
.ban_txt{
  width: 689px;
  float: right;
  margin-right: 20px;
  box-sizing: border-box;
  padding-top: 120px;
}
.ban_map{
  position: absolute;
  left: 40px;
  top: 100px;
  animation: movef 4s ease-out infinite alternate;
}
.ban_tt{
  position: absolute;
  top: 450px;
  left: 310px;
}
.ban_txt h3{
  display: inline-block;
  box-sizing: border-box;
  background: linear-gradient(180deg,#fff,#f9e1a9);
  margin-top: 40px;
  line-height: 68px;
  padding: 0 90px;
  border-radius: 68px;
  font-size: 48px;
  color: #811212;
  font-weight: normal;
}
.title {
  font-size: 48px;
  text-align: center;
  color: #ce171b;
  margin-top: 52px;
  margin-bottom: 12px;
}
.min_title{
  font-size: 26px;
  color: #878381;
  text-align: center;
  margin-bottom: 22px;
}

.title:before,.title:after{
  width:38px;
  height:38px;
  display: inline-block;
  content: "";
  background: url("https://www.32xueyuan.com/topicPage/static/img/wxkf/ic.png");
  background-size:100% 100%;
}
.title:before{
  margin-right:14px;
  animation: float01 1.9s .5s ease-in infinite alternate;
}
.title:after{
  margin-left:14px;
  animation: float02 1.9s .5s ease-in infinite alternate;
}
.part1 li{
  width: 320px;
  height: 424px;
  margin: 0 40px 40px;
  background: linear-gradient(to bottom, #1e95ee,#1cbff7, #1a79ed);
  float: left;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.part1 li .add_icon{
  position: absolute;
  right: 0;
  top: 34px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 36px;
  font-weight: normal;
  padding: 0 10px;
  border-radius: 18px 0 0 18px;
  font-size: 22px;
  color: #ffffff;
  background: #271b66;
}
.part1 li .add_icon2{
  color: #fff;
  background: #5c5bf4;
}
.part1 li .tx{
  width: 160px;
  height: 160px;
  background: #fff;
  margin: 84px auto 0;
  border-radius: 50%;
  overflow: hidden;
}
.part1 li .tx img{
  vertical-align: middle;
}
.award_tips {
  position: relative;
  display: table;
  padding-top: 30px;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.award_tips::after, .award_tips::before {
  content: '';
  position: absolute;
  top: 46px;
  width: 20px;
  height: 4px;
  background-color:
    #f0b516;
  border-radius: 4px;
}
.award_tips::before{
  left: -30px;
}
.award_tips::after{
  right: -30px;
}
.part1 li .intro_txt{
  font-size: 20px;
  line-height: 36px;
  padding: 10px 30px 0;
  color: #fff;
}
.part1 li .hide_box{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 0;
  opacity: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.part1 li .hide_box img{
  display: block;
  width: 60%;
  margin: 86px auto 30px;
}
.part1 li .hide_box p{
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

/* ????? */
.footer {
  position: relative;
  padding: 30px 0;
  background: #2771a9;
  text-align: center;
}
.footer p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 2.1rem;
}
.footer p a {
  color: #fff;
  font-size: 14px;
}
.footer p span { padding: 0 5px; }



@media screen and (max-width:1200px){
  .onlymob { display:block;}
  html{ font-size:20px; }
  body { font: 0.7rem/1.2rem "Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Arial,sans-serif; width: 18.75rem; margin: 0 auto; overflow-x: hidden;
    background-size: 200% 24rem; }
  html,body{  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .Width {  width: 96%;  }

  /* ??????? */
  .ht_top .topnav a:nth-child(n+2) ,
    /*.footer p,*/
  .pc,
  .onlypc,
  .ht_top .topnav
  ,.right-fix
  {  display: none;  }
  .mob{
    display: block;
  }

  /* ?????? */
  .ht_top { line-height: 2.5rem; height:2.5rem; background-size:auto 100%; }
  .ht_top .zt_top { width:17.5rem; height:2.5rem; }
  .ht_top h1 a { height:2.5rem; width:7.5rem; background: url(https://static.32xueyuan.com/zq/r/cms/common/image/zh_logo3.png) no-repeat center; background-size:100%; }
  .ht_top .topnav { font-size:0.8rem; text-indent:-1000rem;}
  .ht_top .topnav a { padding:0 0 0 0.3rem; text-indent: 0; float: right; }
  @keyframes float02 {
    0% { transform: translateX(0); }
    100% { transform: translateX(.4rem); }
  }
  @keyframes float01 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-.4rem); }
  }

  .banner {
    height:12rem;
    background:url(https://www.32xueyuan.com/topicPage/kf/kfbg.png) center no-repeat;
    background-size:cover;
  }
  .ban_txt{
    width: 12rem;
    margin-right: .4rem;
    padding-top: 1.4rem;
  }
  .ban_map{
    left: .4rem;
    top: 2rem;
    width: 5rem;
  }
  .ban_tt{
    width: 3rem;
    top: 7.4rem;
    left: 5rem;
  }
  .ban_txt h3{
    margin-top: .4rem;
    line-height: 1.4rem;
    padding: 0 .8rem;
    font-size: .8rem;
  }

  .title{
    font-size:1rem;
    margin-bottom: .25rem;
    margin-top: 1.25rem;
  }
  .title:before, .title:after {
    background-size: 100% 100%;
    width: 1rem;
    height: 1rem;

  }
  .title:before{
    margin-right:.35rem;
  }
  .title:after{
    margin-left:.35rem;
  }
  .min_title {
    font-size: .8rem;
    margin-bottom:.6rem;
  }

  .part1 li{
    width: 46%;
    height: 11.4rem;
    margin: 0 2% 1rem;
    border-radius: .2rem;
  }
  .part1 li .add_icon{
    top: .8rem;
    line-height: 1.2rem;
    padding: 0 .4rem;
    font-size: .6rem;
  }
  .part1 li .tx{
    width: 4rem;
    height: 4rem;
    margin: 2.4rem auto 0;
  }
  .award_tips {
    padding-top: .5rem;
    font-size: .9rem;
  }

  .award_tips::after, .award_tips::before {
    top: 1.05rem;
    left: -.55rem;
    width: .5rem;
    height: .1rem;
    border-radius: .1rem;
  }
  .award_tips::before {
    left: auto;
    right: -.55rem;
  }
  .part1 li .intro_txt {
    font-size: .6rem;
    line-height: 1.1rem;
    padding: .2rem .2rem 0;
    text-align: center;
  }
  .part1 li .hide_box img{
    width: 60%;
    margin: 1.6rem auto .6rem;
  }
  .part1 li .hide_box p{
    font-size: .7rem;
    line-height: 1.2rem;
  }
  /* ????? */
  .footer { height:2.1rem; padding:0;  overflow:hidden; position:relative; }
  /*.footer p { display: none;}*/
  /*.footer:before { color:#fff; position:absolute; left:0; top:0; display:block; content:"????????????????";*/
  /*  width: 100%; height:2.1rem; padding:0; overflow:hidden;*/
  /*  line-height:2.1rem; font-size:0.7rem; text-align: center;*/
  /*}*/
}
