* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}


/*包含以下四种的链接*/
a {
  text-decoration: none;
  /*color: #B0501C;*/
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
  /*color: #B0501C;*/
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
  color: #B0501C;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  color: #B0501C;
}

/* 正在点击的链接*/
a:active {
  text-decoration: none;
  color: #B0501C;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none
}

.wrapper {
  width: 100%;
  height: 100%;
  /* overflow-x: hidden; */
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  height: 1000px;
  background-image: url('../img/head_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.header .box {
  position: relative;
  width: 714px;
  height: 668px;

}

.header .box .topic-img {
  width: 714px;
  height: 668px;
  -webkit-animation: bounce 1.7s ease-out both;
  animation: bounce 1.7s ease-out both;
}

@keyframes bounce {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}


@keyframes ani_top_2 {
  0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}


.tip-txt {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}


.down-arrow {
  padding-top: 6px;
  width: 20px;
  height: 18px;
  margin-left: 10px;
  cursor: pointer;
}

.up-arrow {
  /* padding-top: 2px; */
  width: 20px;
  height: 14px;
  margin-left: 10px;
  display: none;
  cursor: pointer;
}



.header .putong-tip {
  position: absolute;
  top: -124px;
  left: 240px;
  width: 204px;
  height: 100px;
  background-image: url('../img/red_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;

}

.header .putong-tip .img {
  width: 204px;
  height: 100px;
}


.header .putong-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}

.dropdown-list {
  position: absolute;
  top: 100px;
  width: 280px;
  height: 214px;
  background-color: rgba(255, 232, 192, 0.92);
  opacity: 0.92;
  border-radius: 14px;
  display: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B0501C;
}

.dropdown-list a{
    color: #B0501C;
}

.yishu-dropdown-list {
  z-index: 100;
  height: 130px;
}

.duikoushengxue-dropdown-list {
  z-index: 100;
  height: 86px;
}

.zhuanshengben-dropdown-list {
  z-index: 100;
  height: 126px;
}

.tiyu-dropdown-list {
  z-index: 100;
  height: 46px;
}

.dropdown-list ul {
  padding: 0 20px 0 20px;

}

.dropdown-list ul li {
  width: 100%;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #F0C79B;
  text-align: center;
  cursor: pointer;
}

.dropdown-list ul li :hover {
  color: #ed3a22;
}

.dropdown-list ul li:last-child {
  border-bottom: none
}

.header .yishu-tip {
  position: absolute;
  top: -30px;
  right: -176px;
  width: 204px;
  height: 100px;
  background-image: url('../img/red_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}

.header .yishu-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}

.header .duikoushengxue-tip {
  position: absolute;
  top: 200px;
  right: -320px;
  width: 204px;
  height: 100px;
  background-image: url('../img/red_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}

.header .duikoushengxue-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}


.header .dingxiangpeiyang-tip {
  position: absolute;
  top: 450px;
  right: -300px;
  width: 288px;
  height: 88px;
  background-image: url('../img/yellow_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 78px;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}

.header .dingxiangpeiyang-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}



.header .dingxiangpeiyang-tip .tip-txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D42800;
}


.header .gongan-tip {
  position: absolute;
  top: 628px;
  right: -20px;
  width: 204px;
  height: 88px;
  background-image: url('../img/yellow_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 78px;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}

.header .gongan-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}


.header .gongan-tip .tip-txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D42800;
}


.header .jundui-tip {
  position: absolute;
  top: 628px;
  right: 560px;
  width: 204px;
  height: 88px;
  background-image: url('../img/yellow_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 78px;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}



.header .jundui-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}


.header .jundui-tip .tip-txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D42800;
}



.header .sifa-tip {
  position: absolute;
  top: 450px;
  right: 750px;
  width: 204px;
  height: 88px;
  background-image: url('../img/yellow_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 78px;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}


.header .sifa-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}

.header .sifa-tip .tip-txt {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D42800;
}

.header .zhuanshengben-tip {
  position: absolute;
  top: 200px;
  left: -300px;
  width: 204px;
  height: 100px;
  background-image: url('../img/red_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}


.header .zhuanshengben-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}





.header .tiyu-tip {
  position: absolute;
  top: -30px;
  left: -166px;
  width: 204px;
  height: 100px;
  background-image: url('../img/red_tip_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-animation: ani_top_2 0.5s 1s ease-out both;
  animation: ani_top_2 0.5s 1s ease-out both;
}

.header .tiyu-tip:hover {
  transition: all 0.5s !important;
  transform: scale(1.1) !important;
}

.main {
  position: relative;
  flex: 1;
  background-image: url('../img/main_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 56px;
}

.main .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1188px;
  height: 80px;
  top: -60px;
}

.main .custom-table {
  width: 1170px;
  height: 486px;
  margin: 0 auto;
  background-image: url('../img/table_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 20px 16px 20px;
  margin-bottom: 34px;
}

.main .custom-table:hover {
  box-shadow: 0 0 20px #ee7f4f;
}

.main .custom-table td {
  border-bottom: 1px solid #EBCCC3;
  border-left: 1px solid #EBCCC3;
  text-align: center;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #302929;
}

.footer {
  height: 342px;

  background: linear-gradient(0deg, #FFFFF3, #FFE8B2);

  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5D4C3D;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.footer .tag-area {
  width: 400px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.footer .tag-area .item-tag {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 120px;
  height: 120px;

}

.footer .tag-area .item-tag img {
  width: 72px;
  height: 72px;
  margin-bottom: 12px;
}

.mini-app-img {
  border-radius: 50%;
}

.weibo-tag:hover .weibo-qrcode {
  opacity: 1;
  cursor: pointer;
}

.weibo-tag:hover .weibo-img {
  display: none;
}

.weixin-tag:hover .weixin-qrcode {
  opacity: 1;
  cursor: pointer;
}

.weixin-tag:hover .weixin-img {
  display: none;
}

.mini-app-tag:hover .mini-app-qrcode {
  opacity: 1;
  cursor: pointer;
}

.mini-app-tag:hover .mini-app-img {
  display: none;
}


.weibo-qrcode {
  position: absolute;
  opacity: 0;
  width: 120px !important;
  height: 120px !important;
}

.weixin-qrcode {
  position: absolute;
  opacity: 0;
  width: 120px !important;
  height: 120px !important;
}


.mini-app-qrcode {
  position: absolute;
  opacity: 0;
  width: 120px !important;
  height: 120px !important;
}


.footer p {
  margin-bottom: 20px;
}

.custom-style {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #D42800 !important;
    font-size: 25px
}
