/* CSS Document */
/* CSS Document */
.ad_01 {
  width: 100%;
  overflow: hidden;
  font-size: 0.3rem;
  color: #222;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.ad_02 {
  width: 100%;
  overflow: visible;
}

.ad_02 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.2rem;
  grid-row-gap: 0.3rem;
}

.ad_02 ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 0.2rem;
}

.ad_02 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(rgb(222, 232, 255), rgba(255, 232, 255, 0));
  background: -webkit-linear-gradient(rgb(222, 232, 255), rgba(255, 232, 255, 0));
  background: -o-linear-gradient(rgb(222, 232, 255), rgba(255, 232, 255, 0));
  background: -moz-linear-gradient(rgb(222, 232, 255), rgba(255, 232, 255, 0));
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ad_02 ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: url("../images/adw_03.png") 100% 100% #2c4e9d no-repeat;
  background-size: auto 0.8rem;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ad_02 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding-bottom: 0.5rem;
}

.ad_02 ul li .p {
  width: 100%;
  overflow: hidden;
  color: #222;
  font-weight: bold;
  line-height: 1.3;
  font-size: 0.18rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  min-height: 0.702rem;
}

.ad_02 ul li b {
  width: 0.3rem;
  height: 0.3rem;
  background: url("../images/adw_02.png");
  background-size: 100%;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ad_02 ul li:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.ad_02 ul li:hover::before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.ad_02 ul li:hover .p {
  color: #fff;
}

.ad_02 ul li:hover b {
  background-image: url("../images/adw_01.png");
}

.ad_02 ul li:hover {
  -moz-box-shadow: 0 0.24rem 0.4rem rgba(37, 94, 227, 0.28);
  -webkit-box-shadow: 0 0.24rem 0.4rem rgba(37, 94, 227, 0.28);
  box-shadow: 0 0.24rem 0.4rem rgba(37, 94, 227, 0.28);
}

.ad_03 {
  margin-top: 0.3rem;
}

.ad_05 {
  margin-bottom: 0px;
}

.ad_04 {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0.2rem;
  color: #8093bc;
  font-weight: bold;
  padding-bottom: 0.2rem;
  margin-bottom: 0.3rem;
}

.ad_04::before {
  content: "";
  display: block;
  width: calc(100% - 0.26rem);
  height: 0.02rem;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(to right, #d4daee 50%, #fff);
  background: -webkit-linear-gradient(to right, #d4daee 50%, #fff);
  background: -o-linear-gradient(to right, #d4daee 50%, #fff);
  background: -moz-linear-gradient(to right, #d4daee 50%, #fff);
}

.ad_04::after {
  content: "";
  display: block;
  width: 0.26rem;
  height: 0.08rem;
  background: url("../images/adw_04.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.cgjx_01 {
  width: 100%;
  overflow: hidden;
  font-size: 0.2rem;
  color: #222;
}

.cgjx_01 p {
  line-height: 1.3;
}

.cgjx_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
}

.cgjx_02 img {
  width: 100%;
  display: block;
}

.cgjx_03 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: content;
  justify-content: space-between;
}

.cgjx_03 .fl {
  color: #222;
  font-size: 0.24rem;
  line-height: 0.56rem;
}

.cgjx_03 .fr {
  max-width: 80%;
  overflow: hidden;
  position: relative;
}

.cgjx_03 .fr .cgjx03_prev {
  width: 0.21rem;
  height: 100%;
  display: block;
  background: url("../images/adw_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
  z-index: 999;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  cursor: pointer;
}

.cgjx_03 .fr .cgjx03_next {
  width: 0.21rem;
  height: 100%;
  display: block;
  background: url("../images/adw_05.svg") 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: 0%;
  z-index: 999;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  cursor: pointer;
}

.cgjx_03 .fr1 {
  max-width: 80%;
}

.cgjx03_slide {
  width: calc(100% - 0.5rem);
  overflow: hidden;
  margin: 0px auto;
  padding: 0px;
}

.cgjx03_slide .swiper-slide {
  width: 100%;
  overflow: visible;
  text-align: center;
  line-height: 0.56rem;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
}

.cgjx03_slide .swiper-slide span {
  color: #999;
}

.cgjx03_slide .swiper-slide ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.cgjx03_slide .swiper-slide ul li {
  width: 25%;
  overflow: visible;
  position: relative;
  float: left;
  min-width: 1.3rem;
  cursor: pointer;
}

.cgjx03_slide .swiper-slide ul li::before {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.2rem;
  background: url("../images/adw_08.png") 50% no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -0.075rem;
  top: 50%;
  margin-top: -0.1rem;
}

.cgjx03_slide .swiper-slide ul li:last-child::before {
  display: none;
}

.cgjx03_slide .swiper-slide ul li.active span {
  color: #2c4e9d;
}

.cgjx_03 .fr1 .cgjx03_slide .swiper-slide ul li {
  width: 33.3333333333%;
}

.cgjx_04 {
  width: 100%;
  overflow: visible;
  margin-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.cgjx_04 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.3rem;
}

.cgjx_04 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.13rem;
  -webkit-border-radius: 0.13rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.cgjx_04 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.cgjx_04 ul li .p {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.cgjx_04 ul li .pimg img {
  width: 100%;
  display: block;
}

.cgjx_04 ul li .txt {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.2rem 0.1rem;
  text-align: center;
  font-weight: bold;
  color: #222;
  font-size: 0.16rem;
}

.cgjx_04 ul li:hover {
  background-color: #2c4e9d;
  -moz-box-shadow: 0 0.24rem 0.4rem rgba(37, 94, 227, 0.28);
  -webkit-box-shadow: 0 0.24rem 0.4rem rgba(37, 94, 227, 0.28);
  box-shadow: 0 0.24rem 0.4rem rgba(37, 94, 227, 0.28);
}

.cgjx_04 ul li:hover .txt {
  color: #fff;
}

.hzzj_01 {
  overflow: visible;
  width: 100%;
  padding-top: 0.4rem;
}

.hzzj_01 ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.4rem;
}

.hzzj_01 ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0.1rem;
  position: relative;
}

.hzzj_01 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.hzzj_01 ul li .img {
  width: 44.65%;
  overflow: hidden;
}

.hzzj_01 ul li .img img {
  width: 100%;
  display: block;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.hzzj_01 ul li .txt {
  width: calc(55.35% - 0.3rem);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.hzzj_01 ul li .txt .c {
  width: 100%;
  overflow: hidden;
}

.hzzj_01 ul li .txt .p {
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.hzzj_01 ul li .txt .p1 {
  font-weight: bold;
  font-size: 0.2rem;
  line-height: 1.3;
}

.hzzj_01 ul li .txt .p2 {
  font-size: 0.16rem;
  color: #444;
  line-height: 1.3;
  margin-top: 0.15rem;
}

.hzzj_01 ul li .txt .p3 {
  font-weight: bold;
  color: #444;
  line-height: 1.3;
  margin-top: 0.15rem;
  font-size: 0.16rem;
}

.hzzj_01 ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #2c4e9d;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.hzzj_01 ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: url("../images/adw_03.png") 100% 100% no-repeat;
  background-size: auto 0.8rem;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.hzzj_01 ul li:hover::before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.hzzj_01 ul li:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.hzzj_01 ul li:hover .p1 {
  color: #fff;
}

.hzzj_01 ul li:hover .p2 {
  color: #fff;
}

.hzzj_01 ul li:hover .p3 {
  color: #fff;
}

.hjxq_01 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hjxq01_img {
  width: 2.5rem;
  overflow: hidden;
  position: relative;
  margin-left: 0.3rem;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  z-index: 9;
}

.hjxq01_img img {
  width: 100%;
  display: block;
}

.hjxq01_img img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.hjxq01_t {
  width: calc(100% - 2.5rem - 0.3rem - 0.4rem);
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0.3rem;
  font-weight: bold;
  color: #222;
  line-height: 1.3;
  font-size: 0.3rem;
}

.hjxq01_c {
  width: 100%;
  overflow: hidden;
  border-radius: 0.16rem;
  -webkit-border-radius: 0.16rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background: linear-gradient(#ffffff, #ced6e8);
  background: -webkit-linear-gradient(#ffffff, #ced6e8);
  background: -o-linear-gradient(#ffffff, #ced6e8);
  background: -moz-linear-gradient(#ffffff, #ced6e8);
  height: 1.7rem;
  position: relative;
  margin-top: -1.4rem;
  z-index: 1;
}

.hjxq01_c .txt {
  width: calc(100% - 2.5rem - 0.3rem - 0.4rem);
  overflow: hidden;
  float: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 0.3rem;
  height: 1.1rem;
  margin-top: 0.3rem;
  font-size: 0.16rem;
  color: #222;
  overflow-y: auto;
}

.hjxq01_c .txt p {
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

.hjxq01_c .txt::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.hjxq01_c .txt::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}
.hjxq01_c .txt::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #2c4e9d;
}
.hjxq01_c .txt::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  background: #2c4e9d;
}

.hjxq_02 {
  width: 100%;
  overflow: hidden;
  margin-top: 0.5rem;
  color: #222;
  font-size: 0.18rem;
}

.hjxq_02 p {
  line-height: 1.3;
}

.nav_01 i br {
  display: none;
}

@media screen and (max-width: 1200px) {
  .hjxq01_img {
    margin: 0px auto;
    padding: 0px;
    margin-top: 0.2rem;
  }
  .hjxq01_t {
    position: relative;
    width: 2.5rem;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    top: 0px;
    margin-top: 0.1rem;
  }
  .hjxq01_c {
    width: 100%;
    margin-top: 0.4rem;
    height: auto;
  }
  .hjxq01_c .txt {
    width: 100%;
    padding: 0.2rem 0.3rem;
    height: auto;
    margin-top: 0px;
  }
  .cgjx_03 {
    display: block;
  }
  .cgjx_03 .fl {
    width: 100%;
  }
  .cgjx_03 .fr {
    width: 100%;
    margin-top: 0.2rem;
  }
  .cgjx_03 .fr1 {
    width: 100%;
  }
  .hzzj_01 ul {
    grid-template-columns: 100%;
    grid-gap: 0.2rem;
  }
  .ad_01 {
    line-height: 1.3;
  }
  .cgjx_04 ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.2rem;
  }
  .ad_02 ul {
    grid-template-columns: 100%;
    grid-gap: 0.2rem;
  }
}
/*font-size*/
@media screen and (max-width: 375px) {
  html {
    font-size: 75px;
  }
}
@media screen and (min-width: 376px) and (max-width: 499px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 769px) and (max-width: 899px) {
  html {
    font-size: 66px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1023px) {
  html {
    font-size: 71px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1229px) {
  html {
    font-size: 83px;
  }
}
@media screen and (min-width: 1230px) {
  html {
    font-size: 100px;
  }
}