body {
  cursor: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 0.9rem;
}
.header .index_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 0.6rem;
  box-sizing: border-box;
  background: #fff;
  height: 100%;
}
.header .index_head .header_left a {
  display: block;
  width: 2.35rem;
  height: 0.45rem;
}
.header .index_head .header_left a img {
  width: 100%;
  height: 100%;
}
.header .index_head .header_rig {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .index_head .header_rig .header_rig__left ul {
  display: flex;
  align-items: center;
  height: 0.9rem;
}
.header .index_head .header_rig .header_rig__left ul li {
  height: 100%;
  position: relative;
}
.header .index_head .header_rig .header_rig__left ul li > a {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.9rem;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.32rem;
}
.header .index_head .header_rig .header_rig__left ul li > a::before {
  content: "";
  display: block;
  width: 0;
  height: 0.03rem;
  background: #0c5b89;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej {
  position: absolute;
  left: 50%;
  top: 100%;
  display: none;
  background-color: #fff;
  transform: translateX(-50%);
  padding: 0.2rem 0.08rem;
  text-align: center;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej a {
  display: block;
  font-size: 0.16rem;
  color: #333;
  padding: 0.1rem 0;
  width: 100%;
  margin: 0.1rem 0;
  line-height: 1.3;
  box-sizing: border-box;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej a:hover {
  background: #0c5b89;
  color: #fff;
}
.header .index_head .header_rig .header_rig__left ul li .nav_ej a.on {
  background: #0c5b89;
  color: #fff;
}
.header .index_head .header_rig .header_rig__left ul li:hover > a {
  color: #0c5b89;
  font-weight: 700;
}
.header .index_head .header_rig .header_rig__left ul li:hover > a::before {
  width: 100%;
}
.header .index_head .header_rig .header_rig__left ul li:hover .nav_ej {
  display: block;
}
.header .index_head .header_rig .header_rig__left ul li.on > a {
  color: #0c5b89;
  font-weight: 700;
}
.header .index_head .header_rig .header_rig__left ul li.on > a::before {
  width: 100%;
}
.header .index_head .header_rig .header_rig__right {
  margin-left: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .index_head .header_rig .header_rig__right .search_click {
  width: 0.2rem;
  height: 0.18rem;
  margin-right: 0.2rem;
}
.header .index_head .header_rig .header_rig__right #menu {
  width: 0.19rem;
  height: 0.19rem;
  background: url(../img/icon5.png) no-repeat center;
  background-size: 100% 100%;
}
.header .cover {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
.header:hover .cover {
  opacity: 1;
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .index_banner {
  width: 100%;
  height: 100%;
}
.banner .index_banner .swiper-slide .img_pc {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .index_banner .swiper-slide .img_m {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner .index_banner .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .index_banner .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}
.banner .index_banner .swiper-slide.swiper-slide-active i {
  transform: translateY(0);
}
.banner .index_banner .swiper-slide.swiper-slide-active .ban_more a {
  transform: translateY(0);
}
.banner .index_banner_progress {
  display: inline-block;
}
.banner .index_banner_progress .list_ {
  display: flex;
}
.banner .index_banner_progress .list_ .i {
  position: relative;
  display: flex;
  align-items: center;
  width: 0.6rem;
  padding-top: 0.04rem;
}
.banner .index_banner_progress .list_ .i::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.01rem;
  width: 0.04rem;
  height: 0.02rem;
  background-color: #fff;
}
.banner .index_banner_progress .list_ .i span {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Aldrich-Regular";
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.26rem;
  opacity: 0.5;
  cursor: pointer;
}
.banner .index_banner_progress .list_ .i span:hover {
  opacity: 1;
}
.banner .index_banner_progress .list_ .i .progress {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.01rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner .index_banner_progress .list_ .i .progress .d {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #ffffff;
}
.banner .index_banner_progress .list_ .i.active span {
  opacity: 1;
  color: #fff;
}
.banner .index_banner_progress .list_ .i.active .progress {
  display: block;
}
.banner .ban_button {
  position: absolute;
  left: 0;
  bottom: 0.48rem;
  width: 100%;
  z-index: 99;
}
.banner .ban_button .my-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 14rem;
}
.banner .ban_text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 0.3rem;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .ban_text .h2 {
  color: #fff;
  font-size: 0.64rem;
  font-weight: 400;
  line-height: 1.6;
}
.banner .ban_text .ban_more {
  padding-top: 0.4rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: all 1.2s 1s;
}
.banner .ban_text .ban_more a {
  position: relative;
  display: inline-block;
  padding: 0.16rem 0.24rem;
  border-radius: 0.7rem;
  border: 0.01rem solid #fff;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 400;
  overflow: hidden;
  transform: translateY(200%);
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.banner .ban_text .ban_more a:hover {
  background: #0c5b89;
  border: 0.01rem solid #0c5b89;
}
.banner .ban_text .ban_more a:hover::before {
  width: 110%;
}
.banner .ban_text .ban_more a::before {
  aspect-ratio: 1;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  height: 105%;
  transform: translate(-50%, -50%);
  transition: width 0.2s;
  width: 0;
  z-index: -1;
}
.banner .ban_text .ban_more a span {
  display: flex;
  align-items: center;
}
.banner .ban_text .t2 {
  overflow: hidden;
  transition: all 1.2s 0.6s;
}
.banner .ban_text i {
  font-style: normal;
  line-height: inherit;
  display: block;
  transform: translateY(200%);
  transition: all 1.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.banner .ban_but {
  position: absolute;
  display: inline-flex;
  width: 0.6rem;
  height: 0.58rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  z-index: 9;
}
.banner .ban_but.my-button-disabled {
  cursor: inherit;
}
.banner .ban_but.my-button-disabled:hover {
  opacity: 0.5;
}
.banner .ban_but::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.01rem dashed #fff;
  border-radius: 50%;
  animation: spin 3s linear infinite;
}
.banner .ban_but.ban-prev {
  left: 0.4rem;
  background: url(../img/icon2.png) no-repeat center;
  background-size: 0.12rem 0.2rem;
}
.banner .ban_but.ban-next {
  right: 0.4rem;
  background: url(../img/icon1.png) no-repeat center;
  background-size: 0.12rem 0.2rem;
}
.banner .ban_but:hover {
  opacity: 1;
}
.banner .ban_but:hover::before {
  animation-play-state: paused;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#mainContainer {
  position: relative;
}
.search_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background: #0c5b89;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  margin-top: -1rem;
  z-index: 10;
}
.search_box .s_box {
  width: 7rem;
  margin: 0.25rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search_box .s_box .row {
  width: 6rem;
  border-bottom: 0.01rem solid #fff;
}
.search_box .s_box .row input {
  width: 5.5rem;
  outline: none;
  height: 0.5rem;
  border: none;
  font-size: 0.16rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: none;
  color: #fff;
}
.search_box .s_box .row input::placeholder {
  color: #fff;
}
.search_box .s_box .row .s_btn {
  width: 0.2rem;
  height: 0.18rem;
  text-align: right;
  /* cursor: pointer; */
  margin-left: 0.23rem;
}
.search_box .s_box .s_close {
  width: 0.25rem;
  height: 0.25rem;
  text-align: center;
  /* cursor: pointer; */
  transition: all 0.5s;
  margin-left: 0.75rem;
}
.search_box.active {
  margin-top: 0;
}
.module2 {
  width: 15rem;
  margin: 0.9rem auto;
}
.module2 .swiper {
  width: 100%;
  padding: 0.14rem;
  box-sizing: border-box;
}
.module2 .swiper .swiper-wrapper{
  justify-content: center;
}
.module2 .swiper a {
  display: block;
  width: 4.8rem;
  margin: 0 auto;
}
.module2 .swiper a .img {
  width: 100%;
  height: 4.8rem;
  overflow: hidden;
}
.module2 .swiper a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module2 .swiper a .text {
  overflow: hidden;
}
.module2 .swiper a .text .h2 {
  margin-top: 0.12rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: 700;
  color: #333333;
  font-size: 0.3rem;
}
.module2 .swiper a .text p {
  color: #999999;
  font-size: 0.18rem;
  text-align: center;
  height:.25rem;
}
.module2 .swiper a .text .more {
  margin: 0.5rem auto 0.44rem;
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 0.27rem;
  width: 1.5rem;
  border: 0.01rem solid #b2b2b2;
}
.module2 .swiper a .text .more span {
  width: 100%;
  color: #999999;
  font-size: 0.16rem;
  display: block;
  background: url(../img/icon6.png) no-repeat 80% 50%;
  background-size: 0.06rem 0.12rem;
  padding-left: 0.34rem;
  box-sizing: border-box;
}
.module2 .swiper a:hover .img img {
  transform: scale(1.1);
}
.module2 .swiper a:hover .text {
  box-shadow: 0 0 0.14rem #e5e5e5;
}
.module2 .swiper a:hover .text .more {
  background: #0c5b89;
  border: 0.01rem solid #0c5b89;
}
.module2 .swiper a:hover .text .more span {
  color: #fff;
  background: url(../img/icon7.png) no-repeat 80% 50%;
  background-size: 0.06rem 0.12rem;
}
.module3 {
  width: 100%;
  height: 9.35rem;
  padding: 0 2.6rem;
  padding-top: 0.76rem;
  box-sizing: border-box;
  background: url(../img/img2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.module3 .index_wrj {
  width: 5.22rem;
  height: 4.58rem;
  position: absolute;
  top: 2rem;
  right: 4.7rem;
  z-index: 20;
  animation: shakes 2s infinite ease-in-out;
}
.module3 .module3_top {
  display: flex;
  justify-content: space-between;
}
.module3 .module3_top .module3_top_left {
  width: 10rem;
  padding-right: 0.6rem;
  box-sizing: border-box;
}
.module3 .module3_top .module3_top_left .p1 {
  color: #a2b3bf;
  font-size: 0.16rem;
  margin-bottom: 0.18rem;
}
.module3 .module3_top .module3_top_left .p2 {
  color: #0c5b89;
  font-size: 0.52rem;
  margin-bottom: 0.1rem;
}
.module3 .module3_top .module3_top_left .p3 {
  color: #0c5b89;
  font-size: 0.52rem;
  position: relative;
  z-index: 1;
  display: inline;
}
.module3 .module3_top .module3_top_left .p3::before {
  content: "";
  position: absolute;
  bottom: 0.07rem;
  width: 0;
  height: 0.04rem;
  background-color: #ffbf14;
  z-index: -1;
  animation: widthAnimation 0.8s ease-in-out 0.8s forwards;
  transition: width 0.6s;
}
.module3 .module3_top .module3_top_left .p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.42rem;
}
.module3 .module3_top .module3_top_right .jj_gd .jj_time {
  margin-bottom: 0.7rem;
}
.module3 .module3_top .module3_top_right .jj_gd .jj_time:last-child {
  margin-bottom: 0;
}
.module3 .module3_top .module3_top_right .jj_gd .jj_time h1 {
  display: flex;
}
.module3 .module3_top .module3_top_right .jj_gd .jj_time h1 span {
  color: #0c5b89;
  font-size: 0.65rem;
  font-weight: 700;
}
.module3 .module3_top .module3_top_right .jj_gd .jj_time h1 sup {
  padding-top: 0.16rem;
  color: #a2b3bf;
  font-size: 0.16rem;
  margin-left: 0.1rem;
}
.module3 .module3_top .module3_top_right .jj_gd .jj_time h5 {
  color: #a2b3bf;
  font-size: 0.16rem;
  font-weight: 400;
}
.module3 .module3_bot {
  margin-top: 1.2rem;
}
.module3 .module3_bot ul {
  display: flex;
  align-items: center;
  border-radius: 0.2rem;
  overflow: hidden;
}
.module3 .module3_bot ul li {
  width: 3.5rem;
  height: 2rem;
  position: relative;
}
.module3 .module3_bot ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0.4rem 0.3rem;
  box-sizing: border-box;
}
.module3 .module3_bot ul li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module3 .module3_bot ul li a .fg {
  position: relative;
  z-index: 2;
  height: 0.3rem;
  overflow: hidden;
}
.module3 .module3_bot ul li a .fg h2 {
  font-size: 0.22rem;
}
.module3 .module3_bot ul li a .fg h2.z1 {
  color: #ffffff;
  font-weight: 700;
  transition: all 0.5s;
}
.module3 .module3_bot ul li a .fg h2.z2 {
  margin-top: 1rem;
  color: #ffbf14;
  font-weight: 700;
  transition: all 0.5s;
}
.module3 .module3_bot ul li a p {
  position: relative;
  z-index: 2;
  font-size: 0.16rem;
  color: #fff;
}
.module3 .module3_bot ul li a:hover .fg h2.z1 {
  margin-top: -1rem;
}
.module3 .module3_bot ul li a:hover .fg h2.z2 {
  margin-top: 0.7rem;
}
.module4 {
  margin: 0.4rem auto 0.9rem;
}
.module4 .module4_tit {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module4 .module4_tit .l h2 {
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.module4 .module4_tit .l p {
  color: #999999;
  font-size: 0.18rem;
}
.module4 .swiper {
  margin-top: 0.6rem;
}
.module4 .swiper .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
}
.module4 .swiper .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
}
.module4 .swiper .swiper-slide a {
  display: block;
  width: 12.03rem;
  height: 5.78rem;
  position: relative;
}
.module4 .swiper .swiper-slide a .img {
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.module4 .swiper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module4 .swiper .swiper-slide a .text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/icon17.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 1.95rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.module4 .swiper .swiper-slide a .text .t {
  line-height: 0.68rem;
  border-bottom: 0.01rem solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module4 .swiper .swiper-slide a .text .t .zz {
  max-width: calc(100% - 1.5rem);
  color: #fff;
  display: inline;
  font-size: 0.24rem;
  font-weight: 700;
  position: relative;
}
.module4 .swiper .swiper-slide a .text .t .zz::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background: #0c5b89;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
}
.module4 .swiper .swiper-slide a .text .t .rr {
  font-size: 0.16rem;
  color: #fff;
  background: url(../img/icon18.png) no-repeat right center;
  background-size: 0.12rem 0.12rem;
  padding-right: 0.2rem;
}
.module4 .swiper .swiper-slide a .text p {
  margin-top: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.module4 .swiper .swiper-slide.swiper-slide-active::before {
  display: none;
}
.module4 .swiper .swiper-slide.swiper-slide-active a .text {
  display: block;
}
.module4 .swiper .swiper-button-prev:after,
.module4 .swiper .swiper-rtl .swiper-button-next:after {
  content: "";
}
.module4 .swiper .swiper-button-next:after,
.module4 .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.module4 .swiper .prev {
  width: 0.62rem;
  height: 0.62rem;
  background: url(../img/icon13.png) no-repeat center;
  background-size: 100% 100%;
  left: 2.8rem;
}
.module4 .swiper .prev:hover {
  background: url(../img/icon15.png) no-repeat center;
  background-size: 100% 100%;
}
.module4 .swiper .next {
  width: 0.62rem;
  height: 0.62rem;
  background: url(../img/icon14.png) no-repeat center;
  background-size: 100% 100%;
  right: 2.8rem;
}
.module4 .swiper .next:hover {
  background: url(../img/icon16.png) no-repeat center;
  background-size: 100% 100%;
}
.module5 {
  width: 100%;
  padding: 0.4rem 2.6rem 0;
  box-sizing: border-box;
  height: 9.37rem;
  background: url(../img/img4.jpg) no-repeat center;
  background-size: cover;
}
.module5 .module5_tit {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module5 .module5_tit .l h2 {
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}
.module5 .module5_tit .l p {
  color: #999999;
  font-size: 0.18rem;
}
.module5 .module5_box{
    margin-top:.4rem;
}
.module5 .module5_box .t {
  display: flex;
  justify-content: space-between;
}
.module5 .module5_box .t .z {
  width: 8.23rem;
  height: 4.4rem;
}
.module5 .module5_box .t .z a {
  width: 100%;
  height: 100%;
  display: block;
}
.module5 .module5_box .t .z a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.module5 .module5_box .t .z a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.module5 .module5_box .t .z a .img .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.65rem;
  background: url(../img/icon19.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.module5 .module5_box .t .z a .img .bg .h2 {
  display: flex;
  align-items: center;
}
.module5 .module5_box .t .z a .img .bg .h2 span {
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 700;
}
.module5 .module5_box .t .z a .img .bg .h2 em {
  margin-left: 0.2rem;
  color: #ffffff;
  font-size: 0.16rem;
  display: block;
  background: url(../img/icon18.png) no-repeat right center;
  background-size: 0.12rem 0.12rem;
  padding-right: 0.22rem;
}
.module5 .module5_box .t .z a .img .bg h5 {
  line-height: 0.7rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
}
.module5 .module5_box .t .z a:hover .img img {
  transform: scale(1.1);
}
.module5 .module5_box .t .r {
  width: 5.58rem;
}
.module5 .module5_box .t .r .box {
  width: 100%;
  height: 1.35rem;
  background: #fff;
  margin-bottom: 0.18rem;
  padding: 0.22rem;
  box-sizing: border-box;
}
.module5 .module5_box .t .r .box a {
  display: block;
  height: 100%;
  width: 100%;
}
.module5 .module5_box .t .r .box a span {
  font-size: 0.18rem;
  display: block;
  background: url(../img/icon20.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.3rem;
  width: 100%;
  box-sizing: border-box;
}
.module5 .module5_box .t .r .box a h1 {
  margin: 0.1rem 0;
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
}
.module5 .module5_box .t .r .box a p {
  color: #999999;
  font-size: 0.16rem;
}
.module5 .module5_box .t .r .box a:hover h1 {
  color: #0c5b89;
}
.module5 .module5_box .t .r .box:nth-child(3) {
  margin-bottom: 0;
}
.module5 .module5_box .b {
  margin-top: 0.34rem;
}
.module5 .module5_box .b ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.module5 .module5_box .b ul li {
  float: left;
  margin-right: 0.22rem;
  width: 4.5rem;
  height: 1.57rem;
}
.module5 .module5_box .b ul li:nth-child(3) {
  margin-right: 0;
}
.module5 .module5_box .b ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.module5 .module5_box .b ul li a .g {
  display: flex;
  align-items: center;
}
.module5 .module5_box .b ul li a .g .hh {
  display: flex;
  align-items: baseline;
  color: #0c5b89;
  font-size: 0.38rem;
  font-weight: 700;
}
.module5 .module5_box .b ul li a .g .hh em {
  font-size: 0.2rem;
}
.module5 .module5_box .b ul li a .g span {
  margin-left: 0.24rem;
  color: #999999;
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
.module5 .module5_box .b ul li a h2 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 400;
}
.module5 .module5_box .b ul li a:hover {
  background: #0c5b89;
}
.module5 .module5_box .b ul li a:hover .g .hh {
  color: #fff;
}
.module5 .module5_box .b ul li a:hover .g span {
  color: #fff;
}
.module5 .module5_box .b ul li a:hover h2 {
  color: #fff;
}
.more {
  margin: 0.5rem 0 0.44rem;
  height: 0.5rem;
  line-height: 0.5rem;
  display: block;
  border-radius: 0.27rem;
  width: 1.5rem;
  border: 0.01rem solid #b2b2b2;
}
.more span {
  width: 100%;
  color: #999999;
  font-size: 0.16rem;
  display: block;
  background: url(../img/icon6.png) no-repeat 80% 50%;
  background-size: 0.06rem 0.12rem;
  padding-left: 0.34rem;
  box-sizing: border-box;
}
.more:hover {
  background: #0c5b89;
  border: 0.01rem solid #0c5b89;
}
.more:hover span {
  color: #fff;
  background: url(../img/icon7.png) no-repeat 80% 50%;
  background-size: 0.06rem 0.12rem;
}
@keyframes shakes {
  0%,
  100% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-5px) translateY(-5px);
  }
  50% {
    transform: translateX(5px) translateY(5px);
  }
  75% {
    transform: translateX(-5px) translateY(-5px);
  }
}
@keyframes widthAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.footer {
  background: url(../img/img6.jpg) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 2.86rem;
  position: relative;
  z-index: 99;
}
.footer .w .footer-top {
  padding: 0.45rem 0 0.35rem 0;
  border-bottom: 0.01rem solid #54596c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .w .footer-top .z a {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  border-right: 0.01rem solid #54596c;
  padding-right: 0.16rem;
  margin-right: 0.16rem;
}
.footer .w .footer-top .z a:hover {
  font-weight: 700;
}
.footer .w .footer-top .z a:last-child {
  border-right: none;
}
.footer .w .footer-top .r {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .w .footer-top .r .ewm_box {
  display: flex;
  align-items: center;
}
.footer .w .footer-top .r .ewm_box .ewm_list {
  position: relative;
  margin: 0 0.1rem;
}
.footer .w .footer-top .r .ewm_box .ewm_list > img {
  width: 0.26rem;
  height: 0.26rem;
}
.footer .w .footer-top .r .ewm_box .ewm_list .img {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: -1.1rem;
  left: -0.4rem;
  width: 1.01rem;
  height: 1.01rem;
  visibility: hidden;
}
.footer .w .footer-top .r .ewm_box .ewm_list .img img {
  width: 100%;
  height: 100%;
}
.footer .w .footer-top .r .ewm_box .ewm_list:nth-child(2) > img {
  width: 0.3rem;
  height: 0.24rem;
}
.footer .w .footer-top .r .ewm_box .ewm_list:hover .img {
  opacity: 1;
  visibility: initial;
}
.footer .w .footer-top .r .links {
  margin-left: 0.24rem;
  position: relative;
}
.footer .w .footer-top .r .links .link_tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.01rem solid #616574;
  width: 2.86rem;
  height: 0.49rem;
  line-height: 0.49rem;
  padding: 0 0.14rem;
  box-sizing: border-box;
}
.footer .w .footer-top .r .links .link_tit span {
  color: #d4d5d8;
  font-size: 0.16rem;
}
.footer .w .footer-top .r .links .link_tit img {
  width: 0.18rem;
  height: 0.1rem;
}
.footer .w .footer-top .r .links .link_list {
  position: absolute;
  bottom: 0.49rem;
  left: 0;
  background: #0c5b89;
  height: 3rem;
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  transition: height 0.5s ease-in-out;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
.footer .w .footer-top .r .links .link_list a {
  display: block;
  font-size: 0.16rem;
  color: #fff;
  margin: 0.1rem 0;
  text-align: center;
}
.footer .w .footer-top .r .links .link_list a:hover {
  color: #ffbf14;
  /*font-weight: 700;*/
}
.footer .w .footer-top .r .links:hover .link_list {
  opacity: 1;
  visibility: visible;
}
.footer .w .footer-bot {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .w .footer-bot .f_logo {
  display: block;
  width: 2.53rem;
  height: 0.49rem;
}
.footer .w .footer-bot p {
  color: #565a67;
  font-size: 0.16rem;
}
.footer .w .footer-bot em {
  color: #565a67;
  font-size: 0.16rem;
}
.footer .w .footer-bot .tel {
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 0.3rem;
}
.footer .w .footer-bot .j {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
}
.footer .w .footer-bot .j.f {
  justify-content: flex-end;
}
.footer .w .footer-bot .j.g em {
  margin: 0 0.05rem;
}
.footer .w .footer-bot .j a {
  display: block;
  color: #565a67;
  font-size: 0.16rem;
}
.footer .w .footer-bot .j a:hover {
  color: #fff;
}
.footer .w .footer-bot .j img {
  margin-left: 0.1rem;
}
#head_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  background: url(../img/icon24.png) #fff no-repeat right bottom;
  background-size: 5.16rem 5.5rem;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
#head_menu #menu_close {
  width: 0.9rem;
  height: 0.9rem;
  background: #0c5b89;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#head_menu #menu_close img {
  width: 0.25rem;
  height: 0.25rem;
}
#head_menu .menu_box {
  height: 100%;
}
#head_menu .menu_box .w {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#head_menu .menu_box .w .menu_box__top {
  width: 2.35rem;
  height: 0.45rem;
}
#head_menu .menu_box .w .menu_box__top img {
  width: 100%;
  height: 100%;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul {
  display: flex;
  justify-content: space-between;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li > a {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li > a:hover {
  color: #0c5b89;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej {
  margin-top: 0.3rem;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej .gg a {
  display: inline-block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid transparent;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li .menu_nav__ej .gg a:hover {
  border-bottom: 0.01rem solid #0c5b89;
  color: #0c5b89;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li.on > a {
  color: #0c5b89;
}
#head_menu .menu_box .w .menu_box__mid .menu_nav ul li.on .menu_nav__ej a.active {
  border-bottom: 0.01rem solid #0c5b89;
  color: #0c5b89;
}
#head_menu .menu_box .w .menu_box__bot {
  padding: 0.28rem 0;
  border-top: 0.01rem solid #e4e4e4;
}
#head_menu .menu_box .w .menu_box__bot .z {
  display: flex;
  align-items: center;
}
#head_menu .menu_box .w .menu_box__bot .z span {
  margin-right: 0.3rem;
  color: #333333;
  font-size: 0.18rem;
}
#head_menu .menu_box .w .menu_box__bot .z .db_ewm {
  margin-right: 0.14rem;
  position: relative;
}
#head_menu .menu_box .w .menu_box__bot .z .db_ewm > img {
  width: 0.5rem;
  height: 0.5rem;
}
#head_menu .menu_box .w .menu_box__bot .z .db_ewm .img {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0.55rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
#head_menu .menu_box .w .menu_box__bot .z .db_ewm .img img {
  width: 100%;
  height: 100%;
}
#head_menu .menu_box .w .menu_box__bot .z .db_ewm:hover .img {
  width: 1.01rem;
  height: 1.01rem;
}
#head_menu .menu_box .w .menu_box__bot .r h2 {
  color: #0c5b89;
  font-size: 0.3rem;
  font-weight: 700;
  text-align: right;
}
#head_menu .menu_box .w .menu_box__bot .r .j {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#head_menu .menu_box .w .menu_box__bot .r .j p {
  color: #999999;
  font-size: 0.16rem;
}
#head_menu .menu_box .w .menu_box__bot .r .j em {
  margin: 0 0.05rem;
  color: #565a67;
  font-size: 0.16rem;
}
#head_menu .menu_box .w .menu_box__bot .r .j.f {
  justify-content: flex-end;
}
#head_menu .menu_box .w .menu_box__bot .r .j.f a {
  display: block;
  color: #999999;
  font-size: 0.16rem;
}
#head_menu .menu_box .w .menu_box__bot .r .j.f a:hover {
  color: #0c5b89;
}
#head_menu .menu_box .w .menu_box__bot .r .j.f em {
  color: #999999;
  font-size: 0.16rem;
  margin: 0;
}
.cursor-dot {
  position: fixed;
  top: 50%;
  left: 50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  mix-blend-mode: difference;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  z-index: 999;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
}
.zy .header {
  /* position: relative; */
  border-bottom: 0.01rem solid #f1f1f1;
}
.wzdt_list {
  margin-top: 0.9rem;
  min-height: calc(100vh - 3.76rem);
  background: url(../img/icon31.png) no-repeat center;
  background-size: 18.97rem 3.61rem;
}
.wzdt_list .w .dt_nav {
  margin-top: 1.3rem;
  display: flex;
  justify-content: space-between;
}
.wzdt_list .w .dt_nav li > a {
  color: #333333;
  font-size: 0.22rem;
  font-weight: 700;
}
.wzdt_list .w .dt_nav li > a:hover {
  color: #0c5b89;
}
.wzdt_list .w .dt_nav li .dt_nav__ej {
  margin-top: 0.3rem;
}
.wzdt_list .w .dt_nav li .dt_nav__ej .gg a {
  display: inline-block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  border-bottom: 0.01rem solid transparent;
}
.wzdt_list .w .dt_nav li .dt_nav__ej .gg a:hover {
  border-bottom: 0.01rem solid #0c5b89;
  color: #0c5b89;
}
.wzdt_list .w .dt_nav li.on > a {
  color: #0c5b89;
}
.wzdt_list .w .dt_nav li.on .menu_nav__ej a.active {
  border-bottom: 0.01rem solid #0c5b89;
  color: #0c5b89;
}
.wzdt_list .dt_iframe {
  position: relative;
  width: 100%;
  height: 8.41rem;
}
.wzdt_list .dt_iframe .dt_img{
    width:100%;
    height:100%;
}
.wzdt_list .dt_iframe .sj_dt_img{
    width:100%;
    height:100%;
    display:none;
}
.wzdt_list .dt_iframe iframe {
  width: 100%;
  height: 100%;
}
.wzdt_list .dt_iframe .lxfs_info {
  width: 14rem;
  height: 3.38rem;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0.4rem 0.4rem 0 0.4rem;
  box-sizing: border-box;
}
.wzdt_list .dt_iframe .lxfs_info h1 {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 400;
}
.wzdt_list .dt_iframe .lxfs_info ol {
  margin-top: 0.46rem;
  display: flex;
}
.wzdt_list .dt_iframe .lxfs_info ol li {
  margin-left: 1rem;
  padding-right: 0.84rem;
  border-right: 0.01rem solid #dadada;
}
.wzdt_list .dt_iframe .lxfs_info ol li:nth-child(1) {
  margin-left: 0;
}
.wzdt_list .dt_iframe .lxfs_info ol li:nth-child(3) {
  padding-right: 0;
  border-right: none;
}
.wzdt_list .dt_iframe .lxfs_info ol li:nth-child(3) h5 {
  font-size: 0.22rem;
}
.wzdt_list .dt_iframe .lxfs_info ol li img {
  width: 0.49rem;
  height: 0.49rem;
}
.wzdt_list .dt_iframe .lxfs_info ol li p {
  color: #333333;
  font-size: 0.18rem;
  margin: 0.16rem 0;
}
.wzdt_list .dt_iframe .lxfs_info ol li h5 {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 400;
}
.zy_cp .w .cp_list {
  margin-top: 0.8rem;
  min-height: 8rem;
  overflow: hidden;
  padding: 0.1rem 0.05rem;
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.zy_cp .w .cp_list li {
  float: left;
  width: 4.44rem;
  padding: 0.1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.32rem;
  box-shadow: 0.03rem 0 0.1rem rgba(66, 118, 162, 0.1);
  box-sizing: border-box;
}
.zy_cp .w .cp_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.zy_cp .w .cp_list li a {
  display: block;
  height: 100%;
}
.zy_cp .w .cp_list li a .img {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
.zy_cp .w .cp_list li a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zy_cp .w .cp_list li a .nr {
  height: 1.58rem;
  width: 100%;
  padding: 0.3rem 0.34rem;
  box-sizing: border-box;
  background: #fff;
  
}
.zy_cp .w .cp_list li a .nr h2 {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  margin-bottom: 0.22rem;
}
.zy_cp .w .cp_list li a .nr p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.zy_cp .w .cp_list li a:hover .img img {
  transform: scale(1.1);
}
.zy_cp .w .cp_list li a:hover .nr h2 {
  color: #0c5b89;
}
.fy {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fy a {
  cursor: pointer;
  width: 0.42rem;
  height: 0.42rem;
  border: 0.01rem solid #dedede;
  margin: 0 0.03rem;
  color: #333333;
  font-size: 0.16rem;
  display: block;
  line-height: 0.42rem;
  text-align: center;
}
.fy a.swy {
  width: 0.65rem;
}
.fy a.sxy {
  width: 0.87rem;
}
.fy a:hover {
  background: #0c5b89;
  border: 0.01rem solid #0c5b89;
  color: #fff;
}
.fy a.on {
  background: #0c5b89;
  border: 0.01rem solid #0c5b89;
  color: #fff;
}
.zy_nav {
  /*margin-top: 0.9rem;*/
  position: relative;
  z-index: 9;
  height: 0.8rem;
  background: rgba(0, 30, 47, 0.5);
  width: 100%;
}
.zy.vv_cpxq .zy_nav {
    margin-top: 0.9rem;
}
.zy_nav .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.zy_nav .w .zy_nav__left {
  width: calc(100% - 4rem);
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide {
  margin-right: 0.32rem;
  width: auto;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a {
  color: #d0d0d0;
  font-size: 0.18rem;
  display: block;
  padding-right: 0.32rem;
  padding-left: 0.12rem;
  box-sizing: border-box;
  border-right: 0.01rem solid #8da3a9;
  position: relative;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a::before {
  content: "";
  display: none;
  width: 0.05rem;
  height: 0.05rem;
  background: #fff;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a::after {
  content: "";
  display: none;
  width: 0.05rem;
  height: 0.05rem;
  background: #05ade7;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a.on {
  color: #fff;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a.on::before {
  display: block;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a.on::after {
  display: block;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a:hover {
  color: #fff;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a:hover::before {
  display: block;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide a:hover::after {
  display: block;
}
.zy_nav .w .zy_nav__left .swiper .swiper-slide:last-child a {
  border-right: none;
}
.zy_nav .w .zy_nav__right {
  padding-left: 0.2rem;
  box-sizing: border-box;
  width: 4rem;
}
.zy_nav .w .zy_nav__right .dqwz {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.zy_nav .w .zy_nav__right .dqwz img {
  width: 0.17rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}
.zy_nav .w .zy_nav__right .dqwz span {
  color: #d0d0d0;
  font-size: 0.14rem;
  margin: 0 0.04rem;
}
.zy_nav .w .zy_nav__right .dqwz a {
  display: block;
  cursor: pointer;
  color: #d0d0d0;
  font-size: 0.14rem;
}
.zy_nav .w .zy_nav__right .dqwz a:hover {
  color: #fff;
}
.zy_nav .w .zy_nav__right .dqwz a.on {
  color: #fff;
}
.zy_ban {
  position: relative;
  width: 100%;
  height: 4.8rem;
  margin-top: 0.9rem;
}
.zy_ban img {
  width: 100%;
  height: 100%;
}
.zy_ban .zy_tt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.zy_ban .zy_tt h2 {
  color: #fff;
  font-size: 0.5rem;
  font-weight: 700;
}
.zy_ban .zy_tt .h1 {
  margin: 0.24rem auto;
  width: 0.63rem;
  height: 0.01rem;
  background: #fff;
  position: relative;
}
.zy_ban .zy_tt .h1::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  top: -0.02rem;
  left: 0;
}
.zy_ban .zy_tt .h1::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.02rem;
  background: #fff;
  position: absolute;
  top: -0.02rem;
  right: 0;
}
.zy_ban .zy_tt p {
  color: #ffffff;
  font-size: 0.18rem;
}
.zy_ban .zy_dqwz {
  position: absolute;
  top: 0;
  left: 2.6rem;
  height: 0.6rem;
  display: none;
  align-items: center;
}
.zy_ban .zy_dqwz img {
  width: 0.17rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}
.zy_ban .zy_dqwz span {
  color: #d0d0d0;
  font-size: 0.14rem;
  margin: 0 0.04rem;
}
.zy_ban .zy_dqwz a {
  display: block;
  cursor: pointer;
  color: #d0d0d0;
  font-size: 0.14rem;
}
.zy_ban .zy_dqwz a:hover {
  color: #fff;
}
.zy_ban .zy_dqwz a.on {
  color: #fff;
}
.zy_cpxq {
  min-height: calc(100vh - 2rem);
  overflow: hidden;
  padding-bottom: 1rem;
  /*margin-top: 0.9rem;*/
}
.zy_cpxq .h1 {
  color: #333333;
  font-size: 0.3rem;
  font-weight: 700;
  text-align: center;
  width: 70%;
  margin: 0.7rem auto 0.24rem;
}
.zy_cpxq .xq_img {
  width: 8.08rem;
  height: 5.82rem;
  margin: 0 auto;
}
.zy_cpxq .xq_img img {
  width: 100%;
  height: 100%;
}
.zy_cpxq .xq_nr {
  width: 14rem;
  margin: 0.5rem auto;
}
.zy_cpxq .xq_nr img {
  max-width: 100%;
}
.zy_cpxq .xq_nr table {
  max-width: 100%;
}
.zy_cpxq .xq_nr iframe {
  max-width: 100%;
}
.zy_cpxq .xq_nr video {
  max-width: 100%;
}
.zy_cpxq .xq_nr p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.zy_cpxq .xq_tabs {
  height: 0.82rem;
  background: #e4e4e4;
}
.zy_cpxq .xq_tabs .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit {
  display: flex;
  align-items: center;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit span {
  color: #666666;
  font-size: 0.26rem;
  margin-right: 0.5rem;
  display: block;
  position: relative;
  padding-left: 0.14rem;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit span::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: height 0.5s;
  background: #0c5b89;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit span.on {
  font-weight: 700;
  color: #0c5b89;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit span.on::before {
  height: 0.25rem;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit span:hover {
  font-weight: 700;
  color: #0c5b89;
}
.zy_cpxq .xq_tabs .w .lef .xq_tab_tit span:hover::before {
  height: 0.25rem;
}
.zy_cpxq .xq_tabs .w .rig .go_back {
  display: block;
  background: url(../img/icon1.png) no-repeat #0c5b89 85% 50%;
  background-size: 0.07rem 0.12rem;
  width: 1.28rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  color: #fff;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  transition: all 0.5s;
}
.zy_cpxq .xq_tabs .w .rig .go_back:hover {
  transform: translateY(-0.05rem);
}
.zy_cpxq .xq_tabs_nr {
  margin-top: 0.7rem;
  padding-bottom: 1rem;
}
.zy_cpxq .xq_tabs_nr .w {
  position: relative;
  overflow: hidden;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont {
  box-sizing: border-box;
  position: absolute;
  visibility: hidden;
  top: 0;
  opacity: 0;
  transform: translateY(10%);
  pointer-events: none;
  overflow: hidden;
  min-height: 5rem;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont.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;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont img {
  max-width: 100%;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont table {
  max-width: 100%;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont iframe {
  max-width: 100%;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont video {
  max-width: 100%;
}
.zy_cpxq .xq_tabs_nr .w .xq_cont p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.zy_sh {
  min-height: 8rem;
}
.zy_sh .zy_dqwz {
  display: flex;
}
.zy_sh .p1 {
  margin: 0 auto;
  margin-top: 1rem;
  color: #333333;
  font-size: 0.3rem;
  line-height: 0.5rem;
  text-align: center;
  max-width: 86%;
}
.zy_sh .p2 {
  width: 0.5rem;
  height: 0.06rem;
  background: #0c5b89;
  margin: 0.46rem auto;
}
.zy_sh .sh_list {
  overflow: hidden;
  padding: 0.2rem;
  box-sizing: border-box;
  width: 100%;
}
.zy_sh .sh_list li {
  float: left;
  width: 4.3rem;
  height: 2.42rem;
  background: #fff;
  box-shadow: 0 0 0.14rem #e5e5e5;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zy_sh .sh_list li .img {
  width: 0.71rem;
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zy_sh .sh_list li .img img {
  max-width: 0.71rem;
  max-height: 0.56rem;
}
.zy_sh .sh_list li .img img.img2 {
  display: none;
}
.zy_sh .sh_list li h4 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 400;
  margin: 0.18rem 0;
}
.zy_sh .sh_list li p {
  color: #999999;
  font-size: 0.16rem;
}
.zy_sh .sh_list li:hover {
  background: url(../img/icon39.png) no-repeat #0c5b89 center;
  background-size: 3.62rem 1.76rem;
  box-shadow: none;
}
.zy_sh .sh_list li:hover .img img.img1 {
  display: none;
}
.zy_sh .sh_list li:hover .img img.img2 {
  display: block;
}
.zy_sh .sh_list li:hover h4 {
  color: #fff;
}
.zy_sh .sh_list li:hover p {
  color: #7da1b6;
}
.zy_sh .sh_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.zy_sh .fw_cont {
  min-height: 3rem;
  width: 12.6rem;
  margin: 0.9rem auto;
  padding-bottom: 1rem;
}
.zy_sh .fw_cont p {
  text-align: center;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.5rem;
}
.zy_sh .fw_cont img {
  max-width: 100%;
}
.zy_sh .fw_cont video {
  max-width: 100%;
}
.zy_sh .fw_cont iframe {
  max-width: 100%;
}
.zy_sh .fw_cont table {
  max-width: 100%;
}
.cxy_list {
  padding-bottom: 1.6rem;
}
.cxy_list .cxy_jj {
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
}
.cxy_list .cxy_jj .lef {
  width: 2.3rem;
}
.cxy_list .cxy_jj .lef span {
  color: #333333;
  font-size: 0.34rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.3rem;
}
.cxy_list .cxy_jj .lef span::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.05rem;
  background: #0c5b89;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cxy_list .cxy_jj .rig {
  width: calc(100% - 2.3rem);
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.cxy_list .cxy_jj .rig p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.cxy_list .cxy_jj .rig img {
  max-width: 100%;
}
.cxy_list .cxy_jj .rig video {
  max-width: 100%;
}
.cxy_list .cxy_jj .rig table {
  max-width: 100%;
}
.cxy_list .cxy_jj .rig iframe {
  max-width: 100%;
}
.cxy_list .cxy_swi {
  margin-left: 2.4rem;
  padding-left: 0.2rem;
  position: relative;
}
.cxy_list .cxy_swi .gg {
  overflow: hidden;
}
.cxy_list .cxy_swi .gg .swiper-button-prev:after,
.cxy_list .cxy_swi .gg .swiper-rtl .swiper-button-next:after {
  content: "";
}
.cxy_list .cxy_swi .gg .swiper-button-next:after,
.cxy_list .cxy_swi .gg .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.cxy_list .cxy_swi .gg .next {
  right: 7.17rem;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../img/icon14.png) no-repeat center;
  background-size: 100% 100%;
}
.cxy_list .cxy_swi .gg .next:hover {
  background: url(../img/icon16.png) no-repeat center;
  background-size: 100% 100%;
}
.cxy_list .cxy_swi .gg .prev {
  left: 0;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../img/icon13.png) no-repeat center;
  background-size: 100% 100%;
}
.cxy_list .cxy_swi .gg .prev:hover {
  background: url(../img/icon15.png) no-repeat center;
  background-size: 100% 100%;
}
.cxy_list .cxy_swi .gg .swiper {
  height: 5.43rem;
  width: 9.16rem;
  overflow: initial;
  margin: inherit;
  margin-left: 0;
}
.cxy_list .cxy_swi .gg .swiper .swiper-wrapper {
  align-items: end;
}
.cxy_list .cxy_swi .gg .swiper .swiper-wrapper .swiper-slide {
  height: 4.62rem;
  width: 9.16rem;
  transition: all 0.5s;
}
.cxy_list .cxy_swi .gg .swiper .swiper-wrapper .swiper-slide img {
  width: 9.16rem;
  height: 4.62rem;
  transition: all 0.5s;
  object-fit: cover;
}
.cxy_list .cxy_swi .gg .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  height: 5.43rem;
}
.cxy_list .cxy_swi .gg .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  height: 5.43rem;
}
.cxy_list .cxy_nr {
  margin-top: 0.84rem;
}
.cxy_list .cxy_nr .w h1 {
  line-height: 0.96rem;
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 0.34rem;
  font-weight: 700;
}
.cxy_list .cxy_nr .w h1::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.05rem;
  background: #0c5b89;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cxy_list .cxy_nr .w .list {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cxy_list .cxy_nr .w .list .wow {
  position: relative;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 0.34rem;
  height: 4.3rem;
  width: 3.2rem;
  box-shadow: 0 0 0.14rem 0 #e0eaef;
  box-sizing: border-box;
}
.cxy_list .cxy_nr .w .list .wow:nth-child(4) {
  margin-right: 0;
}
.cxy_list .cxy_nr .w .list .wow .txt {
  padding: 0.32rem 0.16rem 0;
  z-index: 2;
  border-radius: 0.2rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.cxy_list .cxy_nr .w .list .wow .txt .img {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  overflow: hidden;
  background: #f2faff;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cxy_list .cxy_nr .w .list .wow .txt .img img {
  max-width: 100%;
  max-height: 100%;
}
.cxy_list .cxy_nr .w .list .wow .txt .first_tit {
  margin: 0.16rem auto;
  font-weight: bold;
  text-align: center;
  color: #0c5b89;
  font-size: 0.24rem;
  font-weight: 700;
}
.cxy_list .cxy_nr .w .list .wow .txt .first_tit::after {
  width: 0.2rem;
  height: 0.03rem;
  content: "";
  display: block;
  margin-top: 0.14rem;
  margin-left: auto;
  margin-right: auto;
  background: #0c5b89;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cxy_list .cxy_nr .w .list .wow .txt .first_des {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.cxy_list .cxy_nr .w .list .wow .txt .first_des p {
  color: #000000;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.cxy_list .cxy_nr .w .list .wow:hover .txt {
  height: 116%;
  background: url(../img/icon44.png) no-repeat bottom center;
  background-size: 100% 100%;
  padding: 0.362rem 0.16rem 0;
}
.cxy_list .cxy_nr .w .list .wow:hover .txt .img {
  background: #fff;
}
.cxy_list .cxy_nr .w .list .wow:hover .txt .first_tit {
  color: #fff;
}
.cxy_list .cxy_nr .w .list .wow:hover .txt .first_tit::after {
  background: #fff;
}
.cxy_list .cxy_nr .w .list .wow:hover .txt .first_des {
  -webkit-line-clamp: inherit;
  height: 18em;
  overflow: auto;
  color: #fff;
}
.cxy_list .cxy_nr .w .list .wow:hover .txt .first_des p {
  color: #fff;
}
.zy_xw .xw_top {
  padding-top: 1rem;
  box-sizing: border-box;
  width: 100%;
  background: #f6faff;
  height: 6.11rem;
}
.zy_xw .xw_top .w {
  display: flex;
}
.zy_xw .xw_top .w .swiper {
  width: 8.23rem;
  height: 4.4rem;
}
.zy_xw .xw_top .w .swiper a {
  width: 100%;
  height: 100%;
  display: block;
}
.zy_xw .xw_top .w .swiper a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.zy_xw .xw_top .w .swiper a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.zy_xw .xw_top .w .swiper a .img .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.65rem;
  background: url(../img/icon19.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.zy_xw .xw_top .w .swiper a .img .bg h5 {
  line-height: 0.7rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 400;
}
.zy_xw .xw_top .w .swiper a:hover .img img {
  transform: scale(1.1);
}
.zy_xw .xw_top .w .swiper .swiper-button-prev:after,
.zy_xw .xw_top .w .swiper .swiper-rtl .swiper-button-next:after {
  content: "";
}
.zy_xw .xw_top .w .swiper .swiper-button-next:after,
.zy_xw .xw_top .w .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.zy_xw .xw_top .w .swiper .next {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../img/icon14.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xw .xw_top .w .swiper .next:hover {
  background: url(../img/icon16.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xw .xw_top .w .swiper .prev {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../img/icon13.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xw .xw_top .w .swiper .prev:hover {
  background: url(../img/icon15.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xw .xw_top .w .xw_r {
  width: calc(100% - 8.23rem);
  padding-left: 0.18rem;
  box-sizing: border-box;
}
.zy_xw .xw_top .w .xw_r .box {
  width: 100%;
  height: 1.35rem;
  background: #fff;
  margin-bottom: 0.18rem;
  padding: 0.22rem;
  box-sizing: border-box;
}
.zy_xw .xw_top .w .xw_r .box a {
  display: block;
  height: 100%;
  width: 100%;
}
.zy_xw .xw_top .w .xw_r .box a span {
  display: block;
  background: url(../img/icon20.png) no-repeat left center;
  background-size: 0.18rem 0.18rem;
  padding-left: 0.3rem;
  width: 100%;
  box-sizing: border-box;
  color: #999999;
  font-size: 0.16rem;
}
.zy_xw .xw_top .w .xw_r .box a h1 {
  margin: 0.1rem 0;
  color: #333333;
  font-size: 0.2rem;
  font-weight: 700;
}
.zy_xw .xw_top .w .xw_r .box a p {
  color: #999999;
  font-size: 0.16rem;
}
.zy_xw .xw_top .w .xw_r .box a:hover h1 {
  color: #0c5b89;
}
.zy_xw .xw_bot {
  overflow: hidden;
  padding-top: 0.65rem;
}
.zy_xw .xw_bot .xw_list {
  overflow: hidden;
  margin-bottom: 0.4rem;
  min-height: 4rem;
}
.zy_xw .xw_bot .xw_list li {
  float: left;
  margin-right: 0.22rem;
  width: 4.5rem;
  height: 1.57rem;
  margin-bottom: 0.3rem;
}
.zy_xw .xw_bot .xw_list li:nth-child(3n + 3) {
  margin-right: 0;
}
.zy_xw .xw_bot .xw_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #f1f1f1;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.zy_xw .xw_bot .xw_list li a .g {
  display: flex;
  align-items: center;
}
.zy_xw .xw_bot .xw_list li a .g .hh {
  display: flex;
  align-items: baseline;
  color: #0c5b89;
  font-size: 0.38rem;
  font-weight: 700;
}
.zy_xw .xw_bot .xw_list li a .g .hh em {
  font-size: 0.2rem;
}
.zy_xw .xw_bot .xw_list li a .g span {
  margin-left: 0.24rem;
  color: #999999;
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
.zy_xw .xw_bot .xw_list li a h2 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 400;
}
.zy_xw .xw_bot .xw_list li a:hover {
  background: url(../img/icon45.png) no-repeat center;
  border: 0.01rem solid #0c5b89;
}
.zy_xw .xw_bot .xw_list li a:hover .g .hh {
  color: #fff;
}
.zy_xw .xw_bot .xw_list li a:hover .g span {
  color: #fff;
}
.zy_xw .xw_bot .xw_list li a:hover h2 {
  color: #fff;
}
.zy_sp {
  min-height: 6rem;
  /* padding-bottom: 1rem; */
}
.zy_sp .sp_list {
  margin-top: 0.7rem;
  overflow: hidden;
  padding: 0.1rem;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.zy_sp .sp_list li {
  float: left;
  width: 4.52rem;
  margin-right: 0.12rem;
  margin-top: 0.3rem;
}
.zy_sp .sp_list li:nth-child(3n+3) {
  margin-right: 0;
}
.zy_sp .sp_list li a .img {
  position: relative;
  height: 2.9rem;
}
.zy_sp .sp_list li a .img img {
  width: 100%;
  height: 2.9rem;
}
.zy_sp .sp_list li a .img .play {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.zy_sp .sp_list li a .img .play img {
  width: 0.47rem;
  height: 0.47rem;
}
.zy_sp .sp_list li a .nr {
  width: 100%;
  padding: 0 0.26rem 0.22rem 0.26rem;
  box-sizing: border-box;
  box-shadow: 0.03rem 0 0.1rem rgba(66, 118, 162, 0.1);
  background: #fff;
}
.zy_sp .sp_list li a .nr h2 {
  line-height: 0.7rem;
  color: #303030;
  font-size: 0.2rem;
  font-weight: 700;
}
.zy_sp .sp_list li a .nr p {
  color: #b6b9bf;
  font-size: 0.16rem;
}
.zy_sp .sp_list li a:hover .img .play {
  opacity: 1;
}
.zy_sp .sp_list li a:hover h2 {
  color: #0c5b89;
}
.zy_xq {
  padding-bottom: 1rem;
  margin-top: 0.9rem;
}
.zy_xq .xq_box {
  background: #f7f8fa;
  min-height: 2.86rem;
  /*padding-bottom: 0.2rem;*/
}
.zy_xq .xq_box .xq_vvv {
  display: flex;
  justify-content: space-between;
}
.zy_xq .xq_box .xq_vvv .xq_left {
  width: 11.5rem;
}
.zy_xq .xq_box .xq_vvv .xq_left .date {
  color: #252b3a;
  font-size: 0.2rem;
  font-family: '思源宋体';
}
.zy_xq .xq_box .xq_vvv .xq_left .xq_tit {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: #333333;
  font-size: 0.3rem;
  font-weight: 700;
}
.zy_xq .xq_box .xq_vvv .xq_left .font {
  display: flex;
  align-items: center;
}
.zy_xq .xq_box .xq_vvv .xq_left .font span {
  color: #999999;
  font-size: 0.16rem;
}
.zy_xq .xq_box .xq_vvv .xq_left .font .big {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../img/icon48.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_left .font .big:hover {
  background: url(../img/icon49.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_left .font .small {
  margin-left: 0.1rem;
  margin-right: 0.4rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../img/icon50.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_left .font .small:hover {
  background: url(../img/icon51.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_right {
  width: 2.5rem;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp {
  margin-top: 0.4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img {
  text-align: center;
  display: block;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img .img {
  width: 0.43rem;
  height: 0.43rem;
  margin: 0 auto;
  background: url(../img/icon52.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img p {
  line-height: 0.4rem;
  color: #999999;
  font-size: 0.16rem;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:hover .img {
  background: url(../img/icon53.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:hover p {
  color: #0c5b89;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:nth-child(3) .img {
  background: url(../img/icon54.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:nth-child(3):hover .img {
  background: url(../img/icon55.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:nth-child(2) {
  margin: 0 0.34rem;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:nth-child(2) .img {
  background: url(../img/icon56.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_box .xq_vvv .xq_right .sxp .sxp_img:nth-child(2):hover .img {
  background: url(../img/icon57.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_xq .xq_nr{
    min-height:6rem;
}
.zy_xq .xq_nr .xq_con {
  padding: 0.6rem 0;
  min-height: 6rem;
}
.zy_xq .xq_nr .xq_con p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.zy_xq .xq_nr .tj {
  margin-top: 1.6rem;
}
.zy_xq .xq_nr .tj .h1 {
  width: 1.95rem;
  height: 0.3rem;
  display: block;
  margin: 0 auto 0.44rem;
}
.zy_xq .xq_nr .tj .tj_list {
  overflow: hidden;
}
.zy_xq .xq_nr .tj .tj_list li {
  float: left;
  margin-right: 0.22rem;
  width: 4.5rem;
  height: 1.57rem;
}
.zy_xq .xq_nr .tj .tj_list li:nth-child(3) {
  margin-right: 0;
}
.zy_xq .xq_nr .tj .tj_list li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border: 0.01rem solid #f1f1f1;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
}
.zy_xq .xq_nr .tj .tj_list li a .g {
  display: flex;
  align-items: center;
}
.zy_xq .xq_nr .tj .tj_list li a .g .hh {
  display: flex;
  align-items: baseline;
  color: #0c5b89;
  font-size: 0.38rem;
  font-weight: 700;
}
.zy_xq .xq_nr .tj .tj_list li a .g .hh em {
  font-size: 0.2rem;
}
.zy_xq .xq_nr .tj .tj_list li a .g span {
  margin-left: 0.24rem;
  color: #999999;
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
.zy_xq .xq_nr .tj .tj_list li a h2 {
  color: #333333;
  font-size: 0.2rem;
  font-weight: 400;
}
.zy_xq .xq_nr .tj .tj_list li a:hover {
  background: url(../img/icon45.png) no-repeat center;
  background-size: 100% 100%;
  border: 0.01rem solid #0c5b89;
}
.zy_xq .xq_nr .tj .tj_list li a:hover .g .hh {
  color: #fff;
}
.zy_xq .xq_nr .tj .tj_list li a:hover .g span {
  color: #fff;
}
.zy_xq .xq_nr .tj .tj_list li a:hover h2 {
  color: #fff;
}
.xq_dqwz {
  display: flex;
  align-items: center;
  height: 0.8rem;
  line-height: 0.8rem;
}
.xq_dqwz img {
  width: 0.17rem;
  height: 0.16rem;
  margin-right: 0.05rem;
}
.xq_dqwz span {
  color: #999999;
  font-size: 0.14rem;
  margin: 0 0.04rem;
}
.xq_dqwz a {
  display: block;
  cursor: pointer;
  color: #999999;
  font-size: 0.14rem;
}
.xq_dqwz a:hover {
  color: #0c5b89;
}
.xq_dqwz a.on {
  color: #0c5b89;
}
.zy_jj {
  min-height: 8rem;
}
.zy_jj #gsjj {
  padding-bottom: 0.7rem;
}
.zy_jj #gsjj .jj_t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zy_jj #gsjj .jj_t .jj_t__l {
  width: 7.4rem;
}
.zy_jj #gsjj .jj_t .jj_t__l h2 {
  color: #0c5b89;
  font-size: 0.52rem;
  font-weight: 400;
  line-height: 0.7rem;
}
.zy_jj #gsjj .jj_t .jj_t__l h2 span {
  font-weight: 700;
}
.zy_jj #gsjj .jj_t .jj_t__l .jj_gd {
  margin-top: 0.52rem;
  display: flex;
  align-items: center;
}
.zy_jj #gsjj .jj_t .jj_t__l .jj_gd .jj_time {
  margin-right: 0.66rem;
}
.zy_jj #gsjj .jj_t .jj_t__l .jj_gd .jj_time:nth-child(3) {
  margin-right: 0;
}
.zy_jj #gsjj .jj_t .jj_t__l .jj_gd .jj_time span {
  color: #0c5b89;
  font-size: 0.65rem;
  font-weight: 700;
}
.zy_jj #gsjj .jj_t .jj_t__l .jj_gd .jj_time sup {
  color: #a1a7ac;
  font-size: 0.16rem;
  vertical-align: 0.4rem;
}
.zy_jj #gsjj .jj_t .jj_t__l .jj_gd .jj_time h5 {
  color: #a1a7ac;
  font-size: 0.16rem;
  font-weight: 400;
}
.zy_jj #gsjj .jj_t .jj_t__r {
  width: calc(100% - 7.4rem);
  text-align: right;
}
.zy_jj #gsjj .jj_t .jj_t__r img {
  width: 5.22rem;
  height: 4.58rem;
}
.zy_jj #gsjj .jj_b p {
  color: #333333;
  font-size: 0.16rem;
  line-height: 2;
}
.zy_jj #gsjj .jj_b img {
  max-width: 100%;
}
.zy_jj #gsjj .jj_b table {
  max-width: 100%;
}
.zy_jj #gsjj .jj_b iframe {
  max-width: 100%;
}
.zy_jj #gsjj .jj_b video {
  max-width: 100%;
}
.zy_jj #zzjg {
  width: 100%;
  height: 8rem;
  position: relative;
  overflow: hidden;
}
.zy_jj #zzjg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.zy_jj #zzjg h1 {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.44rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.zy_jj #zzjg .zz_nr {
  position: relative;
  z-index: 2;
  margin-top: 0.6rem;
}
.zy_jj #zzjg .zz_nr img {
  width: 6.54rem;
  height: 5.55rem;
}
.zy_jj #ldzc {
  /* background: url(../img/ld_bg.jpg) #f9f9f9 no-repeat right center; */
  background: url(../img/cc_c.png) #f9f9f9 no-repeat right center;
  width: 100%;
  overflow: hidden;
  padding-bottom: .5rem;
}
.zy_jj #ldzc h1 {
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.64rem;
  margin-bottom: 0.8rem;
}
.zy_jj #ldzc .ld_nr {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top-left-radius: .8rem;
}
.zy_jj #ldzc .ld_nr .ld_nr__l {
  width:5rem;
  position:relative;
}
.zy_jj #ldzc .ld_nr .ld_nr__l::before{
    content:'';
    display:block;
    width:80%;
    height:5rem;
    border-top-left-radius:.8rem;
    background:#ebebeb;
    position:absolute;
    top:.1rem;
    right:0;
    transform:rotate(6deg);
}
.zy_jj #ldzc .ld_nr .ld_nr__l img{
    width:100%;
    height:5rem;
    border-top-left-radius:.8rem;
    position:relative;
    z-index:2;
}
.zy_jj #ldzc .ld_nr .ld_nr__l .vvz{
    position:relative;
    z-index:2;
    width:100%;
    height:1.25rem;
    display:flex;
    padding:.2rem .23rem;
    box-sizing:border-box;
    background:url(../img/icon100.png)#0c5b89 no-repeat 90%  250%;
}
.zy_jj #ldzc .ld_nr .ld_nr__l h2 {
  color: #fff;
  font-size: 0.32rem;
  font-weight:100;
}
.zy_jj #ldzc .ld_nr .ld_nr__l .p1 {
  color: #fff;
  font-size: 0.24rem;
  margin-left:.1rem;
  margin-top:.1rem;
}
.zy_jj #ldzc .ld_nr .ld_nr__r .vvz{
    display:flex;
}
.zy_jj #ldzc .ld_nr .ld_nr__r .vvz h2{
    color:#333333;
    font-weight:700;
    font-size:.32rem;
}
.zy_jj #ldzc .ld_nr .ld_nr__r .vvz .p1{
    color:#999999;
    font-size:.24rem;
    margin-left:.1rem;
    margin-top:.1rem;
}
.zy_jj #ldzc .ld_nr .ld_nr__r .ld_scroll {
  height: 5rem;
  overflow-y: auto;
  padding-right: 0.2rem;
  box-sizing: border-box;
  width: 97%;
  margin-top:.24rem;
  padding-top: 0.3rem;

}
.zy_jj #ldzc .ld_nr .ld_nr__r .ld_scroll p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.32rem;
}
.zy_jj #ldzc .ld_nr .ld_nr__r {
  width: calc(100% - 5rem);
  height: 6.25rem;
  padding-left:.6rem;
  box-sizing:border-box;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
.zy_jj #ldzc .ld_nr .ld_nr__r img {
  width: 100%;
  height: 100%;
}
.zy_jj #ryzz {
  position: relative;
  width: 100%;
  height: 8.7rem;
  background: url(../img/ry_bg.png) no-repeat bottom center;
  background-size: 100% 7.35rem;
  overflow: hidden;
}
.zy_jj #ryzz h1 {
  margin: 0.76rem auto 0.2rem;
  color: #333333;
  font-size: 0.44rem;
  font-weight: 700;
  text-align: center;
}
.zy_jj #ryzz .swiper .swiper-slide {
  transform: scale(0.8);
  transition: all 0.5s;
  margin-top: 0.35rem;
}
.zy_jj #ryzz .swiper .swiper-slide .img {
  width: 2.93rem;
  height: 4.08rem;
}
.zy_jj #ryzz .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.zy_jj #ryzz .swiper .swiper-slide h4 {
  text-align: center;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.5rem;
  width:105%;
}
.zy_jj #ryzz .swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.zy_jj #ryzz .swiper .swiper-slide.swiper-slide-active h4 {
  color: #0c5b89;
  font-weight: 700;
}
.zy_jj #ryzz .swiper-button-prev:after,
.zy_jj #ryzz .swiper-rtl .swiper-button-next:after {
  content: "";
}
.zy_jj #ryzz .swiper-button-next:after,
.zy_jj #ryzz .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.zy_jj #ryzz .prev {
  width: 0.59rem;
  height: 0.59rem;
  background: url(../img/icon59.png) no-repeat center;
  background-size: 100% 100%;
  left: 8.5rem;
  top: auto;
  bottom: 1.12rem;
}
.zy_jj #ryzz .prev:hover {
  background: url(../img/icon60.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_jj #ryzz .next {
  top: auto;
  bottom: 1.12rem;
  width: 0.59rem;
  height: 0.59rem;
  background: url(../img/icon61.png) no-repeat center;
  background-size: 100% 100%;
  right: 8.5rem;
}
.zy_jj #ryzz .next:hover {
  background: url(../img/icon62.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_jj #ryzz .swiper-pagination {
  bottom: 1.3rem;
  color: #999999;
  font-size: 0.2rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
}
.zy_jj #ryzz .swiper-pagination .swiper-pagination-total {
  color: #999999;
  font-size: 0.2rem;
  font-weight: 700;
}
.zy_jj #ryzz .swiper-pagination .swiper-pagination-current {
  color: #0c5b89;
  font-size: 0.2rem;
  font-weight: 700;
}
.zy_ch {
  margin-top: 0.9rem;
  position: relative;
}
.zy_ch .mySwiper2 .swiper-slide .img {
  width: 100%;
  height: 8.45rem;
  position: relative;
}
.zy_ch .mySwiper2 .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr {
  width: 14rem;
  margin: 0 auto;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr h2 {
  margin-top: 2rem;
  color: #fff;
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr p {
  width: 66%;
  margin: 0 auto;
  margin-top: 0.36rem;
  color: #ffffff;
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.42rem;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr .hy_more {
  width: 1.5rem;
  height: 0.54rem;
  line-height: 0.54rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.01rem solid #ffffff;
  border-radius: 0.27rem;
  margin: 0 auto;
  transition: all 0.5s;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr .hy_more span {
  color: #ffffff;
  font-size: 0.16rem;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr .hy_more img {
  margin-left: 0.1rem;
  width: 0.06rem;
  height: 0.12rem;
}
.zy_ch .mySwiper2 .swiper-slide .img .bg .bg_nr .hy_more:hover {
  transform: translateY(0.1rem);
}
.zy_ch .mySwiper {
  position: absolute;
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  margin: 0 auto;
}
.zy_ch .mySwiper .swiper-slide {
  text-align: center;
}
.zy_ch .mySwiper .swiper-slide:last-child::before {
  display: none;
}
.zy_ch .mySwiper .swiper-slide::before {
  content: '';
  display: block;
  width: 2.3rem;
  height: 0.01rem;
  background: #fff;
  position: absolute;
  top: 62%;
  right: -1rem;
  transform: translateY(-50%);
}
.zy_ch .mySwiper .swiper-slide .img {
  width: 0.71rem;
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.zy_ch .mySwiper .swiper-slide .img img {
  width: 0.34rem;
  height: 0.39rem;
}
.zy_ch .mySwiper .swiper-slide .img img.img2 {
  display: none;
}
.zy_ch .mySwiper .swiper-slide h1 {
  margin-top: 0.7rem;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 700;
  position: relative;
}
.zy_ch .mySwiper .swiper-slide h1::before {
  content: '';
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -0.45rem;
  transform: translateX(-50%);
}
.zy_ch .mySwiper .swiper-slide h1::after {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.01rem solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -0.52rem;
  transform: translateX(-50%);
}
.zy_ch .mySwiper .swiper-slide.swiper-slide-thumb-active .img {
  background: url(../img/icon63.png) no-repeat center;
  background-size: 100% 100%;
}
.zy_ch .mySwiper .swiper-slide.swiper-slide-thumb-active .img img.img1 {
  display: none;
}
.zy_ch .mySwiper .swiper-slide.swiper-slide-thumb-active .img img.img2 {
  display: block;
}
.zy_ch .mySwiper .swiper-slide.swiper-slide-thumb-active h1::after {
  border: none;
  background: rgba(255, 255, 255, 0.2);
}
.zy_px {

}
.zy_px .zy_pxnr {
  position: relative;
  display: flex;
  height: 100%;
  padding-bottom: 2rem;
}
.zy_px .zy_pxnr::before{
  content: '';
  display: block;
  background: url(../img/icon72.png) #f9f9f9 no-repeat left bottom;
  background-size: 100%;
  width: 4.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2.6rem;
}
.zy_px .zy_pxnr .zy_nr__l {
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 2.1rem;
}
.zy_px .zy_pxnr .zy_nr__l.affix {
  position: fixed;
  left: 2.6rem;
  top: 0.9rem;
}
.zy_px .zy_pxnr .zy_nr__l ul {
  width: 100%;
  padding-right: 0.27rem;
  box-sizing: border-box;
}
.zy_px .zy_pxnr .zy_nr__l ul li {
  margin-bottom: 0.14rem;
  height: 0.66rem;
  line-height: 0.66rem;
  border-bottom: 0.01rem solid #e4e4e4;
}
.zy_px .zy_pxnr .zy_nr__l ul li a {
  display: block;
  height: 100%;
  color: #333333;
  font-size: 0.2rem;
  background: url(../img/icon75.png) no-repeat right center;
  background-size: 0.1rem 0.11rem;
  width: 100%;
  padding-right: 0.2rem;
  box-sizing: border-box;
  transition: all 0.5s;
}
.zy_px .zy_pxnr .zy_nr__l ul li a:hover {
  color: #0c5b89;
  font-weight: 700;
  background: url(../img/icon76.png) no-repeat right center;
  background-size: 0.1rem 0.11rem;
}
.zy_px .zy_pxnr .zy_nr__l ul li.on a {
  color: #0c5b89;
  font-weight: 700;
  background: url(../img/icon76.png) no-repeat right center;
  background-size: 0.1rem 0.11rem;
}
.zy_px .zy_pxnr .zy_nr__r {
  margin-top: 0.96rem;
  width: calc(100% - 2.1rem);
  margin-left: 2.1rem;
}
.zy_px .zy_pxnr .zy_nr__r .px_nr {
  width: 100%;
  padding-left: 0.6rem;
  box-sizing: border-box;
}
.zy_px .zy_pxnr .zy_nr__r .px_nr p {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.zy_px .zy_pxnr .zy_nr__r .px_nr img {
  max-width: 100%;
}
.zy_px .zy_pxnr .zy_nr__r .px_nr table {
  max-width: 100%;
}
.zy_px .zy_pxnr .zy_nr__r .px_nr iframe {
  max-width: 100%;
}
.zy_px .zy_pxnr .zy_nr__r .px_nr video {
  max-width: 100%;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table {
  width: 100%;
  padding-left: 1.05rem;
  box-sizing: border-box;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .h1 {
  color: #333333;
  font-size: 0.22rem;
  text-align: center;
  margin-bottom: 0.44rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.24rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 {
  width: 5rem;
  height: 0.65rem;
  line-height: 0.65rem;
  border: 0.01rem solid #cad1d7;
  border-radius: 0.05rem;

}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 select{
    width:100%;
    padding:0 .2rem;
    box-sizing:border-box;
    appearance: none;
}

.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 input {
  width: 100%;
  padding: 0 0.14rem;
  box-sizing: border-box;
  color: #333;
  font-size: 0.16rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 input::placeholder {
  color: #939a9d;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-edge {
  border-top-color: #0c5b89;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-form {
  height: 100%;
  position:relative;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 layui-form::before{
    content:'';
    display:block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #0c5b89;
    border-top-style: solid;
    transition: all .3s;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-form .layui-select-title {
  height: 100%;
  border: none;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-form .layui-form-select {
  height: 100%;
  display:none;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-form .layui-form-select input {
  height: 100%;
  border: none;
  width: 98%;
  margin: 0 auto;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-form .layui-form-select dl {
  top: 0.65rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1 .layui-form .layui-form-select dl dd.layui-this {
  background: #0c5b89;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box2 {
  width: 4.19rem;
  position: relative;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box2 input {
  padding: 0 1.5rem 0 0.14rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box2 .yzm {
  width: 0.98rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box3 {
  border: none;
  width: calc(100% - 4.3rem);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box3 a {
  display: block;
  cursor: pointer;
  width: 2.89rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  border-radius: 0.05rem;
  transition: all 0.5s;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box3 a:hover {
  transform: translateY(0.1rem);
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box3 a.submit {
  background: #0c5b89;
  color: #fff;
  font-size: 0.18rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box .box1.box3 a.result {
  margin-left: 0.3rem;
  color: #323232;
  background: #e9eff3;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box textarea {
  width: 100%;
  height: 1.97rem;
  resize: none;
  padding: 0.2rem 0.14rem;
  box-sizing: border-box;
  border: 0.01rem solid #cad1d7;
  border-radius: 0.05rem;
  line-height: 1.5;
  color: #333;
  font-size: 0.16rem;
}
.zy_px .zy_pxnr .zy_nr__r .bm_table .box textarea::placeholder {
  color: #939a9d;
}
.sj_jf {
    display:none;
}
#mainContainer .bm_hf{
  display: block;
}
.bm_hf {
    display: none;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 1008;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: url(../img/icon1_1.jpg)no-repeat center;
    background-size: 100% 100%;
    transition: all .5s;
}
.bm_hf.on{
     height:1.68rem;
}
.bm_hf.active{
    /*margin-top:1.68rem;*/
    /*margin-bottom:2.86rem;*/
    height:1.68rem;
    position:initial;
}

.bm_hf .w{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:100%;
}
.bm_hf .w .zz h1{
    color:#fff;
    font-weight:700;
    font-size:.3rem;
}
.bm_hf .w .zz p{
    color:#fff;
    font-size:.16rem;
    margin-top:.1rem;
}
.bm_hf .w .yy a{
    border:0.01rem solid #fff;
    border-radius:.27rem;
    padding:0 .2rem;
    display:flex;
    justify-content:space-around;
    align-items:center;
    height:.5rem;
    line-height:.5rem;
}
.bm_hf .w .yy a span{
    color:#fff;
    font-size:.16rem;
}
.bm_hf .w .yy a img{
    width:.23rem;
    height:.16rem;
    margin-left:.1rem;
}
/*行业应用简介*/
.zy_xq .xq_nr {
    margin-top:.5rem;
}
.fl00 {
    overflow: hidden;
    height: 7.2rem;
    position: relative;
    z-index: 2;
}
.fl00 .left{
    float:left;
    position:relative;
    z-index:1;
    background:url(../img/icon01.png) no-repeat center bottom;
    background-size:100% 5.74rem;
    width: 100%;
    height: 100%;
}
.fl00 .left .w h2{
    line-height:1.8;
    margin-top:.3rem;
    display: flex;
    align-items: center;
    font-size: 0.4rem;
    color: #333333;
    font-weight: bold;
}
.fl00 .left .w .bottom{
    margin-top:1.3rem;
    width:40%;
    height:4rem;
    overflow-y:auto;
    padding-right:.2rem;
    box-sizing:border-box;
}
.fl00 .left .w .bottom img{
    max-width:100%;
}
.fl00 .left .w .bottom video{
    max-width:100%;
}
.fl00 .left .w .bottom iframe{
    max-width:100%;
}
.fl00 .left .w .bottom table{
    max-width:100%;
}
.fl00 .left .w .bottom::-webkit-scrollbar {
    width: 3px;
    height: 6px;
    border-radius: 10px;
    background:rgba(255,255,255,0.3);
}
.fl00 .left .w .bottom::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}
.fl00 .left .w .bottom p{
    color:#fff;
    font-size:.18rem;
    line-height:2;
}
.fl00 .right {
    width: 12.42rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    height:100%;
}
.fl00 .right .img {
    height: 100%;
    width:100%;
    position:relative;
}
.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fl00 .right .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/icon02.png) left top no-repeat;
    background-size: auto 100%;
}