* {
  margin: 0px;
  padding: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fwmain {
  width: 1100px;
  margin: 0px auto;
  padding: 0px 10px;
}

.topimg {
  width: 100%;
  height: 110px;
  background: url(../img/topimg.png) no-repeat;
  background-size: 100%;
  text-align: center;
}

.topimg > h2,
.topimg > h2 > span {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  line-height: 100px;
  color: #fafbfc;
  letter-spacing: 6px;
  text-shadow: -3px 4px #3e57b2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.topimg > h2 > span {
  color: #ffec38;
}

.tle {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.tle > span {
  color: #0168b7;
}

hr {
  width: 120px;
  height: 4px;
  margin: 0 auto;
  background-color: #b8dafc;
  border-radius: 2px;
  border: none;
  position: relative;
  z-index: 10;
}

.cxfw,
.fw_two {
  width: 100%;
  height: auto;
  border: 2px solid #e5f2ff;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
  margin-top: -2px;
  overflow: hidden;
  transition: height 0.6s ease;
}

.minbox {
  display: block;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-right: 26.4px;
  text-align: center;
  padding: 20px;
  transition: transform 0.25s ease;
}

.minbox:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000;
  transform: translate(0, -8px);
  box-shadow: 0px 5px 6px rgb(0 0 0 / 10%);
}

.minbox:nth-child(6n+6) {
  margin-right: 0px;
}

.minbox > img {
  width: 76px;
}

.minbox > p {
  font-size: 16px;
  margin-top: 10px;
}

.moretxt {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 10px;
  font-size: 16px;
  color: #68acf3;
  text-align: center;
  cursor: pointer;
}

.moretxt > img {
  position: relative;
  top: -2px;

}

.fffbtm {
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nrbtn {
  text-align: center;
}

.nrbtn a {
  display: inline-block;
  width: 240px;
  height: 60px;
  margin: 30px;
  margin-bottom: 10px;
  line-height: 60px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(#82bcf7, #409fff);
}

.nrbtn > a:nth-child(2) {
  background-image: linear-gradient(#ff8c8c, #fe5959);
}

.jyfw {
  width: 100%;
  padding: 30px 4px 0;
  margin-top: -3px;
  margin-bottom: -28px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: height 0.65s ease;
  border-top: 2px solid #ddeeff;
}

.jyfw > a {
  display: block;
  width: 260px;
  height: 240px;
  margin-right: 17.3px;
  margin-bottom: 30px;
  padding: 20px 18px;
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
  transition: transform 0.25s ease;
  box-shadow: 0px 0px 4px rgba(0 0 0 / 10%);
}

.jyfw > a:nth-child(4n+4) {
  margin-right: 0px;
}

.jyfw > a > span {
  opacity: 0.8;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.jyfw a:hover {
  color: #fff;
  transform: translate(0, -6px);
  background-color: #fe6565;
}

.jyfw > a:nth-child(2n+2):hover {
  background-color: #409eff;
}

.jyfw > a:nth-child(2n+5):hover {
  background-color: #409eff;
}

.jyfw > a:nth-child(2n+6):hover {
  background-color: #fe6565;
}

.jyfw > a:nth-child(2n+9):hover {
  background-color: #fe6565;
}

.jyfw > a:nth-child(2n+10):hover {
  background-color: #409eff;
}

.jyfw > a:nth-child(2n+13):hover {
  background-color: #409eff;
}

.jyfw > a:nth-child(2n+14):hover {
  background-color: #fe6565;
}

.jyfw > a:nth-child(2n+17):hover {
  background-color: #fe6565;
}

.jyfw > a:nth-child(2n+18):hover {
  background-color: #409eff;
}

.jyfw > a > h4 {
  font-weight: normal;
  font-size: 18px;
  line-height: 52px;
}

.btmbox {
  width: 100%;
  height: 448px;
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.btmboxson,
.btmboxson2,
.btmboxson3 {
  width: 353px;
  height: 100%;
  text-align: center;
  background: url(../img/btmbg.png) no-repeat;
}

.btmboxtop,
.btmboxtop2,
.btmboxtop3 {
  width: 100%;
  height: 58px;
  text-align: center;
  background: linear-gradient(90deg, #98C3FF, #2983FF);
  border-radius: 10px 10px 0px 0px;
}

.jiantou1 {
  display: inline-block;
  width: 28px;
  height: 16px;
  background: url(../img/jiantou.png) no-repeat;
  background-size: 100%;
}

.btmboxtop > span,
.btmboxtop2 > span,
.btmboxtop3 > span {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 58px;
  margin: 0px 30px;
}

.jiantou2 {
  display: inline-block;
  width: 28px;
  height: 16px;
  background: url(../img/jiantou.png) no-repeat;
  background-size: 100%;
  transform: rotateY(180deg);
}

.btmboxson > img,
.btmboxson2 > img,
.btmboxson3 > img {
  width: 198px;
  height: 198px;
  margin: 51px auto 34px;
  border: 2px solid #98C3FF;
}

.btmboxson2 > img {
  border: 2px solid #FF99AE;
}

.btmboxson3 > img {
  border: 2px solid #70CCB5;
}

.btmboxson > p,
.btmboxson2 > p,
.btmboxson3 > p {
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  line-height: 36px;
}

.btmboxtop2 {
  background: linear-gradient(90deg, #FF3866, #FF99AE);
}

.btmboxtop3 {
  background: linear-gradient(90deg, #03B487, #70CCB5);
}

.btmboxson2 {
  background: url(../img/btmbg2.png) no-repeat;
}

.btmboxson3 {
  background: url(../img/btmbg3.png) no-repeat;
}

.fw_two {
  height: 340px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-content: space-between;
}

.ft_item {
  width: 320px;
  height: 120px;
  box-sizing: border-box;
  background-color: #fff8f3;
  border: 1px solid #FFC6A7;
  display: flex;
  padding: 25px 30px;
}

.ft_item:nth-child(2) {
  background-color: #F6F6FF;
  border: 1px solid #C6C2FF;
}

.ft_item:nth-child(3) {
  background: #FFFDF7;
  border: 1px solid #FFDB71;
}

.ft_item:nth-child(4) {
  background-color: #FDF6F7;
  border: 1px solid #FFC1C1;
}

.ft_item:nth-child(5) {
  background-color: #F7FFFE;
  border: 1px solid #8ADBD1;
}

.ft_item:nth-child(6) {
  background-color: #F7F9FF;
  border: 1px solid #A3CBFF;
}

.ft_item img {
  width: 70px;
  height: 70px;
  margin-right: 40px;
}

.ft_item div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ft_item p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.ft_item a {
  display: block;
  width: 100px;
  height: 36px;
  background: #F27632;
  border-radius: 18px;
  font-size: 14px;
  color: #FFF;
  line-height: 36px;
  text-align: center;
}

.ft_item:nth-child(2) a {
  background-color: #887FFE;
}

.ft_item:nth-child(3) a {
  background-color: #FFC22F;
}

.ft_item:nth-child(4) a {
  background-color: #FF6B6A;
}

.ft_item:nth-child(5) a {
  background-color: #19DFB8;
}

.ft_item:nth-child(6) a {
  background-color: #6DA9F7;
}