/*======== p1-0公司介绍 ========*/
.about .abo01 {
  padding: 60px 0 0;
  background: url(../image/about_1.png) center no-repeat;
}
.about .abo01 .w1200 {
  width: 1116px;
}
.about .abo01 .left {
  float: left;
  width: 499px;
}
.about .abo01 .left img {
  width: 100%;
}
.about .abo01 .right {
  float: right;
  margin-top: 130px;
  width: 553px;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
  text-align: justify;
}
.about .abo01 .right p {
  margin-bottom: 30px;
}
.about .abo02 {
  padding-top: 100px;
}
.about .abo02 .next {
  position: relative;
  margin: 35px 0 35px;
}
.about .abo02 .next::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 53.02%;
  height: 636px;
  border-radius: 0 6px 6px 0;
  background: #4388bd;
  content: " ";
}
.about .abo02 .next .pic {
  position: absolute;
  right: 0;
  top: 56px;
  width: 51.04%;
  height: 636px;
  border-radius: 0 0 0 6px;
  overflow: hidden;
}
.about .abo02 .next .pic i {
  width: 100%;
  height: 100%;
}
.about .abo02 .next .swiper {
  z-index: 3;
  margin-top: 118px;
  width: 606px;
  height: 540px;
}
.about .abo02 .next .swiper .swiper-slide {
  padding-right: 20px;
  font-size: 18px;
  color: #fff;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.about .abo02 .next .swiper .swiper-slide .bor {
  margin-bottom: 50px;
}
.about .abo02 .next .swiper .swiper-slide h4 {
  margin-bottom: 16px;
  font-size: 24px;
}
.about .abo02 .next .swiper .swiper-slide p {
  line-height: 1.8;
}
.about .abo03 {
  padding-top: 70px;
  background: url(../image/about_6.png) center no-repeat;
  background-size: 100% auto;
}
.about .abo03 .next {
  margin: 46px auto 80px;
}
.about .abo03 .next img {
  width: 100%;
}
.about .abo04 {
  padding-top: 85px;
  background: #fafafa url(../image/about_9.jpg) center no-repeat;
  background-size: 73% auto;
}
.about .abo04 .list {
  padding: 86px 0 100px;
}
.about .abo04 .list a {
  position: relative;
  float: left;
  padding: 1px 0;
  margin-right: 66px;
  width: 356px;
  height: 210px;
  border-radius: 6px;
  color: #fff;
  background: url(../image/about_8.jpg) left center no-repeat;
  background-size: cover;
}
.about .abo04 .list a::before {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
  background: url(../image/icon_38.png) center no-repeat;
  background-size: auto 100%;
  content: " ";
}
.about .abo04 .list a:nth-child(3n) {
  margin-right: 0;
}
.about .abo04 .list a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto 10px;
  width: 100%;
  height: 60px;
}
.about .abo04 .list a .icon img {
  max-height: 100%;
}
.about .abo04 .list a b {
  margin-bottom: 6px;
  font-size: 22px;
  text-align: center;
}
.about .abo04 .list a p {
  font-size: 20px;
  text-align: center;
}
.about .abo05 {
  padding: 70px 0 100px;
}
.about .abo05 .title {
  margin-bottom: 35px;
}
.about .abo05 .left {
  margin-right: 48px;
  width: 569px;
  height: 607px;
}
.about .abo05 .left img {
  width: 100%;
  border-radius: 6px;
}
.about .abo05 .cen {
  margin-top: 104px;
}
.about .abo05 .cen a {
  position: relative;
  margin: 18px 0;
  width: 104px;
  cursor: pointer;
}
.about .abo05 .cen a::before {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 0;
  background: #58a5df;
  content: "";
}
.about .abo05 .cen a::after {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: url(../image/icon_39.png) right center no-repeat;
  content: "";
}
.about .abo05 .cen a p {
  margin: 0 auto;
  width: 40px;
  padding-top: 35px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.about .abo05 .cen a:hover::before,
.about .abo05 .cen a.cur::before {
  height: 100%;
}
.about .abo05 .cen a:hover::after,
.about .abo05 .cen a.cur::after {
  opacity: 1;
}
.about .abo05 .cen a:hover p,
.about .abo05 .cen a.cur p {
  color: #58a5df;
}
.about .abo05 .cen a:nth-child(1) p {
  background: url(../image/icon_40.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(1):hover p,
.about .abo05 .cen a:nth-child(1).cur p {
  background: url(../image/icon_40s.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(2) p {
  background: url(../image/icon_41.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(2):hover p,
.about .abo05 .cen a:nth-child(2).cur p {
  background: url(../image/icon_41s.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(3) p {
  background: url(../image/icon_42.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(3):hover p,
.about .abo05 .cen a:nth-child(3).cur p {
  background: url(../image/icon_42s.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(4) p {
  background: url(../image/icon_43.png) top center no-repeat;
}
.about .abo05 .cen a:nth-child(4):hover p,
.about .abo05 .cen a:nth-child(4).cur p {
  background: url(../image/icon_43s.png) top center no-repeat;
}
.about .abo05 .right {
  position: relative;
  float: right;
  margin-top: 68px;
  width: 479px;
  height: 467px;
  border-radius: 6px;
  background: #f4f4f4;
}
.about .abo05 .right .pos {
  position: absolute;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  width: 78%;
  text-align: center;
  background: #f4f4f4;
}
.about .abo05 .right .pos b {
  margin-bottom: 30px;
  font-size: 26px;
  color: #4daa93;
}
.about .abo05 .right .pos .text p {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
}
@media (max-width: 1200px) {
  .about .abo01 {
    padding: 0.6rem 0 0;
    background: url(../image/about_1.png) center 3rem no-repeat;
    background-size: 120% auto;
  }
  .about .abo01 .w1200 {
    width: 92%;
  }
  .about .abo01 .left {
    margin-top: 0.2rem;
    width: 100%;
  }
  .about .abo01 .left img {
    width: 100%;
  }
  .about .abo01 .right {
    margin-top: 0.6rem;
    width: 100%;
    font-size: 0.28rem;
  }
  .about .abo01 .right p {
    margin-bottom: 0.3rem;
  }
  .about .abo02 {
    padding-top: 0.7rem;
  }
  .about .abo02 .next {
    margin: 0.3rem auto 0;
  }
  .about .abo02 .next .w1200 {
    padding: 1px 0;
    width: 100%;
    background: #4388bd;
  }
  .about .abo02 .next::before {
    display: none;
  }
  .about .abo02 .next .pic {
    position: relative;
    right: inherit;
    top: inherit;
    width: 100%;
    height: 6.3rem;
    border-radius: 0;
  }
  .about .abo02 .next .swiper {
    float: inherit;
    margin: 0;
    margin: 0.8rem auto 0.9rem;
    padding: 0 4%;
    width: 92%;
    height: 4.75rem;
  }
  .about .abo02 .next .swiper .swiper-slide {
    padding-right: 0.2rem;
    font-size: 0.28rem;
  }
  .about .abo02 .next .swiper .swiper-slide .bor {
    margin-bottom: 0.5rem;
  }
  .about .abo02 .next .swiper .swiper-slide h4 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
  .about .abo02 .next .swiper .swiper-slide p {
    line-height: 1.8;
  }
  .about .abo03 {
    padding-top: 0.8rem;
    background: url(../image/about_61.png) center no-repeat;
    background-size: 100% auto;
  }
  .about .abo03 .next {
    margin: 0.32rem auto 0.8rem;
    width: 92%;
    overflow-x: auto;
  }
  .about .abo03 .next img {
    width: 1202px;
  }
  .about .abo04 {
    padding-top: 0.85rem;
    background: #fafafa url(../image/about_9.jpg) center no-repeat;
    background-size: 73% auto;
  }
  .about .abo04 .list {
    padding: 0.86rem 0 1rem;
  }
  .about .abo04 .list a {
    margin: 0 5.8% 0.45rem 0;
    padding-bottom: 0.14rem;
    width: 47.1%;
    height: auto;
    min-height: 1.8rem;
    border-radius: 0.1rem;
    background: url(../image/about_8.jpg) left center no-repeat;
    background-size: cover;
  }
  .about .abo04 .list a:nth-child(2n) {
    margin-right: 0;
  }
  .about .abo04 .list a:nth-child(3) {
    margin: 0 0 0 21.65%;
    width: 51.53%;
  }
  .about .abo04 .list a .icon {
    margin: 0.3rem auto 0.1rem;
    height: 0.5rem;
  }
  .about .abo04 .list a b {
    padding: 0 0.1rem;
    margin-bottom: 0.04rem;
    font-size: 0.27rem;
    text-align: center;
  }
  .about .abo04 .list a p {
    font-size: 0.2rem;
    text-align: center;
  }
  .about .abo05 {
    padding: 0.6rem 0 0.4rem;
  }
  .about .abo05 .title {
    margin-bottom: 0.35rem;
  }
  .about .abo05 .left {
    margin: 0 0 0.48rem 0;
    width: 100%;
    height: auto;
  }
  .about .abo05 .left img {
    border-radius: 0.1rem;
  }
  .about .abo05 .cen {
    margin-top: 0;
  }
  .about .abo05 .cen a {
    margin: 0 0 0.56rem;
    width: 1.25rem;
  }
  .about .abo05 .cen a::before {
    width: 0.07rem;
  }
  .about .abo05 .cen a::after {
    width: 0.12rem;
    background: url(../image/icon_391.png) right center no-repeat;
    background-size: 100% auto;
  }
  .about .abo05 .cen a p {
    width: 0.5rem;
    padding-top: 0.45rem;
    font-size: 0.22rem;
  }
  .about .abo05 .cen a:nth-child(1) p {
    background: url(../image/icon_401.png) top center no-repeat;
    background-size: 0.35rem auto;
  }
  .about .abo05 .cen a:nth-child(1):hover p,
  .about .abo05 .cen a:nth-child(1).cur p {
    background: url(../image/icon_40s1.png) top center no-repeat;
    background-size: 0.35rem auto;
  }
  .about .abo05 .cen a:nth-child(2) p {
    background: url(../image/icon_411.png) top center no-repeat;
    background-size: 0.31rem auto;
  }
  .about .abo05 .cen a:nth-child(2):hover p,
  .about .abo05 .cen a:nth-child(2).cur p {
    background: url(../image/icon_41s1.png) top center no-repeat;
    background-size: 0.31rem auto;
  }
  .about .abo05 .cen a:nth-child(3) p {
    background: url(../image/icon_421.png) top center no-repeat;
    background-size: 0.32rem auto;
  }
  .about .abo05 .cen a:nth-child(3):hover p,
  .about .abo05 .cen a:nth-child(3).cur p {
    background: url(../image/icon_42s1.png) top center no-repeat;
    background-size: 0.32rem auto;
  }
  .about .abo05 .cen a:nth-child(4) p {
    background: url(../image/icon_431.png) top center no-repeat;
    background-size: 0.33rem auto;
  }
  .about .abo05 .cen a:nth-child(4):hover p,
  .about .abo05 .cen a:nth-child(4).cur p {
    background: url(../image/icon_43s1.png) top center no-repeat;
    background-size: 0.33rem auto;
  }
  .about .abo05 .right {
    margin-top: 0;
    width: calc(100% - 1.25rem);
    height: 6rem;
    border-radius: 0.1rem;
  }
  .about .abo05 .right .pos {
    left: 5%;
    width: 90%;
  }
  .about .abo05 .right .pos b {
    margin-bottom: 0.38rem;
    font-size: 0.32rem;
  }
  .about .abo05 .right .pos .text p {
    font-size: 0.28rem;
  }
}
/*======== p5-0未来规划 ========*/
.planning .planning01 {
  padding: 60px 0 70px;
}
.planning .planning01 .w1200 {
  padding-top: 50px;
}
.planning .planning01 .left {
  margin-right: 50px;
  width: 496px;
  border-radius: 8px;
  overflow: hidden;
}
.planning .planning01 .left img {
  width: 100%;
}
.planning .planning01 .cen {
  margin-top: 40px;
  width: 76px;
}
.planning .planning01 .cen img {
  width: 100%;
}
.planning .planning01 .right {
  margin: 36px 30px 0 0;
  width: 506px;
}
.planning .planning01 .right .next {
  height: 268px;
}
.planning .planning01 .right .next:nth-child(2) {
  height: 236px;
}
.planning .planning01 .right .next b {
  margin-bottom: 17px;
  line-height: 32px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.planning .planning01 .right .next p {
  line-height: 32px;
  font-size: 18px;
  color: #666;
  text-align: justify;
}
.planning .planning01 .right .next p span {
  display: inline;
  color: #4394d2;
  font-weight: bold;
}
.planning .planning02 {
  position: relative;
  padding: 78px 0 80px;
}
.planning .planning02::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 552px;
  background: url(../image/planning_4.jpg) top center no-repeat;
  background-size: cover;
  content: "";
}
.planning .planning02 .w1200 {
  position: relative;
  z-index: 2;
}
.planning .planning02 .title b {
  opacity: 0.1;
  color: #f2f1f1;
}
.planning .planning02 .title .clearfix i,
.planning .planning02 .title .clearfix em {
  color: #fff;
}
.planning .planning02 .next {
  margin: 50px 0 60px;
}
.planning .planning02 .next b {
  margin-bottom: 18px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.planning .planning02 .next p {
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.planning .planning02 .next p i {
  display: inline;
  font-weight: bold;
}
.planning .planning02 .list a {
  float: left;
  margin-right: 40px;
  width: 373px;
  height: 552px;
  box-shadow: 0 0 20px rgba(67, 148, 210, 0.2);
  background: #fff;
}
.planning .planning02 .list a:nth-child(3n) {
  margin-right: 0;
}
.planning .planning02 .list a .bor {
  padding: 42px 30px 0;
}
.planning .planning02 .list a .bor b {
  font-size: 22px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.planning .planning02 .list a .bor .icon {
  margin: 30px auto 35px;
  width: 148px;
  height: 118px;
}
.planning .planning02 .list a .bor .icon img {
  transition: all 0.5s;
  transform: rotate(0deg);
  height: 100%;
}
.planning .planning02 .list a .bor p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.planning .planning02 .list a .bor span {
  font-size: 24px;
  color: #f0f2f6;
  text-align: center;
  font-family: Arial;
  font-weight: 600;
}
.planning .planning02 .swiper {
  display: none;
}
@media (max-width: 1200px) {
  .planning .planning01 {
    padding: 0.6rem 0 0.4rem;
  }
  .planning .planning01 .w1200 {
    padding-top: 0.5rem;
  }
  .planning .planning01 .left {
    margin-right: 0;
    width: 100%;
    height: 7.8rem;
    border-radius: 0.1rem;
  }
  .planning .planning01 .left img {
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 0.1rem rgba(67, 148, 210, 0.2);
  }
  .planning .planning01 .cen {
    margin: 0.6rem 0.3rem 0 0;
    width: 0.84rem;
  }
  .planning .planning01 .cen img {
    width: 100%;
  }
  .planning .planning01 .cen img.p_1 {
    display: none;
  }
  .planning .planning01 .cen img.m_1 {
    display: block;
  }
  .planning .planning01 .right {
    margin: 0.56rem 0 0 0;
    width: calc(100% - 1.14rem);
  }
  .planning .planning01 .right .next {
    height: 4.36rem;
  }
  .planning .planning01 .right .next:nth-child(2) {
    height: 3.46rem;
  }
  .planning .planning01 .right .next b {
    margin-bottom: 0.08rem;
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .planning .planning01 .right .next p {
    line-height: 0.46rem;
    font-size: 0.28rem;
  }
  .planning .planning02 {
    padding: 0.74rem 0 0.8rem;
  }
  .planning .planning02::before {
    height: 8.42rem;
    background: url(../image/planning_41.jpg) top center no-repeat;
    background-size: cover;
  }
  .planning .planning02 .next {
    margin: 0.5rem 0 0.6rem;
  }
  .planning .planning02 .next b {
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
  }
  .planning .planning02 .next p {
    line-height: 0.44rem;
    font-size: 0.28rem;
  }
  .planning .planning02 .list {
    display: none;
    padding: 0.2rem 4%;
    width: 92%;
  }
  .planning .planning02 .list a {
    margin-right: 0;
    width: 100%;
    height: 8.85rem;
    box-shadow: 0 0 0.2rem rgba(67, 148, 210, 0.2);
  }
  .planning .planning02 .list a .bor {
    padding: 0.8rem 0.5rem 0;
  }
  .planning .planning02 .list a .bor b {
    font-size: 0.32rem;
  }
  .planning .planning02 .list a .bor .icon {
    margin: 0.6rem auto;
    width: 2.67rem;
    height: 2.13rem;
  }
  .planning .planning02 .list a .bor p {
    margin-bottom: 0.23rem;
    font-size: 0.28rem;
  }
  .planning .planning02 .list a .bor span {
    font-size: 0.43rem;
  }
  .planning .planning02 .swiper {
    padding-bottom: 0.74rem;
  }
  .planning .planning02 .swiper .list {
    display: block;
  }
}


/*======== p1-0公司介绍 ========*/
.new_xq .new_01 .next {
  position: relative;
  padding: 76px 0 90px;
}
.new_xq .new_01 .title_box {
  line-height: 48px;
  font-size: 32px;
  text-align: center;
  color: #333;
}
.new_xq .new_01 .cen {
  padding: 20px 0 37px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  border-bottom: #e5e5e5 1px solid;
}
.new_xq .new_01 .cen .cen_box {
  display: flex;
  justify-content: center;
  line-height: 21px;
  color: #b5b5b5;
  font-size: 16px;
}
.new_xq .new_01 .cen .cen_box i {
  display: inline-block;
}
.new_xq .new_01 .cen .cen_box i.i1 {
  margin-right: 20px;
}
.new_xq .new_01 .cen .cen_box i.icon {
  padding: 0 22px;
  font-weight: normal;
  background: url(../image/i_43.png) left center no-repeat;
  background-size: 14px auto;
}
.new_xq .new_01 .cen span {
  display: inline-block;
  width: 39px;
  height: 21px;
  border-right: #c6c6c6 1px solid;
  cursor: pointer;
}
.new_xq .new_01 .cen span.big {
  background: url(../image/i_44.png) center no-repeat;
}
.new_xq .new_01 .cen span.big:hover,
.new_xq .new_01 .cen span.big.cur {
  background: url(../image/i_44s.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle {
  background: url(../image/i_45.png) center no-repeat;
}
.new_xq .new_01 .cen span.middle:hover,
.new_xq .new_01 .cen span.middle.cur {
  background: url(../image/i_45s.png) center no-repeat;
}
.new_xq .new_01 .cen span.small {
  background: url(../image/i_46.png) center no-repeat;
}
.new_xq .new_01 .cen span.small:hover,
.new_xq .new_01 .cen span.small.cur {
  background: url(../image/i_46s.png) center no-repeat;
}
.new_xq .new_01 .cen span.cur {
  color: #1e6874;
}
.new_xq .new_01 .cen .share {
  display: inline-block;
  width: 20px;
  height: 21px;
  cursor: pointer;
  padding-left: 14px;
  background: url(../image/i_47.png) 14px center no-repeat;
}
.new_xq .new_01 .cen .share span {
  border-right: 0px;
}
.new_xq .new_01 .con_text .dow {
  margin-top: 40px;
  padding-top: 30px;
  border-top: #ececec 1px solid;
}
.new_xq .new_01 .con_text .dow .title_dow {
  display: flex;
  margin-bottom: 10px;
  font-size: 20px;
  color: #005fa3;
}
.new_xq .new_01 .con_text .dow .title_dow i {
  font-weight: bold;
}
.new_xq .new_01 .con_text .dow .title_dow em {
  font-weight: bold;
  color: #ff3030;
}
.new_xq .new_01 .con_text .dow p {
  font-size: 16px;
  cursor: pointer;
  word-wrap: break-word;
}
.new_xq .new_01 .con_text .dow p a {
  color: #000;
}
.new_xq .new_01 .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}
.new_xq .new_01 .text p {
  margin-bottom: 32px;
  text-indent: 1em;
}
.new_xq .new_01 .text img,
.new_xq .new_01 .text video {
  display: block;
  margin: 10px auto;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.new_xq .new_01 .text video{
    background: #000;
}
.new_xq .new_01 .text span,
.new_xq .new_01 .text i,
.new_xq .new_01 .text em,
.new_xq .new_01 .text a,
.new_xq .new_01 .text b {
  display: inline;
}
.new_xq .new_01 .text table {
  border-top: #000 1px solid;
  border-right: #000 1px solid;
}
.new_xq .new_01 .text table td {
  border-bottom: #000 1px solid;
  border-left: #000 1px solid;
}
.new_xq .new_01 .go_article {
  position: relative;
  padding-top: 40px;
  line-height: 24px;
  font-size: 18px;
  border-top: #e5e5e5 1px solid;
}
.new_xq .new_01 .go_article .fl p {
  padding-left: 20px;
  color: #666;
  background: url(../image/i_33.png) left center no-repeat;
}
.new_xq .new_01 .go_article .fl:hover p {
  color: #3e9fce;
  background: url(../image/i_33s.png) left center no-repeat;
}
.new_xq .new_01 .go_article .pos {
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url(../image/i_35.png) center no-repeat;
}
.new_xq .new_01 .go_article .fr p {
  padding-right: 20px;
  color: #666;
  background: url(../image/i_34.png) right center no-repeat;
}
.new_xq .new_01 .go_article .fr:hover p {
  color: #3e9fce;
  background: url(../image/i_34s.png) right center no-repeat;
}



@media (max-width: 1200px) {
  .new_xq .new_01 .next {
    padding: 0.76rem 0 0.9rem;
  }
  .new_xq .new_01 .title_box {
    line-height: 0.48rem;
    font-size: 0.32rem;
  }
  .new_xq .new_01 .cen {
    padding:0.2rem 0 0.37rem;
    margin-bottom: 0.4rem;
  }
  .new_xq .new_01 .cen .cen_box {
    line-height: 0.3rem;
    font-size: 0.22rem;
  }
  .new_xq .new_01 .cen .cen_box i.i1 {
    margin-right:0.2rem;
  }
  .new_xq .new_01 .cen .cen_box i.icon {
    padding: 0 0 0 0.24rem;
    background: url(../image/i_43.png) left center no-repeat;
    background-size: 0.17rem auto;
  }
  .new_xq .new_01 .cen span {
    display: none;
  }
  
  .new_xq .new_01 .cen .share {
    display: none;
  }
  .new_xq .new_01 .cen .share span {
    border-right: 0px;
  }
  
  .new_xq .new_01 .text {
    font-size: 0.28rem;
    line-height: 0.46rem;
  }
  .new_xq .new_01 .text p {
    margin-bottom: 0.44rem;
  }

  .new_xq .new_01 .go_article {
    padding-top: 0.4rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
  }
  .new_xq .new_01 .go_article .fl p {
    padding-left: 0.2rem;
    background: url(../image/i_33.png) left center no-repeat;
    background-size: 0.1rem auto;
  }
  .new_xq .new_01 .go_article .fl:hover p {
    background: url(../image/i_33s.png) left center no-repeat;
    background-size: 0.1rem auto;
  }
  .new_xq .new_01 .go_article .pos {
    top: 0.4rem;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../image/i_35.png) center no-repeat;
    background-size: 100% auto;
  }
  .new_xq .new_01 .go_article .fr p {
    padding-right: 0.2rem;
    background: url(../image/i_34.png) right center no-repeat;
    background-size: 0.1rem auto;
  }
  .new_xq .new_01 .go_article .fr:hover p {
    background: url(../image/i_34s.png) right center no-repeat;
    background-size: 0.1rem auto;
  }

}




/*======== p4-1新闻中心列表 ========*/
.new{
  padding-bottom: 70px;
}
.new .list{
  padding: 115px 0 0;
}
.new .list a{
  transition: all 0.5s;
  padding: 60px 0;
  margin-bottom: 45px;
  border:#f3f3f3 2px solid;
}
.new .list .time{
  float: left;
  margin:60px 40px 0 0;
  width: 128px;
  text-align: right;
  font-family: "Arial";
}
.new .list .time h3{
  font-size: 50px;
  color: #4388bd;
}
.new .list .time h6{
  font-size: 20px;
  color: #999;
}
.new .list .pic{
  float: left;
  margin-right: 50px;
  width: 355px;
  height: 200px;
  overflow: hidden;
}
.new .list .pic i{
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;

}
.new .list span{
  display: none;
}
.new .list .text{
  float: left;
  
  width: 566px;
}
.new .list .text b{
  font-weight: bold;
  margin: 36px auto 13px;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 1;
  -o-box-orient: vertical;
}
.new .list .text p{
  line-height: 30px;
  font-size: 18px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}


.new .list a:hover{
  box-shadow: 0 0 40px rgba(0,0,0,0.18);
  border:#fff 2px solid;
}

.new .list a:hover .pic i{
  transition: all 0.5s;
  transform: scale(1.1);
  
}
.new .list a:hover .text b{
  color: #4388bd;
}

@media (max-width: 1200px) {
  .new{
    padding-bottom: 0.9rem;
  }
  .new .list{
    padding: 0.7rem 0 40px;
  }
  .new .list a{
    padding:0.6rem 0;
    margin-bottom: 0;
    border:#f3f3f3 0px solid;
    border-bottom:#f3f3f3 1px solid;
  }
  .new .list .time{
    display: none;
  }

  .new .list .pic{
    margin-right: 0;
    width: 100%;
    height:3.78rem;
  }

  .new .list span{
    float: left;
    display: block;
    margin-top: 0.3rem;
    padding: 0.11rem 0 0.08rem;
    width: 1.8rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    font-family: "Arial";
    background: #4388bd;
  }
  .new .list .text{
    width: 100%;
  }
  .new .list .text b{
    margin: 0.31rem auto 0.14rem;
    line-height: 0.46rem;
    font-size: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .new .list .text p{
    line-height:0.4rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
  }
  .new .list a:hover{
    box-shadow: 0 0 0 rgba(0,0,0,0.18);
    border:#fff 0px solid;
  }

}




/*======== p6-0搜索结果页 ========*/
.results .searchBoxs {
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.results .results_t input {
  float: left;
  width: 80%;
  height: 120px;
  
  padding-left: 60px;
  font-size: 20px;
  color: #333;
}
.results .searchBoxs em {
  float: right;
  margin-top: 30px;
  width: 125px;
  height: 60px;
  background: url(../image/icon_63.png) center no-repeat;
  border-left: #e2e2e2 1px solid;
}
.results .results_t p {
  font-size: 18px;
  color: #4388bd;
  padding:62px 0 20px;
  border-bottom: 1px solid #ccc;
}
.results .results_t p i {
  color: #c8000a;
  display: inline-block;
}

.results .list {
  padding:10px 0 90px;
}
.results_con li{
  border-bottom: #ebeaea 1px solid;
}
.results_con a {
  padding: 45px 40px;
}

.results_con a h5 {
  font-size: 24px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
  transition-duration: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 1;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 1;
  -o-box-orient: vertical;
}
.results_con a h6 {
  margin: 20px 0;
}
.results_con a h6 em {
  font-size: 16px;
  color: #b5b5b5;
  float: left;
  font-weight: 400;
  line-height: 1;
}

.results_con a p {
  color: #5f636a;
  line-height: 28px;
  font-size: 18px;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}

.results_con a:hover h5 {
  color: #4388bd;
}
.results_con a:hover p {
  color: #333333;
}






@media (max-width: 1200px) {
  .results .searchBoxs {
    margin-top: 0.7rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
  }
  .results .results_t input {
    width:calc(100% - 1.6rem);
    height: 1.2rem;
    padding-left:0.5rem;
    font-size: 0.26rem;
    color: #333;
  }
  .results .searchBoxs em {
    margin-top:0.3rem;
    width: 1rem;
    height:0.6rem;
    background: url(../image/icon_631.png) center no-repeat;
    background-size: 0.32rem auto;
  }
  .results .results_t p {
    font-size:0.28rem;
    padding:0.6rem 0 0.16rem;
  }

  .results .list {
    padding:0.1rem 0 0.68rem;
  }
  .results_con{
    padding-bottom: 0.8rem;
  }
  .results_con a {
    padding:0.42rem 0px;
  }
  .results_con a h5 {
    font-size: 0.32rem;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .results_con a h6 {
    margin: 0.2rem 0;
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
  }


  .results_con a p {
    line-height: 0.46rem;
    font-size: 0.28rem;
    text-indent: 0;
  }
}



/*======== p3-0解决方案 ========*/
.Solution_01{
  padding: 55px 0 95px;
  background: #fff;
}

.Solution_01 img{
  margin-top: 42px;
  max-width: 100%;
}

.Solution_02{
  padding: 70px 0 90px;
  background: #fafafa;
}
.Solution_02 .tab_title{
  display: flex;
  justify-content:center;

}
.Solution_02 .tab_title div{
  transition: all 0.5s;
  position: relative;
  margin: 66px 17px 40px;
  padding: 0 75px;
  height: 62px;
  line-height: 62px;
  border-radius: 6px;
  background: #dadada;
  cursor: pointer;
}
.Solution_02 .tab_title p{
  font-size: 24px;
  color: #666;
  font-weight: bold;
}
.Solution_02 .tab_title i{
  position: absolute;
  left: 0;
  bottom: -9px;
  transition: all 0.5s;
  opacity: 0;
  width: 100%;
  height: 9px;
  background: url(../image/i_15.png) top center no-repeat;
}

.Solution_02 .tab_title div.on{
  background: #4394d2;
}
.Solution_02 .tab_title div.on p{
  color: #fff;
}
.Solution_02 .tab_title div.on i{
  opacity: 1;
}

.Solution_02 .tab_next .text{
  float: left;
  padding: 16px 0 14px;
  margin-right: 16px;
  width: calc((100% - 64px)/5 - 8px);
  line-height: 30px;
  border: #4394d2 4px solid;
  border-radius: 16px;
  text-align: center;
}
.Solution_02 .tab_next .text:nth-child(5n){
  margin-right: 0;
}
.Solution_02 .tab_next b{
  font-size: 20px;
  color: #4394d2;
}
.Solution_02 .tab_next p{
  font-size: 18px;
  color: #333;
}
@media (max-width: 1200px) {
  .Solution_01{
    padding: 0.55rem 0 0.9rem;
  }

  .Solution_01 img{
    margin-top: 0.42rem;
  }

  .Solution_02{
    padding: 0.7rem 0 0.5rem;
  }
  .Solution_02 .tab_title div{
    margin: 0.66rem 0.23rem 0.66rem 0;
    padding: 0.2rem 0.3rem 0.16rem;
    width: calc((100% - 0.23rem)/3 - 0.6rem);
    height: auto;
    line-height: 0.44rem;
    border-radius: 0.08rem;
  }
  .Solution_02 .tab_title div:nth-child(3n){
    margin-right: 0;
  }
  .Solution_02 .tab_title p{
    font-size: 0.32rem;
    text-align: center;
  }
  .Solution_02 .tab_title i{
    bottom: -0.09rem;
    height: 0.09rem;
    background: url(../image/i_15.png) top center no-repeat;
    background-size: auto 0.09rem;
  }

  .Solution_02 .tab_next .text{
    padding: 0.16rem 0 0.14rem;
    margin:0 0.43rem 0.4rem 0;
    width: calc((100% - 0.43rem)/2 - 0.06rem);
    line-height: 0.4rem;
    border: #4394d2 0.03rem solid;
    border-radius: 0.16rem;
    text-align: center;
  }
  .Solution_02 .tab_next .text:nth-child(5n){
    margin-right:0.43rem;
  }
  .Solution_02 .tab_next .text:nth-child(2n){
    margin-right: 0;
  }
  .Solution_02 .tab_next b{
    font-size: 0.26rem;
  }
  .Solution_02 .tab_next p{
    font-size: 0.24rem;
  }
}

.ind05 {
  padding: 86px 0 0;
  background: #fafafa;
}
.ind05 .next {
  position: relative;
  padding: 72px 0 92px;
}
.ind05 .next .bor {
  margin-left: -20px;
  width: calc(100% + 40px);
}
.ind05 .next .swiper-slide {
  margin: 20px 20px 82px;
  width: calc(100% - 42px);
  border-radius: 10px;
  border: #e1e3e6 1px solid;
}
.ind05 .next .swiper-slide .pic {
  transition: all 0.5s;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 3px) / 4);
  height: 110px;
  transform: scale(1);
  border-right: #e1e3e6 1px solid;
  background: #fff;
}
.ind05 .next .swiper-slide .pic img {
  transition: all 0.5s;
  /*filter: grayscale(100);*/
  max-width: 90%;
  max-height: 90%;
}
.ind05 .next .swiper-slide .pic:last-child {
  border-right: 0px;
}
.ind05 .next .swiper-slide .pic:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(38, 94, 138, 0.1);
  background: #fff;
  border-radius: 10px;
  border-right: #fff 1px solid;
  overflow: hidden;
}
.ind05 .next .swiper-slide .pic:hover:last-child {
  border-right: 0px;
}
.ind05 .next .swiper-slide .pic:hover img {
  filter: grayscale(0);
}
@media (max-width: 1200px) {
  .ind05 {
    padding: 0.66rem 0 0;
  }
  .ind05 .next {
    position: relative;
    padding: 0.4rem 0 0.9rem;
  }
  .ind05 .next .bor {
    margin-left: 0px;
    width: 100%;
  }
  .ind05 .next .swiper-slide {
    margin: 0.2rem 0 0.6rem;
    width: calc(100% - 0px);
    border-radius: 0.1rem;
    border: #e1e3e6 0px solid;
  }
  .ind05 .next .swiper-slide .pic {
    margin-bottom: 0.23rem;
    width: calc(50% - 2px);
    height: 1.2rem;
    transform: scale(1);
    border: #e1e3e6 1px solid;
  }
  .ind05 .next .swiper-slide .pic img {
    transition: all 0.5s;
    filter: grayscale(0);
    max-width: 90%;
    max-height: 90%;
  }
  .ind05 .next .swiper-slide .pic:nth-child(2n) {
    border-left: #e1e3e6 0px solid;
  }
  .ind05 .next .swiper-slide .pic:last-child {
    border-right: #e1e3e6 1px solid;
  }
  .ind05 .next .swiper-slide .pic:hover {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(38, 94, 138, 0.1);
    background: #fff;
    border-radius: 0;
    border-right: #fff 1px solid;
    overflow: hidden;
  }
  .ind05 .next .swiper-slide .pic:hover:last-child {
    border-right: #e1e3e6 1px solid;
  }
  .ind05 .next .swiper-slide .pic:hover img {
    filter: grayscale(0);
  }
}






/*======== p2-0产品及服务 ========*/
.Product_01{
  padding:66px 0 80px;
  background: #fff;
}
.Product_01 .text{
  margin: 40px auto 35px;
  width: 92%;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  color: #666;
}
.Product_01 img{
  margin: 0 auto;
  max-width: 100%;
}
.Product_02{
  padding:100px 0;
  background: #fafafa;
}

.Product_02 .tab_title div{
  position: relative;
  transition: all 0.5s;
  float: left;
  padding: 15px 0 30px;
  width: 33.33%;
  cursor: pointer;
}
.Product_02 .tab_title div::after{
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  width: 1px;
  height: 52px;
  background: #c8c8c8;
  content: "";
}
.Product_02 .tab_title i{
  width: 100%;
  height:100px; 
}
.Product_02 .tab_title div:nth-child(1) i{
  background: url(../image/i_16.png) center no-repeat;
}
.Product_02 .tab_title div:nth-child(1).on i,.Product_02 .tab_title div:nth-child(1):hover i{
  background: url(../image/i_16s.png) center no-repeat;
}
.Product_02 .tab_title div:nth-child(2) i{
  background: url(../image/i_17.png) center no-repeat;
}
.Product_02 .tab_title div:nth-child(2).on i,.Product_02 .tab_title div:nth-child(2):hover i{
  background: url(../image/i_17s.png) center no-repeat;
}
.Product_02 .tab_title div:nth-child(3) i{
  background: url(../image/i_18.png) center no-repeat;
}
.Product_02 .tab_title div:nth-child(3).on i,.Product_02 .tab_title div:nth-child(3):hover i{
  background: url(../image/i_18s.png) center no-repeat;
}
.Product_02 .tab_title div:nth-child(3)::after,.Product_02 .tab_title div.on::after{
  display: none;
}
.Product_02 .tab_title p{
  font-size: 24px;
  color: #666;
  text-align: center;
}
.Product_02 .tab_title div.on,.Product_02 .tab_title div:hover{
  background: #fff;
}
.Product_02 .tab_title div.on p,.Product_02 .tab_title div:hover p{
  color: #4394d2;
}
.Product_02 .tab_next{
  padding: 70px 0 2px;
  background: #fff;
}
.Product_02 .tab_next .titleBox b{
  font-size: 30px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.Product_02 .tab_next .titleBox i{
  margin: 35px auto 60px;
  width: 62px;
  height: 2px;
  background: #4394d2;
}
.Product_02 .tab_next .list{
  padding: 0 90px;
}
.Product_02 .tab_next .list .text{
  position: relative;
  float: left;
  padding:0 18px 1px 0;
  margin:0 90px 90px 0;
  width: calc((100% - 90px) * 0.5 - 18px);
}
.Product_02 .tab_next .list .text:nth-child(2n){
  margin-right: 0;
}
.Product_02 .tab_next .list .text b{
  position: relative;
  z-index: 3;
  margin-bottom: 18px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.Product_02 .tab_next .list .text p{
  position: relative;
  z-index: 3;
  min-height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #333;
}
.Product_02 .tab_next .list .text i{
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  font-size: 133px;
  font-family: Arial;
  color: #efefef;
  text-align: right;
  font-weight: bold;
}
.Product_03{
  padding: 80px 0;
  background: #fff url(../image/Product_2.png) left top no-repeat;
  background-size: cover;
}
.Product_03 .title{
  margin-bottom: 50px;
}
.Product_03 .next{
  margin-bottom: 28px;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,0.1)
}
.Product_03 .icon{
  position: relative;
  float: left;
  width: 144px;
  height: 133px;
  background: #4394d2;
}

.Product_03 .icon i{
  position: absolute;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
  width: 13px;
  height: 29px;
  background:url(../image/i_48.png) center no-repeat;
}
.Product_03 .next .icon span{
  width: 100%;
  height: 100%;
}
.Product_03 .next:nth-child(1) .icon span{
  background:url(../image/i_19.png) center no-repeat;
}
.Product_03 .next:nth-child(2) .icon span{
  background:url(../image/i_20.png) center no-repeat;
}
.Product_03 .next:nth-child(3) .icon span{
  background:url(../image/i_21.png) center no-repeat;
}
.Product_03 .next:nth-child(4) .icon span{
  background:url(../image/i_22.png) center no-repeat;
}
.Product_03 .text{
  float: left;
  padding: 23px 70px 0 50px;
  width: calc(100% - 144px - 120px);
  min-height: 110px;
}
.Product_03 .text b{
  margin-bottom: 10px;
  font-size: 18px;
  color: #4394d2;
  font-weight: bold;
}
.Product_03 .text p{
  line-height: 26px;
  font-size: 16px;
  color: #666;
}

.Product_03 .next:nth-child(2n) .icon{
  background: #4daa94;
}

.Product_03 .next:nth-child(2n) .text b{
  color: #4daa94;
}

.Product_04{
  padding: 80px 0 70px;
  background: #f6fcff;
}
.Product_04 .title{
  margin-bottom: 90px;
}
.Product_04 .text{
  position: relative;
  float: left;
  border: #4394d2 3px solid;
  border-radius: 23px;
  padding: 44px 20px 10px;
  margin:0 50px 60px 0;
  width: calc((100% - 100px)/3 - 40px - 6px);
  height: 216px;
}
.Product_04 .titleBox{
  position: absolute;
  left: 50%;
  top: -23px;
  transform: translateX(-50%);
  width: 294px;
  height: 46px;
  line-height: 46px;
  font-size: 24px;
  border-radius: 23px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #4394d2;
}

.Product_04 .text b{
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.Product_04 .text p{
  line-height: 26px;
  font-size: 16px;
  color: #666;
}


.Product_04 .text:nth-child(2n){
  border: #4daa94 3px solid;
}
.Product_04 .text:nth-child(2n) .titleBox{
  background: #4daa94;
}
.Product_04 .text:nth-child(3n){
  margin-right: 0;
}
.Product_04 .text:nth-child(4){
  margin-left: 208px;
}





@media (max-width: 1200px) {
  .Product_01{
    padding:0.66rem 0 0.8rem;
  }
  .Product_01 .text{
    margin: 0.4rem auto 0.35rem;
    width: 100%;
    line-height: 0.44rem;
    font-size: 0.28rem;
  }
  .Product_02{
    padding:1rem 0;
  }
  
  .Product_02 .tab_title div{
    padding:0.15rem 0 0.3rem;
  }
  .Product_02 .tab_title div::after{
    height:0.52rem;
  }
  .Product_02 .tab_title i{
    width: 100%;
    height:1rem; 
  }
  .Product_02 .tab_title div:nth-child(1) i{
    background: url(../image/i_16.png) center no-repeat;
    background-size: 0.49rem auto;
  }
  .Product_02 .tab_title div:nth-child(1).on i,.Product_02 .tab_title div:nth-child(1):hover i{
    background: url(../image/i_16s.png) center no-repeat;
    background-size: 0.49rem auto;
  }
  .Product_02 .tab_title div:nth-child(2) i{
    background: url(../image/i_17.png) center no-repeat;
    background-size: 0.61rem auto;
  }
  .Product_02 .tab_title div:nth-child(2).on i,.Product_02 .tab_title div:nth-child(2):hover i{
    background: url(../image/i_17s.png) center no-repeat;
    background-size: 0.61rem auto;
  }
  .Product_02 .tab_title div:nth-child(3) i{
    background: url(../image/i_18.png) center no-repeat;
    background-size: 0.53rem auto;
  }
  .Product_02 .tab_title div:nth-child(3).on i,.Product_02 .tab_title div:nth-child(3):hover i{
    background: url(../image/i_18s.png) center no-repeat;
    background-size: 0.53rem auto;
  }

  .Product_02 .tab_title p{
    padding: 0 0.4rem;
    line-height: 0.4rem;
    font-size: 0.28rem;

  }

  .Product_02 .tab_next{
    padding: 0.7rem 0 2px;
  }
  .Product_02 .tab_next .titleBox b{
    font-size:0.3rem;
  }
  .Product_02 .tab_next .titleBox i{
    margin: 0.35rem auto 0.6rem;
    width: 0.62rem;
  }
  .Product_02 .tab_next .list{
    padding: 0 0.3rem;
  }
  .Product_02 .tab_next .list .text{
    padding:0 0.18rem 1px 0;
    margin:0 0.3rem 0.3rem 0;
    width: calc((100% - 0.3rem) * 0.5 - 0.18rem);
  }
  .Product_02 .tab_next .list .text b{
    margin-bottom:0.18rem;
    font-size:0.28rem;
  }
  .Product_02 .tab_next .list .text p{
    min-height:0.72rem;
    line-height:0.36rem;
    font-size: 0.24rem;
  }
  .Product_02 .tab_next .list .text i{
    font-size:1.33rem;
  }
  .Product_03{
    padding:0.8rem 0;
    background: #fff url(../image/Product_2.png) left top no-repeat;
    background-size: cover;
  }
  .Product_03 .title{
    margin-bottom: 0.5rem;
  }
  .Product_03 .next{
    position: relative;
    margin-bottom:0.28rem;
    border-radius:0.08rem;
    box-shadow: 0 0 0.16rem rgba(0,0,0,0.1)
  }
  .Product_03 .icon{
    position: absolute;
    left: 0;
    top: 0;
    width:1.44rem;
    height:100%;
  }
  
  .Product_03 .icon i{
    width:0.13rem;
    height: 0.29rem;
    background:url(../image/i_48.png) center no-repeat;
    background-size: 100% auto;
  }
  .Product_03 .next:nth-child(1) .icon span{
    background:url(../image/i_19.png) center no-repeat;
    background-size: 0.56rem auto;
  }
  .Product_03 .next:nth-child(2) .icon span{
    background:url(../image/i_20.png) center no-repeat;
    background-size: 0.56rem auto;
  }
  .Product_03 .next:nth-child(3) .icon span{
    background:url(../image/i_21.png) center no-repeat;
    background-size: 0.51rem auto;
  }
  .Product_03 .next:nth-child(4) .icon span{
    background:url(../image/i_22.png) center no-repeat;
    background-size: 0.53rem auto;
  }
  .Product_03 .text{
    float: right;
    padding: 0.23rem 0.36rem 0.24rem 0.4rem;
    width: calc(100% - 1.44rem - 0.76rem);
    min-height:0.2rem;
  }
  .Product_03 .text b{
    margin-bottom: 0.1rem;
    font-size:0.26rem;
  }
  .Product_03 .text p{
    line-height:0.36rem;
    font-size: 0.26rem;
  }
  
  .Product_04{
    padding: 0.8rem 0 0.7rem;
  }
  .Product_04 .title{
    margin-bottom: 0.9rem;
  }
  .Product_04 .text{
    border-radius:0.23rem;
    padding: 0.72rem 0.35rem 0.6rem;
    margin:0 0.3rem 0.8rem;
    width: calc(100% - 0.3rem - 0.7rem - 6px);
    height: auto;

  }
  .Product_04 .titleBox{

    top: -0.4rem;
    width: 5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size:0.4rem;
    border-radius: 0.23rem;
  }
  
  .Product_04 .text b{
    font-size: 0.3rem;
  }
  .Product_04 .text p{
    line-height:0.44rem;
    font-size: 0.27rem;
  }

  .Product_04 .text:nth-child(4){
    margin-left: 0.3rem;
  }
}




/*======== p5-0联系我们 ========*/
.contact .con01 {
  padding: 132px 0 82px;
}
.contact .con01 .map {
  margin-top: 70px;
  width: 100%;
}
.contact .con01 .map img {
  width: 100%;
}
.contact .con01 .text_p {
  line-height: 150px;
  border-bottom: #deddde 1px solid;
}
.contact .con01 .text_p div {
   display: flex;
   justify-content: center;
   align-items: center;
  float: left;
  /* margin-right: calc((100% - 5.7% - 902px)/2); */
  width: calc((100% - 140px) / 2);
  
  font-size: 18px;
  color: #333;
  
}
.contact .con01 .text_p p {
  padding-left: 70px;
  background: url(/themes/simpleboot3/public/static/images/icon/icon_70.png) left center no-repeat;
  background-size: 50px auto;
}
.contact .con01 .text_p div:nth-child(2) p{
  background: url(/themes/simpleboot3/public/static/images/icon/icon_71.png) left center no-repeat;
  background-size: 50px auto;
}
@media (max-width: 1200px) {
  .contact .con01 {
    padding: 1.2rem 0 0.6rem;
  }
  .contact .con01 .map {
    margin-top: 0.6rem;
  }
  .contact .con01 .text_p {
    padding-bottom: 0.67rem;
    line-height: 1;
  }
  .contact .con01 .text_p div{
    width: 100%;
  }
  .contact .con01 .text_p p {
    margin: 0.56rem 0 0 0;
    padding: 0.92rem 0 0 0;
    width: 100%;
    font-size: 0.28rem;
    text-align: center;
    background: url(/themes/simpleboot3/public/static/images/icon/icon_70.png) top center no-repeat;
    background-size: 0.66rem auto;
  }
  .contact .con01 .text_p div:nth-child(2) p{
    background: url(/themes/simpleboot3/public/static/images/icon/icon_71.png) top center no-repeat;
    background-size: 0.66rem auto;
  }
  
}









