.jjfa {
  background: url(/static/image/jjfa.jpg) no-repeat;
  background-size: 100% 100%;
}

.jjfa_wrap {
  width: 1100px;
  margin: 0 auto;
  padding-left: 100px
}

.jjfa_title {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  position: relative;
  height: 100px;

}

.jjfa_title .t_first {
  color: #0D194A;
  z-index: 2;
  position: absolute;
 font-size: 80px;
}

.t_second {
  position: absolute;
  left: 80px;
font-size: 80px;
 color:#fff;
}

.titile_bg {
  position: absolute;
  top: -37px;
  left: -45px;
  background: #EEC844;
  width: 126px;
  height: 126px;
  z-index: 1;
}

.jjfa_details  p{
  color: #fff;
  margin-top: 50px;
  font-weight: 400;
}

.fa_chn {
  font-size: 36px;
}

.fa_en {
  font-size: 16px;
  margin-top: 15px;
}

.jr {
  background: url(/static/image/jr1.jpg) no-repeat;
  background-size: 100% 100%;
}

.jr_wrap {
  width: 1100px;
  margin: 0 auto;
  padding-left: 100px
}

.jr_title {
  font-size: 38px;
  color: #fff;
  height: 80px;
  position: relative;
  line-height: 50px;
  font-weight: 400;

}

.t_border {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EEC844;
  width: 40px;
  height: 4px;
}

.jr_list {
  margin-top: 30px;
  width: 800px;
 
  height: 100px;
}

.jr_list li {
  height: 40px;
  line-height: 38px;
  padding: 5px 15px 5px 15px;
  float: left;
   
}

.jr_list li a{font-size: 26px;color: #fff; }

.jr_list li:hover {
  background: #4F9AE9;
}

.moreBtn {
  margin-top: 60px;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 20px;
  ;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.moreBtn a {
  color: #fff;
}

.moreBtn img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}

.zw {
  background: url(/static/image/zw1.jpg) no-repeat;
  background-size: 100% 100%;
}

.qy {
  background: url(/static/image/qy1.jpg) no-repeat;
  background-size: 100% 100%;
}

#fp-nav ul li a span {
  background: #fff;
}

.mouse {
  width: 64px;
  height: 64px;
  position: fixed;
  cursor: pointer;
  left: 300px;
  top: 800px;
  -webkit-animation: mous_td 2.1s linear infinite;
  opacity: 0.1;
  animation: mous_sx 2.1s linear infinite;
}

.mouse img {
  width: 100%;
  height: 100%;

}

@keyframes mous_td {
  0% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

@keyframes mous_sx {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    opacity: 0.1;
  }
}


@media screen and (min-width:310px) and (max-width:720px) {
  .jjfa {
    background:  url(/static/image/jjfa_i.jpg)   no-repeat;
    background-size:100% 100%;
  }
  .jjfa_wrap {
    width: 100%;
    height:240px;
padding-top:150px;
   padding-left:0px;
  }
  .jjfa_title span {
    font-size: 50px;
  }
.jjfa_title .t_first{
   font-size:50px;
}
  .titile_bg {
    width: 80px;
    height: 80px;
    left:-25px;
    top:-30px;
  }
  .jjfa_details {
    margin-top:0;
    margin-left:30px;
  }
  .fa_chn {
    font-size: 20px;
}
.fa_en {
  font-size: 12px;
  margin-top: 10px;
}
  .t_second {
    left:55px;
  }
  .jr {
    background: url(/static/image/jr_i.png)  no-repeat;
    background-size: 100% 100%;
}
.jr_wrap {
  width: 100%;
  padding-left: 0px;
   height:360px;
padding-top:50px;
}
.jr_list {
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
}
.jr_list ul li{
font-size: 18px;
}
.jjfa_title{
 margin-left:70px;

}
.jr_title {
  margin-left:30px;
}
.jjfa_details p {
margin-top:0px;
}
}

