.head-box {
  width: 100%;
  position: relative;
}

.head-logo {
  position: absolute;
  top: 5px;
  left: 10%;
}
.head-logo a {
  display: block;
  width: 600px;
}

.main-box {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 20px rgba(208, 233, 247, 1);
  margin-top: -12%;
  padding: 30px 20px 50px;
  margin-bottom: 50px;
}

.fwjs-content {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 20px rgba(224, 238, 255, 1);
  margin-top: 32px;
  text-indent: 2em;
  padding: 26px;
  font-size: 18px;
  line-height: 30px;
  color: rgba(51, 51, 51, 1);
}

.fwnr {
  margin-top: 40px;
  width: 100%;
}

.fwnr-item {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.grfw {
  width: 49.2%;
}

.frfw {
  width: 49.2%;
}

.fwal {
  margin-top: 40px;
  width: 100%;
}
.fwal-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fwal-item {
  width: 49%;
  margin-top: 20px;
  display: flex;
}
.fwal-item a {
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
margin-left: 5px;
}
.fwal-item .arrow {
  width: 6.89px;
  height: 11.62px;
  display: inline-block;
  background-image: url(../images/arrow.png);
  background-size: 100% 100%;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .head-logo a {
    width: 440px;
  }
}
@media (max-width: 768px) {
  .head-logo {
    top: 2px;
  }
  .head-logo a {
    width: 320px;
  }
  .fwnr-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 30px;
  }

  .grfw {
    width: 100%;
    }

  .frfw {
   width: 100%;
        }
  .fwjs-content{
    font-size:14px;}
   .fwal-content{
    display: flex;
   flex-direction: column;
        }
   .fwal-item{
     width: 100%;  
         }
   .main-box {
     margin-top: 0;
}
}
 
@media (max-width: 480px) and (min-width: 320px) {
  .head-logo a {
    width: 200px;
  }
}
