@charset "UTF-8";
.fwb {
  font-weight: bold;
}

/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.inner_ban img {
  display: block;
  width: 100%;
}

.inner_ban2 {
  height: 800px;
}
.inner_ban2 .container2 {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: white;
  flex-direction: column;
  text-align: left;
}
.inner_ban2 .p1 {
  font-size: 56px;
  font-weight: bold;
  margin-bottom: 15px;
}
.inner_ban2 .p2 {
  font-size: 32px;
}

.inner ._datu {
  position: relative;
}
.inner ._datu .picc {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.inner ._datu .mc_n1s3_a:hover {
  box-shadow: 1px 2px 7px 1px rgba(128, 129, 139, 0.23);
}
.inner ._datu .mc_a1t_li:hover {
  z-index: 20;
}
.inner ._datu .mc_a1t_li:hover .mc_a1t_xl,
.inner ._datu .mc_a1t_li.on .mc_a1t_xl {
  pointer-events: all;
}
.inner ._datu .mc_a1t_li.on .mc_a1t_xl::before,
.inner ._datu .mc_a1t_li:hover .mc_a1t_xl::before {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.inner ._datu .mc_a1t_li.on .mc_a1t_xl span,
.inner ._datu .mc_a1t_li:hover .mc_a1t_xl span {
  opacity: 1;
  transition: all .36s .4s;
}
.inner ._datu .mc_a1t_dian {
  position: relative;
  animation: bordershow 3s infinite;
}
.inner ._datu .mc_a1t_li {
  position: absolute;
  z-index: 5;
}
.inner ._datu .mc_a1t_a {
  display: block;
  position: relative;
}
.inner ._datu .mc_a1t_xl {
  position: absolute;
  left: 42px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 16px;
  padding: 0 23px;
  line-height: 40px;
  pointer-events: none;
}
.inner ._datu .mc_a1t_xl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgba(215, 12, 25, 0.77);
  border-radius: 30px;
}
.inner ._datu .mc_a1t_icon {
  font-size: 24px;
  color: #a1b8fd;
  margin-right: 20px;
  vertical-align: middle;
}
.inner ._datu .mc_a1t_title {
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0px;
  vertical-align: middle;
}
.inner ._datu .mc_a1t_jiantou {
  font-size: 20px;
  color: #a1b8fd;
  vertical-align: middle;
}
.inner ._datu .mc_a1t_dian {
  position: relative;
  animation: bordershow 3s infinite;
}
.inner ._datu .mc_a1t_xl span {
  opacity: 0;
}
.inner ._datu .mc_a1t_dian {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 7px solid #d70c19;
  border-radius: 50%;
}
.inner ._datu .mc_a1t_dian::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(215, 12, 25, 0.2);
}
.inner ._datu .mc_a1t_dian::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(215, 12, 25, 0.2);
}
.inner ._datu .mc_a1t_dian::before {
  animation: boderM 3s .75s infinite;
}
.inner ._datu .mc_a1t_dian::after {
  animation: boderM 3s infinite;
}
.inner ._datu ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.inner ._title {
  margin-bottom: 50px;
}
.inner ._title .p1 {
  font-weight: bold;
  font-size: 36px;
  color: black;
  margin-bottom: 30px;
}
.inner ._title .p3 {
  font-size: 18px;
  line-height: 32px;
}
.inner ._title .p2 {
  display: flex;
  align-items: center;
}
.inner ._title .p2 .hh {
  font-size: 30px;
}
.inner ._title .p2 .line {
  margin-left: 30px;
  flex: 1;
  background: #d70c19;
  height: 1px;
}
.inner ._title2 .p3 {
  width: 65%;
}
.inner ._title3 {
  text-align: center;
}
.inner .mb {
  margin-bottom: 70px;
}
.inner .mt {
  margin-top: 70px;
}

@keyframes btn_change_opacity2 {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btn_change_opacity {
  0% {
    bottom: 12%;
    opacity: 1;
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    bottom: 11%;
    opacity: .5;
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    bottom: 10%;
    opacity: 1;
    transform: scale(1);
  }
}
.inner_about_read .inner .sspin {
  text-align: center;
}
.inner_about_read .inner .sspin .yuan {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  position: relative;
}
.inner_about_read .inner .sspin .yuan .quan {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  left: 0;
  top: 0;
  /*animation: btn_change_opacity2 2s;
  animation-iteration-count: infinite;
  animation-direction:normal;*/
}
.inner_about_read .inner .sspin .yuan .shou {
  position: absolute;
  z-index: 2;
  width: 36px;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  opacity: 1;
  animation: btn_change_opacity 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.inner_about_read .inner .sspin p {
  color: white;
  margin-top: 15px;
}
.inner_about_read .inner .about1 .neirong2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../images/inner_about_1.jpg") no-repeat center;
  background-size: cover;
}
.inner_about_read .inner .about1 .neirong2 .lf .summary {
  line-height: 32px;
  font-size: 17px;
  padding-right: 40px;
}
.inner_about_read .inner .about1 .neirong2 .rt {
  margin-top: 200px;
  width: 37%;
  float: right;
}
.inner_about_read .inner .about1 .list {
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
}
.inner_about_read .inner .about1 .list .item .top_box .num {
  font-size: 50px;
  font-weight: bold;
  color: #6f6d6d;
  position: relative;
  display: inline-block;
}
.inner_about_read .inner .about1 .list .item .top_box .jia {
  font-size: 45px;
  position: absolute;
  right: -33px;
  top: 2px;
}
.inner_about_read .inner .about1 .list .item .top_box .pingfang {
  font-size: 22px;
  position: absolute;
  right: -40px;
  top: 34px;
}
.inner_about_read .inner .about1 .list .item .sumamry {
  font-size: 18px;
  margin-top: 5px;
}
.inner_about_read .inner .about1 .xinxi {
  margin-top: 50px;
}
.inner_about_read .inner .about1 .xinxi .lf {
  padding-right: 50px;
}
.inner_about_read .inner .about1 .xinxi .lf .item {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}
.inner_about_read .inner .about1 .xinxi .lf .item:last-child {
  border-bottom: 0;
}
.inner_about_read .inner .about1 .xinxi .lf .item .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
}
.inner_about_read .inner .about1 .xinxi .lf .item .summary {
  font-size: 14px;
}
.inner_about_read .inner .about1 .xinxi .lf .message {
  flex: 1;
  margin-left: 40px;
}
.inner_about_read .inner .about1 .xinxi .rt {
  font-size: 18px;
  padding: 40px;
  line-height: 30px;
}
.inner_about_read .inner .about1 .qiyeshipin {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 513px;
}
.inner_about_read .inner .about3 .swiper-button-prev {
  left: -13px;
}
.inner_about_read .inner .about3 .swiper-button-next {
  right: -16px;
}
.inner_about_read .inner .about3 .item {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 5px;
  border: 1px solid gainsboro;
}
.inner_about_read .inner .about4 {
  background: url("../images/zhengshu_bg.jpg") no-repeat top;
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 80px;
  /*.swiper-wrapper{
     transform-style: preserve-3d;
     perspective: 1000px;
  }*/
  /*.swiper-slide-prev{
     transition-delay: 58.333333333333336ms;
     transform: translateX(-60%) translateZ(0) rotateY(61deg) scale(0.8);
  }
  .swiper-slide-next{
     transition-delay: 58.333333333333336ms;
     transform: translateX(60%) translateZ(0) rotateY(-61deg) scale(0.8);
  }*/
}
.inner_about_read .inner .about4 .list_box {
  display: none;
}
.inner_about_read .inner .about4 .list_box.on {
  display: block;
}
.inner_about_read .inner .about4 .swiper-button-prev {
  left: 0px;
}
.inner_about_read .inner .about4 .swiper-button-next {
  right: 0px;
}
.inner_about_read .inner .about4 .swiper-slide {
  text-align: center;
  overflow: inherit;
  width: 446px;
  height: 309px;
  /*transition: transform 0.5s;
  transform-style: preserve-3d;*/
  /*transition: all 350ms ease-out;*/
}
.inner_about_read .inner .about4 .item {
  text-align: center;
  padding: 0px 5px;
}
.inner_about_read .inner .about4 .item .pic {
  background: url("../images/kuangkuang.png") no-repeat center;
  background-size: cover;
  padding: 10px;
}
.inner_about_read .inner .about4 .item .pic.on2 {
  background: none;
}
.inner_about_read .inner .about4 .item .name {
  margin-top: 10px;
}
.inner_about_read .inner .about4 .btn_list {
  margin-top: 60px;
}
.inner_about_read .inner .about4 .btn_list ._more {
  font-size: 16px;
  background: white;
  border-radius: 20px;
  padding: 6px 37px;
  color: black;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}
.inner_about_read .inner .about4 .btn_list ._more:hover, .inner_about_read .inner .about4 .btn_list ._more.on {
  color: white;
  background: #d70c19;
}
.inner_about_read .inner .swiper-button-prev,
.inner_about_read .inner .swiper-button-next {
  width: auto;
  height: auto;
  background: none;
  margin-top: -11px;
}
.inner_about_read .inner .about2 {
  background: url("../images/inner_about2.jpg") no-repeat top;
  background-size: cover;
  padding-bottom: 120px;
}
.inner_about_read .inner .about2 .swiper-button-prev {
  left: 25px;
}
.inner_about_read .inner .about2 .swiper-button-next {
  right: 25px;
}
.inner_about_read .inner .about2 .list_box .xia {
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.inner_about_read .inner .about2 .list_box .xia:after {
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 5px;
}
.inner_about_read .inner .about2 .list_box .neirong .swiper-slide {
  width: 600px;
}
.inner_about_read .inner .about2 .list_box .neirong .shang {
  display: flex;
}
.inner_about_read .inner .about2 .list_box .neirong .shang .time {
  font-size: 80px;
  color: #bfbfbf;
}
.inner_about_read .inner .about2 .list_box .neirong .shang .summary {
  margin-top: 40px;
  line-height: 25px;
  font-size: 15px;
  margin-left: 15px;
  border-top: 1px solid #bfbfbf;
  padding-left: 15px;
  padding-top: 30px;
  padding-right: 15px;
  color: #bfbfbf;
}
.inner_about_read .inner .about2 .list_box .neirong .xia {
  display: none;
}
.inner_about_read .inner .about2 .list_box .neirong .swiper-slide-active .shang .time {
  color: black;
}
.inner_about_read .inner .about2 .list_box .neirong .swiper-slide-active .summary {
  border-top: 1px solid gainsboro;
  color: black;
}
.inner_about_read .inner .about2 .list_box .neirong .swiper-pagination {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .inner .about2 .list_box .neirong .swiper-pagination-bullet {
  background: none;
  color: black;
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 16px;
}
.inner_about_read .inner .about2 .list_box .neirong .swiper-pagination-bullet:hover {
  color: #d70c19;
}
.inner_about_read .inner .about2 .list_box .suolue {
  position: relative;
  background: white;
  border-radius: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 50px;
}
.inner_about_read .inner .about2 .list_box .suolue .list {
  position: relative;
}
.inner_about_read .inner .about2 .list_box .suolue .shang {
  display: none;
}
.inner_about_read .inner .about2 .list_box .suolue .swiper-slide:hover .xia, .inner_about_read .inner .about2 .list_box .suolue .swiper-slide.on .xia {
  color: #d70c19;
  font-weight: bold;
}
.inner_about_read .inner .about2 .list_box .suolue .swiper-slide:hover .xia:after, .inner_about_read .inner .about2 .list_box .suolue .swiper-slide.on .xia:after {
  background: #d70c19;
}
.inner_about_read .inner .about2 .list_box .suolue .swiper-slide-thumb-active .xia {
  color: #d70c19;
  font-weight: bold;
}
.inner_about_read .inner .about2 .list_box .suolue .swiper-slide-thumb-active .xia:after {
  background: #d70c19;
}
.inner_about_read .inner .dongshizhang {
  padding-bottom: 100px;
  background: url("../images/bgbg2.jpg") no-repeat bottom;
  background-size: cover;
}
.inner_about_read .inner .dongshizhang ._title2 {
  text-align: left;
  margin-bottom: 20px;
  line-height: inherit;
  display: block;
  display: flex;
  align-items: flex-end;
}
.inner_about_read .inner .dongshizhang ._title2 .p1 {
  margin-bottom: 0;
}
.inner_about_read .inner .dongshizhang ._title2 .p2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  top: -6px;
  left: 13px;
}
.inner_about_read .inner .dongshizhang ._title2 .s1 {
  font-weight: bold;
  font-size: 38px;
  display: block;
  line-height: initial;
}
.inner_about_read .inner .dongshizhang ._title2 .s2 {
  font-size: 13px;
  font-style: italic;
  display: block;
  color: dimgrey;
  font-weight: unset;
  position: relative;
  top: 2px;
  text-transform: capitalize;
}
.inner_about_read .inner .dongshizhang ._title2 .s3 {
  font-size: 17px;
  font-style: italic;
  position: relative;
  left: 16px;
  font-weight: 500;
}
.inner_about_read .inner .dongshizhang ._title2 .s4 {
  background: url("../images/bgbg3.png") no-repeat center;
  background-size: cover;
  width: 141px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
}
.inner_about_read .inner .dongshizhang .summary {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding-left: 50px;
}
.inner_about_read .inner .dongshizhang .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inner_about_read .inner .dongshizhang .content .pic {
  width: 25%;
}
.inner_about_read .inner .dongshizhang .content .pic img {
  position: relative;
  left: 0;
}
.inner_about_read .inner .dongshizhang .content .rt {
  border-radius: 5px;
  padding: 50px 34px;
  padding-left: 64px;
  padding-right: 0;
  width: 75%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner_about_read .inner .dongshizhang .content .rt * {
  position: relative;
  z-index: 2;
}
.inner_about_read .inner .dongshizhang .content .line {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: auto;
  height: auto;
  margin-top: 26px;
  margin-bottom: 21px;
}
.inner_about_read .inner .dongshizhang .content .line:before {
  display: block;
  content: '';
  background: #d70c19;
  width: 80px;
  height: 3px;
}
.inner_about_read .inner .dongshizhang .content .line:after {
  display: block;
  content: '';
  background: gainsboro;
  width: 155px;
  height: 1px;
}
.inner_about_read .inner .dongshizhang .content p {
  line-height: 32px;
  font-size: 17px;
}
.inner_about_read .inner .pinpai {
  display: flex;
  padding-top: 70px;
  align-items: flex-end;
}
.inner_about_read .inner .pinpai .rt {
  padding-left: 50px;
  text-align: center;
}
.inner_about_read .inner .pinpai .rt .t1 {
  font-size: 15px;
}
.inner_about_read .inner .pinpai .rt .t2 {
  font-weight: bold;
  font-size: 36px;
  margin: 12px 0;
  color: black;
  letter-spacing: 3px;
}
.inner_about_read .inner .pinpai .rt .t3 {
  font-size: 16px;
  line-height: 28px;
}
.inner_about_read .inner .pinpai .rt .t4 p {
  font-size: 15px;
  line-height: 28px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.inner_about_read .inner .pinpai .rt .t4 p .name {
  width: 80px;
  font-weight: bold;
  font-size: 15px;
  color: black;
}
.inner_about_read .inner .pinpai .rt .t4 p .xinxi2 {
  text-align: left;
  font-size: 15px;
  flex: 1;
}
.inner_about_read .inner .pinpai .lf {
  width: 40%;
}
.inner_about_read .inner .pinpai .lf .item {
  padding: 5px;
  overflow: hidden;
}
.inner_about_read .inner .pinpai .lf img {
  display: block;
  box-shadow: 2px 1px 5px 1px #d4d4d4;
  margin: 5px;
  border: 3px solid white;
}
.inner_about_read .inner .quanqiu .content {
  position: relative;
  text-align: center;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li {
  position: absolute;
  z-index: 10;
  top: 44%;
  left: 14%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots {
  width: 20px;
  position: relative;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots .name {
  font-size: 19px;
  position: absolute;
  left: -55px;
  top: -58px;
  width: 130px;
  background: rgba(212, 12, 25, 0.8);
  color: white;
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background: #c0c0c0;
  z-index: -1;
  animation: myfirst 2s linear infinite;
  animation-delay: 0.6s;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: .7;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots2::before {
  background: #d70c19;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots img {
  transition: all .3s ease 0s;
  opacity: .1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots2 img {
  filter: unset;
  opacity: .5;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  background: #c0c0c0;
  z-index: -1;
  animation: myfirst 2s linear infinite;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: .7;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li .spbu_wrap_li_dots2::after {
  background: #d70c19;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li1 {
  top: 38%;
  left: 21%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li2 {
  top: 22%;
  left: 30%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li3 {
  top: 8%;
  left: 38%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li4 {
  top: 71%;
  left: 32%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li5 {
  top: 61%;
  left: 74%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li6 {
  top: 35%;
  left: 63%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li7 {
  top: 44%;
  left: 74%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li8 {
  top: 42%;
  left: 79%;
}
.inner_about_read .inner .quanqiu .spbu_wrap_li9 {
  top: 17%;
  left: 14%;
}

/*.inner_about_read .inner .quanqiu .spbu_wrap_li1 .spbu_wrap_li_dots .name{
   width: 400px;
   left: 50%;
   margin-left: -200px;
}*/
@keyframes myfirst {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: .7;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
._about1 {
  margin-top: 100px;
}
._about1 ._title .p1 {
  margin-bottom: 30px;
}
._about1 .more {
  opacity: .7;
}
._about1 .pic {
  padding-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
._about1 .pic img {
  border-radius: 20px;
}
._about1 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  position: relative;
}
._about1 .list .item {
  width: 30%;
  display: flex;
  align-items: flex-start;
  position: relative;
  text-align: left;
  margin-bottom: 50px;
}
._about1 .list .item:nth-child(5), ._about1 .list .item:nth-child(4), ._about1 .list .item:nth-child(3) {
  margin-bottom: 0;
}
._about1 .list .item img {
  width: 45px;
  height: 45px;
}
._about1 .list .item .message {
  flex: 1;
  padding-left: 20px;
}
._about1 .list .item .message .title {
  font-size: 22px;
  font-weight: bold;
}
._about1 .list .item .message .summary {
  margin-top: 10px;
  line-height: 23px;
  font-size: 14px;
  text-align: justify;
  text-align-last: left;
}
._about1 .list .item .message .more {
  font-size: 14px;
}

@media (max-width: 1600px) {
  ._about1 .list .item {
    width: auto;
    max-width: 27%;
  }
}
@media (max-width: 1450px) {
  .inner_about_read .inner .dongshizhang .content .pic {
    width: 22%;
  }

  .inner .about1 ._title {
    margin-bottom: 35px;
  }

  ._about1 .list .item .message .summary {
    margin-top: 15px;
  }

  ._about1 .list {
    padding-top: 30px;
  }

  ._about1 .list .item {
    padding-bottom: 0px;
  }

  ._about1 .list .item .message .title {
    font-size: 20px;
  }

  ._about1 .list .item img {
    width: 35px;
    height: 35px;
  }

  ._about1 .list .item .message .more {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  ._about1 .list .item .message {
    padding-left: 0px;
    padding-right: 0px;
  }

  ._about1 .list .item img {
    max-width: 14%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  ._about1 .list .item {
    text-align: center;
    display: block;
  }

  ._about1 .list .item .message .summary {
    font-size: 14px;
    line-height: 22px;
  }

  ._about1 .list .item .message .summary {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  ._about1 .list .item .message .more {
    font-size: 12px;
  }

  ._about1 .list .item {
    margin-bottom: 23px;
    padding-bottom: 24px;
  }

  ._about1 .pic {
    padding-bottom: 18px;
  }
}
.inner_contact .inner_ban2 {
  height: 530px;
}
.inner_contact .inner_ban2 .p2 {
  font-size: 25px;
}
.inner_contact .inner_ban2 .p1 {
  font-size: 40px;
  padding-top: 135px;
}
.inner_contact .inner {
  background: url(../images/zhengshu_bg.jpg) no-repeat bottom;
  background-size: cover;
}
.inner_contact .inner .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 68px;
  padding-bottom: 60px;
}
.inner_contact .inner .list .item {
  border-radius: 10px;
  overflow: hidden;
  width: 94%;
  box-shadow: 0px 0px 37px -8px #dcdcdc;
  margin: 15px;
  padding: 70px;
  margin-bottom: 68px;
}
.inner_contact .inner .list .item .icon_list {
  display: flex;
  align-items: center;
}
.inner_contact .inner .list .item .icon_list .i1 {
  margin-right: 22px;
  position: relative;
}
.inner_contact .inner .list .item .icon_list .i1:hover .erweima {
  display: block;
}
.inner_contact .inner .list .item .icon_list .i1 .erweima {
  position: absolute;
  width: 100px;
  height: 100px;
  display: none;
  left: 50%;
  margin-left: -50px;
  bottom: 30px;
}
.inner_contact .inner .list .item .summary {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}
.inner_contact .inner .list .item .name1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
}
.inner_contact .inner .list .item .name2 {
  font-size: 22px;
}
.inner_contact .inner .liuyan_box {
  margin-top: 90px;
}
.inner_contact .inner .liuyan_box .lf {
  padding-right: 60px;
}
.inner_contact .inner .liuyan_box .lf .title {
  text-transform: uppercase;
  font-weight: bold;
}
.inner_contact .inner .liuyan_box .lf .title h5 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 11px;
  letter-spacing: 2px;
}
.inner_contact .inner .liuyan_box .lf .title p {
  font-size: 21px;
  font-weight: 100;
}
.inner_contact .inner .liuyan_box .lf .content {
  margin-top: 50px;
}
.inner_contact .inner .liuyan_box .lf .content .infoInput {
  padding: 10px;
  margin-bottom: 12px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}
.inner_contact .inner .liuyan_box .lf .content textarea {
  height: 70px;
}
.inner_contact .inner .liuyan_box .lf .content .code_box {
  display: flex;
  align-items: center;
}
.inner_contact .inner .liuyan_box .lf .content .code_box .infoInput {
  width: 150px;
}
.inner_contact .inner .liuyan_box .lf .content .code_box img {
  margin-left: 10px;
}
.inner_contact .inner .liuyan_box .lf .content #feedbackbotton {
  width: 124px;
  height: 36px;
  background: #737373;
  border: 0;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 62px;
  bottom: 12px;
}
.inner_contact .inner .liuyan_box .rt {
  height: 471px;
}
.inner_contact .inner .liuyan_box .rt img {
  object-fit: cover;
}
.inner_contact .inner .xinxi2 {
  margin-bottom: 80px;
}
.inner_contact .inner .xinxi {
  margin-top: 80px;
}
.inner_contact .inner .xinxi .title {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 600;
}
.inner_contact .inner .xinxi .summary {
  font-size: 16px;
  line-height: 31px;
  color: #232323;
  margin-bottom: 49px;
}
.inner_contact .inner .xinxi .icon_list {
  display: flex;
  align-items: center;
}
.inner_contact .inner .xinxi .icon_list .i1 {
  margin-right: 22px;
  position: relative;
}
.inner_contact .inner .xinxi .icon_list .i1:hover .erweima {
  display: block;
}
.inner_contact .inner .xinxi .icon_list .i1 .erweima {
  position: absolute;
  width: 100px;
  height: 100px;
  display: none;
  left: 50%;
  margin-left: -50px;
  bottom: 30px;
}
.inner_contact .inner .xinxi .list ul li {
  background: black;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.inner_contact .inner .xinxi #dituContent {
  border: 0 !important;
}
.inner_contact .inner .xinxi .message_box {
  padding: 90px 120px;
  padding-right: 0;
  padding-left: 221px;
}
.inner_contact .inner .xinxi .message_box2 {
  padding: 90px 120px;
  padding-right: 128px;
  padding-left: 79px;
}

.inner_contact2 .inner {
  background: url(../images/bgbg5-2.jpg) no-repeat bottom;
  background-size: contain;
  margin-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
.inner_contact2 .inner ._title .line {
  background: #d70c19;
  margin: 0 auto;
  height: 3px;
  width: 60px;
  margin-top: 10px;
}
.inner_contact2 .inner ._title .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.inner_contact2 .inner .ditu {
  position: relative;
  left: -2%;
}
.inner_contact2 .inner .ditu .pic {
  width: 100%;
  position: relative;
  z-index: 4;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.inner_contact2 .inner .ditu ul {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.inner_contact2 .inner .ditu ul li {
  position: absolute;
  z-index: 5;
  float: none;
  left: 71.5%;
  top: 34.5%;
  cursor: pointer;
}
.inner_contact2 .inner .ditu ul li .item {
  text-align: left;
}
.inner_contact2 .inner .ditu ul li .item img {
  animation: myfirst 2s linear infinite;
  animation-delay: 0.6s;
  transform: translate(-50%, -50%) scale(0.1);
  opacity: .7;
  width: 25px;
}
.inner_contact2 .inner .ditu ul li .item .name {
  color: black;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  left: -11px;
  letter-spacing: 1px;
  display: flex;
  align-items: flex-end;
}
.inner_contact2 .inner .ditu ul li .item .name span {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 200px;
  font-size: 16px;
  color: #323232;
}
.inner_contact2 .inner .lf_xinxi_box {
  overflow: visible;
}
.inner_contact2 .inner .lf_xinxi {
  position: static;
  transition: 1s;
  z-index: 11;
}
.inner_contact2 .inner .lf_xinxi.on {
  right: 23px;
}
.inner_contact2 .inner .lf_xinxi .content {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
}
.inner_contact2 .inner .lf_xinxi .content .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 37px -8px #dcdcdc;
  margin: 15px;
  flex: 1;
  overflow: visible;
  padding: 27px;
  margin-bottom: 25px;
  background: white;
  display: none;
}
.inner_contact2 .inner .lf_xinxi .content .item.on {
  display: block;
}
.inner_contact2 .inner .lf_xinxi .content .item .icon_list {
  display: flex;
  align-items: center;
}
.inner_contact2 .inner .lf_xinxi .content .item .icon_list .i1 {
  margin-right: 22px;
  position: relative;
}
.inner_contact2 .inner .lf_xinxi .content .item .icon_list .i1:hover .erweima {
  display: block;
}
.inner_contact2 .inner .lf_xinxi .content .item .icon_list .i1 .erweima {
  position: absolute;
  width: 100px;
  height: 100px;
  display: none;
  left: 50%;
  margin-left: -50px;
  bottom: 30px;
}
.inner_contact2 .inner .lf_xinxi .content .item .summary {
  font-size: 16px;
  line-height: 2;
  padding-top: 7px;
  margin-top: 7px;
  /* border-top: 2px solid #d70c19; */
  border-top: 2px solid #000000;
  margin-bottom: 20px;
  height: 130px;
  text-shadow: 2px 2px 2px #d6d6d6;
}
.inner_contact2 .inner .lf_xinxi .content .item .summary > div {
  display: flex;
  align-items: flex-start;
}
.inner_contact2 .inner .lf_xinxi .content .item .summary .add {
  letter-spacing: 1px;
}
.inner_contact2 .inner .lf_xinxi .content .item .summary span {
  display: block;
  flex: 1;
  text-align: justify;
  -webkit-hyphens: auto;
  /* 用于旧版Safari */
  -moz-hyphens: auto;
  /* 用于Firefox */
  hyphens: auto;
  /* 标准属性 */
  word-break: break-all;
}
.inner_contact2 .inner .lf_xinxi .content .item .summary strong {
  display: block;
  width: 70px;
  text-transform: uppercase;
}
.inner_contact2 .inner .lf_xinxi .content .item .name1 {
  font-size: 25px;
  font-weight: bold;
  /* color: #d70c19; */
  color: #000000;
  text-shadow: 2px 2px 2px #d6d6d6;
}
.inner_contact2 .inner .lf_xinxi .content .item .name2 {
  font-size: 18px;
  /* color: #d70c19; */
  color: #000000;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #d6d6d6;
}
.inner_contact2 .inner .bottom_box {
  position: absolute;
  right: 0;
  transition: 1s;
  z-index: 11;
  top: 17%;
}
.inner_contact2 .inner .bottom_box ._item {
  width: 244px;
  height: 149px;
  margin: 10px;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 37px -8px #dcdcdc;
  position: relative;
}
.inner_contact2 .inner .bottom_box ._item:hover:after {
  display: none;
}
.inner_contact2 .inner .bottom_box ._item:after {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner_contact2 .inner .bottom_box ._item img {
  position: relative;
  z-index: 2;
  width: 50px;
  opacity: 1;
  animation: btn_change_opacity 2s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  position: relative;
  z-index: 3;
}
.inner_contact2 .inner .bottom_box ._item p {
  color: white;
  margin-top: 15px;
}
.inner_contact2 .inner .bottom_box .tipian {
  display: none;
  align-items: center;
  flex-direction: column;
}
.inner_contact2 .inner .bottom_box .tipian.on {
  display: flex;
}
.inner_contact2 .inner .bottom_box ._item_sspin {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*.shouzhi{
     opacity: 1;
     animation: btn_change_opacity 2s;
     animation-iteration-count: infinite;
     animation-direction:normal;
     position: relative;
     z-index: 3;
  }*/
}
.inner_contact2 .inner .bottom_box ._item_sspin span {
  color: white;
  font-size: 16px;
  position: relative;
  z-index: 3;
}
.inner_contact2 .inner .liuyan_box {
  position: relative;
  margin-top: 60px;
  background: #dcd9d9;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
  height: 800px;
  /*.input_box_6{
     float: none !important;
  }*/
  /*#feedback .input_box_1 .th2{
     display: block !important;
  }*/
}
.inner_contact2 .inner .liuyan_box ._title {
  margin-bottom: 30px;
}
.inner_contact2 .inner .liuyan_box:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.inner_contact2 .inner .liuyan_box * {
  position: relative;
  z-index: 2;
}
.inner_contact2 .inner .liuyan_box .content {
  padding: 30px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: rgba(168, 168, 168, 0.5);
}
.inner_contact2 .inner .liuyan_box .btn2 {
  position: absolute;
  right: 0;
  bottom: -38px;
  background: #d70c19;
  color: white;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  font-size: 16px;
}
.inner_contact2 .inner .liuyan_box .formlist {
  padding-bottom: 0px;
  width: 100% !important;
  margin: 0 auto;
  content: '';
  overflow: hidden;
  display: block;
  clear: both;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner_contact2 .inner .liuyan_box .input_box {
  width: 48%;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}
.inner_contact2 .inner .liuyan_box .input_box.input_box_2, .inner_contact2 .inner .liuyan_box .input_box.input_box_8 {
  float: right;
}
.inner_contact2 .inner .liuyan_box .input_box .infoInput {
  width: 100%;
  border: 1px solid white;
  padding: 10px 5px;
  border-radius: 5px;
}
.inner_contact2 .inner .liuyan_box .input_box_9 {
  width: 100%;
}
.inner_contact2 .inner .liuyan_box .input_box_3,
.inner_contact2 .inner .liuyan_box .input_box_5 {
  width: 15%;
}
.inner_contact2 .inner .liuyan_box .input_box_5 {
  margin-left: 4%;
}
.inner_contact2 .inner .liuyan_box .input_box_6,
.inner_contact2 .inner .liuyan_box .input_box_4 {
  width: 31%;
  float: left;
  margin-left: 2%;
}
.inner_contact2 .inner .liuyan_box .input_box_10 {
  width: 100%;
}
.inner_contact2 .inner .liuyan_box .input_box_10 .infoInput {
  height: 130px;
}
.inner_contact2 .inner .liuyan_box .code_box_box {
  width: 200px;
}
.inner_contact2 .inner .liuyan_box .code_box_box .code_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_contact2 .inner .liuyan_box .code_box_box .code_box img {
  margin-left: 10px;
}
.inner_contact2 .inner .liuyan_box .input_box_1 {
  display: flex;
  align-items: center;
}
.inner_contact2 .inner .liuyan_box .input_box_1 .input_content {
  flex: 1;
}
.inner_contact2 .inner .liuyan_box .input_box_1 .input_content select {
  padding: 0px 5px;
  height: 38px;
  width: 100%;
  border: 1px solid white;
  border-radius: 5px;
}
.inner_contact2 .inner .liuyan_box .input_box_1 .th2 {
  width: 65px;
}

.inner_contact2 .inner .ditu ul li.li1 .item .name {
  left: 58px;
  position: relative;
  top: -35px;
}

.inner_contact2 .inner .ditu ul li.li1 .item img {
  position: relative;
}

.inner_contact2 .inner .ditu ul li.li2 .item .name {
  left: -177px;
}

.inner_fangan_read .inner ._t1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #d70c19;
}
.inner_fangan_read .inner ._t2 {
  font-size: 22px;
}
.inner_fangan_read .inner ._t11 {
  font-size: 30px;
  color: #d70c19;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner_fangan_read .inner ._t22 {
  font-size: 16px;
  height: 42px;
}
.inner_fangan_read .inner .about1 {
  margin-top: 30px;
}
.inner_fangan_read .inner .about1 .typename {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_fangan_read .inner .about1 .typename .item {
  flex: 1;
  text-align: center;
  font-size: 22px;
  padding: 30px;
  border-bottom: 2px solid gainsboro;
}
.inner_fangan_read .inner .about1 .typename .item:hover, .inner_fangan_read .inner .about1 .typename .item.on {
  border-bottom: 2px solid #d70c19;
}
.inner_fangan_read .inner .about1 .list_box .list {
  display: flex;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.inner_fangan_read .inner .about1 .list_box .list:after {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.inner_fangan_read .inner .about1 .list_box .list .item {
  width: 25%;
  height: 600px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 2px solid #676666;
}
.inner_fangan_read .inner .about1 .list_box .list .item:last-child {
  border-right: 0;
}
.inner_fangan_read .inner .about1 .list_box .list .item .pic {
  border: 1px solid white;
  border-radius: 5px;
  padding: 15px;
}
.inner_fangan_read .inner .about1 .list_box .list .item .name {
  margin-top: 70px;
  font-size: 22px;
  color: white;
}
.inner_fangan_read .inner .about2 {
  background: url("../images/gongyi2.jpg") no-repeat center;
  background-size: cover;
  padding-top: 204px;
  height: 667px;
  color: white;
}
.inner_fangan_read .inner .about2 ._t1 {
  color: white;
}
.inner_fangan_read .inner .about4 {
  background: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner_fangan_read .inner .about4 .item {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
}
.inner_fangan_read .inner .about4 .item:last-child {
  margin-bottom: 0;
  flex-direction: row-reverse;
}
.inner_fangan_read .inner .about4 .item:last-child .message {
  padding-left: 0;
  padding-right: 70px;
}
.inner_fangan_read .inner .about4 .item .pic {
  width: 50%;
}
.inner_fangan_read .inner .about4 .item .message {
  width: 50%;
  padding-left: 70px;
}
.inner_fangan_read .inner .about4 .item .message ul li {
  float: none;
  width: 100%;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.inner_fangan_read .inner .about4 .item .message ul li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #d70c19;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
}
.inner_fangan_read .inner .about4 .item .message .neirong {
  font-size: 18px;
  line-height: 2;
}
.inner_fangan_read .inner .about2-2 {
  margin-top: -250px;
  background: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}
.inner_fangan_read .inner .about2-2 .neirong {
  display: flex;
}
.inner_fangan_read .inner .about2-2 .item {
  padding: 80px;
  width: 50%;
}
.inner_fangan_read .inner .about2-2 .item.on2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 80px;
}
.inner_fangan_read .inner .about2-2 .item.on2 .message {
  width: 50%;
}
.inner_fangan_read .inner .about2-2 .item.on2 .pic {
  width: 50%;
  text-align: right;
  margin-top: 0;
}
.inner_fangan_read .inner .about2-2 .item .pic {
  margin-top: 70px;
}
.inner_fangan_read .inner .about3 {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}
.inner_fangan_read .inner .about3 .lf {
  width: 30%;
}
.inner_fangan_read .inner .about3 .lf ul li {
  float: none;
  display: flex;
  line-height: 2;
  font-size: 16px;
  align-items: center;
}
.inner_fangan_read .inner .about3 .lf ul li:before {
  width: 5px;
  height: 5px;
  display: block;
  content: '';
  background: #d70c19;
  border-radius: 100%;
  display: block;
  margin-right: 10px;
}
.inner_fangan_read .inner .about3 .rt {
  width: 70%;
}
.inner_fangan_read .inner .about3 .rt .swiper-slide {
  /*width: 508px;
  height: 337px;*/
}
.inner_fangan_read .inner .about3 .rt .swiper-slide .item {
  border-radius: 6px;
  overflow: hidden;
}
.inner_fangan_read .inner .about3 .btn_list {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d70c19;
}
.inner_fangan_read .inner .about3 .btn_list ._btn2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-pagination {
  height: 1px;
  width: 100%;
  position: static;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-button-next, .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev {
  position: static;
  width: auto;
  height: auto;
  position: static;
  background: none;
  margin: 10px;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-button-next .pic1, .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev .pic1 {
  display: none;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-button-next .pic2, .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev .pic2 {
  display: block;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-button-next:hover .pic2, .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev:hover .pic2 {
  display: none;
}
.inner_fangan_read .inner .about3 .btn_list .swiper-button-next:hover .pic1, .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev:hover .pic1 {
  display: block;
}

.inner_fangan_read3 .mc_aside_navbox,
.inner_fangan_read2 .mc_aside_navbox {
  position: fixed;
  left: 0;
  padding-left: 15px;
  top: 50%;
  transform: translateY(-50%) translateX(-100%);
  z-index: 99;
  transition: all .36s ease-out;
}
.inner_fangan_read3 .mc_aside_navbox.show,
.inner_fangan_read2 .mc_aside_navbox.show {
  transform: translateY(-50%) translateX(0);
}
.inner_fangan_read3 .mc_aside_li.on::before,
.inner_fangan_read2 .mc_aside_li.on::before {
  background: #d70c19;
}
.inner_fangan_read3 .mc_aside_li,
.inner_fangan_read2 .mc_aside_li {
  position: relative;
  z-index: 1;
  float: none;
  padding-left: 20px;
  line-height: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all .36s;
}
.inner_fangan_read3 .mc_aside_li a,
.inner_fangan_read2 .mc_aside_li a {
  font-size: 15px;
  color: #999999;
}
.inner_fangan_read3 .mc_aside_li:hover a,
.inner_fangan_read2 .mc_aside_li:hover a {
  color: black;
}
.inner_fangan_read3 .mc_aside_li:first-child,
.inner_fangan_read2 .mc_aside_li:first-child {
  margin-top: 0;
}
.inner_fangan_read3 .mc_aside_li:last-child,
.inner_fangan_read2 .mc_aside_li:last-child {
  margin-bottom: 0;
}
.inner_fangan_read3 .mc_aside_li::before,
.inner_fangan_read2 .mc_aside_li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d70c19;
  border: 1px solid #fff;
  transition: all .36s;
}
.inner_fangan_read3 .mc_aside_li::after,
.inner_fangan_read2 .mc_aside_li::after {
  display: none;
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 1px;
  height: 65px;
  border-radius: 50%;
  background: #d4dbf1;
  z-index: -1;
  transition: all .36s;
}
.inner_fangan_read3 .mc_aside_li:last-child::after,
.inner_fangan_read2 .mc_aside_li:last-child::after {
  display: none;
}
.inner_fangan_read3 .mc_aside_li.on a,
.inner_fangan_read2 .mc_aside_li.on a {
  color: black;
}
.inner_fangan_read3 .mc_aside_nav,
.inner_fangan_read2 .mc_aside_nav {
  position: relative;
}
.inner_fangan_read3 .mc_aside_nav::before,
.inner_fangan_read2 .mc_aside_nav::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  z-index: -2;
  width: 1px;
  height: 94%;
  background: #d4dbf1;
  transition: all .36s;
}
.inner_fangan_read3 .mc_aside_navline,
.inner_fangan_read2 .mc_aside_navline {
  display: block;
  position: absolute;
  left: 4px;
  top: 11px;
  z-index: -1;
  width: 1px;
  max-height: calc(100% - 22px);
  background: #0028aa;
  transition: all .3s;
}
.inner_fangan_read3 .mc_g1_tittlebox,
.inner_fangan_read2 .mc_g1_tittlebox {
  margin-bottom: 0 !important;
}
.inner_fangan_read3 .mc_g1_hd,
.inner_fangan_read2 .mc_g1_hd {
  padding-bottom: 60px;
}
.inner_fangan_read3 .mc_g1hd_l,
.inner_fangan_read3 .mc_g1hd_r,
.inner_fangan_read2 .mc_g1hd_l,
.inner_fangan_read2 .mc_g1hd_r {
  display: table-cell;
  vertical-align: middle;
}
.inner_fangan_read3 .mc_g1hd_l,
.inner_fangan_read2 .mc_g1hd_l {
  width: 485px;
  padding-right: 120px;
}
.inner_fangan_read3 .mc_g1hd_l img,
.inner_fangan_read2 .mc_g1hd_l img {
  width: 365px;
}

.inner_fangan_read2 .mc_aside_nav::before {
  height: 88%;
}

.inner_fangan_read3 main .inner_ban2 {
  height: 652px;
}
.inner_fangan_read3 main .inner_ban2 .container2 {
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 190px;
}
.inner_fangan_read3 main .inner_ban2 .p1 {
  font-size: 50px;
  letter-spacing: 8px;
  font-weight: bold;
  margin-bottom: 6px;
}
.inner_fangan_read3 main .inner_ban2 .p2 {
  font-size: 25px;
  letter-spacing: 4px;
}
.inner_fangan_read3 .inner .center_summary {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  color: black;
}
.inner_fangan_read3 .inner .center_summary .title {
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
  font-weight: bold;
}
.inner_fangan_read3 .inner .center_summary .summary {
  font-size: 16px;
  line-height: 1.75;
  opacity: .7;
  margin: 0 auto;
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1_list {
  display: flex;
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1_li {
  flex: 1;
  text-align: center;
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1_li:hover ._more, .inner_fangan_read3 .inner .about1-1 .mc_b2s1_li.on ._more {
  background: #d70c19;
  color: white;
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1_li ._more {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 11px;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1_imgbox::before {
  display: block;
  content: '';
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1_imgbox .mc_b2s1_img {
  z-index: 1;
}
.inner_fangan_read3 .inner .about1-1 .mc_b2s1li_title {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  /* font-weight: lighter; */
  margin-top: 12px;
  text-align: center;
  transition: all .36s;
  letter-spacing: 3px;
  font-weight: bold;
}
.inner_fangan_read3 .inner .about2 .list {
  display: none;
}
.inner_fangan_read3 .inner .about2 .list.on {
  display: block;
}
.inner_fangan_read3 .inner .about2 .list .item {
  padding: 100px 0;
}
.inner_fangan_read3 .inner .about2 .list .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_fangan_read3 .inner .about2 .list .item:nth-child(2n) {
  background: #f9f9f9;
}
.inner_fangan_read3 .inner .about2 .list .item:nth-child(2n) .content {
  flex-direction: row-reverse;
}
.inner_fangan_read3 .inner .about2 .list .item .message {
  width: 50%;
  padding: 50px;
}
.inner_fangan_read3 .inner .about2 .list .item .message .title {
  font-weight: bold;
  font-size: 35px;
}
.inner_fangan_read3 .inner .about2 .list .item .message .line {
  background: #d70c19;
  width: 63px;
  height: 3px;
  margin: 22px 0;
}
.inner_fangan_read3 .inner .about2 .list .item .message .summary {
  font-size: 18px;
  line-height: 31px;
  opacity: .8;
  text-align: justify;
}
.inner_fangan_read3 .inner .about2 .list .item .message .summary ul {
  padding-inline-start: 20px;
}
.inner_fangan_read3 .inner .about2 .list .item .pic {
  width: 43%;
  height: 330px;
}
.inner_fangan_read3 .inner .about2 .list .item .pic .item_pic,
.inner_fangan_read3 .inner .about2 .list .item .pic video {
  height: 330px;
  max-width: 100%;
}
.inner_fangan_read3 .inner .bottom_center_summary {
  padding-bottom: 50px;
  text-align: center;
  padding-top: 50px;
}
.inner_fangan_read3 .inner .bottom_center_summary ._more {
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  color: white;
  background: #d70c19;
  display: inline-block;
  padding: 10px 30px;
}
.inner_fangan_read3 .inner .bottom_center_summary ._title5 {
  margin-bottom: 30px;
  color: black;
  text-align: center;
}
.inner_fangan_read3 .inner .bottom_center_summary .title {
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.inner_fangan_read3 .inner .bottom_center_summary .summary {
  line-height: 26px;
  font-size: 16px;
}

.inner_fangan_read2 {
  /**/
}
.inner_fangan_read2 main .inner_ban2 {
  height: 652px;
}
.inner_fangan_read2 main .inner_ban2 .container2 {
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 92px;
}
.inner_fangan_read2 main .inner_ban2 .p1 {
  font-size: 56px;
  letter-spacing: 8px;
  font-weight: bold;
  margin-bottom: 6px;
}
.inner_fangan_read2 main .inner_ban2 .p2 {
  font-size: 34px;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.inner_fangan_read2 main .inner_ban2 .p3 {
  font-size: 22px;
}
.inner_fangan_read2 main .list_neirong2 .innov_effect_btm_ul {
  margin: 0 -8px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: stretch;
  flex-wrap: wrap;
}
.inner_fangan_read2 main .list_neirong2 .top_box {
  padding-top: 150px;
  padding-bottom: 150px;
  background-attachment: fixed !important;
}
.inner_fangan_read2 main .list_neirong2 .item_box:last-child .bottom_box {
  padding-bottom: 0;
}
.inner_fangan_read2 main .list_neirong2 .bottom_box {
  background: #f1f1f1;
  padding-bottom: 100px;
}
.inner_fangan_read2 main .list_neirong2 .bottom_box .container2 {
  position: relative;
  top: -50px;
  z-index: 3;
}
.inner_fangan_read2 main .list_neirong2 .ietp_wrap {
  width: 50%;
  color: white;
}
.inner_fangan_read2 main .list_neirong2 .ivbu_li {
  width: 33.333333%;
  padding: 10px;
  float: none;
  margin-bottom: 20px;
}
.inner_fangan_read2 main .list_neirong2 .ivbu_wrap {
  width: 100%;
  color: black;
  height: 100%;
  border-radius: 15px;
  background: #FFF;
  padding: 22px 21px 23px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.inner_fangan_read2 main .list_neirong2 .ivbu_wrap_tit {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 15px;
  font-size: 22px;
  margin-bottom: 15px;
}
.inner_fangan_read2 main .list_neirong2 .ivbu_wrap_tit p {
  clear: both;
  line-height: 1.75;
}
.inner_fangan_read2 main .list_neirong2 .ivbu_wrap_info {
  font-size: 16px;
  opacity: .7;
}
.inner_fangan_read2 main .list_neirong2 .innov_effect_img_wrap {
  position: absolute;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
.inner_fangan_read2 main .list_neirong2 .ietp_tit {
  margin-bottom: 30px;
}
.inner_fangan_read2 main .list_neirong2 .mod_tit36 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
}
.inner_fangan_read2 main .list_neirong2 .mod_word, .inner_fangan_read2 main .list_neirong2 .mod_word p {
  font-size: 16px;
  line-height: 1.75;
  opacity: 1;
}
.inner_fangan_read2 main .list_neirong2 .mod_tit18z, .inner_fangan_read2 main .list_neirong2 .mod_tit18z p {
  font-size: 16px !important;
}
.inner_fangan_read2 main .list_neirong {
  padding-top: 50px;
}
.inner_fangan_read2 main .list_neirong .innov_effect {
  min-height: 180vh;
}
.inner_fangan_read2 main .list_neirong .innov_effect {
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}
.inner_fangan_read2 main .list_neirong .innov_effect_wrap {
  top: 10px;
  padding-top: 60px !important;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  padding-bottom: 0 !important;
  padding: 115px 0;
}
.inner_fangan_read2 main .list_neirong .innov_effect_wrap_cont {
  width: 100%;
  position: relative;
}
.inner_fangan_read2 main .list_neirong .innov_effect_topw {
  position: static;
  width: 100%;
  top: auto;
  left: auto;
}
.inner_fangan_read2 main .list_neirong .innov_effect_top {
  width: 100%;
  position: relative;
  z-index: 10;
}
.inner_fangan_read2 main .list_neirong .innov_effect_top_p {
  width: 100%;
  padding-bottom: 60px;
  background: transparent !important;
  padding-top: 0px !important;
}
.inner_fangan_read2 main .list_neirong .ys_cont1156 {
  width: 1156px;
  margin: 0 auto;
}
.inner_fangan_read2 main .list_neirong .ietp_wrap {
  width: 640px;
}
.inner_fangan_read2 main .list_neirong .ietp_tit {
  margin-bottom: 30px;
}
.inner_fangan_read2 main .list_neirong .mod_tit36 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
  color: #333;
}
.inner_fangan_read2 main .list_neirong .mod_word, .inner_fangan_read2 main .list_neirong .mod_word p {
  font-size: 16px;
  line-height: 28px;
}
.inner_fangan_read2 main .list_neirong .mod_tit18z, .inner_fangan_read2 main .list_neirong .mod_tit18z p {
  font-size: 16px !important;
}
.inner_fangan_read2 main .list_neirong .innov_effect_top_p .ietp_info p {
  min-height: 5.25em;
  color: #666;
}
.inner_fangan_read2 main .list_neirong .ietp_info {
  opacity: 1;
}
.inner_fangan_read2 main .list_neirong .innov_effect_top_p1 {
  position: relative;
  z-index: 10;
  width: 100%;
  background: transparent !important;
}
.inner_fangan_read2 main .list_neirong .innov_effect_top_p2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 0px !important;
}
.inner_fangan_read2 main .list_neirong .ys_cont1156 {
  width: 1156px;
  margin: 0 auto;
}
.inner_fangan_read2 main .list_neirong .ietp_wrap {
  width: 640px;
}
.inner_fangan_read2 main .list_neirong .ietp_tit {
  margin-bottom: 30px;
}
.inner_fangan_read2 main .list_neirong .innov_effect_img {
  position: relative;
  width: 100%;
}
.inner_fangan_read2 main .list_neirong .innov_effect_img_flot {
  width: 100%;
}
.inner_fangan_read2 main .list_neirong .innov_effect_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_fangan_read2 main .list_neirong .innov_effect_img_wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 57.5%);
}
.inner_fangan_read2 main .list_neirong .innov_effect_img_wrap::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
}
.inner_fangan_read2 main .list_neirong .innov_effect_btm {
  width: 100%;
  position: relative;
  z-index: 20;
}
.inner_fangan_read2 main .list_neirong .ys_cont1156 {
  width: 1400px;
  margin: 0 auto;
}
.inner_fangan_read2 main .list_neirong .innov_effect_btm_ul {
  margin: 0 -8px;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: -90px;
}
.inner_fangan_read2 main .list_neirong .ivbu_li {
  width: 33.333333%;
  padding: 10px;
  float: none;
  margin-bottom: 20px;
}
.inner_fangan_read2 main .list_neirong .ivbu_wrap {
  width: 100%;
  color: black;
  height: 100%;
  border-radius: 15px;
  background: #FFF;
  padding: 22px 21px 23px;
  box-shadow: 0px -1px 50px 0px rgba(73, 126, 218, 0.07);
}
.inner_fangan_read2 main .list_neirong .ivbu_wrap_tit {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 15px;
  font-size: 22px;
  margin-bottom: 15px;
}
.inner_fangan_read2 main .list_neirong .ivbu_wrap_tit p {
  clear: both;
  line-height: 1.75;
}
.inner_fangan_read2 main .list_neirong .ivbu_wrap_info {
  font-size: 16px;
  opacity: .7;
}
.inner_fangan_read2 main .list_neirong .innov_effect_img_wrap {
  position: absolute;
  top: 0;
  max-width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
.inner_fangan_read2 .center_summary {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 115px 0;
  color: black;
}
.inner_fangan_read2 .center_summary .title {
  font-weight: bold;
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
}
.inner_fangan_read2 .center_summary .summary {
  font-size: 16px;
  line-height: 1.75;
  opacity: .7;
  margin: 0 auto;
}
.inner_fangan_read2 .center_summary2 {
  padding-top: 80px;
}
.inner_fangan_read2 .center_summary2 .content {
  margin-top: 50px;
}
.inner_fangan_read2 .center_summary2 .content video {
  height: 600px;
  margin: 0 auto;
  display: block;
}
.inner_fangan_read2 .bottom_center_summary {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 50px;
}
.inner_fangan_read2 .bottom_center_summary ._more {
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  color: white;
  background: #d70c19;
  display: inline-block;
  padding: 10px 30px;
}
.inner_fangan_read2 .bottom_center_summary ._title5 {
  margin-bottom: 30px;
  color: black;
  text-align: center;
}
.inner_fangan_read2 .bottom_center_summary .title {
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.inner_fangan_read2 .bottom_center_summary .summary {
  line-height: 26px;
  font-size: 16px;
}
.inner_fangan_read2 .center_summary3 {
  padding-bottom: 0;
  padding-top: 75px;
}
.inner_fangan_read2 .about1 {
  background: url("../images/beijing2.gif") no-repeat center;
  background-size: cover;
  display: flex;
  position: relative;
}
.inner_fangan_read2 .about1:after {
  width: 100%;
  height: 100%;
  background: url("../images/toumingdu.png") no-repeat center;
  background-size: cover;
  content: '';
  display: none;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: .2;
  bottom: 0;
}
.inner_fangan_read2 .about1 .item_box {
  border-right: 1px solid #c2c2c2;
  height: 620px;
  color: white;
  width: 25%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: .7s;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
  padding-top: 200px;
}
.inner_fangan_read2 .about1 .item_box.on .summary {
  display: none;
}
.inner_fangan_read2 .about1 .item_box.on .line {
  width: 50px;
}
.inner_fangan_read2 .about1 .item_box .pic {
  margin-bottom: 17px;
  width: 50px;
}
.inner_fangan_read2 .about1 .item_box ._more {
  color: white;
  font-size: 14px;
  opacity: .6;
}
.inner_fangan_read2 .about1 .item_box .title {
  font-size: 22px;
  margin-bottom: 27px;
  font-weight: bold;
  letter-spacing: 1px;
}
.inner_fangan_read2 .about1 .item_box .line {
  background: white;
  width: 20px;
  height: 2px;
  margin-bottom: 25px;
  display: none;
}
.inner_fangan_read2 .about1 .item_box .summary {
  font-size: 16px;
  display: none;
}
.inner_fangan_read2 main .ys_fadeup1 {
  animation: ysfadeInUp 0.5s ease-in-out both;
  animation-delay: 0.1s;
}
.inner_fangan_read2 main .ys_fadeup2 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.2s;
}
.inner_fangan_read2 main .ys_fadeup3 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.3s;
}
.inner_fangan_read2 main .ys_fadeup4 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.4s;
}
.inner_fangan_read2 main .ys_fadeup5 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.5s;
}
.inner_fangan_read2 main .ys_fadeup6 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.6s;
}
.inner_fangan_read2 main .ys_fadeup7 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.7s;
}
.inner_fangan_read2 main .ys_fadeup8 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.8s;
}
.inner_fangan_read2 main .ys_fadeup9 {
  animation: ysfadeInUp .5s ease-in-out both;
  animation-delay: 0.9s;
}
.inner_fangan_read2 main .ys_fadein1 {
  animation: fadeIn .5s ease-in-out both;
  animation-delay: 0.1s;
}
.inner_fangan_read2 main .ys_fadedown1 {
  animation: fadeInDown .5s ease-in-out both;
  animation-delay: 0.1s;
}
.inner_fangan_read2 main .ys_fadeleft1 {
  animation: fadeInLeft .5s ease-in-out both;
  animation-delay: 0.1s;
}
.inner_fangan_read2 main .ys_faderight1 {
  animation: fadeInRight .5s ease-in-out both;
  animation-delay: 1.5s;
}
.inner_fangan_read2 .about4 {
  background: url("../images/bgbg4.jpg") no-repeat left center;
  background-size: cover;
  padding-top: 100px;
  margin-bottom: 100px;
}
.inner_fangan_read2 .about4 ._title {
  text-align: center;
}
.inner_fangan_read2 .about4 ._title ._t1 {
  font-size: 36px;
}
.inner_fangan_read2 .about4 ._title .summary {
  width: 50%;
  margin: 0 auto;
}
.inner_fangan_read2 .about4 .neitong {
  margin-top: 88px;
  display: flex;
  height: 581px;
  align-items: center;
  justify-content: space-between;
}
.inner_fangan_read2 .about4 .neitong .lf {
  background: rgba(255, 255, 255, 0.8);
  width: 30%;
  height: 100%;
  text-align: left;
}
.inner_fangan_read2 .about4 .neitong .lf .title {
  font-size: 30px;
  font-weight: bold;
}
.inner_fangan_read2 .about4 .neitong .lf .summary {
  text-align: left;
  height: 150px;
}
.inner_fangan_read2 .about4 .neitong .lf .pic {
  display: block;
  padding: 5px;
  margin-top: 20px;
  text-align: center;
}
.inner_fangan_read2 .about4 .neitong .lf .pic span {
  font-size: 14px;
  color: #bfbebe;
  margin-top: 10px;
  display: block;
}
.inner_fangan_read2 .about4 .neitong .rt {
  width: 920px;
  height: 100%;
  background: url("../images/culue.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.inner_fangan_read2 .about4 .neitong .rt .item {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: white;
}
.inner_fangan_read2 .about4 .neitong .rt .item .pic1 {
  display: block;
}
.inner_fangan_read2 .about4 .neitong .rt .item .pic2 {
  display: none;
}
.inner_fangan_read2 .about4 .neitong .rt .item:hover .pic2, .inner_fangan_read2 .about4 .neitong .rt .item.on .pic2 {
  display: block;
}
.inner_fangan_read2 .about4 .neitong .rt .item:hover .pic1, .inner_fangan_read2 .about4 .neitong .rt .item.on .pic1 {
  display: none;
}
.inner_fangan_read2 .about4 .neitong .rt .item .name {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1px;
}
.inner_fangan_read2 .about4 .neirong2 {
  /* 定位内容区 */
  /* 小图标i标签 */
}
.inner_fangan_read2 .about4 .neirong2 .more {
  background: #d70c19;
  color: white;
  border-radius: 11px;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_list {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  cursor: default;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_li {
  position: relative;
  /* float: left; */
  display: inline-block;
  width: 33.333333%;
  height: 670px;
  transition: all .36s;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_bgbox {
  position: relative;
  z-index: 1;
  width: 560px;
  height: 100%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_bgbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_bgbox::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  opacity: 0;
  transition: all .36s;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_bg {
  width: 100%;
  height: 100%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txtbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  width: 100%;
  color: #fff;
  transition: all .36s;
  white-space: normal;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_title {
  width: 100%;
  top: 40%;
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
  text-align: center;
  transition: all .36s;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txt .mc_nc1s1_title {
  top: 0;
  margin-bottom: 30px;
  text-align: left;
  opacity: 1;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txt p {
  color: white;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txt {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 150px 90px;
  overflow: hidden;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_txt p {
  line-height: 2;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_title {
  margin-bottom: 32px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_imgwrap {
  width: 50%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_txtbox {
  width: 50%;
  padding-top: 4.5%;
  padding-left: 6%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_txt {
  margin-bottom: 40px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_li {
  margin-bottom: 0 !important;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_li:nth-child(even) .mc_nc1s2_imgwrap {
  float: right;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2_li:nth-child(even) .mc_nc1s2_txtbox {
  padding-left: 0;
  padding-right: 6%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s2 {
  padding-bottom: 60px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_title {
  text-align: center;
  margin-bottom: 95px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_a {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-shadow: 1px 1px 14px 1px rgba(227, 224, 224, 0.35);
  border-radius: 10px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_tr:not(:last-child) {
  margin-bottom: 20px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4% 20px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td > div {
  display: inline-block;
  vertical-align: middle;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_txt {
  text-align: left;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_imgbox {
  width: 52px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s3 {
  padding-bottom: 230px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td0 {
  width: 10%;
  background: #f6f8fa;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td1 {
  width: 13%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td2 {
  width: 9%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td3 {
  width: 9%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td4 {
  width: 16%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td5 {
  width: 15%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_td6 {
  width: 28%;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_name {
  font-size: 18px;
  font-weight: bold;
  font-family: "OPPOSans2_En_design-Heavy", "OPPOSans2_En_design-Regular", "å¾®è½¯é›…é»‘", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
  color: #d70c19;
  line-height: 1.5;
  word-break: break-word;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_dt {
  font-size: 12px;
  /* font-weight: lighter; */
  line-height: 1.5;
  margin-bottom: 8px;
  word-break: break-word;
  color: #999;
}
.inner_fangan_read2 .about4 .neirong2 .mc_n1s3_dd {
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  height: 20px;
  word-break: break-word;
}
.inner_fangan_read2 .about4 .neirong2 .mc_k1s1 {
  padding: 150px 0;
}
.inner_fangan_read2 .about4 .neirong2 .mc_txt1630 p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  display: block;
}
.inner_fangan_read2 .about4 .neirong2 .mc_k1s1 .mc_nc1s1_title {
  font-size: 26px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_k1s1 .mc_nc1s1_txt .mc_nc1s1_title {
  font-size: 36px;
  margin-bottom: 35px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_xtb {
  display: block;
  width: 50px;
  margin-bottom: 20px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_titwrap {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txt .mCSB_outside + .mCSB_scrollTools {
  right: 0;
}
.inner_fangan_read2 .about4 .neirong2 .mc_b4s1_title {
  text-align: center;
  margin-bottom: 75px;
}
.inner_fangan_read2 .about4 .neirong2 .mc_nc1ft_a {
  display: block;
}
.inner_fangan_read2 .about4 .neirong2 .mc_pos_top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.inner_fangan_read2 .about4 .neirong2 .mc_pos_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner_fangan_read2 .about4 .neirong2 .mc_pos_bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.inner_fangan_read2 .about4 .neirong2 .mc_pos_right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%);
}
.inner_fangan_read2 .about4 .neirong2 .mc_pos_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.inner_fangan_read2 .about4 .neirong2 .mc_pos_under {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.inner_fangan_read2 .about4 .neirong2 .mc_icon {
  display: inline-block;
  vertical-align: middle;
  background-position-x: center;
  background-position-y: top;
}
@media screen and (min-width: 1200px) {
  .inner_fangan_read2 .about4 .neirong2 .mc_n1s3_a:hover {
    box-shadow: 1px 2px 7px 1px rgba(128, 129, 139, 0.23);
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_a1t_li:hover {
    z-index: 20;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_a1t_li:hover .mc_a1t_xl {
    pointer-events: all;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_a1t_li:hover .mc_a1t_xl::before {
    width: 100%;
    transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_a1t_li:hover .mc_a1t_xl span {
    opacity: 1;
    transition: all .36s .4s;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_innav_hd .mc_nav_a:hover {
    color: #001eb4;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_innav_a:hover {
    color: #001eb4;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_innav_a:hover::before {
    width: 100%;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_d3s2li_txt p a:hover {
    color: #021571 !important;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_vbtn_a:hover {
    background: #0a38a5;
    color: #fff;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_list:hover .mc_nc1s1_li {
    width: 30%;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_list .mc_nc1s1_li:hover {
    width: 40%;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_bgbox::after {
    opacity: 1;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txtbox > .mc_nc1s1_title {
    opacity: 0;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_list .mc_nc1s1_li:hover .mc_nc1s1_txt {
    opacity: 1;
    transition: all .4s .4s;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1ft_a:hover {
    color: #fff;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1ft_a:hover .mc_xtb_default {
    opacity: 0;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1ft_a:hover .mc_xtb_active {
    opacity: 1;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nc1ft_a:hover::before {
    opacity: 1;
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nd1_imgbox:hover img {
    transform: scale(1.05);
  }
  .inner_fangan_read2 .about4 .neirong2 .mc_nd1_imgbox img {
    transition: all .36s !important;
  }
}
.inner_fangan_read2 .about3 {
  margin-top: -163px;
}
.inner_fangan_read2 .about3 .list {
  display: flex;
  justify-content: space-between;
}
.inner_fangan_read2 .about3 .item {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  padding: 40px;
  margin: 5px;
  width: 32%;
  box-shadow: 0px 9px 10px 0px rgba(73, 126, 218, 0.07);
}
.inner_fangan_read2 .about3 .item .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: black;
  border-bottom: 1px solid gainsboro;
}
.inner_fangan_read2 .about3 .item .summary {
  font-size: 16px;
  line-height: 30px;
}
.inner_fangan_read2 .about2 {
  background: url("../images/jingying.jpg") no-repeat center;
  background-size: cover;
  height: 602px;
  padding-top: 154px;
}
.inner_fangan_read2 .about2 .title {
  color: white !important;
}
.inner_fangan_read2 .about2 .summary {
  color: white !important;
}
.inner_fangan_read2 .about2 ._t1,
.inner_fangan_read2 .about4 ._t1,
.inner_fangan_read2 .about3 ._t1 {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.inner_fangan_read2 .about2 ._t2,
.inner_fangan_read2 .about4 ._t2,
.inner_fangan_read2 .about3 ._t2 {
  font-size: 16px;
  color: #262626;
}
.inner_fangan_read2 .about2 ._t3,
.inner_fangan_read2 .about4 ._t3,
.inner_fangan_read2 .about3 ._t3 {
  font-size: 22px;
  color: #d70c19;
}
.inner_fangan_read2 .about2 ._t4,
.inner_fangan_read2 .about4 ._t4,
.inner_fangan_read2 .about3 ._t4 {
  font-size: 16px;
}
.inner_fangan_read2 .about2 .mb-20,
.inner_fangan_read2 .about4 .mb-20,
.inner_fangan_read2 .about3 .mb-20 {
  margin-bottom: 20px;
}
.inner_fangan_read2 .about2 ._lh30,
.inner_fangan_read2 .about4 ._lh30,
.inner_fangan_read2 .about3 ._lh30 {
  line-height: 30px;
}
.inner_fangan_read2 .about2 .fwb,
.inner_fangan_read2 .about4 .fwb,
.inner_fangan_read2 .about3 .fwb {
  font-weight: bold;
}
.inner_fangan_read2 .about2 .fsz30,
.inner_fangan_read2 .about4 .fsz30,
.inner_fangan_read2 .about3 .fsz30 {
  font-size: 30px;
}
.inner_fangan_read2 .about2 ._lh38,
.inner_fangan_read2 .about4 ._lh38,
.inner_fangan_read2 .about3 ._lh38 {
  line-height: 38px;
}
.inner_fangan_read2 main .zhengshu {
  display: flex;
  justify-content: space-between;
}
.inner_fangan_read2 main .zhengshu .item {
  width: 18%;
  display: block;
  text-align: center;
}
.inner_fangan_read2 main .zhengshu .item .name {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  height: 42px;
}
.inner_fangan_read2 main .zhengshu .item .name2 {
  opacity: .7;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
}
.inner_fangan_read2 main .video_boxbox {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner_fangan_read2 main .video_boxbox:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.inner_fangan_read2 main .video_boxbox .wenzi {
  color: white;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 200px;
  letter-spacing: 3px;
  width: 100%;
}
.inner_fangan_read2 main .video_boxbox .wenzi .p1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.inner_fangan_read2 main .video_boxbox .wenzi .p2 {
  font-size: 21px;
  letter-spacing: 1px;
}
.inner_fangan_read2 main .video_boxbox .wenzi .p3 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.inner_fangan_read2 main .video_boxbox video {
  height: 500px !important;
  width: 100% !important;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.inner_fangan_read2 main .jiancenengli .list {
  display: none;
}
.inner_fangan_read2 main .jiancenengli .list.on {
  display: block;
}
.inner_fangan_read2 main .jiancenengli .list .item {
  padding: 100px 0;
}
.inner_fangan_read2 main .jiancenengli .list .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_fangan_read2 main .jiancenengli .list .item:nth-child(2n) {
  background: #f9f9f9;
}
.inner_fangan_read2 main .jiancenengli .list .item:nth-child(2n) .content {
  flex-direction: row-reverse;
}
.inner_fangan_read2 main .jiancenengli .list .item .message {
  width: 50%;
  padding: 50px;
}
.inner_fangan_read2 main .jiancenengli .list .item .message .title {
  font-weight: bold;
  font-size: 35px;
}
.inner_fangan_read2 main .jiancenengli .list .item .message .line {
  background: #d70c19;
  width: 63px;
  height: 3px;
  margin: 22px 0;
}
.inner_fangan_read2 main .jiancenengli .list .item .message .summary {
  font-size: 18px;
  line-height: 31px;
  opacity: .8;
}
.inner_fangan_read2 main .jiancenengli .list .item .message .summary ul {
  padding-inline-start: 20px;
}
.inner_fangan_read2 main .jiancenengli .list .item .message .summary3 p {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.inner_fangan_read2 main .jiancenengli .list .item .message .summary3 p .name {
  display: block;
  font-weight: bold;
  /*font-weight: bold;
  color: black;*/
}
.inner_fangan_read2 main .jiancenengli .list .item .message .summary3 p .neirong {
  flex: 1;
  text-align: justify;
  display: block;
}
.inner_fangan_read2 main .jiancenengli .list .item .pic {
  width: 43%;
  height: 330px;
}
.inner_fangan_read2 main .jiancenengli .list .item .pic .item_pic,
.inner_fangan_read2 main .jiancenengli .list .item .pic video {
  height: 330px;
}

.inner_gongcheng_read .inner ._t1 {
  font-size: 36px;
  color: black;
  font-weight: bold;
}
.inner_gongcheng_read .inner ._t2 {
  font-size: 18px;
  color: #262626;
}
.inner_gongcheng_read .inner ._t3 {
  font-size: 22px;
  color: #d70c19;
}
.inner_gongcheng_read .inner ._t4 {
  font-size: 16px;
}
.inner_gongcheng_read .inner .mb-20 {
  margin-bottom: 20px;
}
.inner_gongcheng_read .inner ._lh30 {
  line-height: 30px;
}
.inner_gongcheng_read .inner .fwb {
  font-weight: bold;
}
.inner_gongcheng_read .inner .fsz30 {
  font-size: 30px;
}
.inner_gongcheng_read .inner ._lh38 {
  line-height: 38px;
}
.inner_gongcheng_read .inner main .inner_ban2 {
  height: 652px;
}
.inner_gongcheng_read .inner main .inner_ban2 .container2 {
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 190px;
}
.inner_gongcheng_read .inner main .inner_ban2 .p1 {
  font-size: 50px;
  letter-spacing: 8px;
  font-weight: bold;
  margin-bottom: 6px;
}
.inner_gongcheng_read .inner main .inner_ban2 .p2 {
  font-size: 25px;
  letter-spacing: 4px;
}
.inner_gongcheng_read .inner .about1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.inner_gongcheng_read .inner .about1 .item:nth-child(2) {
  flex-direction: row-reverse;
}
.inner_gongcheng_read .inner .about1 .message {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}
.inner_gongcheng_read .inner .about1 .pic {
  width: 50%;
}
.inner_gongcheng_read .inner .about6 ._title {
  text-align: center;
}
.inner_gongcheng_read .inner .about6 ._title .summary {
  width: 50%;
  margin: 0 auto;
}
.inner_gongcheng_read .inner .about6 .top_box {
  height: 703px;
  position: relative;
}
.inner_gongcheng_read .inner .about6 .top_box .item {
  display: inline-block;
  align-items: center;
  position: relative;
  font-size: 18px;
  border-radius: 20px;
  overflow: hidden;
  padding: 5px 30px;
  animation: wave-animation 5s infinite alternate ease-in-out;
}
.inner_gongcheng_read .inner .about6 .top_box .item * {
  position: relative;
  z-index: 2;
}
.inner_gongcheng_read .inner .about6 .top_box .item .pic {
  text-align: center;
}
.inner_gongcheng_read .inner .about6 .top_box .item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  left: 0;
  top: 0;
  content: '';
  opacity: 1;
  display: block;
  z-index: 1;
}
.inner_gongcheng_read .inner .about6 .top_box .item:hover {
  background: #d70c19;
  animation: unset;
}
.inner_gongcheng_read .inner .about6 .top_box .item:hover:after {
  background: #d70c19;
}
.inner_gongcheng_read .inner .about6 .top_box .item:hover .pic2 {
  display: inline-block;
}
.inner_gongcheng_read .inner .about6 .top_box .item:hover .pic1 {
  display: none;
}
.inner_gongcheng_read .inner .about6 .top_box .item:hover .p1 {
  color: white;
}
.inner_gongcheng_read .inner .about6 .top_box .item img {
  margin-right: 10px;
  display: inline-block;
}
.inner_gongcheng_read .inner .about6 .top_box .item .pic1 {
  display: inline-block;
}
.inner_gongcheng_read .inner .about6 .top_box .item .pic2 {
  display: none;
}
.inner_gongcheng_read .inner .about6 .top_box .item .p1 {
  display: inline-block;
}
.inner_gongcheng_read .inner .about6 .top_box .item1 {
  left: 25%;
  top: 58%;
}
.inner_gongcheng_read .inner .about6 .bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.inner_gongcheng_read .inner .about6 .bottom_box .message .name {
  color: black;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.inner_gongcheng_read .inner .about6 .bottom_box .message .content {
  font-size: 16px;
  line-height: 30px;
}
.inner_gongcheng_read .inner .about5 {
  background: url("../images/zhidian.jpg") no-repeat center;
  background-position: left;
  min-height: 636px;
  background-size: 50%;
}
.inner_gongcheng_read .inner .about5 .rt {
  padding: 80px;
  margin-top: 100px;
}
.inner_gongcheng_read .inner .about5 .rt .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  margin-bottom: 45px;
}
.inner_gongcheng_read .inner .about5 .rt .summary {
  font-size: 18px;
  line-height: 38px;
}
.inner_gongcheng_read .inner .about4 ._title {
  text-align: center;
}
.inner_gongcheng_read .inner .about4 ._title .summary {
  width: 50%;
  margin: 0 auto;
}
.inner_gongcheng_read .inner .about4 .neitong {
  margin-top: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_gongcheng_read .inner .about4 .neitong .lf {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.inner_gongcheng_read .inner .about4 .neitong .lf .title {
  font-size: 30px;
  font-weight: bold;
}
.inner_gongcheng_read .inner .about4 .neitong .lf .summary {
  text-align: left;
}
.inner_gongcheng_read .inner .about4 .neitong .rt {
  width: 962px;
  height: 581px;
  background: url("../images/culue.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.inner_gongcheng_read .inner .about4 .neitong .rt .item {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  color: white;
}
.inner_gongcheng_read .inner .about4 .neitong .rt .item .pic1 {
  display: block;
}
.inner_gongcheng_read .inner .about4 .neitong .rt .item .pic2 {
  display: none;
}
.inner_gongcheng_read .inner .about4 .neitong .rt .item:hover .pic2 {
  display: block;
}
.inner_gongcheng_read .inner .about4 .neitong .rt .item:hover .pic1 {
  display: none;
}
.inner_gongcheng_read .inner .about4 .neitong .rt .item .name {
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
}
.inner_gongcheng_read .inner .about3 {
  margin-top: -163px;
}
.inner_gongcheng_read .inner .about3 .list {
  display: flex;
  justify-content: space-between;
}
.inner_gongcheng_read .inner .about3 .item {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  padding: 40px;
  margin: 5px;
  width: 32%;
  box-shadow: 0px 9px 10px 0px rgba(73, 126, 218, 0.07);
}
.inner_gongcheng_read .inner .about3 .item .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: black;
  border-bottom: 1px solid gainsboro;
}
.inner_gongcheng_read .inner .about3 .item .summary {
  font-size: 16px;
  line-height: 30px;
}
.inner_gongcheng_read .inner .about2 {
  background: url("../images/jingying.jpg") no-repeat center;
  background-size: cover;
  height: 602px;
  padding-top: 154px;
}
.inner_gongcheng_read .inner .about2 .title {
  color: white;
}
.inner_gongcheng_read .inner .about2 .summary {
  color: white;
}

._mb {
  margin-bottom: 100px !important;
}

.inner_gongcheng_read2 .inner .bottom_center_summary,
.inner_qiye_read .inner .bottom_center_summary {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  padding-top: 50px;
}
.inner_gongcheng_read2 .inner .bottom_center_summary ._more,
.inner_qiye_read .inner .bottom_center_summary ._more {
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  color: white;
  background: #d70c19;
  display: inline-block;
  padding: 10px 30px;
}
.inner_gongcheng_read2 .inner .bottom_center_summary ._title5,
.inner_qiye_read .inner .bottom_center_summary ._title5 {
  margin-bottom: 30px;
  color: black;
  text-align: center;
}
.inner_gongcheng_read2 .inner .bottom_center_summary .title,
.inner_qiye_read .inner .bottom_center_summary .title {
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.inner_gongcheng_read2 .inner .bottom_center_summary .summary,
.inner_qiye_read .inner .bottom_center_summary .summary {
  line-height: 26px;
  font-size: 16px;
}

.inner_gongcheng_read2 .inner .center_summary {
  text-align: center;
  margin: 0 auto;
  color: black;
}
.inner_gongcheng_read2 .inner .center_summary .title {
  line-height: 1.4;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
}
.inner_gongcheng_read2 .inner .center_summary .summary {
  font-size: 16px;
  line-height: 1.75;
  opacity: .7;
  margin: 0 auto;
}
.inner_gongcheng_read2 .inner .about1 {
  display: flex;
  align-items: center;
}
.inner_gongcheng_read2 .inner .about1 .pic {
  height: 400px;
}
.inner_gongcheng_read2 .inner .about1 .message {
  background: #efefef;
  height: 300px;
  padding: 50px;
  box-shadow: 0px 9px 10px 0px rgba(73, 126, 218, 0.07);
  margin-right: 10px;
}
.inner_gongcheng_read2 .inner .about1 .message .title {
  font-weight: bold;
  font-size: 30px;
}
.inner_gongcheng_read2 .inner .about1 .message .summary {
  font-size: 16px;
  margin-top: 15px;
  line-height: 29px;
  text-align: justify;
}
.inner_gongcheng_read2 .inner .about2 .content {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner_gongcheng_read2 .inner .about2 .content .item {
  width: 49%;
  position: relative;
}
.inner_gongcheng_read2 .inner .about2 .content .item .pic {
  width: 100%;
}
.inner_gongcheng_read2 .inner .about2 .content .item .shuzi {
  position: absolute;
  right: 30px;
  bottom: 178px;
  font-size: 74px;
  font-weight: bold;
  color: gainsboro;
  z-index: 3;
  font-style: italic;
}
.inner_gongcheng_read2 .inner .about2 .content .item .message {
  box-shadow: 0px 9px 10px 0px rgba(73, 126, 218, 0.07);
  margin-bottom: 10px;
  margin-top: -30px;
  padding: 50px;
  padding-right: 122px;
  padding-left: 40px;
  position: relative;
  background: white;
  width: 91%;
  float: right;
}
.inner_gongcheng_read2 .inner .about2 .content .item .message .title {
  font-size: 25px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.inner_gongcheng_read2 .inner .about2 .content .item .message .title img {
  margin-right: 10px;
  width: 25px;
}
.inner_gongcheng_read2 .inner .about2 .content .item .message .summary {
  font-size: 15px;
  text-align: justify;
  margin-top: 15px;
  opacity: .8;
  line-height: 25px;
  height: 125px;
  padding-left: 35px;
}
.inner_gongcheng_read2 .inner .video_boxbox {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner_gongcheng_read2 .inner .video_boxbox:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.inner_gongcheng_read2 .inner .video_boxbox .wenzi {
  color: white;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 200px;
  letter-spacing: 3px;
  width: 100%;
}
.inner_gongcheng_read2 .inner .video_boxbox .wenzi .p1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.inner_gongcheng_read2 .inner .video_boxbox .wenzi .p2 {
  font-size: 21px;
  letter-spacing: 1px;
}
.inner_gongcheng_read2 .inner .video_boxbox .wenzi .p3 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.inner_gongcheng_read2 .inner .video_boxbox video {
  height: 500px !important;
  width: 100% !important;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.inner_gongcheng_read2 .inner .about3 .list .item {
  height: 360px;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(73, 126, 218, 0.07);
  margin: 10px;
  margin-bottom: 65px;
}
.inner_gongcheng_read2 .inner .about3 .list .item:nth-child(2) {
  flex-direction: row-reverse;
}
.inner_gongcheng_read2 .inner .about3 .list .item:nth-child(2) .pic {
  width: 30%;
}
.inner_gongcheng_read2 .inner .about3 .list .item .message {
  flex: 1;
  height: 100%;
  padding: 70px;
}
.inner_gongcheng_read2 .inner .about3 .list .item .message .title {
  font-size: 25px;
  font-weight: bold;
}
.inner_gongcheng_read2 .inner .about3 .list .item .message .summary {
  font-size: 16px;
  line-height: 31px;
  margin-top: 25px;
  opacity: .8;
  margin-bottom: 50px;
  text-align: justify;
}
.inner_gongcheng_read2 .inner .about3 .list .item .message .summary ul {
  padding-inline-start: 23px;
}
.inner_gongcheng_read2 .inner .about3 .list .item .message .line {
  background: gainsboro;
  width: 100px;
  height: 1px;
}
.inner_gongcheng_read2 .inner .about3 .list .item .pic {
  width: 45%;
  height: 100%;
}

.inner_shehui_read .inner ._t1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
}
.inner_shehui_read .inner ._t2 {
  line-height: 32px;
  font-size: 22px;
}
.inner_shehui_read .inner ._title {
  text-align: center;
}
.inner_shehui_read .inner .tuxing_box {
  height: 687px;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 200px;
  padding-left: 90px;
}
.inner_shehui_read .inner .tuxing_box .title {
  color: white;
}
.inner_shehui_read .inner .tuxing_box .summary {
  width: 50%;
  color: white;
}
.inner_shehui_read .inner .about2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inner_shehui_read .inner .about2 .list .item {
  margin: 0 auto;
  width: 95%;
  border-bottom: 1px solid black;
  padding: 45px 15px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
.inner_shehui_read .inner .about2 .list .item .pic img {
  max-height: 60px;
}
.inner_shehui_read .inner .about2 .list .item .message {
  margin-left: 20px;
}
.inner_shehui_read .inner .about2 .list .item .title {
  font-size: 22px;
  margin-bottom: 20px;
  color: black;
  font-weight: bold;
}
.inner_shehui_read .inner .about2 .list .item .summary {
  font-size: 16px;
  color: #585858;
}
.inner_shehui_read .inner .about2 .list2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.inner_shehui_read .inner .about2 .list2 img {
  padding: 0 5px;
}
.inner_shehui_read .inner .about4 {
  background: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner_shehui_read .inner .about4 ._title {
  text-align: left;
  color: black;
}
.inner_shehui_read .inner .about4 .content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inner_shehui_read .inner .about4 .content .pic {
  float: left;
}
.inner_shehui_read .inner .about4 .content .message {
  width: 50%;
}
.inner_shehui_read .inner .about4 .content .message .name {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  border-bottom: 1px solid gainsboro;
  padding-left: 15px;
}
.inner_shehui_read .inner .about4 .content .message .name img {
  margin-right: 10px;
}

.inner_shehui_read2 main .inner_ban2-1 .container2 {
  padding-top: 100px;
  align-items: flex-end;
}
.inner_shehui_read2 main .inner_ban2-1 .message {
  color: black;
}
.inner_shehui_read2 main .inner_ban2-1 .title {
  font-size: 36px;
  margin-bottom: 47px;
}
.inner_shehui_read2 main .inner_ban2-1 .summary {
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 2px;
}
.inner_shehui_read2 main ._mt {
  margin-top: 100px;
}
.inner_shehui_read2 main ._title5 {
  margin-bottom: 50px;
  color: black;
  text-align: center;
}
.inner_shehui_read2 main ._title5.white {
  color: white;
}
.inner_shehui_read2 main ._title5.left {
  text-align: left;
}
.inner_shehui_read2 main ._title5 .title {
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: bold;
}
.inner_shehui_read2 main ._title5 .summary {
  line-height: 26px;
  font-size: 16px;
}
.inner_shehui_read2 main .chengnuo {
  display: flex;
  align-items: flex-end;
}
.inner_shehui_read2 main .chengnuo .rt {
  position: relative;
  padding-bottom: 34px;
}
.inner_shehui_read2 main .chengnuo .rt:after {
  display: block;
  background: #f5f5f5;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  z-index: 1;
  height: 100px;
}
.inner_shehui_read2 main .chengnuo .rt img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.inner_shehui_read2 main .chengnuo .list {
  margin-top: -52px;
  background: #f5f5f5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 40px;
  border-radius: 5px;
  overflow: hidden;
}
.inner_shehui_read2 main .chengnuo .list .item {
  text-align: center;
  margin-bottom: 40px;
}
.inner_shehui_read2 main .chengnuo .list .item .name {
  font-size: 16px;
  margin-top: 8px;
}
.inner_shehui_read2 main .huanjing {
  height: 731px;
  background: url("../images/huanjing_bg.jpg") no-repeat center;
  background-size: cover;
}
.inner_shehui_read2 main .huanjing .container2 {
  height: 100%;
  display: flex;
  align-items: center;
}
.inner_shehui_read2 main .huanjing .container2 ._title5 {
  margin-bottom: 122px;
}
.inner_shehui_read2 main .zhanlue {
  background: #efefef;
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner_shehui_read2 main .zhanlue .list {
  display: flex;
  justify-content: space-between;
}
.inner_shehui_read2 main .zhanlue .list .item {
  text-align: center;
  width: 32%;
}
.inner_shehui_read2 main .zhanlue .list .item:nth-child(2) {
  margin-bottom: 30px;
}
.inner_shehui_read2 main .zhanlue .list .item .name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 20px;
}
.inner_shehui_read2 main .zhanlue .list .item .summary {
  width: 95%;
  font-size: 16px;
  margin: 0 auto;
  line-height: 26px;
  text-align: justify;
}
.inner_shehui_read2 main .zhanlue .list .item .pic img {
  border-radius: 10px;
  overflow: hidden;
}
.inner_shehui_read2 main .zhanlue .list .item2 {
  position: relative;
  top: 80px;
}
.inner_shehui_read2 main .zhiliang .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 35px;
}
.inner_shehui_read2 main .zhiliang .item .pic {
  display: flex;
  align-content: center;
  justify-content: center;
}
.inner_shehui_read2 main .zhiliang .item .message {
  position: absolute;
  left: 90px;
  top: 150px;
}
.inner_shehui_read2 main .keji {
  padding-bottom: 50px;
  text-align: center;
}
.inner_shehui_read2 main .keji ._title5 {
  margin-bottom: 30px;
}
.inner_shehui_read2 main .keji ._more {
  border-radius: 20px;
  overflow: hidden;
  font-size: 16px;
  color: white;
  background: #d70c19;
  display: inline-block;
  padding: 10px 30px;
}
.inner_shehui_read2 main .cuoshi .content_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.inner_shehui_read2 main .cuoshi .content_list .item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.inner_shehui_read2 main .cuoshi .content_list .item:nth-child(5), .inner_shehui_read2 main .cuoshi .content_list .item:nth-child(6), .inner_shehui_read2 main .cuoshi .content_list .item:nth-child(4) {
  margin-bottom: 0;
}
.inner_shehui_read2 main .cuoshi .content_list .item .pic {
  border-radius: 10px;
  overflow: hidden;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message {
  padding-top: 16px;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message .nwbm_wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message .nwbm_wrap img {
  height: 20px;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message .nwbm_wrap .nwbm_le {
  margin-right: 12px;
  color: #007C3E;
  line-height: 1.8;
  font-size: 16px;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message .name {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(120, 121, 120, 0.2);
  font-size: 22px;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message .name img {
  height: 26px;
  margin-right: 12px;
}
.inner_shehui_read2 main .cuoshi .content_list .item .message .summary {
  color: #787978;
  font-size: 14px;
  line-height: 1.8;
  height: 150px;
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item {
  position: relative;
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item .pic {
  overflow: hidden;
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item .pic img {
  transition: .5s;
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item .pic:hover img {
  transform: scale(1.1);
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item .message {
  position: absolute;
  left: 0;
  color: white;
  bottom: 0;
  padding: 20px;
  background: url("../images/toumingdu.png") no-repeat bottom;
  background-size: cover;
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item .name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 20px;
}
.inner_shehui_read2 main .cuoshi .swiper-slide .item .summary {
  font-size: 16px;
  line-height: 26px;
}
.inner_shehui_read2 main .video_boxbox {
  /*width: 90%;
  margin-left: auto;
  margin-right: auto;*/
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.inner_shehui_read2 main .video_boxbox:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 124, 62, 0.2);
  z-index: 2;
}
.inner_shehui_read2 main .video_boxbox .wenzi {
  color: white;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 200px;
  letter-spacing: 3px;
  width: 100%;
}
.inner_shehui_read2 main .video_boxbox .wenzi .p1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.inner_shehui_read2 main .video_boxbox .wenzi .p2 {
  font-size: 21px;
  letter-spacing: 1px;
}
.inner_shehui_read2 main .video_boxbox .wenzi .p3 {
  font-size: 23px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}
.inner_shehui_read2 main .video_boxbox video {
  height: 500px !important;
  width: 100% !important;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.inner_qiye_read .inner ._t1 {
  font-size: 36px;
  font-weight: bold;
  color: black;
}
.inner_qiye_read .inner ._t2 {
  font-size: 16px;
  line-height: 30px;
}
.inner_qiye_read .inner ._t3 {
  font-size: 22px;
  font-weight: bold;
}
.inner_qiye_read .inner ._title {
  text-align: center;
}
.inner_qiye_read .inner ._title .title {
  margin-bottom: 30px;
}
.inner_qiye_read .inner .about1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_qiye_read .inner .about1 .pic {
  width: 50%;
  float: none;
}
.inner_qiye_read .inner .about1 .message {
  float: none;
  width: 50%;
  padding-left: 105px;
  padding-right: 20px;
}
.inner_qiye_read .inner .about1 .message .title {
  margin-bottom: 50px;
}
.inner_qiye_read .inner .about2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner_qiye_read .inner .about2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 95px;
}
.inner_qiye_read .inner .about2 .list .item {
  border-bottom: 1px solid gainsboro;
  display: flex;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}
.inner_qiye_read .inner .about2 .list .item:hover .back {
  top: 0;
}
.inner_qiye_read .inner .about2 .list .item .back {
  position: absolute;
  left: 0;
  top: 262px;
  width: 100%;
  transition: .7s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: white;
  background: #dd3a44;
  padding: 30px;
  z-index: 23;
}
.inner_qiye_read .inner .about2 .list .item .back .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.inner_qiye_read .inner .about2 .list .item .back .summary {
  font-size: 14px;
  width: 87%;
  line-height: 26px;
  margin: 0 auto;
}
.inner_qiye_read .inner .about2 .list .item:after {
  background: gainsboro;
  width: 1px;
  height: 138px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 1;
  content: '';
  display: block;
}
.inner_qiye_read .inner .about2 .list .item:nth-child(4), .inner_qiye_read .inner .about2 .list .item:nth-child(5), .inner_qiye_read .inner .about2 .list .item:nth-child(6) {
  border-bottom: 0;
  margin-bottom: 0;
}
.inner_qiye_read .inner .about2 .list .item:nth-child(3):after, .inner_qiye_read .inner .about2 .list .item:nth-child(6):after {
  display: none;
}
.inner_qiye_read .inner .about2 .list .item:nth-child(5) .back, .inner_qiye_read .inner .about2 .list .item:nth-child(6) .back, .inner_qiye_read .inner .about2 .list .item:nth-child(2) .back {
  padding-left: 10px;
  padding-right: 10px;
}
.inner_qiye_read .inner .about2 .list .item:nth-child(5) .back .summary, .inner_qiye_read .inner .about2 .list .item:nth-child(6) .back .summary, .inner_qiye_read .inner .about2 .list .item:nth-child(2) .back .summary {
  width: 100%;
}
.inner_qiye_read .inner .about2 .list .item .pic {
  width: 30%;
  text-align: center;
}
.inner_qiye_read .inner .about2 .list .item .pic img {
  max-height: 50px;
}
.inner_qiye_read .inner .about2 .list .item .jia {
  display: none;
}
.inner_qiye_read .inner .about2 .list .item .message {
  width: 70%;
  padding-right: 30px;
}
.inner_qiye_read .inner .about2 .list .item .message .title {
  margin-bottom: 20px;
}
.inner_qiye_read .inner .about2 .list .item .message .summary {
  margin-bottom: 20px;
}
.inner_qiye_read .inner .about3 .swiper-button-next, .inner_qiye_read .inner .about3 .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}
.inner_qiye_read .inner .about3 .swiper-button-prev {
  left: -17px;
}
.inner_qiye_read .inner .about3 .swiper-button-next {
  right: -19px;
}
.inner_qiye_read .inner .about3 .typename {
  margin-bottom: 80px;
  margin-top: 80px;
}
.inner_qiye_read .inner .about3 .typename .shang {
  display: block;
}
.inner_qiye_read .inner .about3 .typename .xia {
  display: none;
}
.inner_qiye_read .inner .about3 .typename .item {
  text-align: center;
  font-size: 16px;
  padding-bottom: 45px;
  border-bottom: 2px solid gainsboro;
}
.inner_qiye_read .inner .about3 .typename .item:hover {
  border-bottom: 2px solid #d70c19;
}
.inner_qiye_read .inner .about3 .huanjing {
  /*.swiper-slide{
     width: 1280px;
     padding: 10px;
  }*/
}
.inner_qiye_read .inner .about3 .huanjing .xia {
  display: block;
  padding: 5px;
}
.inner_qiye_read .inner .about3 .huanjing .shang {
  display: none;
}
.inner_qiye_read .inner .about3 .huanjing .item {
  /*width: 100%;
  //transform: scale(0.9);
  display: block;
  box-shadow: 5.673px 1.953px 8.9px 1.1px rgba(149, 149, 149, 0.36);
  align-items: center;*/
  width: 100%;
  border-radius: 10px;
  /* border: 1px solid #E5E5E5; */
  box-shadow: 0px 0px 5px 3px #f1f1f1;
  background: #FFF;
  padding: 22px;
}
.inner_qiye_read .inner .about3 .huanjing .item:hover .name {
  color: black;
  font-weight: bold;
}
.inner_qiye_read .inner .about3 .huanjing .item:hover .pic img {
  transform: scale(1.1);
}
.inner_qiye_read .inner .about3 .huanjing .item .pic {
  overflow: hidden;
}
.inner_qiye_read .inner .about3 .huanjing .item .pic img {
  transition: .5s;
}
.inner_qiye_read .inner .about3 .huanjing .item .message {
  margin-top: 25px;
  width: 100%;
}
.inner_qiye_read .inner .about3 .huanjing .item .message .summary {
  color: #666;
  font-size: 14px;
  line-height: 1.75;
  min-height: 144px;
  text-align: justify;
}
.inner_qiye_read .inner .about3 .huanjing .item .message .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.inner_qiye_read .inner .about3 #xianduan {
  position: relative;
  margin-top: 70px;
}
.inner_qiye_read .inner .about3 #xianduan .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #d70c19;
}
.inner_qiye_read .inner .about3 #xianduan .swiper-pagination {
  width: 100%;
  height: 1px;
  position: static;
}
.inner_qiye_read .inner .about4 .top_box {
  margin-bottom: 50px;
  justify-content: space-between;
}
.inner_qiye_read .inner .about4 .top_box .rt .name {
  font-size: 16px;
  border: 1px solid #d70c19;
  margin-left: 10px;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 30px;
  overflow: hidden;
}
.inner_qiye_read .inner .about4 .top_box .rt .name:hover {
  background: #d70c19;
  color: white;
}
.inner_qiye_read .inner .about4 .swiper-button-prev,
.inner_qiye_read .inner .about4 .swiper-button-next {
  background: none;
  margin-top: -9px;
}
.inner_qiye_read .inner .about4 .suolue {
  position: relative;
  background: #f3f3f3;
  border-radius: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 40px;
}
.inner_qiye_read .inner .about4 .suolue .list {
  position: relative;
}
.inner_qiye_read .inner .about4 .suolue .shang {
  display: none;
}
.inner_qiye_read .inner .about4 .suolue .swiper-slide-active .xia {
  color: #d70c19;
}
.inner_qiye_read .inner .about4 .suolue .swiper-slide-active .xia:after {
  background: #d70c19;
}
.inner_qiye_read .inner .about4 .list_box .list .item {
  padding-top: 10px;
  padding-bottom: 50px;
  border-right: 1px solid gainsboro;
  padding-left: 20px;
  padding-right: 20px;
}
.inner_qiye_read .inner .about4 .list_box .list .item:last-child {
  border-right: 0;
}
.inner_qiye_read .inner .about4 .list_box .list .item .addtime {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.inner_qiye_read .inner .about4 .list_box .list .item .addtime img {
  margin-right: 5px;
}
.inner_qiye_read .inner .about4 .list_box .list .item .pic {
  overflow: hidden;
}
.inner_qiye_read .inner .about4 .list_box .list .item .pic img {
  border-radius: 10px;
  transition: 1s;
}
.inner_qiye_read .inner .about4 .list_box .list .item:hover .pic img {
  transform: scale(1.1);
}
.inner_qiye_read .inner .about4 .list_box .list .item:hover .title {
  color: #666666;
}
.inner_qiye_read .inner .about4 .list_box .list .item .title {
  margin-bottom: 40px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.inner_goods_index .inner .inner {
  margin-top: 79px;
}

.inner_goods_index2 main .inner_ban {
  height: 496px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.inner_goods_index2 main .inner_ban h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  letter-spacing: 2px;
}
.inner_goods_index2 main .inner_ban .line {
  width: 41px;
  height: 2px;
  background: white;
  margin-bottom: 20px;
}
.inner_goods_index2 main .inner_ban h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 3px;
  margin: 10px 0;
}
.inner_goods_index2 main .inner_ban h6 {
  font-size: 17px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 27px;
}
.inner_goods_index2 main .inner_ban * {
  position: relative;
  z-index: 2;
}
.inner_goods_index2 main .inner_ban:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}
.inner_goods_index2 main .main_content {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.inner_goods_index2 main .main_content .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.inner_goods_index2 main .main_content .list ul li {
  width: 31.33%;
  float: none;
  margin: 0 1%;
  margin-bottom: 30px;
  border: 2px solid #cacaca;
}
.inner_goods_index2 main .main_content .list ul li:hover .name {
  background: #f3f3f3;
}
.inner_goods_index2 main .main_content .list ul li:hover .pic img {
  transform: scale(1.05);
}
.inner_goods_index2 main .main_content .list ul li .name {
  font-size: 18px;
  padding: 15px 25px;
  color: black;
}
.inner_goods_index2 main .main_content .list ul li .pic {
  overflow: hidden;
}
.inner_goods_index2 main .main_content .list ul li .pic img {
  width: 100%;
  transition: .5s;
}

.inner_goods_list3 main .inner_ban,
.inner_goods_index2 main .inner_ban {
  height: 496px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.inner_goods_list3 main .inner_ban h3,
.inner_goods_index2 main .inner_ban h3 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  letter-spacing: 2px;
}
.inner_goods_list3 main .inner_ban .line,
.inner_goods_index2 main .inner_ban .line {
  width: 41px;
  height: 2px;
  background: white;
  margin-bottom: 20px;
}
.inner_goods_list3 main .inner_ban h2,
.inner_goods_index2 main .inner_ban h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 3px;
  margin: 10px 0;
}
.inner_goods_list3 main .inner_ban h6,
.inner_goods_index2 main .inner_ban h6 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 27px;
}
.inner_goods_list3 main .inner_ban *,
.inner_goods_index2 main .inner_ban * {
  position: relative;
  z-index: 2;
}
.inner_goods_list3 main .inner_ban:after,
.inner_goods_index2 main .inner_ban:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}

.inner_goods_list3 main .main_content {
  background: url("../images/bowen.jpg") no-repeat top right;
}
.inner_goods_list3 main .main_content .top_box {
  padding-top: 80px;
}
.inner_goods_list3 main .main_content .top_box .lf {
  margin-top: 90px;
  position: relative;
  padding-left: 40px;
}
.inner_goods_list3 main .main_content .top_box .lf .pic {
  position: absolute;
  left: 0;
  top: 10px;
}
.inner_goods_list3 main .main_content .top_box .lf .title {
  font-size: 30px;
  font-weight: bold;
  color: black;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.inner_goods_list3 main .main_content .top_box .lf .sumamry {
  opacity: .7;
  font-size: 16px;
  line-height: 25px;
}
.inner_goods_list3 main .main_content .top_box .lf .sumamry.sumamry1 {
  font-size: 18px;
  opacity: 1;
}
.inner_goods_list3 main .main_content .top_box .lf .line {
  background: #d70c19;
  width: 225px;
  height: 2px;
  margin: 12px 0;
}
.inner_goods_list3 main .main_content .fanhui {
  position: absolute;
  right: 15px;
  top: 9px;
  padding: 10px 30px;
  border: 1px solid gainsboro;
  font-size: 16px;
}
.inner_goods_list3 main .main_content .fanhui:hover {
  background: #d70c19;
  border: 1px solid #d70c19;
  color: white;
}
.inner_goods_list3 main .main_content .goodslist {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 100px;
}
.inner_goods_list3 main .main_content .goodslist .item {
  width: 91%;
  margin: 0 auto;
  margin-bottom: 9%;
  box-shadow: 0px 8px 7.76px 0.24px rgba(161, 161, 161, 0.24);
  border-radius: 5px;
  overflow: hidden;
}
.inner_goods_list3 main .main_content .goodslist .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  padding: 40px;
  overflow: hidden;
}
.inner_goods_list3 main .main_content .goodslist .item .pic:hover img {
  transform: scale(1.05);
}
.inner_goods_list3 main .main_content .goodslist .item .pic img {
  border-radius: 5px;
  overflow: hidden;
  transition: .5s;
}
.inner_goods_list3 main .main_content .goodslist .item .message {
  background: white;
  padding: 35px 20px;
  text-align: center;
}
.inner_goods_list3 main .main_content .goodslist .item .message .title {
  font-size: 18px;
}
.inner_goods_list3 main .main_content .goodslist .item .message .summary {
  font-size: 16px;
  opacity: .7;
  line-height: 25px;
  margin-top: 10px;
}

.inner_goods_list3.inner_goods_list2 main .main_content .fanhui {
  top: 15px;
}

@media (max-width: 1600px) {
  .inner_fangan_read2 .about4 .neitong .rt {
    width: 520px;
  }

  .inner_fangan_read2 .about4 .neitong .lf {
    width: 48%;
  }

  .inner_fangan_read2 .about4 .neitong {
    height: 500px;
  }

  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_li {
    height: 490px;
  }

  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txt {
    padding: 100px 50px;
  }
}
.inner_goods_list header {
  background: rgba(255, 255, 255, 0.9);
}
.inner_goods_list .inner .goods_read {
  position: relative;
}
.inner_goods_list .inner .goods_read .picc {
  z-index: 4;
  position: relative;
}
.inner_goods_list .inner .goods_read .list_box {
  display: none;
}
.inner_goods_list .inner .goods_read:after {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 10;
  display: none;
}
.inner_goods_list .inner .goods_read.on .rt {
  right: 0;
}
.inner_goods_list .inner .goods_read ._datu ul {
  z-index: unset;
}
.inner_goods_list .inner .goods_read .rt {
  position: fixed;
  z-index: 11;
  background: white;
  right: -35%;
  top: calc( 78px );
  width: 35%;
  height: calc( 100vh - 78px );
  padding: 50px;
  padding-right: 30px;
  transition: .5s;
  /* 侧栏的类名 */
}
.inner_goods_list .inner .goods_read .rt .neirong ._close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 25px;
  opacity: .7;
  cursor: pointer;
}
.inner_goods_list .inner .goods_read .rt .pic {
  text-align: center;
}
.inner_goods_list .inner .goods_read .rt .title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.inner_goods_list .inner .goods_read .rt .summary {
  font-size: 18px;
  line-height: 26px;
}
.inner_goods_list .inner .goods_read .rt .tuijian::-webkit-scrollbar {
  width: 2px;
}
.inner_goods_list .inner .goods_read .rt .tuijian::-webkit-scrollbar-track {
  background: #e1e1e1;
}
.inner_goods_list .inner .goods_read .rt .tuijian::-webkit-scrollbar-thumb {
  background: #6e6e6e;
}
.inner_goods_list .inner .goods_read .rt .tuijian::-webkit-scrollbar-thumb:hover {
  background: #6e6e6e;
}
.inner_goods_list .inner .goods_read .rt .tuijian {
  height: calc( 100vh - 168px - 78px );
  overflow-y: scroll;
}
.inner_goods_list .inner .goods_read .rt .tuijian .item {
  padding: 30px 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 6px 4px #f3f3f3;
  margin: 10px;
  margin-bottom: 25px;
  text-align: center;
}
.inner_goods_list .inner .goods_read .rt .tuijian .item:hover {
  background: #fdfdfd;
}
.inner_goods_list .inner .goods_read .rt .tuijian .item .pic img {
  max-width: 280px;
}
.inner_goods_list .inner .goods_read .rt .tuijian .item .message .title {
  color: #333;
  line-height: 1.6;
  font-size: 22px;
  margin-bottom: 9px;
}
.inner_goods_list .inner .goods_read .rt .tuijian .item .message .summary {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/*新闻列表*/
.inner_news_list_page .inner {
  background: #f7f7f7;
}
.inner_news_list_page .inner .inner_typelist {
  background: white;
}
.inner_news_list_page .news_list li {
  margin-bottom: 25px;
  padding: 20px;
}
.inner_news_list_page .news_list li .item {
  padding: 20px;
  box-shadow: 0px 0px 3px 2px #e8e8e8;
  overflow: hidden;
  border-radius: 5px;
  background: white;
  position: relative;
}
.inner_news_list_page .news_list li .item:hover .pic img {
  transform: scale(1.1);
}
.inner_news_list_page .news_list li .item:hover .title {
  color: #d70c19;
}
.inner_news_list_page .news_list li .item .pic {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.inner_news_list_page .news_list li .item .pic img {
  transition: .5s;
  width: 100%;
}
.inner_news_list_page .news_list li .item .pic .picc {
  position: relative;
  z-index: 1;
}
.inner_news_list_page .news_list li .item .pic .touming {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.inner_news_list_page .news_list li .item .message2 {
  position: absolute;
  left: 0;
  bottom: 70px;
  color: white;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.inner_news_list_page .news_list li .item .summary {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}
.inner_news_list_page .news_list li .item .addtime {
  font-size: 14px;
  margin: 20px 0;
  opacity: .7;
  margin: 10px 0;
}
.inner_news_list_page .news_list li .item .title {
  color: black;
  font-size: 22px;
  line-height: 1.6;
  transition: .5s;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 70px;
}
.inner_news_list_page .inner {
  padding-bottom: 20px;
}
.inner_news_list_page .inner .pagination {
  margin-bottom: 0;
}

.inner_news_list_page2 .news_list li {
  padding: 0;
}

.inner_news_list_page2 .news_list li .item {
  box-shadow: unset;
  border-radius: 0;
  background: none;
}

.inner_news_list_page2 .news_list li .item .pic {
  border-radius: 0;
  box-shadow: 0px 0px 4px 3px #b7b7b7;
}

.inner_news_list_page2 .news_list li .item .title {
  color: white;
}

.inner_news_list_page2 .news_list li .item .title {
  height: auto;
  font-size: 40px;
  width: 253px;
  letter-spacing: 1px;
  margin: 0 auto;
}

.inner_news_list_page2 .news_list li .item:hover .title {
  color: white;
}

.inner_news_list_page2 .news_list {
  position: relative;
}

.inner_base_read .inner .fanhui {
  position: absolute;
  right: 50px;
  top: -6px;
  padding: 10px 30px;
  border: 1px solid gainsboro;
  font-size: 16px;
}
.inner_base_read .inner .fanhui:hover {
  background: #d70c19;
  border: 1px solid #d70c19;
  color: white;
}
.inner_base_read .inner .base_read {
  background: white;
  padding: 50px;
  padding-top: 0;
}
.inner_base_read .inner .base_read .top_title {
  font-size: 30px;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid black;
}

.inner_news_list_page .inner .inner_typelist,
.inner_base_read .inner .inner_typelist,
.inner_qiye_read .inner .inner_typelist,
.inner_news_read_page .inner .inner_typelist {
  margin-bottom: 70px;
  border-bottom: 1px solid black;
}
.inner_news_list_page .inner .inner_typelist ul li,
.inner_base_read .inner .inner_typelist ul li,
.inner_qiye_read .inner .inner_typelist ul li,
.inner_news_read_page .inner .inner_typelist ul li {
  border-bottom: 3px solid transparent;
}
.inner_news_list_page .inner .inner_typelist ul li.on, .inner_news_list_page .inner .inner_typelist ul li:hover,
.inner_base_read .inner .inner_typelist ul li.on,
.inner_base_read .inner .inner_typelist ul li:hover,
.inner_qiye_read .inner .inner_typelist ul li.on,
.inner_qiye_read .inner .inner_typelist ul li:hover,
.inner_news_read_page .inner .inner_typelist ul li.on,
.inner_news_read_page .inner .inner_typelist ul li:hover {
  border-bottom: 3px solid #d70c19;
}
.inner_news_list_page .inner .inner_typelist ul li a,
.inner_base_read .inner .inner_typelist ul li a,
.inner_qiye_read .inner .inner_typelist ul li a,
.inner_news_read_page .inner .inner_typelist ul li a {
  display: block;
  font-size: 18px;
  padding: 30px 40px;
}
.inner_news_list_page .inner .cc,
.inner_base_read .inner .cc,
.inner_qiye_read .inner .cc,
.inner_news_read_page .inner .cc {
  padding-bottom: 30px;
  line-height: 2;
}
.inner_news_list_page .inner .cc table,
.inner_base_read .inner .cc table,
.inner_qiye_read .inner .cc table,
.inner_news_read_page .inner .cc table {
  max-width: 100% !important;
  width: auto !important;
}
.inner_news_list_page .inner .cc table td,
.inner_base_read .inner .cc table td,
.inner_qiye_read .inner .cc table td,
.inner_news_read_page .inner .cc table td {
  padding-left: 5px;
  padding-right: 5px;
}
.inner_news_list_page .inner .location,
.inner_base_read .inner .location,
.inner_qiye_read .inner .location,
.inner_news_read_page .inner .location {
  float: none;
  margin-top: 0px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: inherit;
  border-bottom: 0;
}
.inner_news_list_page .inner .location a,
.inner_base_read .inner .location a,
.inner_qiye_read .inner .location a,
.inner_news_read_page .inner .location a {
  font-size: 14px;
  color: #333;
}
.inner_news_list_page .inner .location img,
.inner_base_read .inner .location img,
.inner_qiye_read .inner .location img,
.inner_news_read_page .inner .location img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.inner_news_list_page .inner .base_read .cc img,
.inner_base_read .inner .base_read .cc img,
.inner_qiye_read .inner .base_read .cc img,
.inner_news_read_page .inner .base_read .cc img {
  max-width: 100%;
  line-height: 2;
}
.inner_news_list_page .inner ._bottom_box,
.inner_base_read .inner ._bottom_box,
.inner_qiye_read .inner ._bottom_box,
.inner_news_read_page .inner ._bottom_box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.inner_news_list_page .inner ._bottom_box > div,
.inner_base_read .inner ._bottom_box > div,
.inner_qiye_read .inner ._bottom_box > div,
.inner_news_read_page .inner ._bottom_box > div {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner_news_list_page .inner ._bottom_box > div img,
.inner_base_read .inner ._bottom_box > div img,
.inner_qiye_read .inner ._bottom_box > div img,
.inner_news_read_page .inner ._bottom_box > div img {
  width: 20px;
  margin-right: 10px;
}
.inner_news_list_page .inner ._bottom_box > div .watch,
.inner_base_read .inner ._bottom_box > div .watch,
.inner_qiye_read .inner ._bottom_box > div .watch,
.inner_news_read_page .inner ._bottom_box > div .watch {
  color: #afafaf;
  margin: 0 40px;
  display: flex;
  align-items: center;
}
.inner_news_list_page .inner ._bottom_box > div .addtime,
.inner_base_read .inner ._bottom_box > div .addtime,
.inner_qiye_read .inner ._bottom_box > div .addtime,
.inner_news_read_page .inner ._bottom_box > div .addtime {
  color: #afafaf;
  display: flex;
  align-items: center;
}
.inner_news_list_page .inner ._bottom_box .kw-box > span,
.inner_base_read .inner ._bottom_box .kw-box > span,
.inner_qiye_read .inner ._bottom_box .kw-box > span,
.inner_news_read_page .inner ._bottom_box .kw-box > span {
  display: block;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px;
}
.inner_news_list_page .inner ._bottom_box .kw-box a,
.inner_base_read .inner ._bottom_box .kw-box a,
.inner_qiye_read .inner ._bottom_box .kw-box a,
.inner_news_read_page .inner ._bottom_box .kw-box a {
  display: block;
  margin-right: 5px;
  padding: 5px;
  border: 1px dashed #eeeeee;
  font-size: 16px;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 10px 0 #d70c19;
  }
}
/* 定义波浪动画的关键帧 */
@keyframes wave-animation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .7;
  }
}
@media (max-width: 1600px) {
  .inner_contact2 .inner .lf_xinxi .content .item {
    margin-bottom: 10px;
    padding: 25px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .name1 {
    font-size: 20px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .name2 {
    font-size: 16px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .summary {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 112px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .icon_list .i1 > img {
    width: 22px;
  }

  .inner_contact2 .inner {
    padding-bottom: 100px;
  }

  .inner_about_read .inner .about4 .swiper-slide {
    width: 400px;
    height: 300px;
  }

  .inner_about_read .inner .dongshizhang .content .pic {
    width: 25%;
  }

  .inner_about_read .inner .dongshizhang .content .rt {
    padding-left: 30px;
    margin-top: 0;
    padding-top: 0;
    width: 71%;
  }

  .inner_about_read .inner .dongshizhang .content {
    align-items: flex-start;
  }

  .inner_about_read .inner .dongshizhang {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .inner_about_read .inner .dongshizhang .content p {
    line-height: 30px;
    font-size: 16px;
  }

  ._about1 .list .item .message {
    padding-left: 20px;
  }

  ._about1 .list .item .message .summary {
    margin-top: 10px;
  }

  .inner_ban2 .p1 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .inner_fangan_read2 main .inner_ban2 .p1 {
    font-size: 36px;
  }

  .inner_ban2 .p2 {
    font-size: 21px;
  }

  .inner_fangan_read2 main .inner_ban2 .p2 {
    font-size: 21px;
  }

  .inner_fangan_read2 main .inner_ban2 .p3 {
    font-size: 18px;
  }

  .inner_ban2,
  .inner_fangan_read3 main .inner_ban2,
  .inner_fangan_read2 main .inner_ban2 {
    height: 500px;
  }

  .inner_shehui_read2 main .inner_ban2 {
    height: 630px;
  }

  .inner_ban2 .container2 {
    padding-top: 110px;
  }

  .inner_fangan_read3 main .inner_ban2 .container2 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .ma_b1s1m_r {
    height: 540px;
  }

  .inner_fangan_read2 main .list_neirong .ys_cont1156 {
    width: 1200px;
  }

  .inner_fangan_read2 .about4 ._title .summary {
    font-size: 16px;
  }

  .inner_fangan_read3 .inner .about1-1 .mc_b2s1li_title {
    font-size: 16px;
  }

  .inner_gongcheng_read2 .inner .about3 .list .item:nth-child(3) {
    height: 371px;
  }

  .inner_gongcheng_read2 .inner .about3 .list .item:nth-child(3) .message {
    padding-top: 40px;
  }

  .inner_gongcheng_read2 .inner .about3 .list .item:nth-child(3) .pic {
    width: 25%;
  }

  .inner_fangan_read2 .about4 .neitong .rt {
    width: 565px;
  }

  .inner_fangan_read2 .about4 .neitong .lf {
    width: 48%;
  }

  .inner_fangan_read2 .about2 {
    height: 471px;
    padding-top: 95px;
  }

  .inner_goods_index2 main .inner_ban h2,
  .inner_fangan_read3 main .inner_ban2 .p1,
  .inner_goods_list3 main .inner_ban h2 {
    font-size: 36px;
  }

  .inner_goods_list3 main .inner_ban h3,
  .inner_fangan_read3 main .inner_ban2 .p2,
  .inner_goods_index2 main .inner_ban h3 {
    font-size: 18px;
  }

  .inner_goods_list3 main .inner_ban h6,
  .inner_goods_index2 main .inner_ban h3 {
    font-size: 18px;
  }

  .inner_fangan_read3 .inner .about2 .list .item .message .summary {
    font-size: 16px;
  }

  .inner_contact2 .inner .ditu {
    left: 0;
    width: 1200px;
    margin-left: 58px;
  }

  .inner_contact2 .inner .liuyan_box {
    margin-top: 55px;
    height: auto;
  }

  .inner_contact2 .inner .liuyan_box .content {
    margin-top: 37px;
  }

  .inner_about_read .inner .about2 .list_box .neirong .shang .summary {
    line-height: 38px;
    font-size: 16px;
    padding-right: 0;
  }

  .inner_shehui_read2 main .cuoshi .content_list .item .message .summary {
    height: 150px;
  }

  .inner_fangan_read2 main .inner_ban2 .p3 {
    letter-spacing: 4px;
  }

  .inner_fangan_read2 main .inner_ban2 .p2 {
    letter-spacing: 4px;
  }

  .inner_fangan_read2 main .inner_ban2 .p1 {
    letter-spacing: 2px;
  }

  .inner_about_read .inner .quanqiu .spbu_wrap_li5 {
    top: 61%;
    left: 78%;
  }

  .inner_news_list_page .news_list li .item .title {
    font-size: 18px;
    height: 60px;
  }

  .inner_news_list_page2 .news_list li .item .title {
    font-size: 35px;
    height: auto;
  }
}
@media (max-width: 1450px) {
  .inner_goods_list3 main .main_content .fanhui {
    top: -9px;
  }

  .inner_goods_list3 main .main_content .goodslist .item .message {
    padding: 20px;
  }

  .inner_qiye_read .inner ._t1,
  .inner_gongcheng_read .inner ._t1,
  .inner_gongcheng_read .inner .about5 .rt .title,
  .inner_contact .inner .item_box .lf .t1,
  .inner_shehui_read .inner ._t1,
  .inner ._title .p1,
  .inner_fangan_read .inner ._t1 {
    font-size: 30px;
  }

  .inner_fangan_read .inner .about3 .btn_list .swiper-button-next .pic1,
  .inner_fangan_read .inner .about3 .btn_list .swiper-button-next .pic2,
  .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev .pic2,
  .inner_fangan_read .inner .about3 .btn_list .swiper-button-prev .pic1 {
    width: 30px;
  }

  .inner_about_read .inner .about1 .list .item .top_box .jia {
    top: -8px;
  }

  .inner ._title .p2 .hh {
    font-size: 23px;
  }

  .inner ._title .p1 {
    margin-bottom: 15px;
  }

  .inner_about_read .inner .about1 .neirong2 .lf .summary,
  .inner_about_read .inner .dongshizhang .content p,
  .inner_about_read .inner .dongshizhang .summary {
    font-size: 15px;
    line-height: 28px;
  }

  .inner_about_read .inner .dongshizhang .content .rt ul li p {
    font-size: 15px;
  }

  .inner_about_read .inner .dongshizhang .content .lf img {
    max-width: 84%;
  }

  .inner_about_read .inner .dongshizhang ._title {
    margin-bottom: 14px;
  }

  .inner_about_read .inner .about1 .neirong2 {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .inner_about_read .inner .about1 .list .item .top_box .num {
    font-size: 40px;
  }

  .inner_about_read .inner .about1 .list .item .sumamry {
    font-size: 16px;
  }

  .inner_about_read .inner .about1 .list .item .top_box .pingfang {
    font-size: 16px;
    position: absolute;
    right: -31px;
    top: 34px;
  }

  .inner_about_read .inner .about1 .list {
    margin-top: 30px;
    padding-top: 30px;
  }

  .inner_about_read .inner .about1 .xinxi .rt {
    font-size: 14px;
    line-height: 25px;
  }

  .inner_about_read .inner .about1 .xinxi .lf .item .title {
    font-size: 20px;
  }

  .inner ._title .p3 {
    font-size: 15px;
    line-height: 28px;
  }

  .inner_about_read .inner .about2 {
    padding-top: 70px;
    padding-bottom: 77px;
  }

  .inner_about_read .inner .dongshizhang .content .rt {
    padding-bottom: 20px;
  }

  .inner_about_read .inner .about2 .list_box .neirong .shang .time {
    font-size: 53px;
  }

  .inner_about_read .inner .about2 .list_box .neirong .swiper-slide {
    width: 600px;
  }

  .inner_about_read .inner .quanqiu .spbu_wrap_li5 {
    top: 58%;
    left: 74%;
  }

  .inner_about_read .inner .about2 .list_box .neirong .shang .summary {
    margin-top: 40px;
    font-size: 15px;
    margin-left: 6px;
    border-top: 1px solid gainsboro;
    padding-left: 10px;
    padding-top: 20px;
    line-height: 28px;
  }

  .inner_about_read .inner .about2 .list_box .suolue {
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .inner_about_read .inner .swiper-button-prev, .inner_about_read .inner .swiper-button-next {
    margin-top: -14px;
  }

  .inner_about_read .inner .about4 .swiper-button-prev {
    left: -15px;
  }

  .inner_about_read .inner .about4 .swiper-button-next {
    right: -16px;
  }

  .inner_qiye_read .inner ._title .title {
    margin-bottom: 27px;
  }

  .inner_fangan_read2 .center_summary .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 13px;
  }

  .inner_fangan_read2 .about4 ._title ._t1 {
    font-size: 30px;
  }

  .inner_fangan_read2 .about1 .item_box .summary {
    font-size: 15px;
    line-height: 28px;
  }

  .inner_fangan_read2 main .list_neirong .mod_tit36 {
    font-size: 30px;
  }

  .inner_fangan_read2 .center_summary .summary {
    font-size: 15px;
    line-height: 28px;
  }

  .inner_fangan_read2 main .list_neirong .ivbu_wrap_tit {
    font-size: 20px;
  }

  .inner_fangan_read2 main .list_neirong .mod_word, .inner_fangan_read2 main .list_neirong .mod_word p {
    font-size: 15px;
  }

  .inner_fangan_read2 main .list_neirong .mod_tit18z, .inner_fangan_read2 main .list_neirong .mod_tit18z p {
    font-size: 15px !important;
  }

  .inner_fangan_read2 .about1 .item_box {
    height: 400px;
    padding-top: 116px;
  }

  .inner_fangan_read2 .center_summary {
    padding: 65px 0;
    padding-bottom: 35px;
  }

  .inner_fangan_read2 .center_summary2 {
    padding: 40px 0;
  }

  .inner_fangan_read2 .center_summary3 {
    padding-bottom: 0;
    padding-top: 75px;
  }

  .inner_fangan_read2 main .list_neirong {
    padding-top: 0;
  }

  .inner_fangan_read .inner .about1 .typename .item {
    font-size: 16px;
    padding: 22px;
  }

  .inner_fangan_read .inner .about1 .list_box .list .item .name {
    font-size: 20px;
  }

  .inner_fangan_read .inner .about1 .list_box .list .item .name {
    margin-top: 40px;
  }

  .inner_fangan_read .inner .about1 .list_box .list .item {
    height: 535px;
  }

  .inner_fangan_read .inner ._t11 {
    font-size: 24px;
  }

  .inner_fangan_read .inner .about2-2 .item {
    padding: 50px;
    width: 50%;
  }

  .inner_fangan_read .inner .about2 {
    padding-top: 113px;
    height: 565px;
  }

  .inner_gongcheng_read .inner .about5 .rt .summary {
    font-size: 16px;
  }

  .inner_fangan_read .inner ._t1 {
    margin-bottom: 20px;
  }

  .inner_fangan_read .inner .about3 .lf ul li {
    font-size: 14px;
  }

  .inner_fangan_read .inner .about3 .btn_list ._btn2 {
    margin-bottom: 17px;
  }

  .inner_fangan_read .inner .about4 .item {
    margin-bottom: 50px;
  }

  .inner_fangan_read .inner .about4 .item .message ul li {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .inner_fangan_read .inner .about4 .item .message .neirong {
    font-size: 16px;
  }

  .inner_qiye_read .inner .about1 .message .title {
    margin-bottom: 27px;
  }

  .inner_qiye_read .inner .about1 .pic {
    max-width: 59%;
  }

  .inner_qiye_read .inner .about1 .message {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner_qiye_read .inner .about2 .list {
    margin-top: 30px;
  }

  .inner_qiye_read .inner ._t2 {
    font-size: 15px;
    line-height: 26px;
  }

  .inner_qiye_read .inner .about2 .list .item .message .title {
    margin-bottom: 15px;
  }

  .inner_qiye_read .inner .about2 .list .item {
    padding-bottom: 30px;
    margin-bottom: 0px;
    min-height: 200px;
  }

  .inner_qiye_read .inner ._t1 {
    margin-bottom: 15px;
  }

  .inner_qiye_read .inner .about3 .typename .item {
    padding-bottom: 30px;
  }

  .inner_qiye_read .inner .about3 .typename {
    margin-bottom: 55px;
    margin-top: 68px;
  }

  .inner_qiye_read .inner .about3 .huanjing .swiper-slide {
    width: 800px;
  }

  .inner_contact .inner .item_box {
    width: 100%;
  }

  .inner_qiye_read .inner ._t3 {
    font-size: 20px;
  }

  .inner_gongcheng_read .inner ._t2 {
    line-height: 26px;
    font-size: 15px;
  }

  .inner_gongcheng_read .inner .about2 {
    height: 468px;
    padding-top: 96px;
  }

  .inner_gongcheng_read .inner .about4 .neitong .lf {
    font-size: 44px;
  }

  .inner_gongcheng_read .inner .about4 .neitong .rt {
    width: 750px;
    height: 430px;
  }

  .inner_gongcheng_read .inner .about4 .neitong .rt .item .name {
    font-size: 24px;
  }

  .inner_gongcheng_read .inner .about4 .neitong .lf {
    padding-left: 0;
    padding-right: 20px;
  }

  .inner_gongcheng_read .inner .about5 {
    min-height: 453px;
  }

  .inner_gongcheng_read .inner .about5 .rt .title {
    margin-bottom: 35px;
  }

  .inner_shehui_read .inner ._t2 {
    line-height: 34px;
    font-size: 20px;
  }

  .inner_shehui_read .inner .tuxing_box {
    height: 550px;
    padding-top: 136px;
  }

  .inner_shehui_read .inner .about2 .list .item .title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .inner_shehui_read .inner .about2 .list .item {
    padding: 20px 15px;
    margin-bottom: 26px;
  }

  .inner_shehui_read .inner .about4 .content .message .name {
    margin-bottom: 25px;
    padding-bottom: 21px;
    font-size: 16px;
  }

  .inner_shehui_read .inner .about4 .content .pic {
    width: 26%;
  }

  .inner_contact .inner .item_box {
    width: 86%;
  }

  .inner_contact .inner .item_box .lf .t2 {
    font-size: 20px;
  }

  .inner_contact .inner .item_box .lf .t1 {
    margin-bottom: 14px;
  }

  .inner_contact .inner .item_box .rt #dituContent {
    width: 500px !important;
    height: 387px !important;
  }

  .inner_contact .inner .item_box .rt img {
    max-height: 380px;
  }

  .inner_contact .inner .list .item .name1 {
    font-size: 30px;
    margin-bottom: 12px;
  }

  .inner_contact .inner .list .item .name2 {
    font-size: 20px;
  }

  .inner_contact .inner .list .item {
    margin: 15px;
    padding: 53px;
    margin-bottom: 42px;
  }

  .inner_contact .inner .list .item .summary {
    font-size: 16px;
    line-height: 32px;
    margin-top: 22px;
  }

  .inner_gongcheng_read .inner ._t4 {
    font-size: 15px;
  }

  .inner_gongcheng_read .inner .about6 .bottom_box .message .content {
    font-size: 15px;
  }

  .inner_news_list_page .news_list li .item .summary {
    font-size: 15px;
  }

  .inner_about_read .inner .about4 .swiper-slide {
    width: 382px;
    height: auto;
  }

  .inner_goods_list .inner .goods_read .rt .tuijian .item .message .title {
    font-size: 16px;
  }

  .inner_goods_list .inner .goods_read .rt .tuijian .item .message .summary {
    font-size: 14px;
  }

  .inner_fangan_read2 main .list_neirong2 .mod_word, .inner_fangan_read2 main .list_neirong2 .mod_word p {
    font-size: 15px;
  }

  .inner_shehui_read2 main .zhanlue .list .item .summary {
    font-size: 15px;
  }

  .inner_shehui_read2 main .cuoshi .swiper-slide .item .summary {
    font-size: 13px;
    line-height: 23px;
  }

  .inner_shehui_read2 main .cuoshi .swiper-slide .item .name {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 14px;
  }

  .inner_shehui_read2 main ._mt {
    margin-top: 70px;
  }

  .inner_contact .inner_ban2 {
    height: 442px;
  }

  .inner_contact .inner_ban2 .p1 {
    padding-top: 16px;
  }

  .inner_contact .inner .xinxi .message_box {
    padding: 58px 120px;
    padding-right: 0;
    padding-left: 147px;
  }

  .inner_contact .inner .xinxi {
    margin-top: 45px;
  }

  .inner_contact .inner .xinxi2 {
    margin-bottom: 60px;
  }

  .inner_contact .inner .liuyan_box .lf .content {
    margin-top: 26px;
  }

  .inner_contact .inner .liuyan_box .lf .title p {
    font-size: 18px;
  }

  .inner_contact .inner .liuyan_box .lf .title h5 {
    font-size: 36px;
  }

  .inner_shehui_read2 main .huanjing {
    height: 509px;
  }

  .inner_shehui_read2 main ._title5 .title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .inner_ban2 .p2 {
    font-size: 18px;
  }

  .inner_shehui_read2 main ._title5 .summary {
    font-size: 15px;
    line-height: 26px;
  }

  .inner_about_read .inner .dongshizhang .summary {
    margin-top: 0;
    padding-left: 0;
    padding-right: 30px;
  }

  .inner_about_read .inner .dongshizhang {
    padding-bottom: 0px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .name1 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .name2 {
    font-size: 15px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .summary {
    font-size: 14px;
    line-height: 25px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item {
    padding: 20px;
    width: 310px;
  }

  .inner_shehui_read2 main .zhiliang .item .pic {
    height: 347px;
  }

  .inner_shehui_read2 main .zhiliang .item .message {
    top: 125px;
  }

  .inner_contact2 .inner .bottom_box ._item {
    height: 131px;
    margin-right: 17px;
    width: 218px;
  }

  .inner_contact2 .inner .bottom_box ._item img {
    width: 37px;
  }

  .inner_qiye_read .inner .about4 .list_box .list .item .title {
    font-size: 16px;
  }

  .inner_goods_list3 main .main_content .goodslist .item .message .summary {
    font-size: 14px;
    line-height: 24px;
  }

  .inner_goods_list3 main .main_content .goodslist .item .pic {
    padding: 35px;
  }

  .inner_fangan_read2 .bottom_center_summary .title,
  .inner_qiye_read .bottom_center_summary .title,
  .inner_fangan_read3 .inner .bottom_center_summary .title,
  .inner_gongcheng_read2 .inner .bottom_center_summary .title,
  .inner_shehui_read2 main ._title5 .title {
    font-size: 30px;
  }

  .inner_gongcheng_read2 .inner .about2 .content .item .message .summary {
    height: 170px;
    padding-left: 35px;
  }

  .inner_fangan_read3 .inner .about2 .list .item .content {
    width: 75%;
    margin: 0 auto;
  }

  .inner_fangan_read2 main .jiancenengli .list .item .content {
    width: 76%;
  }

  .inner_fangan_read2 main .jiancenengli .list .item .message {
    padding-left: 0;
  }

  .inner_fangan_read2 main .jiancenengli .list .item:nth-child(2n) .message {
    padding-right: 0;
  }

  .inner_fangan_read3 .inner .about2 .list .item,
  .inner_fangan_read2 main .jiancenengli .list .item {
    padding: 60px 0;
  }

  .inner_fangan_read3 .inner .about2 .list .item .message {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner_fangan_read3 .inner .about2 .list .item:nth-child(2n) .message {
    padding-right: 0;
  }

  .inner_fangan_read2 main .jiancenengli .list .item .message .summary {
    font-size: 16px;
  }

  .inner_fangan_read2 main .jiancenengli .list .item .message .title {
    font-size: 30px;
  }

  .inner_fangan_read2 main .zhengshu .item img {
    max-width: 92%;
  }
  .inner_fangan_read2 main .zhengshu .item .name {
    font-size: 14px;
  }

  .inner_fangan_read2 main .video_boxbox .wenzi .p2,
  .inner_gongcheng_read2 .inner .video_boxbox .wenzi .p2 {
    width: 83%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .inner_contact2 .inner .ditu {
    width: 1100px;
  }

  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_li {
    height: 460px;
  }

  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_txt {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .inner_fangan_read2 .about4 .neirong2 .mc_nc1s1_title {
    font-size: 22px;
  }

  .inner_fangan_read3 .inner .center_summary .title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .inner_fangan_read3 .ma_b1s1m_r {
    height: 460px;
  }

  ._mb {
    margin-bottom: 60px !important;
  }

  .inner_about_read .inner .dongshizhang ._title2 .s1,
  .inner_about_read .inner .pinpai .rt .t2 {
    font-size: 30px;
  }

  ._about1 .list .item img {
    max-height: 35px;
  }

  .inner_gongcheng_read2 .inner .about2 .content .item .message .title,
  .inner_fangan_read3 .inner .about2 .list .item .message .title,
  .inner_gongcheng_read2 .inner .about3 .list .item .message .title {
    font-size: 22px;
  }

  .inner_gongcheng_read2 .inner .about3 .list .item .message .summary ul {
    padding-inline-start: 20px;
  }

  .inner_fangan_read2 .about4 {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .inner_fangan_read3 .inner .about2 .list .item .pic {
    width: 45%;
  }

  .inner_news_list_page2 .news_list li .item .title {
    font-size: 28px;
  }
}
@media (max-width: 1366px) {
  .inner_qiye_read .inner .about3 .huanjing .item .message .summary {
    height: 140px;
    min-height: unset;
  }

  .inner_contact2 .inner .ditu ul li .item .name span {
    font-size: 14px;
  }

  .inner_contact2 .inner .ditu ul li .item .name {
    font-size: 23px;
  }

  .inner_contact2 .inner .ditu ul li.li2 {
    top: 62.5% !important;
  }

  .inner_about_read .inner .about2 .list_box .neirong .shang .time {
    font-size: 58px;
  }

  .inner_contact2 .inner .ditu {
    width: 973px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .name1 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .name2 {
    font-size: 15px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .summary {
    font-size: 15px;
    line-height: 23px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .icon_list .i1 > img {
    width: 19px;
  }

  .inner_contact2 .inner .lf_xinxi .content .item .icon_list .i1 {
    margin-right: 12px;
  }

  .inner_shehui_read2 main ._title5 .title,
  .inner_fangan_read2 .about4 ._title ._t1,
  .inner_ban2 .p1 {
    font-size: 30px;
  }

  .inner_fangan_read2 .center_summary .title {
    margin-top: 27px;
  }

  .inner_fangan_read2 .center_summary .title {
    font-size: 30px;
  }

  .inner_fangan_read2 .center_summary .title,
  .inner_shehui_read2 main .keji .title1 {
    font-size: 30px;
    margin-bottom: 27px;
  }

  .inner_contact2 .inner .bottom_box ._item {
    height: 118px;
    margin-right: 17px;
    width: 209px;
  }

  .inner_contact2 .inner .bottom_box {
    top: 13%;
  }

  .inner_contact2 .inner .ditu ul li.li2 .item .name {
    left: -132px;
    top: -15px;
  }
}
@-webkit-keyframes ysfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes ysfadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
