.sj_header {
  display: none;
}
.navleft {
  display: none;
}
.navchildbox {
  width: 100%;
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-top: 0.01rem solid #f2f2f2;
  padding: 0.5rem 0;
  background-image: url(../img/navbg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.navchildbox .box {
  display: flex;
}
.navchildbox .box .imgbox {
  position: relative;
  width: 3.5rem;
}
.navchildbox .box .imgbox .img {
  width: 3.5rem;
  height: 2.1rem;
}
.navchildbox .box .imgbox .img img {
  width: 100%;
  height: 100%;
}
.navchildbox .box .imgbox .textbox {
  position: absolute;
  left: 0.3rem;
  top: 0.26rem;
}
.navchildbox .box .other {
  width: 2.2rem;
  margin: 0.2rem 0.2rem 0 0.4rem;
}
.navchildbox .box .other img {
  width: 100%;
}
.navchildbox .box .navchildright {
  width: 17%;
  box-sizing: border-box;
  padding: 0.26rem 0 0.26rem 0.3rem;
  border-left: 0.01rem solid #ededed;
}
.navchildbox .box .navchildright .navchilditems {
  margin-right: 3.906vw;
}
.navchildbox .box .navchildright .navchilditems .navchilditem {
  display: block;
  padding-left: 0.18rem;
  position: relative;
  color: #666;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.navchildbox .box .navchildright .navchilditems .navchilditem::after {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background-color: #dfdfdf;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -0.02rem;
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
}
.navchildbox .box .navchildright .navchilditems .navchilditem:hover {
  color: #0075c2;
}
.navchildbox .box .navchildright .navchilditems .navchilditem:hover::after {
  background: #0075c2;
  left: auto;
  right: -0.1rem;
}
.navchildbox .box .navchildright .navchilditems .navchilditem.on {
  color: #0075c2;
}
.navchildbox .box .navchildright .navchilditems .navchilditem.on::after {
  background: #0075c2;
  left: auto;
  right: -0.1rem;
}
.header {
  height: 1rem;
}
.header .w {
  height: 100%;
}
.header .w .index_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .w .index_head .logo {
  width: 3.28rem;
  height: 0.46rem;
  line-height: 0.46rem;
}
.header .w .index_head .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .w .index_head .header_rig {
  margin-left: 0.7rem;
  display: flex;
  align-items: center;
}
.header .w .index_head .header_rig .header_rig__left ul li {
  float: left;
  margin-right: 0.36rem;
}
.header .w .index_head .header_rig .header_rig__left ul li > a {
  color: #000000;
  font-size: 0.16rem;
  position: relative;
  line-height: 1rem;
  display: block;
  height: 1rem;
}
.header .w .index_head .header_rig .header_rig__left ul li > a::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/icon3.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.3rem;
  height: 0.37rem;
}
.header .w .index_head .header_rig .header_rig__left ul li:hover > a {
  color: #008fd6;
  font-weight: 700;
}
.header .w .index_head .header_rig .header_rig__left ul li:hover > a::before {
  display: block;
}
.header .w .index_head .header_rig .header_rig__left ul li:hover .navchildbox {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  top: 1rem;
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
}
.header .w .index_head .header_rig .header_rig__left ul li.on > a {
  color: #008fd6;
  font-weight: 700;
}
.header .w .index_head .header_rig .header_rig__left ul li.on > a::before {
  display: block;
}
.header .w .index_head .header_rig .header_rig__right {
  display: flex;
  align-items: center;
}
.header .w .index_head .header_rig .header_rig__right .search_click {
  display: block;
  width: 0.23rem;
  height: 0.22rem;
  cursor: pointer;
}
.header .w .index_head .header_rig .header_rig__right .tel {
  margin-left: 0.2rem;
  width: 2.15rem;
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.2rem;
  border: 0.02rem solid #008fd6;
}
.header .w .index_head .header_rig .header_rig__right .tel img {
  width: 0.18rem;
  height: 0.18rem;
  margin-right: 0.1rem;
}
.header .w .index_head .header_rig .header_rig__right .tel em {
  font-size: 0.2rem;
  font-weight: 700;
  color: #008fd6;
}
.header .w .index_head .header_rig .header_rig__right .searchbox {
  width: 100%;
  border-top: 0.01rem solid #f0f0f0;
  background: #fff;
  box-shadow: 0 0.07rem 0.2rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.65rem 0;
  position: absolute;
  top: 1rem;
  left: 0;
  display: none;
  z-index: 3;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w {
  width: 72.916vw;
  max-width: 100%;
  margin: 0 auto;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform {
  display: flex;
  align-items: center;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #f0f0f0;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .btn2 {
  width: 0.23rem;
  height: 0.22rem;
  cursor: pointer;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .btn2 img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .input {
  width: calc(100% - 0.8rem);
  margin: 0 0.2rem;
  height: 0.5rem;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .input input {
  width: 100%;
  height: 0.5rem;
  color: #333;
  font-size: 0.18rem;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .input input::placeholder {
  color: #666;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .close {
  width: 0.25rem;
  height: 0.25rem;
  cursor: pointer;
}
.header .w .index_head .header_rig .header_rig__right .searchbox .w .searchform .close img {
  width: 100%;
  height: 100%;
}
.banner {
  width: 100%;
  height: 6.56rem;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper .img_pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .swiper .img_sj {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}
.banner .swiper .pagin {
  bottom: 0.4rem;
}
.banner .swiper .pagin .swiper-pagination-bullet {
  opacity: 1;
  width: 0.37rem;
  height: 0.37rem;
  background: none;
  position: relative;
  border: 0.02rem solid transparent;
}
.banner .swiper .pagin .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.09rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.banner .swiper .pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.02rem solid #fff;
}
.zy {
  background: #f8f8f8;
}
.zy .footer {
  border-top: 0.05rem solid #008fd6;
}
.zy_ban {
  width: 100%;
  height: 5rem;
  position: relative;
}
.zy_ban .swiper {
  width: 100%;
  height: 100%;
}
.zy_ban .swiper .img_pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.zy_ban .swiper .img_sj {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}
.zy_ban .zy_nav {
  position: absolute;
  bottom: 0;
  left: 2.6rem;
  z-index: 3;
  height: 0.94rem;
  line-height: 0.94rem;
  width: calc(100% - 2.6rem);
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 0.12rem 0 0 0;
}
.zy_ban .zy_nav ul {
  width: 10.69rem;
  height: 100%;
  padding: 0 0.14rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.12rem 0 0 0;
  display: flex;
  align-items: center;
}
.zy_ban .zy_nav ul li a {
  display: block;
  margin: 0 0.14rem;
  color: #000000;
  font-size: 0.2rem;
  font-weight: 700;
  border-bottom: 0.02rem solid transparent;
}
.zy_ban .zy_nav ul li a:hover {
  color: #008fd6;
  border-bottom: 0.02rem solid #008fd6;
}
.zy_ban .zy_nav ul li.on a {
  color: #008fd6;
  border-bottom: 0.02rem solid #008fd6;
}
.zy_ban .zy_nav .dqwz {
  width: calc(100% - 10.69rem - 2.6rem);
}
.zy_ban .sj_nav {
  display: none;
}
.dqwz {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dqwz .home {
  width: 0.17rem;
  height: 0.16rem;
}
.dqwz a {
  color: #999999;
  font-size: 0.16rem;
  margin: 0 0.05rem;
}
.dqwz a:hover {
  color: #008fd6;
}
.dqwz a.on {
  color: #008fd6;
}
.dqwz .icon {
  width: 0.06rem;
  height: 0.08rem;
  margin: 0 0.05rem;
}
.module2 .home1 {
  padding: 0.5rem 0 0.75rem;
  background-image: url(../img/home1bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.module2 .home1 .homeleft {
  float: left;
  width: calc(100% - 10.94rem);
  padding: 0 4.27vw 0 13.342vw;
  position: relative;
  box-sizing: border-box;
}
.module2 .home1 .homeleft .qual1top .entitle {
  display: inline-block;
  color: #008fd6;
  font-size: 0.36rem;
  background: url(../img/qual1icon.png) no-repeat right top;
  background-size: 0.17rem 0.18rem;
  padding-right: 0.24rem;
}
.module2 .home1 .homeleft .qual1top .cntitle {
  color: #008fd6;
  font-size: 0.36rem;
  font-weight: 700;
  margin: 0.1rem 0 0.68rem;
}
.module2 .home1 .homeleft .homenews .p {
  width: 85%;
  color: #1d2021;
  font-size: 0.2rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.module2 .home1 .homeleft .homenews .homenewslist {
  margin-bottom: 0.44rem;
}
.module2 .home1 .homeleft .homenews .homenewslist .date {
  color: #06202c;
  font-size: 0.26rem;
  margin-bottom: 0.12rem;
}
.module2 .home1 .homeleft .homenews .homenewslist .title {
  color: #666666;
  font-size: 0.16rem;
}
.module2 .home1 .homeleft .homenewsmore {
  color: #008fd6;
  font-size: 0.16rem;
  display: inline-block;
  background: url(../img/icon4.png) no-repeat right center;
  background-size: 0.07rem 0.12rem;
  padding-right: 0.2rem;
}
.module2 .home1 .homeright {
  float: left;
  width: 10.94rem;
  height: 6.75rem;
  padding-left: 0.8rem;
  background-image: url(../img/icon5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
}
.module2 .home1 .homeright .top {
  display: flex;
}
.module2 .home1 .homeright .top .qual1top {
  padding: 0.06rem 0.3rem 0 0;
  margin-top: 0.7rem;
}
.module2 .home1 .homeright .top .qual1top .entitle {
  display: inline-block;
  color: #fff;
  font-size: 0.36rem;
  background: url(../img/qual1icon.png) no-repeat right top;
  background-size: 0.17rem 0.18rem;
  padding-right: 0.24rem;
}
.module2 .home1 .homeright .top .qual1top .cntitle {
  color: #fff;
  font-size: 0.36rem;
  font-weight: 700;
}
.module2 .home1 .homeright .top .homesolnav {
  margin-left: 0.9rem;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist {
  width: 1.7rem;
  height: 2.24rem;
  float: left;
  cursor: pointer;
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist .icon {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 auto;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist .title {
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.12rem;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist:nth-of-type(1) {
  background: url(../img/icon9.png) #0075c2 no-repeat bottom center;
  background-size: 1.72rem 1.41rem;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist:nth-of-type(1):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist:nth-of-type(2) {
  background-color: #38a1db;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist:nth-of-type(2):hover {
  background-color: #df8600;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist:nth-of-type(3) {
  background-color: #bbd4ef;
}
.module2 .home1 .homeright .top .homesolnav .homesolnavlist:nth-of-type(3):hover {
  background-color: #21909e;
}
.module2 .home1 .homeright .homesolbox .homesollist {
  display: none;
}
.module2 .home1 .homeright .homesolbox .homesollist .img {
  width: 4.58rem;
  height: 4.51rem;
  overflow: hidden;
  float: left;
}
.module2 .home1 .homeright .homesolbox .homesollist .img img {
  width: 100%;
  height: 100%;
}
.module2 .home1 .homeright .homesolbox .homesollist .textbox {
  height: 4.51rem;
  background-image: url(../img/home1solbg2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  width: calc(100% - 4.58rem);
  padding: 0.94rem 0.2rem 0 0.36rem;
  box-sizing: border-box;
}
.module2 .home1 .homeright .homesolbox .homesollist .textbox .cntitle {
  color: #008fd6;
  font-size: 0.2rem;
  font-weight: 700;
}
.module2 .home1 .homeright .homesolbox .homesollist .textbox .text {
  margin-top: 0.28rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.35rem;
  display: block;
  width: 61%;
}
.module2 .home1 .homeright .homesolbox .homesollist .textbox .text p{
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.35rem;
}
.module2 .home1 .homeright .homesolbox .homesollist .textbox .text span {
  font-weight: 700;
}
.module2 .home1 .homeright .homesolbox .homesollist .textbox .more {
  display: block;
  margin-top: 0.97rem;
  background: url(../img/icon10.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.49rem;
  height: 0.34rem;
}
.module2 .home1 .homeright .homesolbox .homesollist.cur {
  display: block;
}
.module3 .home2 {
  padding: 0.77rem 0 0.72rem;
  background-image: url(../img/img4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.module3 .home2 .home2box .list {
  width: 2.74rem;
  display: block;
  height: 3.49rem;
  margin-right: 0.04rem;
  overflow: hidden;
  position: relative;
  float: left;
  transition: width 0.5s ease-in-out;
}
.module3 .home2 .home2box .list .box {
  width: 100%;
  height: 100%;
}
.module3 .home2 .home2box .list .box .wapimg {
  display: none;
  width: 100%;
  height: 100%;
}
.module3 .home2 .home2box .list .box .wapimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module3 .home2 .home2box .list .box .wapimg .img {
  width: 3.59rem;
  height: 3.37rem;
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  transition: all 0.5s;
}
.module3 .home2 .home2box .list .box .pcimg {
  width: 100%;
  height: 100%;
  position: relative;
}
.module3 .home2 .home2box .list .box .pcimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module3 .home2 .home2box .list .box .pcimg .img {
  width: 3.59rem;
  height: 3.37rem;
  position: absolute;
  right: -1rem;
  bottom: -1.5rem;
  transition: all 0.5s;
}
.module3 .home2 .home2box .list .box .textbox {
  position: absolute;
  top: 0.84rem;
  padding: 0 0.26rem;
  box-sizing: border-box;
  width: 100%;
}
.module3 .home2 .home2box .list .box .textbox .titlebox .cntitle {
  color: #ffffff;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.34rem;
  /*height: 0.68rem;*/
  width: 80%;
  position: relative;
}
.module3 .home2 .home2box .list .box .textbox .titlebox .cntitle::before {
  content: "";
  display: block;
  width: 0;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.module3 .home2 .home2box .list .box .textbox .titlebox .entitle {
  opacity: 0;
  color: #badbfb;
  font-size: 0.16rem;
  line-height: 0.36rem;
  height: 0.72rem;
  width: 60%;
  margin-top: 0.1rem;
}
.module3 .home2 .home2box .list .box .textbox .more {
  background: url(../img/icon10.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.49rem;
  height: 0.34rem;
  margin-top: 0.3rem;
}
.module3 .home2 .home2box .list:last-child {
  margin-right: 0;
}
.module3 .home2 .home2box .list.cur {
  width: 5.66rem;
}
.module3 .home2 .home2box .list.cur .box .textbox .cntitle {
  width: 48%;
  padding-bottom: 0.1rem;
}
.module3 .home2 .home2box .list.cur .box .textbox .cntitle::before {
  width: 0.74rem;
}
.module3 .home2 .home2box .list.cur .box .textbox .entitle {
  opacity: 1;
}
.module3 .home2 .home2box .list.cur .box .pcimg .img {
  right: -0.3rem;
  bottom: -0.8rem;
}
.module3 .home2 .home2box .list.cur .box .more {
  background: url(../img/icon11.png) no-repeat center;
  background-size: 100% 100%;
}
.footer {
  background: url(../img/icon12.png) #fff no-repeat right bottom;
  background-size: 10.87rem 2.16rem;
  padding: 0.7rem 0;
}
.footer .w {
  display: flex;
  justify-content: space-between;
}
.footer .w .foot_left {
  width: 50%;
  display: flex;
}
.footer .w .foot_left .img {
  width: 1.34rem;
  border: 0.01rem solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.05rem 0;
}
.footer .w .foot_left .img img {
  display: block;
  width: 1.22rem;
  height: 1.22rem;
}
.footer .w .foot_left .img p {
  color: #999896;
  font-size: 0.14rem;
  line-height: 1.5;
}
.footer .w .foot_left .info {
  width: calc(100% - 1.4rem);
  padding-left: 0.5rem;
  box-sizing: border-box;
}
.footer .w .foot_left .info .p1 {
  color: #999896;
  font-size: 0.14rem;
}
.footer .w .foot_left .info h1 {
  margin-top: 0.1rem;
  color: #008fd6;
  font-size: 0.32rem;
  font-weight: 700;
}
.footer .w .foot_left .info .link {
  width: 2.8rem;
  height: 0.68rem;
  line-height: 0.68rem;
  border-bottom: 0.01rem solid #c8c8c8;
  position: relative;
}
.footer .w .foot_left .info .link .link_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .w .foot_left .info .link .link_box a {
  display: block;
  color: #666666;
  font-size: 0.14rem;
}
.footer .w .foot_left .info .link .link_box a:hover {
  color: #0075c2;
}
.footer .w .foot_left .info .link .link_box img {
  width: 0.07rem;
  height: 0.12rem;
}
.footer .w .foot_left .info .link .link_list {
  display: none;
  position: absolute;
  bottom: 0.68rem;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
  border: 0.01rem solid #c8c8c8;
  box-shadow: 0 0 0.1rem #c8c8c8;
}
.footer .w .foot_left .info .link .link_list a {
  display: block;
  color: #333;
  font-size: 0.16rem;
  line-height: 1.3;
  margin: 0.1rem 0;
}
.footer .w .foot_left .info .link .link_list a:hover {
  color: #0075c2;
}
.footer .w .foot_left .info .link:hover .link_list {
  display: block;
}
.footer .w .foot_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .w .foot_right .db_logo {
  display: block;
  width: 3.28rem;
  height: 0.46rem;
  margin-bottom: 0.3rem;
}
.footer .w .foot_right ol {
  display: flex;
  align-items: center;
  margin-bottom: 0.12rem;
}
.footer .w .foot_right ol li a {
  display: block;
  color: #666666;
  font-size: 0.14rem;
  padding-right: 0.12rem;
  margin-right: 0.12rem;
  border-right: 0.01rem solid #c8c8c8;
}
.footer .w .foot_right ol li a:hover {
  color: #0075c2;
}
.footer .w .foot_right ol li:last-child a {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.footer .w .foot_right .p_c {
  display: flex;
  align-items: center;
}
.footer .w .foot_right .p_c a {
  color: #999896;
  font-size: 0.14rem;
}
.footer .w .foot_right .p_c a:hover {
  color: #0075c2;
}
.footer .w .foot_right .p_c a.s {
  line-height: 1;
  padding-right: 0.16rem;
  margin-right: 0.16rem;
  border-right: 0.02rem solid #8e8e8e;
}
.footer .w .foot_right .p_c .b {
  margin: 0 0.1rem;
}
.qual1top {
  margin-bottom: 0.34rem;
}
.qual1top .entitle {
  display: inline-block;
  color: #008fd6;
  font-size: 0.36rem;
  background: url(../img/qual1icon.png) no-repeat right top;
  background-size: 0.17rem 0.18rem;
  padding-right: 0.24rem;
}
.qual1top .cntitle {
  color: #008fd6;
  font-size: 0.36rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
.ys_list {
  padding-bottom: 1.5rem;
}
.ys_list .ys_jj {
  min-height: 5rem;
}
.ys_list .ys_jj ul {
  margin-top: 0.72rem;
  display: flex;
  align-items: center;
}
.ys_list .ys_jj ul li {
  width: 4.51rem;
  margin-right: 0.235rem;
  background: #fff;
  margin-bottom: 0.4rem;
}
.ys_list .ys_jj ul li:last-child {
  margin-right: 0;
}
.ys_list .ys_jj ul li .img {
  width: 100%;
  height: 3.37rem;
  overflow: hidden;
}
.ys_list .ys_jj ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ys_list .ys_jj ul li .nr {
  width: 100%;
  padding: 0.3rem 0.5rem 0.2rem;
  box-sizing: border-box;
}
.ys_list .ys_jj ul li .nr h2 {
  color: #06202c;
  font-size: 0.3rem;
  font-weight: 400;
  margin-bottom: 0.14rem;
}
.ys_list .ys_jj ul li .nr p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.56;
}
.ys_list .ys_jj ul li:hover .img img {
  transform: scale(1.1);
}
.ys_list .ys_jj .ys_cont p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.jj_list {
  margin-top: 0.7rem;
  min-height: 5rem;
}
.jj_list .gk_list {
  padding-bottom: 0.86rem;
}
.jj_list .gk_list p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.jj_list .gk_list img {
  max-width: 100%;
}
.jj_list .gk_list .nr {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.jj_list .gk_list .nr .left {
  width: 4.2rem;
}
.jj_list .gk_list .nr .left img {
  max-width: 100%;
}
.jj_list .gk_list .nr .right {
  width: calc(100% - 4.2rem);
  padding-left: 0.8rem;
  box-sizing: border-box;
  border-left: 0.02rem solid #0c94d8;
}
.jj_list .gk_list .nr .right h1 {
  color: #008fd6;
  font-size: 0.25rem;
  font-weight: 700;
  line-height: 1.84;
}
.jj_list .ry_list {
  background: #d9e7ed;
  overflow: hidden;
  position: relative;
  padding-bottom: 1rem;
}
.jj_list .ry_list .w .ry_jj {
  display: flex;
  justify-content: space-between;
  margin-top: 0.68rem;
}
.jj_list .ry_list .w .ry_jj .left {
  width: 1.72rem;
}
.jj_list .ry_list .w .ry_jj .left .qual1top .cntitle {
  margin-top: 0;
}
.jj_list .ry_list .w .ry_jj .right {
  margin-top: 0.1rem;
  width: calc(100% - 1.72rem);
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.jj_list .ry_list .w .ry_jj .right p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.jj_list .ry_list .w .ry_swi {
  width: 100%;
  padding: 0 0.6rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
  position: relative;
  margin-bottom: 0.7rem;
}
.jj_list .ry_list .w .ry_swi::before {
  content: "";
  display: block;
  background: url(../img/icon21.png) no-repeat bottom center;
  background-size: 100% 100%;
  width: 15.1rem;
  height: 1.27rem;
  position: absolute;
  bottom: -1.4rem;
  left: 0;
}
.jj_list .ry_list .w .ry_swi .img {
  width: 3.67rem;
  height: 2.72rem;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
}
.jj_list .ry_list .w .ry_swi .img::before {
  content: "";
  display: block;
  background: url(../img/icon20.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 34;
}
    .jj_list .ry_list .w .ry_swi .img img {
        max-width: 100%;
        max-height: 100%;
    }
.jj_list .ry_list .w .ry_swi.mo_swi {
  display: none;
}
.jj_list .ry_list .xyg {
  background: url(../img/icon23.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.49rem;
  height: 0.34rem;
  right: -0.5rem;
}
.jj_list .ry_list .xyg:hover {
  background: url(../img/icon25.png) no-repeat center;
  background-size: 100% 100%;
}
.jj_list .ry_list .syg {
  background: url(../img/icon22.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.49rem;
  height: 0.34rem;
  left: -0.5rem;
}
.jj_list .ry_list .syg:hover {
  background: url(../img/icon24.png) no-repeat center;
  background-size: 100% 100%;
}
.jj_list .ry_list .more_z {
  position: relative;
  z-index: 4;
  width: 2.29rem;
  height: 0.61rem;
  line-height: 0.61rem;
  border-radius: 0.31rem;
  background: #008fd6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
.jj_list .ry_list .more_z em {
  color: #fff;
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.jj_list .zz_list {
  padding-bottom: 1.1rem;
}
.jj_list .zz_list .zz_jj {
  display: flex;
  justify-content: space-between;
  margin-top: 0.68rem;
}
.jj_list .zz_list .zz_jj .left {
  width: 1.72rem;
}
.jj_list .zz_list .zz_jj .left .qual1top .cntitle {
  margin-top: 0;
}
.jj_list .zz_list .zz_jj .right {
  margin-top: 0.1rem;
  width: calc(100% - 1.72rem);
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.jj_list .zz_list .zz_jj .right p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.jj_list .zz_list .zz_jj img {
  max-width: 100%;
}
.jj_list .zz_list .zz_nr p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.jj_list .zz_list .zz_nr img {
  max-width: 100%;
}
.jj_list .zz_list .zz_nr table {
  max-width: 100%;
}
.jj_list .zz_list .zz_nr video {
  max-width: 100%;
}
.jj_list .zz_list .zz_nr iframe {
  max-width: 100%;
}
.hz_list {
  min-height: 5rem;
  margin-top: 0.7rem;
  padding-bottom: 1.3rem;
}
.hz_list .hz_nr {
  background: url(../img/icon28.png) no-repeat center;
  background-size: 10.58rem 4.2rem;
}
.hz_list .hz_nr .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hz_list .hz_nr .title h2 {
  color: #008fd6;
  font-size: 0.36rem;
  font-weight: 700;
}
.hz_list .hz_nr .title img {
  width: 0.67rem;
  height: 1.08rem;
}
.hz_list .hz_nr .title img.r {
  transform: scaleX(-1);
}
.hz_list .hz_nr .jj_gd {
  margin-top: 0.3rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.hz_list .hz_nr .jj_gd .jj_time {
  text-align: center;
  margin: 0 1.1rem;
}
.hz_list .hz_nr .jj_gd .jj_time h1 span {
  color: #008fd6;
  font-size: 0.81rem;
  font-weight: 700;
}
.hz_list .hz_nr .jj_gd .jj_time h1 sub {
  color: #008fd6;
  font-size: 0.16rem;
}
.hz_list .hz_nr .jj_gd .jj_time h5 {
  color: #666666;
  font-size: 0.16rem;
}
.hz_list .hz_nr .jj_gd .jj_time em {
  color: #008fd6;
  font-weight: 700;
  font-size: 0.65rem;
  vertical-align: top;
  line-height: 1;
}
.hz_list .hz_nr .hz_cont {
  margin-top: 0.4rem;
}
.hz_list .hz_nr .hz_cont p {
  color: #666;
  font-size: 0.18rem;
  line-height: 2;
}
.hz_list .hz_nr .slider {
  height: 4.52rem;
  margin-top: 1rem;
  width: 100%;
  position: relative;
}
.hz_list .hz_nr .slider li {
  position: absolute;
  top: 0;
  width: 38.76rem;
  height: 4.52rem;
  background: url(../img/icon16.png) no-repeat 50% / cover;
}
.hz_list .hz_nr .slider li.index-0 {
  left: 0;
  animation: move1 60s linear infinite;
}
.hz_list .hz_nr .slider li.index-1 {
  left: 38.76rem;
  animation: move2 60s linear infinite;
}
.yj_list {
  min-height: 5rem;
  margin-top: 0.8rem;
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.yj_list ul li {
  margin-top: 0.6rem;
}
.yj_list ul li .box {
  display: flex;
}
.yj_list ul li .box .nr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 4.94rem;
  padding-left: 0.84rem;
  box-sizing: border-box;
  flex-shrink: 0;
}
.yj_list ul li .box .nr h2 {
  color: #000000;
  font-size: 0.36rem;
  font-weight: 400;
}
.yj_list ul li .box .nr i {
  width: 0.3rem;
  height: 0.01rem;
  background: #008fd6;
  margin: 0.28rem 0;
}
.yj_list ul li .box .nr .p1 {
  color: #b7b7b7;
  font-size: 0.36rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
}
.yj_list ul li .box .nr P {
  margin-top: 0.32rem;
  color: #666666;
  font-size: 0.18rem;
}
.yj_list ul li .box .img {
  flex-grow: 1;
  width: 100%;
  height: 4.13rem;
  overflow: visible;
  position: relative;
}
.yj_list ul li .box .img::before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #f8f8f8;
  right: 100%;
  transition: 0.9s;
}
.yj_list ul li .box .img img {
  transform: none !important;
  width: 130%;
  max-width: inherit;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.yj_list ul li:nth-child(even) .box {
  flex-direction: row-reverse;
}
.yj_list ul li:nth-child(even) .box .nr {
  padding-left: 0;
  padding-right: 0.84rem;
}
.yj_list ul li:nth-child(even) .box .img::before {
  right: auto;
  left: 100%;
}
.yj_list ul li:nth-child(even) .box .img img {
  right: auto;
  left: 0;
}
.yj_list ul li:nth-child(even).aos-animate .box .img::before {
  left: 130%;
}
.yj_list ul li:hover .box .nr .p1 {
  color: #008fd6;
}
.yj_list ul li:nth-child(odd).aos-animate .box .img::before {
  right: 130%;
  left: auto;
}
.fw_list {
  margin-top: 0.8rem;
  padding-bottom: 1.5rem;
  min-height: 5rem;
}
.fw_list .fw_nr {
  display: flex;
}
.fw_list .fw_nr .left {
  width: 50%;
  padding-right: 0.24rem;
  box-sizing: border-box;
}
.fw_list .fw_nr .left .qual1top {
  background: url(../img/icon31.png) no-repeat right center;
  background-size: 1.43rem 1.43rem;
}
.fw_list .fw_nr .left .qual1top .cntitle {
  line-height: 1.5;
}
.fw_list .fw_nr .left .name_title {
  background: url(../img/icon30.png) no-repeat left center;
  background-size: 5.66rem 100%;
  padding-left: 0.6rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 700;
  height: 0.59rem;
  line-height: 0.56rem;
  position: relative;
}
.fw_list .fw_nr .left .name_title::before {
  content: '';
  display: block;
  width: 0.45rem;
  height: 0.05rem;
  background: #ff9400;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.fw_list .fw_nr .left .fw_jj {
  margin-top: 0.64rem;
  width: 100%;
  padding-right: 0.4rem;
  box-sizing: border-box;
}
.fw_list .fw_nr .left .fw_jj p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.fw_list .fw_nr .right {
  width: 50%;
}
.fw_list .fw_nr .right img {
  max-width: 100%;
}
.sb_list {
  margin-top: 0.8rem;
  padding-bottom: 1.2rem;
}
.sb_list ul {
  overflow: hidden;
  min-height: 5rem;
}
.sb_list ul li {
  float: left;
  width: 4.48rem;
  margin-right: 0.28rem;
  margin-bottom: 0.5rem;
}
.sb_list ul li a {
  display: block;
  width: 100%;
}
.sb_list ul li a .img {
  width: 100%;
  height: 2.76rem;
  overflow: hidden;
  background: url(../img/img17.jpg) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sb_list ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.sb_list ul li a .nr {
  background: #fff;
  width: 100%;
  height: 2.1rem;
  padding: 0.24rem;
  box-sizing: border-box;
}
.sb_list ul li a .nr h2 {
  color: #000000;
  font-size: 0.2rem;
  font-weight: 700;
}
.sb_list ul li a .nr i {
  width: 0.74rem;
  height: 0.02rem;
  background: #d4d4d4;
  margin: 0.14rem 0;
  display: block;
}
.sb_list ul li a .nr p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
  height: 0.68rem;
}
.sb_list ul li a .nr .more {
  margin-top: 0.05rem;
  background: url(../img/icon25.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.49rem;
  height: 0.34rem;
}
.sb_list ul li a:hover .img img {
  transform: scale(1.1);
}
.sb_list ul li a:hover .nr {
  background: url(../img/icon33.png) #008fd6 no-repeat 90% 50%;
}
.sb_list ul li a:hover .nr h2 {
  color: #fff;
}
.sb_list ul li a:hover .nr i {
  background: #99d8f7;
}
.sb_list ul li a:hover .nr p {
  color: #99d8f7;
}
.sb_list ul li a:hover .nr .more {
  background: url(../img/icon32.png) no-repeat center;
  background-size: 100% 100%;
}
.sb_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.sbxq_list .xq_img {
  width: 100%;
  height: 9.68rem;
  position: relative;
}
.sbxq_list .xq_img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sbxq_list .xq_img .sb_intro {
  width: 14rem;
  height: 3.24rem;
  background: #fff;
  border-radius: 0.24rem;
  position: absolute;
  left: 2.6rem;
  bottom: 0.75rem;
  padding: 0.36rem 0.92rem;
  box-sizing: border-box;
}
.sbxq_list .xq_img .sb_intro .bb {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sbxq_list .xq_img .sb_intro .bb .sb_img {
  width: 5.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbxq_list .xq_img .sb_intro .bb .sb_img img {
  max-width: 100%;
  max-height: 100%;
}
.sbxq_list .xq_img .sb_intro .bb .nr {
  height: 100%;
  width: calc(100% - 5.2rem);
  padding-left: 0.8rem;
  box-sizing: border-box;
  border-left: 0.02rem solid #0075c2;
  overflow-y: auto;
}
.sbxq_list .xq_img .sb_intro .bb .nr h1 {
  color: #000000;
  font-size: 0.3rem;
  font-weight: 700;
  margin-top: 0.36rem;
  margin-bottom: 0.3rem;
}
.sbxq_list .xq_img .sb_intro .bb .nr p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
}
.sbxq_list .sbxq_cont {
  padding-top: 0.7rem;
  background: url(../img/img18.jpg) #fff no-repeat bottom right;
  background-size: 8.16rem 2.27rem;
  min-height: 5rem;
}
.sbxq_list .sbxq_cont .tab {
  width: 100%;
  height: 0.73rem;
  line-height: 0.73rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sbxq_list .sbxq_cont .tab span {
  flex: 1;
  text-align: center;
  display: block;
  background: #ededed;
  color: #000;
  font-size: 0.2rem;
  font-weight: 700;
  cursor: pointer;
}
.sbxq_list .sbxq_cont .tab span.on {
  background: #008fd6;
  color: #fff;
}
.sbxq_list .sbxq_cont .tab_nr {
  margin-top: 0.4rem;
  min-height: 4rem;
  padding-bottom: 1rem;
  position: relative;
}
.sbxq_list .sbxq_cont .tab_nr .sbxq_xq {
  box-sizing: border-box;
  position: absolute;
  visibility: hidden;
  top: 0;
  opacity: 0;
  transform: translateY(10%);
  pointer-events: none;
}
.sbxq_list .sbxq_cont .tab_nr .sbxq_xq p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2.1;
}
.sbxq_list .sbxq_cont .tab_nr .sbxq_xq.on {
  position: relative;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
}
.zj_list {
  margin-top: 0.8rem;
  padding-bottom: 1rem;
  min-height: 5rem;
}
.zj_list ul {
  overflow: hidden;
  min-height: 5rem;
}
.zj_list ul li {
  float: left;
  width: 3.24rem;
  margin-right: 0.34rem;
  margin-bottom: 0.43rem;
}
.zj_list ul li:nth-child(4n+4) {
  margin-right: 0;
}
.zj_list ul li a {
  display: block;
}
.zj_list ul li a .img {
  width: 3.24rem;
  height: 3.69rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #6d97c1;
}
.zj_list ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.zj_list ul li a .nr {
  background: #fff;
  width: 100%;
  padding: 0.24rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zj_list ul li a .nr .left {
  width: calc(100% - 0.49rem);
  padding-right: 0.3rem;
  box-sizing: border-box;
}
.zj_list ul li a .nr .left h2 {
  color: #000000;
  font-size: 0.24rem;
  font-weight: 700;
}
.zj_list ul li a .nr .left i {
  display: block;
  width: 0.73rem;
  height: 0.02rem;
  background: #d4d4d4;
  margin: 0.1rem 0;
}
.zj_list ul li a .nr .left p {
  color: #5f5f5f;
  font-size: 0.16rem;
}
.zj_list ul li a .nr .right {
  width: 0.49rem;
}
.zj_list ul li a .nr .right .more {
  background: url(../img/icon25.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.49rem;
  height: 0.34rem;
}
.zj_list ul li a:hover .nr {
  background: url(../img/icon35.png) #008fd6 no-repeat center;
  background-size: 0.94rem 1.22rem;
}
.zj_list ul li a:hover .nr .left h2 {
  color: #fff;
}
.zj_list ul li a:hover .nr .left i {
  background: #99d8f7;
}
.zj_list ul li a:hover .nr .left p {
  color: #99d8f7;
}
.zj_list ul li a:hover .nr .right .more {
  background: url(../img/icon32.png) no-repeat center;
  background-size: 100% 100%;
}
.fc_list {
  margin-top: 0.8rem;
  padding-bottom: 1rem;
  min-height: 5rem;
}
.fc_list ul {
  overflow: hidden;
  min-height: 5rem;
}
.fc_list ul li {
  width: 4.36rem;
  padding: 0.17rem;
  margin-bottom: 0.36rem;
  box-sizing: border-box;
  float: left;
  background: #fcfdff;
  margin-right: 0.46rem;
}
.fc_list ul li:nth-child(3n+3) {
  margin-right: 0;
}
.fc_list ul li a {
  display: block;
}
.fc_list ul li a .img {
  width: 4.02rem;
  height: 2.98rem;
  overflow: hidden;
}
.fc_list ul li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.fc_list ul li a h2 {
  color: #333333;
  font-size: 0.21rem;
  font-weight: 700;
  margin-top: 0.14rem;
  text-align: center;
}
.fc_list ul li:hover {
  background: #0a93d8;
}
.fc_list ul li:hover a .img img {
  transform: scale(1.1);
}
.fc_list ul li:hover a h2 {
  color: #fff;
}
.xw_list {
  margin-top: 0.8rem;
  padding-bottom: 1.3rem;
  min-height: 5rem;
}
.xw_list ul {
  overflow: hidden;
  min-height: 5rem;
}
.xw_list ul li {
  float: left;
  width: 6.81rem;
  height: 1.68rem;
  border: 0.01rem solid #d7d7d7;
  box-sizing: border-box;
  margin-right: 0.38rem;
  margin-bottom: 0.3rem;
}
.xw_list ul li:nth-child(2n+2) {
  margin-right: 0;
}
.search_list.xw_list ul li:nth-child(2n+1) {
    margin-right: 0;
}
.search_list.xw_list ul li:nth-child(2n+2) {
    margin-right: 0.38rem;
}
.xw_list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.xw_list ul li a .date {
  width: 0.64rem;
}
.xw_list ul li a .date span {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  background: #d7d7d7;
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  display: block;
}
.xw_list ul li a .date p {
  margin-top: 0.14rem;
  text-align: center;
  color: #666666;
  font-size: 0.16rem;
}
.xw_list ul li a .nr {
  width: calc(100% - 0.64rem);
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.xw_list ul li a .nr h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
}
.xw_list ul li a .nr p {
  margin-top: 0.16rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.55;
}
.xw_list ul li a:hover .date span {
  background: #0075c2;
  color: #fff;
}
.xw_list ul li a:hover .date p {
  color: #0075c2;
}
.xw_list ul li a:hover .nr h2 {
  color: #0075c2;
}
.lxwm_list {
  padding-top: 0.8rem;
  min-height: 5rem;
  padding-bottom: 1.5rem;
  background: url(../img/icon36.png) #fff no-repeat bottom right;
  background-size: 9.19rem 4.01rem;
}
.lxwm_list .lxwm_nr {
  display: flex;
  justify-content: space-between;
}
.lxwm_list .lxwm_nr .left {
  width: 7rem;
  height: 5.28rem;
}
.lxwm_list .lxwm_nr .left a {
  display: block;
  width: 100%;
  height: 100%;
}
.lxwm_list .lxwm_nr .left a img {
  width: 100%;
  height: 100%;
}
.lxwm_list .lxwm_nr .right {
  width: 7rem;
  padding-left: 0.86rem;
  box-sizing: border-box;
}
.lxwm_list .lxwm_nr .right ul li {
  height: 1.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #d2d2d2;
}
.lxwm_list .lxwm_nr .right ul li .zy_logo {
  width: 3.28rem;
  height: 0.46rem;
}
.lxwm_list .lxwm_nr .right ul li .icon {
  width: 0.48rem;
  height: 0.51rem;
}
.lxwm_list .lxwm_nr .right ul li .nr {
  width: calc(100% - 0.48rem);
  padding-left: 0.3rem;
  box-sizing: border-box;
}
.lxwm_list .lxwm_nr .right ul li .nr p {
  color: #7a7a7a;
  font-size: 0.16rem;
}
.lxwm_list .lxwm_nr .right ul li .nr h1 {
  margin-top: 0.1rem;
  color: #000000;
  font-size: 0.16rem;
  font-weight: 700;
}
.lxwm_list .lxwm_nr .right ul li:first-child {
  border-bottom: 0.03rem solid #0075c2;
}
.cjwt_list {
  padding-top: 0.8rem;
  min-height: 5rem;
  padding-bottom: 1rem;
  background: #fff;
}
.cjwt_list ul {
  margin-bottom: 1rem;
  min-height: 5rem;
}
.cjwt_list ul li .top {
  display: flex;
  align-items: center;
  padding: 0.2rem 0 0.58rem;
  border-bottom: 0.01rem solid #e6e3e3;
}
.cjwt_list ul li .top span {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  line-height: 0.26rem;
  text-align: center;
  background: #0075c2;
  position: relative;
  margin-right: 0.1rem;
}
.cjwt_list ul li .top span::before {
  content: '-';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 0.24rem;
  transform: translate(-50%, -50%);
}
.cjwt_list ul li .top h2 {
  width: calc(100% - 1.86rem);
  color: #333;
  font-size: 0.18rem;
  font-weight: 400;
}
.cjwt_list ul li .top em {
  display: block;
  width: 1.4rem;
  text-align: right;
  margin-left: 0.1rem;
  color: #7e7e7e;
  font-size: 0.18rem;
}
.cjwt_list ul li .bot {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}
.cjwt_list ul li .bot p {
  color: #6b6b6b;
  font-size: 0.16rem;
  line-height: 2.1;
}
.cjwt_list ul li.active {
  border-bottom: 0.03rem solid #0075c2;
}
.cjwt_list ul li.active .top {
  padding: 0.2rem 0;
}
.cjwt_list ul li.active .top span::before {
  content: '+';
}
.cjwt_list ul li.active .top h2 {
  font-weight: 700;
  color: #0075c2;
}
.cjwt_list ul li.active .bot {
  max-height: 5rem;
  overflow-y: auto;
  padding: 0.35rem;
  width: 100%;
  box-sizing: border-box;
}
.wzdt_list {
  background: url(../img/dt_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 10.42rem;
}
.wzdt_list .dqwz {
  height: 0.94rem;
}
.wzdt_list .dqwz a {
  color: #fff;
}
.wzdt_list .dqwz a.on {
  color: #0075c2;
}
.wzdt_list .dqwz a:hover {
  color: #0075c2;
}
.wzdt_list .title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.5rem;
  position: relative;
  margin-top: 0.54rem;
}
.wzdt_list .title::before {
  content: '';
  display: block;
  width: 0.01rem;
  height: 0.6rem;
  background: #fff;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.wzdt_list .title::after {
  content: '';
  display: block;
  width: 0.09rem;
  height: 0.01rem;
  background: #fff;
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
}
.wzdt_list ul {
  margin-top: 1.23rem;
  display: flex;
  justify-content: space-between;
}
.wzdt_list ul li {
  text-align: center;
}
.wzdt_list ul li > a {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 700;
}
.wzdt_list ul li > a:hover {
  color: #008fd6;
}
.wzdt_list ul li .dt_nav {
  margin-top: 0.22rem;
  display: block;
  width: 100%;
  text-align: center;
}
.wzdt_list ul li .dt_nav a {
  display: block;
  color: #fff;
  font-size: 0.16rem;
  margin-bottom: 0.22rem;
}
.wzdt_list ul li .dt_nav a:hover {
  color: #008fd6;
}
.xq_list {
  background: #fff;
  min-height: 5rem;
  position: relative;
}
.xq_list .xq_info {
  position: absolute;
  left: 1.9rem;
  top: 2rem;
  width: 0.67rem;
  float:left;
}
.xq_list .xq_info .font {
  width: 0.67rem;
  height: 1.84rem;
  background: #f2f2f2;
  border-radius: 0.34rem 0 0 0.34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.xq_list .xq_info .font p {
  color: #333333;
  font-size: 0.14rem;
  text-align: center;
}
.xq_list .xq_info .font span {
  display: block;
  background: url(../img/icon41.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.24rem;
  height: 0.24rem;
  margin-top: 0.22rem;
  cursor: pointer;
}
.xq_list .xq_info .font span:hover {
  background: url(../img/icon43.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_list .xq_info .font span.small {
  background: url(../img/icon40.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_list .xq_info .font span.small:hover {
  background: url(../img/icon42.png) no-repeat center;
  background-size: 100% 100%;
}
.xq_list .xq_info .gohome {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1.84rem;
  border-radius: 0.34rem 0 0 0.34rem;
  background: #0075c2;
  margin-top: -0.7rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.xq_list .xq_info .gohome img {
  width: 0.16rem;
  height: 0.16rem;
}
.xq_list .xq_info .gohome p {
  color: #fff;
  font-size: 0.14rem;
  margin-top: 0.12rem;
}
.xq_list .xq_info .goback {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1.84rem;
  border-radius: 0.34rem 0 0 0.34rem;
  background: #043f6b;
  margin-top: -0.5rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}
.xq_list .xq_info .goback img {
  width: 0.21rem;
  height: 0.42rem;
}
.xq_list .xq_info .goback p {
  color: #fff;
  font-size: 0.14rem;
  margin-top: 0.12rem;
}
.xq_list .xq_info.fixed {
  position: sticky;
  top: 0;
  left: 1.9rem;
}
.xq_list .dqwz {
  height: 0.94rem;
}
.xq_list .xq_box {
  margin-top: 0.2rem;
}
.xq_list .xq_box .xq_tit {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.xq_list .xq_box .lll {
  margin-top: 0.2rem;
}
.xq_list .xq_box .lll span {
  color: #999999;
  font-size: 0.16rem;
  margin-right: 0.48rem;
}
.xq_list .xq_box .xq_con {
  margin-top: 0.14rem;
  border-top: 0.01rem solid #e8e8e8;
  padding: 0.5rem 0;
  min-height:5rem;
}
.xq_list .xq_box .xq_con p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.9;
}
.xq_list .xq_box .xq_con img {
  max-width: 100%;
}
.xq_list .xq_box .xq_con table {
  max-width: 100%;
}
.xq_list .xq_box .xq_con iframe {
  max-width: 100%;
}
.xq_list .xq_box .xq_con video {
  max-width: 100%;
}
.sxp {
  border-top: 0.01rem solid #f1f1f1;
  height: 0.94rem;
  line-height: 0.94rem;
}
.sxp .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sxp .w a {
  display: block;
  width: 50%;
  color: #333333;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.sxp .w a:hover {
  color: #0075c2;
  font-weight: 700;
}
.sxp .w a:nth-child(2) {
  text-align: right;
}
.linz {
  border-left: 0.01rem solid #d7d7d7;
  padding-left: 1.1rem;
  box-sizing: border-box;
}
.tj {
  background: #f4fbff;
  padding: 0.5rem 0;
}
.tj h2 {
  color: #333333;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.tj ol {
  overflow: hidden;
  margin-top: 0.3rem;
}
.tj ol li {
  float: left;
  width: 4.5rem;
  height: 1.68rem;
  border: 0.01rem solid #d7d7d7;
  box-sizing: border-box;
  margin-right: 0.25rem;
  margin-bottom: 0.3rem;
}
.tj ol li:nth-child(3n+3) {
  margin-right: 0;
}
.tj ol li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  box-sizing: border-box;
}
.tj ol li a .date {
  width: 0.64rem;
}
.tj ol li a .date span {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  background: #d7d7d7;
  color: #ffffff;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 700;
  display: block;
}
.tj ol li a .date p {
  margin-top: 0.14rem;
  text-align: center;
  color: #666666;
  font-size: 0.16rem;
}
.tj ol li a .nr {
  width: calc(100% - 0.64rem);
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.tj ol li a .nr h2 {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
  text-align:left;
}
.tj ol li a:hover .nr h2{
    color:#008fd6;
}
.tj ol li a .nr p {
  margin-top: 0.16rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.55;
}
@keyframes move1 {
  0% {
    left: 0;
  }
  100% {
    left: -38.76rem;
  }
}
@keyframes move2 {
  0% {
    left: 38.76rem;
  }
  100% {
    left: 0;
  }
}
.tc {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  padding: 1rem;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.tc .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tc .close img {
  width: 0.25rem;
  height: 0.25rem;
  transition: all 0.5s;
}
.tc .close:hover img {
  transform: rotate(-180deg);
}
.tc .img {
  max-width: 100%;
  max-height: 100%;
}
body {
  height: auto;
  overflow: auto;
}
body.cur {
  height: 100vh;
  overflow: hidden;
}
body.active {
  height: 100vh;
  overflow: hidden;
}
body.active .tc {
  display: flex;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.fy {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fy a {
  height: 0.41rem;
  line-height: 0.41rem;
  padding: 0 0.16rem;
  color: #333;
  font-size: 0.18rem;
  background: #dfdfdf;
  border-radius: 0.05rem;
  margin: 0 0.06rem;
}
.fy a:hover {
  background: #0075c2;
  color: #fff;
}
.fy a.on {
  background: #0075c2;
  color: #fff;
}
