html,body{
  font-size: 100px;
}
header .top {
  background-color: #fff;
  height: 1.42rem;
}
header .top .bgs {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 1.42rem;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
header .top .w {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
header .top .w .top_left a {
  display: block;
  width: 4.92rem;
  height: 0.67rem;
  margin-top: 0.5rem;
}
header .top .w .top_left a img {
  width: 100%;
  height: 100%;
}
header .top .w .top_right {
  height: 100%;
}
header .top .w .top_right dl {
  display: flex;
  height: 100%;
}
header .top .w .top_right dl dd {
  width: 1.37rem;
  text-align: center;
}
header .top .w .top_right dl dd > a {
  display: block;
  color: #333333;
  height: 1.35rem;
  line-height: 1.6rem;
  font-size: 0.2rem;
  border-top: 0.07rem solid transparent;
}
header .top .w .top_right dl dd > a.on {
  background-color: #124996;
  color: #fff;
  font-weight: 700;
  border-top: 0.07rem solid #179d4e;
}
header .top .w .top_right dl dd > a:hover {
  background-color: #124996;
  color: #fff;
  font-weight: 700;
  border-top: 0.07rem solid #179d4e;
}
header .top .w .top_right dl dd .ej {
  overflow: hidden;
  position: absolute;
  top: 1.42rem;
  z-index: 11;
  height: 0;
  line-height: 0.45rem;
  white-space: nowrap;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
header .top .w .top_right dl dd .ej li {
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 0.45rem;
  height: 100%;
  text-align: center;
}
header .top .w .top_right dl dd .ej li a {
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 0.45rem;
  height: 100%;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
}
header .top .w .top_right dl dd .ej li a.on {
  font-weight: 700;
}
header .top .w .top_right dl dd.on > a {
  background-color: #124996;
  color: #fff;
  font-weight: 700;
  border-top: 0.07rem solid #179d4e;
}
.m_header_box {
  transition: 0.6s;
  display: none;
  height: 1.3rem;
}
.m_header_box header {
  padding: 0 0.15rem;
  height: 1.3rem;
  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: 4.95rem;
  height: 0.67rem;
}
.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 .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 .list a {
  display: block;
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.7);
  height: 0.5rem;
  line-height: 0.5rem;
}
#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.3rem;
  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;
  width: 100%;
  height: 7.49rem;
  overflow: hidden;
}
.banner .pc_banner{
    height:100%;
}
.banner .sj_banner{
    display:none;
    height:100%;
}
.banner .mySwiper1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner .mySwiper1 .swiper-slide {
  overflow: hidden;
}
.banner .mySwiper1 .bnrBox,
.banner .mySwiper1 .bg {
  width: 100%;
  overflow: hidden;
  height: 7.49rem;
  position: relative;
}
.banner .mySwiper1 .sj_bg {
  display: none;
  width: 100%;
  overflow: hidden;
  height: 7.49rem;
  position: relative;
}
.banner .mySwiper1 .bnrBox {
  transform: scale(1.15);
  transition: ease 2s;
  opacity: 0.8;
}
.banner .mySwiper1 .bnrBox .bg {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .mySwiper1 .bnrBox .sj_bg {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .mySwiper1 .text {
  position: absolute;
  left: 50%;
  width: 15.4rem;
  top: 1.45rem;
  transform: translateX(-50%);
}
.banner .mySwiper1 .text .fonts {
  width: 5.39rem;
  position: absolute;
  top: 0;
  margin-left: 5rem;
  transition: ease all 2s;
  transform: translate(1.2rem);
}
.banner .mySwiper1 .swiper-slide-active .bnrBox {
  transform: scale(1);
  opacity: 1;
}
.banner .mySwiper1 .swiper-slide-active .fonts {
  opacity: 1;
  transform: scale(1);
}
.banner .line {
  width: 15.4rem;
  height: 0.1rem;
  line-height: 0.1rem;
  position: absolute;
  top: 38%;
  left: 1.9rem;
  z-index: 2;
}
.banner .line em {
  display: block;
  width: 100%;
  height: 0.01rem;
  background-color: #fff;
  margin-top: 0.05rem;
}
.banner .line em span {
  display: block;
  width: 3.37rem;
  height: 0.05rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: automatic 3s linear alternate infinite;
}
.banner .snjt {
  position: absolute;
  z-index: 2;
  bottom: 0.28rem;
  left: 1.9rem;
  width: 15.4rem;
  height: 1.35rem;
  background-color: #fff;
  padding: 0 0.9rem;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner .snjt .z {
  width: 8.3rem;
  background: url(../img/icon.png) no-repeat 85% center;
  background-size: 0.09rem 0.84rem;
  height: 100%;
}
.banner .snjt .z h2 {
  color: #333333;
  font-size: 0.28rem;
  font-weight: 400;
  margin-bottom: 0.14rem;
  margin-top: 0.18rem;
  width: 80%;
}
.banner .snjt .z p {
  width: 62%;
  color: #999999;
  font-size: 0.14rem;
}
.banner .snjt .r {
  width: calc(100% - 8.3rem);
  height: 100%;
}
.banner .snjt .r ol {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.banner .snjt .r ol li {
  height: 100%;
}
.banner .snjt .r ol li a {
  width: 1.37rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner .snjt .r ol li a .img {
  text-align: center;
  width: 0.46rem;
  height: 0.46rem;
  margin-bottom: 0.1rem;
}
.banner .snjt .r ol li a .img .img1 {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.banner .snjt .r ol li a .img .img2 {
  width: 100%;
  height: 100%;
  display: none;
  margin: 0 auto;
}
.banner .snjt .r ol li a h2 {
  color: #666666;
  font-size: 0.15rem;
  font-weight: 400;
}
.module1 {
  padding-top: 1.05rem;
  box-sizing: border-box;
  height: 7.45rem;
  background: url(../img/icon10.png) no-repeat 94% bottom;
  background-size: 10.63rem 2.56rem;
}
.module1 .w {
  overflow: hidden;
}
.module1 .w .left {
  float: left;
  width: 9rem;
}
.module1 .w .left > h1 {
  width: 8.96rem;
  height: 0.95rem;
  display: inline-block;
  background: url(../img/icon11.png) no-repeat top left;
  background-size: 100% 100%;
}
.module1 .w .left > h1 a {
  display: flex;
  align-items: end;
  color: #333333;
  font-size: 0.48rem;
  font-weight: 400;
  height: 100%;
}
.module1 .w .left .jj_gd {
  display: flex;
  margin: 0.36rem 0;
}
.module1 .w .left .jj_gd .jj_time {
  margin-right: 0.7rem;
}
.module1 .w .left .jj_gd .jj_time span {
  color: #124996;
  font-size: 0.36rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.module1 .w .left .jj_gd .jj_time sub {
  color: #333333;
  font-size: 0.18rem;
}
.module1 .w .left .jj_gd .jj_time h4 {
  margin-top: 0.1rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: 400;
}
.module1 .w .left .sy_jj_nr {
  width: 76%;
  height: 1.75rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.module1 .w .left .sy_jj_nr p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.34rem;
}
.module1 .w .left .sy_jj_nr p span {
  color: #124996;
  font-size: 0.2rem;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.module1 .w .left .sy_jj_nr p em {
  color: #124996;
  font-size: 0.16rem;
}
.module1 .w .left .sy_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;
}
.module1 .w .left .sy_jj_nr::-webkit-scrollbar {
  width: 0.02rem;
}
.module1 .w .left .more {
  margin-top: 0.6rem;
  line-height: 0.41rem;
  color: #fff;
  text-indent: 0.2rem;
  transition: all 0.5s;
}
.module1 .w .right {
  float: right;
  width: calc(100% - 9rem);
  height: 3.8rem;
  margin-top: 0.72rem;
  position: relative;
  overflow: hidden;
}
.module1 .w .right .swiper {
  background-image: url(../img/icon12.png), url(../img/icon13.png);
  background-position: top left, top right;
  background-size: 0.44rem 0.75rem, 0.44rem 0.75rem;
  background-repeat: no-repeat, no-repeat;
  height: 100%;
}
.module1 .w .right .swiper .swiper-slide {
  height: auto;
  padding: 0 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
.module1 .w .right .swiper .swiper-slide.swiper-slide-active h2 {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
}
.module1 .w .right .swiper .swiper-slide a h2 {
  color: #999999;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.75rem;
}
.module2 {
  width: 100%;
  height: 7.45rem;
  position: relative;
}
.module2 > h1 {
  position: absolute;
  top: 1.04rem;
  left: 1.92rem;
  z-index: 3;
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module2 > h1 a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.18rem;
}
.module2 > h1 a i {
  margin-left: 0.14rem;
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  line-height: 0.38rem;
  text-align: center;
  color: #124996;
  background-color: #fff;
  border-radius: 50%;
  font-size: 0.12rem;
  font-weight: 700;
}
.module2 .switch .item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
.module2 .switch .item a {
  width: 2.18rem;
  height: 2.06rem;
  display: block;
  position: absolute;
  top: 2.36rem;
  left: 4.48rem;
}
.module2 .switch .item a > img {
  width: 2.18rem;
  height: 2.06rem;
  position: absolute;
  z-index: 1;
}
.module2 .switch .item a .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.module2 .switch .item a .img img {
  transition: all ease-in-out 0.3s;
  max-width: 0.44rem;
  max-height: 0.34rem;
  position: absolute;
  left: 0.36rem;
  bottom: 0.6rem;
}
.module2 .switch .item a .img h2 {
  transition: all ease-in-out 0.3s;
  position: absolute;
  left: 0.36rem;
  bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 400;
}
.module2 .switch .item a:nth-child(2) {
  top: 4.42rem;
  left: 6.67rem;
}
.module2 .switch .item a:nth-child(3) {
  top: 4.42rem;
  left: 8.85rem;
}
.module2 .switch .item a:nth-child(4) {
  top: 2.36rem;
  left: auto;
  right: 4.48rem;
}
.module2 .switch .item a:nth-child(4) .img {
  background: rgba(0, 0, 0, 0);
}
.module2 .switch .item_con {
  width: 100%;
  height: 100%;
}
.module2 .switch .item_con .con_conts {
  display: none;
}
.module2 .switch .item_con .con_conts.on {
  display: block;
}
.module2 .switch .item_con .con_conts.on .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.module2 .switch .item_con .con_conts.on .img img {
  width: 100%;
  height: 100%;
}
.module2 .switch .item_con .con_conts.on .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon14.jpg) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
}
.sj_module2 {
  display: none;
  width: 100%;
  height: 8.1rem;
  position: relative;
}
.sj_module2 > .img {
  width: 100%;
  height: 8.1rem;
  position: relative;
}
.sj_module2 > .img img {
  width: 100%;
  height: 100%;
}
.sj_module2 > .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/sj_yw_img_bg.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sj_module2 > h1 {
  position: absolute;
  top: 1.34rem;
  left: 0.3rem;
  z-index: 3;
  font-weight: 400;
  display: inline-block;
}
.sj_module2 > h1 a {
  display: block;
  font-size: 0.48rem;
  font-weight: 400;
  color: #ffffff;
}
.sj_module2 .item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.sj_module2 .item a {
  width: 2.18rem;
  height: 2.06rem;
  display: block;
  position: absolute;
  top: 3.3rem;
  left: 0.3rem;
}
.sj_module2 .item a > img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.sj_module2 .item a .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.sj_module2 .item a .img img {
  transition: all ease-in-out 0.3s;
  max-width: 0.44rem;
  max-height: 0.34rem;
  position: absolute;
  left: 0.36rem;
  bottom: 0.6rem;
}
.sj_module2 .item a .img h2 {
  transition: all ease-in-out 0.3s;
  position: absolute;
  left: 0.36rem;
  bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.3rem;
  font-weight: 400;
}
.sj_module2 .item a:nth-child(2) {
  top: auto;
  left: 2.52rem;
  bottom: 0.7rem;
}
.sj_module2 .item a:nth-child(3) {
  top: auto;
  left: auto;
  right: 0.64rem;
  bottom: 0.7rem;
}
.sj_module2 .item a:nth-child(4) {
  top: 1.26rem;
  left: auto;
  right: 0.3rem;
}
.sj_module2 .item a:nth-child(4) .img {
  background: rgba(0, 0, 0, 0);
}
.module3 {
  height: 7.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  box-sizing: border-box;
}
.module3 .w {
  display: flex;
}
.module3 .w .module3_1 {
  width: 4.96rem;
  height: 5.94rem;
  margin-right: 0.26rem;
  overflow: hidden;
  position: relative;
}
.module3 .w .module3_1 .swiper {
  width: 100%;
  height: 100%;
}
.module3 .w .module3_1 .swiper a {
  display: block;
}
.module3 .w .module3_1 .swiper a .img {
  width: 4.96rem;
  height: 3.02rem;
  overflow: hidden;
}
.module3 .w .module3_1 .swiper a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module3 .w .module3_1 .swiper a .nr {
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.module3 .w .module3_1 .swiper a .nr h2 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}
.module3 .w .module3_1 .swiper a .nr em {
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.module3 .w .module3_1 .swiper a .nr em i {
  font-size: 0.16rem;
}
.module3 .w .module3_1 .swiper a .nr p {
  margin-top: 0.32rem;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.23rem;
  height: 0.46rem;
}
.module3 .w .module3_1 .swiper .swiper-pagination {
  text-align: left;
  left: 0.3rem;
  bottom: 0.5rem;
}
.module3 .w .module3_1 .swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  border: 0.01rem solid #b5b5b5;
}
.module3 .w .module3_1 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #124996;
  border: 0.01rem solid #124996;
}
.module3 .w .module3_2 {
  width: 4.96rem;
  height: 5.94rem;
  margin-right: 0.26rem;
  position: relative;
}
.module3 .w .module3_2 ul {
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.34rem 0.8rem 0.38rem;
  box-sizing: border-box;
  background: url(../img/icon27.jpg) no-repeat center;
  background-size: 100% 100%;
}
.module3 .w .module3_2 ul .fir {
  padding-bottom: 0.2rem;
  border-bottom: 0.04rem solid #d3d7e1;
}
.module3 .w .module3_2 ul .fir a {
  display: block;
}
.module3 .w .module3_2 ul .fir a h3 {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.module3 .w .module3_2 ul .fir a em {
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.module3 .w .module3_2 ul .fir a em i {
  font-size: 0.16rem;
}
.module3 .w .module3_2 ul .fir a p {
  margin-top: 0.16rem;
  color: #999999;
  font-size: 0.14rem;
  line-height: 0.23rem;
  height: 0.46rem;
}
.module3 .w .module3_2 ul .sec {
  margin-top: 0.34rem;
}
.module3 .w .module3_2 ul .sec a {
  display: block;
}
.module3 .w .module3_2 ul .sec a h3 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 400;
  margin-bottom: 0.05rem;
}
.module3 .w .module3_2 ul .sec a em {
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.module3 .w .module3_2 ul .sec a em i {
  font-size: 0.16rem;
}
.module3 .w .module3_3 {
  width: 4.96rem;
  height: 5.94rem;
  position: relative;
  background-color: #f8f8f8;
}
.module3 .w .module3_3 ul {
  width: 100%;
  padding: 0.8rem 0.18rem 0 0.18rem;
  box-sizing: border-box;
}
.module3 .w .module3_3 ul li {
  padding-bottom: 0.16rem;
  border-bottom: 0.01rem solid #eaeaea;
  margin-bottom: 0.2rem;
}
.module3 .w .module3_3 ul li a {
  display: block;
}
.module3 .w .module3_3 ul li a h3 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.module3 .w .module3_3 ul li a em {
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.module3 .w .module3_3 ul li a em i {
  font-size: 0.16rem;
}
.module3 .w .module3_3 ul li:last-child {
  border-bottom: none;
}
.module3 .w .sj_qh {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.78rem;
  display: none;
  height: 6rem;
}
.module3 .w .sj_qh .tite {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module3 .w .sj_qh .tite .tit_t {
  margin-bottom: 0.46rem;
  text-align: center;
  width: 1.58rem;
  height: 0.55rem;
  line-height: 0.55rem;
  background-color: #179d4e;
  color: #fff;
  font-size: 0.3rem;
  margin-right: 0.38rem;
}
.module3 .w .sj_qh .tite .tit_t.on {
  background-color: #124996;
}
.module3 .w .sj_qh .tite .tit_t:last-child {
  margin-right: 0;
}
.module3 .w .sj_qh .sj_qh_nr ul {
  display: none;
}
.module3 .w .sj_qh .sj_qh_nr ul li {
  margin-bottom: 0.2rem;
}
.module3 .w .sj_qh .sj_qh_nr ul li a {
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #eaeaea;
}
.module3 .w .sj_qh .sj_qh_nr ul li a h2 {
  font-size: 0.4rem;
  color: #333333;
  font-weight: 700;
  padding-left: 0.5rem;
  background: url(../img/sj_icon.png) no-repeat 3% center;
  background-size: 0.13rem 0.13rem;
  margin-bottom: 0.1rem;
}
.module3 .w .sj_qh .sj_qh_nr ul li a em {
  margin-left: 0.54rem;
  font-size: 0.38rem;
  color: #999999;
  font-family: 'Times New Roman', Times, serif;
}
.module3 .w .sj_qh .sj_qh_nr ul li a em i {
  font-size: 0.36rem;
}
.module3 .w .sj_qh .sj_qh_nr ul li:last-child a {
  border-bottom: 0.02rem solid transparent;
}
.module3 .w .sj_qh .sj_qh_nr ul.on {
  display: block;
}
.module4 {
  width: 100%;
  height: 3.52rem;
}
.module4 .pc {
  width: 100%;
  height: 100%;
}
.sj_module4 {
  display: none;
  width: 100%;
  height: 3.52rem;
}
.sj_module4 .pc {
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  background: url(../img/foot.jpg) no-repeat center;
  background-size: 100% 100%;
}
footer .w .f_t {
  display: flex;
  justify-content: space-between;
  height: 3.65rem;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
footer .w .f_t .f_t_l {
  width: 4rem;
  margin-top: 0.2rem;
}
footer .w .f_t .f_t_l p {
  color: #ffffff;
  font-size: 0.36rem;
  font-weight: 400;
  margin-bottom: 0.24rem;
}
footer .w .f_t .f_t_l div p{
  color: #ffffff;
  font-size: 0.26rem;
}
footer .w .f_t .f_t_l .ewm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
footer .w .f_t .f_t_l .ewm .img {
  margin-right: 0.3rem;
}
footer .w .f_t .f_t_l .ewm .img img {
  width: 1.38rem;
  height: 1.38rem;
}
footer .w .f_t .f_t_l .ewm .img h2 {
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 400;
}
footer .w .f_t .f_t_z {
  margin-left: 1rem;
  margin-top: 0.2rem;
  margin-right: 1rem;
}
footer .w .f_t .f_t_z > h1 {
  color: #ffffff;
  font-size: 0.18rem;
  font-weight: 400;
  margin-bottom: 0.16rem;
}
footer .w .f_t .f_t_z ol {
  overflow: hidden;
}
footer .w .f_t .f_t_z ol li {
  float: left;
  margin-right: 0.6rem;
}
footer .w .f_t .f_t_z ol li > a {
  color: #ffffff;
  font-size: 0.16rem;
  display: block;
  margin-bottom: 0.16rem;
}
footer .w .f_t .f_t_z ol li .d_nav a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.14rem;
  margin-bottom: 0.1rem;
}
.dropdown{
  width: 2.6rem;
    margin: 0 auto;
    height: 0.5rem;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 0.08rem;
    padding-left: 0.16rem;
    padding-right: 0.23rem;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.dropdown .arrow{
  margin-left: auto;
    width: 0.15rem;
    height: 0.08rem;
}
.dropdown span{
  color: rgba(255, 255, 255, .5);
  font-size: 0.16rem;
}
.dropdown .selectMask{
  display: none;
    position: absolute;
    left: -0.01rem;
    bottom: 0.4rem;
    width: 2.6rem;
    height: 3rem;
    opacity: 1;
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    -ms-overflow-style: none;
    overflow-y: auto;
    z-index: 11;
    background: #289a55;
    border: 1px solid rgba(255, 255, 255, .5);
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
    box-sizing: border-box;
    border-bottom: 0;
    transition: all 0.2s;
    /* padding: 0.2rem; */

}
.dropdown:hover{
  cursor: pointer;
}
.dropdown .selectMask .item{
    font-size: .14rem;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 0.5rem;
    transition: all 0.2s;
    width: 100%;
    padding: 0 .16rem;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
}
.dropdown .selectMask .item:hover{
  background: #124996;
  color: #fff;
  font-weight: 700;

}
footer .w .f_t .f_t_r {
  width: 2.87rem;
  margin-top: 0.1rem;
}
footer .w .f_t .f_t_r div {
  margin-bottom: 0.2rem;
}
footer .w .f_t .f_t_r div img {
  font-weight: 700;
  margin-right: 0.04rem;
}
footer .w .f_t .f_t_r div em {
  color: #fff;
  font-size: 0.14rem;
}
footer .w .f_t .f_t_r div h3 {
  margin-top: 0.16rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
  margin-left: 0.26rem;
}
footer .w .f_t .f_t_r div h5 {
  margin-top: 0.16rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0.26rem;
}
footer .gfd {
  border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
}
footer .gfd .w .f_b {
  height: 0.66rem;
  line-height: 0.64rem;
}
footer .gfd .w .f_b .cz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .gfd .w .f_b .cz a {
  display: inline-block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
}
footer .gfd .w .f_b .cz a.gf {
  margin-right: 0.36rem;
}
footer .gfd .w .f_b .cz a.d_wzdt {
  margin-right: 0.3rem;
}
footer .gfd .w .f_b .cz img {
  margin: 0 0.05rem;
}
.xw_list {
  overflow: hidden;
}
.xw_list ul {
  margin-bottom: 1rem;
  margin-top: 0.92rem;
  background-color: #fff;
  min-height: 6rem;
}
.xw_list ul .fi {
  margin-top: 0.48rem;
}
.xw_list ul .fi a {
  width: 100%;
  display: inline-flex;
  padding-bottom: 0.5rem;
  border-bottom: 0.01rem solid #e3e3e3;
}
.xw_list ul .fi a .xw_left {
  height: 0.75rem;
  width: 0.98rem;
  border-right: 0.01rem solid #e3e3e3;
}
.xw_list ul .fi a .xw_left span {
  display: block;
  color: #999999;
  font-size: 0.58rem;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1;
}
.xw_list ul .fi a .xw_left em {
  display: block;
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.xw_list ul .fi a .img {
  margin-left: 0.4rem;
  width: 3.11rem;
  height: 1.9rem;
  overflow: hidden;
}
.xw_list ul .fi a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.xw_list ul .fi a .xw_nr {
  margin-left: 0.3rem;
  width: calc(100% - 5rem);
}
.xw_list ul .fi a .xw_nr h1 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.1rem;
  margin-bottom: 0.24rem;
}
.xw_list ul .fi a .xw_nr p {
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-bottom: 0.3rem;
}
.xw_list ul .fi a .xw_nr span {
  width: 0.86rem;
  height: 0.31rem;
  line-height: 0.31rem;
  text-align: center;
  display: inline-block;
  background: url(../img/tx.png) no-repeat center;
  background-size: 100% 100%;
  color: #999999;
  font-size: 0.16rem;
  transition: all 0.5s;
}
.xw_list ul .second {
  margin-top: 0.48rem;
}
.xw_list ul .second a {
  width: 100%;
  height: 2.2rem;
  display: inline-flex;
  padding-bottom: 0.4rem;
  border-bottom: 0.01rem solid #e3e3e3;
}
.xw_list ul .second a .xw_left {
  height: 0.75rem;
  width: 0.98rem;
  border-right: 0.01rem solid #e3e3e3;
}
.xw_list ul .second a .xw_left span {
  display: block;
  color: #999999;
  font-size: 0.58rem;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1;
}
.xw_list ul .second a .xw_left em {
  display: block;
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.xw_list ul .second a .xw_nr {
  margin-left: 0.3rem;
  width: calc(100% - 1.5rem);
}
.xw_list ul .second a .xw_nr h1 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-top: 0.1rem;
  margin-bottom: 0.24rem;
}
.xw_list ul .second a .xw_nr p {
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-bottom: 0.3rem;
}
.xw_list ul .second a .xw_nr span {
  width: 0.86rem;
  height: 0.31rem;
  line-height: 0.31rem;
  text-align: center;
  display: inline-block;
  background: url(../img/tx.png) no-repeat center;
  background-size: 100% 100%;
  color: #999999;
  font-size: 0.16rem;
  transition: all 0.5s;
}
.xw_list ul li:last-child a {
  border-bottom: 0.01rem solid transparent;
}
.lxwm_list {
  padding-bottom: 0.62rem;
}
.lxwm_list .dt {
  width: 100%;
  height: 5.27rem;
}
.lxwm_list .dt iframe {
  width: 100%;
  height: 100%;
}
.lxwm_list .lxwm_ffs {
  position: relative;
  margin-top: -1.28rem;
  background-color: #fff;
  height: 3.98rem;
  box-shadow: 0 0 0.16rem 0 #e0e0e0;
  border-top: 0.06rem solid;
  border-image: linear-gradient(to right, #289a55, #124996) 1;
}
.lxwm_list .lxwm_ffs h1 {
  color: #333333;
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.54rem;
  margin-bottom: 0.04rem;
}
.lxwm_list .lxwm_ffs h2 {
  color: #f6f6f6;
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
}
.lxwm_list .lxwm_ffs ol {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lxwm_list .lxwm_ffs ol li {
  width: 33%;
  text-align: center;
}
.lxwm_list .lxwm_ffs ol li img {
  width: 0.35rem;
  height: 0.45rem;
}
.lxwm_list .lxwm_ffs ol li p {
  color: #333333;
  font-size: 0.18rem;
  margin: 0.32rem 0 0.14rem;
}
.lxwm_list .lxwm_ffs ol li h4 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 400;
}
.lxwm_list .lxwm_ffs ol li h5 {
  color: #333333;
  font-size: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.lxwm_list .lxwm_ffs ol li:nth-child(2) img {
  width: 0.4rem;
  height: 0.41rem;
}
.lxwm_list .lxwm_ffs ol li:nth-child(3) img {
  width: 0.46rem;
  height: 0.36rem;
}
.wzdt_list {
  min-height: 8.2rem;
  background: url(../img/dt_bg.jpg) no-repeat bottom right;
  background-size: 10.36rem 2.56rem;
}
.wzdt_list .top_w {
  margin-top: 1.1rem;
}
.wzdt_list .top_w > img {
  width: 1.21rem;
  height: 0.84rem;
  display: block;
  margin: 0 auto;
}
.wzdt_list .top_w ul {
  margin-top: 0.52rem;
  overflow: hidden;
}
.wzdt_list .top_w ul li {
  float: left;
  text-align: center;
  margin-right: 0.1rem;
}
.wzdt_list .top_w ul li > a {
  display: block;
  width: 1.9rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  background-color: #124996;
}
.wzdt_list .top_w ul li .dt_nav {
  margin-top: 0.32rem;
}
.wzdt_list .top_w ul li .dt_nav a {
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #333333;
  font-size: 0.18rem;
}
.wzdt_list .top_w ul li:last-child {
  margin-right: 0;
}
.xwdt_list {
  overflow: hidden;
}
.xwdt_list ul {
  min-height: 6rem;
  margin-top: 0.9rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.xwdt_list ul li a {
  height: 1.4rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border-bottom: 0.01rem solid #e7e7e7;
}
.xwdt_list ul li a .fl {
  width: calc(100% - 1rem);
}
.xwdt_list ul li a .fl h2 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.xwdt_list ul li a .fl em {
  color: #999999;
  font-size: 0.18rem;
}
.xwdt_list ul li a .fr {
  margin-top: -0.1rem;
  text-align: center;
  width: 0.46rem;
  height: 0;
  line-height: 0.85rem;
  background-color: #124996;
  transition: all 0.5s;
}
.xwdt_list ul li a .fr i {
  color: #fff;
  font-size: 0.2rem;
}
.scjd_list {
  margin-top: 1.3rem;
  padding-bottom: 1.3rem;
  position: relative;
  overflow: hidden;
}
.scjd_list .swiper .h .jd_t {
  display: flex;
  margin-bottom: 0.7rem;
}
.scjd_list .swiper .h .jd_t .left {
  border-top: 0.04rem solid #179d4e;
  background-color: #124996;
  width: 5.39rem;
  height: 5.28rem;
  box-sizing: border-box;
  padding: 0.4rem;
}
.scjd_list .swiper .h .jd_t .left .tit {
  color: #fff;
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.32rem;
}
.scjd_list .swiper .h .jd_t .left .scroll {
  height: 3.6rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.scjd_list .swiper .h .jd_t .left .scroll center{
  color: #fff;
}
.scjd_list .swiper .h .jd_t .left .scroll p {
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.scjd_list .swiper .h .jd_t .left .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: #179d4e;
}
.scjd_list .swiper .h .jd_t .left .scroll::-webkit-scrollbar {
  width: 0.03rem;
}
.scjd_list .swiper .h .jd_t .right img {
  width: 8.61rem;
  height: 5.28rem;
}
.scjd_list .swiper .h .jd_b {
  height: 2.8rem;
  padding-right: 0.1rem;
  overflow-y: auto;
  background-color: #fff;
}
.scjd_list .swiper .h .jd_b p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.scjd_list .swiper .h .jd_b::-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;
}
.scjd_list .swiper .h .jd_b::-webkit-scrollbar {
  width: 0.03rem;
}
.scjd_list .swiper .swiper-button-next:after,
.scjd_list .swiper .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.scjd_list .swiper .swiper-button-prev:after,
.scjd_list .swiper .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
.scjd_list .swiper .swiper-button-next {
  width: 0.34rem;
  height: 0.65rem;
  background-color: #124996;
  text-align: center;
  line-height: 0.65rem;
  right: 0;
  color: #fff;
  font-weight: 700;
  top: 25%;
}
.scjd_list .swiper .swiper-button-next i::before{
  font-size: 24px;
}
.scjd_list .swiper .swiper-button-prev i::before{
  font-size: 24px;
}
.scjd_list .swiper .swiper-button-prev {
  width: 0.34rem;
  height: 0.65rem;
  background-color: #124996;
  text-align: center;
  line-height: 0.65rem;
  color: #fff;
  font-weight: 700;
  top: 25%;
  left: 5.39rem;
}
.scjd_list .swiper .path {
  position: absolute;
  bottom: auto;
  top: 4.6rem;
  z-index: 2;
  width: auto;
  left: 6rem;
  color: #fff;
}
.scjd_list .swiper .path i {
  font-size: 0.3rem;
}
.scjd_list .swiper .path span {
  font-size: 0.18rem;
}
.xq_page {
  margin-top: 1.2rem;
  padding-bottom: 1rem;
}
.xq_page .top_w {
  background-color: #fff;
}
.xq_page .top_w .xq_list {
  display: flex;
}
.xq_page .top_w .xq_list .Right_structure {
  width: 12rem;
  margin-right:.5rem;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_tit > h2 {
  color: #333;
  font-size: 0.3rem;
  font-weight: 700;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_tit .xx .rig {
  display: flex;
  height: 0.6rem;
  line-height: 0.6rem;
  align-items: center;
  border-bottom: 0.01rem solid #efefef;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_tit .xx .rig span {
  color: #999999;
  font-size: 0.16rem;
  display: inline-block;
  margin-right: 0.4rem;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_tit .xx .rig div {
  color: #999999;
  font-size: 0.16rem;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_tit .xx .rig div em {
  color: #999999;
  font-size: 0.16rem;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  text-align: center;
  line-height: 0.25rem;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_nr {
  padding-top: 0.6rem;
  min-height: 5rem;
  padding-bottom: 0.7rem;
  /*border-bottom: 0.01rem solid #ccd1d6;*/
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_nr p {
  color: #333333;
  font-size: 0.21rem;
  font-weight: 400;
  line-height: 0.4rem;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_nr img {
  max-width: 100%;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_nr table {
  max-width: 100%;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_nr iframe {
  max-width: 100%;
}
.xq_page .top_w .xq_list .Right_structure .xq .xq_nr video {
  max-width: 100%;
}
.xq_page .top_w .xq_list .newsR {
  /*width: 4.96rem;*/
  /*height: 5.89rem;*/
  position: relative;
  margin-left: 0.4rem;
  /*background-color: #f8f8f8;*/
  /*padding: 0.6rem 0.2rem 0.2rem 0.2rem;*/
  /*box-sizing: border-box;*/
}
.xq_page .top_w .xq_list .newsR .wrapper{
        position: absolute;
    width: inherit;
}
    .xq_page .top_w .xq_list .newsR .wrapper.affix {
        position: fixed;
        top: 0.5rem;
    }
.xq_page .top_w .xq_list .newsR .wrapper h2 {
  color: #fff;
  font-weight: 400;
  font-size: 0.18rem;
}
.xq_page .top_w .xq_list .newsR .wrapper ul {
  margin-top: 0.14rem;
}
.xq_page .top_w .xq_list .newsR .wrapper ul li {
  margin-bottom: 0.2rem;
}
.xq_page .top_w .xq_list .newsR .wrapper ul li a {
  display: block;
  padding-bottom: 0.18rem;
  border-bottom: 0.01rem solid #eaeaea;
}
.xq_page .top_w .xq_list .newsR .wrapper ul li a h3 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.xq_page .top_w .xq_list .newsR .wrapper ul li a em {
  color: #999999;
  font-size: 0.18rem;
  font-family: 'Times New Roman', Times, serif;
}
.xq_page .top_w .xq_list .newsR .wrapper ul li a em i {
  font-size: 0.16rem;
}
.xq_page .top_w .xq_list .newsR .wrapper ul li:last-child a {
  border-bottom: none;
}
.zxns_list {
  margin-top: 1.1rem;
  background-color: #fff;
}
.zxns_list ul.sj{
  display: none;
}
.zxns_list ul {
  overflow: hidden;
  min-height: 6rem;
  margin-bottom: 1rem;
}
.zxns_list ul li {
  float: left;
  width: 6.73rem;
  margin-right: 0.52rem;
  border: 0.01rem solid #f1f1f1;
  padding: 0 0.26rem;
  box-sizing: border-box;
  margin-bottom: 0.38rem;
  position: relative;
}
.zxns_list ul li:nth-child(2n+2) {
  margin-right: 0;
}
.zxns_list ul li h2 {
  color: #333333;
  font-size: 0.26rem;
  font-weight: 400;
  height: 0.76rem;
  line-height: 0.76rem;
  border-bottom: 0.01rem solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.zxns_list ul li h2 i {
  font-size: 0.34rem;
  color: #9f9f9f;
}
.zxns_list ul li .li_b {
  padding: 0.26rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zxns_list ul li .li_b span {
  display: block;
  color: #999999;
  font-size: 0.14rem;
  margin-bottom: 0.02rem;
}
.zxns_list ul li .li_b em {
  display: block;
  color: #333333;
  font-size: 0.18rem;
  font-weight: 400;
}
.zxns_list ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.zxns_list ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.ry_list {
  margin-top: 1.2rem;
  padding-bottom: 0.6rem;
  min-height: 6rem;
  background-color: #fff;
}
.ry_list ul {
  background: url(../img/ry_bg.png) no-repeat bottom center;
  background-size: 100% 0.73rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8rem;
  box-sizing: border-box;
  margin-bottom: 0.7rem;
  padding-bottom: 0.05rem;
}
.ry_list ul li {
  width: 3.86rem;
}
.ry_list ul li .img {
  width: 3.86rem;
  height: 2.56rem;
  margin-bottom: 0.2rem;
  text-align: center;
  background-color: #f9f9f9;
}
.ry_list ul li .img img {
  max-width: 100%;
  max-height: 100%;
}
.ry_list ul li h2 {
  color: #333;
  font-size: 0.18rem;
  font-weight: 400;
  text-align: center;
}
.bj_list {
  width: 100%;
  height: 8.7rem;
  background: url(../img/bj_bg.jpg) no-repeat top center;
  background-size: 100% 6.31rem;
}
.bj_list .top_w {
  display: flex;
  padding-top: 0.46rem;
}
.bj_list .top_w .zz {
  width: 7rem;
  padding-right: 0.1rem;
  box-sizing: border-box;
}
.bj_list .top_w .zz h1 {
  color: #333333;
  font-size: 0.28rem;
  font-weight: 700;
  margin-top: 0.46rem;
  margin-bottom: 0.14rem;
}
.bj_list .top_w .zz h2 {
  color: #999999;
  font-size: 0.22rem;
  font-weight: 400;
  margin-bottom: 0.24rem;
}
.bj_list .top_w .zz a {
  display: block;
  color: #999999;
  font-size: 0.18rem;
  margin-bottom: 0.66rem;
}
.bj_list .top_w .zz a svg {
  vertical-align: -0.04rem;
}
.bj_list .top_w .zz p {
  color: #999999;
  font-size: 0.18rem;
  font-weight: 400;
}
.bj_list .top_w .zz h3 {
  margin-top: 0.1rem;
  color: #124996;
  font-size: 0.28rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.bj_list .top_w .zz img {
  margin-top: 0.14rem;
  width: 1.22rem;
  height: 1.22rem;
}
.bj_list .top_w .yy {
  width: 6.9rem;
  margin-left: 0.1rem;
  background-color: #fff;
  border-radius: 0.1rem;
  height: 7.28rem;
  box-shadow: 0 0 0.16rem 0 #f1f1f1;
  padding: 0.3rem;
  box-sizing: border-box;
}
.bj_list .top_w .yy > h1 {
  color: #333333;
  font-size: 0.28rem;
  font-weight: 700;
}
.bj_list .top_w .yy .search {
  margin-top: 0.26rem;
  width: 6.28rem;
  height: 0.74rem;
  position: relative;
  border-radius: 0.06rem;
  background-color: #f9f9f9;
}
.bj_list .top_w .yy .search input {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  color: #333;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  height: 100%;
  background: none;
}
.bj_list .top_w .yy .search input::placeholder {
  color: #666666;
}
.bj_list .top_w .yy .search i {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  font-size: 0.3rem;
  color: #124996;
}
.bj_list .top_w .yy .search i:hover{
    cursor:pointer;
}
.bj_list .top_w .yy .search i.close{
    right:.9rem;
}
.bj_list .top_w .yy ol {
  margin-top: 0.2rem;
  height: 5rem;
  overflow-y: auto;
  padding-right: 0.4rem;
}
.bj_list .top_w .yy ol li {
  padding-bottom: 0.26rem;
  margin-bottom: 0.26rem;
  border-bottom: 0.01rem solid #e3e3e3;
}
.bj_list .top_w .yy ol li h4 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.bj_list .top_w .yy ol li p {
  color: #666666;
  font-size: 0.16rem;
  font-weight: 400;
  margin-bottom: 0.05rem;
}
.bj_list .top_w .yy ol li em {
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
  font-weight: 400;
  margin-right: 0.2rem;
  margin-bottom: 0.05rem;
}
.bj_list .top_w .yy ol li:last-child {
  border-bottom: none;
}
.bj_list .top_w .yy ol::-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;
}
.bj_list .top_w .yy ol::-webkit-scrollbar {
  width: 0.03rem;
  background-color: #e3e3e3;
}
.zdgc_list {
  background-color: #fff;
}
.zdgc_list ul {
  margin-top: 1.34rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
  min-height: 6rem;
}
.zdgc_list.sj{
  display: none;
} 
.zdgc_list ul li {
  float: left;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.zdgc_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.zdgc_list ul li .img {
  width: 4.4rem;
  height: 2.61rem;
  overflow: hidden;
}
.zdgc_list ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zdgc_list ul li .nr {
  width: 4.4rem;
  overflow: hidden;
  height: 1.2rem;
  padding-left: 0.14rem;
  box-sizing: border-box;
  border-left: 0.01rem solid #f1f1f1;
  transition: all 0.5s;
  position: relative;
}
.zdgc_list ul li .nr h2 {
  color: #333333;
  font-size: 0.18rem;
  font-weight: 700;
  margin-top: 0.28rem;
  margin-bottom: 0.1rem;
}
.zdgc_list ul li .nr p {
  color: #999999;
  font-size: 0.16rem;
  height: .21rem;
}
.zdgc_list ul li .nr em {
  width: 0;
  height: 0;
  background-color: #124996;
  text-align: center;
  line-height: 0.4rem;
  float: right;
}
.zdgc_list ul li .nr em i {
  color: #fff;
  font-size: 0.2rem;
}
.zdgc_list ul li .nr::before {
  box-sizing: inherit;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border: 0.01rem solid transparent;
  width: 0;
  height: 0;
}
.zdgc_list ul li .nr::after {
  box-sizing: inherit;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  border: 0.01rem solid transparent;
  width: 0;
  height: 0;
}
.qywh_list {
  margin-top: 0.9rem;
  padding-bottom: 1rem;
}
.qywh_list ol {
  background-color: #fff;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #f9f9f9;
  overflow: hidden;
}
.qywh_list ol li {
  float: left;
  width: 3.5rem;
  height: 3.42rem;
  text-align: center;
  border-radius: 0.1rem;
}
.qywh_list ol li .img {
  margin-top: 0.48rem;
}
.qywh_list ol li .img .img2 {
  display: none;
}
.qywh_list ol li h5 {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-top: 0.54rem;
  margin-bottom: 0.2rem;
}
.qywh_list ol li p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.qywh_list .wh_qh {
  margin-top: 0.86rem;
}
.qywh_list .wh_qh .qh_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 0.01rem solid #f9f9f9;
}
.qywh_list .wh_qh .qh_tit span {
  font-weight: 700;
  margin-right: 0.36rem;
  font-size: 0.24rem;
  border-bottom: 0.04rem solid transparent;
}
.qywh_list .wh_qh .qh_tit span.on {
  background-image: linear-gradient(to right, #179d4e, #124996);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  border-bottom: 0.04rem solid #124996;
}
.qywh_list .wh_qh .qh_con {
  margin-top: 0.36rem;
}
.qywh_list .wh_qh .qh_con .qh_item {
  min-height: 3.93rem;
  display: none;
}
.qywh_list .wh_qh .qh_con .qh_item h5 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #043370;
  text-align: center;
  margin-bottom: 0.14rem;
}
.qywh_list .wh_qh .qh_con .qh_item p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.qywh_list .wh_qh .qh_con .qh_item center {
  text-align: center;
}
.qywh_list .wh_qh .qh_con .qh_item.on {
  display: block;
}
.yw_list .jj {
  background-color: #fff;
  margin: 0.7rem 0;
  height: 1.2rem;
  display: flex;
}
.yw_list .jj .a {
  width: 3.1rem;
}
.yw_list .jj .a h2 {
  color: #f0f0f0;
  font-size: 0.34rem;
  font-weight: 700;
}
.yw_list .jj .a h4 {
  color: #333333;
  font-size: 0.34rem;
  font-weight: 700;
}
.yw_list .jj .b {
  width: calc(100% - 3.1rem);
  height: 100%;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.yw_list .jj .b p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.yw_list .jj .b::-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;
}
.yw_list .jj .b::-webkit-scrollbar {
  width: 0.03rem;
  background-color: #e3e3e3;
}
.yw_list .yw_qh {
  padding-bottom: 0.7rem;
}
.yw_list .yw_qh .qh_tit {
  width: 14rem;
  margin: 0 auto;
  height: 0.78rem;
  line-height: 0.78rem;
  display: flex;
}
.yw_list .yw_qh .qh_tit span {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 700;
  flex: 1;
  text-align: center;
  background-color: #179d4e;
}
.yw_list .yw_qh .qh_tit span.on {
  background-color: #124996;
}
.yw_list .yw_qh .qh_con .qh_item {
  display: none;
  min-height: 10rem;
}
.yw_list .yw_qh .qh_con .qh_item center {
  padding-top: 0.5rem;
  text-align: center;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 {
  width: 100%;
  height: 5.07rem;
  background: url(../img/sn_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w {
  overflow: hidden;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w h2 {
  margin-top: 0.6rem;
  color: #fff;
  font-size: 0.22rem;
  font-weight: 700;
  margin-bottom: 0.28rem;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w .nr {
  height: 3.6rem;
  overflow-y: auto;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w .nr h3 {
  border-left: 0.04rem solid #179d4e;
  padding-left: 0.14rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w .nr p {
  color: #fff;
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
  line-height: 0.36rem;
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w .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);
}
.yw_list .yw_qh .qh_con .qh_item .editor1 .top_w .nr::-webkit-scrollbar {
  width: 0rem;
}
.yw_list .yw_qh .qh_con .qh_item .editor2 .top_w h2 {
  margin-top: 0.4rem;
  color: #333333;
  font-size: 0.18rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.yw_list .yw_qh .qh_con .qh_item .editor2 .top_w p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.yw_list .yw_qh .qh_con .qh_item .editor2 .top_w img {
  max-width: 100%;
}
.yw_list .yw_qh .qh_con .qh_item.on {
  display: block;
}
.about_list {
  margin-top: 0.9rem;
}
.about_list #about {
  background: url(../img/ld_bg.jpg) no-repeat bottom right;
  background-size: 16.6rem 1.46rem;
  padding-bottom: 1.2rem;
  position: relative;
}
.about_list #about > h2 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.46rem;
}
.about_list #about .about_nr {
  margin-left: 2.6rem;
  display: flex;
}
.about_list #about .about_nr .z {
  width: 8.9rem;
  margin-right: 0.3rem;
}
.about_list #about .about_nr .z .scroll {
  height: 4.1rem;
  padding-right: 0.1rem;
  overflow-y: auto;
}
.about_list #about .about_nr .z .scroll p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
.about_list #about .about_nr .z .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: #124996;
}
.about_list #about .about_nr .z .scroll::-webkit-scrollbar {
  width: 0.02rem;
}
.about_list #about .about_nr .y {
  width: calc(100% - 9.2rem);
}
.about_list #about .about_nr .y img {
  max-width: 100%;
}
.about_list #about .pos {
  position: absolute;
  bottom: 0.3rem;
  left: 4.4rem;
}
.about_list #about .pos h3 {
  color: #ffffff;
  font-size: 0.3rem;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.6rem;
}
.about_list #about .pos img {
  width: 1.78rem;
  height: 0.64rem;
}
.about_list #qyjj {
  background: url(../img/jj_bg.jpg) no-repeat bottom right;
  background-size: 12.58rem 3.07rem;
  padding-bottom: 0.6rem;
  min-height: 7.75rem;
  box-sizing: border-box;
}
.about_list #qyjj .top_w > h2 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.6rem;
  margin-top: 0.7rem;
}
.about_list #qyjj .top_w .jj_gd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_list #qyjj .top_w .jj_gd .jj_time {
  text-align: center;
  margin-right: 0.74rem;
}
.about_list #qyjj .top_w .jj_gd .jj_time span {
  color: #124996;
  font-size: 0.36rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.about_list #qyjj .top_w .jj_gd .jj_time sub {
  color: #333333;
  font-size: 0.18rem;
}
.about_list #qyjj .top_w .jj_gd .jj_time h4 {
  color: #333333;
  font-size: 0.18rem;
  font-weight: 400;
  margin-top: 0.1rem;
}
.about_list #qyjj .top_w .jj_gd .jj_time:last-child {
  margin-right: 0;
}
.about_list #qyjj .top_w .jj_nr {
  text-align: center;
  margin-top: 0.32rem;
}
.about_list #qyjj .top_w .jj_nr .show {
  text-align: justify;
  height: 2.4rem;
  overflow: hidden;
}
.about_list #qyjj .top_w .jj_nr .show.on{
  height: auto;
}
.about_list #qyjj .top_w .jj_nr .show p {
  text-align: justify;
  color: #333333;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.34rem;
}
.about_list #qyjj .top_w .jj_nr .show_btn {
  margin: auto;
  margin-top: 0.2rem;
  border: 0.01rem solid #e3e3e3;
  display: inline-block;
  padding-right: 0.2rem;
}
.about_list #qyjj .top_w .jj_nr .show_btn span {
  color: #333333;
  font-size: 0.18rem;
  padding: 0.1rem 0 0.1rem .2rem;
  display: inline-block;
}
.about_list #qyjj .top_w .jj_nr .show_btn em {
  color: #333333;
  font-size: 0.18rem;
  display: none;
  padding: 0.1rem 0 0.1rem .2rem;
}
.about_list #qyjj .top_w .jj_nr .show_btn i {
  font-size: 0.18rem;
  color: #a3a3a3;
}
.about_list #qyjj .top_w .jj_sp {
  margin-top: 0.1rem;
}
.about_list #qyjj .top_w .jj_sp .sp_btn {
  display: inline-block;
}
.about_list #qyjj .top_w .jj_sp .sp_btn img {
  width: 0.91rem;
  height: 0.9rem;
}
.about_list #qyjj .top_w .jj_sp .sp_btn span {
  color: #2673b9;
  font-size: 0.22rem;
  font-weight: 700;
  margin-left: 0.1rem;
}
.about_list #qyjj .top_w .jj_sp .sp_tk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.about_list #qyjj .top_w .jj_sp .sp_tk iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14rem;
  height: 6rem;
}
.about_list #qyjj .top_w .jj_sp .sp_tk i {
  position: absolute;
  top: 16%;
  left: 87%;
  color: #fff;
  font-size: 0.34rem;
}
.about_list #gsjg {
  background-color: #f9f9f9;
  padding-bottom: 0.7rem;
  overflow: hidden;
}
.about_list #gsjg .top_w {
  text-align: center;
}
.about_list #gsjg .top_w > h2 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.6rem;
  margin-top: 0.7rem;
}
.about_list #gsjg .top_w img {
  max-width: 100%;
}
.about_list #yzpp {
  padding-bottom: 1.2rem;
}
.about_list #yzpp > h2 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.6rem;
  margin-top: 0.7rem;
}
.about_list #yzpp .hb_list .partner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about_list #yzpp .hb_list .partner .scrollX {
  width: 100%;
}
.about_list #yzpp .hb_list .partner .scrollX .slider {
  width: 100%;
}
.about_list #yzpp .hb_list .partner ul {
  height: 2rem !important;
}
.about_list #yzpp .hb_list .partner ul li {
  display: flex;
  text-align: center;
  margin-bottom: 0.2rem;
}
.about_list #yzpp .hb_list .partner ul li .item {
  background-color: #f9f9f9;
  margin-right: 0.2rem;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.about_list #yzpp .hb_list .partner ul li .item .icon {
  height: 1rem;
  width: 2rem;
}
.about_list #yzpp .hb_list .partner ul li .item .icon img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_list #yzpp .hb_list .partner ul:nth-child(1) li {
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.str_wrap {
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  display: flex;
}
.news_type {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 1.25rem;
  height: 0.46rem;
  line-height: 0.46rem;
  text-align: center;
  background-color: #124996;
}
.news_type a {
  display: block;
  color: #fff;
  font-size: 0.18rem;
}
.demo-1 {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
}
.demo-1 canvas {
  width: 100%;
  height: 100%;
}
@keyframes automatic {
  0% {
    width: 3.37rem;
  }
  50% {
    width: 65%;
  }
  100% {
    width: 100%;
  }
}
.more {
  width: 1.93rem;
  height: 0.41rem;
  display: inline-block;
  background: url(../img/icon18.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.16rem;
}
.zy_banner {
  width: 100%;
  position: relative;
}
.zy_banner > img {
  width: 100%;
  height: 4.56rem;
}
.zy_banner .column_fir {
  color: #124996;
  font-size: 0.4rem;
  font-weight: 700;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}
.zy_banner .dqwz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.zy_banner .dqwz img {
  width: 0.14rem;
  height: 0.13rem;
  vertical-align: -0.01rem;
}
.zy_banner .dqwz a {
  color: #333333;
  font-size: 0.14rem;
}
.zy_banner .dqwz a.on {
  color: #124996;
}
.zy_banner .column_t {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.92rem;
  background-color: #fff;
  border-top: 0.03rem solid;
  border-image: linear-gradient(to right, #289a55, #124996) 1;
}
.zy_banner .column_t ol {
  margin-top: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zy_banner .column_t ol li {
  text-align: center;
  min-width: 1.72rem;
  border-right: 0.01rem solid #e9e9e9;
}
.zy_banner .column_t ol li a {
  display: block;
  color: #333333;
  font-size: 0.22rem;
}
.zy_banner .column_t ol li.on a {
  color: #124996;
  font-weight: 700;
}
.zy_banner .column_t ol li:last-child {
  border-right: none;
}
.fy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.34rem;
}
.fy a {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  display: inline-block;
  border: 0.01rem solid #cdcdcd;
  color: #333;
  font-size: 0.16rem;
  margin: 0 0.02rem;
}
.fy a.on {
  background-color: #124996;
  border: 0.01rem solid transparent;
  color: #fff;
}
.fy a.swy {
  width: 0.56rem;
}
.fy a.sxy {
  width: 0.68rem;
}
.fy .tz_z {
  margin-left: 0.1rem;
  display: flex;
  border: 0.01rem solid #cdcdcd;
  align-items: center;
  padding: 0 0.14rem;
}
.fy .tz_z p {
  color: #333333;
  font-size: 0.16rem;
}
.fy .tz_z input {
  width: 0.3rem;
  padding: 0 0.1rem;
}
.fy .tz_z .qr {
  width: 0.56rem;
  border: none;
  display: inline-block;
}
.dq_add {
  position: absolute;
  left: 2.6rem;
  height: 0.7rem;
  line-height: 0.7rem;
}
.dq_add img {
  width: 0.14rem;
  height: 0.13rem;
  vertical-align: -0.01rem;
}
.dq_add a {
  color: #333333;
  font-size: 0.14rem;
}
.dq_add a.on {
  color: #124996;
}
.sxp {
    margin-top: 1rem;
}
.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%;
}
 .sxp a:nth-child(2) {
    margin-top: 0.2rem;
    background: url(../img/xyp.png) no-repeat center;
    background-size: 100% 100%;
}
.sxp a i {
  font-size: 0.26rem;
}
.sxp a.close_loc {
  background-color: #124996;
  color: #fff;
}
.zxns_tk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.zxns_tk .tk_nr {
  position: absolute;
  width: 7.85rem;
  height: 8.22rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.17rem 0.34rem;
}
.zxns_tk .tk_nr i {
  position: absolute;
  top: -0.1rem;
  right: -0.5rem;
  font-size: 0.4rem;
  color: #ffffff;
}
.zxns_tk .tk_nr h2 {
  height: 0.9rem;
  line-height: 0.9rem;
  color: #333333;
  font-size: 0.3rem;
  font-weight: 400;
  border-bottom: 0.01rem solid #efefef;
}
.zxns_tk .tk_nr .tk_scroll {
  margin-top: 0.24rem;
  height: 6.5rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.zxns_tk .tk_nr .tk_scroll h3 {
  color: #124996;
  font-size: 0.18rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.zxns_tk .tk_nr .tk_scroll p {
  color: #333333;
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.32rem;
}
.zxns_tk .tk_nr .tk_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: #124996;
}
.zxns_tk .tk_nr .tk_scroll::-webkit-scrollbar {
  width: 0.03rem;
}
.zxns_tk .tk_nr .d {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  height: 0.42rem;
  line-height: 0.42rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  width: 100%;
  padding: 0 0.36rem;
  box-sizing: border-box;
  background: linear-gradient(to right, #124996, #179d4e);
}
.gc_tk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.gc_tk .tk_nr {
  position: absolute;
  width: 14rem;
  height: 5.2rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.46rem;
  box-sizing: border-box;
}
.gc_tk .tk_nr i {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 0.4rem;
  color: #ffffff;
}
.gc_tk .tk_nr .fle {
  display: flex;
  justify-content: space-between;
}
.gc_tk .tk_nr .fle .z {
  width: 5.5rem;
}
.gc_tk .tk_nr .fle .z h2 {
  margin-top: 0.24rem;
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.gc_tk .tk_nr .fle .z h5 {
  color: #999999;
  font-size: 0.16rem;
  font-weight: 400;
}
.gc_tk .tk_nr .fle .z .tk_scroll {
  margin-top: 0.24rem;
  height: 3rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.gc_tk .tk_nr .fle .z .tk_scroll p {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.35rem;
}
.gc_tk .tk_nr .fle .z .tk_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: #124996;
}
.gc_tk .tk_nr .fle .z .tk_scroll::-webkit-scrollbar {
  width: 0.03rem;
}
.gc_tk .tk_nr .fle .y {
  width: 7.1rem;
  height: 4.2rem;
}
.gc_tk .tk_nr .fle .y img {
  width: 100%;
  height: 100%;
}
.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: 2.75rem;
  left: 50%;
  transform: translateX(-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: 1rem;
  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: 1rem;
  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: 1rem;
  font-size: 0.4rem;
  font-weight: 400;
  vertical-align: top;
}
.sj_zy_public #m_n_nav #sub_nav_content dl dt.on a {
  color: #124996;
}
