html,body{
  font-size: 100px;
}
header .top {
  width: 100%;
  height: 0.36rem;
  background-color: #f3f4f6;
  padding: 0 1.84rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .top p {
  color: #9f9f9f;
  font-size: 0.15rem;
}
header .top .right span {
  display: inline-block;
  padding-right: 0.12rem;
  border-right: 0.01rem solid #dadada;
  padding-left: 0.12rem;
}
header .top .right span a {
  color: #9f9f9f;
  font-size: 0.15rem;
  display: block;
}
header .top .right span.group {
  height: 0.36rem;
  line-height: 0.36rem;
  padding-right: 0.2rem;
  border-right: none;
  background: url(../img/icon.png) no-repeat right center;
  background-size: 0.1rem 0.06rem;
  position: relative;
}
header .top .right span.group .group_nav {
  display: none;
  position: absolute;
  top: 0.36rem;
  left: 0;
  width: 100%;
  background-color: #179d4e;
  padding: 0.1rem 0;
  z-index: 9;
}
header .top .right span.group .group_nav a {
  display: block;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  margin-bottom: 0.1rem;
}
header .top .right span:hover.group {
  background: url(../img/icon1.png) no-repeat right center;
  background-size: 0.1rem 0.06rem;
}
header .top .right span:hover.group:hover .group_nav {
  display: block;
}
header .bot {
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
  padding: 0 1.84rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .bot .bot_1 a {
  display: block;
  width: 3.47rem;
  height: 0.52rem;
}
header .bot .bot_1 a img {
  width: 100%;
  height: 100%;
}
header .bot .bot_2 {
  display: flex;
}
header .bot .bot_2 ul {
  display: flex;
  margin: 0 0.1rem;
}
header .bot .bot_2 ul li {
  position: relative;
}
header .bot .bot_2 ul li > a {
  display: block;
  width: 1.15rem;
  height: 100%;
  line-height: 1.1rem;
  color: #000000;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
header .bot .bot_2 ul li > a:hover {
  background: url(../img/icon3.png) #179d4e no-repeat center 30%;
  background-size: 0.86rem 0.33rem;
  color: #fff;
}

header .bot .bot_2 ul li > a .sta1 {
  font-size: .18rem;
  position: absolute;
  height: 110px;
  pointer-events: none;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transform-origin: 50% 50% -55px;
  -webkit-transform-origin: 50% 50% -55px;
  -moz-transform-origin: 50% 50% -55px;
  -ms-transform-origin: 50% 50% -55px;
  text-align: center;
  background: url(../img/icon3.png) #179d4e no-repeat center 30%;
  background-size: 0.86rem 0.33rem;
  color: #fff;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
}
header .bot .bot_2 ul li > a .sta2 {
  position: absolute;
  height: 1.1rem;
  pointer-events: none;
  width: 100%;
  padding-left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transform-origin: 50% 50% -55px;
  -webkit-transform-origin: 50% 50% -55px;
  -moz-transform-origin: 50% 50% -55px;
  -ms-transform-origin: 50% 50% -55px;
  text-align: center;
  background: #ffffff;
  transform: rotateX(0deg);
  color: #000000;
  font-size: 0.18rem;
  font-weight: 700;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
}
header .bot .bot_2 ul li .sy_nav {
  min-height: .8rem;
  position: absolute;
  left: 0;
  width: 6rem;
  top: 1.1rem;
  padding: 0 0.18rem;
  display: none;
  z-index: 9;
  box-sizing: border-box;
  background: url(../img/nav_bg.png) #fff no-repeat bottom right;
  background-size: 3.46rem 1.37rem;
}
header .bot .bot_2 ul li .sy_nav a {
  color: #949494;
  font-size: 0.18rem;
  display: inline-block;
  margin-top: 0.26rem;
  padding: 0.1rem 0.14rem;
  font-weight: 600;
}
header .bot .bot_2 ul li .sy_nav a:hover,
header .bot .bot_2 ul li .sy_nav a.on {
  color: #179d4e;
  /* background-color: #124996; */
}
header .bot .bot_2 ul li.on > a .sta1 {
  font-size: 0.18rem;
  color: #fff;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  opacity: 1;
  height: 1.1rem;
}
header .bot .bot_2 ul li.on > a .sta2 {
  color: #000;
  background-color: #000;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  opacity: 0;
}
header .bot .bot_2 ul li:hover > a .sta1 {
  color: #fff;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  opacity: 1;
  height: 1.1rem;
}
header .bot .bot_2 ul li:hover > a .sta2 {
  color: #000;
  background-color: #000;
  transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  opacity: 0;
}
header .bot .bot_2 ul li:hover .sy_nav {
  display: block;
}
header .bot .bot_2 .search {
  width: 0.6rem;
  height: 100%;
  line-height: 1.1rem;
  position: relative;
}
header .bot .bot_2 .search > img {
  width: 0.44rem;
  height: 0.44rem;
}
header .bot .bot_2 .search .mc_search_xl {
  position: fixed;
  left: 0;
  top: 1.46rem;
  width: 100%;
  height: 1rem;
  border-top: 0.01rem solid #dfdede;
  z-index: 99;
  background: #fff;
  display: none;
  transition: top 0.36s;
}
header .bot .bot_2 .search .mc_search_xl .mc_pos_center {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .bot .bot_2 .search .mc_search_xl .mc_pos_center .mc_msc_box {
  font-size: 0;
  padding: 0.08rem;
  border-bottom: 1px solid #dfdede;
}
header .bot .bot_2 .search .mc_search_xl .mc_pos_center .mc_msc_box input {
  width: calc(100% - 0.3rem);
  height: 0.26rem;
  font-size: 0.16rem;
  color: #333;
  line-height: 0.2rem;
  padding: 0.03rem 0;
  padding-right: 0.12rem;
}
header .bot .bot_2 .search .mc_search_xl .mc_pos_center .mc_msc_box .mc_msc_submit {
  font-size: 0.26rem;
  color: #666666;
  width: 0.32rem;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
header .bot .bot_2 .search .mc_search_xl .mc_pos_center .mc_msc_box .mc_msc_submit img {
  width: 0.32rem;
  height: 0.32rem;
}
header .bot .bot_2 .search:hover {
  cursor: pointer;
}
.m_header_box {
  transition: 0.6s;
  display: none;
  height: 0.8rem;
}
.m_header_box header {
  padding: 0 0.15rem;
  height: 0.8rem;
  background: #ffffff;
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_header_box header .logo {
  width: 2rem;
  height: 0.41rem;
}
.m_header_box header .logo a {
  display: block;
  height: 100%;
}
.m_header_box header .logo a img {
  width: 100%;
  height: 100%;
}
.m_header_box header .fex {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_header_box header #nav_btn_box #nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: none;
  box-shadow: none;
}
.m_header_box header #nav_btn_box #nav_btn .point {
  display: inline-block;
  width: 0.52rem;
  height: 0.4rem;
  position: relative;
  outline: none;
}
.m_header_box header #nav_btn_box #nav_btn .point .navbtn {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: inline-block;
  width: 0.25rem;
  height: 0.01rem;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #000;
}
.m_header_box header #nav_btn_box #nav_btn .point .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.01rem;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #000;
  top: 0.14rem;
}
.m_header_box header #nav_btn_box #nav_btn .point .navbtn::after {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.4rem;
  height: 0.01rem;
  content: '';
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #000;
  top: -0.14rem;
}
#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  display: none;
  padding: 0.9rem 0.3rem 0.14rem;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #124996;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
#m_nav .wap_search {
  font-size: 0.28rem;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-family: arial;
  letter-spacing: 2px;
  line-height: 0.4rem;
  transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  overflow: hidden;
  width: 100%;
}
#m_nav .wap_search form {
  height: 0.8rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
}
#m_nav .wap_search form .input {
  font-size: 0.3rem;
  color: #fff;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.5rem;
  box-shadow: none;
  -webkit-appearance: none;
  float: left;
  border-right: 0;
  background: none;
}
#m_nav .wap_search form img {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
#m_nav .m_nav_list {
  flex-direction: column;
  /* justify-content: center; */
  width: 100%;
  height: 100%;
  overflow: auto;
}
#m_nav .m_nav_list.list_box_nav_mobile {
  width: 100%;
  height: 100%;
  padding: 0 0 0.1rem;
  overflow: hidden;
  overflow-y: scroll;
}
#m_nav .m_nav_list.list_box_nav_mobile li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}
#m_nav .m_nav_list.list_box_nav_mobile li .con {
  position: relative;
}
#m_nav .m_nav_list.list_box_nav_mobile li .list {
  padding: 0.1rem 0 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
  overflow: hidden;
}
#m_nav .m_nav_list.list_box_nav_mobile li.on1 .list{
  display: block;
}
#m_nav .m_nav_list.list_box_nav_mobile li:last-child a{
border-bottom: 1px solid transparent;
}
#m_nav .m_nav_list.list_box_nav_mobile li .list a {
  display: block;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
  height: 0.8rem;
  line-height: 0.8rem;
}
.gywm .gywm_list .gsjj .right{
  width: 100%;
}
#m_nav .m_nav_list.list_box_nav_mobile li .list a.on {
  font-size: 0.3rem;
  font-weight: 700;
}
#m_nav .m_nav_list.list_box_nav_mobile li .a {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1rem;
  color: #fff;
  padding: 0;
  font-size: 0.28rem;
  display: flex;
  position: relative;
  transition: 0.5s;
}
#m_nav .m_nav_list.list_box_nav_mobile li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#m_nav .m_nav_list.list_box_nav_mobile li i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 23%;
  margin-left: -1px;
  width: 2px;
  height: 50%;
  background: #fff;
  transition: all 0.36s;
  transform: rotate(90deg);
}
#m_nav .m_nav_list.list_box_nav_mobile li i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -1px;
  width: 2px;
  height: 50%;
  background: #fff;
  transition: all 0.36s;
}
#m_nav .m_nav_list.list_box_nav_mobile li.on1 .con a {
  font-weight: 700;
  font-size: 0.3rem;
}
#m_nav .m_nav_list.list_box_nav_mobile li.on1 i::after {
  transform: rotate(90deg);
}
#m_nav .close {
  position: absolute;
  top: 0.1rem;
  right: 0.25rem;
  left: 0.25rem;
  font-size: 0.5rem;
  color: #fff;
  z-index: 10000;
  /* background: rgba(255,255,255,.1); */
  width: auto;
  height: 0.35rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.1rem 0 0;
}
#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 7.28rem;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .img {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: ease 2s;
}
.banner .swiper .swiper-slide-active .img {
  transform: scale(1);
  opacity: 1;
}
.banner .swiper .swiper-button-prev:after,
.banner .swiper .swiper-rtl .swiper-button-next:after {
  content: '';
}
.banner .swiper .swiper-button-next:after,
.banner .swiper .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.banner .swiper .swiper-button-prev {
  left: 1.9rem;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/icon6.png) no-repeat center;
  background-size: 100% 100%;
}
.banner .swiper .swiper-button-prev:hover {
  background: url(../img/icon9.png) no-repeat center;
  background-size: 100% 100%;
}
.banner .swiper .swiper-button-next {
  right: 1.9rem;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/icon7.png) no-repeat center;
  background-size: 100% 100%;
}
.banner .swiper .swiper-button-next:hover {
  background: url(../img/icon10.png) no-repeat center;
  background-size: 100% 100%;
}
.banner .swiper .he_dongh {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  transition: all 2.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  overflow: hidden;
}
.banner .swiper .he_dongh .he_donghig {
  width: 14.45rem;
  height: 3rem;
  position: absolute;
  top: -0.1rem;
  right: 2.2rem;
}
.banner .swiper .swiper-slide.swiper-slide-active .he_dongh {
  width: 100%;
}
.sj_banner {
  display: none;
  width: 100%;
  height: 5.74rem;
}
.sj_banner .swiper {
  height: 100%;
}
.sj_banner .swiper img {
  width: 100%;
  height: 100%;
}
.sj_banner .swiper .swiper-button-next {
  color: #fff;
  font-size: 0.4rem;
}
.sj_banner .swiper .swiper-button-next::after {
  font-size: 0.4rem;
}
.sj_banner .swiper .swiper-button-prev {
  color: #fff;
  font-size: 0.4rem;
}
.sj_banner .swiper .swiper-button-prev::after {
  font-size: 0.4rem;
}
.module1 {
  margin-top: 0.88rem;
  margin-bottom: 0.7rem;
  height: 4.94rem;
}
.module1 .w {
  display: flex;
}
.module1 .w .left {
  width: 7.11rem;
  margin-right: 0.66rem;
}
.module1 .w .left .swiper {
  padding-bottom: 0.1rem;
}
.module1 .w .left .swiper a {
  display: block;
  width: 100%;
}
.module1 .w .left .swiper a .img {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
}
.module1 .w .left .swiper a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module1 .w .left .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: '';
}
.module1 .w .left .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  content: '';
}
.module1 .w .left .swiper .swiper-button-prev {
  left: 0rem;
  top: 40%;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/icon9.png) no-repeat center;
  background-size: 100% 100%;
}
.module1 .w .left .swiper .swiper-button-next {
  right: 0rem;
  top: 40%;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/icon10.png) no-repeat center;
  background-size: 100% 100%;
}
.module1 .w .left .swiper a .nr {
  width: 5.86rem;
  margin: 0 auto;
  height: 0.9rem;
  background-color: #fff;
  margin-top: -0.48rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0.13rem 0.02rem #eaeaea;
}
.module1 .w .left .swiper a .nr h2 {
  color: #323232;
  font-size: 0.18rem;
  font-weight: 700;
  margin: 0.16rem 0 0.04rem 0;
}
.module1 .w .left .swiper a .nr span {
  display: inline-block;
  color: #9f9f9f;
  font-size: 0.18rem;
  position: relative;
  padding-left: 0.6rem;
}
.module1 .w .left .swiper a .nr span::before {
  content: '';
  display: block;
  width: 0.54rem;
  height: 0.01rem;
  background-color: #cecece;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.module1 .w .left .swiper a .nr::before {
  content: '';
  display: block;
  width: 5rem;
  height: 0.04rem;
  background-image: linear-gradient(to right, #124996, #179d4e);
  position: absolute;
  top: 0;
  left: 0;
}
.module1 .w .right {
  width: calc(100% - 7.78rem);
}
.module1 .w .right ul .fir {
  padding-bottom: 0.3rem;
  border-bottom: 0.01rem dashed #eeeeee;
}
.module1 .w .right ul .fir a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.module1 .w .right ul .fir a .z {
  padding: 0.02rem 0.15rem 0.1rem 0.15rem;
  text-align: center;
  float: left;
  margin-right: 0.26rem;
  background-image: linear-gradient(to bottom, #124996, #179d4e);
}
.module1 .w .right ul .fir a .z span {
  display: block;
  color: #ffffff;
  font-size: 0.32rem;
  font-weight: 700;
}
.module1 .w .right ul .fir a .z em {
  display: block;
  color: #ffffff;
  font-size: 0.16rem;
}
.module1 .w .right ul .fir a .r h1 {
  color: #323232;
  font-size: 0.18rem;
  font-weight: 700;
  margin-bottom: 0.06rem;
}
.module1 .w .right ul .fir a .r p {
  color: #9f9f9f;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
}
.module1 .w .right ul .sec {
  padding: 0.18rem 0;
  border-bottom: 0.01rem solid #eeeeee;
}
.module1 .w .right ul .sec a {
  display: block;
}
.module1 .w .right ul .sec a h4 {
  color: #323232;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.3rem;
  height: 0.6rem;
}
.module1 .w .right ul .sec a span {
  color: #124996;
  padding-right: 0.1rem;
  font-size: 0.16rem;
  border-right: 0.01rem solid #cecece;
}
.module1 .w .right ul .sec a em {
  color: #9f9f9f;
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.module1 .w .sj_right {
  display: none;
  margin-top: 0.3rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.5rem;
}
.module1 .w .sj_right .swiper {
  overflow: initial;
}
.module1 .w .sj_right .swiper .nr h2 {
  font-size: 0.38rem;
  color: #333;
  height: 0.5rem;
  line-height: 0.5rem;
  font-weight: 700;
}
.module1 .w .sj_right .swiper .nr p {
  font-size: 0.3rem;
  height: 1rem;
  line-height: 0.5rem;
  color: #6e6f78;
}
.module1 .w .sj_right .swiper .nr span {
  display: block;
  color: #124996;
  font-size: 0.44rem;
  margin: 0.2rem auto 0.3rem;
}
.module1 .w .sj_right .swiper .swiper-pagination {
  bottom: -0.3rem;
  text-align: right;
}
.module1 .w .sj_right .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.4rem;
  height: 0.05rem;
  border-radius: 0;
  border: 0.01rem solid #cccccc;
  background: none;
}
.module1 .w .sj_right .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.01rem solid #124996;
  background-color: #124996;
}
.module2 {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background: url(../img/icon.jpg) no-repeat top center;
  background-size: 100% 6.45rem;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}
.module2 .particle-network-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.module2 .w {
  position: relative;
  z-index: 2;
}
.module2 .w .t {
  padding-left: 0.9rem;
  box-sizing: border-box;
  overflow: hidden;
}
.module2 .w .t .lef {
  width: 68%;
  float: left;
}
.module2 .w .t .lef h2 {
  margin-bottom: 0.3rem;
}
.module2 .w .t .lef h2 a {
  font-size: 0.38rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #124996, #179d4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.module2 .w .t .lef p {
  color: #323232;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.36rem;
  margin-bottom: 0.26rem;
  width: 53%;
  height: 0.8rem;
  display:none;
}
.module2 .w .t .lef h3 {
  color: #a4a5aa;
  font-size: 0.3rem;
  font-weight: 400;
}
.module2 .w .t .rig {
  float: right;
}
.module2 .w .t .rig .jj_gd {
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.module2 .w .t .rig .jj_gd .jj_time {
  width: 1.95rem;
  text-align: center;
  padding-bottom: 0.42rem;
  border-bottom: 0.01rem solid #dcdcdc;
  border-right: 0.01rem solid #dcdcdc;
}
.module2 .w .t .rig .jj_gd .jj_time span {
  color: #179d4e;
  font-size: 0.46rem;
}
.module2 .w .t .rig .jj_gd .jj_time sub {
  color: #868585;
  font-size: 0.18rem;
}
.module2 .w .t .rig .jj_gd .jj_time h4 {
  color: #868585;
  font-size: 0.18rem;
  font-weight: 400;
}
.module2 .w .t .rig .jj_gd .jj_time:nth-child(2n+2) {
  border-right: 0;
}
.module2 .w .t .rig .jj_gd .jj_time:nth-child(3) {
  border-bottom: 0;
  padding-top: 0.42rem;
  padding-bottom: 0;
}
.module2 .w .t .rig .jj_gd .jj_time:nth-child(4) {
  border-bottom: 0;
  padding-top: 0.42rem;
  padding-bottom: 0;
}
.module2 .w .b ul {
  margin-top: 0.46rem;
  display: flex;
  justify-content: space-between;
}
.module2 .w .b ul li {
  width: 4.43rem;
  background-color: #179d4e;
  border-radius: 0.3rem;
  padding-bottom: 0.5rem;
}
.module2 .w .b ul li .img {
  width: 4.43rem;
  height: 2.76rem;
  overflow: hidden;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.module2 .w .b ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module2 .w .b ul li h2 {
  color: #ffffff;
  font-size: 0.28rem;
  font-weight: 700;
  padding-left: 0.55rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
  padding-top: 0.48rem;
  margin-bottom: 0.1rem;
}
.module2 .w .b ul li p {
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.42rem;
  padding-left: 0.55rem;
  padding-right: 0.2rem;
  box-sizing: border-box;
}
.module2 .w .b ul li:nth-child(2) {
  background-color: #124996;
}
.module2 .w .b ul li:nth-child(3) {
  background-color: #c41717;
}
.module2 .w .sj_b {
  display: none;
}
.module3 {
  width: 100%;
  height: 7.61rem;
  position: relative;
  overflow: hidden;
}
.module3 h3 {
  position: absolute;
  top: 0.6rem;
  left: 3.5rem;
  z-index: 10;
}
.module3 h3 a {
  display: block;
  font-size: 0.38rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #124996, #179d4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.5s;
}
.module3 .swiper {
  height: 100%;
}
.module3 .swiper .img {
  width: 100%;
  height: 100%;
}
.module3 .swiper .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module3 .swiper .nr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.23rem;
  height: 2.73rem;
  background: rgba(255, 255, 255, 0.1);
}
.module3 .swiper .nr h2 {
  color: #ffffff;
  font-size: 0.46rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-left: 0.9rem;
  margin-bottom: 0.26rem;
}
.module3 .swiper .nr h2 img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.22rem;
}
.module3 .swiper .nr p {
  width: 8.8rem;
  margin-left: 0.9rem;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.module3 .swiper .swiper-pagination {
  bottom: auto;
  top: 1.7rem;
  left: 2.6rem;
  width: auto;
}
.module3 .swiper .swiper-pagination span {
  opacity: 1;
  display: block;
  background: none;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
}
.module3 .swiper .swiper-pagination span em {
  display: block;
  color: #cbe1ce;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-left: 0.92rem;
}
.module3 .swiper .swiper-pagination span em::before {
  content: '';
  display: block;
  width: 0.74rem;
  height: 0.01rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.module3 .swiper .swiper-pagination span em::after {
  content: '';
  display: none;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #bababa;
  position: absolute;
  bottom: 25%;
  left: 14%;
}
.module3 .swiper .swiper-pagination span.swiper-pagination-bullet-active em {
  color: #fff;
}
.module3 .swiper .swiper-pagination span.swiper-pagination-bullet-active em::before {
  background-color: #fff;
}
.module3 .swiper .swiper-pagination span.swiper-pagination-bullet-active em::after {
  display: block;
}
.module3 .swiper .swiper-slide .line {
  width: 0.01rem;
  height: 0;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  left: 3rem;
  transition: all 0.5s;
}
.module3 .swiper .swiper-slide:nth-child(1) .line {
  height: 2.25rem;
}
.module3 .swiper .swiper-slide:nth-child(2) .line {
  height: 3.1rem;
}
.module3 .swiper .swiper-slide:nth-child(3) .line {
  height: 3.9rem;
}
.module3 .swiper .swiper-slide:nth-child(4) .line {
  height: 4.7rem;
}
.sj_module3 {
  display: none;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin-top: 0.5rem;
  padding-bottom: 0.6rem;
  position: relative;
  overflow: hidden;
}
.sj_module3 h3 {
  margin-bottom: 0.1rem;
}
.sj_module3 h3 a {
  font-size: 0.38rem;
  font-weight: 700;
  background-image: linear-gradient(to right, #124996, #179d4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.sj_module3 .swiper {
  margin-top: 0.3rem;
}
.sj_module3 .swiper .img {
  width: 100%;
  height: 2.76rem;
}
.sj_module3 .swiper .img img {
  width: 100%;
  height: 100%;
}
.sj_module3 .swiper h2 {
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.34rem;
  margin-top: -0.6rem;
  margin-left: 0.2rem;
}
.sj_module3 .swiper .nr {
  border: 0.01rem solid #e5e5e5;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.sj_module3 .swiper .nr p {
  color: #6e6f78;
  font-size: 0.3rem;
  line-height: 0.5rem;
  height: 1rem;
}
.sj_module3 .swiper-pagination {
  bottom: 0.1rem;
}
.sj_module3 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.4rem;
  height: 0.05rem;
  border-radius: 0;
  border: 0.01rem solid #cccccc;
  background: none;
}
.sj_module3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.01rem solid #124996;
  background-color: #124996;
}
footer {
  width: 100%;
  /* height: 5.91rem; */
  background: url(../img/foot_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
footer .w .foot_t {
  height: 1.7rem;
  overflow: hidden;
}
footer .w .foot_t .left {
  width: 3.47rem;
  float: left;
  line-height: 1.3rem;
}
footer .w .foot_t .left img {
  width: 100%;
  height: 0.52rem;
}
footer .w .foot_t .right {
  float: right;
}
footer .w .foot_t .right .fex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.3rem;
}
footer .w .foot_t .right .fex .wl {
  margin-left: 0.28rem;
}
footer .w .foot_t .right .fex .wl a {
  display: block;
  text-align: center;
}
footer .w .foot_t .right .fex .wl a .img {
  display: inline-block;
  text-align: center;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  border-radius: 50%;
}
footer .w .foot_t .right .fex .wl a .img img {
  max-width: 100%;
  max-height: 100%;
}
footer .w .foot_t .right .fex .wl a p {
  margin-top: 0.04rem;
  color: #949494;
  font-size: 0.15rem;
}
footer .w .foot_b {
  height: 3rem;
  box-sizing: border-box;
  display: flex;
  padding-top: 0.6rem;
  position: relative;
}
footer .w .foot_b::before {
  content: '';
  display: block;
  width: 0.01rem;
  height: 100%;
  background-color: #dcdcdc;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0.56rem;
}
footer .w .foot_b .z {
  width: 5.5rem;
}
footer .w .foot_b .z .tel {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
  position: relative;
  z-index: 1;
}
footer .w .foot_b .z .tel img {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.18rem;
}
footer .w .foot_b .z .tel div span {
  color: #949494;
  font-size: 0.15rem;
}
footer .w .foot_b .z .tel div h4 {
  color: #179d4e;
  font-size: 0.3rem;
}
footer .w .foot_b .z .tel.add h4 {
  color: #323232;
  font-size: 0.15rem;
  font-weight: 400;
}
footer .w .foot_b .z .ewm {
  display: flex;
  margin-left: 1rem;
}
footer .w .foot_b .z .ewm .ewm_img {
  margin-right: 0.36rem;
  text-align: center;
}
footer .w .foot_b .z .ewm .ewm_img .img img {
  width: 1.05rem;
  height: 1.05rem;
}
footer .w .foot_b .z .ewm .ewm_img p {
  color: #949494;
  font-size: 0.15rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
footer .w .foot_b .r {
  width: calc(100% - 5.5rem);
}
footer .w .foot_b .r ol {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
footer .w .foot_b .r ol li {
  float: left;
  margin-left: 0.6rem;
  text-align: center;
}
footer .w .foot_b .r ol li > a {
  color: #000000;
  font-size: 0.18rem;
  font-weight: 700;
}
footer .w .foot_b .r ol li .db_nav a {
  margin-top: 0.18rem;
  color: #949494;
  font-size: 0.15rem;
  display: block;
}
footer .w .foot_b .r  .gggd{
  margin-top: 0.5rem;
}
footer .w .foot_b .z .link {
  width: 3rem;
  margin-left: 1rem;
  margin-bottom: 0.1rem;
  position: relative;
}
footer .w .foot_b .z .link img {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.1rem;
}
footer .w .foot_b .z .link h3 {
  display: inline-block;
  background: url(../img/icon.png) no-repeat right center;
  padding-right: 0.2rem;
  color: #878787;
  font-size: 0.16rem;
  font-weight: 400;
}
footer .w .foot_b .z .link .xl_xl {
  display: none;
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  z-index: 9;
  background: rgba(255, 255, 255, .9);
  border: 0.01rem solid #e5e5e5;
  width: 100%;
  padding: 0.2rem .12rem;
  box-sizing: border-box;
  height: 2rem;
  overflow-y: scroll;
}
footer .w .foot_b .z .link .xl_xl::-webkit-scrollbar {
  width: 0.04rem;
}
footer .w .foot_b .z .link .xl_xl::-webkit-scrollbar-thumb {
  border-radius: 0.025rem;
  box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
  -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
  background: #179d4e;
}
footer .w .foot_b .z .link .xl_xl a {
  display: block;
  color: #333;
  margin-bottom: 0.14rem;
  margin-right: 0.1rem;
}
footer .w .foot_b .r .cz {
  display: flex;
  padding-left: 1.9rem;
  align-items: center;
}
footer .w .foot_b .r .cz a {
  color: #878787;
  font-size: 0.16rem;
  display: inline-block;
  margin: 0 0.05rem;
}
footer .w .foot_b .r .cz img {
  margin: 0 0.05rem;
}
.wzdt_list {
  width: 100%;
  height: 8.11rem;
  background: url(../img/dt_bg.jpg) #fff no-repeat center;
  background-size: 100% 100%;
}
.wzdt_list .w {
  overflow: hidden;
}
.wzdt_list .w h1 {
  margin-top: 1.26rem;
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.74rem;
}
.wzdt_list .w ol {
  display: flex;
  justify-content: space-between;
}
.wzdt_list .w ol li {
  text-align: center;
}
.wzdt_list .w ol li > a {
  color: #000000;
  font-size: 0.22rem;
  font-weight: 700;
  margin-bottom: 0.38rem;
  display: block;
}
.wzdt_list .w ol li .dt_nav a {
  display: block;
  color: #949494;
  font-size: 0.18rem;
  margin-bottom: 0.34rem;
}
.dj .w {
  padding-bottom: 0.7rem;
}
.dj .w .dj_list {
  margin-top: 0.5rem;
  min-height: 6rem;
  margin-bottom: 0.36rem;
}
.dj .w .dj_list ul {
  border-bottom: 0.01rem dashed #e8e8e8;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  height: 3.01rem;
}
.dj .w .dj_list ul li a {
  display: block;
  overflow: hidden;
  height: 0.56rem;
  line-height: 0.56rem;
}
.dj .w .dj_list ul li a h2 {
  color: #111111;
  font-size: 0.18rem;
  font-weight: 400;
  position: relative;
  padding-left: 0.18rem;
  width: 80%;
}
.dj .w .dj_list ul li a h2::before {
  content: '';
  display: block;
  width: 0.09rem;
  height: 0.08rem;
  background: url(../img/dj_icon.png) no-repeat left center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dj .w .dj_list ul li a span {
  color: #747474;
  font-size: 0.16rem;
}
.lxwm_list .dt {
  width: 100%;
}
.lxwm_list .dt iframe {
  width: 100%;
  height: 6.9rem;
}
.lxwm_list .dt .w .lx_info .t {
  height: 4.2rem;
  box-sizing: border-box;
  padding: 0.7rem 1.2rem 0.56rem 0.94rem;
  background-color: #fff;
  box-shadow: 0 0 0.16rem 0.04rem #f5f5f5;
  margin-top: -1.2rem;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
}
.lxwm_list .dt .w .lx_info .t ul {
  display: flex;
  justify-content: space-between;
}
.lxwm_list .dt .w .lx_info .t ul li {
  padding-left: 0.2rem;
  margin-right: 0.2rem;
  border-left: 0.02rem solid #124996;
}
.lxwm_list .dt .w .lx_info .t ul li p {
  color: #111111;
  font-size: 0.16rem;
}
.lxwm_list .dt .w .lx_info .t ul li:last-child {
  margin-right: 0;
}
.lxwm_list .dt .w .lx_info .t .zx {
  display: flex;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
}
.lxwm_list .dt .w .lx_info .t .zx .z {
  width: 50%;
}
.lxwm_list .dt .w .lx_info .t .zx .z h5 {
  color: #124996;
  font-size: 0.5rem;
  font-weight: 400;
}
.lxwm_list .dt .w .lx_info .t .zx .z p {
  color: #111111;
  font-size: 0.16rem;
  margin-bottom: 0.36rem;
}
.lxwm_list .dt .w .lx_info .t .zx .z h3 {
  color: #124996;
  font-size: 0.46rem;
  font-weight: 400;
  display: inline-block;
  padding-left: 0.56rem;
  background: url(../img/lxwm_tel.png) no-repeat left center;
  background-size: 0.34rem 0.36rem;
}
.lxwm_list .dt .w .lx_info .t .zx .y {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.lxwm_list .dt .w .lx_info .t .zx .y .ewm {
  border: 0.01rem solid #dfdfdf;
  border-radius: 0.04rem;
  margin-left: 0.52rem;
  padding: 0.02rem;
  text-align: center;
}
.lxwm_list .dt .w .lx_info .t .zx .y .ewm img {
  width: 1.39rem;
  height: 1.39rem;
}
.lxwm_list .dt .w .lx_info .t .zx .y .ewm h4 {
  color: #111111;
  font-size: 0.14rem;
  font-weight: 400;
  text-align: center;
}
.lxwm_list .dt .w .lx_info ol {
  overflow: hidden;
  margin-top: 0.4rem;
  padding: 0.1rem;
}
.lxwm_list .dt .w .lx_info ol li {
  width: 4.4rem;
  height: 3rem;
  padding: 0.43rem 0.37rem;
  box-sizing: border-box;
  float: left;
  margin-right: 0.3rem;
  margin-bottom: 0.35rem;
  box-shadow: 0 0 0.16rem 0.04rem #f5f5f5;
}
.lxwm_list .dt .w .lx_info ol li h2 {
  height: 0.7rem;
  color: #124996;
  font-size: 0.26rem;
  font-weight: 400;
}
.lxwm_list .dt .w .lx_info ol li div {
  padding-left: 0.2rem;
  margin-bottom: 0.4rem;
  border-left: 0.03rem solid #e4e4e4;
}
.lxwm_list .dt .w .lx_info ol li div p {
  color: #111111;
  font-size: 0.16rem;
  margin: 0.05rem 0;
}
.lxwm_list .dt .w .lx_info ol li:nth-child(3n+3) {
  margin-right: 0;
}
.ly .ly_list {
  margin-top: 0.8rem;
  display: flex;
  height: 7.82rem;
}
.ly .ly_list .table {
  margin-right: 0.1rem;
  margin-top: 0.26rem;
  width: calc(100% - 13.71rem);
  margin-left: 2.62rem;
}
.ly .ly_list .table h2 {
  color: #000000;
  font-size: 0.32rem;
  font-weight: 700;
}
.ly .ly_list .table p {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 400;
  margin-bottom: 0.16rem;
  margin-top: 0.2rem;
}
.ly .ly_list .table p em {
  color: #e04a36;
  font-weight: 700;
  font-size: 0.2rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
.ly .ly_list .table input {
  width: 5.2rem;
  height: 0.55rem;
  line-height: 0.55rem;
  background-color: #f8f8f8;
  color: #333;
  font-size: 0.16rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.ly .ly_list .table input::placeholder {
  color: #999999;
}
.ly .ly_list .table textarea {
  resize: none;
  width: 5.2rem;
  height: 1.35rem;
  background-color: #f8f8f8;
  color: #333;
  font-size: 0.16rem;
  padding: 0.2rem;
  box-sizing: border-box;
}
.ly .ly_list .table textarea::placeholder {
  color: #999999;
}
.ly .ly_list .table .yzm {
  position: relative;
}
.ly .ly_list .table .yzm img {
  position: absolute;
  top: 0.14rem;
  right: 0.22rem;
  width: 0.74rem;
  height: 0.24rem;
}
.ly .ly_list .table .submit {
  margin-top: 0.36rem;
  display: inline-block;
  width: 1.83rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  border-radius: 0.05rem;
  background-color: #124996;
}
.ly .ly_list .img {
  width: 11.19rem;
  height: 7.82rem;
}
.ly .ly_list .img img {
  width: 100%;
  height: 100%;
}
.fc {
  margin-bottom: 0.36rem;
}
.fc .fc_list {
  margin-top: 0.77rem;
}
.fc .fc_list ul {
  min-height: 6rem;
  overflow: hidden;
  padding: 0.02rem;
}
.fc .fc_list ul li {
  width: 4.46rem;
  float: left;
  margin-right: 0.28rem;
  margin-bottom: 0.46rem;
}
.fc .fc_list ul li a {
  display: block;
  border-radius: 0.1rem;
}
.fc .fc_list ul li a .img {
  width: 4.46rem;
  height: 2.27rem;
  overflow: hidden;
}
.fc .fc_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.fc .fc_list ul li a h2 {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  background: url(../img/fc_icon.png) #fff no-repeat 5% 100%;
  background-size: 0.99rem 1.48rem;
  box-shadow: 0 0 0.07rem 0.03rem #e4e4e4;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  color: #000000;
  font-size: 0.2rem;
  font-weight: 700;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.fc .fc_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.zy_sp .sp_list {
  padding-bottom: 1rem;
  margin-top: 0.87rem;
}
.zy_sp .sp_list ul {
  min-height: 6rem;
  overflow: hidden;
  padding: 0 0.1rem;
}
.zy_sp .sp_list ul li {
  float: left;
  width: 6.61rem;
  margin-right: 0.52rem;
  margin-bottom: 0.52rem;
  border-radius: 0.1rem;
}
.zy_sp .sp_list ul li .img {
  width: 6.61rem;
  height: 3.17rem;
  overflow: hidden;
}
.zy_sp .sp_list ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zy_sp .sp_list ul li .nr {
  overflow: hidden;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  background: url(../img/sp_icon.png) #f1f6fc no-repeat 5% 100%;
  background-size: 0.99rem 1.48rem;
}
.zy_sp .sp_list ul li .nr h2 {
  color: #000000;
  font-size: 0.2rem;
  font-weight: 700;
  padding: 0 0.52rem;
  width: 85%;
  box-sizing: border-box;
  float: left;
}
.zy_sp .sp_list ul li .nr span {
  float: right;
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../img/play.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 0.46rem;
  margin-top: 0.28rem;
}
.zy_sp .sp_list ul li:nth-child(2n+2) {
  margin-right: 0;
}
.zp {
  min-height: 12.48rem;
  background: url(../img/zp_bg.png) #fff no-repeat bottom left;
  background-size: 5.81rem 12.48rem;
}
.zp .zp_list {
  margin-top: 0.94rem;
  padding-bottom: 1rem;
}
.zp .zp_list ul {
  min-height: 11rem;
}
.zp .zp_list ul li {
  border: 0.01rem solid #f5f5f5;
  border-radius: 0.1rem;
  margin-bottom: 0.32rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.7rem;
  padding: 0 0.6rem 0 0.94rem;
}
.zp .zp_list ul li .left {
  width: 0.64rem;
  height: 0.71rem;
  background: url(../img/zp_icon.png) no-repeat center;
  background-size: 0.64rem 0.71rem;
}
.zp .zp_list ul li .middle {
  text-align: center;
  width: 70%;
}
.zp .zp_list ul li .middle h2 {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.zp .zp_list ul li .middle span {
  color: #878787;
  font-size: 0.18rem;
  display: inline-block;
  margin-right: 0.4rem;
}
.zp .zp_list ul li .right img {
  width: 0.36rem;
  height: 0.35rem;
}
.xw {
  padding-bottom: 0.9rem;
}
.xw .xw_list {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.xw .xw_list ul {
  min-height: 6rem;
}
.xw .xw_list ul li {
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}
.xw .xw_list ul li a {
  display: block;
  width: 14rem;
  margin: 0 auto;
  overflow: hidden;
  padding: 0.46rem 0;
  border-bottom: 0.01rem solid #e8e8e8;
}
.xw .xw_list ul li a .img {
  margin: 0 0.58rem;
  width: 2.49rem;
  height: 1.54rem;
  overflow: hidden;
  float: left;
}
.xw .xw_list ul li a .img img {
  width: 100%;
  height: 100%;
}
.xw .xw_list ul li a .nr {
  float: left;
  width: 8.65rem;
  border-right: 0.01rem solid #e8e8e8;
  padding-right: 0.7rem;
  box-sizing: border-box;
}
.xw .xw_list ul li a .nr h2 {
  color: #010125;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.xw .xw_list ul li a .nr p {
  color: #68686f;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
  height: 0.6rem;
}
.xw .xw_list ul li a .nr span {
  display: inline-block;
  color: #68686f;
  font-size: 0.14rem;
  width: 1rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  border: 0.01rem solid #e9e9e9;
}
.xw .xw_list ul li a .date {
  float: right;
  margin-right: 0.3rem;
}
.xw .xw_list ul li a .date span {
  color: #1c1c1c;
  font-size: 0.28rem;
  display: block;
  margin-top: 0.23rem;
}
.xw .xw_list ul li a .date em {
  display: block;
  color: #1c1c1c;
  font-size: 0.16rem;
  margin-bottom: 0.36rem;
}
.xw .xw_list ul li a .date img {
  width: 0.16rem;
  height: 0.14rem;
}
.xw .xw_list ul li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -3;
  width: 0;
  height: 100%;
  background-color: #124996;
  transition: all 0.5s ease-in-out;
}
.xw .xw_list ul li.null_pic .nr {
  width: 12.3rem;
}
.xq_page .xq_list {
  background: url(../img/xq_bg.png) no-repeat left 90%;
  background-size: 7.31rem 1.99rem;
  padding-bottom: 0.1rem;
}
.xq_page .xq_list .xq .xq_tit {
  min-height: 3.39rem;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
  background-color: #f3f3f3;
}
.xq_page .xq_list .xq .xq_tit .dqwz {
  height: 1rem;
  line-height: 1rem;
}
.xq_page .xq_list .xq .xq_tit .dqwz img {
  margin-right: 0.08rem;
}
.xq_page .xq_list .xq .xq_tit .dqwz a {
  font-size: 0.16rem;
  color: #333333;
}
.xq_page .xq_list .xq .xq_tit .dqwz a.on {
  color: #124996;
}
.xq_page .xq_list .xq .xq_tit h2 {
  color: #333333;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.45rem;
}
.xq_page .xq_list .xq .xq_tit .lll {
  height: 0.3rem;
  line-height: 0.3rem;
}
.xq_page .xq_list .xq .xq_tit .lll span {
  color: #878787;
  font-size: 0.16rem;
  margin-right: 0.4rem;
  display: inline-block;
  padding-left: 0.24rem;
  background: url(../img/time.png) no-repeat left center;
  background-size: 0.16rem, 0.16rem;
}
.xq_page .xq_list .xq .xq_tit .lll span:nth-child(2) {
  background: url(../img/lll.png) no-repeat left center;
  background-size: 0.2rem 0.15rem;
}
.xq_page .xq_list .xq .xq_tit .lll span:nth-child(3) {
  background: url(../img/ly.png) no-repeat left center;
  background-size: 0.16rem 0.16rem;
}
.xq_page .xq_list .xq .xq_br_zs {
  margin-top: 0.5rem;
  display: flex;
}
.xq_page .xq_list .xq .xq_br_zs .xq_nr {
  width: 13rem;
  padding-right: 1rem;
  box-sizing: border-box;
  min-height: 5rem;
}
.xq_page .xq_list .xq .xq_br_zs .xq_nr p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
.xq_page .xq_list .xq .xq_br_zs .xq_nr img {
  max-width: 100%;
}
.xq_page .xq_list .xq .xq_br_zs .xq_nr video {
  max-width: 100%;
}
.xq_page .xq_list .xq .xq_br_zs .xq_nr table {
  max-width: 100%;
}
.xq_page .xq_list .xq .xq_br_zs .xq_nr iframe {
  max-width: 100%;
}
.xq_page .xq_list .xq .xq_br_zs .fg {
  width: 1rem;
}
.xq_page .xq_list .xq .xq_br_zs .fg .ztdx em {
  margin: 0 auto;
  display: block;
}
.xq_page .xq_list .xq .xq_br_zs .fg .ztdx em.big {
  margin-bottom: 0.2rem;
  width: 0.64rem;
  height: 0.48rem;
  background: url(../img/big.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_page .xq_list .xq .xq_br_zs .fg .ztdx em.small {
  width: 0.64rem;
  height: 0.47rem;
  background: url(../img/small.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_page .xq_list .xq .xq_br_zs .fg .sxp {
  margin-top: 0.5rem;
}
.xq_page .xq_list .xq .xq_br_zs .fg .sxp a {
  width: 0.72rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto;
  background: url(../img/syp.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_page .xq_list .xq .xq_br_zs .fg .sxp a:nth-child(2) {
  margin-top: 0.2rem;
  background: url(../img/xyp.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_page .xq_list .xq .sj_sxp {
  margin: 0.5rem 0;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  display: none;
}
.xq_page .xq_list .xq .sj_sxp a {
  display: block;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.4rem;
  color: #333;
}
.yw {
  width: 100%;
  height: 10.4rem;
  background: url(../img/yw_list_img.jpg) no-repeat top center;
  background-size: 100% 10.4rem;
}
.yw .zy_banner {
  height: 3.85rem;
}
.yw .zy_banner > img {
  display: none;
}
.yw .zy_banner .column_t {
  position: relative;
}
.yw .zy_banner .column_t::before {
  content: '';
  display: block;
  width: 1rem;
  height: 0.01rem;
  background-color: #fff;
  position: absolute;
  top: 60%;
  left: -0.17rem;
  transform: translateY(-50%);
}
.yw .zy_banner .column_t ol {
  display: none;
}
.yw .zy_banner .w .dqwz {
  bottom: 0.9rem;
  right: auto;
  left: 0.6rem;
}
.yw .div {
  margin-top: 0.4rem;
  position: relative;
  overflow: hidden;
}
.yw .div .swiper {
  width: 14rem;
  margin: 0 auto;
}
.yw .div .swiper .fle {
  overflow: hidden;
}
.yw .div .swiper .fle .img {
  float: left;
  width: 8.46rem;
  height: 4.52rem;
}
.yw .div .swiper .fle .img img {
  width: 100%;
  height: 100%;
}
.yw .div .swiper .fle .nr {
  margin-top: -4.1rem;
  float: right;
  width: 8.46rem;
  height: 4.52rem;
  background-color: #fff;
  padding: 0.6rem 0.3rem 0.3rem 0.6rem;
  box-sizing: border-box;
}
.yw .div .swiper .fle .nr h2 {
  color: #323232;
  font-size: 0.4rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.yw .div .swiper .fle .nr .scroll {
  height: 2.4rem;
  overflow-y: auto;
  padding-right: 0.3rem;
}
.yw .div .swiper .fle .nr .scroll p {
  color: #323232;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.yw .div .swiper .fle .nr .scroll::-webkit-scrollbar-thumb {
  border-radius: 0.025rem;
  box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
  -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
  background: #0c6eb7;
}
.yw .div .swiper .fle .nr .scroll::-webkit-scrollbar {
  width: 0.03rem;
}
.yw .div .swiper-button-next:after,
.yw .div .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.yw .div .swiper-button-prev:after,
.yw .div .swiper-rtl .swiper-button-next:after {
  content: '';
}
.yw .div .swiper-button-prev {
  left: 1.36rem;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/yw_icon32.png) no-repeat center;
  background-size: 100% 100%;
}
.yw .div .swiper-button-next {
  right: 1.36rem;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/yw_icon31.png) no-repeat center;
  background-size: 100% 100%;
}
.qywh .qywh_list .mxwh {
  width: 100%;
  height: 8.64rem;
  background: url(../img/wh_bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}
.qywh .qywh_list .mxwh .w {
  display: flex;
  margin-top: 0.76rem;
}
.qywh .qywh_list .mxwh .w .mySwiper {
  width: 2rem;
  height: 4rem;
  background: url(../img/wh_icon33.png) no-repeat left bottom;
  background-size: 0.01rem 3.88rem;
  overflow: initial;
}
.qywh .qywh_list .mxwh .w .mySwiper .swiper-slide {
  height: 0.58rem !important;
  line-height: 0.58rem;
  text-indent: 0.6rem;
  color: #323232;
  font-size: 0.18rem;
}
.qywh .qywh_list .mxwh .w .mySwiper .swiper-slide.swiper-slide-thumb-active {
  color: #124996;
  font-weight: 700;
}
.qywh .qywh_list .mxwh .w .mySwiper .swiper-slide.swiper-slide-thumb-active::before {
  content: '';
  display: block;
  width: 0.7rem;
  height: 0.01rem;
  background-color: #124996;
  position: absolute;
  top: 50%;
  left: -0.25rem;
  transform: translateY(-50%);
}
.qywh .qywh_list .mxwh .w .mySwiper .swiper-slide.swiper-slide-thumb-active::after {
  content: '';
  display: block;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #124996;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.qywh .qywh_list .mxwh .w .mySwiper2 {
  width: 10.8rem;
  margin-left: 1.2rem;
  height: 7rem;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide > img {
  width: 0.6rem;
  height: 0.43rem;
  margin-bottom: 0.2rem;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide h2 {
  color: #124996;
  font-size: 0.36rem;
  font-weight: 400;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq {
  margin-top: 0.58rem;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq .nr {
  height: 3.6rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq .nr h3 {
  color: #179d4e;
  font-size: 0.24rem;
  font-weight: 400;
  margin-bottom: 0.34rem;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq .nr p {
  color: #323232;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq .nr p em {
  color: #179d4e;
  font-size: 0.16rem;
  font-weight: 700;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq .nr::-webkit-scrollbar-thumb {
  border-radius: 0.025rem;
  box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
  -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
  background: #0c6eb7;
}
.qywh .qywh_list .mxwh .w .mySwiper2 .swiper-slide .bjq .nr::-webkit-scrollbar {
  width: 0.03rem;
}
.qywh .qywh_list .mxwh .w .swiper-button-next:after,
.qywh .qywh_list .mxwh .w .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.qywh .qywh_list .mxwh .w .swiper-button-prev:after,
.qywh .qywh_list .mxwh .w .swiper-rtl .swiper-button-next:after {
  content: '';
}
.qywh .qywh_list .mxwh .w .swiper-button-next {
  right: 0;
  opacity: 1;
  top: 1.2rem;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/wh_icon32.png) no-repeat center;
  background-size: 100% 100%;
}
.qywh .qywh_list .mxwh .w .swiper-button-prev {
  top: 0.4rem;
  opacity: 1;
  width: 0.72rem;
  height: 0.6rem;
  background: url(../img/wh_icon31.png) no-repeat center;
  background-size: 100% 100%;
  left: auto;
  right: 0;
}
.qywh .qywh_list .wthd {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.qywh .qywh_list .wthd .w {
  height: 5.22rem;
}
.qywh .qywh_list .wthd .w h1 {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.7rem;
}
.qywh .qywh_list .wthd .w .swiper {
  padding: 0 0.02rem;
  padding-bottom: 0.63rem;
}
.qywh .qywh_list .wthd .w .swiper .swiper-slide a {
  display: block;
}
.qywh .qywh_list .wthd .w .swiper .swiper-slide a .inmg {
  width: 4.46rem;
  height: 2.77rem;
  overflow: hidden;
}
.qywh .qywh_list .wthd .w .swiper .swiper-slide a .inmg img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qywh .qywh_list .wthd .w .swiper .swiper-slide a h2 {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  color: #000000;
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-size: 0.2rem;
  font-weight: 700;
  height: 0.8rem;
  line-height: 0.8rem;
  background: url(../img/fc_icon.png) #fff no-repeat 5% 100%;
  background-size: 0.99rem 1.48rem;
  box-shadow: 0 0 0.07rem 0.03rem #e4e4e4;
}
.qywh .qywh_list .wthd .w .swiper .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 0.02rem;
  background-color: #f1f6fc;
}
.qywh .qywh_list .wthd .w .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #124996;
}
.qywh .qywh_list .sj_wthd {
  display: none;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.qywh .qywh_list .sj_wthd .w {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.qywh .qywh_list .sj_wthd .w h1 {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.7rem;
}
.qywh .qywh_list .sj_wthd .w .swiper {
  padding: 0 0.02rem;
  padding-bottom: 0.63rem;
}
.qywh .qywh_list .sj_wthd .w .swiper .swiper-slide a {
  display: block;
}
.qywh .qywh_list .sj_wthd .w .swiper .swiper-slide a .inmg {
  width: 100%;
  height: 4.25rem;
  overflow: hidden;
}
.qywh .qywh_list .sj_wthd .w .swiper .swiper-slide a .inmg img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.qywh .qywh_list .sj_wthd .w .swiper .swiper-slide a h2 {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  color: #000000;
  padding: 0 0.5rem;
  box-sizing: border-box;
  font-size: 0.34rem;
  font-weight: 700;
  height: 1rem;
  line-height: 1rem;
  background: url(../img/fc_icon.png) #fff no-repeat 5% 100%;
  background-size: 0.99rem 1.48rem;
  box-shadow: 0 0 0.07rem 0.03rem #e4e4e4;
}
.qywh .qywh_list .sj_wthd .w .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.4rem;
  height: 0.05rem;
  border-radius: 0;
  border: 0.01rem solid #cccccc;
  background: none;
}
.qywh .qywh_list .sj_wthd .w .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.01rem solid #124996;
  background-color: #124996;
}
.gywm .gywm_list .gsjj {
  width: 100%;
  box-sizing: border-box;
  padding-left: 2.6rem;
  overflow: hidden;
  height: 6.14rem;
  display: none;
}
.gywm .gywm_list .gsjj .left {
  width: 8.9rem;
  float: left;
}
.gywm .gywm_list .gsjj .left h1 {
  margin-top: 0.84rem;
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.gywm .gywm_list .gsjj .left .jj_nr {
  width: 100%;
  padding-right: 0.2rem;
  box-sizing: border-box;
  height: 3.7rem;
  overflow-y: auto;
}
.gywm .gywm_list .gsjj .left .jj_nr p {
  color: #323232;
  font-size: 0.18rem;
  line-height: 0.46rem;
  text-align: justify;
}
.gywm .gywm_list .gsjj .left .jj_nr img {
  max-width: 100%;
}
.gywm .gywm_list .gsjj .left .jj_nr video {
  max-width: 100%;
}
.gywm .gywm_list .gsjj .left .jj_nr table {
  max-width: 100%;
}
.gywm .gywm_list .gsjj .left .jj_nr iframe {
  max-width: 100%;
}
.gywm .gywm_list .gsjj .left .jj_nr::-webkit-scrollbar-thumb {
  border-radius: 0.025rem;
  box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
  -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
  background: #0c6eb7;
}
.gywm .gywm_list .gsjj .left .jj_nr::-webkit-scrollbar {
  width: 0.03rem;
}
.gywm .gywm_list .gsjj .right {
  float: right;
  width: 7.13rem;
  height: 6.14rem;
}
.gywm .gywm_list .gsjj .right img {
  max-width: 100%;
  width: 100%;
}
.gywm .gywm_list .zzjg {
  width: 100%;
  height: 9rem;
  position: relative;
}
.gywm .gywm_list .zzjg .zzjg_bg {
  overflow-y: auto;
  padding-top: 0.7rem;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 100%;
  background: url(../img/zzjg_bg.jpg) #fff no-repeat right center;
  background-size: 17.93rem 100%;
}
.gywm .gywm_list .zzjg .zzjg_bg h2 {
  color: #ffffff;
  font-size: 0.4rem;
  font-weight: 700;
  position: absolute;
  top: 0.76rem;
  left: 2.62rem;
}
.gywm .gywm_list .zzjg .zzjg_bg img {
  max-width: 100%;
}
.gywm .gywm_list .zzjg .zzjg_bg::-webkit-scrollbar {
  width: 0rem;
  height: 0;
}
.gywm .gywm_list .mxdsj {
  padding-left: 2.6rem;
  box-sizing: border-box;
  width: 100%;
  height: 8.55rem;
  margin-top: 0.7rem;
  background: url(../img/dsj_img.jpg) #fff no-repeat right center;
  background-size: 9.22rem 5.98rem;
  position: relative;
}
.gywm .gywm_list .mxdsj::before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background-color: #124996;
  border-radius: 50%;
  position: absolute;
  top: 1.1rem;
  left: 2.56rem;
  z-index: 9;
}
.gywm .gywm_list .mxdsj > h1 {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
.gywm .gywm_list .mxdsj .swiper {
  width: 6.7rem;
  height: 6rem;
  margin: 0;
  border-left: 0.01rem solid #e8edf3;
}
.gywm .gywm_list .mxdsj .swiper .swiper-slide {
  margin-bottom: 0.46rem;
  height: auto;
  box-sizing: border-box;
  padding-left: 0.72rem;
}
.gywm .gywm_list .mxdsj .swiper .swiper-slide h2 {
  color: #333333;
  font-size: 0.36rem;
  font-weight: 400;
  margin-bottom: 0.14rem;
}
.gywm .gywm_list .mxdsj .swiper .swiper-slide h3 {
  color: #124996;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.37rem;
  margin-bottom: 0.36rem;
}
.gywm .gywm_list .mxdsj .swiper .swiper-slide p {
  color: #323232;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
.gywm .gywm_list .ldzc {
  width: 100%;
  height: 7.71rem;
  overflow: hidden;
  background: url(../img/zc_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.gywm .gywm_list .ldzc .w {
  margin-top: 0.76rem;
  overflow: hidden;
}
.gywm .gywm_list .ldzc .w .left {
  float: left;
  width: 8rem;
}
.gywm .gywm_list .ldzc .w .left h1 {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
}
.gywm .gywm_list .ldzc .w .left #box {
  margin-top: 0.4rem;
  height: 5rem;
  width: 100%;
  overflow: hidden;
}
.gywm .gywm_list .ldzc .w .left #box p {
  color: #323232;
  font-size: 0.18rem;
  line-height: 0.46rem;
}
.gywm .gywm_list .ldzc .w .right {
  float: right;
  width: 5.5rem;
  margin-top: 0.5rem;
}
.gywm .gywm_list .ldzc .w .right img {
  max-width: 100%;
}
.gywm .gywm_list .qyry {
  padding-bottom: 1rem;
  position: relative;
  height: 5.06rem;
  box-sizing: border-box;
}
.gywm .gywm_list .qyry > h1 {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  margin-top: 0.62rem;
  margin-bottom: 0.5rem;
  margin-left: 2.6rem;
}
.gywm .gywm_list .qyry .w {
  padding: 0 0.5rem;
  box-sizing: border-box;
  background: url(../img/ry_bg.png) no-repeat center bottom;
  background-size: 100% 0.7rem;
}
.gywm .gywm_list .qyry .w .swiper-container {
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.gywm .gywm_list .qyry .w .swiper-container .swiper-slide {
  width: 4.01rem;
  height: 2.54rem;
}
.gywm .gywm_list .qyry .w .swiper-container .swiper-slide img {
  width: 4.01rem;
  height: 2.54rem;
}
.gywm .gywm_list .qyry .swiper-button-next:after,
.gywm .gywm_list .qyry .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.gywm .gywm_list .qyry .swiper-button-prev:after,
.gywm .gywm_list .qyry .swiper-rtl .swiper-button-next:after {
  content: '';
}
.gywm .gywm_list .qyry .swiper-button-next {
  width: 0.72rem;
  height: 0.6rem;
  opacity: 1;
  right: 1.9rem;
  background: url(../img/ry_right.png) no-repeat center;
  background-size: 100% 100%;
}
.gywm .gywm_list .qyry .swiper-button-prev {
  width: 0.72rem;
  height: 0.6rem;
  opacity: 1;
  left: 1.9rem;
  background: url(../img/ry_left.png) no-repeat center;
  background-size: 100% 100%;
}
.gywm .gywm_list .sj_qyry {
  display: none;
  padding-bottom: 1rem;
  position: relative;
  height: auto;
  box-sizing: border-box;
}
.gywm .gywm_list .sj_qyry > h1 {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  margin-top: 0.62rem;
  margin-bottom: 0.5rem;
  margin-left: 0.3rem;
}
.gywm .gywm_list .sj_qyry .w {
  padding: 0 0.5rem;
  box-sizing: border-box;
  background: url(../img/ry_bg.png) no-repeat center bottom;
  background-size: 100% 0.7rem;
}
.gywm .gywm_list .sj_qyry .w .swiper-container {
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.gywm .gywm_list .sj_qyry .w .swiper-container .swiper-slide {
  width: 100%;
  height: 4.1rem;
}
.gywm .gywm_list .sj_qyry .w .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.gywm .gywm_list .sj_qyry .swiper-button-next:after,
.gywm .gywm_list .sj_qyry .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.gywm .gywm_list .sj_qyry .swiper-button-prev:after,
.gywm .gywm_list .sj_qyry .swiper-rtl .swiper-button-next:after {
  content: '';
}
.gywm .gywm_list .sj_qyry .swiper-button-next {
  width: 0.72rem;
  height: 0.6rem;
  opacity: 1;
  right: 0.2rem;
  background: url(../img/ry_right_on.png) no-repeat center;
  background-size: 100% 100%;
}
.gywm .gywm_list .sj_qyry .swiper-button-prev {
  width: 0.72rem;
  height: 0.6rem;
  opacity: 1;
  left: 0.2rem;
  background: url(../img/ry_left_on.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_banner {
  width: 100%;
  height: 5.64rem;
  position: relative;
}
.zy_banner > img {
  width: 100%;
  height: 100%;
}
.zy_banner .w {
  position: absolute;
  top: 0;
  left: 2.45rem;
  height: 100%;
}
.zy_banner .w .column_o {
  margin-top: 1.2rem;
  margin-left: 0.14rem;
  padding-left: 0.36rem;
  margin-bottom: 0.05rem;
  border-left: 0.03rem solid #fff;
}
.zy_banner .w .column_o h2 {
  color: #ffffff;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 0.1rem;

}
.zy_banner .w .column_o p {
  color: #ffffff;
  font-size: 0.24rem;
  height: 0.32rem;
}
.zy_banner .w .column_t {
  height: 1.48rem;
  border-left: 0.01rem solid #fff;
  margin-left: 0.15rem;
}
.zy_banner .w .column_t ol {
  position: relative;
}
.zy_banner .w .column_t ol li {
  float: left;
  margin-top: 0.5rem;
}
.zy_banner .w .column_t ol li a {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
  padding: 0 0.18rem;
  min-width: 1rem;
  text-align: center;
  display: block;
  position: relative;
  height: 0.6rem;
  line-height: 0.6rem;
}
.zy_banner .w .column_t ol li a::before {
  content: '';
  display: none;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.zy_banner .w .column_t ol li:nth-child(1) a {
  padding-left: 0.36rem;
}
.zy_banner .w .column_t ol li:nth-child(1) a::before {
  left: 55%;
}
.zy_banner .w .column_t ol li.on a::before {
  display: block;
}
.zy_banner .w .column_t ol li.on:nth-child(1)::after {
  width: 1rem;
}
.zy_banner .w .column_t ol li.on:nth-child(2)::after {
  width: 2.38rem;
}
.zy_banner .w .column_t ol li.on:nth-child(3)::after {
  width: 3.78rem;
}
.zy_banner .w .column_t ol li.on:nth-child(4)::after {
  width: 5.3rem;
}
.zy_banner .w .column_t ol li.on:nth-child(5)::after {
  width: 6.5rem;
}
.zy_banner .w .column_t ol li.on:nth-child(6)::after {
  width: 7.85rem;
}
.zy_banner .w .column_t ol li.on:nth-child(7)::after {
  width: 9.2rem;
}
.zy_banner .w .column_t ol li.on:nth-child(8)::after {
  width: 10.58rem;
}
.zy_banner .w .column_t ol li::after {
  content: '';
  display: block;
  width: 0;
  height: 0.01rem;
  background-color: #fff;
  position: absolute;
  bottom: 0.02rem;
  left: -0.17rem;
}
.zy_banner .w .dqwz {
  position: absolute;
  bottom: 0.3rem;
  right: 0;
}
.zy_banner .w .dqwz a {
  color: #ffffff;
  font-size: 0.16rem;
}
.zy_banner .w .dqwz a img {
  width: 0.14rem;
  height: 0.17rem;
  margin-right: 0.1rem;
}
.zy_banner .w .dqwz a.on {
  color: #179d4e;
}
.sj_zy_public {
  display: none;
  position: relative;
}
.sj_zy_public > img {
  width: 100%;
  height: 5.7rem;
}
.sj_zy_public > h2 {
  color: #fff;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sj_zy_public #m_n_nav {
  display: none;
  line-height: 1rem;
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  background: #124996;
}
.sj_zy_public #m_n_nav #n_n_title {
  height: 1rem;
}
.sj_zy_public #m_n_nav #n_n_title .dqwz {
  position: absolute;
  left: 0.3rem;
  top: 0;
  line-height: 1rem;
}
.sj_zy_public #m_n_nav #n_n_title .dqwz a {
  color: #fff;
  font-size: 0.3rem;
}
.sj_zy_public #m_n_nav #n_n_title .dqwz a img {
  margin-right: 0.2rem;
  vertical-align: -0.05rem;
}
.sj_zy_public #m_n_nav #n_n_title .dqwz a.on {
  color: #179d4e;
}
.sj_zy_public #m_n_nav #n_n_title #bnt_sub_nav {
  position: absolute;
  right: 0.3rem;
  top: 0;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
}
.sj_zy_public #m_n_nav #n_n_title #bnt_sub_nav svg {
  fill: #fff;
  height: 0.4rem;
  vertical-align: middle;
  width: 0.4rem;
}
.sj_zy_public #m_n_nav #sub_nav_content {
  background: #f0f3f5;
  display: none;
  box-shadow: 0 0 5px #999;
  z-index: 9;
}
.sj_zy_public #m_n_nav #sub_nav_content dl {
  font-size: 0;
  overflow: hidden;
  background: #fff;
  padding: 0.3rem 0;
}
.sj_zy_public #m_n_nav #sub_nav_content dl dt {
  position: relative;
  background: #fff;
  z-index: 999;
  width: 33.333333%;
  display: inline-block;
  margin-bottom: 0;
  float: left;
  text-align: center;
}
.sj_zy_public #m_n_nav #sub_nav_content dl dt a {
  margin: 0 0.04rem;
  display: block;
  color: #5b5349;
  line-height: 0.6rem;
  font-size: 0.32rem;
  font-weight: 400;
  vertical-align: top;
}
.sj_zy_public #m_n_nav #sub_nav_content dl dt.on a {
  color: #124996;
}
.fy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.6rem;
  line-height: 0.6rem;
}
.fy a {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0 0.05rem;
  text-align: center;
  display: inline-block;
  color: #666666;
  font-size: 0.18rem;
}
.fy a.on {
  background: url(../img/fy_icon2.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
.fy a.swy {
  background: url(../img/fy_icon.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.61rem;
}
.fy a.qr {
  background: url(../img/fy_icon.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.61rem;
}
.fy input {
  width: 0.4rem;
  height: 0.35rem;
  line-height: 0.35rem;
  margin: 0 0.05rem;
  text-align: center;
  display: inline-block;
  color: #666666;
  font-size: 0.18rem;
  background: url(../img/fy_icon3.png) no-repeat center;
  background-size: 100% 100%;
}
.fy .tz_z {
  margin-left: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fy .tz_z p {
  color: #666666;
  font-size: 0.18rem;
}
.fy .tz_z .qr {
  margin-left: 0.1rem;
}
.sp_tk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.sp_tk .tk_nr {
  width: 10rem;
  height: 4rem;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.sp_tk .tk_nr iframe {
  width: 100%;
  height: 100%;
}
.sp_tk .tk_nr .close {
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: -0.24rem;
  right: -0.24rem;
}
.zp_tk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .58);
 
  z-index: 999;
}
.zp_tk .tk_nr {
  width: 100%;
  height: 82vh;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  background: url(../img/zp.jpg) #fff no-repeat right bottom;
  background-size: 11.45rem 6.08rem;
}
.zp_tk .tk_nr img {
  position: absolute;
  top: 0.52rem;
  right: 2.6rem;
  width: 0.4rem;
  height: 0.4rem;
}
.zp_tk .tk_nr h1 {
  margin-top: 0.85rem;
  color: #000000;
  font-size: 0.46rem;
  font-weight: 700;
  margin-bottom: 0.28rem;
  margin-left: 2.6rem;
}
.zp_tk .tk_nr .info {
  margin-left: 2.6rem;
}
.zp_tk .tk_nr .info span {
  display: inline-block;
  color: #949494;
  font-size: 0.18rem;
  margin-right: 0.7rem;
}
.zp_tk .tk_nr .nr {
  margin-left: 2.6rem;
  margin-top: 0.4rem;
  height: 4rem;
  overflow-y: auto;
  width: 60%;
}
.zp_tk .tk_nr .nr h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.zp_tk .tk_nr .nr p {
  color: #949494;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.zp_tk .tk_nr .nr::-webkit-scrollbar {
  width: 6px;
}
.zp_tk .tk_nr .nr::-webkit-scrollbar-thumb {
  border-radius: 0.025rem;
  box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.31);
  -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
  background: #124996;
}
.zp_tk .tk_nr .cj {
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.18rem;
  display: inline-block;
  width: 1.31rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  margin-left: 2.6rem;
}
.zp_tk .tk_nr .cj.yp {
  background: url(../img/zp_icon22.png) no-repeat center;
  background-size: 100% 100%;
}
.zp_tk .tk_nr .cj.td {
  margin-left: 0.48rem;
  background: url(../img/zp_icon23.png) no-repeat center;
  background-size: 100% 100%;
}
.tj {
  margin-top: 1.4rem;
}
.tj .wrapper ul {
  overflow: hidden;
  height: 2.7rem;
}
.tj .wrapper ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.2rem;
}
.tj .wrapper ul li:nth-child(2n+2) {
  margin-right: 0;
}
.tj .wrapper ul li a {
  display: block;
  padding-bottom: 0.14rem;
  border-bottom: 0.01rem dashed #f6f6f6;
}
.tj .wrapper ul li a h3 {
  color: #323232;
  font-size: 0.18rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.tj .wrapper ul li a span {
  display: inline-block;
  color: #124996;
  font-size: 0.16rem;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  border-right: 0.01rem solid #cecece;
}
.tj .wrapper ul li a em {
  color: #9f9f9f;
  font-size: 0.16rem;
}
.audio_list{
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.audio_list ul{
  overflow: hidden;
  min-height: 6rem;
}
.audio_list ul li{
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.3rem;
}
.audio_list ul li img{
  width: 6.61rem;
  height: 3.17rem;
  margin-bottom: 0.1rem;
}
.audio_list ul li:nth-child(2n+2){
  margin-right: 0;
}
.audio_list ul li audio{
  width: 100%;
}
.audio_list ul li h2{
  color: #333;
  font-size: .18rem;
  line-height: 0.3rem;
}
.about_new .about_list{
  margin-top: 0.5rem;
  min-height: 6rem;
  margin-bottom: 0.36rem;
}
.about_new .about_list .new_nr p{
  font-size: .18rem;
  color: #333;
  line-height: 0.4rem;
}
.about_new .about_list .new_nr img{
  max-width: 100%;
}
.about_new .about_list .new_nr video{
  max-width: 100%;
}

.about_new .about_list .new_nr table{
  max-width: 100%;
}