* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-size: calc(100vw /120);
}
.login, .login a{
  cursor: pointer;
}
.max {
  width: 100rem;
  margin: auto;
}

ul,
li,
a {
  list-style: none;
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  padding: .9375rem 0;
  box-shadow: 0px 4px 21px 0px rgba(116, 116, 116, 0.21);
}

.header-top {}

.header-top,
.header-top>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top img {
  width: 26.75rem;
  height: 4.125rem;
}

.login a div {
  margin-right: .9375rem;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #1593D3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.login a div img {
  width: 1.125rem;
  height: 1.25rem;
}

.login,
.login a {
  display: flex;
  align-items: center;
  color: #333333;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.login a:hover {
  color: #1593D3;
}

span {
  margin: 0 .625rem;
}

.search>div {
  margin-left: 3.5625rem;
  display: flex;
  justify-content: space-between;
  width: 17rem;
  height: 2.25rem;
  border: .0625rem solid #03398F;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  overflow: hidden;
}

.search input {
  width: 80%;
  height: 100%;
  border: 0;
  outline: none;
  padding-left: 1.25rem;
  font-size: 1rem;
}

.search>div div {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  background-color: #03398F;
}

.search>div div img {
  width: 1.25rem;
  height: 1.25rem;
}

.header i {
  display: block;
  background-color: #03398F;
  height: .1875rem;
  margin-top: .875rem;
  margin-bottom: 1.5rem;
}

.header-bottom>ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-bottom>ul li a {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.375rem;
  color: #333333;
  line-height: 1.5rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header-bottom>ul>li {
  height: 1.875rem;
  position: relative;
}

.header-bottom>ul li:hover>a,
.header-bottom>ul>li.active>a {
  color: #1593D3;
}

.header-bottom>ul>li>a::after {
  position: absolute;
  bottom: -0.9375rem;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%);
  border-left: .75rem solid transparent;
  border-right: .75rem solid transparent;
  border-bottom: 0px solid #1593D3;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header-bottom>ul>li:hover>a::after,
.header-bottom>ul>li.active>a::after {
  border-width: .625rem;
}

.header-bottom li .op {
  display: none;
  position: absolute;
  top: 2.8125rem;
  left: 50%;
  width: 13.4375rem;
  padding: 1.5625rem;
  box-sizing: border-box;
  background-color: #1593D3;
  text-align: center;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.header-bottom li .op a {
  font-size: 1rem;
  color: #fff;
  line-height: 2.5rem;
  display: block;
  width: 100%;
  position: relative;
}

.header-bottom li .op a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  border-bottom: .0625rem solid #fff;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.header-bottom li .op a:hover::after {
  width: 100%;
}

.banner {
  overflow: hidden;
  position: relative;
  margin-top: 10rem;
}

.banner .swiper-pagination {

  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  right: 0;
  top: 30%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.banner .swiper-pagination-bullet-active {
  position: relative;
  width: 1.1875rem !important;
  height: 1.1875rem !important;
  border-radius: 50%;
  border: .125rem solid #1593D3;
  background-color: #fff !important;
}

.banner .swiper-pagination-bullet-active::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: .5625rem;
  height: .5625rem;
  background-color: #1593D3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.banner .swiper-pagination-bullet {
  width: .5625rem;
  height: .5625rem;
  background-color: #fff !important;
  opacity: 1;
  margin: .625rem 0;
}

.swiper-wrapper {
  height: auto !important;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.cursor {
  position: absolute;
  top: 37.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 1.75rem;
  height: 2.9375rem;
  cursor: pointer;
  background-image: url('../images/arr-bot.png');
  background-repeat: no-repeat;
  background-size: .875rem 1.25rem;
  background-position: center;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.banner-item {
  width: 100%;
  height: 8.125rem;
  position: absolute;
  bottom: 0;
  z-index: 99;
  background-color: rgba(3, 57, 143, 0.5);
}

.banner-item ul {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner-item ul li {
  width: 25%;
}

.banner-item ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.banner-item ul li a img {
  width: 2.375rem;
  height: 2.375rem;
  object-fit: contain;
}

.banner-item ul li a p {
  margin-top: 1.125rem;
}

.banner-item ul li a:hover {
  background-color: #1593D3;
}

.cursor {
  position: absolute;
  top: 37.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 1.75rem;
  height: 2.9375rem;
  cursor: pointer;
  background-image: url('../images/arr-bot.png');
  background-repeat: no-repeat;
  background-size: .875rem 1.25rem;
  background-position: center;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.index-tzgg ul,
.index-tzgg ul li,
.index-tzgg ul li a {
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.5rem;
  flex-wrap: wrap;

}

.index-tzgg ul li a:hover p:first-child,
.right-cont li a:hover>p,
.foot-center ul:nth-child(3) a:hover {
  color: #00BBF4;
}

.index-tzgg {
  background-color: #F4F4F4;
}

.index-tzgg .max {
  display: flex;
  align-items: center;
  height: 5rem;
}

.index-tzgg ul li:nth-child(1) img {
  width: 2.1875rem;
  height: 1.8125rem;
}

.index-tzgg ul li:nth-child(1) p {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.5rem;
  color: #03398F;
  line-height: 1.5rem;
  padding-right: 2.75rem;
  margin-left: .875rem;
  border-right: .0625rem solid #C9C9C9;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.index-tzgg ul li a {
  border-right: .0625rem solid #C9C9C9;
  margin-left: 1.3125rem;
}

.index-tzgg ul li a p:last-child {
  font-weight: 400;
  font-size: 1rem;
  color: #717171;
  margin-left: 8.5rem;
  margin-right: 2.5625rem;
  max-width: none;
}

.index-tzgg ul li a p {
  max-width: 25.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zxzx {
  padding-top: 3.3125rem;
  background-image: url('../images/zxzx-bg.png');
  background-size: cover;
}

.title::before {
  display: flex;
  content: "";
  background-image: url('../images/ce.png');
  width: .75rem;
  height: 3.1875rem;
  background-size: 100% 100%;
  margin-right: 1.0625rem;
}

.title {
  display: flex;
  align-items: center;
}

.title p {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 2.0625rem;
  color: #222222;
}

.title p:last-child {
  font-weight: 300;
  font-size: 1rem;
  color: #9B9B9B;
}

.zxzx .left {
  overflow: hidden;
  width: 40%;
}

.zxzx-swiper .swiper-slide {}

.zxzx-text {
  padding: 1.875rem;

  height: 7rem;
  < !--height: 22.75rem;
  -->
}

.zxzx-text h2 {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.875rem;
  color: #333333;
  line-height: 2.75rem;
  max-width: 50rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.zxzx-text p:nth-child(2) {
  font-weight: 300;
  font-size: .875rem;
  color: #7B7B7B;
  line-height: 1.875rem;
  margin: 1.875rem 0;
}

.zxzx-text p:nth-child(2)::before {
  content: "";
  display: inline-block;
  margin-right: .625rem;
  background-image: url('../images/date.png');
  width: .875rem;
  height: .875rem;
  background-size: 100% 100%;

}

.zxzx-text p:last-child {
  font-weight: 300;
  font-size: 1rem;
  color: #333333;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zxzx-swiper {
  position: relative;
  border-left: .0625rem solid #D5D5D5;
  border-right: .0625rem solid #D5D5D5;
}

.zxzx-swiper .swiper-pagination {
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.zxzx-swiper .swiper-button-next,
.zxzx-swiper .swiper-button-prev {
  top: auto;
  bottom: 6% !important;
}

.zxzx-swiper .swiper-button-next,
.zxzx-swiper .swiper-button-prev {
  width: 5.1875rem;
  height: 1.125rem;
  background-size: 100% 100%;
  background-image: url('../images/arr.png')
}

.zxzx-swiper .swiper-button-next {
  right: 20%;
  transform: scaleX(-1);
  transform: rotate(180deg);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.zxzx-swiper .swiper-button-prev {
  left: 20%;
}

.zxzx-swiper .swiper-pagination-bullet {
  background-color: #959595;
}

.zxzx-swiper .swiper-pagination-bullet-active {
  background-color: #003D84;
}

.zxzx-swiper .swiper-slide img {
  height: 25rem;
}

.zxzx .right {
  width: 58%;
}

.zxzx .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.5625rem;
}

.right-title,
.right-title ul:first-child {
  display: flex;
  align-items: flex-end;
}

.right-title {
  justify-content: space-between;
  margin-bottom: 2.8125rem;
}

.right-title li {
  cursor: pointer;
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.5rem;
  color: #636363;
  line-height: 2.25rem;
  position: relative;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.right-title li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.right-title ul:first-child li:nth-child(2n) {
  margin: 0 2.5rem;
}

.right-title ul .active {
  color: #0055A9;
}

.right-title ul:first-child>li::before,
.right-title ul .active::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  width: 0%;
  border-bottom: .25rem solid #0055A9;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.right-title ul:first-child>li:hover::before {
  width: 100%;
}

.right-title ul .active::before {
  width: 100% !important;
}



.gen a {
  font-size: 1rem;
  position: relative;
  color: #003D84;
}

.gen a::after,
.gen a::before {
  position: absolute;
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  border: .0625rem solid #003D84;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.gen a::before {
  width: 3rem;
  height: 3rem;
  border: .0625rem dashed #003D84;
}

.right-cont ul {
  min-height: 16.9375rem;
}

.right-cont li:last-child a {
  < !--border: 0;
  -->
}

.right-cont li a p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 3rem;
  color: #555555;
  line-height: 1.875rem;
}

.right-cont li a .date p:last-child {
  font-size: .875rem;
  color: #555555;
  margin-top: .6875rem;
}

.right-cont li a i {
  height: 1.875rem;
  border-right: .0625rem solid #555555;
  margin-right: 1.875rem;
  padding-right: 1.875rem;
}

.right-cont li a>p {
  width: 100%;
  white-space: nowrap;
  font-size: 1.125rem;
  color: #333333;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-cont li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding-bottom: 1rem;
  border-bottom: .0625rem solid #D6D6D6;
  margin-top: 1rem;
  box-sizing: border-box;
  text-align: justify;
}

.zxzx .right .zheng {
  margin-top: 3.25rem;
}

.ywhz {
  background-image: url('../images/yw.png');
  background-size: cover;
  padding-top: 3rem;
  box-sizing: border-box;
  padding-bottom: 6.25rem;
}

.ywhz .title p {
  color: #fff;
}

.ywhz .title p:last-child {
  color: #B3D1F7;
}

.ywhz ul {
  margin-top: 1.875rem;
}

.ywhz ul,
.ywhz ul li a {
  display: flex;
  justify-content: space-around;
}

.ywhz ul li a {
  flex-direction: column;
  align-items: center;
}

.ywhz ul li a img {
  width: 3rem;
  height: 2.75rem;
  object-fit: contain;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.ywhz ul li a p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  margin-top: 1rem;
}

.ywhz ul li a:hover img {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.fzjg {
  background-image: url('../images/fz.png');
  background-size: cover;
  padding: 3.4375rem 0;
}

.fz-swiper {
  overflow-x: clip;

}

.fz-swiper .swiper-button-next,
.fz-swiper .swiper-button-prev {
  top: 2.1875rem;
  width: 1.1875rem;
  height: 2.0625rem;
  background-size: 100% 100%;
  background-image: url('../images/swiper-arr.png');
}

.fz-swiper .swiper-button-next.swiper-button-disabled {
  background-image: url('../images/swiper-arr-active.png');
  opacity: 1;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.fz-swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url('../images/swiper-arr-active.png');
  opacity: 1;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.fz-swiper .swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.fz-swiper .swiper-button-prev {
  left: auto;
  right: 4.0625rem;
}

.fzjg .max {
  position: relative;
}

.fz-box .phone {
  display: none
}

.fz-box ul {
  align-content: flex-start;
  box-sizing: border-box;
  padding: 0 3.75rem;
  padding-top: 3.125rem;
  margin-top: 2.8125rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
}

.fz-box ul li a {
  position: relative;
  display: flex;
  width: 23.375rem;
  align-items: center;
  margin-bottom: 3.75rem;
}

.fz-box ul li a img {
  width: 2.3125rem;
  object-fit: cover;
  margin-right: .75rem;
}

.fz-box ul li a p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #015999;
  line-height: 1.5rem;
}

.fz-box ul li a::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  width: 0;
  border-bottom: .0625rem solid #0D84C1;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.fz-box ul li a:hover::before {
  width: 100%;
}

.lsdw {
  padding-top: 3.5rem;
  padding-bottom: 5.4375rem;
  background-image: url('../images/ls-bg.png');
  background-color: #045997;
  background-size: cover;
}

.lsdw .title::before {
  background-image: url('../images/ls-item.png');
}

.lsdw .title p {
  color: #fff;
}

.lsdw .gen a::after,
.lsdw .gen a::before {
  border-color: #fff;
}

.lsdw .gen a {
  color: #fff;
}

.lsdw .title p:last-child {
  color: #5FAFE0;
}

.lsdw-cont ul {
  display: flex;
  justify-content: space-between;
  margin-top: 2.625rem;
}

.lsdw-cont ul li {
  max-width: 30.6875rem;
  background-color: #1593D3;
  padding: 1rem;
  box-sizing: border-box;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lsdw-cont ul li img {
  max-width: 28.75rem;
  max-height: 15.875rem;
  width: 100%;
  height: 100%;
}

.lsdw-cont ul li p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.875rem;
}

.lsdw-cont ul li p:nth-child(2) {
  margin-top: 1.5625rem;
  margin-bottom: .9375rem;
}

.lsdw-cont ul li p:nth-child(3) {
  position: relative;
  font-size: .875rem;
  line-height: 1.5rem;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lsdw-cont ul li i {
  display: block;
  width: 100%;
  border-bottom: .0625rem solid #fff;
  margin: 1.6875rem 0;
  opacity: .4;
}

.lsdw-cont ul li p:last-child a {
  transition: all .6s;
  display: block;
  width: 8.625rem;
  height: 3rem;
  font-size: .875rem;
  line-height: 3rem;
  border: .0625rem solid rgba(255, 255, 255, 0.3);
  text-align: center;
  float: right;
  color: #fff;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.lsdw-cont ul li p:last-child a::after {
  display: inline-block;
  margin-left: .625rem;
  vertical-align: middle;
  content: "";
  width: .9375rem;
  height: 1rem;
  background-image: url('../images/arr-right.png');
  background-size: 100% 100%;
}

.lsdw-cont ul li p:last-child a:hover {
  background-color: #003D84;
}

.lsdw-cont ul li:hover {
  cursor: pointer;
  background-color: #fff;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.lsdw-cont ul li:hover p:nth-child(2) {
  color: #034E8D;
}

.lsdw-cont ul li:hover p:nth-child(3) {
  color: #555555;
}

.lsdw-cont ul li:hover p:last-child a {
  background-color: #1593D3;
}

.lsdw-cont ul li:hover i {
  border-color: #9C9C9C;
}

.tui img {
  width: 100%;
  height: 8.125rem;
  margin: 1.875rem 0;
}

.hyzx {
  background-color: #1593D3;
  background-image: url('../images/hy-left.png'), url('../images/hy-right.png');
  background-position: left top, right top;
  padding: 3.75rem 0;
  background-size: cover;
}

.hyzx .title::before {
  background-image: url('../images/hy-title.png');
}

.hyzx .title p {
  color: #FFFFFF;
}

.hyzx .title p:last-child {
  color: #94D8FB;
}

.hyzx-cont ul {
  display: flex;
  justify-content: space-around;
  margin-top: 2.625rem;
  flex-wrap: wrap;
}

.hyzx-cont ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.625rem;
  height: 11.625rem;
  border: .0625rem dashed #fff;
  transition: all .6s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.hyzx-cont ul li a {
  display: flex;
  width: 9.75rem;
  height: 9.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .6s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.hyzx-cont ul li a p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.375rem;
  color: #FFFFFF;
  line-height: 2.75rem;
}

.hyzx-cont ul li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.hyzx-cont ul li::before {
  position: absolute;
  right: .8125rem;
  top: 1.875rem;
  content: "";
  /* width: 0; */
  height: .8125rem;
  background-color: #fff;
  transition: all .6s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.hyzx-cont ul li:hover::before {
  width: .8125rem;
}

.hyzx-cont ul li:hover a {
  background-color: #fff;
}

.hyzx-cont ul li:hover a p {
  color: #3FA4D7;
}

.hyzx-cont ul li:hover a img {
  filter: invert(44%) sepia(79%) saturate(1532%) hue-rotate(168deg) brightness(98%) contrast(101%);
}

.hyzx-cont ul li a img {
  width: 2.875rem;
  height: 2.5rem;
  object-fit: contain;
}

.spzq {
  margin: 3.5rem 0;
}

.spzq-cont>ul {
  margin-top: 2.5rem;
}

.spzq-cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.spzq-cont>ul>li {
  width: 30.625rem;
}

.spzq-cont ul li .right-title>ul:first-child li {
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.625rem;
  color: #034C8C;
  line-height: 2.75rem;
  padding-left: 1.25rem;
}

.spzq-cont ul li .right-title>ul:first-child li::before {
  position: absolute;
  top: 50%;
  left: .5rem;
  border-width: 0;
  content: "";
  background-image: url('../images/sz.png');
  width: .75rem;
  height: 1.4375rem;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.spzq-cont .video img {
  width: 100%;
  max-width: 30.625rem;
  object-fit: cover;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.spzq-cont .video {
  position: relative;
}

.spzq-cont .video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.5625rem;
  height: 3.5625rem;
  background-image: url('../images/play.png');
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.spzq-cont .video:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.zjk {
  background-image: url('../images/zj-bg.png');
  background-size: cover;
  /* height: 36.3125rem;
     */
  padding-top: 3.75rem;
  padding-bottom: 7rem;
}

.zjk .title,
.lsdw .title {
  position: relative;
}

.zjk .title .gen {
  position: absolute;
  right: 0;
}

.zj-swiper {
  margin-top: 2.1875rem;
  overflow-x: clip;
  position: relative;
}

.zj-swiper .swiper-slide {
  position: relative;
  height: auto;
}

.zj-swiper .swiper-slide img {
  max-width: 15.375rem;
  width: 100%;
  object-fit: cover;
}

.zj-swiper .swiper-slide a>p {
  position: absolute;
  bottom: 0;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 2.875rem;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.zj-swiper .swiper-slide .none {
  box-sizing: border-box;
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8.8125rem;
  background-color: rgba(12, 141, 206, .8);
  text-align: center;
  padding: 1.75rem 0;
}

.zj-swiper .swiper-slide .none p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  text-align: center;
}

.zj-swiper .swiper-slide .none p:last-child {
  font-size: 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 .625rem;
  box-sizing: border-box;
}

.zj-swiper .swiper-slide .none i {
  width: 1.25rem;
  height: .25rem;
  display: block;
  background-color: #fff;
  margin: .5rem auto;
}

.zj-swiper .swiper-pagination {
  right: 6.25rem;
  top: -4.25rem;
  display: flex;
  align-items: center;
}

.zj-swiper .swiper-pagination-bullet-active {
  width: .9375rem;
  height: .9375rem;
}

.zj-swiper .swiper-slide:hover .none {
  display: block;
}

.zj-swiper .swiper-slide:hover a>p {
  display: none;
}

.foot {
  background-image: url('../images/foot-bg.png');
  background-color: #404040;
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
}

.foot-top {
  padding-bottom: 2.5rem;
  border-bottom: .0625rem solid #555555;
}

.foot-top .left img {
  max-width: 100%;
  width: 26.75rem;
  height: 6.125rem;
}

.foot-top,
.foot-top .right .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot-top .right>p {
  margin-bottom: .9375rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.5rem;
}

.foot-top .right>p>span {
  font-size: 1.125rem;
  color: #FFFFFF;
  opacity: 0.5;
}

.foot-top .right .box>div {
  position: relative;
  cursor: pointer;
  width: 16.5rem;
  height: 3.4375rem;
  padding: .9375rem;
  border: .0625rem solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  font-size: 1rem;
  box-sizing: border-box;
}

.foot-top .right .box>div:nth-child(2n) {
  margin: 0 1rem;
}

.foot-top .right .box p {
  position: relative;
  width: 100%;
}

.foot-top .right .box>div>p::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1rem;
  height: .5625rem;
  background-image: url('../images/arr-bottom.png');
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.link {
  display: none;
  width: 100%;
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 3.4375rem;
  z-index: 99;
}

.link a {
  color: #000;
  display: block;
  width: 100%;
  padding: .625rem;
  border-bottom: .0625rem solid #C9C9C9;
  box-sizing: border-box;
  font-size: .875rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.link a:hover {
  color: #fff;
  background-color: #1593D3;
}

.foot-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.375rem;
  padding-bottom: 3.25rem;
  border-bottom: .0625rem solid #555555;
}

.foot-center i {
  display: block;
  width: .0625rem;
  height: 3.125rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.foot-center li {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}

.foot-center ul:nth-child(3) {
position:relative;
  width: 26.5625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 5.5rem;
}
.foot-center ul:nth-child(3)>li:nth-child(1){
  position: absolute;
    left: -5.5rem;
}
.foot-center ul:nth-child(3) a {
  display: block;
  min-width: 5.5rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #FFFFFF;
  line-height: 2.25rem;
}

.foot-center li img {
  width: 6.25rem;
  height: 6.25rem;
}

.foot-center ul:last-child p {
  font-size: .875rem;
}

.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-bottom p,
.foot-bottom a {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #E4E4E4;
  line-height: 2.25rem;
  margin-top: 2.25rem;
}

.header-top .menu {
  display: none;
  align-items: center
}

.menu>img {
  display: none;
  cursor: pointer;
}

.menu-button {
  /* display: none; */
  padding: .9375rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bar {
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
  background-color: #DBDCDE;
  border-radius: .625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: .625rem;
  -o-border-radius: .625rem;
}

.cross .bar:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);

}

.menu-button .bar:nth-of-type(1) {
  margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
  margin-bottom: 0px;
}

.cross .bar:nth-of-type(3) {
  transform: translateY(-2px) rotate(45deg);
  -webkit-transform: translateY(-2px) rotate(45deg);
  -moz-transform: translateY(-2px) rotate(45deg);
  -ms-transform: translateY(-2px) rotate(45deg);
  -o-transform: translateY(-2px) rotate(45deg);
}

.cross .bar:nth-of-type(2) {
  opacity: 0;
}

.phone-menu {
  display: none;
  padding: 1.25rem;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 6rem;
  z-index: 999;
  background-color: rgba(3, 57, 143, .9);
  padding-bottom: 6.25rem;
}

.phone-menu ul li a {
  color: #fff;
}

.phone-menu ul>li>a {
  font-size: 1.25rem;
}

.phone-menu ul li .op {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}

.phone-menu ul li .op a {
  width: 100px;
  text-align: center;
  display: block;
  padding: .625rem .875rem;
  background-color: #1593D3;
  margin-bottom: .625rem;
  margin-right: .625rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.phone-menu ul li .op a:hover {
  background-color: #fff;
  color: #134799;
}

.phone-menu>img {
  display: none;
  float: right;
  width: 1.25rem;
  cursor: pointer;
}

.phone-search {
  display: flex;
}

.phone-search {
  width: 25rem;
  height: 2.5rem;
  border: 1px solid #fff;
}

.phone-search input {
  width: 80%;
  outline: none;
  border: 0;
  padding-left: 20px;
}

.phone-search div {
  cursor: pointer;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}

::-webkit-scrollbar {
  width: 5px;
  /* 滚动条宽度 */
}

::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  /* 滚动条背景颜色 */
}

::-webkit-scrollbar-thumb {
  background-color: rgba(3, 57, 143, .9);
  /* 滚动条拖动块颜色 */
}

.video-box {
  display: none;
  padding: 1.875rem;
  box-sizing: border-box;
  top: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
}

.video-box div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.video-box img {
  float: right;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
}

.video-box video {
  /* width: 100%; */
  /* height: 50%; */
}

/* 关于协会 */
.gyxh {
  background-color: #F5F5F5;
}

.gyxh .max {
  position: relative;
  top: -5rem;
  min-height: 50rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;

}

.gyxh .max .img {
  position: absolute;
  right: -2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-image: url('../images/Right-arrow\ .png');
  background-size: 100% 100%;
}

.gyxh .max .img.active {
  background-image: url('../images/Left-arrow\ .png');
}

.gyxh .left {
  width: 20%;
  max-width: 20rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gyxh .left ul {
  height: 100%;
  padding: 0 1.25rem;
  box-sizing: border-box;
  background-color: #EDEEF2;
}

.gyxh .left p {
  background-color: rgba(3, 57, 143, .8);
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.875rem;
  color: #F5F5F5;
  line-height: 5rem;
  padding: 0 3.125rem;
  height: 5rem;
}

.gyxh .left p::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 2rem;
  height: 2.25rem;
  background-image: url('../images/gyxh-item.png');
  background-size: 100% 100%;
  margin-right: .8125rem;
}

.gyxh .left li {
  position: relative;
  padding: 0 3.25rem;
}

.gyxh .left li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  border-bottom: .0625rem solid #1593D3;
  width: 0%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gyxh .left li:hover::after,
.gyxh .left li.active::after {
  width: 100%;
}

.gyxh .left li:hover a,
.gyxh .left li.active>a {
  color: #1593D3;
}

.gyxh .left li a {
  transition: all .6s;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.25rem;
  color: #333333;
  font-family: SourceHanSansCN;
  font-weight: 400;
  line-height: 4.375rem;
  border-bottom: .0625rem solid #D5D7DE;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gyxh .right {
  width: 80%;
}

.gyxh .wz {
  background-color: rgba(21, 147, 211, 0.8);
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 3.125rem;
}

.gyxh .wz p,
.gyxh .wz p>a {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .875rem;
  color: #FFFFFF;
  line-height: 2.25rem;
  margin: 0;
}

.gyxh .wz p:first-child {
  font-weight: bold;
  font-size: 1.5rem;
}

.gyxh .gyxh-cont {

  padding: 4.375rem;

  background-color: #fff;
  height: 100%;
  padding-top: 3rem;
}

.gyxh .gyxh-cont p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.125rem;
  color: #333333;
  line-height: 2.25rem;

}

.gyxh .gyxh-cont p.titles {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0;
}

.gyxh .gyxh-cont p img {
  max-width: 100%;
}

.banner>img {
  width: 100%;
  min-height: 12.5rem;
  object-fit: cover;
}

< !--.xhld ul {
  -->< !-- display: flex;
  -->< !-- justify-content: space-between;
  -->< !-- align-items: center;
  -->< !-- flex-wrap: wrap;
  -->< !--
}

-->.xhld ul li {
  display: inline-block;
  margin-right: 1.125rem;
  margin-bottom: 2.5rem;
  width: 16.125rem;
  height: 21.4375rem;
}

.xhld ul li a {
  display: block;
  width：100%； height: 100%;
  background-color: #00BBF4;
  position: relative;
  margin-bottom: .5rem;

}

.xhld ul li p:nth-child(2) {
  font-weight: bold;
}

.xhld ul li p:last-child {
  min-height: 48px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xhld ul li a img {
  width: 100%;
  height: 100%;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xhld ul li a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.xhld ul li a p {
  height: 3rem;
  line-height: 3rem !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 !important;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  color: #fff !important;
  text-indent: 0 !important;
}


.fzjg-list td a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 0 1.75rem;
  font-family: SourceHanSansCN;
  font-weight: 700;
  font-size: 1.125rem;
  color: #325EA9;
  /* line-height: 5rem; */
  height: 5rem;
  position: relative;
  display: flex;
  align-items: center;
}

.fzjg-list table {
  margin: auto;
  width: 56.3125rem;
  border-collapse: collapse;
  border: .0625rem solid #EEEEEE;
}
.fzjg-list tr:nth-child(2n-1) {
  background-color: #F9FBFE;
}

.fzjg-list td {
  white-space: normal;
  /* 允许内容换行 */
  line-height: 1.2;
}

.fzjg-list td a::before {
  content: "";
  display: inline-block;
  width: .1875rem;
  height: 1.25rem;
  background-color: #006CBD;
  margin-right: .625rem;
  vertical-align: middle;
}

.fzjg-list td a::after {
  content: "";
  display: inline-block;
  width: .6875rem;
  height: 1.25rem;
  background-image: url('../images/swiper-arr-active.png');
  background-size: 100% 100%;
  margin-right: .625rem;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

/* 协会章程 */
.gyxh .xhzc-list .active {
  background-image: url('../images/xhzc-item1.png');
  color: #FFFFFF !important;
}

.gyxh .xhzc-list li {
  margin-bottom: .5625rem;

}

.gyxh .xhzc-text {
  border: .0625rem solid #006CBD;
  padding-bottom: 1.8125rem;

}

.gyxh .xhzc-list li>p {
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 3.8125rem;
  font-family: SourceHanSansCN;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  line-height: 3.8125rem;
  background-color: #F4F4F4;
  margin-bottom: 0;
}

.gyxh .xhzc-list li>p::before {
  content: "";
  width: .1875rem;
  height: 1.25rem;
  background-color: #006CBD;
  display: inline-block;
  vertical-align: middle;
  margin-right: .625rem;
}

.gyxh .xhzc-list li>p::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #006CBD;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.125rem .6875rem;
  background-image: url('../images/xhzc-arr.png');
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.gyxh .xhzc-list .active::after {
  background-image: url('../images/xhzc-arr-active.png');
  background-color: #fff;

}

.gyxh .xhzc-list li p {
  text-indent: 0;
  padding: 0 1.5625rem;
}

.gyxh .xhzc-list li:nth-child(1) .xhzc-text {
  display: block;
}

.gyxh .xhzc-list .xhzc-text>p {
  font-family: SourceHanSansCN;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.875rem;
}

.gyxh .xhzc-list .xhzc-text>p span {
  font-weight: bold;
}

.gyxh .xhzc-list .xhzc-text {
  display: none;
}

/* 通知公告 */
.gyxh .tzgg-list {
  padding: 1.375rem 3.1875rem;
}

.gyxh .tzgg-list li {
  display: flex;
  align-items: center;
  padding: 0 1.375rem;
  border-bottom: .0625rem dotted #B0B0B0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gyxh .tzgg-list li>a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  line-height: 5rem;
}

.gyxh .tzgg-list li:hover {
  background-color: #F2F7FC;
}


.gyxh .tzgg-list li:hover>a p:nth-child(1) {
  color: #3968A9 !important;
}

.gyxh .tzgg-list li>a p:first-child {
  max-width: 60.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gyxh .tzgg-list li a P:last-child {
  color: #777777;
  width: 5rem;
}

.gyxh .tzgg-list li::before {
  content: "";
  width: .3125rem;
  height: .3125rem;
  background-color: #0F7DDB;
  display: inline-block;
  vertical-align: middle;
  margin-right: .625rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.gyxh .tzgg-list li>a p {
  margin-bottom: 0;
  text-indent: 0;

}

.pages ul {
  display: flex;
  justify-content: center;
  margin-top: 3.4375rem;
}

.pages ul a {
  background-color: #E8E8E8;
  width: 4.625rem;
  height: 3.375rem;
  line-height: 3.375rem;
  text-align: center;
  font-size: 1rem;
  color: #666666;
  margin-right: .0625rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.pages ul a:hover {
  color: #fff;
  background-color: #03398F;

}

.pages ul a.curr {
  color: #fff;
  background-color: #03398F;
}

.pages ul .active {
  color: #fff;
  background-color: #03398F;
  background-image: none;
}

/* 新闻公告 */
.gyxh .xwgg-list {
  padding: 4.375rem 3.1875rem;
}

.xwgg-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6875rem .9375rem;
  border-bottom: .0625rem dotted #B0B0B0;
  transition: all .6s;
}

.xwgg-list li a .date {
  max-width: 70px;
  width: 10%;
  height: 5rem;
  border: .0625rem solid #C9C9C9;
  padding: .5625rem 0;
  box-sizing: border-box;
  transition: all .6s;
}

.xwgg-list li a .date p {
  text-align: center;
  font-family: SourceHanSansCN;
  font-size: 1.875rem;
  color: #555555;
  line-height: 1.5rem;
  text-indent: 0;
  margin-bottom: 0;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xwgg-list li a .date p:first-child {
  font-weight: bold;
  margin-bottom: 1rem;
}

.xwgg-list li a .date p:last-child {
  font-size: .875rem;
}

.xwgg-list li a .text {
  width: 80%;
  margin: 0 1.25rem;
}

.xwgg-list li a .text p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.8rem;
  margin-bottom: 0;
  text-indent: 0;
  transition: all .6s;

}

.xwgg-list li a .text p:first-child {
  font-weight: bold;
  max-width: 51.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.xwgg-list li a .text p:last-child {
  font-size: .875rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xwgg-list li a img {
  width: 13.6875rem;
  height: 8.625rem;
  object-fit: contain;
}

.xwgg-list ul li a:hover {
  background-color: #F2F7FC;
}

.xwgg-list ul li a:hover .date {
  background-color: #03398F;
}

.xwgg-list ul li a:hover .date p {
  color: #fff;
}

.xwgg-list ul li a:hover .text p:first-child {
  color: #03398F;
}

/* 协会新闻 */
.xhxw .max {
  top: -5.5417vw;
}

.xhxw-cont {
  width: 100%;
  background-color: #fff;
  padding: 2.8125rem 3.125rem;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.xhxw .xhxw-left {
  width: 62.5rem;
}

.xhxw-left h1 {
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.875rem;
  color: #333333;
  line-height: 1.875rem;
  margin-bottom: 2.5rem;
  text-indent: 2em;
}

.xhxw-left .time {
  padding-bottom: 1.625rem;
  border-bottom: .0625rem solid #E4E4E4;
}

.xhxw-left .time,
.xhxw-left .time>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xhxw-left .time p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: 1rem;
  color: #A3A3A3;
  line-height: 2.25rem;
}

.xhxw-left .time>div:first-child p {
  display: flex;
  align-items: center;
  margin-right: 2.25rem;
}

.xhxw-left .time>div:first-child p:first-child::before {
  content: "";
  background-image: url('../images/0time.png');
  background-size: 100% 100%;
  width: .875rem;
  height: .875rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4375rem;
}

.xhxw-left .time>div:first-child p:last-child::before {
  content: "";
  background-image: url('../images/yan.png');
  background-size: 100% 100%;
  width: 1.125rem;
  height: .75rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: .4375rem;
}

.xhxw-left .time>div:last-child p:not(.xhxw-left .time>div:last-child p:first-child) {
  cursor: pointer;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: .375rem;
  border: .0625rem solid #E0E0E0;
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 2.1875rem;
}

.xhxw-left .cont {
  width: 58.375rem;
  /* height:80%; */
  margin-top: 1rem;
}


.xhxw-left .cont p {
  font-family: SourceHanSansCN;
  font-weight: 400;
  /* font-size: 1.125rem; */
  color: #333333;
  line-height: 2.25rem;
  < !--margin-bottom: 4.375rem;
  -->
}

.xhxw-left .cont>p {
  < !--margin: 2.6875rem 0;
  -->
}

.xhxw-right {
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xhxw-right>div {
  width: 26.25rem;
  background-color: #F3F3F3;
  padding: 1.4375rem 1.75rem;

  box-sizing: border-box;
  margin-bottom: 1.25rem;
}

.xhxw-right>div p:first-child {
  font-weight: bold;
  margin-bottom: 1.125rem;
}

.xhxw-right>div p {
  font-family: SourceHanSansCN;
  font-size: 1.5rem;
  color: #333333;
  line-height: 1.875rem;
}

.xhxw-right>div p:nth-child(2) {
  font-size: 1.125rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xhxw-right>div p:last-child {
  font-size: 1rem;
  color: #969696;
}

.xhxw-right>div:last-child {
  padding: 0;
  cursor: pointer;
  width: 26.25rem;
  background-color: #03398F;
  font-weight: 400;
  font-size: 1.375rem;
  color: #FFFFFF;
  line-height: 1.875rem;
  text-align: center;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.xhxw-right>div:last-child a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.625rem;
  height: 1.6875rem;
  background-image: url('../images/back.png');
  background-size: 100% 100%;
  margin-right: .8125rem;
}

.xhxw-right>div a {
  box-sizing: border-box;
  padding: 1.4375rem 1.75rem;
  display: block;
  width: 100%;
  /* height: 100%; */
  color: #FFFFFF;
}

.xhxw-right>div:last-child:hover {
  background-color: #1593D3
}

.xhxw-banner img {
  min-height: 12.5rem;
  object-fit: cover;
}

/* 会员风采 */
.gyxh .hyfc-list {
  padding: 3.125rem;
}

.gyxh .hyfc-list>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.gyxh .hyfc-list ul li a {
  display: block;
  width: 22.5rem;
  margin-bottom: 2.3125rem;
  background-color: #F3F3F3;
  padding-bottom: 2.5rem;
  transition: all .6s;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
}

.gyxh .hyfc-list ul li a:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.gyxh .hyfc-list ul li a img {
  width: 100%;
  height: 12.375rem;
  transition: all .6s;
}

.gyxh .hyfc-list ul li a h1 {
  margin: 0 1.8125rem;
  max-width: 22.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: SourceHanSansCN;
  font-weight: bold;
  font-size: 1.125rem;
  color: #333333;
  padding: 1.0625rem 0;
  border-bottom: .0625rem solid #CDCDCD;
}

.gyxh .hyfc-list ul li a p {
  margin: 0 1.8125rem;
  text-indent: 0;
  margin-bottom: 0;
  font-family: SourceHanSansCN;
  font-weight: 400;
  font-size: .875rem;
  color: #545454;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xhxw-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 0;
  border-bottom: .0625rem solid #E4E4E4;
  flex-wrap: wrap;
}

.xhxw-top .left {
  width: 100%;
  max-width: none;
  border-right: 1px solid #ccc;
  padding-left: 2rem;
  position: static !important;
  transform: translate(0) !important;
  /* box-sizing:border-box; */
}

.xhxw-top .left ul {
  height: auto;
  padding: 0;
  background-color: transparent;
}

.xhxw-top .left ul,
.xhxw-top .right ul {
  color: #2f2a2c;
  line-height: 30px;
}

.xhxw-top .left ul li {
  padding: 0;
}

.xhxw-top .left ul li::after {
  display: none;
}

.xhxw-top .left ul li:hover {
  border: 0;
}

.xhxw-top ul li {
  font-size: 1.125rem;
  line-height: 30px;

  font-weight: 400
}

.xhxw-top ul li:nth-child(1) {
  font-weight: bold;

}

.xhxw-top .right ul li {
  < !--padding-left: 2rem;
  -->
}

.xhxw-top .right,
.xhxw-top .left {
  width: max-content;

}

.xhxw-top .left {
  min-width: 48%;
}

.xhxw-cent {
  width: 100% !important;
  border-bottom: .0625rem solid #E4E4E4;
  margin-top: 0 !important;
  padding: 3rem 0;
  padding-left: 2rem;
  box-sizing: border-box;
}

.xhxw-bottom {
  padding: 3rem 0;
  padding-left: 2rem;
}

.xhxw-bottom p {
  font-size: 1.125rem;
  line-height: 30px;
  font-weight: bold;


}




/* 入会申请 */
.gyxh .rhsq-list {
  padding: 3.125rem;
}

.rhsq-list .from {
  display: flex;
  flex-wrap: wrap;
}

.rhsq-list .from p.titles {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 2rem 0;
}

.rhsq-list .from input {
  padding-left: .625rem;
}

.rhsq-list .from label {
  text-align: right;
  width: 45%;
  margin-bottom: .625rem;
}

.rhsq-list .from label.sex {
  text-align: center;
}

.rhsq-list .from label.sex span {
  margin-left: -0.9375rem;

}

.rhsq-list .from .required span::before {
  content: "*" !important;
  display: inline-block;
  color: red;
}

.rhsq-list label span,
.rhsq-list span {
  color: #868686;
  font-size: 1.125rem;
  margin: 0;
}

.rhsq-list .from label input[type='text'],
.rhsq-list .yan input {
  width: 18.75rem;
  height: 2.5rem;
  border: .0625rem solid #B9B9B9;
  border-radius: .125rem;
}

.rhsq-list .layui-form-radioed * {
  color: #0377FF !important;

}

.rhsq-list .layui-form-radio * {
  margin: 0;
}

.layui-form-radio {
  margin: 0 !important;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #0377FF !important;
}

.rhsq-list .layui-form-radio>i {
  font-size: 1.375rem;
}

.rhsq-list .layui-form-radio div {
  color: #868686 !important;
  font-size: 1.125rem;
}

.layui-form-checkbox span {
  height: auto !important;
}

.rhsq-list label img {
  width: 6.25rem;
  height: 2.5rem;
  object-fit: contain;
}

.rhsq-list .radio,
.rhsq-list .checkbox {
  margin-left: 5.875rem;
}

.rhsq-list .checkbox span {
  display: block;
  margin-bottom: 2rem;
}

.rhsq-list .checkbox label {
  display: inline-block;
  width: 48%;
}

.rhsq-list .checkbox label span {
  margin-bottom: 1.25rem;
  height: 1% !important;
}

.rhsq-list .radio label span::before {
  content: "";
}

.rhsq-list .checkbox {
  margin-left: 7.875rem;
  margin-top: 1.875rem;
}

.rhsq-list .jy {
  margin-left: 6.5rem;
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.rhsq-list .jy textarea {
  width: 34.375rem;
  height: 6.375rem;
  padding: 1.25rem 1.25rem;
  font-size: 16px;
}

.rhsq-list .jy span:last-child {
  width: 19.6875rem;
  margin-left: 1.875rem;
  line-height: 1.875rem;
}

.rhsq-list .miao {
  margin-left: 8.8rem;
}

.rhsq-list .yan {
  margin-left: 6.5rem;
}

.rhsq-list .no>span::before {
  content: "" !important;
}

.rhsq-list .sub {
  display: flex;
  justify-content: center;
  margin-top: 4.125rem;
  margin-bottom: 7.5rem;
}

.rhsq-list .sub>div {
  cursor: pointer;
  width: 18.125rem;
  height: 4.0625rem;
  border: .0625rem solid #03398F;
  font-family: SourceHanSansCN;
  font-weight: 700;
  font-size: 1.5rem;
  color: #03398F;
  line-height: 4.0625rem;
  text-align: center;
  margin-right: 1.25rem;
  border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -ms-border-radius: .3125rem;
  -o-border-radius: .3125rem;
}

.rhsq-list .sub .active {
  background-color: #03398F;
  background-image: none;
  color: #fff;
}

.rhsq-list img {
  width: 100%;
  height: 1.875rem;
  object-fit: cover;
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #0377FF !important;
  background-color: #0377FF !important;
}

.layui-form-checkbox[lay-skin=primary] span {
  color: #868686 !important;
}

.sp .video p {
  position: absolute;
  bottom: 0;
  height: 1.875rem;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  color: #fff;
  line-height: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 1.25rem;
  box-sizing: border-box;
}

.sp li {
  margin-top: 1.875rem;
}

.sp ul {
  padding-bottom: 1.875rem;
}

.layui-layer {
  top: 50% !important;
}
/* 
.logins{
  padding: 2.5rem 0;
}
.logins h3{
  font-size: 2rem;
  margin-bottom: 1.875rem;
}
.logins .max{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.logins .max .layui-form{
  width: 70%;
}
.logins .max .layui-form label{
  display: inline-block;
  width: 48%;
  text-align: right;
  margin-bottom: 1.25rem;
}
.logins .max .layui-form label span{
  color: #868686;
    font-size: 1.125rem;
    margin: 0;
    margin-right: .625rem;
}
.logins .max .layui-form label span::before {
  content: "*" !important;
  display: inline-block;
  color: red;
}
.logins .max .layui-form label input{
  height: 2.5rem;
  width: 60%;
  border: .0625rem solid #B9B9B9;
  padding-left: 1.25rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.logins .max .layui-form label.m{
  display: flex;
  align-items: center;
  justify-content: flex-end
}
.logins .max .layui-form label.m input{
  width: 30%;
}
.logins .max .layui-form label.m  img {
  width: 6.25rem;
  height: 2.5rem;
  object-fit: contain;
}
.logins .max .layui-form .active{
  width: 30%;
  height: 2.8125rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1593D3;
  color: #fff;
  text-align: center;
} */

.logins{
display: none;
  /*  */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
}

.logins .max{
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}
.logins .max .forms{
  position: relative;
  overflow: hidden;
  width: 42rem;
  height: max-content;
  background-color: #1593D3;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
}
.logins .forms>img {
  cursor: pointer;
  width: 2.0625rem;
  height: 2.0625rem;
  position: absolute;
  right: 1.25rem;
  top: .625rem;
}
.logins .max .forms h3{
  font-weight: 500;
    font-size: 2.25rem;
    color: #FFFFFF;
    text-align: center;
    height: 5rem;
    padding-top: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/login-bg.png');
    background-repeat: no-repeat;
    
    background-position-x: 1.25rem;
    background-position-y: 1.25rem;
    background-size: 14.5rem 9.25rem;
}
.logins .max .forms .layui-form{
  background-color: #fff;
  height: 90%;
  border-radius: 20px 20px 20px 20px;
  padding: 3.5625rem 3.75rem;
}
.logins .max .forms .layui-form label{
  width: 100%; 
  display: block;
  height: 4.6875rem;
  overflow: hidden;
    margin-bottom: 2.5rem;
    border-radius: 20px 20px 20px 20px;
}
.logins .max .forms .layui-form label input{
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding-left: 1.8125rem;
  background: rgba(0, 0, 0, .08);
}
.logins .max .forms .layui-form label input::placeholder{
  font-weight: 400;
    font-size: 1.125rem;
    color: #8A8A8A;
}
.logins .max .forms .layui-form label.m {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, .08);
}
.logins .max .forms .layui-form label.m input{
  width: 90%; 
  background: none;
}
.logins .max .forms .layui-form label.m  img{
  width: 25%;
  height: 100%;
}
.logins .max .forms .layui-form label.m .verifyCode{
  width:20%;
  height:100%;
  display: flex;
  align-items: center;
  background-color:#1593D3;
  justify-content: center;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
.logins .max .forms .layui-form .submit{
  cursor: pointer;
    width: 7.75rem;
    height: 7.75rem;
    margin: 0 auto;
    background: #03398F;
    border-radius: 50%;
    font-weight: 400;
      font-size: 1.875rem;
      color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.fo .right img{
  width: 4.8125rem;
  height: 2.25rem;
  cursor: pointer;
}
.fo .header-top{
  justify-content: space-around
}
.fo+.banner .text{
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.fo+.banner .text h3{
  font-weight: bold;
    font-size: 2.25rem;
    color: #FFFFFF;
    text-align: center;
}
.fo+.banner .text p{
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.form .max{
  padding: 4.5rem 0;
  position: relative;
  margin-top: -12.25rem;
  background: linear-gradient(to bottom, rgba(3, 57, 143, 0.8) 0%, rgba(3, 57, 143, 0) 50%);
}
.form .max .cont{
  padding: 0 5.5rem;
  box-sizing: border-box;
}
.form .max .cont ul{
  display: flex;

  justify-content: space-between;
  align-items: center
}
.form .max .cont ul li a{
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.8);
    width: 16.1875rem;
    height: 5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px 8px 8px 8px;
}
.form .max .cont ul li.active a{
  color: #333333;
  background: #FFFFFF;
}
.form .max .cont ul li a::after{
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 50%;
    display: block;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0px solid #fff;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.form .max .cont ul li.active.on a::after{
  border-top: 10px solid #fff;
}
.form .max .cont ul li a::before {
  content: "01";
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 3.1875rem;
    height: 3.1875rem;
    background-image: url('../images/form-text-bg.png');
    background-size: 100% 100%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
.form .max .cont ul li:nth-child(3) a::before{
  content: "02";
}
.form .max .cont ul li:nth-child(5) a::before {
  content: "03";
}
.form .max .cont ul li:nth-child(7) a::before {
  content: "04";
}
.form .max .cont ul img{
  width: .8125rem;
    height: 1.375rem;
}
.form .max .conts{
  padding: 2.5rem 4.25rem;
  background-color: #fff;
  margin-top: 2.8rem;
  box-shadow: 0 0 29px -16px #aaa;
}
.form .max .conts .form-title img{
  cursor: pointer;
  width: 100%;
  margin-bottom: 1.875rem;
}
.form .max .conts .layui-form,.form .max .conts.upload{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form .max .conts.upload{
  flex-direction:column;
}
.form .max .conts .layui-form label{
  display: flex;
  align-items: center;
  width: 49%;
  height: 3.875rem;
  padding: 0 .625rem;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
    border: 1px solid #03398F;
  
    margin-bottom: 1.875rem;
}
.form .max .conts .layui-form .sex label{
  width:max-content;
  border: 0;
  height: max-content;
  margin-bottom: 0;
}

.form .max .conts .layui-form label.textarea,.form .max .conts .layui-form label.upload{
width:100%;
  border:0;
  height:auto;
  display: flex;
  flex-direction: column;
}
.form .max .conts .layui-form label.upload span{
   margin-bottom:1.125rem;
}
.form .max .conts .layui-form label.textarea span{
  margin-bottom:1.125rem;
  text-align:left;
  display:flex;
  width:100%;
}
.form .max .conts .layui-form label.textarea textarea{
 border-radius: 8px 8px 8px 8px;
    border: 1px solid #03398F;
  width:100% !important;
  height:250px !important;
  padding: 10px;
  margin-bottom:1.125rem;
}
.form .max .conts .layui-form label.upload{
  width:100%;
}
.form .max .conts .layui-form label span{
  
  font-weight: 500;
    font-size: 1.2rem;
    color: #333333;
}
.form .max .conts .layui-form label input{
  width: 80%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 1.125rem;
}
.form .max .conts .layui-form .yan{
  justify-content: space-between;
}
.form .max .conts .layui-form .yan input{
  width: 70% !important;
}
.form .max .conts .layui-form label img{
  width: 15%;
  height: 100%;
}
.form .max .conts .layui-form label .layui-input-block{
  width: 87%;
  margin: 0;
  height: 100%;
}
.form .max .conts .layui-form .layui-form-select dl dd.layui-this{
  background-color: #1593D3;
}
.form .max .conts .layui-form .layui-form-select .layui-edge{
  border-width: 10px !important;
}
.form .max .conts .layui-form label input::placeholder{
font-weight: 400;
  font-size: 1.25rem;
  color: #ADADAD;
}
.form .max .conts .layui-form .sub{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
.form .max .conts .layui-form .sub div,.upload button,.sc a{
  border: 0;
    width: 15.75rem;
    cursor: pointer;
    height: 4.75rem;
    background: #1593D3;
    border-radius: 38px 38px 38px 38px;
    font-weight: 400;
      font-size: 1.875rem;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
    -webkit-border-radius: 38px 38px 38px 38px;
    -moz-border-radius: 38px 38px 38px 38px;
    -ms-border-radius: 38px 38px 38px 38px;
    -o-border-radius: 38px 38px 38px 38px;
}
.form .max .conts .layui-form .sub div{
  margin-left: 1.25rem;
  
}
<!--.form .max .conts .layui-form .sub div:last-child{-->
<!--  background: #03398F;-->
<!--  margin-left: 1.25rem;-->
  
<!--}-->
<!--.form .max .conts .layui-form .sub div:last-child a{-->
<!--  font-weight: 400;-->
<!--    font-size: 1.875rem;-->
<!--    color: #FFFFFF;-->
<!--}-->
.form .max .conts.upload .layui-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.25rem 0;
}
.form .max .conts.upload img{
  width: 21.125rem;
  height: 17.5625rem;
  cursor: pointer;
}
.form .max .conts.upload button{
  margin-top: 2.5rem;
}
.form .max .conts.sh{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6.25rem 0;
}
.form .max .conts.sh img{
  width: 9rem;
  height: 9rem;
  margin: 0 auto;
}
.form .max .conts.sh h3{
  font-weight: bold;
    font-size: 1.875rem;
    color: #333333;
    text-align: center;
    margin: .625rem 0;
}
.form .max .conts.sh p{
  font-weight: 400;
    font-size: 1.5rem;
    color: #888888;
    text-align: center;
}



.table{
  position: fixed;
  top: 100%;
  padding: 1.875rem 0;
  overflow: auto;
 
}
.table::-webkit-scrollbar {
  height: 6px;
}
.table .max{
  text-align: center;
}
.table #infoTable{
  width: 100%;
  border: 1px solid #ccc;
}
.table #infoTable th{
  font-size: 1.125rem;
  color: #333333;
  padding: .625rem;
}
.table #infoTable td{
  font-size: 1rem;
  color: #333333;
  padding: .625rem;
  text-align: center;
}
.table h3{
  text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.25rem;
}
.table p {
    font-size: 1.125rem;
    text-align: right;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.table button{
  width: 15%;
  height: 2.125rem;
  margin: 0 auto;
  background-color: #1593D3;
  border: 0;
  color: #fff;
  margin-top: 1.875rem;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
}
.btns .from label.sex{
  text-align: right;
}
.form .max .conts.sc img{
  width: 25rem;
  height: 37.5rem;
  margin-bottom: 2.5rem;
}

.zjks{
  padding: 3.5rem;
  background-color: #fff;
}
.zjks h3{
  font-weight: bold;
  font-size: 1.875rem;
  color: #333333;
  text-align: center;
  margin-bottom: 1.875rem;
}
.zjks>ul{
  margin: 0 -0.625rem;
}
.zjks>ul li{
  width: calc(100% / 3);
  padding: 0 .625rem;
  box-sizing: border-box;
  float: left;
}
.zjks>ul li.active a,.zjks>ul li:hover a{
  color: #fff;
  background-color: #03398F;
}
.zjks>ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.0625rem;
  border-radius: 8px 8px 8px 8px;
  background-color: #E6EFFC;
  font-weight: 500;
    font-size: 1.5rem;
    color: #444D59;
    transition: all .6s;
}
.zjks>ul li a::after{
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    transition: all .6s;
    border-left: .9375rem solid transparent;
    /*左侧透明边框*/border-right: .9375rem solid transparent;
    border-top: .5rem solid #03398F;
    opacity: 0;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.zjks>ul li.active a::after,.zjks>ul li:hover a::after{
  opacity: 1;
}
.clear::after,.clear::before{
  content: "";
  display: block;
  clear: both;
}
.zjks .input{
    width: 32.25rem;
    margin: 2.5rem auto;
    height: 3.125rem;
    background: #FFFFFF;
    border-radius: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
    border: 1px solid #03398F;
    -webkit-border-radius: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
    -moz-border-radius: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
    -ms-border-radius: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
    -o-border-radius: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
    overflow: hidden;
}
.zjks .input:placeholder{
  font-weight: 400;
    font-size: 1.125rem;
    color: #979797;
}
.zjks .input input{
  width: 90%;
  height: 100%;
  border: 0;
  outline: none;
  padding-left: 1.25rem;
}
.zjks .input img{
  cursor: pointer;
  width: 10%;
  max-width: 1.75rem;
  height: 1.75rem;
}

.zjks .listss ul{
  margin: 0 -1.25rem;
  margin-bottom: 5.5rem;
}
.zjks .listss ul li{
  width: calc(100% / 4);
  padding: 0 1.25rem;
  float: left;
  box-sizing: border-box; 
}
.zjks .listss ul li img{
  /* width: 16.125rem; */
  width: 100%;
    height: 21.4375rem;
}
.zjks .listss ul li h3{
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  text-align: left;
  display: flex;
  align-items: center;
}
.zjks .listss ul li h3 span,.zjks .listss ul li p{
  font-size: 1.125rem;
  color: #B2B2B2;
  margin: 0; 
}

.tables{
 
  top: 100%;
  padding: 1.875rem 0;
  overflow: auto;
   position: fixed;
}


.tables .titles{
  text-align: center;
  font-size: 2.1rem;
  margin-bottom:.8rem;
  font-weight:bold;
  }

.tables table,.tables .z{
  width: 85%;
  margin:auto;
    border-collapse: collapse;
}
.tables .max{
  padding: 1.25rem;
  
}
.tables  h3{
font-size:26px;
  width: 85%;
  margin:auto;
  font-weight:bold;
}
.tables table td{
  width:11.25rem;
  text-align: center;
  height: 3.75rem;
  padding: 1.25rem 0;
  font-size:1.125rem;
  font-size:22px;
}

.tables table td.titles{
  font-size: 1.975rem;
  font-weight: bold;
  padding: 2rem 0;
}
.tables table td.titles span{
  font-size: 1.125rem;
  color: #000;
}
.tables table td.cont{
  min-height: 1rem;
  padding: 1.25rem;
  text-align: left;
  text-indent:2em;
}
.tables table td input[name='sex']{
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-right: .9375rem;
}
.tables table td.radio .ra{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
}
.tables table td.yjs{
  width:50%;
  padding: 3.8rem 1.125rem;
}
.tables table td.yjs p{
  text-align: left;
  font-size: 1.125rem;
  font-size:22px;
  margin-bottom: .9375rem;
}
.tables table td .yj{
  height: 3.125rem;
}
.tables .z{
  font-size: 18px;
  color: #aaa;
}






