body {
  position: relative;
}

.position {
  width: 100%;
  height: 83px;
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 28px;
}

.position .center {
  align-items: center;
  padding-top: 40px;
}

.position .center img {
  margin-right: 11px;
}

.position .center p {
  font-size: 15px;
  color: #333333;
  line-height: 1;
}

.position .center p a {
  color: #3266CC;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-slide img:last-child {
  display: none;
}

.banner .swiper-pagination-bullet-active {
  background-color: #003399 !important;
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.banner .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 36px;
  display: flex;
  justify-content: center;
}

b.bt {
  font-size: 43px;
  color: #3266CC;
  text-align: center;
  position: relative;
  display: block;
}

b.bt::after,
b.bt::before {
  content: '';
  position: absolute;
  width: 311px;
  height: 1px;
  background-color: #3266CC;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

b.bt::before {
  left: auto;
  right: 0;
}

.Our_services .center {
  display: block;
  padding-top: 75px;
}

.Our_services .center ul {
  margin-top: 94px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.Our_services .center ul li {
  width: 240px;
  height: 390px;
  background: #F7F7F7;
  box-shadow: 0px 2px 3px 0px rgba(9, 2, 4, 0.2);
  padding: 0 22px;
  cursor: pointer;
}

.Our_services .center ul li i {
  width: 60px;
  height: 60px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 42px auto 28px;
}

.Our_services .center ul li i.Our_services_icon1 {
  background-image: url(../images/Our_services_icon1.png);
}

.Our_services .center ul li i.Our_services_icon2 {
  background-image: url(../images/Our_services_icon2.png);
}

.Our_services .center ul li i.Our_services_icon3 {
  background-image: url(../images/Our_services_icon3.png);
}

.Our_services .center ul li i.Our_services_icon4 {
  background-image: url(../images/Our_services_icon4.png);
}

.Our_services .center ul li i.Our_services_icon5 {
  background-image: url(../images/Our_services_icon5.png);
}

.Our_services .center ul li h2 {
  font-size: 17px;
  text-align: center;
  color: #333333;
  position: relative;
  margin-bottom: 67px;
}

.Our_services .center ul li h2::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 4px;
  background: #3266CC;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}

.Our_services .center ul li p {
  height: 154px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
}

.Our_services .center ul li p.active {
  color: #FFFFFF;
  display: none;
  text-align: left;
}

.Our_services .center ul li.active {
  width: 406px;
  background: url(../images/Our_services_li_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0 26px;
}

.Our_services .center ul li.active i {
  margin: 42px 0 28px;
}

.Our_services .center ul li.active i.Our_services_icon1 {
  background-image: url(../images/Our_services_icon1_act.png);
}

.Our_services .center ul li.active i.Our_services_icon2 {
  background-image: url(../images/Our_services_icon2_act.png);
}

.Our_services .center ul li.active i.Our_services_icon3 {
  background-image: url(../images/Our_services_icon3_act.png);
}

.Our_services .center ul li.active i.Our_services_icon4 {
  background-image: url(../images/Our_services_icon4_act.png);
}

.Our_services .center ul li.active i.Our_services_icon5 {
  background-image: url(../images/Our_services_icon5_act.png);
}

.Our_services .center ul li.active h2 {
  color: #fff;
  text-align: left;
}

.Our_services .center ul li.active h2::after {
  background: #fff;
  left: 0;
  transform: inherit;
}

.Our_services .center ul li.active p {
  display: none;
}

.Our_services .center ul li.active p.active {
  display: block;
}

.Distribution {
  margin-top: 161px;
}

.Distribution .center {
  display: block;
}

.Distribution .center .content {
  margin-top: 92px;
  position: relative;
  padding-bottom: 200px;
}

.Distribution .center .content .Distribution_box {
  width: 380px;
  height: 562px;
  background: url(../images/Distribution_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 432px;
  right: 0;
  padding: 18px 10px;
}

.Distribution .center .content .Distribution_box h2 {
  width: 246px;
  height: 50px;
  background: #3266CC;
  border-radius: 0px 0px 10px 0px;
  font-size: 25px;
  color: #FFFFFF;
  padding-top: 5px;
  padding-left: 30px;
  margin-bottom: 57px;
}

.Distribution .center .content .Distribution_box p {
  width: 277px;
  font-size: 20px;
  color: #333333;
  margin-left: 70px;
  position: relative;
  margin-bottom: 30px;
}

.Distribution .center .content .Distribution_box p i {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/Distribution_icon.png) no-repeat;
  background-size: 100% 100%;
  left: -56px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  top: -3px;
}

.Group_positioning {
  height: 1250px;
  background: #F5F5F5;
  overflow: hidden;
}

.Group_positioning .center {
  margin-top: 75px;
  display: block;
}

.Group_positioning .center ul.positioning_TOP {
  width: 100%;
  margin-top: 100px;
  display: flex;
  height: 68px;
  background: url(../images/positioning_TOP_bg.png) no-repeat;
  background-size: 100% 100%;
}

.Group_positioning .center ul.positioning_TOP li {
  width: 200px;
  position: relative;
}

.Group_positioning .center ul.positioning_TOP li h2 {
  height: 26px;
  font-size: 21px;
  color: #333333;
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.Group_positioning .center ul.positioning_TOP li p {
  width: 100%;
  line-height: 68px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(9, 2, 4, 0.4);
}

.Group_positioning .center ul.positioning_TOP li:first-child {
  width: 800px;
}

.Group_positioning .center .content {
  width: 100%;
  height: 958px;
  background: url(../images/Group_positioning_bg.png) no-repeat;
  background-size: 827px;
  background-position: center center;
  position: relative;
}

.Group_positioning .center .content p {
  width: 590px;
  height: 310px;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 34px;
  background-image: url(../images/Group_positioning_p1bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 66px 94px 66px 68px;
  position: absolute;
  top: 66px;
  left: 26px;
}

.Group_positioning .center .content p:nth-child(2) {
  background-image: url(../images/Group_positioning_p2bg.png);
  left: auto;
  right: 26px;
}

.Group_positioning .center .content p:nth-child(3) {
  background-image: url(../images/Group_positioning_p3bg.png);
  top: auto;
  bottom: 77px;
  color: #333333;
}

.Group_positioning .center .content p:nth-child(4) {
  background-image: url(../images/Group_positioning_p4bg.png);
  top: auto;
  bottom: 77px;
  left: auto;
  right: 26px;
}

.Group_positioning .center .content_ph {
  display: none;
}

.Our_strengths {
  width: 100%;
  height: 950px;
  background: url(../images/Key_content_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.Our_strengths .center {
  width: 678px;
  height: 678px;
  display: block;
  position: absolute;
  background: url(../images/Key_content_pic.png) no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

.Our_strengths .center h2 {
  font-size: 43px;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.Our_strengths .center li {
  width: 160px;
  height: 160px;
  font-size: 15px;
  color: #3266CC;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
}

.Our_strengths .center li:nth-child(1) {
  top: 7px;
  left: 156px;
}

.Our_strengths .center li:nth-child(2) {
  top: 7px;
  right: 156px;
}

.Our_strengths .center li:nth-child(3) {
  top: 160px;
  left: 7px;
}

.Our_strengths .center li:nth-child(4) {
  top: 160px;
  right: 7px;
}

.Our_strengths .center li:nth-child(5) {
  bottom: 160px;
  left: 7px;
}

.Our_strengths .center li:nth-child(6) {
  bottom: 160px;
  right: 7px;
}

.Our_strengths .center li:nth-child(7) {
  bottom: 7px;
  left: 156px;
}

.Our_strengths .center li:nth-child(8) {
  bottom: 7px;
  right: 156px;
}

.Our_strengths .posit {
  position: absolute;
  z-index: 1;
  width: 678px;
  height: 678px;
}

.Our_strengths .posit p {
  width: 478px;
  height: 130px;
  position: absolute;
  background-image: url(../images/Our_strengths_p_bg.png);
  background-size: 100% 100%;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 24px;
  padding-left: 45px;
  padding-right: 138px;
  display: flex;
  align-items: center;
  text-align: left;
  z-index: 2;
}

.Our_strengths .posit p:nth-child(2n) {
  padding-left: 138px;
  padding-right: 45px;
}

.Our_strengths .posit p:nth-child(1) {
  top: -35px;
  left: -205px;
}

.Our_strengths .posit p:nth-child(2) {
  top: -35px;
  right: -205px;
}

.Our_strengths .posit p:nth-child(3) {
  top: 153px;
  left: -361px;
}

.Our_strengths .posit p:nth-child(4) {
  top: 153px;
  right: -361px;
}

.Our_strengths .posit p:nth-child(5) {
  bottom: 144px;
  left: -361px;
}

.Our_strengths .posit p:nth-child(6) {
  bottom: 144px;
  right: -361px;
}

.Our_strengths .posit p:nth-child(7) {
  bottom: -35px;
  left: -205px;
}

.Our_strengths .posit p:nth-child(8) {
  bottom: -35px;
  right: -205px;
}

.Industry_insight {
  padding-top: 119px;
}

.Industry_insight b.bt {
  width: 1400px;
  margin: 0 auto;
}

.Industry_insight ul.center {
  margin-top: 99px;
}

.Industry_insight .tab {
  border-bottom: 1px solid #3266CC;
  margin-bottom: 26px;
  overflow: inherit;
  padding: 0 140px;
}

.Industry_insight .tab li {
  padding-bottom: 15px;
  flex: 1;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #AAAAAA;
  line-height: 1;
  cursor: pointer;
  transition: all .3s;
}

.Industry_insight .tab li.active {
  color: #3266CC;
  position: relative;
}

.Industry_insight .tab li.active::after {
  content: '';
  position: absolute;
  width: 214px;
  height: 4px;
  background: #3266CC;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -4px;
}

.Industry_insight .tab li:hover {
  color: #3266CC;
  position: relative;
}

.Industry_insight .tab li:hover::after {
  content: '';
  position: absolute;
  width: 214px;
  height: 4px;
  background: #3266CC;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -4px;
}

.Industry_insight .container {
  padding: 10px 0;
  height: 550px;
  background: #F5F5F5;
}

.Industry_insight .container .news_swiper {
  width: 470px;
  height: 530px;
  background: #FFFFFF;
  padding: 15px 10px;
}

.Industry_insight .container .news_swiper .swiper-slide {
  display: block;
}

.Industry_insight .container .news_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.Industry_insight .container .news_swiper .swiper-pagination-custom,
.Industry_insight .container .news_swiper .swiper-pagination-fraction {
  bottom: 0px;
  display: flex;
  justify-content: center;
}

.Industry_insight .container .news_swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}

.Industry_insight .container .news_swiper .swiper-pagination-bullet-active {
  background-color: #3266CC !important;
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.Industry_insight .container .news_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: #F5F5F5;
  opacity: 1;
}

.Industry_insight .container .news_swiper .content {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
}

.Industry_insight .container .news_swiper .content .left {
  width: 320px;
}

.Industry_insight .container .news_swiper .content .left a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.Industry_insight .container .news_swiper .content .left a h3 {
  font-size: 20px;
  color: #3266CC;
  line-height: 24px;
}

.Industry_insight .container .news_swiper .content .left p {
  margin-top: 19px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}

.Industry_insight .container .news_swiper .content .date {
  margin-top: 26px;
  width: 101px;
  height: 96px;
  border-left: 1px solid #3266CC;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Industry_insight .container .news_swiper .content .date .day {
  font-size: 48px;
  font-weight: bold;
  color: #3266CC;
  line-height: 1;
  margin-bottom: 22px;
}

.Industry_insight .container .news_swiper .content .date p {
  font-size: 18px;
  font-weight: bold;
  color: #3266CC;
  line-height: 1;
}

.Industry_insight .container ul.list {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 530px;
  flex: 1;
}

.Industry_insight .container ul.list li {
  width: 455px;
  height: 170px;
  cursor: pointer;
  margin-left: 10px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(9, 2, 4, 0.16);
  padding: 36px 0;
  display: flex;
}

.Industry_insight .container ul.list li .date {
  width: 91px;
  height: 96px;
  border-right: 1px solid #3266CC;
  text-align: center;
}

.Industry_insight .container ul.list li .date .day {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3266CC;
  line-height: 1;
  margin-top: 11px;
}

.Industry_insight .container ul.list li .date p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3266CC;
  margin-top: 20px;
  line-height: 1;
}

.Industry_insight .container ul.list li .content {
  width: 324px;
  margin-left: 20px;
}

.Industry_insight .container ul.list li .content a {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all .3s;
}

.Industry_insight .container ul.list li .content a h3 {
  font-size: 18px;
  line-height: 24px;
}

.Industry_insight .container ul.list li .content a:hover {
  color: #3266CC;
}

.Industry_insight .container ul.list li .content p {
  font-size: 14px;
  margin-top: 14px;
  font-weight: 400;
  color: #AAAAAA;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.right_fixed {
  display: none;
}

@media screen and (max-width: 1024px) and (min-width: 780px) {
  .position {
    height: 50px;
    margin-bottom: 20px;
  }
  .position .center {
    padding-top: 13px;
  }
  .Distribution {
    margin-top: 161px;
  }
  .Distribution .center {
    display: block;
  }
  .Distribution .center .content {
    margin-top: 92px;
    position: relative;
    padding-bottom: 100px;
  }
  .Distribution .center .content img {
    width: 100%;
  }
  .Distribution .center .content .Distribution_box {
    width: 100%;
    height: 4.29rem;
    background: url(../images/Distribution_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    position: initial;
    padding: .11rem .2rem;
    margin-top: .4rem;
  }
  .Distribution .center .content .Distribution_box h2 {
    width: 2.847rem;
    height: .611rem;
    border-radius: 0px 0px .2rem 0px;
    font-size: .3334rem;
    padding-top: 5px;
    padding-left: .22rem;
    margin-bottom: .26rem;
    line-height: .5rem;
  }
  .Distribution .center .content .Distribution_box p {
    width: 95%;
    font-size: .25rem;
    margin-left: .84rem;
    margin-bottom: .15rem;
  }
  .Distribution .center .content .Distribution_box p b {
    font-weight: normal;
  }
  .Distribution .center .content .Distribution_box p i {
    width: .35rem;
    height: .35rem;
    left: -.6rem;
    font-size: .2084rem;
    line-height: .37rem;
    top: 0rem;
  }
  .Group_positioning .center .content p {
    width: 446px;
    height: 210px;
    padding: 20px 20px;
    top: 195px;
  }
  .Group_positioning .center .content p:nth-child(3) {
    bottom: 116px;
  }
  .Group_positioning .center .content p:nth-child(4) {
    bottom: 116px;
  }
  .Our_strengths {
    width: 100%;
    height: 950px;
    background: url(../images/Key_content_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .Our_strengths .center {
    width: 678px;
    height: 678px;
    display: block;
    position: absolute;
    background: url(../images/Key_content_pic.png) no-repeat;
    background-size: 100% 100%;
    z-index: 3;
  }
  .Our_strengths .center h2 {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 3px;
    line-height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .Our_strengths .center li {
    width: 160px;
    height: 160px;
    font-size: 20px;
    color: #3266CC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
  }
  .Our_strengths .center li:nth-child(1) {
    top: 7px;
    left: 156px;
  }
  .Our_strengths .center li:nth-child(2) {
    top: 7px;
    right: 156px;
  }
  .Our_strengths .center li:nth-child(3) {
    top: 160px;
    left: 7px;
  }
  .Our_strengths .center li:nth-child(4) {
    top: 160px;
    right: 7px;
  }
  .Our_strengths .center li:nth-child(5) {
    bottom: 160px;
    left: 7px;
  }
  .Our_strengths .center li:nth-child(6) {
    bottom: 160px;
    right: 7px;
  }
  .Our_strengths .center li:nth-child(7) {
    bottom: 7px;
    left: 156px;
  }
  .Our_strengths .center li:nth-child(8) {
    bottom: 7px;
    right: 156px;
  }
  .Our_strengths .posit {
    display: none;
  }
  .Industry_insight {
    padding-top: 30px;
  }
  .Industry_insight b.bt {
    width: auto;
    margin: 0 .28rem;
  }
  .Industry_insight .container .news_swiper {
    display: none;
  }
  .Industry_insight .container ul.list li {
    width: 49%;
    margin-left: 0;
  }
}

@media screen and (max-width: 780px) {
  .header .header_center .center .left .ph_title {
    font-size: .3334rem !important;
  }
  b.bt {
    font-size: .3750rem;
    color: #333333;
    line-height: .45rem;
    text-align: left;
    position: relative;
    padding-left: .233rem;
  }
  b.bt::after {
    content: '';
    position: absolute;
    width: .083rem;
    height: .347rem;
    background-color: #3266CC;
    border-radius: .0278rem;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  b.bt::before {
    content: none;
  }
  body {
    padding-bottom: 1.139rem;
  }
  .position {
    width: 100%;
    height: .556rem;
    background-color: #EEEEEE;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .position .center {
    padding: 0;
    height: .556rem;
    padding-left: .28rem;
  }
  .position .center img {
    width: .17rem;
  }
  .position .center p {
    width: 90%;
    font-size: .2084rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .position .center p a {
    color: #333333;
  }
  .banner {
    margin-top: 1.11rem;
  }
  .banner .swiper-slide img:first-child {
    display: none;
  }
  .banner .swiper-slide img:last-child {
    display: block;
  }
  .banner .swiper-pagination-bullet {
    width: .111rem;
    height: .111rem;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4.25px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner .swiper-pagination-custom,
  .banner .swiper-pagination-fraction {
    bottom: .14rem;
  }
  .Our_services .center {
    padding-top: .5rem;
  }
  .Our_services .center ul {
    width: 100%;
    margin-top: .55rem;
    padding-bottom: .1rem;
  }
  .Our_services .center ul li {
    width: auto;
    flex: 1;
    height: 1.875rem;
    background: #ffffff;
    padding: 0;
  }
  .Our_services .center ul li i {
    width: .4rem;
    height: .4rem;
    background-size: .4rem;
    margin: .29rem auto .24rem;
  }
  .Our_services .center ul li i.Our_services_icon1 {
    background-image: url(../images/Our_services_icon1_ph.png);
  }
  .Our_services .center ul li i.Our_services_icon2 {
    background-image: url(../images/Our_services_icon2_ph.png);
  }
  .Our_services .center ul li i.Our_services_icon3 {
    background-image: url(../images/Our_services_icon3_ph.png);
  }
  .Our_services .center ul li i.Our_services_icon4 {
    background-image: url(../images/Our_services_icon4_ph.png);
  }
  .Our_services .center ul li i.Our_services_icon5 {
    background-image: url(../images/Our_services_icon5_ph.png);
  }
  .Our_services .center ul li h2 {
    font-size: .1944rem;
    margin-bottom: 0;
  }
  .Our_services .center ul li h2::after {
    width: .181rem;
    height: .028rem;
    bottom: -.18rem;
  }
  .Our_services .center ul li p {
    display: none;
  }
  .Distribution {
    margin-top: .67rem;
  }
  .Distribution .center .content {
    margin-top: .55rem;
    padding-bottom: 0;
  }
  .Distribution .center .content img {
    width: 100%;
  }
  .Distribution .center .content .Distribution_box {
    width: 100%;
    height: 4.29rem;
    background: url(../images/Distribution_bg_ph.png) no-repeat;
    background-size: 100% 100%;
    position: initial;
    padding: .11rem .2rem;
    margin-top: .4rem;
  }
  .Distribution .center .content .Distribution_box h2 {
    width: 2.847rem;
    height: .611rem;
    border-radius: 0px 0px .2rem 0px;
    font-size: .3334rem;
    padding-top: 5px;
    padding-left: .22rem;
    margin-bottom: .26rem;
    line-height: .5rem;
  }
  .Distribution .center .content .Distribution_box p {
    width: 5.46rem;
    font-size: .25rem;
    margin-left: .84rem;
    margin-bottom: .15rem;
  }
  .Distribution .center .content .Distribution_box p b {
    font-weight: normal;
  }
  .Distribution .center .content .Distribution_box p i {
    width: .35rem;
    height: .35rem;
    left: -.6rem;
    font-size: .2084rem;
    line-height: .37rem;
    top: 0rem;
  }
  .Group_positioning {
    height: auto;
  }
  .Group_positioning b.bt {
    margin: 0 .28rem;
  }
  .Group_positioning .center {
    margin-top: .97rem;
    display: block;
    padding: 0;
  }
  .Group_positioning .center ul.positioning_TOP {
    display: none;
  }
  .Group_positioning .center .content {
    display: none;
  }
  .Group_positioning .center .content_ph {
    display: block;
    width: 100%;
    height: 6.041rem;
    background: #fff url(../images/Group_positioning_bg_ph.png) no-repeat;
    background-size: 6.92rem;
    background-position: center center;
    position: relative;
    margin-top: .55rem;
  }
  .Group_positioning .center .content_ph h6 {
    width: 1.03rem;
    font-size: .25rem;
    color: #FFFFFF;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    white-space: nowrap;
  }
  .Group_positioning .center .content_ph p {
    width: 3.54rem;
    height: 1.21rem;
    background-size: 100% 100%;
    font-size: .2916rem;
    color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .Group_positioning .center .content_ph li:nth-child(1) h6 {
    top: 2.88rem;
    left: 2.44rem;
  }
  .Group_positioning .center .content_ph li:nth-child(1) p {
    background-image: url(../images/Group_positioning_p1bg_ph.png);
    margin-left: -1.8rem;
    top: 1.1rem;
  }
  .Group_positioning .center .content_ph li:nth-child(2) h6 {
    top: 2.88rem;
    right: 2.44rem;
  }
  .Group_positioning .center .content_ph li:nth-child(2) p {
    background-image: url(../images/Group_positioning_p2bg_ph.png);
    margin-left: 1.8rem;
    top: 1.1rem;
  }
  .Group_positioning .center .content_ph li:nth-child(3) h6 {
    bottom: 2.44rem;
    left: 2.44rem;
    color: #333333;
  }
  .Group_positioning .center .content_ph li:nth-child(3) p {
    background-image: url(../images/Group_positioning_p3bg_ph.png);
    margin-left: -1.8rem;
    bottom: .9rem;
    color: #333333;
  }
  .Group_positioning .center .content_ph li:nth-child(4) h6 {
    bottom: 2.44rem;
    right: 2.44rem;
  }
  .Group_positioning .center .content_ph li:nth-child(4) p {
    background-image: url(../images/Group_positioning_p4bg_ph.png);
    margin-left: 1.8rem;
    bottom: .9rem;
  }
  .Our_strengths {
    width: 100%;
    height: 8.45rem;
    background: none;
    margin-top: 0;
    display: block;
    padding-top: .87rem;
  }
  .Our_strengths b {
    margin: 0 .28rem;
  }
  .Our_strengths .center {
    width: 100%;
    height: 7.5rem;
    display: block;
    position: absolute;
    background: url(../images/Group_positioning_ph_bg.png) no-repeat;
    background-size: 100% 100%;
    top: 1.79rem;
  }
  .Our_strengths .center h2 {
    font-size: .5rem;
    line-height: .62rem;
  }
  .Our_strengths .center li {
    width: 1.66rem;
    height: 1.66rem;
    font-size: .2222rem;
  }
  .Our_strengths .center li:nth-child(1) {
    top: .32rem;
    left: 1.88rem;
  }
  .Our_strengths .center li:nth-child(2) {
    top: .32rem;
    right: 1.88rem;
  }
  .Our_strengths .center li:nth-child(3) {
    top: 1.92rem;
    left: .32rem;
  }
  .Our_strengths .center li:nth-child(4) {
    top: 1.92rem;
    right: .32rem;
  }
  .Our_strengths .center li:nth-child(5) {
    bottom: 1.92rem;
    left: .32rem;
  }
  .Our_strengths .center li:nth-child(6) {
    bottom: 1.92rem;
    right: .32rem;
  }
  .Our_strengths .center li:nth-child(7) {
    bottom: .32rem;
    left: 1.88rem;
  }
  .Our_strengths .center li:nth-child(8) {
    bottom: .32rem;
    right: 1.88rem;
  }
  .Our_strengths .posit {
    display: none;
  }
  .Industry_insight {
    padding-top: .71rem;
    padding-bottom: .2rem;
  }
  .Industry_insight b.bt {
    width: auto;
    margin: 0 .28rem;
  }
  .Industry_insight ul.center {
    margin-top: .56rem;
    padding: 0 .1rem;
    margin-bottom: .1rem;
  }
  .Industry_insight .tab {
    border-bottom: .007rem solid #3266CC;
  }
  .Industry_insight .tab li {
    padding-bottom: .09rem;
    font-size: .25rem;
  }
  .Industry_insight .tab li.active::after {
    width: 1.486rem;
    height: .028rem;
    bottom: -.035rem;
  }
  .Industry_insight .container {
    height: 5.09rem;
    padding-bottom: 10px;
    padding-top: 0;
  }
  .Industry_insight .container .news_swiper {
    display: none;
  }
  .Industry_insight .container ul.list {
    width: 100%;
    display: block;
    height: 5.09rem;
  }
  .Industry_insight .container ul.list li {
    width: auto;
    margin-top: .12rem;
    height: 1.57rem;
    padding: .26rem .22rem .14rem 0;
    margin-left: 0;
  }
  .Industry_insight .container ul.list li .date {
    width: .95rem;
    height: .55rem;
  }
  .Industry_insight .container ul.list li .date .day {
    font-size: .3333rem;
    line-height: 1;
    margin-top: 0;
    font-weight: normal;
  }
  .Industry_insight .container ul.list li .date p {
    font-size: .1806rem;
    margin-top: .05rem;
  }
  .Industry_insight .container ul.list li .content {
    margin-left: .14rem;
    width: 5.49rem;
  }
  .Industry_insight .container ul.list li .content a {
    color: #333333;
  }
  .Industry_insight .container ul.list li .content a h3 {
    font-size: .25rem;
    line-height: .2778rem;
  }
  .Industry_insight .container ul.list li .content p {
    font-size: .2083rem;
    margin-top: .14rem;
    line-height: .25rem;
  }
}
